/* left vertical menu on category pages  - begin */
.cat_video_textL.grid12-3 {
    /*margin-left: 0px !important;
	margin-right: 1%;
	*/
}


/* top half with ninja menu */



@media all and (min-width: 768px), print {
	.block.ninjamenus-widget {
		padding: 5px 12px 0px 0px;
	}
	
	.cat_video_textL {
		width: 28%;
		float: left;
		display: inline;
	}
	.cat_video_textR {
		width: 72%;
		display: inline-flex;
		position: relative;

	}
	.lightgrey {
		background: linear-gradient(#f9f9f9,#f1f1f1);
	}
	
	
}

.cat_video_container { padding: 0px 15px 15px 15px;}

.cat_video_textL  .menu-left-side {border:none !important;}

/* ninja menu modification for class of mine called .menu-left-side - begin */
@media all and (max-width: 767px) {
	
	.cat_video_container {
    	padding: 15px 15px 15px 15px;
	}
	
	/* force ninja menu hamburger menu to appear on load in mobile so there is no shift of the viewport */
	.ninjamenus-desktop { display: none !important;}
	.ninjamenus-hamburger-trigger {
	  display: block !important;
	}

	/*make sure that nav is easy to click */
	.menu-left-side.ninjamenus-mobile .nav-item > a {
   		line-height: 50px !important;
		background-color: #fff !important;
		padding-left: 10px !important;
	}
	
	.menu-left-side.ninjamenus-mobile .nav-item {
		/*background: linear-gradient(#f9f9f9, #f1f1f1);*/ /*force the background to be gray */
		background: #fff;
		padding: 0px 5px;
	}
	.menu-left-side .level0 .item-submenu .nav-item > a {
		padding-left: 20px !important;
	}
	.ninjamenus-hamburger-active .menu-trigger-inner, .ninjamenus-hamburger-trigger .menu-trigger-inner:hover {
		width: -webkit-fill-available; /*extend the inner trigger the full width on mobile*/
	}
	
	.menu-left-side {
		background: #f8f8f8;
		padding: 0px 2px;
		border-bottom: 2px solid #f8f8f8 !important;
	}

}

@media screen and (min-device-width: 768px) and (max-device-width: 964px) {
	
	 .menu-left-side .nav-item.level0 > a > span.title {font-size: 1.7vw;}
	 .menu-left-side .item-submenu .nav-item > a span.title {font-size: 1.7vw;}
}

.menu-left-side .nav-item > a .caret {float: none !important; padding-left: 10px !important;}

@media all and (min-width: 767px) {
	/*only on desktop make the spacing between nav rows thinner */
	.menu-left-side .nav-item > a {
		line-height: 43px !important;
	}

	.menu-left-side .level0 .item-submenu .nav-item > a {
		line-height: 40px !important;
	}
}
.menu-left-side .nav-item.level0 > a {
	padding:0px 2px 0px 5px !important;
	border-bottom: 1px solid #F4F4F4;
	color:#3b61aa !important;
	background:#ffffff !important;
}
.menu-left-side .nav-item.level0:hover > a {
	background:rgba(0, 0, 0, 0.03) !important;
}
.menu-left-side .nav-item.level0.active>a{color:#f4902b !important;}

.ninjamenus-hamburger-active .menu-trigger-inner, .ninjamenus-hamburger-trigger .menu-trigger-inner:hover { background-color: #2454a8 !important;}

/* ninja menu modification for class of mine called .menu-left-side - end */

.cat_video_textL .block-vertnav {
	    margin: 0 0 10px;
}

.cat_video_textL .block-vertnav .block-content {
	padding: 10px 0px;
}

.cat_video_textL .catpageleftmenu {
	padding: 0;
    margin: 0;
    list-style-type: none;
	float: left;
    width: 100%;
	
}



.cat_video_textL .catpageleftmenu li {
    float: left;
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    position: relative;
	
	font: 75%/150% Arial,Helvetica,sans-serif;
	color: #333;
    font-size: 12px;
	background-color: #f5f5f5;
}


.catpageleftmenu-style1 li a.selected {
    font-weight: bold;
}

.catpageleftmenu-style1 li a.selected, .catpageleftmenu-style1 li.childselected a {
    color: #3B61AA !important;
}

.catpageleftmenu-style1 li a {
    border-bottom: 1px solid #F4F4F4;
    font-size: 1.3em;
    line-height: 1.5em;
    font-family: 'Open Sans',verdana,helvetica,sans-serif;
    text-decoration: none;
	padding: 5px 10px;
	display: block;
}


.catpageleftmenu ul {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}


/*  venobox customization to have a black play button appear on top and a vide title on the bottom of the picture thumbnail */

/* cat_video encapsualtes the video thumbnail in a container of the specified size */
div.cat_video { position:relative;}
div.cat_video.size350 { max-width: 350px;}
div.cat_video.size500 { max-width: 500px;}
div.cat_video.inline {display: inline-flex; margin: 10px;}

@media screen and  (max-width: 639px) {
	/*fixing display of category video thumbnail on small screens so that it is centered */
	div.cat_video.dimager { float:none !important; max-width: 100%; clear: both;}
}

/*display three videos on the video tray at 350px before splitting in to one video per row */
@media all and (min-width: 1260px), print {
    #video-tray .amtheme-categories-choice .amtheme-item {
        margin: 0 15px 25px;
        min-width: 140px;
        max-width: calc(100% / 4 - (15px * 2)) !important;
    }
}
@media all and (min-width: 608px) and (max-width: 1259px), print {
	#video-tray .amtheme-categories-choice .amtheme-item {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 0 0 25px;
		width: 49%;
		max-width: initial;
	}
}
@media all and (max-width: 607px), print {
	#video-tray .amtheme-categories-choice .amtheme-item {
		width: 100%;
		max-width: initial;
	}
}





