/*
Theme Name:     GOTB Child Theme
Theme URI:      https://geeksonthebeach.ca
Description:    GOTB Master
Author:         Geeks On The Beach
Author URI:     https://geeksonthebeach.ca
Template: Divi
Version:        4.0
*/
/* This file was modified 2020-05-06 by Aspen Grove Studios to customize metadata in header comment */

/* =Theme customization starts here
------------------------------------------------------- */

/**
 * 1. general styles
 *  a. Gravity contact form
 * 2. Header
 * 3. Nav Menu
 * 4. Content
 * 5. Footer
 * 6.  additional-[page name]
**/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}


.location_fedata figure div{
	background-size: cover;
}
div.location_fedata {
    display: flex;
}
.location_fedata figure {
    height: 200px; 
}
/* ------------- 1. general styles ------------- */

/* ------------- a. Gravity contact form ------------- */

.gform_wrapper ul.gform_fields li {
    list-style: none;
}

.gform_wrapper ul.gform_fields {
    padding-left: 0 !important;
}

.gform_wrapper .hidden_label label {
    display: none;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select {
    border-radius: 3px !important;
    background-color: transparent;
    color: #222;
    font-family: sans-serif;
    border: 0;
    padding: 15px !important;
    border-bottom: 1px solid darkgray;
}

.gform_wrapper input[type=email]:focus {
    border-bottom: 1px solid black!important;
}

.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: darkgray;
    font-family: sans-serif;
}

.gform_wrapper .gform_footer {
    text-align: right;
}

.gform_wrapper input[type=submit] {
    border: 0;
    background-color: rgba(32, 178, 170, 0.7);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    padding: 20px;
    transition-duration: .3s;
    border-radius: 3px;
}

.gform_wrapper input[type=submit]:hover {
    background-color: rgba(32, 178, 170, 1);
    transition-duration: .3s;
    padding-left: 35px;
    padding-right: 35px;
}

/* grow icons effect */
.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mp_m_blurb_grow:hover .et_pb_image_wrap {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

/* ------------- 4. Content ------------- */

/* ------------- 5. Footer ------------- */

/* Geeks on the Beach Footer Logo */

div p.credits {
    float: left;
    background: url(/wp-content/uploads/gotb-logo-bw.svg) 50% 50% no-repeat transparent;
    width: 89px;
    height: 60px;
    overflow: hidden;
    opacity: .6;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

div p.credits:hover {
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

div p.credits a.gotb-link {
    display: block;
    background: url(/wp-content/uploads/gotb-logo-colour.svg) 50% 50% no-repeat transparent;
    width: 89px;
    height: 60px;
    text-indent: -999em;
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

div p.credits a:hover.gotb-link {
    opacity: 1;
    moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.gotbcopyright {
    position: relative;
    right: 60px;
    padding-top: 20px;
    bottom: 15px;
}

@media screen and ( max-width: 980px ) {
    #footer-info {
        position: relative;
        text-align: center;
    }

    #footer-info p.credits {
        position: relative;
        width: 89px;
        height: 60px;
        left: 50%;
        margin-left: -44.5px;

    }

    #footer-info div.gotbcopyright {
    	position: absolute;
    	/*width: 400px;*/
    top: 50px;
    left: 34%;
    right: 0;
	margin-left: -64%;
    }

	#footer-info div.gotbcopyright p {
    		margin-left: 22%;
	}


}

/* ------------- 6. additional-[page name] ------------- */

h1, h2, h3, h4 p, body, a, li, ul, ol, span {font-family: century-gothic, sans-serif;
font-weight: 400;
}

.title-loc h1 {
font-family: boucherie-cursive, sans-serif!important;
font-weight: 700!important;
font-style: normal;}

.dsm_card_carousel_1 .swiper-button-next {
    margin-top: -222.5px!important;
}

.dsm_card_carousel_1 .swiper-button-prev {display:none!important;}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
color: #000000;
	font-size:10px;
	    font-family: century-gothic,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 4%);
  text-align: center;
  padding: 5px 0;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext {
    width: 118px;
    top: 20px;
    left: 0%;
    margin-left: -47px;
}

.cta-header:before {
    font-size: 16px;
    opacity: 1;
    margin-left: -1.8em!important;
    right: auto;
    margin-top: 0px;
}

.shop-header-logo img {margin-top:-10px;}

.link-location a:hover {text-decoration:underline;}

.img-logo-che img {margin-bottom:-5px; width: 130px;}
.dsm_card_carousel_0 .dsm_card_carousel_child_img{width: 250px;}

