/**
* Theme Name: Zeen Child
* Description: Zeen child theme.
* Author: Ash Mulcunry
* Template: zeen
* Version: 1.0.9.1
*/

/* Basics */

a:hover {
    text-decoration:underline;
}

/* Navigation */

.main-navigation {
    padding-left: 20px;
    webkit-box-shadow: 0px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px #ccc;
    box-shadow: 0px 1px 1px #ccc;
}

.logo-main a img {
    max-height: 45px;
}

/*#menu-main-menu .preview-mini-wrap .mask .mask-img img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
}*/

/* Typography */

.tipi-fs .tipi-m-typo .title {
    /* font-size: 2rem; */
    font-size: 1.5rem;
}

/*.tipi-xs-typo .title {
    /*font-size: 1rem;
    font-size: 1.25rem;
    padding-top: 5px;
    font-weight: 600;
  }

  @media only screen and (min-width: 1020px) {
    .tipi-xs-typo .title {
        /*font-size: 1rem;
        font-size: 1.5rem;
        padding-top: 5px;
        font-weight: 600;
      }
    }  
    */

@media only screen and (min-width: 1600px) {
    .tipi-fs .tipi-m-typo .title {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 2020px) {
    .tipi-fs .tipi-m-typo .title {
        font-size: 2.5rem;
    }
}
    @media only screen and (min-width: 1020px) {
        .block-title,
        .page-title {
            font-size: 36px;
        }
    }

    /* Grids */

    @media only screen and (max-width: 728px ) {
        .preview-grid:hover .mask-overlay{
            opacity: 0;
        }
    }
    @media only screen and (min-width: 727px) {
        
        .category-beauty .mask-overlay:hover,
        .cat.category-beauty {
            background-color: #b0eaeb;
        }
        .category-fashion .mask-overlay:hover,
        .cat.category-fashion {
            background-color: #fbccca;
        }
        .category-wellness .mask-overlay:hover,
        .cat.category-wellness {
            background-color: #bbf3c4;
        }
        .category-lifestyle .mask-overlay:hover,
        .cat.category-lifestyle {
            background-color: #ff8989;
        }
        .category-culture .mask-overlay:hover,
        .cat.category-culture {
            background-color: #8fc0db;
        }
        .category-relationships .mask-overlay:hover,
        .cat.category-relationships {
            background-color: #f3bcf5;
        }
    }
 
    /* Sidebars */
    #zeen_stylish_posts-1 .block-title-1.with-load-more {
        display: none;
    }


	#slide-in-menu .zeen_social_icons {
		margin-bottom:20px;
	}
	#slide-in-menu .button-text p a {
		color: #FFF;
	}


    /* Icons */
    .fa {

        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
            font-size: 14px;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fa-rss:before {
        content: "\f09e";
    }

    /* Homepage */

    .block-wrap-classic.block-skin-11 article .meta h3.title {
        font-size:1.15em;
    }
        @media (min-width: 728px){
            .block-wrap-classic.block-skin-11 article .meta h3.title {
                font-size:1em;
            }        
        }
    
    /* Search */
    .search-results .page-header .search-query {
        padding-bottom:20px;
    }

    /* Posts */

    .link-color-wrap article p a, article p a {
        color: #ff8989 !important;
        font-weight: 700;        
    }
    .load-more-wrap.load-more-wrap-2 { display: none; }
    .also-by-author {
        margin: 10px 0;
    }
    .also-by article .mask {
        margin-right: 10px;
    }

    .upprev_excerpt{
        display: flex;
        align-items: center;
    }

    /* Hide the first image directly below the hero wrap */
    .hero-wrap + .entry-content-wrap > .entry-content > img:first-child,
    .hero-wrap + .entry-content-wrap >  .entry-content > .vc_row:first-child > .vc_column_container > .vc_column-inner > .wpb_wrapper > img,
    .hero-wrap + .entry-content-wrap > .entry-content > .row:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper > img {
        display: none;
    }

    .hero-wrap + .entry-content-wrap > .entry-content > .vc_row:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper > img {
        display:none;
    }

    .video-wrap {
        padding-bottom: 0px !important;
        margin-bottom: 20px;
    }

    .listicle-number {
        display: block;
        content: counter(list);
        color: #fff;
        background: #111;
        min-width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        float: left;
        margin-right: 15px;
        border-radius: 2px;
        font-size: 12px;        
    }

    article .image-wrapper {
        text-align:center;
    }

    /* Pages */

    .block-css-39437 article { 
        height: 475px;
    }