/*
Theme Name:     Mysticmarketing based on Divi 1.9
Theme URI:      http://www.elegantthemes.com/gallery/
Description:    Mysticmarketing Child theme for the Divi theme by Elegant Themes
Author:         Elegant Themes
Author URI: 	http://www.elegantthemes.com
Template:       Divi
*/

@import url("../Divi/style.css");

*/

/* =Theme customization starts here
-------------------------------------------------------------- */


.et_fixed_nav #logo { max-height: 150px; margin-bottom: 0; }
.et-fixed-header #logo { max-height: 150px; }

#homeslider {
	/* min-height: 360px; */
}

#homeslider .et_pb_slide_description {
	padding: 100px !important;
	float: right;
}
#homeslider .et_pb_slide_image {
	bottom: auto;

}

#homeslider .et_pb_slide_with_image .et_pb_slide_description {
	width: 420px;
}

#homeslider .et_pb_slide_image img {
	max-height: 360px !important;
}

#homeslider .et_pb_slide_description h2 {display: none;}  


/*--------------------- RESPONSIVE STYLES -----------------------*/

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {
#homeslider .et_pb_container {
	width: 100%;
}
#homeslider .et_pb_slide_description { max-width: 250px;}
#homeslider .et_pb_slide_description h3 {font-size: 24px; line-height: 28px;}
}
/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
#homeslider {display: none;}
#main-header {padding-bottom: 0;}
.entry-content {margin-top: 20px;}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
}