@charset 'utf-8';
/*
 Theme Name:   MelodySchool Child
 Theme URI:    http://melody.ancorathemes.com/
 Description:  MelodySchool - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     melodyschool
 Version:      1.1
 Tags:         light, inheritable theme-options
 Text Domain:  melodyschool
*/


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


/* =Theme customization starts here
-------------------------------------------------------------- */
 .sc_testimonial_item {
    text-align: center;
    padding: 0 12em!important;
    color: #333745 !important;
}

@media screen and (max-width: 540px) {
    .hideonmobile {
  display: none;
    }
	/*.sc_align_left {background-image: none!important;}*/
	
	.sc_testimonial_item {
    padding: 0 2em!important;;}
	.sc_testimonial_avatar {display:none!important;}
	
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 1139px) {
    .hideonmobile {
         display: none;
		    }
	/*.sc_align_left {background-image: none!important;}*/
	.sc_testimonial_item {padding: 0 3em!important;;}
	.sc_testimonial_avatar {display:none!important;}
	
}
/* For smaller screens */
@media (min-width: 1136px) and (max-width: 1440px) {
    .hideonmobile {
         display: none;
		    }
	/*.sc_align_left {background-image: none!important;}*/
	.sc_testimonial_item {padding: 0 6em!important;}
	.sc_testimonial_avatar {display:none!important;}
	
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section, video, audio {word-wrap:normal; }