/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/
@font-face {
  font-family: 'nevis-Bold';
  src: url('fonts/nevis-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/nevis-Bold.woff') format('woff'), url('fonts/nevis-Bold.ttf') format('truetype'), url('fonts/nevis-Bold.svg#nevis-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
.h1,
#main h2,
#main .h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'nevis-Bold';
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
  line-height: 1.4;
}
.fs18 {
  font-size: 18px;
  line-height: 1.4;
}
.fs20 {
  font-size: 20px;
  line-height: 1.4;
}
.fs22 {
  font-size: 22px;
  line-height: 1.4;
}
.bold {
  font-weight: 700;
}
/******** Button ***********/
.button.small {
  padding: 4px 14px;
}
.button.medium {
  padding: 7px 18px;
}
.button.large {
  padding: 10px 22px;
}
.button.xlarge {
  padding: 14px 26px;
}
.button .fa {
  font-size: 8px;
  margin-left: 2px;
  vertical-align: 1px;
}
/******** Button End ***********/
/******** Table Styling ***********/
.table-2 table th {
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-2 table td {
  padding-top: 11px;
}
/******** Table Styling End ***********/
.home #main {
  padding-bottom: 0;
}
/******** Navigation ***********/
nav#nav {
  margin-top: 33px;
  font-family: inherit;
}
nav#nav .sub-menu {
  margin-top: -3px;
}
nav#nav .sub-menu .sub-menu {
  margin-top: 0px;
}
#nav ul li > a,
#sticky-nav ul li > a,
.navigation li.current-menu-ancestor > a,
#nav ul li > a,
#sticky-nav ul li > a,
.navigation li.current-menu-ancestor > a {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
#nav ul li > a,
#sticky-nav ul li > a,
.navigation li.current-menu-ancestor > a {
  border-top: none;
  border-bottom: 2px solid transparent;
}
#nav li .menu-item-has-children {
  position: relative;
}
#nav li .menu-item-has-children:after,
#nav li .menu-item-has-children:before {
  right: 0;
  top: 50%;
  border: medium solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#nav li .menu-item-has-children:after {
  border-color: transparent;
  border-left-color: #fff;
  border-width: 5px;
  margin: -4px 3px 0 0;
}
#nav li .menu-item-has-children:before {
  border-color: transparent;
  border-left-color: #484848;
  border-width: 6px;
  margin: -5px 0 0;
}
#nav li .menu-item-has-children.current-menu-ancestor:before {
  border-color: transparent;
  border-left-color: #b81b38;
  border-width: 6px;
  margin: -5px 0 0;
}
#nav ul li ul li.current-menu-ancestor > a,
#nav ul li.current-menu-ancestor ul li.current-menu-item > a {
  background-color: #fff !important;
  color: #b81b38 !important;
}
#nav ul li ul li.current-menu-ancestor > a:hover,
#nav ul li.current-menu-ancestor ul li.current-menu-item > a:hover {
  background-color: #f5f4f4 !important;
}
/******** Navigation End ***********/
.overlayed {
  position: relative;
}
.overlayed .text {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  font-size: 28px;
  font-family: 'nevis-Bold';
  text-transform: uppercase;
  line-height: normal;
}
.overlayed .text span {
  left: 0;
  margin-top: -16px;
  position: absolute;
  right: 0;
  top: 50%;
}
.overlayed:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #346be3;
  z-index: 2;
  opacity: .4;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.overlayed:hover:after {
  opacity: 1;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.heading {
  font-family: 'nevis-Bold' !important;
  font-weight: normal !important;
}
.heading span {
  color: #253d74;
}
/******** Home Counter ***********/
.home-counter .counter-box-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #fff;
  font-weight: 700;
}
/******** Home Counter End ***********/
tr.upcoming {
  font-size: 18px;
  font-weight: 700;
}
tr.upcoming td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.generic-red {
  color: #b81b38 !important;
}
.generic-blue-light {
  color: #253d74;
}
footer.footer-area li,
footer#footer li {
  font-size: 16px;
  border-bottom: 1px solid #585151;
  list-style: none;
  padding: 10px 0;
}
footer.footer-area li a,
footer#footer li a {
  padding: 11px 0;
}
footer.footer-area li:first-child a,
footer#footer li:first-child a {
  padding-top: 0;
}
.footer-area {
  color: #BFBFBF;
}
.footer-area a {
  color: #BFBFBF;
}
footer.footer-area a:hover,
footer#footer a:hover {
  color: #fff !important;
}
.footer-area h3 {
  color: #DDDDDD;
}
.footer-area h3 {
  font-size: 13px;
  line-height: 13px;
}
ul.social-icons li {
  border: medium none;
  display: inline-block;
  font-size: 14px;
  padding: 3px 0;
  width: 49%;
}
ul.social-icons li a {
  border: medium none;
  font-size: 14px;
  padding: 3px 0;
  line-height: normal;
}
ul.social-icons li a i {
  margin-right: 4px;
  font-size: 16px;
}
/**************** Secondry Navigation ****************/
.menu-secondry-main {
  background-color: rgba(32, 40, 59, 0.7);
  margin: -119px -20px 0;
  position: relative;
  z-index: 10;
}
.menu-secondry-main.fixed {
  margin: 0 -20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
body.admin-bar .menu-secondry-main.fixed {
  top: 32px;
}
.menu-secondry {
  border-collapse: collapse;
  border-left: 1px solid #6d737f;
  border-right: 1px solid #6d737f;
  display: table;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
.menu-secondry li {
  border-left: 1px solid #6d737f;
  border-right: 1px solid #6d737f;
  display: table-cell;
  text-align: center;
}
.menu-secondry li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
}
.menu-secondry li a:hover {
  border-color: #bb1a39;
  background-color: #20283b;
}
.menu-secondry li.current-menu-item a,
.menu-secondry li.current_page_item a,
.menu-secondry li.active a {
  border-color: #bb1a39;
  background-color: #20283b;
}
.view-all {
  color: #bb1a39;
  font-size: 12px;
}
.view-all .fa {
  margin-left: 1px;
  font-size: 70%;
  vertical-align: 1px;
}
/**************** Sponcers - Clients Logo Carousel ****************/
.clients-carousel .es-carousel li {
  line-height: 140px;
  width: 180px;
}
.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li {
  margin-right: 20px;
}
.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li .image {
  height: 140px;
  line-height: 138px;
  width: 180px;
}
.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li img {
  max-height: 138px;
}
/****************** Media Coverage Posts ******************/
.media-posts .post {
  padding-bottom: 0 !important;
}
.media-posts .post-wrapper {
  border: none !important;
}
.media-posts .flexslider {
  border-bottom: none !important;
}
.media-posts .post-content-container {
  padding: 10px 0 0 !important;
}
.media-posts .post-content-container .entry-meta-details {
  margin-bottom: 0;
}
.media-posts .content-sep {
  display: none;
}
.media-posts h2.entry-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  font-family: Karla !important;
  margin-bottom: 0;
}
/************** Gallery *************/
.gallery .gallery-item {
  margin: 0px !important;
  padding: 15px;
}
.gallery .gallery-item a img {
  border: none !important;
}
/************** Autoshow Sidebar Widget *************/
.autoshow-side-map {
  border: 1px solid #e6e6e6;
  border-bottom-width: 0;
  padding: 5px;
}
.autoshow-side-widget {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-bottom-width: 0;
}
.autoshow-side-widget li {
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 18px 14px 55px;
  color: #081d4a;
  font-weight: 700;
}
.autoshow-side-widget li i.fa {
  float: left;
  margin: 3px 0 0 -37px;
  width: 37px;
}
/************** Autoshow Sidebar Widget *************/
.recent-posts .recent-posts-content {
  background-color: #f5f5f5;
  border-left: 4px solid #081d4a;
  padding: 19px 30px;
  margin-bottom: 10px;
}
.recent-posts .recent-posts-content p {
  margin: 0;
}
.slidingbar-widget-col {
  margin-bottom: 40px;
}
.slidingbar-widget-col .box {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.tic-package {
  color: #15a949;
}
/************** Sponsorship *************/
.sponsorship-table td {
  text-align: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border: 1px solid #e6e6e6;
}
.sponsorship-table td:first-child,
.sponsorship-table td:last-child {
  border-left: none;
  border-right: none;
}
.sponsorship-table .text-left {
  text-align: left;
}
.sponsorship-table .text-center {
  text-align: center;
}
.why-sponsor-boxes .content-box-column {
  padding: 25px 50px;
  margin-bottom: 0;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.why-sponsor-boxes .content-box-column:nth-child(1),
.why-sponsor-boxes .content-box-column:nth-child(2),
.why-sponsor-boxes .content-box-column:nth-child(3) {
  border-top: none;
}
.why-sponsor-boxes .content-box-column:nth-child(4n+1) {
  border-left: none;
}
.why-sponsor-boxes .content-box-column .content-container {
  min-height: 68px;
}
.why-sponsor-boxes .content-box-heading {
  font-size: 18px !important;
  color: #b81b38;
}
.view-event {
  font-size: 12px;
  text-decoration: underline;
  color: #888888;
}
.light-sep {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.text-light-gray {
  color: #888888;
}
.sponsor-form label {
  text-transform: uppercase;
  font-size: 12px;
  color: #0b1f49;
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
}
.sponsor-form .wpcf7-submit {
  padding: 5px 25px !important;
  font-weight: normal !important;
}
.sponsor-form .ajax-loader {
  display: block;
  margin: 5px 0 0;
}
.footer-area {
  border-top: none;
}
.comment-form input,
.post-password-form .password,
#s,
#comment-input input,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-captchar,
.wpcf7-form .wpcf7-date {
  padding: 11px 2%;
  color: #54575f !important;
}
.listing-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-style li {
  padding-bottom: 10px;
}
.listing-style .fa {
  width: 18px;
  font-size: 11px;
  color: #081d4a;
}
span.wpcf7-not-valid-tip {
  color: #b81b38;
  font-size: 12px;
}
.upcoming-text {
  color: #081d4a;
  font-size: 30px;
  font-family: 'nevis-Bold';
  line-height: 34px;
}
.upcoming-text span {
  font-size: 22px;
  display: block;
  color: #253d74;
  letter-spacing: 4px;
}
.slide-btn {
  margin-left: 15px;
  padding: 3px 10px !important;
  vertical-align: 1px;
}
.form-description {
  font-size: 12px;
  text-transform: none;
  color: #888888;
  font-weight: normal;
}
.form-radio-fields .wpcf7-list-item {
  display: block;
  padding-top: 3px;
}
.form-radio-fields .wpcf7-list-item input {
  margin: -2px 7px 0 0;
}
.ls-avada .ls-nav-prev,
.ls-avada .ls-nav-next,
.products-slider .es-nav span {
  background-color: rgba(8, 29, 74, 0.5);
}
.ls-avada .ls-nav-prev:hover,
.ls-avada .ls-nav-next:hover,
.products-slider .es-nav span:hover {
  background-color: rgba(8, 29, 74, 0.6);
}
/****************** Autoshow Dynamic *******************/
.autoshow-dynamic {
  display: table;
}
.autoshow-dynamic .box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table-cell;
  height: 260px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  font-family: 'nevis-Bold';
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}
.about-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.about-list li {
  line-height: 26px;
  padding-bottom: 26px;
  padding-left: 25px;
}
.about-list i {
  color: #253d74;
  font-size: 16px;
  margin-left: -25px;
  float: left;
  margin-top: 5px;
}
.exibitor-form-cats .form-radio-fields .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  width: 33%;
}
.discussion-box {
  border: 1px solid #e6e6e6;
  padding: 30px;
}
.upload-files li {
  padding: 2px 0;
  display: none;
}
.up-images {
  border-color: #19b504;
  background-color: #19b504;
  color: #ffffff;
  height: 18px;
  line-height: 18px !important;
  width: 18px;
  font-size: 12px !important;
  border-radius: 50%;
  text-align: center;
  margin: 3px 0 0 -40px;
  float: left;
  opacity: 0;
}
/************** Pretty Photo Llightbox Styling - Start ***************/
.pp_fade {
  padding-top: 42px;
}
.pp_details {
  position: absolute !important;
  top: 0;
}
.pp_hoverContainer {
  top: 42px;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #b81b38;
}
/************** Pretty Photo Llightbox Styling - End ***************/
#main h2.red {
  color: #b81b38;
}
#main .sidebar h3 {
  color: #b81b38;
  font-size: 24px;
  margin-top: 0;
  font-family: 'Karla';
}
.home-gallary .gallery .gallery-item {
  padding: 0 10px 20px 0;
}
.home-gallary .gallery .gallery-item:nth-child(2),
.home-gallary .gallery .gallery-item:nth-child(5) {
  padding: 0 0px 20px 10px;
}
.side-widget {
  position: fixed;
  left: 0px;
  bottom: 20px;
  width: 260px;
  background-color: #b81b38;
  color: #fff;
  padding: 10px 12px;
  z-index: 9;
}
.side-widget a,
.side-widget a:hover {
  color: #fff;
  display: block;
}
.side-widget .closed {
  float: right;
  margin: -5px -5px 0 0;
  padding: 5px;
}
.side-widget .closed:hover {
  color: #000;
}
.side-widget h4 {
  font-size: 18px;
  font-family: 'nevis-Bold';
  font-weight: normal;
  margin: 7px 0 0;
  padding-left: 20px;
}
.side-widget p {
  font-weight: 700;
  font-size: 14px;
  margin: 6px 0;
}
.side-widget p span {
  font-size: 16px;
  display: block;
}
div.wpcf7-response-output {
  margin: 0 0.5em 1em;
}
#layerslider-wrapper .ls-shadow-bottom {
  z-index: 5;
}
.fusion-main-menu{
  margin-top: 40px;
}