/* GNNSJ Custom Styles */
footer{
	display:none;
}

blockquote.wp-block-quote {
    background-color: transparent;
    color: #333;
    border-width: 0;
}

.site-header.fixed.float-header .site-title
,.admin-bar .site-header.float-header .site-title{
	display:block
}

.site-header.fixed .site-title
,.admin-bar .site-header .site-title{
	display:none
}

.header-wrap .col-md-4.col-sm-8.col-xs-12{
	width:100%;
	padding:5px 0;
}

.wp-block-media-text.is-stacked-on-mobile{
	margin-bottom:40px;
}

h1.site-title:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(wp-content/uploads/2020/06/ikoankar-logo_57x57-copy.svg);
	left: -50px;
	top: 4px;
	width: 40px;
	height: 40px;
}

.yt-link > div > div > a:after,.yt-link > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 47%;
	width: 70px;
	height: 70px;
	background-image: url('/wp-content/uploads/2020/07/play-button-1.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color:#fff;
	border-radius:500px;
}

.yt-link > div > div > a:hover:after,.yt-link > a:hover:after {
	filter: saturate(2890%) hue-rotate(356deg) brightness(90%) contrast(100%);
}
.yt-link>div>div>a:before, .yt-link > a:before {
	content: '';
	display: block;
	position: absolute;
	top: -33px;
	right: 0;
	width: 80px;
	height: 15px;
	background-image: url("/wp-content/uploads/2020/07/transparent-live-animated-gif-12.gif");
	background-position: center;
	background-size: cover;
}
.yt-link > a {
    position: relative;
		display:block;
}

.nsj-subscribe,.widget_nav_menu .menu a {
	padding: 10px 15px;
	background-color: #c72c2e;
	color: #fff!important;
	font-weight: 800;
	transition: background .2s;
	margin-bottom:10px;
	display:block;
}

.nsj-subscribe:hover, .nsj-subscribe:active,.nsj-subscribe:focus {
	background-color: #ad1d1f;
	color: #fff;
}

.nsj-subscribe.nsj-btn {
    width: 200px;
    text-align: center;
}

.nsj-right{
	float:right;
}
.nsj-houdini{
	display:none;
}

.nsj-textcenter{
	text-align:center;
}
.nsj-timelocal {
    background-color: #f9c4c6;
}
.btn-menu {
    display: inline-block;
    position: absolute;
    top: -49px;
    right: 10px;
	}

@media only screen and (max-width:600px){
	.btn-menu {
    display: inline-block;
    position: absolute;
    top: -49px;
    right: 10px;
	}
	#page .site-header.fixed .site-title{
		display: block;
    font-size: 14px!important;
    padding: 0 0 0 45px;
    text-align: left;
	}

	h1.site-title:before {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		background-image: url('/wp-content/uploads/2020/06/ikoankar-logo_57x57-copy.svg');
		left: 10px;
    top: 0px;
		background-repeat:no-repeat;
	}
	.site-title {
    font-size: 20px!important;
		padding-left:40px;
	}
	#wp-custom-header > img {
    display: none;
	}
	#wp-custom-header:before{
		content: '';
    display: block;
    width: 100%;
    height: 600px;
    background: url(/wp-content/uploads/2020/06/gnnsj-bgboard3-mob-20.jpg) no-repeat center center;
    background-size: cover;
	}
	.page-template-page_fullwidth #wp-custom-header:before {
    height: 200px;
    background-position: 0px -160px;
	}

	.hentry .title-post{
		font-size:27px
	}
	#sidebar-footer{
		display:none
	}
	figure.wp-block-media-text__media {
    width: 100px;
    text-align: center;
    margin: 0 auto!important;
    display: block;
    padding-bottom: 20px;
	}
	
	.content-area iframe {
    max-height: 200px!important;
	}
	.content-area .beacon-form > iframe {
    max-height: 100%!important;
	}
	.yt-link > a:after {
		top: 49%;
		left: 47%;
		width: 20px;
		height: 20px;
	}
}

@media only screen and (min-width:601px) and (max-width:1366px){
	/*.header-wrap .btn-menu{
		display:none;
	}*/
	.site-header .col-md-4, .site-header .col-md-8 + .col-md-4, .site-header .col-md-8{
		width:100%
	}
	.btn-menu {
    top: -45px;
    right: 0;
	}
		
	#page .site-header .site-title{
		padding:0 0 0 70px;
	}
		
	h1.site-title:before {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
    height: 50px;
		background-image: url('/wp-content/uploads/2020/06/ikoankar-logo_57x57-copy.svg');
		left: 10px;
    top: 0;
		background-repeat:no-repeat;
	}


}