/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Preloader */
body {
  overflow: hidden;
}


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 100000;
  /* makes sure it stays on top */
      display: flex;
    align-items: center;
    justify-content: center;
}

#preloader img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-animation: preloader 2s infinite; /* Safari 4.0 - 8.0 */
    animation: preloader 2s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes preloader {
    from {top: 0px;}
    to {top: 200px;}
}

/* Standard syntax */

@-moz-keyframes preloader {
    from {
    	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    	filter: grayscale(100%);
    }
    to {
    	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    	filter: grayscale(0);
    }
}
@keyframes preloader {
    from {
    	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    	filter: grayscale(100%);
    }
    to {
    	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    	filter: grayscale(0);
    }
}
/* Containers */
body #main {
	min-height: 100vh;
}
@media (max-width: 1100px) {
	body #main {
		padding: 0;
	}
}
body .fusion-header .fusion-row {
	max-width: 1100px;
}

@media (min-height: 768px) {
	.fullscreen {
		height: 100vh !important;
	}

}

body .fusion-layout-column .fusion-column-wrapper {
	min-height: 0;
}

body .fullwidth-img .fusion-imageframe {
	width: 100%;
}

body .fullwidth-img .fusion-imageframe img {
	width: 100%;
	display: block;
}

/* ROWS*/
body #main .fullwidth-box .fusion-row {
	max-width: 1100px;
}

body #main .fullwidth-box.fullwidth-100-row .fusion-row {
	max-width: 100%;
}

@media (max-width: 1100px) {
	.post-content #first-section {
		padding-top: 30px !important;
	}
}
/* Header Navigation */

@media (min-width: 1101px) {
	.fusion-header .fusion-row {
		background: #000;
	}
	.fusion-header-wrapper {
		top: 50px;
	}

	#sliders-container {
		margin-top: -65px;
	}
}
.fusion-is-sticky .fusion-header .fusion-row {
	background: #FFF;
}

.fusion-main-menu {
	float: left;
	margin-left: 30px;
}

.fusion-main-menu > ul > li > a {
	text-transform: uppercase;
}

.fusion-main-menu li.nav-partner {
	padding-right: 10px;
}
.fusion-main-menu li.nav-partner a {
    padding: 0 30px;
    background: #233985;
}
.fusion-main-menu li.nav-partner a:hover {
	border-color: #ffe504 !important;
	color: #ffe504 !important;
}
.fusion-mobile-nav-item.nav-partner a {
	background: #233985;
	color: #FFF;
}

.fusion-main-menu li.nav-booth {
    padding-right: 5px;
}

.fusion-main-menu li.nav-booth a {
    padding: 0 30px;
    background: #e42524;
}
.fusion-main-menu li.nav-booth a:hover {
    border-color: #ffe504 !important;
    color: #ffe504 !important;
}
.fusion-mobile-nav-item.nav-booth a {
	background: #e42524;
	color: #FFF;
}

.fusion-is-sticky .fusion-main-menu li.nav-partner a {
	color: #FFF;
}

.fusion-is-sticky .fusion-main-menu li.nav-booth a {
	color: #FFF;
}

/* Mobile menu*/
body .fusion-mobile-menu-icons {
	top: 15px;
}
body .fusion-mobile-menu-icons a, 
body .fusion-mobile-menu-icons a:after, 
body .fusion-mobile-menu-icons a:before {
	color: #233985;
}
@media only screen and (max-width: 1100px) {
	body .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header {
		padding-top: 0;
		padding-bottom: 0;
	}
	body .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder {
		padding-top: 0;
	}
}
/*Typography*/
.fusion-modal .color_white h3, 
.fusion-post-content .color_white h3, 
.fusion-title .color_white h3, 
.fusion-widget-area .color_white h3, 
.person-author-wrapper .color_white span, 
.post-content .color_white h3, 
.project-content .color_white h3, 
.sidebar .widget .color_white h3, 
.title .color_white h3 {
	color: #FFF;
	font-weight: 300;
}

