/*
Theme Name: Producciones Variopinto
Description: This is a custom child theme for Salient
Theme URI:   https://variopinto.com
Author: OnDesarrollo + Noradriana
Author URI:  https://ondesarrollo.com/
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300&display=swap');

/* Texto Banner*/
.ban-text{
    text-align: left;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    max-width: 1117px!important;
    margin:auto;
}
/* SECCIÓN EL REFUGIO*/
.elrefugio-texto p, .elrefugio-texto h2{text-align:center;}
.elrefugio-imagen {width:282px;}
.elrefugio-texto p{font-size:1.3rem; line-height:1.4;}
.elrefugio-texto h2{font-size:2rem; text-transform:none; margin-top:50px !important; color: #95322B}

/* TEXTO EL REFUGIO*/
.vc_custom_1565770660205 .wpb_wrapper p{
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    max-width: 1052px;
    margin: 36px auto auto auto;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

/*HEADER*/
#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a{    margin-left:14px!important;
    margin-right: 14px!important;
letter-spacing: 0.8px;  }

/*QUITAR SUBRAYADO*/
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a:after, body.material #header-outer #search-outer #search input[type="text"], body[data-header-format="left-header"].material #search-outer #search input[type="text"] {
    border-color: #0000;
	display:none;
}

/*PLAY VIDEO*/
.span_12.dark .nectar_video_lightbox path {
    fill: #000!important;
}

/*FOOTER*/

#footer-outer[data-cols="1"] #footer-widgets .span_12 > div:last-child {
    margin-bottom: 0;
    font-size: 11px;

}
#footer-outer .row {
    padding: 0!important;
	height:53px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items:center;
}
#footer-outer .textwidget {
    padding: 0!important;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 justify-content:space-between;
}

/*FORMULARIO*/

input[type=submit], button[type=submit], input[type="button"] {
    background-color: #fff;
    padding: 7px 11px;
    border: none;
    color: #000;
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}





