/*
 Theme Name: Envo Magazine child
 Theme URI: https://envothemes.com/
 Description: Child theme for Envo Magazine
 Author: EnvoThemes
 Author URI: https://envothemes.com/
 Template: envo-magazine
 Version: 1.0.0
*/

a {
  text-decoration: none;
  color: black;
}

.single-entry-summary div, .single-entry-summary p {
  margin: 15px 0;
}

.single-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.single-content {
    margin-top: 50px;
}

.post .author-meta {
    margin-left:10px;
}

nav#site-navigation.navbar.navbar-default { 
    height: 18px;
}

.site-header .site-title {
    display: none;
}

.size-medium {
    min-width: 150px;
    min-height: 120px;
}

.site-branding-logo img {
    width: 500px;
}

.site-branding-text {
    margin-top: 10px;
}

.author-meta-by {
  font-style: italic;
  opacity: 1;
  position: relative;
  top: 0;
  font-size: 12px;
  font-weight: 400;
}

.author-meta a {
    font-size: 12px;
}

.carousel-slick img.lazy, .slider-single-item img.lazy, .slider-single-item-for img.lazy {
    max-height: 600px ;
    object-fit: cover;
}



.one-news-section-custom .news-thumb.col-md-12 {
    display: block;
}

.home-categories-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-categories-container a {
    text-decoration: none;
}

.home-row-category {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.home-col-category-left, .home-col-category-right {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.home-col-category-left {
    width: 40%;
}

.home-col-category-right {
    width: 60%;
    font-size: 20px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #465eaa;
}

body {
    overflow: hidden;
}

.mobile-menu{
    display: none;
}


#custom_html-19 {
    text-align: center;
}

#custom_html-19.widget ul li {
    border-bottom: none;
}

#custom_html-19 .site-branding-text {
    margin-top: 0;
}

#custom_html-19 .nav > li {
    float: none;
    display: inline-block;
}

#custom_html-19 .nav > li > a {
    padding: 0;
    display: inline-block;
}

#custom_html-19 .nav > li > a:after {
    width: 100%;
}

#custom_html-19 .nav > li > a:hover,
#custom_html-19 .nav > li > a:hover:before {
    background-color:transparent;
}

#custom_html-19 .nav > li > a:before,
#custom_html-19 .nav > li:hover > a:before {
    width:0;
}

.news-item.news-item-ext, .news-item.news-item-ext-two {
    margin-bottom: 2px;
    padding-bottom: 0;
    overflow: hidden;
    max-height: 320px;
}

.news-item h2 {
    margin-top:10px;
    font-size: 20px;
}

.post-excerpt {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    font-style: normal;
}

.two-column-news-left .news-thumb img,
.two-column-news-right .news-thumb img {
    max-height:200px;
}

.section-title a::after {
    background-color:#eaeaea;
}

.section-title::after {
    background-color: #4565b0;
}

@media only screen and (min-width: 800px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 799px){
    .desktop-menu{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
    }
}

@media (max-width: 767px) {
  .navbar-nav a:hover, .navbar-nav a:focus {
    background-color: transparent;
  }
}

@media only screen and (max-device-width: 600px) {
    .home-categories-container {
        display: none;
    }
        
    #menu-social li {
        display: inline-block;
    }

    .carousel-slick img.lazy, .slider-single-item img.lazy, .slider-single-item-for img.lazy {
        min-height: 400px ;
        object-fit: cover;
    }
}