/*
Theme Name: Custom Glob Child Theme
Theme URI: www.carlosfarias.cl
Description: Custom theme for Fametheme Glob WP Theme
Author: Carlos Farias
Author URI: www.carlosfarias.cl
Template: glob
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
}

nav {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 20px;
    color: #000;
    text-transform: uppercase;
}

.navigation-wrapper .navigation-search-wrapper {
    background: #f2b955;
    background: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    position: relative;
    animation: MoveBackgroundPosition 15s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.main-navigation a:hover,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {
    background-color: #000000 !important;
    color: #fff;
}

.block-title span,
.block-title a {
    background: linear-gradient(to right, #d19e1d, #ffd86e);
    padding: 5px 10px 4px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

h4.block-title {
    clear: both;
    color: #222;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", serif;
    font-weight: 700;
}

h1.entry-title {
    font-family: "Merriweather", serif;
    font-weight: 700;
    color: #222222 !important;
}

h2.entry-title {
    font-family: "Merriweather", serif;
    font-weight: 700;
}

.entry-header h2.entry-title a,
.widget-title {
    color: #222222 !important;
}

.footer-widgets .widget-title {
    color: #dd8500 !important;
}

.widget-title {
    font-size: 28px;
    font-weight: 700;
}

.entry-header h2.entry-title a:hover {
    color: #dd8500 !important;
}

.entry-header .entry-meta span,
.entry-header .entry-meta span a {
    color: #dd8500 !important;
}

.hero_1_widget .hero_1_post .featured-image .entry-content .entry-title {
    font-size: 26px;
    font-weight: 700;
    padding-right: 30px;
}

#top-bar {
    width: 100%;
    height: 45px;
    background: #000;
    border-bottom: #bb8332 5px solid;
}

#top-bar p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

#masthead .container {
    display: flex;
}

p.site-description {
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    margin: 0;
    color: #555;
}

#site-branding {
    display: flex;
    flex-direction: column;
}

.lema-sidebar {
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-style: italic;
    margin: 0;
    color: #333;
    line-height: 20px;
    padding-right: 15px;
}

.site-info .site-copyright {
    float:none;
}