/*
Theme Name: lovetravel Child
Description: Lovetravel Child Theme
Author: xare
Template: lovetravel
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, black, brown, orange, tan, white, yellow, light, fluid-layout, responsive-layout
Text Domain: lovetravelchild
*/

@import "css/nicdark_style.css";
body {
    font-family: "Open Sans", "Helvetica Neue", sans-serif !important;
}

p,
li {
    color: #333;
    line-height: 1.7rem;
    margin-bottom: 1rem;
    font-weight: 300;
    font-style: normal;
    text-align: justify !important;
    text-justify: auto !important;
}

p>strong>a {
    text-decoration: none !important;
}

p>span>strong {
    font-size: 1.4rem;
    color: #5dc1b9;
}

p>strong {
    font-weight: 700;
}

a {
    text-decoration: none !important;
    color: #0A3876 !important;
}

a:hover {
    color: #1767cf !important;
    text-decoration: underline !important;
}

a.white {
    color: white !important;
}

a.white:hover {
    color: rgb(223, 223, 223) !important;
}

.nicdark_navigation .nicdark_bg_white {
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(5px);
}

@media(min-width: 1024px) {
    .nicdark_navigation {
        position: fixed !important;
        left: 0;
        width: 100% !important;
        top: 0;
        background: rgba(255, 255, 255, 0.4) !important;
        backdrop-filter: blur(5px);
    }
}

#wpadminbar a {
    color: white !important;
}

.nicdark_textevidence p.white {
    text-align: center !important;
}

.menu-links a:hover {
    text-decoration: none !important;
}

.nicdark_logo {
    margin-top: -20px !important;
}

.nicdark_textevidence {
    clear: both;
    float: none !important;
    display: block;
    width: 100%;
}

.nicdark_textevidence .nicdark_margin20,
.nicdark_textevidence .nicdark_margin20 h4.white {
    display: block !important;
    text-align: center !important;
    margin: 20px auto !important;
    width: 100% !important;
}

.nicdark_textevidence .nicdark_space20,
.nicdark_textevidence p:empty {
    display: none;
}


/* ACTIVIDADES */

.page-id-1559 .nicdark_masonry_container .nicdark_textevidence {
    background-color: #0A3876 !important;
}

.page-id-1559 .nicdark_masonry_container .nicdark_textevidence a {
    color: #cacaca !important;
}

.page-id-1559 .nicdark_masonry_container .nicdark_textevidence a:hover {
    color: #fafafa !important;
}

.grid-container {
    display: grid;
    gap: 1rem;
    grid-auto-rows: 24rem;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    margin-top: 1rem;
}

.grid-container_4 {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.grid-container_3 {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.grid-container_6 {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}

.grid-container_12 {
    grid-template-columns: repeat(auto-fill, minmax(4rem, 1fr));
}

.grid-item {
    overflow: hidden;
    position: relative;
    padding: 1rem;
    /* border-radius: 0.3rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.4);
    color: #333; */
    background: rgb(10, 56, 118);
}

.grid-item_img {
    display: block;
    overflow: hidden;
    width: calc(100% + 2rem);
    height: 16rem;
    margin: -1rem -1rem 0;
}

.grid-item_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1.4s ease-in-out;
    -moz-transition: all 1.4s ease-in-out;
    -o-transition: all 1.4s ease-in-out;
    -ms-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
}

.grid-item_img:hover img {
    -webkit-transform: scale(1.2, 1.2) rotate(6deg);
    -moz-transform: scale(1.2, 1.2) rotate(6deg);
    -o-transform: scale(1.2, 1.2) rotate(6deg);
    -ms-transform: scale(1.2, 1.2) rotate(6deg);
    transform: scale(1.2, 1.2) rotate(6deg);
}

.grid-item_title {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 0.6rem;
    text-align: center;
}

.grid-item a {
    color: white !important;
    text-decoration: none;
}

.grid-item a:hover {
    color: rgb(214, 214, 214) !important;
}

.grid-item-price {
    display: block;
    width: 40%;
    float: right;
    padding: 0.5rem;
    color: white;
    text-align: right;
}

.grid-item-more-info {
    display: block;
    width: 40%;
    float: left;
    text-align: center;
    border: 1px solid white;
    background: none;
    padding: 0.5rem;
    font-size: 0.8rem;
}

.grid-item:hover .grid-item-more-info {
    /* visibility: visible;
    animation: fadein 0.5s ease-in-out; */
}

.grid-item-more-info a {
    color: white;
    text-decoration: none;
}


/* MENU */


/* .menu-menu-1-container a {
    color: #0A3876 !important;
}

#menu-menu-1>.menu-item>a {
    font-weight: 800;
} */

.nicdark_border_grey {
    border: none !important;
}

.nicdark_bg_green {
    background-color: #556B2F !important;
}

#post-3821 .nicdark_cell>a.nicdark_bg_white {
    display: none !important;
}


/* Botón envío de formulario*/

input[type="submit"] {
    background-color: #0A3876 !important;
}

.nicdark_masonry_container .grid {
    margin-bottom: 2rem;
}

.footer-descubrecreta,
.copyright-descubrecreta {
    background-color: #0A3876 !important;
}

.footer-descubrecreta .white,
.copyright-descubrecreta .white,
.footer-descubrecreta a {
    font-size: 0.8rem !important;
    line-height: 1.2rem !important;
}

.footer-descubrecreta a {
    color: #cacaca !important;
}

.footer-descubrecreta a:hover {
    color: #fafafa !important;
    text-decoration: none!important;
}


/* PARENT THEME */


/* =WordPress Core
-------------------------------------------------------------- */


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}