/*
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;
    background-attachment: fixed;
}

.slide-text-elements h1{
    color: white;
    text-transform: none;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    height: auto;
    line-height: 50px;
    max-width: 800px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
}

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%;
    margin: 0 auto;
    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;
}

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;
}