/*
 Theme Name:   WATA Factory Theme
 Theme URI:    http://wata.es
 Description:  Wata Factory
 Author:       María Estevez, Juan de la Cruz García García
 Author URI:   http://wata.es
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

.infinite-navigation-top {
    display: none;
}

.wataGradient, .cta a.gdlr-core-button-gradient-v {
    background: rgb(0,65,102) !important;
    background: -moz-linear-gradient(90deg, rgba(0,65,102,1) 20%, rgba(219,25,64,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(0,65,102,1) 20%, rgba(219,25,64,1) 100%) !important;
    background: linear-gradient(90deg, rgba(0,65,102,1) 20%, rgba(219,25,64,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004166",endColorstr="#db1940",GradientType=1) !important;
}

.cta a.gdlr-core-button-gradient-v {
    width: 240px;
}

#infinite-page-wrapper h3 {
    color: rgb(0,65,102) !important;
}

#infinite-page-wrapper .gdlr-core-pbf-column-content h3 {
    color: black !important;
}

.infinite-copyright-text{
    border-top: 1px solid white;
    padding-top: 20px;
}

.gdlr-core-item-pdb {
    padding-bottom: 20px;
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-item-wrap {
    border-bottom-width: 0 !important;
}

.gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-wrap {
    cursor: initial;
}

#shadowbox .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

#homeblog .gdlr-core-page-builder-body img {
    max-width: 100% !important;
    max-height: 220px !important;
}

#homeblog .gdlr-core-blog-grid .gdlr-core-blog-grid-content-wrap .gdlr-core-blog-info-date a{
    color: #db1940;
}

#homeblog h3 a {
    color: rgb(0,65,102) !important;
} 

#homeblog .gdlr-core-blog-grid .gdlr-core-blog-content {
    color: #898a8b !important;
    min-height: 120px;
}

#homeblog a.more-link {
    display: none;
}

/* FOOTER */
.infinite-footer-wrapper h3.infinite-widget-title {
    color: white !important;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    width: 50%;
}


.infinite-footer-wrapper, .infinite-footer-wrapper a {
    color: white;
}

.gdlr-core-pbf-background {
    background-repeat: no-repeat !important;
}

@media only screen and (max-width: 600px) {
    .gdlr-core-tab-feature2-item.gdlr-core-size-6 .gdlr-core-tab-feature2-title-wrap {
        width: 33% !important;
        margin-bottom: 30px;
    }
  }

.gdlr-core-social-network-item a{
    font-size: 20px;
    color: #303030;
    margin-right: 10px;
}

.gdlr-core-social-network-item a{
    margin-left: 0px !important;
    margin-right: 10px !important;
}
@media only screen and (max-width: 767px){
    .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title-image img {
        max-width: 80px !important;
    }

    .gdlr-core-tab-feature2-item .gdlr-core-tab-feature2-title {
        font-size: 16px !important;
    }
}


ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li{ 
    margin-bottom: 0px; 
}
.infinite-footer-wrapper .infinite-widget-title {

    margin-bottom: 15px;

}

.personnel-template-default #infinite-page-wrapper .gdlr-core-pbf-column-content h3,
.personnel-template-default #infinite-page-wrapper .gdlr-core-title-item-caption.gdlr-core-info-font.gdlr-core-skin-caption {
    color: #fbfbfb !important;
}


.wata-empty-button {
    width: 100%;
    text-align: center;
    background-color: transparent !important;
    border: 3px solid black;
    color: black !important;
}

.wata-empty-button i {
    font-size: 1.5em;
    margin-right: 5px;
}

.gdlr-core-blog-medium > div, .gdlr-core-blog-medium > div.clearfix {
    vertical-align: top;
}


#infinite-navigation-slide-bar {
    margin-top: -28px;
}


.gdlr-core-blog-info.gdlr-core-blog-info-font.gdlr-core-skin-caption.gdlr-core-blog-info-comment-number {
    display: none;
}