.fusion-modal .color_yellow h2, 
.fusion-post-content .color_yellow h2, 
.fusion-title .color_yellow h2, 
.fusion-widget-area .color_yellow h2, 
.person-author-wrapper .color_yellow span, 
.post-content .color_yellow h2, 
.project-content .color_yellow h2, 
.sidebar .widget .color_yellow h2, 
.title .color_yellow h2 {
	color: #ffe504;
}

#main .post .color_blue h2, 
.fusion-modal .color_blue  h2, 
.fusion-post-content .color_blue h2, 
.fusion-title .color_blue  h2, 
.fusion-widget-area .color_blue h2, 
.post-content .color_blue h2, 
.search-page-search-form .color_blue h2, 
.title .color_blue h2 {
	color: #233985;
}

#main .post .color_white h2, 
.fusion-modal .color_white  h2, 
.fusion-post-content .color_white h2, 
.fusion-title .color_white  h2, 
.fusion-widget-area .color_white h2, 
.post-content .color_white h2, 
.search-page-search-form .color_white h2, 
.title .color_blue h2 {
	color: #FFF;
}

.color_blue {
	color: #233985;
}
.color_white {
	color: #FFF;
}
.color_yellow {
	color: #ffe504;
}

.post-content p {
	margin: 0 0 10px;
}
/*Buttons*/

/*White Transparent Button*/
body .btn-white.fusion-button {
	border-color: #fff;
}

body .btn-white.fusion-button span {
	color: #fff !important;

}


/*Blue Transparent Button*/
body .btn-blue.fusion-button {
	border-color: #233985;
}

body .btn-blue.fusion-button:hover {
	background: #233985;
	border-color: #233985;
}

body .btn-blue.fusion-button span {
	color: #233985 !important;
}

body .btn-blue.fusion-button:hover span {
	color: #FFF !important;
}
/*Red Transparent Button*/
body .btn-red.fusion-button {
	border-color: #e42524;
}

body .btn-red.fusion-button:hover {
	background: #e42524;
	border-color: #e42524;
}

body .btn-red.fusion-button span {
	color: #e42524 !important;
}

body .btn-red.fusion-button:hover span {
	color: #FFF !important;
}


body .btn-white.btn-font-red.fusion-button:hover span {
	color: #e42524 !important;
}

body .btn-white.btn-blue-hover:hover {
	background: #233985 !important;
	border-color: #233985 !important;
}

body .btn-red.btn-font-white.fusion-button span{
	color: #fff !important;
}

body .btn-white.btn-font-blue.fusion-button:hover span {
	color: #233985 !important;
}

body .btn-black.fusion-button {
	border-color: #323232;
}
body .btn-black.fusion-button span {
	color: #323232 !important;
}

body .btn-black.fusion-button:hover,
body .btn-white.fusion-button:hover {
	background: #fff;
}

body .btn-blue.fusion-button span {
	color: #FFF !important;
}

