@charset 'utf-8';
/*
 Theme Name:   KidsCare
 Theme URI:    http://kidscare.themerex.net/
 Description:  KidsCare - Multipurpose and Multiskin Responsive Wordpress theme
 Author:       ThemeREX
 Author URI:   http://themerex.net
 Template:     kidscare
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  themerex
*/


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


/* =Theme customization starts here
-------------------------------------------------------------- */
@media (max-width: 799px) {
.addressLeft{display: block !important;
    width: 100% !important;
    text-align: center !important;
}
.addressRight{display: block !important;
    width: 100% !important;
    text-align: center !important;
}
.movilno{display: none !important;}}
.logo_slogan {display:none !important;}
@media (min-width: 1168px){
.topWrap .logo img {height: 58px !important;}
 }

.topfWrap .logo {padding: 17px 0 0 0 !important;}
.sc_title sc_title_iconed {text-align: left !important; color: #292929; font-size: 24px; line-height: 25px; margin-top: 40px;}
body:not(.video_bg) .mainWrap { overflow:hidden; background-color: #fff; margin-top:100px;}
@media (min-width: 1024px) and (max-width: 1167px)  {
.logopeq{width: 290px;
    height: auto !important;
    margin-top: 10px;
}}
.content iframe {
    width: 100% !important;
	max-width:100% !important;
}
@media (min-width: 800px) and (max-width: 1024px)  {
body:not(.video_bg) .mainWrap { overflow:hidden; background-color: #fff; margin-top:130px;}}

/* Estilos de formulario*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wpcf7-submit {
color: #fff !important;
background-color: #e09900 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
border: 2px solid #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #fff !important; 
border-color:#e09900 !important;
color:#e09900 !important;
padding: 6px 20px !important; 
}

a.more-link {
    text-align: center;
    text-transform: uppercase;
    background-color: #edb059;
    color: #fff !important;
    padding: 5px;
    border: 1px solid #fff;
	margin-top:10px;
}

.contenedor_izda {width:100%; float:left;  display:block; }
.contenedor_izda p {width:48%;  box-sizing:border-box; float:left;}
.contenedor_izda p:last-child {float:right;}
.contenedor_full {width:100%; margin-top:20px 0; box-sizing:border-box;}

	/*FORMULARIO*/
	.contenedor_izda p {width:100%;}
	.contenedor_izda:last-child {margin-bottom:20px;}
	.contenedor_izda p:last-child {float:left;margin-bottom:20px;}
	.contenedor_full {float:left; padding-top:20px 0;}
	}