/**************/
.desktop--header-row .col-booking {
    display: flex;
    text-align: end;
    justify-content: flex-end;
    align-items: center;
}
.col-booking .et_pb_button_module_wrapper {
    padding-right: 25px;
}

.container {
    width: 92%;
    max-width: 100%;
}

/*******  Directory - single page listing cusotmization   *******/
.drts .drts-bs-mb-4 {
    font-family: century-gothic, sans-serif;
    color: #4d4e4c;
    line-height: 1.2em;
}

i.drts-icon {
    color: #4d4e4c;
    box-shadow: none;}

.drts .tt-suggestion span {
    font-size: 15px;
    color: #4d4e4c;
}

.drts p, .drts .drts-bs-col-form-label label { font-family: century-gothic, sans-serif; font-weight: 400; color:#4d4e4c; font-size: 15px;}

 .drts-entity-form-field>label{ font-family: century-gothic, sans-serif; font-weight: 700; color:#000; font-size: 1rem;}

.drts .drts-bs-form-control {
   padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #515250;
    border: 1px solid #515250;; border-radius: 0rem;
}
.select2-container--default .select2-selection--multiple {
border: 1px solid #828381; border-radius: 0rem;
}
.drts h3 {
    font-family: century-gothic, sans-serif;
    color: #000;
    font-weight:700!important;
    line-height: 1.6em;
    font-size:16px!important;
}
.drts-display[data-display-type=form]>.drts-display-element {
margin-bottom: 1.5em;
}

.drts .drts-bs-input-group-text {
background-color: #987f73;
    border: 1px solid #987f73;
border-radius: 0rem; color: #ffffff;}
.drts .drts-bs-list-group-flush>.drts-bs-list-group-item {
    border-width: 0;
}
.drts .drts-bs-btn-sm {
    padding: 2px 5px;; 
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0rem;
}

.drts .drts-bs-list-group-item {
    padding: 0!important;
    border: 0;
}

.drts .drts-bs-form-control:disabled {
    background-color: #f7f7f7;
}
.drts .drts-bs-btn-lg {
    border-radius: 0rem; padding: 0.8rem 8rem; width: 100%; font-size:18px;}

.entry-content table:not(.variations) {
border: 1px solid #828381;
}
.drts .drts-bs-table td, .drts .drts-bs-table th {
border-top: 1px solid #828381;
}
.drts .drts-bs-table thead th {
    border-bottom: 1px solid #828381; }
    .drts .drts-bs-btn-outline-secondary {
    background-color: #987f73;
    color: #fff;
    border-color: #987f73;
}

/*#featured-businesses .dsm_card_wrapper {display:none;}*/

img.wp-image-27073 {position:relative; margin-left: 23px; margin-bottom: -6px;}

#footer-text p, #footer-text a  { font-family: century-gothic, sans-serif; font-weight:regular;}
#footer-text a:hover {text-decoration:underline;}


span.chamber-dir {font-family: chamber, sans-serif!important; font-weight: 400!important; font-size: 50px;}

.dsm_card_wrapper {
    padding-top: 0px!important;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/* ------- dashboard page --------- */

.drts .drts-bs-btn {border-radius: 0!important;}

.drts .drts-bs-card {
    border: 1px solid rgb(130 131 129);
    border-radius: 0!important;
    border: none!important;
}
.drts .drts-bs-card-header {
    background-color: rgb(255 255 255);
border-bottom: 1 px solid #828381!important;
}
.drts .drts-bs-btn-link {
    color: #000000!important;
}
.drts-dashboard-aside .drts-bs-card-header button {
 font-weight: 700;
    font-family: century-gothic, sans-serif; font-size: 16px;
}
.drts .drts-bs-list-group-item-action {
    color: #000!important;
}
.drts-dashboard-aside .drts-bs-list-group-item {
    padding: 10px 20px!important;
    border: 0;
}
.drts .drts-bs-badge-success {
    color: #fff;
    background-color: #ce0538;
}
.drts img.drts-icon, i.drts-icon {
    width: 72px!important;
    height: 72px!important;
    border-radius: 0!important;
    object-fit: cover;
}
.drts .drts-bs-dropdown-menu {
    background-color: #fff;
    border: 1 px solid rgb(130 131 129);
 border-radius: 0;
}
.drts .drts-bs-list-group-item.drts-bs-active {
    color: #fff;
    background-color: #ffffff;
    border-color: #828381;
    font-size: 14px;
}
.drts .drts-bs-badge-secondary {
    color: #000;
    background-color: #fff;
}
.drts-view-nav-item-name-status {display:none;}

.drts .drts-bs-badge {
    padding: 0.5em 0.8em; font-size: 85%;
    border-radius: 50px;}
 .entry-content table:not(.variations) {
    border:none!important;
}  
.entry-content thead th, .entry-content tr th {
    color: #000;
    font-weight: 700;
}
.drts-dashboard-aside {
    flex: 1;
    margin: 0 3em 1em 0!important;}

.drts-dashboard-aside .drts-bs-card-header button:before {display:none;}

.business_logo img{padding-bottom:20px; display: block;
    margin-left: auto;
    margin-right: auto; width:210px!important;} 
@media all and (max-width: 980px){ 
.business_logo img{padding-top:20px; margin-left: 0px; margin-right: 0px;}
div[data-name="entity_field_directory_photos"] img {
    margin-left: 0px!important;
    margin-right: 0px!important;
}}


/* stick footer to bottom of screen */
#page-container #et-boc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
}
#et-main-area {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
#et-main-area, #main-content  {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
  
/*** Hide Sidebar ***/
#sidebar {display:none;}
  
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 0px 0px 0px !important;
    float: none !important;
}
}
.et_pb_gutter.et_pb_gutters1 #left-area {
    width: 100%;
}

body:not(.et-tb) #main-content .container {
    padding-top: 2% 0px;
}

