

/*************** Follow top-left bottom-right**********
**************Desktop First, Mobile Second**************
/************** Grid for desktop ***********************/
.global-row {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
}

.global-row:after {
    display: table;
    content: "";
    clear: both;
}

.global-col-1, 
.global-col-2, 
.global-col-3,
.global-col-4,
.global-col-5, 
.global-col-6, 
.global-col-7,
.global-col-8,
.global-col-9,
.global-col-10,
.global-col-11,
.global-col-12,
.global-col-menu,
.global-col-featured,
.global-col-title{
    display: grid;
    height: auto;
}

.global-col-1{ width: 8.33%; }
.global-col-2{ width: 16.66%; }
.global-col-3{ width: 25%; }
.global-col-4{ width: 33.33%; }
.global-col-5{ width: 41.66%; }
.global-col-6{ width: 50%; }
.global-col-7{ width: 58.33%; }
.global-col-8{ width: 66.66%; }
.global-col-9{ width: 75%; }
.global-col-10{ width: 83.33%; }
.global-col-11{ width: 91.66%; }
.global-col-12{ width: 100%; }

/***********Grid for Desktop**************/

/*************** Site Specific Grids - Desktop*********************/
.global-col-menu {
    width: 25%;
    margin-right: 4.5%;
}

.global-col-featured {
   position: absolute;
   right: 0px;
   max-width: 68%;
}


.review-icon-holder .review-icon-top{
    position: absolute;
    right: 0px;
}

.global-col-title {
    min-height: 250px;
    transform: none;
    top: -200px;
    margin-left: 3%;
    display: block;
    border: 1px solid currentColor;
    padding: 40px;
    background-color: rgba(255,255,255,0.8);
    width: 500px;
}

#title-area {
    z-index: 1;
}


.global-col-title:after {
     content: "";
    display: block;
    width: 500px;
    height: 90%;
    position: absolute;
    bottom: -14px;
    left: 50px;
    z-index: -1;
    background: none;
    border-style: none solid solid none;
    border-color: #EDEDED;
    border-width: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content-box {
    margin-top: 64px;
    right: 1.5%;
}

#aside-holder {
    margin-left: 3%;
}

.post-template-single-verticalreview .global-col-title:after {
    border: none !important;
}

.post-template-single-verticalreview .gallery { 
    border: 1px solid currentColor;
    justify-content: space-around;
    padding-top: 25px;
}

.post-template-single-verticalreview .wp-caption-text.wp-caption-text.wp-caption-text,
.post-template-single-verticalreview .gallery-caption.gallery-caption.gallery-caption  {
    padding-left: 20px;
    font-size: 12px;
    color: black;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.post-template-single-verticalreview .review-box {
    margin-bottom: 40px;
}

.post-template-single-verticalreview .global-col-title,
.post-template-single-specialReport .global-col-title {
    padding-top: 0px !important;
}
.post-template-single-verticalreview .gallery {
    position: relative;
    background: white;
}
    
.post-template-single-verticalreview .gallery:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    background: none;
    border-style: none solid solid none !important;
    border-color: #EDEDED !important;
    border-width: 8px !important;
    }

#comments {
    display: none !important;
}
@media only screen and (min-width:1200px) {
    /************* Global Setting *************/
    .global-col-featured .attachment-single-featured-image {
        min-height: 800px;
        min-width: 800px;
        max-width: 800px;
        max-height: 800px;
        object-fit: cover;
    }
    
    /************* Global Setting *************/
    .header .site-branding {
        padding-top: 50px !important;
        width: 200% !important;
    }

    .header .site-branding img {
        min-width: 485px !important;    
    }
    
    .page-template-contact .site-branding,
    .page-template-Magazine .site-branding
    {
        
        padding-top: 0px !important;
        padding-left: 0px !important;
    }
    
    .page-template-contact .site-branding img,
    .page-template-Magazine .site-branding img
    {
        margin-left: 0px !important;
        min-width: 190px !important;
    }
    /*Title area in Review and Special Report*/
    #title-area {
        margin-top: 5%;
    }
    
    /* Verical Review*/

    .post-template-single-verticalreview .site-branding {
        min-width: 306px;
    }
    
    .post-template-single-verticalreview .gallery {
        position: relative;
        margin-left: -250px;
        height: fit-content;
        margin-bottom: -700px;
        top: inherit;
        display: block;
        text-align: center;
        width: 220px;
        padding-top: 20px;
        background: white;
    }
    
    
    
    .post-template-single-verticalreview .gallery-icon img { 
        max-height: 280px;
        width: 180px;
    }
    
}
iframe {
    max-width: 600px !important;
}

@media only screen and (max-width: 1024px) {
    iframe {
        max-width: 100% !important;
    }
}

/*************** Site Specific Grids - Desktop*********************/



/********* Mobile view screen size below 768px *************/
@media only screen and (max-width:900px) {
    .hide-on-phone {
        display: none;
    }
    
    /******** Grid ********/
    .global-row,
    .global-col-featured,
    .global-col-6,
    .global-col-menu{
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    /******** Grid ********/
    .global-col-featured {
        min-width: 100%;    
    }
    
    .global-col-featured img {
        min-height: auto;    
    }
    
    .global-col-title {
        width: 80%;  
        margin: auto !important;
    }
    .global-col-title:after {
        width: 80%;
        left: 12%;
    }
    
    #content-box {
        padding: 30px;
    }
    
    /************* Template Specific CSS*****************/
    .post-template-single-specialReport #main, 
    .post-template-single-standardVertical #main,
    .post-template-single-verticalreview #main,
    .post-template-default #main {
        padding: 0px !important;   
    }
    
    .post-template-single-verticalreview .wp-caption-text.wp-caption-text.wp-caption-text,
    .post-template-single-verticalreview .gallery-caption.gallery-caption.gallery-caption  {
    padding-left: 0px;
    font-size: 12px;
    color: black;
    font-weight: 400;
    margin-bottom: 0px !important;
}
    /*************** Template Specific CSS**************/
    
}
/********* Mobile view screen size below 768px *************/

/************* 900px to 1200px, includes Ipad****************************/
@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .page-template-Magazine .site-branding img {
        margin-left: 0px !important;
    }


/********** Grid *******************/
    .global-row,
    .global-col-featured,
    .global-col-menu{
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    
    .global-col-6 {
        margin: auto;
        margin-right: 350px;
    }
    
/********** Grid *******************/
    .global-col-featured .attachment-single-featured-image{ 
        min-height: auto;
        min-width: 100%;
    }
    
    .global-col-title { 
        margin: auto;
    }
    
    .global-col-title:after {
        width: 470px;
        left: unset;
    }
    

/************* Template Specific CSS*****************/
    .post-template-single-specialReport #primary,
    .post-template-single-standardVertical #primary,
    .post-template-single-verticalreview #primary,
    .post-template-default #primary{
        padding-left: 0px !important;
    }
/************* Template Specific CSS*****************/
}

/* Writing global Css*/

#share-box {
    box-shadow: 0px 0px 12px 0px grey;
    display: none;
    background: white;
    width: inherit;
    height: 100px;
    position: absolute;
    top: 0px;
    z-index: 8;
}

#share-box .floating-close-button {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
}

.share-icon-new {
    
    display: inline;
    height: 30px;
    width: 100px;
    margin: auto;
    text-align: center;
    background: white;
}

.share-icon-new i {
    color: white;
}


@media only screen and (min-width: 800px) and (max-width: 900px) {
    .page-template-contact .mobile-header-wrapper{
		display: none !important;
	}
}