/*
Theme Name: Extra Child
Version: 1.0
Description: Extra Child Theme
Author: Facundo Montiel
Template: Extra
*/

/* ---- Top Bar ---- */

.et-extra-social-icons .et-extra-icon-dribbble:before {
	content: "\f232";
	font-family: 'Font Awesome 5 Brands' !important;
}

.et-extra-social-icons .et-extra-icon-dribbble.et-extra-icon-background-hover:hover {
	background: #25D366 !important;
}

/* ---- Navegación ---- */

#main-header {
	background: #fff;
}

#et-navigation>ul>li>a:before {
	display: none;
}

/* -- Top Header -- */

#top-header .cta-container {
	display: flex;
    justify-content: center;
    align-items: center;
}

#top-header .cta-container .newsletter-sub-cta {
	position: relative;
    margin: 0 0 10px 10px;
    border: 1px solid #98c01f;
    display: inline-block;
    padding: 3px 8px;
    background: #98c01f;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
}

#top-header .cta-container .newsletter-sub-cta:hover {
	background: transparent;
}

/* ---- Helper classes ---- */

.max-h-350 {
	max-height: 351px
}

/* ---- Mercado de Divisas ---- */

#custom_html-6 .widgettitle,
#bloomwidget-2 .widgettitle {
	background: #98c01f;
	text-align: center;
	color: #000;
	font-weight: 800;
	line-height: 1.2;
}

#custom_html-6 .textwidget {
	padding: 0px;
	line-height: inherit;
}

#custom_html-6 .tabla-cotizaciones {
	width: 100%;
	color: #000;
	border: 0px;
}

#custom_html-6 .tabla-cotizaciones .titulos {
	background: #4c9127;
	color: #fff;
}

#custom_html-6 .tabla-cotizaciones td {
	vertical-align: middle;
}

#custom_html-6 p {
	color: #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
	font-size: 12px;
}

#custom_html-6 p:last-child {
	padding-top: 0px;
}

#custom_html-6 a {
	color: #007dc6;
	font-size: 12px;
}

#custom_html-6 a:hover {
	color: #000;
	transition: .5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

@media only screen and (min-width: 1025px) and (max-width: 1222px) {
	#custom_html-6 .tabla-cotizaciones tbody {
		font-size: 12px;
	}
}

#bloomwidget-2 .et_bloom_optin .et_bloom_form_container .titulo-newsletter {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Montserrat';
}

#bloomwidget-2 .et_bloom_optin .et_bloom_form_footer a {
	color: #007dc6;
	transition: .5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

#bloomwidget-2 .et_bloom_optin .et_bloom_form_footer a:hover {
	color: #000;
}

#custom_html-7 .et_pb_widget.widget_text .textwidget {
	padding: 0;
}

#custom_html-7 .widgettitle {
	background: #98c01f;
	text-align: center;
	color: #000;
	font-weight: 800;
	line-height: 1.2;
}

#custom_html-7 .textwidget {
	padding: 0px;
	line-height: 0;
}

#recent-posts-2 .widgettitle {
	background: #98c01f;
	text-align: center;
	color: #000;
	font-weight: 800;
	line-height: 1.2;
}

#recent-posts-2 .textwidget {
	padding: 0px;
	line-height: 0;
}


#custom_html-8 {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#custom_html-8 .widgettitle {
	display: none;
}

#custom_html-8 .textwidget {
	background: #ecf0f5;
}

#custom_html-9 .widgettitle {
	display: none;
}

#custom_html-9 .textwidget {
	padding: 0px;
	line-height: 0;
}

#custom_html-10 .widgettitle {
	display: none;
}

#custom_html-10 .textwidget {
	padding: 0px;
	line-height: 0;
}

/* ---- General ---- */

.et_pb_pagebuilder_layout .page .post-wrap h1 {
	padding: 40px 5% 0;
}

/* ---- Home ---- */

.banner-home {
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

/* ---- Contacto ---- */

#post-152 {
	border-color: #007dc6;
	background: #ecf0f5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#post-152 .entry-title {
	display: none;
}

#post-152 h2 {
	font-weight: 600;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 26px;
}

#post-152 .seccion-formulario p {
	color: #000;
}

#post-152 .seccion-formulario {
	background: #f8f8f8;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

#post-152 .seccion-redes-sociales {
	background: transparent;
}

#post-152 .et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
	border: none;
}

.contacto-redes-sociales {
	width: 75%;
	display: flex;
}

.contacto-redes-sociales a {
	width: 25%;
	height: 120px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-right: 2px;
	transition: .5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	cursor: pointer;
}

.contacto-redes-sociales a:hover {
	background: #fff;
}

.contacto-redes-sociales a i {
	color: #fff;
	font-size: 20px;
	margin-bottom: 2px;
}

.contacto-redes-sociales a p {
	color: #fff;
}

.contacto-redes-sociales .facebook {
	background: #2E5590;
}

