/*
Theme Name: Camp Kawartha
Description: Divi child theme; customized for Camp Kawartha
Author: Copson Enterprises
Template: Divi
*/

/* Adjust Breakpoint for Mobile Menu
-------------------------------------*/
@media (max-width: 1400px) {
#et_mobile_nav_menu {display: block;}
#top-menu {display: none;}
}

/* Top Menu
-------------------------------------*/
#top-menu li {
    padding-right: 15px;
}
#top-menu .menu-item-has-children>a:first-child {
    padding-right: 15px;
}

/* Mega Menu Section Headers
----------------------------------------------------*/
#top-menu li.mega-menu>ul>li>a:first-child {
    border-bottom: 2px solid #26423e;
	font-weight: 900;
}

/* Underline Links (exclude buttons & slider arrows)
----------------------------------------------------*/
.entry-content a:link, #tribe-events-content a:link {
	text-decoration: underline;
	font-weight: 600;
}

.et_pb_button:link, .et-pb-arrow-prev:link, .et-pb-arrow-next:link, .et_pb_main_blurb_image a {
	text-decoration: none!important;
}

/* Breadcrumbs Bar
-----------------------------------------------*/
div#daps_breadcrumbs_container {
	background: #56776a ;
	width: 100%;
	padding: 0 0 /* adds some padding between the header and the main content */;
}
#breadcrumbs {
	color: #fff ;
	width: 80% /* by default, divi uses 80% width for rows, change as required for your site */;
	max-width: 1500px /* if you have changed your divi default width, then change this to match */;
	margin: auto;
	font-size: .9em;
}
#breadcrumbs a {
	color: #fff /* sets all links colors to white, change or remove this as needed */;
}

/* WP Accessibility Plugin 
-------------------------------------*/
.a11y-toolbar.rtl, .a11y-toolbar.right {
    left: 0;
    right: auto;
}

/* Menu CTA Donate Button
-------------------------------------*/     
#et-top-navigation .menu-cta a {
    background-color: #42B7A7;
    color: white!important;
	padding: 8px!important;
    border-radius: 10px;
    text-align: center;
}
#mobile_menu .menu-cta a {
	text-align:center;
	width: 200px;
}

/* 
#et-top-navigation .menu-cta a:hover {
    background-color: #42B7A7;
    color: white!important;
}
#top-menu li a:hover {
	opacity: 1!important;
}
  
.et_header_style_left #et-top-navigation {
    padding-top: 20px!important;
}
 

.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 16px!important; 
}
*/

 
/*---------------Menu CTA Button Mobile Settings---------------
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #42B7A7;
	width: 100px;
	}
}
.et_mobile_menu .menu-cta a:hover {
    background-color: #42B7A7;
	width: 100px;
}  */

/*-----------------Menu Icons---------------- 
 
.menu-home a:before {
    font-family: 'ETmodules';
    content: "\e074";
    margin-right: 10px;
    margin-top: -2px;
    font-size: 18px;
    float: left;
}*/

/* Keep columns on Mobile
-----------------------------------------------*/
@media only screen and (max-width: 980px) {
 
.two-columns .et_pb_column {
width: 50%!important;
}
 
.three-columns .et_pb_column {
width: 33.33%!important;
}
 
.four-columns .et_pb_column {
width: 25%!important;
}
 
}


/* SC Dates & Rates Legend
-----------------------------------------------*/
.spaces-available {
	background-color: #C6DAAE;
}
.spaces-limited {
	background-color: #FFFFCC;
}
.spaces-full {
	background-color: #FFE6E6;
}
.spaces-cancelled {
	background-color: #FFE6E6;
}

/* Events Calendar
-----------------------------------------------*/
#tribe-events-pg-template .tribe-events-content ul li {
	line-height:1em!important;
}

/* Lists
 -----------------------------------------------*/
.et_pb_section ul {
	margin-left: 2em!important;
}

/* Tabs
 -----------------------------------------------*/
.et_pb_tabs_controls li a {
    padding: 4px 10px 4px;
}

/* person Module
 -----------------------------------------------*/
.et_pb_team_member_description {
	text-align: center;
}
.et_pb_member_position {
	font-weight: bold;
	color: #666;
}
.et_pb_column_1_2 .et_pb_team_member_image {
	margin: 10px auto;
}

/* Place the word MENU after the mobile hamburger */
.mobile_menu_bar:after {
    content: 'MENU';
    position: relative !important;
    bottom: 10px;
    left: 10%;
    color: #c4c4c4;
}

/* Change the hamburger to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

/* Ultimate Auction - hide Total Bids Placed tab section
 -----------------------------------------------*/
li#wdm-desc-bids-link, div#wdm-desc-bids-tab {
	display:none !important;
}
