/*
Theme Name: Divi Child
Theme URI: http://www.eagledesign.net.au
Version: 1.0
Description: Child theme for Divi Column theme from Eagle Design
Author: Eagle Design
Author URI: http://www.eagledesign.net.au
Template: Divi
*/

@import url("../Divi/style.css");

h1 {
	padding-top: 20px;
	font-size: 30px;
 }

h2 { padding-top: 12px; font-size: 24px; }
h4 { padding-top: 8px; font-size: 18px; }

.et_main_title h1 {
  display: inline-block;
  padding-right: 2px;
  padding-top: 40px;
}

.main_title {
  margin-bottom: 20px;
  padding-top: 40px;
}

.form-allowed-tags {
display: none;
}

#main-header {
	background-color: rgba(255, 255, 255, 0.8);
}

#mc_signup_submit {
color: #85171a;
letter-spacing: 1px;
font-family: Merriweather, sans-serif;
font-size: 21px !important;
font-weight: bold;
}

#phone {
float: right;
margin-top: -7px;
position: relative;
display: block;
width: 150px;
margin-right: 0px;
margin-left: 15px;
}

#phone_number {
	font-family: Merriweather;
	color: #85171a;
	font-size: 20px;
}


#top-menu li {
	padding-right: 11px;
}

#top-menu li, .fullwidth-menu li {
    display: inline-block;
    font-size: 13px;
}


/**IPHONE****/
@media only screen and ( max-width: 568px ) {
	
	#phone {
		float: right;
		margin-top: 5px;
		position: relative;
		display: block;
		width: 150px;
		margin-right: 0px;
		margin-left: 65px;
	}
	
	#et_top_search {
		margin-top: 17px;
		margin-right: -98px;
		float: right;
	}

}


/*********Samsung S3**********/

@media only screen 
and (min-width : 360px) 
and (max-width : 640px) 
and (orientation : landscape) {
	#phone {
		float: right;
		margin-top: 5px;
		position: relative;
		display: block;
		width: 150px;
		margin-right: 0px;
		margin-left: 58px;
	}

	#et_top_search {
		margin-top: 17px;
		margin-right: -83px;
		float: right;
	}
}





@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	#phone {
		float: right;
		margin-top: 5px;
		position: relative;
		display: block;
		width: 150px;
		margin-right: 0px;
		margin-left: 70px;
	}

	#et_top_search {
		margin-top: 17px;
		margin-right: -98px;
		float: right;
	}
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) 
and (orientation : landscape) {

	#phone {
	  float: right;
	  margin-top: -40px;
	  position: relative;
	  display: block;
	  width: 123px;
	  margin-right: 0px;
	  margin-left: -125px;
	  padding-bottom: 10px;
	}
	.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	  padding: 30% 8%;
	  width: auto;
	  margin: auto;
	}
	.et_pb_slide_description {
	  margin-top: -30px !important;
	}
}


/**  Added for fixes	**/


.column-area-wrapper{
	width:100%;
}

.column-wrapper{
/*	width:100% !important;
	height:152px;
	display:inline-block !important;*/
	float: left;
	clear: both;
}

.column
{
	/*width:152px;
	height:152px;*/
	float:left;
	margin:10px;
}

.clear-wrapper{
	width:100%;
	height:100px !important;
}

.et_pb_post .entry-content {
    padding-top: 5px;
}
