/*
 Theme Name:     PHS CHild Theme
  Description:    PHS Child Theme
 Author:         Samui Web Design
 Author URI:     https://www.samuiwebdesign.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
#footer-bottom{color:#fff; padding-top: 1.5%; padding-bottom:1.5% !important; 
	background-color: #232323 !important; font-size: 0.9em; }
#footer-bottom h3{color:#AAA;}
#footer-bottom a{color: #DDDDDD;}
#footer-bottom a:hover{color: #F7A371;}
#footer-bottom .leftcol{float: left; width: 50%;}
#footer-bottom .rightcol{float: right; width: 50%; text-align: right;}
.textcenter{text-align: center !important;}				

@media screen and (max-width:800px) {
#footer-bottom .leftcol{float: left; width: 100%; text-align: center; padding-left:3%; padding-right:3%;}
#footer-bottom .rightcol{float: left; width: 100%; text-align: center; padding-left:3%; padding-right:3%;}
}



#top-header {z-index: 99999;}
#logo { 
	max-height: 300% !important;
	margin-top: 7px;
	z-index: 100000;
}
 
@media only screen and (max-width : 980px) {
	#logo { margin-top: 0px}
}

#main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
 	box-shadow:none !important; 
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	transform: rotate(180deg);
	content: "\25bc";
	transition:all 0.5s ease-in-out 0s;
	color:#e5e2d3;
}
 
.et_pb_toggle_title:before {
	content: "\25bc";
	font-size:2em;
	transition:all 0.5s ease-in-out 0s;
	color:#179baf;
}

/*
@media only screen and ( min-width:980px ) {
	#et_mobile_nav_menu { display:block }
	#top-menu-nav { display:none; }
}
.mobile_menu_bar:before {
	content: "\61";
	font-size: 32px;
 	left: 0;
 	position: relative;
 	top: 0;
 	cursor: pointer;
}
}
*/