/*
Theme Name:  Mara Child
Theme URI: https://matchthemes.com/premium/mara-photo-blog-wp-theme/
Description: Child theme for the Mara theme 
Author: MatchThemes
Author URI: https://matchthemes.com
Version: 1.0
Template: mara
*/

h1 {
    font-size: 42px;    
}

.logo-img img {
	max-width: 165px;
	height: auto;
}

.footerContainer {
	background: #001131;
}

.gtranslate_wrapper>a>span {
    padding-left: 5px;
}

.gtranslate_wrapper>a>img+span {
    display: none;
}

.language-selector {
    position: absolute; 
    top: 28px; 
    right: 70px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.language-selector>span {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    font-size: 11px;
}

.author-page-content {
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .navbar-toggle {
        top: -66px;
        right: 40px;
    }

    .search-btn {
        top: 34px;
    }
    
    .language-selector {
        top: 34px; 
        right: 120px;
    }
    
    .language-selector .translate-label {
        display: none;
    }
    
    .author-page-content {
        padding-bottom: 30px;
    }
}


@media (max-width: 991px) {
    .page-sidebar aside {
        padding-top: 30px;
    }
}

.widget h2, .widget-footer h2 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.widget-footer h2 {
    color: white;
}

.widget-footer >p >a {
    border: none;
}

.widget-footer >p >a:hover {
    text-decoration: underline;
}

.wp-block-tag-cloud a {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #bd9655;
    background: 0 0;
    border: 2px solid #bd9655 !important;
    padding: 3px 7px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 3px 7px 0;
}

.widget, .widget-footer {
    margin-bottom: 15px;
}

.wp-block-file a {
    font-size: 13px;
}

.wp-block-file__button {
    padding-left: 12px;
    padding-right: 12px;
}

.blog-item .content {
    top: 40%;
    bottom: inherit;
}

.home-page-content h4 {
    font-size: 22px;
    font-weight: 800;
}

.home-page-content h1 {
    margin-bottom: 20px;
}