/*
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) {
}



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: 'century-gothic', sans-serif!important;
font-weight: 700!important;
font-style: normal;}


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

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

.img-logo-che img {margin-bottom:0px!important; width: 130px;}

/**************/
.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;
}

.mec-container {
 width: 100%;
    max-width: 1920px;
}


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

@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;}}

*/

/* 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: 0px!important;
}

.dfh-23 .et_pb_menu__menu {
    padding-left: 25px;
    display: block !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;
}

.mec-single-event-date, .mec-single-event-time {background: #ffffff;
    padding: 6px 15px 2px;}
    
 .mec-event-social, .mec-event-export-module {border: 0px 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!important;
}


.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;}
 



/* 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;
}

 .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;
}

h1.mec-divi-simple-header {
    font-size: 40px;
    color: #4d4e4c!important;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
}


/* Footer logos */

.logos {
  display: grid;
 grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 0rem;
}

.et-l--footer ul {list-style-type: none;}

.logos__item {
  background: #ffffff;
}

.logos__item img {
  width: 130px;
  height:50px;
  object-fit: contain;
}
.logos__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.logos {
    display: grid;
    grid-template-columns: none;
    grid-gap: 1rem;
	}
}


/* New code for events page */

.mec-events-masonry-wrap {
    padding-top: 30px;
}
.tax-mec_category #main-content h1{
    text-align: center;
    margin-top: 40px;
}