/*
Theme Name: Worldwidetravelog
Theme URI: https://www.worldwidetravelog.com
Author: Worldwidetravelog Development Team
Description: Tema personalizado para worldwidetravelog.com.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Brice';
    src: url('assets/fonts/Brice-RegularSemiExpanded.woff2') format('woff2'),
        url('assets/fonts/Brice-RegularSemiExpanded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.intern-body {
    padding-top: 100px;
}

section.main-slider {
    position: relative;
}

section.main-slider article.slide-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.slide-text-elements {
    vertical-align: middle;
    height: auto;
    line-height: 50px;
    max-width: 800px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
}

.slide-text-elements h1{
    color: white;
    text-transform: none;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

section.main-slider .cycle-slideshow article:after {
    content: "";
    background: rgb(0 34 70 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
}

header.main-header {
    background: transparent;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all .3s;
}

header.main-header .home-logo.logo-sticked {
    display: none;
}

header.header-sticked {
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

header.main-header.header-sticked .home-logo.logo-sticked {
    display: block;
}

header.main-header.header-sticked .home-logo.logo-white {
    display: none;
}

header.main-header nav {
    text-align: right;
}

header.main-header nav ul {
    padding: 0px;
    margin: 0px;
}

header.main-header nav ul li {
    display: inline-block;
    padding: 40px 40px;
}

header.main-header nav ul li a {
    font-weight: 600;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

header.main-header.header-sticked nav ul li a {
    color: #333;
}

header.main-header nav ul li:last-child {
    padding-right: 0;
}

img.home-logo {
    padding-top: 20px;
    max-width: 80%;
    display: block;
}

.category-country-post-item-title {
    background: var(--tg-primary-color);
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    border-radius: 6px;
    z-index: 99 !important;
}

.category-country-post-item-title h3 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 0px;
    padding: 7px 0px;
    color: white;
}

.featured-post-item.category-country-post-item {
    position: relative;
    margin-top: 35px;
}

section.about-section {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
}

section.about-section .about-home-content {
    width: 700px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hot-post-wrap {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.hot-post-tags a.post-tag {
    margin-right: 3px;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.blog-details-content-top a.post-tag {
    margin-right: 4px;
    font-size: 12px !important;
}

div.weekly-post-tags a.post-tag {
    margin-right: 4px;
    margin-bottom: 0px;
    font-size: 12px !important;
}

header.main-header-intern {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background: white;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
}

header.main-header-intern nav {
    text-align: right;
}

header.main-header-intern nav ul {
    padding: 0px;
    margin: 0px;
}

header.main-header-intern nav ul li {
    display: inline-block;
    padding: 40px 40px;
}

header.main-header-intern nav ul li a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

header.main-header-intern nav ul li:last-child {
    padding-right: 0;
}

header.main-header-intern nav ul li {
    display: inline-block;
    padding: 36px 30px;
}

.weekly-post-tags {
    margin-bottom: 8px;
}

.breadcrumb-area {
    display: none;
}

header.main-header.header-sticked ul.header-social-list-wrap li a i,
header.main-header-intern ul.header-social-list-wrap li a i {
    font-size: 20px;
    color: var(--tg-primary-color);
}

header.main-header ul.header-social-list-wrap,
header.main-header-intern ul.header-social-list-wrap {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
    display: inline-block;
}

header.main-header ul.header-social-list-wrap li,
header.main-header-intern ul.header-social-list-wrap li {
    display: inline-block;
    padding: 40px 10px;
    vertical-align: middle;
}

header.main-header ul.header-social-list-wrap li a i {
    font-size: 20px;
    color: white;
}

section.custom-hero-section.dark * {
    color: white;
}

section.custom-hero-section.light * {
    color: #333;
}

section.custom-hero-section * {
    margin-bottom: 0px;
    position: relative;
    z-index: 99;
}

section.custom-hero-section {
    margin-top: 8px;
    padding-top: 40px;
    padding-bottom: 36px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

section.custom-hero-section.dark::after {
    content: " ";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
}

section.custom-hero-section.light::after {
    content: " ";
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.mobile-toggles {
    display: none;
}

header.main-header.header-sticked div.mobile-toggles i,
header.main-header-intern div.mobile-toggles i {
    font-size: 20px;
    color: var(--tg-primary-color);
    cursor: pointer;
}

header.main-header div.mobile-toggles i {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.menu-style-six .menu-wrap {
    display: none !important;
}

.menu-area.menu-style-six {
    padding: 0px !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    padding-top: 100px;
}

.nav-logo img {
    margin: 0 auto;
    display: block;
}

.mobile-menu .close-btn {
    top: 108px !important;
}

.mobile-menu {
    z-index: 599;
}

img.footer-logo {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.footer-menu {
    padding: 0;
    margin: 0;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 40px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #10392d;
    padding: 20px;
    font-family: "Brice", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

img.footer-picture {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    border: 10px solid #25AD91;
    filter: saturate(0.9) contrast(1.05);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Brice', sans-serif;
}

div.about-picture-container {
    display: none;
    margin-top: 40px;
}

div.about-picture-container img.about-picture {
    width: 100%;
    border-radius: 8px;
}
.newsletter-social.footer-newsletter-social {
    display: inline-block;
    margin-left: 0px !important;
}

.btn.w-100 {
    display: inline-block !important;
}

.form-slider {
    max-width: 540px;
    display: block;
    margin: 0 auto;
}

.form-slider input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: var(--tg-white);
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-secondary-color);
    padding: 12px 15px;
    height: 50px;
    display: block;
    margin-bottom: 8px;
}

.is-invalid {
    border: 1px solid red !important;
}

.loader-inner #loader h2 {
    font-family: "Brice", sans-serif;
}

@media (max-width: 1400px) {
    header.main-header nav ul li {
        padding: 36px 20px;
    }
    section.about-section .about-home-content {
        width: 600px;
    }
}

@media (max-width: 1300px) {
    header.main-header-intern nav ul li {
        padding: 36px 20px;
    }
    header.main-header-intern nav {
        text-align: center;
    }
    header.main-header ul.header-social-list-wrap li, 
    header.main-header-intern ul.header-social-list-wrap li {
        padding: 40px 8px;
    }
    section.about-section .about-home-content {
        width: 500px;
    }
}
@media (max-width: 1200px) {
    header.main-header-intern nav ul li {
        padding: 28px 8px;
    }
    header.main-header nav ul li {
        padding: 28px 8px;
    }
    section.custom-hero-section {
        margin-top: 0px;
    }
    header.main-header ul.header-social-list-wrap li, 
    header.main-header-intern ul.header-social-list-wrap li {
        padding: 28px 8px;
    }
    body.intern-body {
        padding-top: 85px;
    }
    section.about-section .about-home-content {
        width: 100%;
        position: relative;
        top: auto;
        transform: none;
    }
    section.about-section {
        min-height: auto;
        background-image: none !important;
    }
    div.about-picture-container {
        display: block;
    }
    h1 {
        font-size: 36px;
    }
    .category-country-post-item-title h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .mobile-toggles {
        display: inline-block;
    }
    img.home-logo {
        width: 190px;
    }
    nav.mobile-menu {
        padding-top: 5px;
        position: fixed;
        display: block;
        left: 0px;
        width: 200px;
        background: white;
        height: auto;
        transition: all .2s;
        left: -200px;
    }
    .slide-text-elements h1 {
        right: initial !important;
        left: initial !important;
        width: 720px;
    }
    h1 {
        font-size: 28px;
        text-align: center;
    }
    .category-country-post-item-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    header.main-header ul.header-social-list-wrap li, 
    header.main-header-intern ul.header-social-list-wrap li {
        padding: 28px 8px;
    }
    .loader-inner #loader h2 {
        font-size: 32px;
    }
    body.intern-body {
        padding-top: 84px;
    }
    nav.main-menu {
        display: none;
    }
    .slide-text-elements h1 {
        right: initial !important;
        left: initial !important;
        width: 540px;
        font-size: 32px;
    }
    section.main-slider article.slide-item {
        background-position: left top;
    }
}

@media (max-width: 600px) {
    .slide-text-elements h1 {
        width: 100%;
        font-size: 24px;
        line-height: 40px;
    }
    .slide-text-elements {
        margin: auto;
        left: 0;
        right: 0;
        width: 90%;
    }
    header.main-header ul.header-social-list-wrap li, 
    header.main-header-intern ul.header-social-list-wrap li {
        padding: 28px 6px;
    }
    h1 {
        font-size: 26px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h5 {
        font-size: 18px !important;
    }
}