.dfh-23 .et_pb_menu__menu {
    padding-left: 25px;
    display: block !important;
}

.category-post-type h1 { font-size:80px!important; line-height:0.7em!important;}

/* Business Directory main page search */

.drts-display-element .drts-entity-permalink a {font-weight:700!important;}

.drts-display-element .drts-display-element-entity_field_directory_category-1 .drts-display-element-inlineable {color:red!important;}

.drts-view-post-entities .drts-display-default-summary {
    border-bottom: 1px solid #eef3f6!important;
}

.drts .drts-bs-btn-outline-primary {
    color: #987f73;
    border-color: #987f73;
}
.drts .drts-bs-btn-outline-primary:hover {
    color: #fff;
    background-color: #987f73;
    border-color: #987f73;
}
.drts .drts-bs-justify-content-center {
    justify-content: left!important;
}
.drts .drts-bs-justify-content-center {
    justify-content: left!important;
}
.directory-listing-title a  {
font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-size: 16px;
color:#4d4e4c!important;
}
.directory-listing-title a:hover  {
text-decoration:underline;
}
.drts-entity-fieldlist:not(.drts-entity-fieldlist-no-inline) .drts-entity-field-value {
    text-align: left!important;
}
.drts .drts-bs-text-success {
    color: #1cbe72!important;
}
.directory-business-name-listing {font-size:28px; line-height:1em;}

