/*
Theme Name: InHype Child
Theme URI: https://themeforest.net/user/dedalx/portfolio
Template: inhype
Author: MagniumThemes
Author URI: https://magniumthemes.com/
Description: InHype - Effective News &amp; Magazine WordPress Blog Theme
Tags: custom-colors,custom-menu,featured-images,post-formats,theme-options
Version: 1.2.3.1609924749
Updated: 2021-01-06 09:19:09

*/

/* HPTO */

.home header.main-header.clearfix.header-layout-menu-below-header-left-border-fullwidth.mainmenu-dark {
    z-index: 2;
    position: relative;
}

.home .g.g-11 {
    position: relative;
    margin-bottom: -420px;
}

.home .inhype-showcase1-block-wrapper.inhype-block {
    position: relative;
    z-index: 2;
    background-color: #FFF;
}


/*inside media query @media (max-width: 768px)*/
@media (max-width: 768px){
	.home .g img {
    	height: auto;
  	  width: 100%;
	}
}
header.main-header.clearfix.header-layout-menu-below-header-left-border-fullwidth.mainmenu-dark {
    background-color: transparent;
}
header .col-md-12, .navbar-inner .container {
    background-color: #FFF;
}

.home div#navbar , .home header.main-header.clearfix.header-layout-menu-below-header-left-border-fullwidth.mainmenu-dark{
    margin-bottom: 0;
}

.home .inhype-showcase1-block-wrapper .container-title .row {
    margin-top: 40px;
}

/* Leader Board 320 x 100 ads */


.col-md-12.nr-flex {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    padding-right: 20px;
}
.nr-ads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -30px;
}

.nr-flex-2 {
    margin: 10px;
}
.nr-flex-2 .g-single {
    height: 100px;
}


/* Make ad rotate youtube ads responsive */
.nr-yt-ad{
    width: 100%;
    margin-bottom:30px;
}

.nr-yt-ad .g-single{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    border-radius: 5px;
    overflow: hidden;
}
.nr-yt-ad .g-single iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-md-6.yt-ad-container{
        width:100%;
    }
}

a.lrm-login.lrm-hide-if-logged-in {
    padding: 10px;
    background-color: #2a4c9b;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}