/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*--- form ---*/

.grecaptcha-badge { 
    visibility: hidden;
}

label {
    font-size: 12px;
}

.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 input[type="email"] {
    width: 100%;
}

.wpcf7-form p {
    margin-bottom: 6px;
}

.wpcf7-form p:last-child {
    margin-bottom: 0px;
}

.form__button {
    text-align: center;
    margin-top: 6px;
}

.wpcf7-form .wpcf7-submit {
    min-width: 100%;
}

.wpcf7-form .form__recaptcha {
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
}

.wpcf7-form .form__recaptcha,
.wpcf7-form .form__recaptcha a,
.wpcf7-form .form__recaptcha a:hover {
    color: #606060;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    color: red;
    line-height: 125%;
    ;
    font-size: 11px !important;
    display: block !important;
    padding-top: 2px;
}

.wpcf7-form-control-wrap.mensaje .wpcf7-not-valid-tip {
    padding-top: 0px !important;
    margin-top: -4px !important;
}


/*--- form-grid ---*/

.form-grid {
    display: grid;
    grid-gap: 8px 20px;
}

@media only screen and (min-width: 769px) {
    .grid-1col {
        grid-template-columns: 1fr;
    }

    .grid-2col {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-2col .col-50 {
        grid-column: auto;
    }

    .grid-2col .col-100 {
        grid-column: 1 / 3;
    }
}

@media only screen and (min-width: 961px) {
    .wpcf7-form .wpcf7-submit {
        min-width: 200px;
    }
}

.theme-button {
    font-size: 13px;
}

.meta .ticon {
    display: none;
}

.blog-entry .meta {
    margin: 0;
}

.blog-entry-excerpt {
    margin-bottom: 14px;
}


/*--- blog ---*/

.blog #site-header,
.single-post #site-header,
.archive #site-header {
    margin-bottom: 60px;
}

.blog #footer,
.single-post #footer,
.archive #footer {
    margin-top: 40px;
}

#hero .hero-text .vc_column-inner {
    padding: 0 20%;
}

#hero .hero-text .vcex-heading {
    color: #ffffff !important;
}

#hero .hero-text a {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    #hero .hero-text .vc_column-inner {
        padding: 60px 30px;
    }
}

/*--- portfolio ---*/

.portfolio-entry-excerpt.entry-excerpt {
    font-size: 13px;
    color: #404040;
    line-height: 1.6;
}

#project-inner {
    padding-top: 10px;
    padding-bottom: 60px;
}

#project-related {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}

#project-inner .project__content {
    padding-bottom: 30px;
}

#project-inner .project__content .wpb_text_column .wpb_wrapper {
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    #project-inner {
        padding-bottom: 30px;
    }

    #project-related {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}


/*--- page-header ---*/

.page-header {
    background-repeat: no-repeat;
    background-position: right center;
}

.page-header-inner.container {
    display: flex;
}

.page-header-content {
    display: flex;
    flex-direction: column;
}

.page-header .page-header-title {
    color: #ffffff;
    font-weight: 600;
    order: 2;
}

.page-header .page-subheading {
    margin-bottom: 12px;
    order: 1;
}

.single-portfolio .page-header .page-header-title {
    order: 1;
}

.single-portfolio .page-header .page-subheading {
    margin-top: 12px;
    margin-bottom: 0;
	order: 2;
}

@media only screen and (max-width: 768px) {
    .page-header {
        background-size: cover;
        margin-bottom: 30px !important;
    }
}

@media only screen and (min-width: 769px) {
    .page-header .page-header-inner {
        padding-right: 34%;
    }
}


/*--- footer ---*/

#footer .widget_nav_menu li,
#footer .widget_recent_entries li {
    border: 0 !important;
    padding: 0 0 8px !important;
    margin: 0 !important;
}

#footer .widget_recent_entries li {
    padding-bottom: 8px !important;
}

#footer .widget_recent_entries li:last-child {
    padding-bottom: 0 !important;
}

#footer .footer-social .ticon {
    font-size: 20px;
}

#footer .social-spacing {
    margin-right: 10px;
}

#footer .widget_recent_entries .post-date {
    font-family: "Epilogue";
    font-size: 12px;
    margin: 2px 0 0;
    opacity: 1;
    color: #eeeeee;
}