.drts-location-address, .drts-location-address a, .directory-phone-listing a, .directory-contact-listing a, .directory-listing-description p, .directory-listing-description li, .directory-listing-description ul, .directory-listing-description span, .directory-listing-description strong, .directory-business-tags a { color:#4d4e4c!important; font-size: 15px;}

 .drts-entity-field-label{font-size: 15px;}

.directory-contact-listing a:hover, .drts-location-address a:hover, .directory-phone-listing a:hover, .directory-business-tags a:hover {text-decoration:underline;}

.drts-view-post-entities .drts-display-default-summary {
    border-bottom: 1px solid #eef3f6!important;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}

.drts-display-element-header, .drts-display-element-header span {
    font-size: 15px;
margin: 0;
font-weight: 700!important;
    font-family: 'century-gothic', sans serif;
}
.fa-tags:before, .fa-shopping-basket:before {
    font-size: 13px;
}

.breadcrumb-listing-location, .breadcrumb-listing-location a  {text-transform:uppercase; font-weight:bold; font-size: 13px;}
.breadcrumb-listing-location:after {
  font-family: 'ETMODULES';
    content: '\35';
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.4em;
    top: -1px;
	color: #000;
        text-align: center;
    vertical-align: middle;
    position: relative;}

.drts-display-group-inline .drts-display-group-element-separator {
    display: inline;
    margin: 0 0em;}
.breadcrumb-listing-category, .breadcrumb-listing-category a  {text-transform:uppercase; font-weight:bold; font-size: 13px; margin-top: 0px;}

.directory-listing-opening-hours .drts-entity-field-label {
    font-weight: 400!important;
}
.drts-social-media-account .fa-facebook-square, .drts-social-media-account .fa-instagram, .drts-social-media-account .fa-twitter-square, .drts-social-media-account .fa-pinterest-square, .drts-social-media-account .fa-linkedin, .drts-social-media-account .fa-youtube-square {
    color: #4d4e4c!important;
}
.directory-listing-opening-hours-main .drts-entity-field-value:not(.drts-bs-text-right){
	width:100%;
}

.listing_cust_field_btn{
    color: #4d4e4c;
	text-transform: uppercase;
    padding: 8px 14px;
    border: 1px solid #4d4e4c;
    display: inline-block;
    margin: 10px 7px 2px 0;
}
.listing_cust_field_btn:hover {
border: 1px solid #000;
    color: #000;
}

.drts .drts-bs-btn-primary {
    color: #fff;
    background-color: #987F73;
    border-color: #987F73;}
.drts .drts-bs-btn-primary:hover {
    color: #987F73;
    background-color: #ffffff;
    border-color: #987F73;
}
.home .cust-search-panel .et_pb_text_inner,.cust-single-list-search-panel{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cust-search-panel .drts-main{
    width: 50%;
}
.cust-search-panel form.drts-search-form label.fa-search{
    display: none !important;
}
.cust-search-panel .drts-search-form-field .drts-form-type-textfield input[type=text]{
    padding: 10px;
    border: 1px solid #4d4e4c!important;
    box-shadow: none;
    
}
.cust-search-panel form.drts-search-form .drts-row{
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}
.cust-search-panel form.drts-search-form .drts-row .drts-search-form-field:first-child{
    margin-bottom: 0 !important;
}
.cust-search-panel form.drts-search-form .drts-row .drts-search-form-field:last-child{
    width: 18%;
}
.cust-search-panel form.drts-search-form button[type=submit] img{
    width: 40px;
        margin-left: 5px;
}
.cust-search-panel form.drts-search-form button[type=submit]{
    background: transparent;
    border: none;
}
.cust-search-panel .drts-search-form-field .drts-form-type-textfield input[type=text]::placeholder{
    color: transparent;
}
.cust-search-panel .drts-search-form-field .drts-form-type-textfield input[type=text]{
    border-radius: 0;
}
.cust-search-panel h3{
    padding: 0;
    font-size: 26px !important;
    color: #FFFFFF!important;
    font-family: century-gothic, sans-serif;
    font-weight: 400 !important;
}

      
    @media(max-width: 980px){
    .cust-search-panel h3{
        font-size: 26px !important;
        width: -webkit-fill-available;
    }}  
@media(max-width: 767px){
    .cust-search-panel h3{
    font-size: 22px !important;}}
    @media(max-width: 500px){
    .cust-search-panel h3{
    font-size: 24px !important;}}


    
.cust-single-list-search-panel{
    background-color: #987F73;
}
@media(min-width: 1100px){
   .cust-search-panel .cust-single-list-search-panel{
    margin-top:-70px;}}

@media(max-width: 767px){
    .cust-search-panel .et_pb_text_inner, .cust-single-list-search-panel{
        display: block;
    }
    .cust-search-panel .drts-main{
        width: 100%;
    }
    #featured-businesses .dsm_card_carousel_child {
        /*width: 100% !important;*/
    }
    #featured-businesses .dsm_card_carousel_child_4 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_4 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_1 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_1.dsm_card_carousel .dsm_card_carousel_arrow, .dsm_card_carousel_1 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_9 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_9 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_7 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_7 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_6 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_6 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_0 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_0.dsm_card_carousel .dsm_card_carousel_arrow, .dsm_card_carousel_0 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_5 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_5 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_8 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_8 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_1 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_1 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_0 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_0 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_2 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_2 .dsm_card_carousel_child_badge_text, .dsm_card_carousel_child_3 .dsm_card_carousel_child>div:first-of-type, .dsm_card_carousel_child_3 .dsm_card_carousel_child_badge_text{
        display: block;
    }
    #featured-businesses.location_fedata{
        display: grid;
    }
    #featured-businesses.location_fedata .dsm_card_carousel_child{
        margin-bottom: 10px;
        width: 100% !important;
    }
    #featured-businesses .dsm_card_title,#featured-businesses .dsm_card_carousel_child_subtitle{
        font-size: 15px !important;
    }
}

.cust-search-panel .drts .drts-bs-btn  {padding:0!important;}

