/*
 Theme Name:   Bold Italic
 Theme URI:    https://bolditalic.com.au
 Description:  Child Theme for Divi
 Author:       Rici Alexander
 Author URI:   https://bolditalic.com.au
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Fixed logo height */

.et_fixed_nav #logo {
max-height: 60px;
}


/* Make logo bigger on mobile */

@media only screen and (max-width: 980px) {
#logo {
    height: 35px !important;
    max-height: 35px !important;
    width: auto;
    max-width: 70% !important;
    }
}



 


/* Increase width of drop-down menus */

@media screen and (min-width: 981px) {
.sub-menu {
	min-width: 340px;
}
#top-menu li li a {
    width: 300px;
	/* Extra - Reduce padding on list items */
	padding: 4px 12px;
	}
}



/* Menu CTA Educator Login*/

.menu-cta a{
	height: 35px;
	margin-top:-15px;
	padding: 14px 14px!important;
	border-radius: 0px;
	text-align: center;
	color: #ffffff!important;
	background-color: #303a4c;
}
		

.et-fixed-header #top-menu li.menu-item-331 > a {
    color: #fff!important;
}


	
@media (max-width: 980px) { 
.menu-cta a{
	height: 35px;
	margin-top:0px;
	text-align: left;
	padding: 10px 20px 0px 24px!important;
	}

.menu-cta a:hover{
	background-color: #252f40!important;
	color: #000000!important;
	}}




/* Squish Menu Items */


ul#top-menu li.menu-item:not(:last-child) { 
    padding-right:10px !important; 
}


@media (max-width: 1200px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }




/*Hide Secondary Menu from Main Menu on Mobile*/
.et_mobile_menu li.dt-not-show-mobile {
	display: none;
}










/*GeoDirectory Edits*/
.gd-badge-meta {
display: none !important;
}



.gd-read-more-fade {
display: none !important;
}











/*Woocommerce one column checkout*/

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}






/*Fixing Geo Directories Wigging Out*/

.bsui p {
  margin-bottom: 0;
}

.geodir-post-title {
	padding-bottom: 10px;

}





.geodir-post-title {
	margin-bottom: -20px;

}



.bsui .overflow-hidden {
  	margin-top: -70px;
    margin-bottom: -30px;

}







.gd-rating-foreground.position-absolute.text-nowrap.overflow-hidden {
  	margin-top: 0px;
	margin-bottom: 0px;
	
}






.nf-field-label  {
	font-size: 10px!important;
}




