/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 

/* =Theme customization starts here
------------------------------------------------------- */

/* Common CSS ========================================================== */



/* Desktop Query ========================================================== */
@media only screen and (min-width: 1023px) {

}


/* Mobile Query ========================================================== */
@media only screen and (max-width: 1024px) {
	.block_section .block .ms-info h4{
		font-size: 2em;
	}
	
	
	.testimonial_section .sp-testimonial-content p{
		font-size: 2em !important;
	}
	.testimonial_section .sp-testimonial-client-name{
		font-size: 1.4em !important;
	}

	
    .speakers-container {
        flex-direction: column;
    }
    .speakers-container li {
        margin: 0 0 50px 0px !important;
    	width: 100%;
    }

}


/* Media Query ========================================================== */
@media screen and (max-width : 320px){

}
@media screen and (min-width : 321px) and  (max-width: 480px){

}
@media screen and (min-width : 481px) and  (max-width: 640px){

}
@media screen and (min-width : 641px) and (max-width : 768px){

}
@media screen and (min-width : 769px) and (max-width : 1024px){

}
@media screen and (min-width : 1025px) and (max-width : 1224px){

}
@media screen and (min-width : 1225px){

}


/* iphone ========================================================== */

/* iphone 3 -------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 1) {

}
/* iphone 4 -------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) { 

}
/* iphone 5 -------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) { 

}
/* iphone 6, 6s -------------------------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) { 

}
/* iphone 7, 8 -------------------------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) { 

}
/* iphone 6+, 6s+, 7+, 8+ -------------------------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) { 

}
/* iphone X -------------------------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) { 

}


/* ipad ========================================================== */

/* For general iPad layouts -------------------------- */
@media only screen and (device-width: 768px) {

}
/* For portrait layouts only -------------------------- */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

}
/* For landscape layouts only -------------------------- */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

}


/* ipad pro ========================================================== */

/* Portrait and Landscape -------------------------- */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

}
/* Portrait -------------------------- */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

}
/* Landscape -------------------------- */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}