.drts-search-form-responsive .drts-gutter-none .drts-search-form-field.\:container\(width\>480px\):first-child .select2-container .select2-selection--single, .drts-search-form-responsive .drts-gutter-none .drts-search-form-field.\:container\(width\>480px\):first-child input[type=text], .drts-search-form-responsive .drts-gutter-none .drts-search-form-field.\:container\(width\>480px\):first-child select {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
#featured-businesses .dsm_card_wrapper {
    position: absolute;
    bottom: 0;
    background: #987f73db;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0; 
    font-size: 20px;
    padding: 20px !important;
    text-align: center;   
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#featured-businesses .dsm_card_title {
    color: #fff !important;
    font-family: century-gothic, sans-serif;
    font-size: 20px;
    text-transform: capitalize;
cursor: pointer;
}

#featured-businesses .dsm_card_carousel_child::hover .dsm_card_wrapper{
    opacity: 1 !important;
}
#featured-businesses .dsm_card_carousel_child_subtitle{
    font-size: 14px;
    color: #fff;
    font-weight:700;
    text-transform: uppercase;
}
#featured-businesses .dsm_card_carousel_child{
    cursor: grab;
}
#featured-businesses .dsm_card_carousel_child a{
    cursor: grab;
}
.cust-featured-businesses{
    display: none;
}
.cust-search-panel .et_pb_text_inner, .cust-single-list-search-panel{
    display: grid;
    justify-content: initial;
}
body.single-directory_dir_ltg .cust-search-panel .et_pb_text_inner, .cust-single-list-search-panel{
    display: flex !important;
    justify-content: space-between !important;
}
.cust-result-panel .cust-search-panel .drts-main{
    width: 100%;
}
.cust-result-panel .drts .drts-bs-card-group{
    display: grid;
}
.cust-result-panel .drts-main h2{
    font-size: 18px;
    color: #868e96;
    display: none;
}
.cust-result-panel .cust-loc-search-panel{
    margin: 0;
}

body.archive.tax-directory_dir_cat .entry-content {
    width: 92%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
body.archive.tax-directory_dir_cat .entry-title.main_title{
    display: none;
}
body.archive.tax-directory_dir_cat.et-db #et-boc .et-l .et_pb_row {
    width: 92%;
    max-width: 100%;
    margin: auto;
    position: relative;
    padding: 0;
	
}
body.archive.tax-directory_dir_cat #footer-info div#footer-text {
	border-top-width: 1px;
    border-top-color: #828381;
}
body.archive.et-db #et-boc .et-l .et_pb_image{
    display: inline-block;
}
body.archive.et-db #et-boc .et-l .et_pb_image .et_pb_image_wrap img[src*=".svg"]{
    width: 420px;
}
body.archive.et-db .et_pb_section_0_tb_header .et_pb_with_border.et_pb_row.et_pb_row_0_tb_header{
    border-bottom: 1px solid #828381 !important;   
}
body.archive.et-db #et-boc .et-l .et_pb_section{
    padding: 0;
}
body.archive.et_pb_gutters1.et-db #et-boc .et-l .et_pb_column_2_5{
    text-align: left;
}
body.archive .et_pb_section.et_pb_section_0_tb_body.et_section_regular{
    display: none;
}
body.archive .cust-single-list-search-panel{
    display: grid !important;
    justify-content: initial !important;
}
body.archive .cust-search-panel .drts-main{
    width: 100%;
    margin-top: 20px;
}
.cust-serch-result-text p{
color: #828381;
    font-size: 23px;
}
@media only screen and (max-width: 767px){ 
    .listing-header-cust h1{
        font-size: 24px;
    }
}
body.archive .drts .drts-bs-btn-outline-secondary{
    background: transparent;
    color: #000;
    border-color: #000;
    margin-top: 20px;
}
body.archive .drts .drts-bs-btn-outline-secondary:hover{
    background: #000;
    color: #fff;
}

.drts .drts-bs-navbar-nav .drts-bs-btn-outline-secondary {
    color: #828381!important;
    border-color: #828381!important;
}
.drts .drts-bs-navbar-nav .drts-bs-btn-outline-secondary:hover {
background-color:#fff;
}

@media (min-width: 767px) and (max-width: 960px){
    .home .cust-search-panel .et_pb_text_inner, .cust-single-list-search-panel{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }
}
@media(max-width: 480px) {
    .home .cust-search-panel .et_pb_text_inner, .cust-single-list-search-panel{
        flex-direction: column !important;
    }
}

