/*
Theme Name: Guadalete
Theme URI: https://wpastra.com/
Template: astra
Author: Óscar Rivera (ICR)
Author URI: www.icr-sa.com
Description: Custom theme for Guadalete
Tags: custom theme
Version: 1.0.1689321248
Updated: 2023-07-14 09:54:08

*/

/* Home */

.hero-home h2 {
    margin-bottom: 7px !important;
    font-size: 44px;
}

.hero-home h1 {
    font-size: 100px;
}

.hero-home p {
    color: #1c1c1c;
    font-size: 18px;
}

.cta-news h6 {
    color: #77b24f;
    font-weight: 400;
    text-transform: uppercase;
}

.cta-news p,
.cta-contacto p {
    color: #1c1c1c;
}


.cta-contacto h2 {
    color: #2571ae;
}


/* Noticias */

#block-7 > form > label {
    display: none;
}

form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    transition: 0.3s;
}

.entry-meta {
    color: #1c1c1c;
	display: none;
}

.wp-block-group {
    padding-top: 0em;
    padding-bottom: 0em;
}

.ast-separate-container.ast-two-container #secondary .widget {
    padding: 0px;
}

/* Contacto */

.info-contact {
    margin-bottom: 20px;
}

.info-contact h6{
    color: #77b24f;
    font-weight: 400;
    text-transform: uppercase;
}

.info-contact p {
    color: #1c1c1c;
    padding-left: 20px;
}

#responsive-form a {
    color: #2571ae;
    text-decoration: underline !important;
    transition: 0.3s;
}

#responsive-form a:hover {
    color: #77b24f;
    transition: 0.3s;
}


#responsive-form {
	max-width: auto;
	margin: 0 auto;
    width: 100%;
}
.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
}

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

.wpcf7 textarea,
.comments-area textarea#comment {
    height: 150px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
.wpcf7 textarea,
.comments-area textarea#comment {
    font-size: 16px;
    margin: 0 6px 16px 0;
    padding: .1875rem .3125rem;
    border: none;
    background: #fff;
    border-bottom: 2px solid #2571ae;
    box-shadow: none;
    min-height: 40px;
    max-height: none;
    line-height: 1.33333333;
}

input[type="submit"] {
    padding: 15px 20px;
    transition: 0.3s;
}

input[type="submit"]:hover {
    transition: 0.3s;
}

input[type="checkbox"] p > label > span {
    font-size: 14px;
}

/* Responsive */
@media only screen and (min-width: 768px) { 
	.column-half {
		width: 50%;
	}
}


@media only screen and (max-width: 700px) { 
    .hero-home h1 {
        font-size: 72px;
    }

    .hero-home h2 {
        font-size: 36px;
        margin-bottom: 18px !important;
    }
}

@media only screen and (max-width: 500px) { 
    .hero-home h1 {
        font-size: 46px;
    }

    .hero-home h2 {
        font-size: 24px;
        margin-bottom: 18px !important;
    }

    .hero-home p {
        margin-top: 20px;
    }
}