/*
Theme Name: Salient Child Theme
 | Shared by WPTry.org
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
h1,h2,h3,h4,h5,h6 ,p , a{
	font-family: Montserrat !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700 !important;
	line-height: 26px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-90 {
	margin-top: 90px;
}
.nectar_icon_wrap {
	margin-bottom: 	0 !important;
}
.nectar_icon {
	padding: 0 !important;
}
#top {
	background-color: #000;
}
.material .wpb_row, .material .wpb_content_element {
	margin-bottom: 	0 !important;
}
.video_banner h1 {
	color: #ffffff;
	font-weight: bold;	
}
span.multi_color {
	 background: linear-gradient(to right, #39c0ff, #7ba6ff, #b983e2, #e05ca9, #e54261);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.container-wrap {
	padding-top: 0 !important;
}
h2.clr-black {
	color: 	#000000;
}
h2.bdr-btm {
	position: relative;	
	font-size: 	40px;
	display: inline-block;	
	font-weight: 700;
}
h2.bdr-btm:before {
	content: " ";
	width: 	30%;
	height: 2px;
	background-color: #3bbdfb;
	left:0;
	right: 0;
	bottom: -24px;
	position: absolute;	
}
h2.bdr-btm:after {
	content: " ";
	width: 	30%;
	height: 2px;
	background-color: #e24069;
	left:25%;
	right: 0;
	bottom: -24px;
	position: absolute;	
}
.bdr-blue .vc_column-inner {
	border-top: 5px solid #71bfff;
}
.bdr-red .vc_column-inner {
	border-top: 5px solid #ee2d4a;
}
.back-white .vc_column-inner {
	background-color: #ffffff !important;
	padding: 50px 40px 36px !important;
	border-radius: 5px 5px 0 0;
}
span.counter {
	font-size: 30px;
	color: 	#000;
}
.text-right * {
	text-align: center !important;
}
.text-center * {
	text-align: center !important;
}
.text-left * {

	text-align: center;
}
.back-black {
	padding: 18px 0px 20px 40px !important;
	background-color: #000000;
	margin: 10px 0 28px !important;
}
h2.clr_pink {
	color: #e5415c !important;
}
h2.clr_white {
	color: #fafafa;	
}
.txt-back  {
	position: relative;
}
.grid-black .vc_column-inner {
	background-color: #101010;
	padding: 25px 20px 26px;
}
.txt-back h2 {
	position: absolute;
	z-index: -1;
	top: -62px;
	left: 0;
	right: 0;
	opacity: 0.1;
	font-size: 71px;
}
h2.small-size {
	font-size: 22px;
	color: #ffffff;
}
h2.small-size:before {
	bottom: -5px;
}
h2.small-size:after {
	bottom: -5px;
}
.txt_clr_white p {
	color : #fff !important;
}

/* slick */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-prev::before {
    content: "\f060" !important;
    left: 100px !important;
}
.slick-next::before {
    content: "\f061" !important;
    right: 120px !important;
    
}
.slick-next::before,
.slick-prev::before {
    font-family: fontawesome !important;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    opacity: 1 !important;
    font-size: 25px !important;
}
.slick-next:hover::before,
.slick-prev:hover::before {
	color: #c60013;

}
button.slick-next,
button.slick-prev {
    z-index: 1000;
    display: none !important;
}
.slide {
    position: relative;
    display: table;
}
.slide-caption {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 0;
    height: 100%;
    color: white;
    display: table-cell;
    vertical-align: middle;

}
.arrow-btm:before {
    content: " ";
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
}
.arrow-btm:after {
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #ccc;
    position: absolute;
    bottom: -41px;
    left: 11px;
    right: 0;
    margin: 0 auto;
}


.gaming_logos {
/* 	background-color: rgba(0, 0, 0, 0.6); */
	
}
.gaming_logos img {
	margin: 0 auto;
}

.arrow-btm .slick-next {
    right: 45%;
    z-index: 100 !important;
    border: ;
    bottom: -40px !important;
    top: auto;
}
.arrow-btm .slick-prev {
    left: 45%;
    color: #fff;
    z-index: 100 !important;
    border: ;
    bottom: -40px !important;
    top: auto;
}
/* slick */


