/*
Theme Name: Oshin child
Theme URI: http://brandexponents.com/oshin-child/
Description:  This is a child theme for Oshin Theme
Author: Brand Exponents
Author URI: http://www.brandexponents.com/
Template: oshin
Version: 7.0.9
*/

p {
    margin-bottom: 10px !important;
}

.single-post {
	color: #000 !important;
	font-weight: 400 !important;
}

.post-title {
	color: #000 !important;

	font-size: 20px !important;
	text-transform: uppercase !important;
}


.submenu a:hover {
	color: #888 !important;
}

#navigation a:hover {
	color: #888 !important;
}

/*Posiciona el botón para subir*/
#back-to-top {
    right: 100px !important;
    bottom: 60px !important;
}

.logo {
		z-index: 1 !important;
}

.post-comments {
	display: none;
}

.post-meta {
	display: none;
}

.post-category {
	display: block !important;
}

/*Botón cerrar el menú*/
.overlay-menu-close{
	color: #000 !important;
}

/*Pone en una línea La verificación y el texto de Politica de privacidad*/
span.wpcf7-form-control-wrap {
       position: relative !important;
       display: contents !important;
   }

/*Quita el verde del envío de mail*/
.wpcf7-response-output.wpcf7-mail-sent-ok {
	border: 2px solid #000000 !important;
}

.select2-selection {
	border: 1px solid #000 !important;
}

/*formulario*/
.wpcf7-textarea {
	height: 108px !important;
}

input[type="password"], textarea {
    border-radius: 2px;
	border: 0px solid #f1f1f1 !important;
	border-bottom: 1px solid #000000 !important;
    height: 40px;
	color: #000 !important;
	background-color: rgb(255 ,255 ,255 , 0.7) !important;
}

input[type="text"] {
	border-radius: 2px;
	border: 0px solid #f1f1f1 !important;
	border-bottom: 1px solid #000000 !important;
    height: 40px;
	color: #000 !important;
	background-color: rgb(255 ,255 ,255 , 0.7) !important;
}

input[type="email"] {
    border-radius: 2px;
	border: 0px solid #f1f1f1 !important;
	border-bottom: 1px solid #000000 !important;
    height: 40px;
	color: #000 !important;
	background-color: rgb(255 ,255 ,255 , 0.7) !important;
}

input[type="tel"] {
    border-radius: 2px;
	border: 0px solid #f1f1f1 !important;
	border-bottom: 1px solid #000000 !important;
    height: 40px;
	color: #000 !important;
	background-color: rgb(255 ,255 ,255 , 0.7) !important;
}

.wpcf7-form-control{
    border-radius: 2px;
	border: 0px solid #f1f1f1 !important;
	border-bottom: 1px solid #000000 !important;
    height: 40px;
	color: #000 !important;
	background-color: rgb(255 ,255 ,255 , 0.7) !important;
	font: 400 16px "Poppins" !important;
	font-size: 16px;
}

.wpcf7-acceptance {
	border-bottom: 0px solid #000000 !important;
	background-color: rgb(255 ,255 ,255 , 0) !important;
}

.select2.select2-container .select2-selection {
	border-bottom: 1px solid #000000 !important;
}

#responsive-form{
    color: #fff !important;
    font: 400 16px "Poppins" !important;
}

.wpcf7-textarea{
    border-radius: 2px;
	border: 0px solid #f1f1f1 !important;
	border-bottom: 1px solid #000000 !important;
    height: 40px;
	color: #000 !important;
	background-color: rgb(255 ,255 ,255 , 0.7) !important;
}

.wpcf7-submit{
	height: 46px;
    color: #fff !important;
    background: #000 !important;
	border-radius: 30px !important;
	padding-top: 10px !important;
	width: 170px !important;
	border: 1px solid #000000 !important;
}

.wpcf7-submit:hover {
    background: #fff !important;
	color: #000 !important;
}

.form-row{
	width: 100%;
}

.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.column-half{
		width: 50%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*Sube el menú del maíl un poco*/
#mobile-menu{
    margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
	
	.tatsu-wrap {
		max-width: 90% !important;
	}
	
	.column-half{
			width: 100% !important;
	}

	
}

/*Comtrola cuando se hace responsive el menú de móvil*/
@media only screen and (max-width: 1180px) {
		h2, .h2 {
		font-size: 50px !important;
		line-height: 70px !important;
		}
		
		h4, .h4 {
			font-size: 18px !important;
			line-height: 22px !important;
		}
}