/*!
Theme Name: Valenti Child
Theme URI: https://themeforest.net/item/valenti-wordpress-hd-review-magazine-news-theme/5888961
Description: Theme child of Valenti
Version: 1.0
Author: Codetipi
Author URI: http://www.codetipi.com
Template: valenti
Text Domain: codetipi
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent theme's CSS.
-------------------------------------------------------------- */

/******************************************************************************/
/***************************** HEADER *****************************************/
/******************************************************************************/
.logo.logo-main {
    width: 100%;
    height: auto;
}

.logo.logo-main img {
    max-width: 200px;
}

.main-navigation .horizontal-menu > li > a {
    letter-spacing: 0.1em;
}

.secondary-menu-wrap .menu-icons {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .main-nav-wrap {
        padding: 0;
    }
}


/******************************************************************************/
/****************************** MENU ******************************************/
/******************************************************************************/
.menu-item-has-children>a:after {
    display: none;
}

.main-menu a {
    color: white!important;
}

.main-menu a:hover {
    text-transform: uppercase;
}

.menu-bg-area {
    background-color: #242424;
}

.main-menu .current-menu-item a, 
.main-menu .menu-item-has-children.active>a:first-child:hover, 
.main-menu .menu-item-has-children>a:first-child:hover, 
.main-navigation .sub-menu {
    background: #AD8439!important;    
}

.main-menu .title {
    color: white;
    border-color:#AD8439!important;
}

@media only screen and (min-width: 1020px) {
    .cb-meta-style-4 .meta {
        padding: 20px 20px;
    }
}


/******************************************************************************/
/****************************** ARTICLE ***************************************/
/******************************************************************************/
.entry-content .wp-block-image img {
    width: 100%;
}

.entry-content p, .post-excerpt {
    text-align: justify;
}

.post-excerpt {
    margin-bottom: 50px!important;
}

.author a, cb-date a {
    font-weight: 700;
    color: white;
}

.wp-block-image {
    margin: 20px 0;
}