.contacto-redes-sociales .facebook:hover p,
.contacto-redes-sociales .facebook:hover i {
	color: #2E5590;
}

.contacto-redes-sociales .twitter {
	background: #009FD7;
}

.contacto-redes-sociales .twitter:hover p,
.contacto-redes-sociales .twitter:hover i {
	color: #009FD7;
}

.contacto-redes-sociales .youtube {
	background: #BA2018;
}

.contacto-redes-sociales .youtube:hover p,
.contacto-redes-sociales .youtube:hover i {
	color: #BA2018;
}

.contacto-redes-sociales .instagram {
	background: #B83E8B;
}

.contacto-redes-sociales .instagram:hover p,
.contacto-redes-sociales .instagram:hover i {
	color: #B83E8B;
}

.contacto-redes-sociales .whatsapp {
	background: #25D366;
}

.contacto-redes-sociales .whatsapp:hover p,
.contacto-redes-sociales .whatsapp:hover i {
	color: #25D366;
}


/* ---- Footer ---- */

#footer {
	background: #fff;
}

#footer .et_pb_extra_row {
	align-items: center;
}

#footer .menu-menu-principal-container {
	border-left: solid 2px #007dc6;
	padding-left: 25px;
}

#footer .et_pb_widget .menu-menu-principal-container li {
	padding: 10px 0;
}

#footer .et_pb_widget .menu-menu-principal-container a {
	color: #000;
}

#footer .et_pb_widget .menu-menu-principal-container a:hover {
	color: #007dc6;
}

#footer .redes .titulo {
	font-weight: 600;
	color: #000;
}

#footer .redes .iconos-sociales {
	margin-top: 20px;
}

#footer .redes a {
	text-align: center;
	font-size: 20px;
}

#footer .redes i {
	background-color: #107dc6;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	font-weight: 100;
	margin-right: 10px;
	transition: .5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	cursor: pointer;
}

#footer .redes i.fa-facebook-f:hover {
	background-color: #2E5590;
}

#footer .redes i.fa-twitter:hover {
	background-color: #01aced;
}

#footer .redes i.fa-instagram:hover {
	background-color: #B83E8B;
}

#footer .redes i.fa-youtube:hover {
	background-color: #BA2018;
}

#footer .redes i.fa-whatsapp:hover {
	background-color: #25D366;
}

#footer-bottom {
	background: #007dc6;
}

div.editor-post-title__block .editor-post-title__input {
	text-transform: none !important;
}

.editor-post-title .editor-post-title__input {
	text-transform: none !important;
}

/* ---- Single Post ---- */

body.single-post article {
	color: #000;
}

body.single-post .post-thumbnail.header {
	text-align: center;
}

body.single-post .post-thumbnail img {
	max-width: 100%;
	width: unset;
	margin: auto;
}


/* ---- Contact Form 7 - Suscripción Newsletter ---- */

/* --- Widget --- */

.wpcf7-form .gyn-form-wrapper {
	background-color: #ededed;
	padding: 30px 20px 0;
	color: rgba(0, 0, 0, 0.5);
	width: 100%;
	position: relative;
}

.wpcf7-form .gyn-widget-wrapper {
    text-align: center;
	margin-top: -1.6em;
}

.wpcf7-form .gyn-widget-wrapper h4 {
	background: #98c01f;
    text-align: center;
    color: #000;
    font-weight: 800;
    line-height: 1.2;
}

.wpcf7-form .gyn-form-wrapper p {
	margin-bottom: 1rem;
}

.wpcf7-form .gyn-form-wrapper p:last-of-type {
	margin-bottom: 0;
}

.wpcf7-form .gyn-form-wrapper p.bottom-form a {
	color: #007dc6;
    transition: .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.wpcf7-form .gyn-form-wrapper:before {
	border-top-color: #ffffff;
	width: 0;
    top: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    left: 50%;
    margin-left: -20px;
	position: absolute;
    content: '';
    display: block;
}

.wpcf7-form .gyn-form-wrapper input {
	background-color: #fff;
	width: 100%;
}

.wpcf7-form .gyn-form-wrapper .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form .gyn-form-wrapper .wpcf7-checkbox .wpcf7-list-item label {
	cursor: pointer;
}

.wpcf7-form .gyn-form-wrapper .wpcf7-checkbox input {
	width: auto;
}

.wpcf7-form .gyn-form-wrapper .wpcf7-select {
	background-color: #fff;
	width: 100%;
	margin-top: 10px;
	font-weight: 600;
}

.wpcf7-form .gyn-form-wrapper .wpcf7-submit {
	background-color: #98c01f;
	color: #fff;
}

.wpcf7-form .gyn-form-wrapper .gyn-conditional-group {
	margin: 20px 0;
}


/* --- Stand Alone Landing Form --- */

.wpcf7-form .gyn-form-wrapper.landing-form {
	border-radius: 3px;
}

.wpcf7-form .gyn-form-wrapper.landing-form:before {
	content: none;
}

.et_pb_widget p:empty {
	display: none;
}