/*
Theme Name: NRGEvent
Theme URI: http://nrgthemes.com/
Author: NRGTHEMES
Author URI: http://themeforest.net/user/NRGTHEMES
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready Wordpress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.1.0
Tags: responsive-layout, custom-background, editor-style, theme-options, full-width-template, right-sidebar
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nrgevent
*/
/* Default WP CSS
-------------------------------------------------------------- */

@font-face {
    font-family: 'brandon_textregular';
    src: url('fonts/brandontext-regular-webfont.woff2') format('woff2'),
    url('fonts/brandontext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'typo_slab_inlineregular';
    src: url('fonts/typoslab_inline-webfont.woff2') format('woff2'),
    url('fonts/typoslab_inline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_textbold';
    src: url('fonts/brandontext-bold-webfont.woff2') format('woff2'),
    url('fonts/brandontext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


p {
    margin-bottom: 1.5em;
}

a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fd9b62;
}

a:hover {
	border-color: transparent;
	color: #fd9b62;
}

.block-text a {
	border-bottom: 1px solid #fd9b62;
}

.block-text a:hover {
	border-color: transparent;
}

.alignnone {
    margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
      display: block;
      margin: 5px 0 25px;
  }

.alignleft {
    display: block;
    margin: 5px 0 25px;
}

@media (min-width: 600px) {
  .alignright {
      float:right;
      margin: 5px 0 20px 40px;
  }

  .alignleft {
      float: left;
      margin: 5px 40px 20px 0;
  }
}

@media (max-width: 600px) {
  .hide-small {
    display: none;
  }
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 0 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* WordPress Gallery 
------------------------------------------ */

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-caption, .bypostauthor{
  padding: 10px 0;
  line-height: normal;
  position:relative;
}


.wpb-js-composer .vc_row{
	margin-bottom: 0;
}

.admin-bar header{
	top: 32px;
}

#home .home-bg {
  background-position: right bottom !important;
  background-size: contain !important;
}

.social-media {
}

.social-media-item {
    font-size: 16px;
  list-style: none;
  margin-right: 6px;
}

.social-media-item a {
    color: #fff;
}

.social-media-item--boxed {
	margin-right: 9px;
}

.social-media-item--boxed a {
	align-items: center;
	background: #0c094e;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.social-media-item__icon {
    align-items: center;
    display: inline-flex;
    margin-right: 20px;
    justify-content: center;
    width: 20px;
}

.social-media-item--boxed .social-media-item__icon {
	font-size: 40px;
	margin-right: 0;
}

.social-media-item__label {
    border-bottom: 1px solid #fff;
    transition: 0.2s;
}
.social-media-item a:hover .social-media-item__label {
    border-color: transparent;
}





.banner {
  background: #444;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
  margin-top: 80px;
}

@media (min-width: 1100px) {
  .banner {
    margin-top: 107px;
  }
}

.banner__text-block {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.banner__title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 34px;
}

.banner__title em {
  color: #e9d200;
  font-style: normal;
}

@media (min-width: 768px) {
  .banner__title {
    font-size: 42px;
    letter-spacing: -0.05em;
    line-height: 48px;
    margin-left: -3px;
  }
}

@media (min-width: 1024px) {
  .banner__title {
    font-size: 60px;
    line-height: 65px;
    width: 100%;
  }
}

@media (min-width: 1300px) {
  .banner__title {
    font-size: 70px;
    letter-spacing: -0.05em;
    line-height: 75px;
  }
}

.banner__sub-title {
  color: #fff;
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.25em;
  margin-bottom: 28px;
  text-transform: uppercase;
  z-index: 10;
}

@media (min-width: 768px) {
  .banner__sub-title {
    display: block;
  }
}

.banner__caption {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: none;
  line-height: 26px;
}

@media (min-width: 768px) {
  .banner__caption {
    display: block;
    margin-bottom: 41px;
  }
}

@media (min-width: 1024px) {
  .banner__caption {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 17px;
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .banner__caption { 
    font-size: 28px;
    line-height: 32px;
    margin-bottom: -6px;
  }
}

.banner__btn {
  background: #e9d200;
  border: none;
  border-radius: 4px;
  color: #222;
  font-size: 20px;
  margin-top: 10px;
  padding: 12px 25px 13px;
}

.banner__btn:hover {
  background: #ffe70c;
}

@media (min-width: 768px) {
  .banner__btn {
    font-size: 26px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .banner__btn {
    font-size: 32px;
    margin-top: 20px;
    padding: 15px 35px 18px;
  }
}

@media (min-width: 1300px) {
  .banner__btn {
    margin-top: 6px;
  }
}

.feature-banner {
  position: relative;
}

.feature-banner__slide {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 30%;
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  .feature-banner__slide {
    background-size: auto 300px;
    padding-top: 300px;
  }
}

@media (min-width: 768px) {
  .feature-banner__slide {
    background-size: cover;
    height: 366px;
    padding-top: 0;
  }

  /*.feature-banner__slide:before {*/
    /*background-color: rgba(0,0,0,0.5);*/
    /*content: "";*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*z-index: 1;*/
  /*}*/
}

@media (min-width: 1024px) {
  .feature-banner__slide {
    height: 483px;
  }
}

@media (min-width: 1300px) {
  .feature-banner__slide {
    height: 583px;
  }
}

@media (min-width: 1024px) {
  .feature-banner__text-block {
    margin-bottom: 55px;
  }
}

.feature-banner__title {
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .feature-banner__title {
    margin-bottom: 14px;
  }
}

@media (min-width: 1024px) {
  .feature-banner__title {
    margin-bottom: 15px;
  }
}

@media (min-width: 1300px) {
  .feature-banner__title {
    margin-bottom: 31px;
  }
}

.feature-banner__navigation {
  overflow: hidden;
  padding: 2px 13px 29px;
  width: 100%;
}

@media (min-width: 768px) {
  .feature-banner__navigation {
    padding-bottom: 33px;
  }
}

@media (min-width: 1024px) {
  .feature-banner__navigation {
    bottom: 21px;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 10;
  }
}

.feature-banner__nav-list {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .feature-banner__nav-list {
    justify-content: flex-end;
  }
}

.feature-banner__nav-item {
    background: rgba(#fff, 0.25);
    border-radius: 50%;
    cursor: pointer;
    height: 6px;
    margin: 0 7px;
    position: relative;
    text-indent: 100%;
    transition: all 0.2s ease-out;
    white-space: nowrap;
    width: 6px;
}

.feature-banner__nav-item:after {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    height: 10px;
    left: -2px;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-out;
    top: -2px;
    width: 10px;
}

.feature-banner__nav-item:hover {
    background: rgba(#fff, 0.5);
}

.feature-banner__nav-item.active {
    background: transparent;
}

.feature-banner__nav-item:after {
    opacity: 1;
}

.feature-banner__pagination {
	display: none;
}

.main-nav {
    margin-top: 42px;
}

.main-nav li {
    padding-right: 0;
    margin-left: 0;
}

@media (min-width: 1100px) {
  .main-nav li {
    padding-right: 12px;
    margin-left: 12px;
  }
}

@media (min-width: 1400px) {
	.main-nav li {
		margin-left: 20px;
	}
}


.main-nav .dopwown-menu {
    margin-left: 0;
}

.main-nav .dopwown-menu li {
    padding-bottom: 0;
    padding-right: 30px;
    margin-left: 0;
}

@media (min-width: 1100px) {

  .main-nav .dopwown-menu {
      margin-top: 0;
  }

  .main-nav .dopwown-menu li {
    padding-right: 0;
    margin-left: 0;
  }
}

.main-nav .dopwown-menu li a {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
}

@media (min-width: 500px) {
  #menu-item-2726 .dopwown-menu {
    min-width: 400px;
  }
}

.g-recaptcha > div {
	position: relative;
}





/*----------------------------------------------------------------------------
//  Block Title
//--------------------------------------------------------------------------*/

.rb-block-title {
    display: inline-block;
    margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

@media (min-width: 600px) {
	.rb-block-title {
		border: 3px solid #0c094e;
		border-style: none none solid solid;
		padding: 0 0 19px 19px;
		text-align: left;
		width: auto;
	}

	.rb-block-title--border-title-width {
		border-bottom: none;
	}

	.rb-block-title--border-title-width .rb-block-title__inner::after {
		background: #fff;
		bottom: -19px;
		content: '';
		display: block;
		height: 3px;
		position: absolute;
		left: -19px;
		width: calc(100% + 19px);
	}

	.rb-block-title--inverse {
		border-color: #fff;
	}
}

@media (min-width: 768px) {
	.rb-block-title {
		margin-bottom: 20px;
	}
}

@media (min-width: 900px) {
	.rb-block-title {
		margin-bottom: 50px;
	}
}

@media (min-width: 1100px) {
	.rb-block-title {
		margin-bottom: 80px;
	}
}

.rb-block-title__inner {
    background: #0c094e;
    color: #fff;
    padding: 20px;
    position: relative;
}

.page-banner .rb-block-title__inner {
	max-width: 670px;
}

.rb-block-title--inverse .rb-block-title__inner {
	background: #fff;
}

@media (min-width: 768px) {
	.rb-block-title__inner {
		padding: 25px 40px;
	}
}

.rb-block-title__title {
    font-family: 'typo_slab_inlineregular', serif;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1;
	text-transform: uppercase;
}

.rb-block-title--inverse .rb-block-title__title {
	color: #0c094e;
}

@media (min-width: 500px) {
	.rb-block-title__title {
		font-size: 40px;
	}
}

@media (min-width: 1024px) {
	.rb-block-title__title {
		font-size: 61px;
	}
}

.rb-block-title__sub-title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 10px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .rb-block-title__sub-title {
        margin-top: 0;
    }
}

.rb-block-title--inverse .rb-block-title__sub-title {
	color: #0c094e;
}

@media (min-width: 600px) {
    .rb-block-title__sub-title {
        font-size: 30px;
        letter-spacing: 0.04em;
        line-height: 38px;
    }
}

.rb-block-title__sub-title--alt {
    color: #fd9b62;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.rb-block-title__icon {
    align-items: center;
    background: #fd9b62;
	display: none;
    height: 50px;
    justify-content: center;
	padding: 12px;
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
}

@media (min-width: 600px) {
	.rb-block-title__icon {
		display: flex;
	}
}

@media (min-width: 768px) {
	.rb-block-title__icon {
		height: 78px;
		right: -78px;
		width: 78px;
	}
}

.rb-block-title__icon img {
    height: auto;
    max-width: 100%;
    width: auto !important;
}

.rb-block-title__icon--alt {
    background: #dd5061;
    height: 66px;
    right: -66px;
    width: 66px;
}


/*  Supplementary   */

.rb-block-title-supplementary {
    padding: 20px 0 0;
}

.rb-block-title--inverse .rb-block-title-supplementary {
	color: #fff;
}

.rb-block-title-supplementary__title {
    color: #0c094e;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.rb-block-title--inverse .rb-block-title-supplementary__title {
	color: #fff;
}

.rb-block-title-supplementary__desc {
    font-size: 16px;
    line-height: 24px;
}

.rb-block-title--has-supplementary .rb-block-title__icon {
    display: none;
}

@media (min-width: 600px) {
    .rb-block-title--has-supplementary {
        align-items: flex-end;
        display: flex;
    }

    .rb-block-title-supplementary {
        padding: 0 0 0 20px;
    }

    .rb-block-title-supplementary__title {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .rb-block-title--has-supplementary .rb-block-title__icon {
        display: flex;
    }

    .rb-block-title-supplementary__title {
        font-size: 30px;
        line-height: 48px;
    }
}




/*----------------------------------------------------------------------------
//  Feature Banner Caption
//--------------------------------------------------------------------------*/

.feature-banner__caption {
	background-color: #000;
	margin-bottom: 0;
    max-width: 530px;
	text-align: center;
	z-index: 3;
}

.feature-banner__caption .rb-block-title__title {
    margin-bottom: 20px;
}

@media (max-width: 699px) {
	.feature-banner__caption {
		border: none;
		display: block;
		max-width: none;
		padding: 0;
		width: 100%;
	}

	.feature-banner__caption br {
		display: none;
	}

	.feature-banner__caption .block-title__icon {
		display: none;
	}
}

@media (min-width: 700px) {
	.feature-banner__caption {
		background-color: transparent;
		left: 50%;
		position: absolute;
		text-align: left;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
}





/*----------------------------------------------------------------------------
//  Homepage Intro
//--------------------------------------------------------------------------*/

.welcome {
	padding-top: 0;
	text-align: left;
}

.welcome-links {
	color: #fd9b62;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}

@media (min-width: 1100px) {
	.welcome {
		padding-right: 160px;
	}

	.welcome-links {
		padding-top: 40px;
	}
}





/*----------------------------------------------------------------------------
//  Section Block
//--------------------------------------------------------------------------*/

.rb-section-block .wpb_content_element {
    margin-bottom: 0;
}

.home .vc_column-inner {
    padding-top: 0 !important;
}

.rb-section-block {
    padding: 35px 0;
}

@media (min-width: 768px) {
	.rb-section-block {
		padding: 45px 0;
	}
}

@media (min-width: 900px) {
	.rb-section-block {
		padding: 85px 0;
	}
}

@media (min-width: 1100px) {
	.rb-section-block {
		padding: 80px 0;
	}
}





/*----------------------------------------------------------------------------
//  Mini Block Title
//--------------------------------------------------------------------------*/

.rb-mini-block-title {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

@media (min-width: 600px) {
    .rb-mini-block-title {
        border: 3px solid #dd5062;
        border-style: none none solid solid;
        display: inline-flex;
        max-width: 330px;
        padding: 0 0 19px 19px;
        text-align: left;
    }
}

.rb-mini-block-title__title {
    flex-grow: 1;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background: #dd5062;
    color: #fff;
    padding: 10px;
    position: relative;
    text-align: center;
}

.rb-mini-block-title__icon {
    align-items: center;
    background: #fff;
    display: none;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    padding: 2px;
    width: 40px;
}

@media (min-width: 600px) {
    .rb-mini-block-title__icon {
        display: flex;
    }
}


.rb-mini-block-title__icon img {
    height: auto;
    max-width: 100%;
    width: auto !important;
}





/*----------------------------------------------------------------------------
//  Utilities
//--------------------------------------------------------------------------*/

.u-padding-top-none {
    padding-top: 0 !important;
}

.u-text-align-center {
    text-align: center;
}





/*----------------------------------------------------------------------------
//  Logo Grid
//--------------------------------------------------------------------------*/

.logo-grid .vc_media_grid {
    margin: 0 auto;
    max-width: 1000px;
}

.logo-grid .vc_media_grid .vc_grid-item {
    box-sizing: border-box;
    padding: 5px !important;
    text-align: center;
    width: auto;
}

.logo-grid .vc_media_grid .vc_grid-item img {
    display: inline-block;
    width: auto;
}

.logo-grid .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: inline-block !important;
}




/*----------------------------------------------------------------------------
//  Profile Slider
//--------------------------------------------------------------------------*/

@media (min-width: 992px) {
    .profile-block .speaker-img {
        left: 0;
        right: 50%;
    }

    .profile-block .speaker-img + .container > .row {
        display: flex;
        justify-content: flex-end;
    }
}




/*----------------------------------------------------------------------------
//  Judges
//--------------------------------------------------------------------------*/

@media (min-width: 768px) {
	.judges-block .vc_row {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}

	.judges-block .vc_column_container,
	.judges-block .wpb_wrapper,
	.judges-block .wpb_wrapper > div {
		display: flex;
		flex-wrap: wrap;
	}

	.judges-block .vc_column_container>.vc_column-inner {
		display: flex;
		padding-left: 1px;
		padding-right: 1px;
	}
}


.judges-block .service-entry {
	background: #f7f7f7;
	border: none;
	margin-bottom: 2px;
	min-height: 0;
	padding: 19px;
	text-align: left;
}

.judges-block .service-entry:hover {
	background: #0c094e !important;
}

.judges-block .service-title {
	color: #fd9b62;
}

.judges-block .service-text {
	color: #505050;
	font-size: 16px;
	font-weight: 500;
}

.judges-block .service-entry:hover .service-text {
	color: #fff;
}





/*----------------------------------------------------------------------------
//  Feature Button
//--------------------------------------------------------------------------*/

.rb-feature-btn {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.need-help__actions .rb-feature-btn {
	margin-right: 50px;
}

@media (min-width: 768px) {
	.need-help__actions .rb-feature-btn {
		margin-right: 78px;
	}
}

@media (min-width: 600px) {
	.rb-feature-btn {
		border: 3px solid #fff !important;
		border-style: none none solid solid !important;
		padding: 0 0 19px 19px;
		text-align: left;
		width: auto;
	}
}

.rb-feature-btn__inner {
	background: #fff;
	color: #0c094e;
	padding: 6px 25px;
	position: relative;
}

.rb-feature-btn__title {
	font-family: 'typo_slab_inlineregular', serif;
	font-size: 25px;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

@media (min-width: 500px) {
	.rb-feature-btn__title {
		font-size: 36px;
	}
}

.rb-feature-btn__sub-title {
	color: #0c094e;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}

.rb-feature-btn__icon {
	align-items: center;
	background: #0c094e;
	display: none;
	height: 50px;
	justify-content: center;
	padding: 12px;
	position: absolute;
	right: -50px;
	top: 0;
	width: 50px;
}

@media (min-width: 600px) {
	.rb-feature-btn__icon {
		display: flex;
	}
}

@media (min-width: 768px) {
	.rb-feature-btn__icon {
		height: 78px;
		right: -78px;
		width: 78px;
	}
}

.rb-feature-btn__icon img {
	height: auto;
	max-width: 100%;
	width: auto !important;
}