/*
 Theme Name:   Laurier Complex Theme
 Description:  Child of Divi 2 theme by http://elegantthemes.com 
 Author:       Kunal Oogorah
 Template:     Divi
 Version:      1.0.0
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:
*/

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

.et_pb_slide {
    padding: 0 !important;
}

#footer-bottom {
	background-color: rgba(0, 0, 0, 0 );
}
#main-footer {
	background-color: #F9AF00 !important;
}
#top-menu a:hover {
	color: #2EA3F2;
}
.sandBackground {
	background-image: url(sand.jpg);
	background-size: 1024px 1024px;
	background-repeat: repeat;
}
.input {
	background-color: #FFF !important;
}
.bottomMargin {
	margin-bottom: 0px;
}

/* Photo Gallery */
@media only screen and ( min-width: 1101px ) {
#propertygallery .et_pb_slide_description {
	padding: 0 0 520px 0;
}
#propertygallery h2 {
	font-size: 1em;
	background-color: #3acad3;
	padding: 6px 0;
	font-weight:600;
}
#propertygallery.et_pb_slider_fullwidth_off {
	margin-bottom: 0px;
}
#property .et_pb_slide_description {
	padding: 0 0 320px 0;
}
#property h2 {
	font-size: 1em;
	background-color: #3acad3;
	padding: 6px 0;
}
#property.et_pb_slider_fullwidth_off {
	margin-bottom: 0px;
}
#summary p {
	padding-bottom: 0px;
}
}
 @media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
#propertygallery .et_pb_slide_description {
	padding: 0 0 520px 0;
}
#propertygallery h2 {
	font-size: 1em;
	background-color: #3acad3;
	padding: 6px 0;
	font-weight:600;
}
#propertygallery.et_pb_slider_fullwidth_off {
	margin-bottom: 0px;
}
#property .et_pb_slide_description {
 padding:0 0 320px 0 !important;
}
 #property h2 {
 font-size:0.9em !important;
 background-color:#3acad3 !important;
 padding: 6px 0 !important;
}
 #property.et_pb_slider_fullwidth_off {
margin-bottom:0px;
}
 #summary p {
 padding-bottom: 0px;
}
}
 @media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
#propertygallery .et_pb_slide_description {
	padding: 0 0 520px 0;
}
#propertygallery h2 {
	font-size: 0.9em;
	background-color: #3acad3;
	padding: 6px 0;
	font-weight:600;
}
#propertygallery.et_pb_slider_fullwidth_off {
	margin-bottom: 0px;
}
#property .et_pb_slide_description {
 padding:0 0 320px 0 !important;
}
 #property h2 {
 font-size:0.9em !important;
 background-color:#3acad3 !important;
 padding: 6px 0 !important;
}
 #property.et_pb_slider_fullwidth_off {
margin-bottom:0px;
}
 #summary p {
 padding-bottom: 0px;
}
}
 @media only screen and ( max-width: 767px ) {
#propertygallery .et_pb_slide_description {
	padding: 0 0 220px 0 !important;
	width:100% !important;
}
#propertygallery h2 {
	font-size: 1em !important;
	background-color: #3acad3;
	padding: 6px !important;
}
#propertygallery.et_pb_slider_fullwidth_off {
	margin-bottom: 0px;
}
#property .et_pb_slide_description {
 visibility:hidden !important;
}
 #property h2 {
 font-size:0.9em;
 background-color:#3acad3;
 padding: 6px 0;
}
 #property.et_pb_slider_fullwidth_off {
 margin-bottom:0px;
}
 #summary p {
 padding-bottom: 0px;
}
}
