/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#menu-top-menu #menu-item-357 a .menu-text::before {
    content: "";
    color: transparent !important;
    background-size: contain;
    /* font-size: 55px; */
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -10px;
    background: url(/wp-content/uploads/2022/11/PayHere.png);
    background-size: 52px;
    background-repeat: no-repeat;
}

.fusion-pagination span.pageof {
    margin-right: 20px;
}
.fusion-secondary-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ctp a.prev.page-numbers:before, .ctp a.next.page-numbers:before, .ctp a.prev.page-numbers:after, .ctp a.next.page-numbers:after {
    content: "";
}

.strong-view.wpmtst-bold .wpmtst-testimonial-content {
	font-size: 20px !important;
	font-style: italic;
	font-family: Montserrat !important;
	line-height: 32px;
	color: #ffffff;
	font-weight: 500;
}

.wpmtst-testimonial-image.testimonial-image::before {
	content: "";
	background: url(/wp-content/uploads/2022/11/quote_icon.png);
	width: 50px;
	height: 50px;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 140px;
}

.strong-view.pager-style-buttons .wpmslider-pager-link::before {
	background: #fff !important;
}

.wpmtst-testimonial-image.testimonial-image img {
	border-radius: 50% !important;
	box-shadow: none !important;
	padding: 7px;
	border: 2px solid;
}


.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}


.wpmtst-testimonial-field.testimonial-field.testimonial-company {
    color: #5a4e2e;
}

.address_section .fusion-column {
	margin-bottom: 10px !important;
}



#menu-top-menu #menu-item-357 a .menu-text:before {
    content: "url('/wp-content/uploads/2022/11/PayHere.png')";
    color: transparent !important;
    position: absolute;
    top: 0px;
    left: -10px;
    background-size: contain;
    background-repeat: no-repeat;
}
button.btn.btn-primary {
    text-align: center;
    float: right;
    padding: 13px 40px;
    background: #b9944d;
    border: 1px solid #b9944d;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.form .file-title {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
}
.form .file-title input{
    width: 35%;
    border-color: #b9944d;;
}
input.form-control {
    margin: 10px 0;
}
ul.action {
    list-style: none;
    display: inline-flex;
}
ul.action {
    list-style: none;
    display: inline-flex;
}
th.download, td.download {
    text-align: right;
}
.sm-btn {
    margin-right: 5px;
    padding: 5px;
    font-size: 13px;
    background: #b9944d;
    border: 1px solid #b9944d;
    cursor: pointer;
}
ul.action a.sm-btn.button.button-primary {
    background: #097f4e;
    color: #fff;
	border-radius: 5px;
    padding: 7px 11px;
	border-color:#097f4e;
}
ul.action button.btn.reserve-button.sm-btn {
    background: #bd081c;
    color: #fff;
	border-radius: 5px;
	border-color:#bd081c;
    padding: 7px 11px;
}
.form .file-title input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dedede;
  opacity: 1; /* Firefox */
}

.form .file-title input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dedede;
}

.form .file-title input::-ms-input-placeholder { /* Microsoft Edge */
  color: #dedede;
}
.footer-info .content-box-wrapper, .footer-info .fusion-column.content-box-column.content-box-column-1.col-lg-12.col-md-12.col-sm-12.fusion-content-box-hover.content-box-column-last.content-box-column-last-in-row {margin-bottom: 10px !important;}
@media screen and (max-width: 480px) {
.content-boxes .content-box-wrapper .heading .content-box-heading {
  font-size: 16px !important;
}
}

.seluser {
 background: #b9944d;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 70%;
}

.parent {
    color: #fff;
    background: #b9944d;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    width: 100%;
}
  
.parent a {
  color: #fff;
}
.parent a:hover {
  color: #fff;
}

.parent:hover,
.parent:focus-within  {
  background: #b9944d;
  color:#fff;
  cursor: pointer;
}

.parent:focus-within a {
  outline: none;
}

.seluser .parent ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  color:#b9944d;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  max-height: 210px;
    overflow-y: scroll;
}
.table-2 table thead th a img{
  width: 16px !important;
  margin-top: 2px;
  
}

.seluser .parent:hover > ul,
.seluser .parent:focus-within > ul,
.seluser .parent ul:hover,
.seluser .parent ul:focus {
  visibility: visible;
    opacity: 1;
    display: block;
    width: 100%; 
    list-style: none;
        padding: 20px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.seluser .parent ul li {
  clear: both;
  width: 100%;
}
div#authorized_users {
    display: flex;
    width: 50%; 
}
ul.user-help-links {
    list-style: none;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
}
ul.user-help-links li {
    background: #b9944d;
    color: #fff;
}
ul.user-help-links li.active {
    background: #7c7871;
}
ul.user-help-links li a {
    color: #fff;
    padding: 5px 20px;
}
small.tiny-text {
    font-size: 14px;
}
small.tiny-text {
    font-size: 14px;
    float: right;
    color: #b9944d;
}
.tiny-text span {
    color: #000000;
}