.img-szie .portfolio-items .col.span_3 {
	width: 100px !important;
	height: 70px !important; 
}
.d-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap !important;
	align-items:center;
}
.brand-img  {
	margin: 30px;
	width: 95px !important;
}
.brand-img img {
	opacity: 0.4;
	cursor: pointer;
	transition: all 0.4s linear;
}
.brand-img img:hover {
	opacity: 1;
}
.bg-layer a.full-link {
	position: relative;
}
.play_button_2 {
	opacity:0;
	z-index: 10000;
}
.bg-layer:hover .play_button_2 {
	opacity:1;
}
.bg-layer a.full-link:before, .bg-layer .hover-wrap-inner a:before {
	content: " ";
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
	    -ms-transition: all 0.4s linear;
	     -o-transition: all 0.4s linear;
	        transition: all 0.4s linear;
	        z-index: -2;
}
.bg-layer .hover-wrap-inner a:before {
	z-index: 100 !important;
}
.bg-layer .hover-wrap-inner a {
	cursor: pointer;
}
.bg-layer .hover-wrap-inner a:before {
	cursor: pointer;
}
.bg-layer a.full-link:hover:before , .bg-layer .hover-wrap-inner a:hover:before{
	background: linear-gradient(to right, #39c0ff, #7ba6ff, #b983e2, #e05ca9, #e54261);
	height: 100%;
}
.bg-layer h2.img-upper-txt {
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
	opacity: 0;
	z-index:100;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
	    -ms-transition: all 0.4s linear;
	     -o-transition: all 0.4s linear;
	        transition: all 0.4s linear;
}
.bg-layer:hover h2.img-upper-txt {
	opacity: 1;
}
.nectar_video_lightbox svg{
	top : 50% !important;
}
.play_button_2 {
	z-index: 1000 !important;
	margin-top:5px !important;
}
.nectar-video-box .nectar_video_lightbox path {
	fill:#000000 !important;
}
#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
	/*background-image: url('http://ngesofficial.com/wp-content/uploads/2020/08/footer.png') !important;*/
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-color: #F1F1F1;
	color: #000;
}
.foot-txt h3 {
	font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 60px !important
}
.foot-txt ul li {
	display: inline-block;
	margin: 0 20px;
}
.foot-txt ul li a i {
	background-color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    display: inline-block !important;
    color: #000;
    font-size: 25px !important;
    border-radius: 5px;
    margin-bottom: 12px;
}
#footer-outer .foot-txt a:not(.nectar-button) {
    color: #000!important;
}
#footer-outer #copyright p{
	color : #000 !important;
}
.foot-txt ul li a:hover i {
	background: linear-gradient(to right, #39c0ff, #7ba6ff, #b983e2, #e05ca9, #e54261);
}
.foot-txt a.info-us {
	font-weight: bold;
	margin-top:30px !important;
	display:inline-block;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
	padding-bottom: 30px !important;
}
#footer-outer[data-cols="1"] #copyright, #footer-outer #copyright[data-layout="centered"] {
	padding: 0 !important;
}
#header-outer[data-format="default"] #top .span_9 {
	margin-left: 3%;
}
#header-outer nav ul li {
	margin: 0 16px;
}
#header-outer nav ul li a {
	color: #fff;
	font-size: 18px;
}
#header-outer nav ul li a:hover {
	color: #ff1757;
}
/* blogs */

.myblogs {
	background-color: #1f1e23;
	margin: 0 8px;
}
span.author-date {
	margin-left:10px;
}
.blog-post img {
	width: 100% !important;
}
.blog-content .blog-btn a:last-child {
	border: 2px solid #5654b9;
	color: #5654b9;
	padding: 0px 20px;
	display: none;
	font-weight: bold;
}
.blog-content {
	 padding: 28px 20px;
}
.blog-content h2 a {
	font-size: 18px;
	color: #a2a2a4;
	margin: 20px 0 14px;
	display:inline-block;
}
.blog-bdr {
	height: 1px;
	width: 100%;
	background-color: #6c6b70;
}
/* blogs */
section.blogs-double-slider ,section.blogs-single-slider, section.single_area   {
		display: none !important;
}
.archive .subheader {
    display: none !important;
}

