/*
 Theme Name:     Sisters Circle
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Sisters Circle Theme - Divi Child
 Author:         Elegant Themes / Cyberian Frontier
 Author URI:     https://www.CyberianFrontier.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.callout_text {
margin-top: 10px;
font-weight: bold;
font-size: 16px;
}

/* Celebrating 15 Years RSVP */

#rsvp_form_wrapper {
 margin-left: 60px;
}

#logo_15_years {
 margin-left: 20px;
}



#rsvp_form_wrapper h3 {
 margin-top: 16px;
}

#rsvp_form_wrapper label {
 display: block;
 margin-top: 4px;
}

#rsvp_form_wrapper input.inputAddress {
 display: block;
}

#rsvp_form_wrapper input.inputSubmit {
 margin-top: 20px;
}

#rsvp_form_wrapper .input_city, #rsvp_form_wrapper .input_state {
 float: left;
 margin-right: 10px;
}

.et_pb_slider_fullwidth_off .et_pb_slide_description {
 padding: 0;
}

@media only screen and ( max-width: 980px ) {

	#logo_15_years {
	 margin-left: 0px;
	 text-align: center;
	}

}


/* Home Page Video */

#iframe_home_video {
 width: 750px;
 height: 420px;
}

.home .et_pb_section {
 padding: 20px;
}

.home .et_pb_text {
 margin: 10px 0;
}

// Home Slide Box Shadow - disable
/*
.et_pb_slider .et_pb_slide {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
*/

.et_pb_container {
min-height: auto !important;
}


@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 0 !important;
	}
}


@media only screen and ( max-width: 980px ) {

	.et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 0 !important;
	}
	.et_pb_slide_content {
	display: block !important;
	}
	.home .callout_text {
	display: none;
	}
}

@media only screen and ( max-width: 767px ) {

	.et_pb_slide_content iframe.homeVideoSlider {
	 //height: 300px;
	}

	#iframe_home_video {
	 width: 536px;
	 height: 300px;
	}


	.et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 0 !important;
	width: 100% !important;
	}
	.et_pb_slider_fullwidth_off .et_pb_container {
	width: 100% !important;
	}
	.et_pb_slide_content {
	display: block !important;
	}
}

@media only screen and ( max-width: 479px ) {

	.et_pb_slide_content iframe.homeVideoSlider {
	 //height: 220px;
	}

	#iframe_home_video {
	 width: 393px;
	 height: 220px;
	}

}