/* Events Calendar 

.mec-breadcrumbs a {
    color: #000;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.mec-breadcrumbs {
    border-radius: 0px;
    font-size: 13px;
    color: #000;
        border: none;
    box-shadow: none;
  margin: 0 0 15px 14px;
    padding: 0px;
}
.mec-breadcrumbs i {
    font-size: 8px;
    font-weight: 700;
    top: -1px;
    position: relative;
    color: #000!important;
    margin: 0 0 0 2px;
}
.mec-event-content p, .mec-search-bar-result .mec-event-detail {
    font-family: century-gothic, sans-serif!important;
    color: #4d4e4c;
        font-weight: 400;
        line-height: 1.7em;
    font-size: 16px;
}

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    margin-top: 0;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 35px;
    color: #4d4e4c;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
}

 .mec-single-event .mec-event-meta dd {
    font-size: 24px;
    color: #000;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
}

.mec-single-event .mec-frontbox {
    margin-bottom: 30px;
    padding: 15px 22px;
    background: #ffffff;
    border: 1px solid #828381;
    box-shadow: none;
}

.mec-single-event .mec-event-meta h3 {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    display: inline;
    color: #4D4E4C;
    padding-left: 10px;
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.mec-container {
    width: 92%;
}}

@media only screen and (min-width: 768px) and (max-width: 960px) {
.mec-container {
    width: 92%;
}}
@media only screen and (min-width: 960px){
.mec-container {
    width: 92%;
    padding-left: 0px;
    padding-right: 0px;}}

.mec-single-event-date, .mec-single-event-time {background: #ffffff;
    padding: 6px 15px 2px;}
    
 .mec-event-social, .mec-event-export-module {border: 1px solid; color:#4D4E4C!important;}
  
.mec-single-event .mec-event-sharing {margin: 0px;}

.mec-single-event .mec-event-social h3 {
    text-transform: none;
    font-size: 16px;
    font-weight: 500; color:#4D4E4C; border-bottom: 0px;}
    .mec-single-event .mec-frontbox-title:before {border-bottom: 0!important;}  
.mec-event-meta i:before {
    font-size: 16px;
}
.mec-breadcrumbs .mec-event-meta i:before {font-size: 11px;}
 .mec-wrap.colorskin-custom .mec-color-before *:before {color:#4D4E4C!important;}
 
 .mec-event-grid-modern .event-grid-modern-head .mec-event-month {
    font-size: 20px;
    font-weight: 600;
    color: #987f73;
    font-family: century-gothic, sans-serif;
    text-transform: capitalize;
}
.mec-masonry-content.mec-event-grid-modern .mec-event-footer {
    display: none;
}
 .mec-masonry .mec-masonry-col6 h6 {
    color: #4d4e4c;
}
.mec-masonry-content.mec-event-grid-modern .mec-event-title {
    margin-bottom: 0px; font-size: 20px;} 
    .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head {
    background: #ffffff;
    border-bottom: 1px solid #dfdfdf;
}
.mec-masonry {
    background: #ffffff;
    height: auto;
    border: 1px solid #dfdfdf;
    box-shadow: none;
}

.mec-masonry .mec-masonry-col6 {
    width: 100%;}
    
    .mec-masonry .mec-masonry-col6 .mec-event-date {
    font-size: 45px;
    margin-bottom: 14px;}
.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
    font-size: 45px;
    line-height: 41px;}
    .mec-masonry .mec-masonry-img img {
    margin-bottom: -5px;}
   
    .mec-wrap, .mec-wrap div:not([class^="elementor-"]), .lity-container, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap .mec-totalcal-box input[type="submit"], .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-agenda-event-title a, .lity-content .mec-events-meta-group-booking select, .lity-content .mec-book-ticket-variation h5, .lity-content .mec-events-meta-group-booking input[type="number"], .lity-content .mec-events-meta-group-booking input[type="text"], .lity-content .mec-events-meta-group-booking input[type="email"], .mec-organizer-item a, .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label {
    font-family: 'century-gothic', sans-serif;
}
.mec-ud-form label {
    font-family: 'century-gothic', sans-serif!important;
    font-size: 15px;
    color: #4d4e4c;}

.clearfix.mec-ud-events-title {
    border-bottom: 1px solid #828381;
    padding-bottom: 8px;
}
.clearfix.mec-ud-events-title span {
    font-weight: 700;
    color: #000;
    font-size: 15px;
    font-family: century-gothic, sans-serif;
}
button.mec-ud-submit-form {border-radius:0px;border-radius: 0px !important;
    box-shadow: none; padding: 14px 16px !important;}
.mec-wrap button:not(.owl-dot):not(.gm-control-active) {
    background: #987f73!important;}
    .mec-ud-image label {
    color: #4d4e4c!important;
}
span.mec-fes-ud-event-date.mec-event-start-date {
    font-size: 14px;
}
.mec-ud-events-add-new a,  .mec-fes-list-top-actions a {
color: #fff !important;
    margin-top: 20px;
   background-color: #987f73!important;
    border-radius: 0px!important;
    padding: 9px 16px !important;}
    .mec-ud-main-content .mec-ud-events-add-new a,  .mec-fes-list-top-actions a  {
    background-color: #987f73!important;
    box-shadow: none!important;
}
.mec-fes-list ul {
list-style-type: none!important;}
pan.mec-fes-ud-event-title a:hover {
    color: #4d4e4c;
}
.mec-fes-list ul li a {color: #4d4e4c;}
.mec-fes-list ul li {
    border-radius: 0px; border-color: #e7e7e7!important;
    border: 1px solid #828381; box-shadow: none!important;}
.mec-ud-spec>div {
    padding: 20px;
    border-radius: 0px;}
.mec-ud-events-list-item {
    display: block;
}
.mec-fes-list {background: none!important; padding: 0; color: #828381;}
.me-ud-spec-ticket {
    display: none!important;}
mec-fes-ud-event-view.mec-book-confirmed {
    background: #2DCA73 !important;
    box-shadow: none;
    border-radius: 25px;}

span.mec-fes-ud-event-title a {
    font-family: 'century-gothic', sans-serif;
    font-size: 15px; color: #4d4e4c;
}
.mec-fes-list .mec-fes-list-top-actions, .mec-fes-list ul{
    max-width: 100%;
    list-style: none;
    padding-left: 0px;     margin: 0 auto;}
 
 .drts-view-filter-form .drts-bs-card-header {
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.drts-view-filter-form .drts-bs-card-group, .drts-view-filter-form .drts-bs-card-group-none {
    border-left: none!important;
}

.drts .drts-bs-custom-control-label::before {
    top: 0rem;
    left: -1.5rem;
    border: #828381 solid 1px;
}

.drts .drts-bs-custom-checkbox .drts-bs-custom-control-label::before {
    border-radius: 0px;
}

/* Event Page */