/* Category Carousel */
.home-category-carousel .fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
	display: block;
}
.home-category-carousel.fusion-image-carousel {
	margin-bottom: 0;
	background: #000000;
}
/*.home-category-carousel .fusion-carousel .fusion-carousel-item .fusion-carousel-item-wrapper {
	height: 100vh;
}*/
.home-category-carousel  .fusion-carousel .fusion-carousel-wrapper {
	padding: 0;
	cursor: pointer;
}
.home-category-carousel  .fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
	position: relative;
}
/*.home-category-carousel .fusion-carousel .fusion-carousel-item .fusion-image-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 10;
}
.home-category-carousel  .fusion-carousel .fusion-carousel-item .fusion-image-wrapper:after {
	content: "";
    position: absolute;
    top: 43%;
    left: 0;
    width: 85%;
    height: 50px;
    text-align: center;
    font-family: "Oswald";
    font-size: 18px;
    color: #FFF;
    margin: 0 7.5%;
    line-height: 50px;
    z-index: 30;
}*/
/* Carousel Item Text*/
/*.home-category-carousel  .fusion-carousel .fusion-carousel-item:nth-of-type(1)  .fusion-image-wrapper:after {
	content: attr(data-content) ' any other text you may want';
}
.home-category-carousel .fusion-carousel .fusion-carousel-item:nth-of-type(2)  .fusion-image-wrapper:after {
	content: "Comics";
}
.home-category-carousel .fusion-carousel .fusion-carousel-item:nth-of-type(3)  .fusion-image-wrapper:after {
	content: "Cosplay";
}
.home-category-carousel .fusion-carousel .fusion-carousel-item:nth-of-type(4)  .fusion-image-wrapper:after {
	content: "Movies";
}
.home-category-carousel .fusion-carousel .fusion-carousel-item:nth-of-type(5)  .fusion-image-wrapper:after {
	content: "Music";
}
.home-category-carousel .fusion-carousel .fusion-carousel-item:nth-of-type(6)  .fusion-image-wrapper:after {
	content: "Games";
}
.home-category-carousel .fusion-carousel .fusion-carousel-item:nth-of-type(7)  .fusion-image-wrapper:after {
	content: "Creative Content";
}*/

.home-category-carousel .fusion-carousel .fusion-carousel-item {
	text-transform: uppercase;
}

.home-category-carousel .fusion-carousel .fusion-carousel-item .fusion-image-wrapper:hover:after {
	background: yellow;
	color: #000;
}
.home-category-carousel .fusion-carousel .fusion-carousel-item .fusion-image-wrapper:hover:before {
	background: rgba(0,0,0,0);
}
/*Custom*/
.program-heading-1,
.program-heading-2,
.program-heading-3 {
	padding: 20px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: "Oswald";
	font-weight: 500;
}

.program-heading-1 {
	color: #FFF;
	background: #e42524;
}


.program-heading-2 {
	color: #323232;
	background: #ffe504;
}


.program-heading-3 {
	color: #FFF;
	background: #233985;
}


.program-content {
	padding: 10px;
}
.program-content p {
	color: #FFF;
	text-align: center;
}

/* Footer */
.fusion-footer > .fusion-footer-widget-area{
	padding-top: 20px;
}
.fusion-footer-widget-column {
	margin-bottom: 0;
}
.fusion-footer-widget-column .textwidget hr {
    max-width: 50%;
    margin: 0 auto;
    border-color: #797979;
}
.fusion-footer-widget-area ul {
	display: table;
	margin: 0 auto;
}
.fusion-footer-widget-area .widget_nav_menu li {
	display: inline-block;
    border-bottom: none;
    list-style: none;

}

.fusion-footer-widget-area .widget_nav_menu li a {
	text-transform: uppercase;
	 color: #797979;
}
.fusion-footer-widget-area .widget_nav_menu li a:hover {
	color: #ffdf00;
}
.fusion-footer-widget-area .widget_nav_menu li a:before {
	content: "";
	
}

/* Banner */
#wrapper .post-content h2.banner-heading1 {
	color: #FFF;
	font-size: 48px;
	font-family:"Oswald";
	text-align: center;
	display: block;
	margin-top: -8px;
	margin-bottom: 0px;
	line-height: normal;
}
#wrapper .post-content h3.banner-heading2 {
	color: #e42524;
	font-size: 18px;
	font-family:"Oswald";
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: normal;
}
#wrapper .post-content h3.banner-heading3 {
	color: #FFF;
	font-size: 18px;
	font-family:"Oswald";
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: normal;
}

.banner-social-links {
	display: inline-block;
	margin: 0 5px !important;
	padding: 5px !important;
    border: 2px solid #fff !important;
    width: 40px;
    color: #FFF !important;
}
.banner-social-links:hover {
	border: 2px solid #ffe504 !important;
	 color: #ffe504 !important;
}

/* Countdown */
@media (max-width: 900px) {
	body .fusion-countdown {
		padding: 0;
	}
}