div.cat_video .playbutton-message {
    width: 100%;
    text-align: center;
    position: absolute;
   /* background-color: rgba(134,201,239, 0.8);*/
	background-color: rgb(15 168 255 / 80%);
    text-transform: uppercase;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
	left:2px;
	bottom:0px;
    font-size: 1.4rem;
    line-height: 2.8rem;
	}






/* Dynamic Vimeo Lazy Load ported from magento 1 to display large video in view port by RA  - Begin*/
.vimeo-mobile {
        padding-bottom: 64px;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 160px;
        margin: 0px;
}
    
.vimeo-lazyload {
	position: relative;
	background: #fff;
    /* Use 75% for 4:3 videos */
    overflow: hidden;
    max-width: 100%;
    margin: 10px 0px 30px 0px;
	
}
.vimeo-mobile iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
}

.vimeo-lazyload iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 100;
    background: transparent;
}
	
.vimeo-mobile img, .vimeo-lazyload img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        /*position: absolute;*/
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
}

    .vimeo-mobile img:hover, .vimeo-lazyload img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .vimeo-mobile .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        cursor: pointer;
	}

.vimeo-lazyload .play, .venobox .playbutton {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("../images/icons/playicon_blue.png") no-repeat;
        cursor: pointer;
}


/*2019 guide*/
.lazyload-container h3, .lazyload-container h2, .lazyload-container h1 { display: none;}
.lazyload-container iframe, .lazyload-container.lc360 iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
}
@media screen and  (min-width: 959px) {
	/*inserting below to reduce video size on category pages */
	.cat_video_container .videoWrapper, .guide .videoWrapper { height: 475px; padding: 0px; margin-bottom: 0px;}
}

.guide .lazyload-container.lc360 { max-height: 360px; margin-bottom:20px; }
.lazyload-container.lc300 { padding-top:0px !important; }
.lazyload-container.lc300 iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 306.25px;
}


@media screen and  (max-width: 639px) {
	.guide .lazyload-container.lc360 { max-height: 100%; margin-bottom:20px; }
	.lazyload-container iframe, .lazyload-container.lc360 iframe {
		height: 230px;
	}
	.lazyload-container.right420w {
		float: none;
		margin: 0px auto 15px auto;
		max-width: none;
	}
	.lazyload-container.right420w iframe {
		
		
	}
}
@media screen and  (max-width: 959px) {
	.lazyload-container.lc300 iframe {max-height: 200px;}
}


/* Dynamic Vimeo Loading by RA  - End */