.mec-single-event .mec-frontbox{
    border: none;
    box-shadow: none;
}

a.mec-border-color, .mec-border-color-hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover{
    border-color: #987F73;
    color: #987F73;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
    background: #987F73;
    color: #fff;
    border-color: #987F73;
}

.drts .drts-bs-navbar-nav .drts-bs-btn-outline-secondary {
    color: #987f73!important;
    border-color: #987f73!important;
    background: #fff !important;
}

.drts .drts-bs-navbar-nav .drts-bs-btn-outline-secondary:hover{
    color: #fff !important;
    background: #987f73!important;
}

.mec-head-wrap{
    width: 30% !important;
}

.mec-ud-main-content .mec-ud-wrap-header{
    font-family: century-gothic, sans-serif !important;
    font-weight: 400;
    color: #4d4e4c;
    background: none !important;
    box-shadow: none !important;
    text-align: left;
    margin-left: 35px;
}

.mec-ud-main-content .mec-ud-menu a{
    font-family: century-gothic, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: black !important;
    border-bottom: 1px solid rgba(0,0,0,.125);}
    
.mec-ud-main-content .mec-ud-menu a
 .mec-ud-menu a.active svg path {
    fill: #4d4e4c!important;
}
.mec-ud-menu a svg, .mec-ud-menu a svg path{
    width: 13px;
}
.mec-wrap.clearfix .row.mec-ud-wrap .col-md-3{
    background: none;
}

.mec-ud-main-content{
    width: 100%;
    max-width: 1920px;
}

.mec-wrap.mec-ud-main {
    background: none;
    padding: 0 15px;
}

.mec-wrap.clearfix .row.mec-ud-wrap{
    box-shadow: none;
}

.me-ud-spec-ticket{
    background: #a1a1a1;
    color: #ffffff;
    border-radius: none !important;
}

.me-ud-spec-event{
    background: #987f73;
    color: #ffffff;
    border-radius: none !important;
}
.mec-fes-form-top-actions a {    background: #987f73;
    box-shadow: none!important; border-radius:0px!important;}

.row.mec-ud-dashboard-color{
    display: none;
}

.mec-ud-reports-number-spec-ticket{
    background: #a9ceac;
    color: #ffffff;
    border-radius: none !important;
}

.mec-ud-reports-number-spec-total{
    background: #d3c086;
    color: #ffffff;
    border-radius: none !important;
}

canvas#mec_ud_reports_chatrs {
    width: 100% !important;
}