/*--- home ---*/

@media only screen and (min-width: 961px) {
    .home .blog-entry.span_1_of_2 {
        width: 33.33%;
    }

    .home .blog-grid article:last-child {
        clear: unset;
    }
}


/*--- unidades ---*/

#unidades .logo img {
    width: 200px;
}


/*--- grid ---*/

.grid-2col .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-3col .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-4col .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.grid-gap__sm .wpb_wrapper {
    grid-gap: 24px;
}

.grid-gap__md .wpb_wrapper {
    grid-gap: 40px;
}

.grid-gap__lg .wpb_wrapper {
    grid-gap: 60px;
}

.grid-gap__xl .wpb_wrapper {
    grid-gap: 80px;
}

@media only screen and (max-width: 768px) {

    .grid-2col .wpb_wrapper,
    .grid-3col .wpb_wrapper,
    .grid-4col .wpb_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}


/*--- staff ---*/

@media only screen and (max-width: 768px) {
    #staff.grid-4col .wpb_wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


/*--- portfolio ---*/

.portfolio-entry .portfolio-entry-media {
    margin-bottom: 20px;
}

.portfolio-entry .portfolio-entry-title {
    margin-bottom: 4px !important;
}

.portfolio-entry .portfolio-entry-details {
    background: unset;
    border: unset;
    padding: 0;
}

.portfolio-entry .portfolio-entry-categories {
    display: none;
}


/*--- spacing ---*/

.spacing__xs {
    padding-top: 12px;
    padding-bottom: 12px;
}

.spacing__xs-bot {
    padding-bottom: 12px;
}

.spacing__xs-top {
    padding-top: 12px;
}

.spacing__sm {
    padding-top: 24px;
    padding-bottom: 24px;
}

.spacing__sm-bot {
    padding-bottom: 24px;
}

.spacing__sm-top {
    padding-top: 24px;
}

.spacing__md {
    padding-top: 40px;
    padding-bottom: 40px;
}

.spacing__md-bot {
    padding-bottom: 40px;
}

.spacing__md-top {
    padding-top: 40px;
}

.spacing__lg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.spacing__lg-bot {
    padding-bottom: 60px;
}

.spacing__lg-top {
    padding-top: 60px;
}

.spacing__xl {
    padding-top: 80px;
    padding-bottom: 80px;
}

.spacing__xl-bot {
    padding-bottom: 80px;
}

.spacing__xl-top {
    padding-top: 80px;
}

.spacing__sm-right {
    padding-right: 24px;
}

.spacing__md-right {
    padding-right: 40px;
}

@media only screen and (min-width: 961px) {
    .width__70 {
        padding-left: 15%;
        padding-right: 15%;
    }
}


/*--- backgrounds ---*/

.bg__grey {
    background-color: #f4f4f4;
}

.bg__black {
    background-color: #202020;
}


/*--- text-styles ---*/

p {
    margin: 0 0 16px;
}


/*--- icon-box ---*/

.vcex-icon-box-two {
    text-align: left;
}

.vcex-icon-box-two .vcex-icon-box-image {
    margin: 0 0 16px;
}

.vcex-icon-box-two img.vcex-icon-box-image {
    height: 40px;
}

.vcex-icon-box-two .vcex-icon-box-content {
    font-size: 14px;
    color: #404040;
}

.vcex-icon-box-two p {
    margin-bottom: 12px;
}

.vcex-icon-box-two .cta {
    font-size: 13px;
    border-bottom: 1px solid #808080;
}


/*--- header *---*/

#site-logo img {
    width: 160px;
}

#site-navigation .menu-item .link-inner {
    padding: 4px 8px;
    border-radius: 0;
}

#site-navigation .menu-social .link-inner {
    padding: 0px !important;
    margin: 0px !important;
}

#site-navigation .dropdown-menu li a .nav-arrow {
    margin-left: 0px;
}

#site-navigation .menu-social .link-inner .ticon {
    font-size: 20px;
}

#site-navigation .menu-social.first {
    margin-left: 8px;
}

#site-navigation ul#menu-main-menu {
    margin-top: 6px;
}

#site-navigation .dropdown-menu ul.sub-menu {
    margin-top: 4px;
}

@media only screen and (max-width: 768px) {
    #site-logo img {
        width: 140px;
    }
}