.fusion-countdown .fusion-digit>div {
	width: auto !important;
}
.fusion-dash-days{
	display: block;
	font-size: 66px !important;
	line-height: 77px;
	font-family: "Oswald";
	font-weight: 300;
}
body .fusion-dash .fusion-digit:nth-of-type(1) {
	padding-left: 3px;
}
body .fusion-dash .fusion-digit:nth-of-type(2) {
	padding-right: 3px;
}
body  .fusion-countdown .fusion-dash-hours .fusion-dash-title,
body  .fusion-countdown .fusion-dash-minutes .fusion-dash-title,
body  .fusion-countdown .fusion-dash-seconds .fusion-dash-title {
	border-top: none;
	display: inline-block;
	text-align: left;
}
body  .fusion-countdown  {
	border-radius: 4px;
	border: 2px solid yellow;
	padding: 10px 0;
}

body  .fusion-countdown .fusion-dash-wrapper:nth-of-type(1) {
	margin-left: -120px;
	padding: 2px;
}

body  .fusion-countdown .fusion-dash-wrapper:nth-of-type(2) {
	position: absolute;
	top: 0px;
	margin-left: 20px;
}
body  .fusion-countdown .fusion-dash-wrapper:nth-of-type(3) {
	position: absolute;
	top: 31px;
	margin-left: 20px;
}
body  .fusion-countdown .fusion-dash-wrapper:nth-of-type(4) {
	position: absolute;
	top: 66px;
	margin-left: 20px;
}
body  .fusion-countdown .fusion-dash-hours .fusion-digit,
body  .fusion-countdown .fusion-dash-minutes .fusion-digit,
body  .fusion-countdown .fusion-dash-seconds .fusion-digit {
	border-bottom: 2px solid yellow;
	line-height: 25px;
}

body .fusion-countdown .fusion-dash-title {
    display: block;
    border-top: 3px solid red;
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    padding-top: 7px;
    font-family:"Oswald";
}

body .fusion-countdown .fusion-dash {
	padding: 0;
}

/* Slider */
body .rev_slider_wrapper {
	border: none;
}

body .tparrows:hover {
	background: #233985;
}

body .tparrows {
	background: #e1e1e1;
}

/* Mailpoet */
.mailpoet_form {
	display: table;
	margin: 0 auto;
}

.mailpoet_text_label,
.mailpoet_select_label {
	display: none !important;
}

.mailpoet_form input {
	width: 100% !important;
	padding: 20px !important;
}
.mailpoet_form select {
	width: 100% !important;
	padding: 5px 10px !important;
	height: 40px;
}
.mailpoet_form input[type="submit"] {
	width: 100% !important;
	padding: 10px 20px !important;
	background: #243c86;
	border: none;
	color: #FFF;
}
/* Modal */
body .fusion-modal .modal-header .close {
	color: #fff;
    opacity: 1;
    background: #243c86;
    padding: 10px 15px;
    position: relative;
    z-index: 999;
    margin-top: 0;
}
body .modal-content {
	background: #FFF !important;
	border: none;
}
body .fusion-modal .modal-header {
	min-height: 0;
	border: none;
	padding: 0;
}

body .fusion-modal h3 {
    font-weight: 300;
    margin: 15px auto 0;
}

/*Contact Form 7*/
body .wpcf7-form .wpcf7-text {
    height: 40px;
    margin: 3px 0;
}

body .wpcf7-form textarea {
	margin: 3px 0;
}
body .wpcf7-form input[type="submit"]{
    background: #243c86;
    border-color: #243c86;
    border-radius: 0 !important;
    width: 100%;
    color: #FFF;
}


/* NEWS & UPDATES PAGE */
body.page-id-141 #main {
	background: url(images/newspage-bg.png);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

/* CAROUSEL */
body .fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover, 
body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover,
body .fusion-carousel .fusion-carousel-nav .fusion-nav-next, 
body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
    background-color: #233985;
}

/* MODIFIERS */
.mb-10 {
	margin-bottom: 10px !important;
}