.mec-ud-reports-select-main-reports button.mec-ud-reports-button.mec-selected, .mec-ud-reports-select-main-reports button.mec-ud-reports-button:focus {
    background: #c0dce9 !important;
    background: linear-gradient(
95deg
, #c0dce9 0, #c0dce9 50%, #c0dce9 100%) !important;
    color: #000 !important;
    outline: 0 !important;
    box-shadow: 0 3px 15px -5px #c0dce9, 0 0 0 1px #c0dce9 !important;
    z-index: 2 !important;
    border: none !important;
}

.mec-ud-reports-select-main-reports button.mec-ud-reports-button.mec-selected:after{
    border-color: #c0dce9 transparent transparent;;
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{
    background: #987f73 !important;
    color: #fff;
    border: 1px solid #987f73 !important;
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{
    background: #000 !important;
    color: #fff;
    border: 1px solid #000 !important;
}

.mec-masonry .mec-masonry-content{
    padding: 0 20px 0px;
}
.mec-event-grid-modern .event-grid-modern-head .mec-event-detail {
    font-size: 14px;    color: #4d4e4c;
}
*/


/* map view style */
.drts.drts-main .drts-bs-popover .drts-bs-card{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-direction: row-reverse;
}
.drts .drts-bs-card-text:last-child{
    display: none;
}
.drts-map-marker-content>img:nth-of-type(2){
    position: relative !important;
    width: 100px;
    border-radius: 0;
}
.drts .drts-bs-card-img, .drts .drts-bs-card-img-bottom{
    height: 85px !important;
}
.drts-map-marker-content .drts-bs-card-img-overlay{
    background: #fff !important;
    height: auto !important;
    border-radius: 0;
    display: flex;
    align-items: center;
}
.drts.drts-main .drts-bs-popover .drts-bs-text-white{
    color:#4d4e4c !important;
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
}
.drts.drts-main .drts-bs-popover .drts-bs-text-white:hover{
text-decoration:underline;
}

/* Add svg for listing member */
.listing-header-cust, .directory-listing-title {
    display: flex;
    align-items: center;
}
.listing-header-cust h1{
    padding-bottom: 0;
}

.listing-header-cust img{
    width: 30px;
    margin-left: 10px;
    margin-top: -6px;
}
.directory-listing-title img{
    width: 20px !important;
    margin-left: 10px !important;
    margin-top: -6px !important;
}
.listin-member-img{
    display: none;
}
.directory-listing-title .listin-member-img,.listing-header-cust .listin-member-img{
    display: initial;
}
.et-db #et-boc .et-l .et_pb_row{
    width: 92%;
    max-width: 100%;
    padding: 0px;
}


@media(max-width: 980px){
    .et_pb_column_5_tb_header{
        text-align: right;
    }
    .cust-search-panel .drts-main{
        width: 100%;
    }
}
.drts-frontendsubmit-register-form > div[data-form-field-name="register[firstname]"]{
    float: left;
}
.drts-frontendsubmit-register-form > div[data-form-field-name="register[lastname]"]{
    float: right;
}
.drts-frontendsubmit-register-form > div[data-form-field-name="register[firstname]"],.drts-frontendsubmit-register-form > div[data-form-field-name="register[lastname]"]{
    width: 48%;
}

.cust-terms-title p{
    color: #000;
    text-transform: uppercase;
}

.drts .tt-suggestion{
    display: flex;
    align-items: center;
}
.drts .tt-suggestion span{ 
    line-height: normal;
}
@media(min-width: 570px){
    .cust-search-panel.sticky {
        /*position: fixed;
        top: 21px;
        z-index: 99;
        width: 29%;*/
    }
    .drts-location-entities-map-container .drts-view-entities-list-row .drts-row{
        max-height: 500px;
        overflow: auto;
    }
}

.drts-bs-card div[data-name="view_filter_directory_tag"], div[data-name="chamber_member"]{
    display: none;
}
.drts-frontendsubmit-addentity-add .drts-form-field-main .drts-form-description{
    display: none !important;
}
.drts-frontendsubmit-addentity-add .drts-entity-form-field-type-entity-terms .drts-form-field-main{
    z-index: 0;
}
div[data-name="entity_field_directory_photos"] img{
    width: 300px !important;
    height: 300px !important;
    object-fit: cover;
        display: block;
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 1240px) and (max-width: 1300px) {
div[data-name="entity_field_directory_photos"] img{
    width: 340px !important;
    height: 340px !important;
}}
@media all and (min-width: 1301px) {
div[data-name="entity_field_directory_photos"] img{
    width: 360px !important;
    height: 360px !important;
}}