/*
 Theme Name:   OrangeSplotDivi
 Description:  Divi Child Theme
 Author:       Booyah Creative
 Author URI:   http://www.booyahcreative.com
 Template:     Divi
 Version:      1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.et_pb_scroll_top.et-pb-icon {
	border-radius: 0 !important;
	background-color: #f7941d !important;
	border: 1px solid #fff;
	border-right: none;
}

/* HEADER */
/********************************/
#top-menu li.current-menu-item > a, #top-menu li.current_page_item > a, #top-menu li.current-menu-ancestor > a {
	font-weight: bold;
}
#top-menu li li a {
    padding: 15px 20px !important;
    line-height: 120%;
	width: 100% !important;
}
#et-top-navigation .nav li ul {
	padding: 0;
	background-color: #fff !important;
}
#top-menu li li {
	width: 100%;
	padding: 0 !important;
}
#et-top-navigation .nav ul li a:hover {
	opacity: 1.0;
	background-color: #81a7b0;
	color: #fff !important;
}
#top-menu a {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#mobile_menu {
	padding: 2% 0;
}
#mobile_menu li a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 5%;
	font-size: 16px;
}

/* HOMEPAGE */
/*************************/
#services .os-service-flipbox .dmpro-front-icon-circle {
	background-image: linear-gradient(180deg,#bad9db 0%,#cacd94 100%);
	background-color: transparent !important;
}

/* PAGES */
/******************************/
.dmpro_masonry_gallery .grid .grid-item.et_pb_gallery_image {
	border-style: solid !important;
}

/* FOOTER */
/**********************/
#footer-blog .et_pb_post {
	margin-bottom: 5px;
	margin-top: 8px;
	border-bottom: 2px dotted #CACD94;
	padding: 0 !important;
}
#footer-mc .et_pb_newsletter_field {
	margin-bottom: 0;
}

/* RESPONSIVE QUERIES */
/******************************/
@media only screen and ( min-width: 1405px ) {
}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 1200px ) {
}
@media only screen and ( max-width: 1150px ) {
	#et_mobile_nav_menu {
  		display: block;
	}
	#top-menu {
	  display: none;
	}
}
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1405px) {

}
@media only screen and ( min-width: 981px ) {
}
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
}
@media only screen and ( max-width: 980px ) {
	#main-header .container {
		width: 90%;
	}
	.et_header_style_left #logo {
		max-width: 60%;
		max-height: 100%;
	}
	#et_top_search {
		display: none;
	}
}
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
}
@media only screen and ( max-width: 767px ) {


}
@media only screen and ( max-width: 479px ) {
	.et_header_style_left #logo {
		max-width: 80%;
	}
}