#search-results {
    margin-top: 150px;
}
.back-white .pp_top .vc_column-inner {
    padding-top: 38px !important;
}
.col.span_12.section-title h1:before {
    content: " ";
    width: 9%;
    height: 2px;
    /* left: 0; */
    /* right: 0; */
    bottom: -24px;
    position: absolute;
    text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3bbdfb+0,e24069+100 */
background: #3bbdfb; /* Old browsers */
background: -moz-linear-gradient(left,  #3bbdfb 0%, #e24069 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #3bbdfb 0%,#e24069 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #3bbdfb 0%,#e24069 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bbdfb', endColorstr='#e24069',GradientType=1 ); /* IE6-9 */

}
@media only screen and (max-width: 1370px){
	section.blogs-double-slider {
		display: block !important;
	}
	section.blogs-slider {
		display: none;
	}	
	.blog-content h2 {
		font-size: 18px;
	}
	#header-outer nav ul li a {
		font-size: 13px;
		font-weight: 600;
	}
}
@media only screen and (max-width: 999px){
	.mt-30 , .mt-60 , .mt-90 {
		margin-top: 0 !important;
	}
	#header-outer header#top {
		padding: 20px 0;
	}
	.video_banner h1 {
		font-size: 30px !important;
	}
	#header-space {
		height: 60px !important;
	}
	h2.bdr-btm {
		font-size: 40px;
	}
	.txt-back h2 {
		font-size:50px; 
		top: -60px;
	}
	h2.small-size {
		font-size: 18px;
	}
	.bg-layer img {
		width: 100%;
	}
	section.blogs-single-slider , section.single_area {
		display: block !important;
	}
	section.blogs-double-slider, section.regular {
		display: none !important;
	}
	body #header-outer {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.upcoming_events .hover-wrap .hover-wrap-inner {text-align:center !important;} 
}
@media only screen and (max-width: 768px){
	h2.bdr-btm {
		font-size: 30px;
	}
	.txt-back h2 {
		font-size:40px; 
		top: -55px;
	}
	.media_center a img {
		text-align: center;
		margin: 0 auto;
	}
}
.ctt_cener .vc_column-inner {
    text-align: center;
}
.nectar-button.regular-button.past_event_btn{
  border: 5px solid !important;
  border-image-slice: 1 !important;
  border-width: 5px !important;
	text-transform: uppercase !important;
  border-image-source: linear-gradient(to right, #39c0ff, #7ba6ff, #b983e2, #e05ca9, #e54261) !important;
	overflow: hidden;
}
.nectar-button.regular-button.past_event_btn::after {
  background: linear-gradient(to right, #39c0ff, #7ba6ff, #b983e2, #e05ca9, #e54261);
  height: 100%;
  left: -42%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.nectar-button.regular-button.past_event_btn:hover:after {
  height: 100%;
  width: 160%;
}
.bg-layer h2.img-upper-txt{
	pointer-events: none !important;
}
.play_button_2.large.nectar_video_lightbox {
    pointer-events: none !important;
}
@media only screen and (max-width: 767px){
.brand-img {
    margin: 12px !important;
    width: 24% !important;
}
	.wpb_row vc_row-fluid.vc_row inner_row.standard_section.mgt-none {
    margin-top: 0 !important;
}
	.nectar-video-box {
    margin-bottom: 20px !important;
}
	.col.span_12.section-title h1 {
	font-size: 26px;
}
	.col.span_12.section-title h1:before{
    	bottom: -15px;
	}

}
.col.span_12.section-title h1 {
    text-align: center;
}
.read_more_btn{
	color: #a2a2a4;
}
.spacing_team .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{
	margin-top: 10px;
	margin-bottom: 10px;
}