/* ==============================================================================
Theme Name:     Neve Child
Template:       neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
================================================================================= */
/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900|Ubuntu:300,400,500,700|Montserrat+Alternates:400,600,700|Roboto:300,400,500,700|Roboto+Condensed:300,400;700|Asap:400,500,600,700|Redressed:400|Delius+Swash+Caps:400|Charm:400,700|Italianno:400";
/* =========================================== */
/* = PAGE TRANSITION  */
/* =========================================== */
#header-layout .thehighwire-nav .header-menu ul li a, .topbar .social-media-accounts .social-icons li, .site-logo a, header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li a, .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-content .eael-post-elements-readmore-btn, .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info, .section-about .about-section-container .btn-explore, .btn-donate-container .btn-donate-to-ican, .news-content .eael-post-list-header .result-posts-wrapper .ajax-search-result-post h6 a, .section-video-carousel .video-carousel button, .section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-field input, .section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-btn input, .banner-newsletter #subscription-form .sf-field input, .banner-newsletter #subscription-form .sf-btn input, .section-newsletter #subscription-form .sf-field input, .section-newsletter #subscription-form .sf-btn input, .elementor-element .elementor-button, .explore-content .explore-container .uael-post__header-filters .uael-post__header-filter, .explore-content .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a, .videos-template-default .single-post-container #video-page-container #primary, .videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container #mep_0, .videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container #mep_0 .mejs-overlay, .videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container .mejs-poster, .videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-containerx .video-js .vjs-big-play-button, .videos-template-default .single-post-container #video-page-container #secondary, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__thumbnail:before, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__thumbnail img, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text .elementor-post__title a, .mejs-overlay-button, .video-player-option #VideoPlayerSize span:before, .page-id-786 .form-block .form-group .form-control, .page-id-786 .form-block .form-group .btn-form, .page-id-786 .page-contact-form button, .footer-section-top .footer-icons .social-account .social-icons li, #wpfront-scroll-top-container {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

::-moz-selection {
  background: rgba(49, 49, 49, 0.1);
}

::selection {
  background: rgba(49, 49, 49, 0.1);
}

.transition-fade {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.bg-gray {
  background: #EEE !important;
}

html.is-animating .transition-fade {
  opacity: 0;
}

a.neve-skip-link {
  opacity: 0;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* =========================================== */
/* = PAGE ANIMATION  */
/* =========================================== */
@-webkit-keyframes grow-line {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes grow-line {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}

@-webkit-keyframes grow-line2 {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}

@keyframes grow-line2 {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}

@-webkit-keyframes show-preloader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show-preloader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
  100% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
}

@keyframes circle {
  0% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
  100% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
}

@-webkit-keyframes circle-out {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  100% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}

@keyframes circle-out {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  100% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}

@-webkit-keyframes down-enter {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes down-enter {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@-webkit-keyframes down-leave {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

@keyframes down-leave {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

@-webkit-keyframes box-wipe-enter {
  0% {
    -webkit-clip-path: inset(25% 100% 25% -50%);
    clip-path: inset(25% 100% 25% -50%);
  }
  50% {
    -webkit-clip-path: inset(25% 0% 25% 50%);
    clip-path: inset(25% 0% 25% 50%);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes box-wipe-enter {
  0% {
    -webkit-clip-path: inset(25% 100% 25% -50%);
    clip-path: inset(25% 100% 25% -50%);
  }
  50% {
    -webkit-clip-path: inset(25% 0% 25% 50%);
    clip-path: inset(25% 0% 25% 50%);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@-webkit-keyframes box-wipe-leave {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  50% {
    -webkit-clip-path: inset(25% 50% 25% 0%);
    clip-path: inset(25% 50% 25% 0%);
  }
  100% {
    -webkit-clip-path: inset(25% -50% 25% 100%);
    clip-path: inset(25% -50% 25% 100%);
  }
}

@keyframes box-wipe-leave {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  50% {
    -webkit-clip-path: inset(25% 50% 25% 0%);
    clip-path: inset(25% 50% 25% 0%);
  }
  100% {
    -webkit-clip-path: inset(25% -50% 25% 100%);
    clip-path: inset(25% -50% 25% 100%);
  }
}

@-webkit-keyframes spotlight {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  25% {
    -webkit-clip-path: circle(20% at 50% 50%);
    clip-path: circle(20% at 50% 50%);
  }
  50% {
    -webkit-clip-path: circle(20% at 12% 84%);
    clip-path: circle(20% at 12% 84%);
  }
  75% {
    -webkit-clip-path: circle(20% at 93% 51%);
    clip-path: circle(20% at 93% 51%);
  }
  100% {
    -webkit-clip-path: circle(20% at -30% 20%);
    clip-path: circle(20% at -30% 20%);
  }
}

@keyframes spotlight {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  25% {
    -webkit-clip-path: circle(20% at 50% 50%);
    clip-path: circle(20% at 50% 50%);
  }
  50% {
    -webkit-clip-path: circle(20% at 12% 84%);
    clip-path: circle(20% at 12% 84%);
  }
  75% {
    -webkit-clip-path: circle(20% at 93% 51%);
    clip-path: circle(20% at 93% 51%);
  }
  100% {
    -webkit-clip-path: circle(20% at -30% 20%);
    clip-path: circle(20% at -30% 20%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes chevron-enter {
  0% {
    -webkit-clip-path: polygon(-25% 0%, 0% 50%, -25% 100%, -100% 100%, -75% 50%, -100% 0%);
    clip-path: polygon(-25% 0%, 0% 50%, -25% 100%, -100% 100%, -75% 50%, -100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  }
}

@keyframes chevron-enter {
  0% {
    -webkit-clip-path: polygon(-25% 0%, 0% 50%, -25% 100%, -100% 100%, -75% 50%, -100% 0%);
    clip-path: polygon(-25% 0%, 0% 50%, -25% 100%, -100% 100%, -75% 50%, -100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  }
}

@-webkit-keyframes chevron-leave {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(175% 0%, 200% 50%, 175% 100%, 100% 100%, 125% 50%, 100% 0%);
    clip-path: polygon(175% 0%, 200% 50%, 175% 100%, 100% 100%, 125% 50%, 100% 0%);
  }
}

@keyframes chevron-leave {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(175% 0%, 200% 50%, 175% 100%, 100% 100%, 125% 50%, 100% 0%);
    clip-path: polygon(175% 0%, 200% 50%, 175% 100%, 100% 100%, 125% 50%, 100% 0%);
  }
}

/* =========================================== */
/* = SLIDER ANIMATION  */
/* =========================================== */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes intro-image {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes intro-image {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.banner-img img {
  -webkit-animation: intro-image 1.2s 1s 1 normal forwards;
  animation: intro-image 1.2s 1s 1 normal forwards;
}

.featured-car figure {
  -webkit-animation: intro-image 1.2s 1s 1 normal forwards;
  animation: intro-image 1.2s 1s 1 normal forwards;
}

.mask-slide-left {
  -webkit-animation: fadeInLeft .6s 1 normal forwards;
  animation: fadeInLeft .6s 1 normal forwards;
}

.mask-slide-right {
  -webkit-animation: fadeInRight 1s 1 normal forwards;
  animation: fadeInRight 1s 1 normal forwards;
}

.uael-modal .uael-modal-content-data {
  padding: 15px !important;
}

/* =========================================== */
/* = HEADER BANNERS  */
/* =========================================== */
#header-layout {
  width: 100%;
  height: auto;
  padding: 34px 0;
  display: block;
  background: #212345;
}

#header-layout .elementor-column-wrap {
  padding: 0 !important;
}

#header-layout .thehighwire-logo {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#header-layout .thehighwire-search .search-icon-widget {
  width: 25px;
  height: 25px;
  top: 12px;
  right: 50px;
  z-index: 10;
  position: absolute;
  background: url("images/_icons/icon-search.svg") no-repeat center center;
  background-size: 100%;
}

#header-layout .thehighwire-search .search-icon-widget i {
  width: 25px;
  height: 25px;
  font-size: 0;
  top: 0;
  right: 0;
  color: #FFF;
  position: absolute;
}

#header-layout .thehighwire-search .header-btns ul {
  width: auto;
  overflow: hidden;
  float: right;
  display: table;
  padding: 12px 0 0 0;
}

#header-layout .thehighwire-search .header-btns ul li {
  width: 24px;
  height: 24px;
  float: left;
  display: inline-block;
}

#header-layout .thehighwire-search .header-btns ul li.icon-btn-login {
  margin-left: 25px;
}

#header-layout .thehighwire-search .header-btns ul li.icon-btn-login a {
  background: url("images/_icons/icon-user-2.svg") no-repeat center center;
  background-size: 100%;
}

#header-layout .thehighwire-search .header-btns ul li.icon-btn-search a {
  background: url("images/_icons/icon-search.svg") no-repeat center center;
  background-size: 100%;
}

#header-layout .thehighwire-search .header-btns ul li a {
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0px !important;
}

#header-layout .thehighwire-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 800px;
  flex: 0 0 800px;
}

#header-layout .thehighwire-nav .header-menu ul {
  padding: 15px 0 0 30px;
}

#header-layout .thehighwire-nav .header-menu ul.sub-menu {
  padding: 0;
  margin: 10px 0 0 0 !important;
  left: 15px !important;
}

#header-layout .thehighwire-nav .header-menu ul.sub-menu li a {
  margin: 0px !important;
  left: 0;
  padding: 8px 12px 8px 8px;
  background: #D5AD50;
}

#header-layout .thehighwire-nav .header-menu ul.sub-menu li a:hover, #header-layout .thehighwire-nav .header-menu ul.sub-menu li a:focus {
  background: #9c7926 !important;
}

#header-layout .thehighwire-nav .header-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  position: relative;
}

#header-layout .thehighwire-nav .header-menu ul li a:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 2px;
  left: 3px;
  display: block;
  position: absolute;
  opacity: 1;
  background: transparent;
}

#header-layout .thehighwire-nav .header-menu ul li a:after {
  display: none !important;
}

#header-layout .thehighwire-nav .header-menu ul li a:hover, #header-layout .thehighwire-nav .header-menu ul li a:focus {
  opacity: .75;
}

/* =========================================== */
/* = TOPBAR  */
/* =========================================== */
.topbar {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0;
  line-height: 0px;
  overflow: hidden;
}

.topbar .social-media-accounts .social-icons {
  width: auto;
  height: 20px;
  float: right;
  line-height: 20px;
  padding: 0;
  margin: 0;
  line-height: 0px;
}

.topbar .social-media-accounts .social-icons li {
  width: auto;
  height: 20px;
  float: left;
  display: inline-block;
  margin: 0 0 0 26px;
  line-height: 0px;
}

.topbar .social-media-accounts .social-icons li:hover, .topbar .social-media-accounts .social-icons li:focus {
  opacity: .86;
}

.topbar .social-media-accounts .social-icons li.btn-donate {
  margin: 0;
}

.topbar .social-media-accounts .social-icons li.btn-donate a {
  width: auto;
  height: 26px;
  line-height: 26px !important;
  padding: 0 14px 0 38px;
  font-family: "Asap", sans-serif;
  font-size: 12px !important;
  color: #FFF;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  margin-top: -3px;
  border-radius: 3px;
  background: #212345;
  position: relative;
}

.topbar .social-media-accounts .social-icons li.btn-donate a:before {
  content: "";
  width: 18px;
  height: 18px;
  top: 3px;
  left: 14px;
  display: block;
  position: absolute;
  background: url("images/_icons/icon-donate-01.svg") no-repeat center center;
  background-size: 100%;
}

.topbar .social-media-accounts .social-icons a {
  font-size: 0 !important;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 0px !important;
}

.topbar .social-media-accounts .social-icons a.icon-tw {
  width: 22px;
  background: url("images/_icons/icon-twitter.svg") no-repeat center center;
  background-size: 100%;
}

.topbar .social-media-accounts .social-icons a.icon-fb {
  background: url("images/_icons/icon-facebook.svg") no-repeat center center;
  background-size: 100%;
}

.topbar .social-media-accounts .social-icons a.icon-ig {
  background: url("images/_icons/icon-instagram.svg") no-repeat center center;
  background-size: 100%;
}

/* =========================================== */
/* = NEWSTICKER  */
/* =========================================== */
#newsticker {
  width: 100%;
  height: 40px;
  display: block;
  background: #F5F5F5;
}

#newsticker .newsticker-container {
  width: 100%;
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  position: relative;
}

#newsticker .newsticker-container:before {
  content: "";
  width: 1000%;
  height: 40px;
  top: 0;
  left: -1000%;
  display: block;
  position: absolute;
  background: #F90019;
}

#newsticker .newsticker-container .breaking-news {
  width: auto;
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 1px;
  padding: 0 25px 0 0;
  position: relative;
  text-transform: uppercase;
  background: #F90019;
}

#newsticker .newsticker-container .breaking-news:after {
  content: "";
  width: 15px;
  height: 12px;
  top: 0;
  right: -15px;
  z-index: 5;
  position: absolute;
  display: block;
  background: url("images/newsticker-corner.png") no-repeat top right;
}

#newsticker .newsticker-container .newsticker-content {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 950px;
  flex: 0 0 950px;
  background: #F5F5F5;
  position: relative;
}

#newsticker .newsticker-container .newsticker-content:after {
  content: "";
  width: 60px;
  height: 40px;
  top: 0;
  right: 0;
  display: block;
  z-index: 5;
  position: absolute;
  background: whitesmoke;
  background: -moz-linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
  background: -webkit-linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(whitesmoke));
  background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
  background: -o-linear-gradient(left, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

#newsticker .newsticker-container .newsticker-content a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-decoration: none !important;
  outline: none !important;
  letter-spacing: .5px;
}

/* =========================================== */
/* = LAYOUT  */
/* =========================================== */
body {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: .5px;
  color: #222;
  background: #FFF;
}

.content-spacer {
  height: 40px;
}

/* =========================================== */
/* = HEADER  */
/* =========================================== */
header.header {
  z-index: 1000;
  position: relative;
}

header.header .light-mode {
  width: 100%;
  padding: 12px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: none;
  z-index: 100;
  background-color: transparent !important;
}

header.header .builder-item {
  margin: 0;
}

header.header .builder-item--logo .site-logo {
  padding: 0;
}

header.header .builder-item--logo .site-logo img {
  max-width: 170px;
}

header.header #header-grid {
  border: none;
}

header.header #header-grid nav {
  background-color: transparent;
}

/* =========================================== */
/* = MOBILE NAV  */
/* =========================================== */
.menu-mobile-toggle.is-active .navbar-toggle .icon-bar:nth-child(1) {
  top: 10px;
}

.menu-mobile-toggle.is-active .navbar-toggle .icon-bar:nth-child(3) {
  bottom: 7px;
}

.menu-mobile-toggle .navbar-toggle {
  width: 36px;
  height: 36px;
  border: none !important;
  padding: 0;
  background: transparent !important;
  outline: none !important;
}

.menu-mobile-toggle .navbar-toggle .bars .icon-bar {
  width: 36px;
  height: 3px;
  background-color: #D5AD50;
}

.menu-mobile-toggle .navbar-toggle .bars .icon-bar:nth-child(2) {
  margin: 6px 0;
}

.header-menu-sidebar-bg .navbar-toggle {
  width: 24px;
  height: 24px;
  top: 8px;
  right: 7px;
  border: none !important;
  padding: 0;
  background: transparent !important;
}

.header-menu-sidebar-bg .navbar-toggle.active .bars .icon-bar:nth-child(1) {
  top: 10px;
}

.header-menu-sidebar-bg .navbar-toggle.active .bars .icon-bar:nth-child(3) {
  bottom: 8px;
}

.header-menu-sidebar-bg .navbar-toggle .bars .icon-bar {
  width: 24px;
  height: 3px;
  background-color: #D5AD50;
}

.header-menu-sidebar-bg .navbar-toggle .bars .icon-bar:nth-child(2) {
  margin: 6px 0;
}

.header-menu-sidebar-bg .widget.widget-search .search-form input[type=search] {
  border: none;
  margin-bottom: 10px;
}

.header-menu-sidebar-bg .search-form .nv-search-icon-wrap {
  height: 38px;
}

.header-menu-sidebar.light-mode .header-menu-sidebar-bg {
  background-color: #861657;
  background-image: -webkit-linear-gradient(124deg, #92189a 0%, #d6397f 74%);
  background-image: -o-linear-gradient(124deg, #92189a 0%, #d6397f 74%);
  background-image: linear-gradient(326deg, #92189a 0%, #d6397f 74%);
}

.header-menu-sidebar.light-mode .navbar-toggle {
  color: #FFF !important;
}

.header-menu-sidebar.light-mode .navbar-toggle .bars .icon-bar {
  background-color: #FFF;
}

header.header .header-menu-sidebar .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li {
  padding: 5px 0;
}

header.header .header-menu-sidebar .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:hover > a {
  color: #FFF !important;
}

header.header .header-menu-sidebar .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.current-menu-item > a {
  color: #FFF !important;
  font-weight: 500 !important;
}

header.header .header-menu-sidebar .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li > a {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  color: #FFF !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
}

/* =========================================== */
/* = NAVIGATION  */
/* =========================================== */
header.header .builder-item--logo .site-logo:hover, header.header .builder-item--logo .site-logo:focus {
  opacity: 1;
}

header.header .row .primary-menu-ul > li {
  padding: 8px 0;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:hover a, header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:focus a {
  color: #FFF;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.nav-about a:before {
  background: url("images/_icons/icon-about.png") no-repeat center center;
  background-size: 100%;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.nav-tv a:before {
  width: 28px;
  left: 0;
  background: url("images/_icons/icon-tv.png") no-repeat center center;
  background-size: 100%;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.nav-podcast a:before {
  background: url("images/_icons/icon-podcast.png") no-repeat center center;
  background-size: 100%;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.nav-interview a:before {
  background: url("images/_icons/icon-interview.png") no-repeat center center;
  background-size: 100%;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.nav-consult a:before {
  background: url("images/_icons/icon-consult.png") no-repeat center center;
  background-size: 100%;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.nav-login a:before {
  background: url("images/_icons/icon-login.png") no-repeat center center;
  background-size: 100%;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li a {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #D5AD50;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  padding-left: 35px;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li a:hover, header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li a:focus {
  color: #FFF !important;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li a:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 0px;
  left: 3px;
  display: block;
  position: absolute;
}

header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li.current-menu-item > a {
  color: #FFF !important;
}

.row .primary-menu-ul .sub-menu {
  border-top-color: transparent;
  background: transparent;
}

.row .primary-menu-ul .sub-menu:before {
  content: '';
  left: 14px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  border-style: solid;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.row .primary-menu-ul .sub-menu li {
  min-width: 160px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.row .primary-menu-ul .sub-menu li:hover, .row .primary-menu-ul .sub-menu li:focus {
  background-color: rgba(172, 23, 16, 0.7);
}

.row .primary-menu-ul .sub-menu li a {
  font-family: "Asap", sans-serif;
  color: #FFF !important;
  font-size: 13px !important;
  text-shadow: none !important;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 16px;
}

.row .primary-menu-ul .sub-menu li a:hover, .row .primary-menu-ul .sub-menu li a:focus {
  color: #FFF !important;
}

.row .primary-menu-ul .sub-menu li a .caret-wrap {
  display: none;
}

.row .primary-menu-ul > .menu-item-has-children > .sub-menu {
  right: unset;
  left: 0;
}

/* =========================================== */
/* = SLIDER  */
/* =========================================== */
#banner-section {
  width: 100%;
  height: 78vh;
}

.banner-feeds {
  width: 100%;
  height: 0;
  z-index: 5;
  top: -55vh;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  -webkit-animation: fadeIn 3s 2s normal forwards;
  animation: fadeIn 3s 2s normal forwards;
}

.banner-feeds .banner-content .swiper-slide, .banner-feeds .banner-content .swiper-slide-duplicate {
  opacity: 0 !important;
}

.banner-feeds .banner-content .swiper-slide.swiper-slide-active, .banner-feeds .banner-content .swiper-slide.swiper-slide-duplicate-active, .banner-feeds .banner-content .swiper-slide-duplicate.swiper-slide-active, .banner-feeds .banner-content .swiper-slide-duplicate.swiper-slide-duplicate-active {
  opacity: 1 !important;
}

.banner-feeds .banner-content article .eael-grid-post-holder {
  text-align: left;
  border: none !important;
  background-color: #212345 !important;
  background-color: transparent !important;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media {
  width: 100%;
  max-width: 50%;
  top: 0;
  right: 0;
  position: absolute;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-overlay {
  display: none !important;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail {
  margin-top: 0px;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  float: right;
  border-radius: 2px;
  overflow: hidden;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail a {
  width: auto;
  height: auto;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-title {
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-title .eael-grid-post-link {
  width: 100%;
  max-width: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  color: #FFF;
  letter-spacing: 2.5px;
  display: block;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-content .eael-post-elements-readmore-btn {
  height: 56px;
  line-height: 52px;
  padding: 0 44px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: 2.5px;
  color: #FFF;
  text-transform: uppercase;
  border: 2px solid #FFF;
  background: transparent;
}

.banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-content .eael-post-elements-readmore-btn:hover .eael-post-elements-readmore-btn, .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-content .eael-post-elements-readmore-btn:focus .eael-post-elements-readmore-btn {
  border-color: #212345 !important;
  background: #212345 !important;
}

/* =========================================== */
/* = CONTENT RESET  */
/* =========================================== */
.page-title {
  padding-top: 30px;
}

.page-title .elementor-widget-heading .elementor-heading-title {
  font-size: 42px;
}

.live-stream-chat .content-left {
  width: 60%;
}

.live-stream-chat .content-right {
  width: 40%;
}

.live-stream-chat .content-right .wcContainer .wcWindowTitle {
  font-weight: 500;
  color: #FFF !important;
  background: #393b5a !important;
}

.live-stream-chat .content-right .wcContainer .wcMessages {
  padding: 10px !important;
  background: #cbd5de !important;
}

.live-stream-chat .content-right .wcContainer .wcOperationalSection {
  background: #d9dade !important;
}

.live-stream-chat .content-right .wcInputContainer input[type="text"].wcInput {
  border-radius: 5px 0 0 5px !important;
}

.live-stream-chat .wcContainer .wcUsersCounter {
  border-top: 1px solid #ececec;
  background: #d9dade;
}

.live-stream-chat .wcContainer .wcOperationalSection {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.live-stream-chat .wcContainer input[type="text"] {
  min-width: 280px;
  margin: 0 6px 0 4px;
}

.live-stream-chat .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageContent {
  background-color: #FFF;
}

.live-stream-chat .wcContainer input[type="button"], .live-stream-chat .wcContainer input[type="button"]:focus, .live-stream-chat .wcContainer input[type="button"]:active,
.live-stream-chat .wcContainer input[type="submit"], .live-stream-chat .wcContainer input[type="submit"]:focus, .live-stream-chat .wcContainer input[type="submit"]:active,
.live-stream-chat .wcUserListInfoWindowPrivateMessageButton, .live-stream-chat .wcUserListInfoWindowPrivateMessageButton:focus, .live-stream-chat .wcUserListInfoWindowPrivateMessageButton:active {
  background: #525252 !important;
}

.live-stream-chat .wcContainer input[type="button"]:hover, .live-stream-chat .wcContainer input[type="submit"]:hover, .live-stream-chat .wcUserListInfoWindowPrivateMessageButton:hover {
  background: #2d3435 !important;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: "Asap", sans-serif;
  font-size: 38px;
  line-height: 150%;
  font-weight: 600;
  color: #222;
  letter-spacing: .5px;
  padding: 0;
  margin: 0;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 32px;
}

.elementor-widget-heading h2, .elementor-widget-heading h3, .elementor-widget-heading h4, .elementor-widget-heading h5, .elementor-widget-heading h6 {
  font-family: "Asap", sans-serif;
}

.elementor-widget-heading h2 {
  font-size: 36px;
}

h2, h3, h4, h5, h6 {
  font-family: "Asap", sans-serif;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

p {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: .7px;
}

.nv-content-none-wrap {
  display: none;
}

#comments.comments-area {
  margin: 0;
  border: none;
}

button, a {
  outline: none !important;
}

a:focus, a:hover {
  text-decoration: none !important;
}

/* =========================================== */
/* = HOME  */
/* =========================================== */
.home {
  background: #fdfdfd;
}

.home main#content {
  padding: 0;
  background: #FFF;
}

.home .elementor-widget-heading .elementor-heading-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .6px;
  line-height: 120%;
  color: #212345;
}

.home .heading-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 30px;
}

.home .heading-text h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .6px;
  line-height: 120%;
  padding: 0;
  margin: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main#content {
  background: #FDFDFD;
}

.single-post main#content {
  padding-top: 40px;
}

.lae-container button.slick-prev {
  font-size: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url("images/_svg/arrow-left.svg") no-repeat center center !important;
  background-size: cover !important;
}

.lae-container button.slick-prev:before {
  content: "";
}

.lae-container button.slick-next {
  font-size: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url("images/_svg/arrow-right.svg") no-repeat center center !important;
  background-size: cover !important;
}

.lae-container button.slick-next:before {
  content: "";
}

.lae-posts-carousel {
  max-width: 100%;
  -webkit-animation: fadeIn 2s 1 normal forwards;
  animation: fadeIn 2s 1 normal forwards;
}

.lae-posts-carousel .lae-posts-carousel-item {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.lae-posts-carousel .lae-posts-carousel-item article:hover .lae-project-image a:before {
  width: 200%;
}

.lae-posts-carousel .lae-posts-carousel-item article:hover .lae-project-image .lae-image-info .lae-entry-info {
  z-index: 10;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image a {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  z-index: 3;
  position: relative;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image img {
  border-radius: 0px;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info {
  opacity: 0;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info h3.lae-post-title {
  padding: 5px 15px;
  line-height: 0;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info h3.lae-post-title a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-decoration: none !important;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info h3.lae-post-title a:before, .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info h3.lae-post-title a:after {
  display: none;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info .lae-terms {
  display: none !important;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info .lae-terms:before, .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info .lae-terms:after {
  display: none;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap {
  display: none;
}

/* =========================================== */
/* = VIDEO CAROUSEL */
/* =========================================== */
.lae-posts-carousel .lae-posts-carousel-item .hentry {
  border-radius: 0;
}

.video-section-block {
  padding: 60px 0;
  position: relative;
  background: #06060c;
}

.video-section-block.darkblue {
  background: #272a33;
}

.video-section-block.conx-bottom {
  padding-bottom: 0;
}

.video-section-block.conx-top {
  padding-top: 0;
}

.video-section-block .lae-container button {
  opacity: .5;
}

.video-section-block .lae-container button:hover {
  opacity: .85;
}

.video-section-block .lae-container button.slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 0;
  top: 52%;
  left: -32.5%;
  background: url("images/_svg/icon-white-arrow-left.svg") no-repeat center center !important;
  background-size: cover !important;
}

.video-section-block .lae-container button.slick-next {
  width: 40px;
  height: 40px;
  top: 52%;
  left: -27.5%;
  border-radius: 0;
  background: url("images/_svg/icon-white-arrow-right.svg") no-repeat center center !important;
  background-size: cover !important;
}

.video-section-block.show-right .section-heading {
  padding: 20px 10px 0 35px;
}

.video-section-block.show-right .video-carousel {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.video-section-block.show-right .lae-container button {
  opacity: .5;
}

.video-section-block.show-right .lae-container button:hover {
  opacity: .85;
}

.video-section-block.show-right .lae-container button.slick-prev {
  left: unset;
  right: -75px;
}

.video-section-block.show-right .lae-container button.slick-next {
  left: unset;
  right: -130px;
}

.video-section-block .section-heading {
  width: 25%;
  height: auto;
  padding: 20px 35px 0 10px;
  margin-bottom: 0;
  position: relative;
}

.video-section-block .section-heading:before {
  content: '';
  width: 48px;
  height: 1px;
  top: 0;
  opacity: .24;
  margin-bottom: 23px;
  display: block;
  background-color: #a8a8a8;
}

.video-section-block .section-heading:after {
  content: '';
  width: 100%;
  height: 1px;
  top: 0;
  opacity: .24;
  margin-bottom: 23px;
  display: block;
  background-color: #a8a8a8;
}

.video-section-block .section-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin-bottom: 75px;
  color: #FFF;
}

.video-section-block .section-heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #949cb0;
}

.video-section-block .video-carousel {
  width: 75%;
}

/* =========================================== */
/* = DEFAULT CONTENT  */
/* =========================================== */
.single-post main#content {
  padding: 0;
  margin: 0;
}

.nv-index-posts, .nv-single-page-wrap, .nv-single-post-wrap {
  margin-bottom: 0;
}

.elementor-column-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.content-area {
  padding: 0;
  position: relative;
}

.content-area.archive-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}

.content-area.archive-content .elementor-post .elementor-post__card {
  border-radius: 6px;
}

.content-area.archive-content .elementor-post .elementor-post__card .elementor-post__thumbnail__link {
  margin: 0;
}

.content-area.archive-content .elementor-post .elementor-post__card .elementor-post__text {
  padding: 10px 15px 16px 15px;
  margin: 0;
  background: #06060C;
}

.content-area.archive-content .elementor-post .elementor-post__card .elementor-post__text .elementor-post__title {
  line-height: 130%;
  padding: 0;
  margin: 0;
  letter-spacing: .4px;
}

.content-area.archive-content .elementor-post .elementor-post__card .elementor-post__text .elementor-post__title a {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: .4px;
  text-decoration: none !important;
}

.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
  color: #222;
}

.content-area p {
  color: #656565;
}

/* =========================================== */
/* = ABOUT PAGES  */
/* =========================================== */
.section-about {
  width: 100%;
  min-height: 400px;
  padding: 120px 0;
  background: url("images/banner-01.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}

.section-about:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .65;
  display: block;
  position: absolute;
  background: #000;
}

.section-about .about-section-container {
  color: #FFF;
  z-index: 10;
  position: relative;
}

.section-about .about-section-container h2 {
  font-size: 44px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0px;
  margin: 0 0 5px 0;
}

.section-about .about-section-container p {
  width: 100%;
  max-width: 600px;
  display: block;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

.section-about .about-section-container .btn-explore {
  height: 52px;
  line-height: 52px;
  padding: 0 45px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  color: #FFF;
  background: #212345;
}

.section-about .about-section-container .btn-explore:hover, .section-about .about-section-container .btn-explore:focus {
  background: #1a1c37;
}

.btn-donate-container {
  height: 0;
  margin-top: -75px;
}

.btn-donate-container .btn-donate-to-ican {
  width: auto;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 20px;
  text-align: center;
  font-family: "Asap", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  letter-spacing: .5px;
  display: table;
  float: right;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
  background: #c5992d;
}

.btn-donate-container .btn-donate-to-ican:hover, .btn-donate-container .btn-donate-to-ican:focus {
  background: #d2a63a;
}

.btn-donate-container .btn-donate-to-ican:before {
  content: "";
  width: 24px;
  height: 24px;
  float: left;
  margin: 10px 12px 0 0;
  display: inline-block;
  background: url("images/_icons/icon-donate-01.svg") no-repeat center center;
  background-size: 100%;
}

.news-content {
  margin-top: 20px;
}

.news-content .eael-post-list-header {
  margin-bottom: 40px !important;
  -webkit-box-shadow: 0 0 4px 0px rgba(32, 36, 71, 0.2) !important;
  box-shadow: 0 0 4px 0px rgba(32, 36, 71, 0.2) !important;
}

.news-content .eael-post-list-header .header-title, .news-content .eael-post-list-header .post-categories {
  display: none !important;
}

.news-content .eael-post-list-header .post-list-ajax-search-form {
  width: 100%;
  max-width: 100%;
}

.news-content .eael-post-list-header .post-list-ajax-search-form form {
  width: 100% !important;
}

.news-content .eael-post-list-header .post-list-ajax-search-form form #search_field {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  color: #212345;
  width: 97%;
  padding: 4px 20px;
  border: none;
  text-align: right;
}

.news-content .eael-post-list-header .result-posts-wrapper {
  top: 100% !important;
  background: #f5d893 !important;
  border: none !important;
}

.news-content .eael-post-list-header .result-posts-wrapper .ajax-search-result-post {
  margin-bottom: 7px !important;
}

.news-content .eael-post-list-header .result-posts-wrapper .ajax-search-result-post h6 a {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 150%;
  letter-spacing: .5px;
  color: #3a3d79 !important;
}

.news-content .eael-post-list-header .result-posts-wrapper .ajax-search-result-post h6:hover a, .news-content .eael-post-list-header .result-posts-wrapper .ajax-search-result-post h6:focus a {
  color: #212345 !important;
}

.news-content .eael-post-list-container.layout-advanced .eael-post-list-thumbnail {
  margin-bottom: 10px;
}

.news-content .eael-post-list-container.layout-advanced .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-post-inner {
  padding: 0;
}

.news-content .eael-post-list-container.layout-advanced .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-post-inner:after {
  background: #F5F5F5;
}

.news-content .eael-post-list-container.layout-advanced .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-content .eael-post-list-title a {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #212345;
}

.news-content .eael-post-list-container.layout-advanced .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-content .eael-post-list-title a:hover, .news-content .eael-post-list-container.layout-advanced .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-content .eael-post-list-title a:focus {
  color: #626cc3;
}

.news-content .post-list-pagination {
  text-align: center;
}

.news-content .post-list-pagination .btn-prev-post, .news-content .post-list-pagination .btn-next-post {
  font-size: 18px;
}

.the-highwire-resources {
  width: 100%;
  max-width: 1040px;
  margin: 40px auto 60px auto;
  display: block;
}

.the-highwire-resources img {
  width: 100%;
  height: auto;
  padding: 10px;
  display: block;
}

.the-highwire-resources .img-two-col .img-01 img {
  padding-right: 0;
}

.the-highwire-resources .img-two-col .img-02 img {
  padding-left: 0;
}

.jaxen-report-content {
  margin-top: 10px;
  margin-bottom: 70px;
}

.jaxen-report-content .the-jaxen-report-widget .eael-post-block-item .eael-entry-thumbnail {
  height: 220px;
}

/* =========================================== */
/* = SECTIONS  */
/* =========================================== */
.section-jaxen-report {
  padding: 70px 0;
  min-height: 300px;
  background: #FFF;
}

.section-jaxen-report .elementor-widget-heading .elementor-heading-title {
  padding-left: 10px;
}

.section-jaxen-report .jaxen-report-container .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.section-jaxen-report .jaxen-report-container .content-left {
  padding-right: 10px;
}

.section-jaxen-report .jaxen-report-container .content-left .elementor-heading-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 15px 0 6px 0;
  margin: 0;
  color: #212345;
}

.section-jaxen-report .jaxen-report-container .content-left p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 400;
  color: #212345;
}

.section-jaxen-report .jaxen-report-container .content-right {
  padding-left: 10px;
}

.section-jaxen-report .jaxen-report-container .content-right .info-block {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.section-jaxen-report .jaxen-report-container .content-right .info-block.insider .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  background: url("images/jaxen-report-02.jpg") no-repeat center center;
  background-size: cover;
}

.section-jaxen-report .jaxen-report-container .content-right .info-block.past-episodes .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  background: url("images/jaxen-report-03.jpg") no-repeat center center;
  background-size: cover;
}

.section-jaxen-report .jaxen-report-container .content-right .info-block.the-jaxen-report .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  background: url("images/jaxen-report-04.jpg") no-repeat center center;
  background-size: cover;
}

.section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
  width: 190px;
  height: 120px;
}

.section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  width: 190px;
  height: 120px;
  background: #CCC;
}

.section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon i {
  display: none;
}

.section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #212345;
  padding: 0;
  margin-bottom: 5px;
}

.section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .5px;
  color: #212345;
}

.section-video-carousel {
  padding: 70px 0;
  margin-bottom: -1px;
  background: #EEE;
}

.section-video-carousel.inner {
  padding: 60px 0;
  margin-bottom: 0;
}

.section-video-carousel .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.section-video-carousel .elementor-widget-heading .elementor-heading-title {
  padding-left: 10px;
}

.section-video-carousel .video-carousel {
  padding-top: 20px;
  position: relative;
}

.section-video-carousel .video-carousel .lae-posts-carousel {
  width: auto !important;
  max-width: unset !important;
}

.section-video-carousel .video-carousel .lae-posts-carousel .lae-posts-carousel-item .hentry {
  border-radius: 0;
}

.section-video-carousel .video-carousel .lae-posts-carousel .lae-posts-carousel-item .lae-project-image a {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  background: #000;
}

.section-video-carousel .video-carousel .lae-posts-carousel .lae-posts-carousel-item .lae-project-image a:before {
  content: "";
  width: 95px;
  height: 95px;
  left: 0;
  right: 0;
  margin: 15% auto 0 auto;
  display: block;
  z-index: 10;
  position: absolute;
  background: url("images/btn-play.png") no-repeat center center;
  background-size: cover;
}

.section-video-carousel .video-carousel button {
  top: -45px;
  opacity: 1;
  position: absolute;
}

.section-video-carousel .video-carousel button:hover, .section-video-carousel .video-carousel button:focus {
  opacity: .6;
}

.section-video-carousel .video-carousel button.slick-next {
  width: 38px;
  height: 36px;
  -webkit-box-shadow: 0 0 0 1px #CACACA;
  box-shadow: 0 0 0 1px #CACACA;
  right: 10px;
  display: block !important;
  border-radius: 0px !important;
  font-size: 0px !important;
  background: url("images/_icons/arrow-right.svg") no-repeat center center !important;
  background-size: 50% !important;
}

.section-video-carousel .video-carousel button.slick-next:before {
  display: none;
}

.section-video-carousel .video-carousel button.slick-prev {
  width: 38px;
  height: 36px;
  -webkit-box-shadow: 0 0 0 1px #CACACA;
  box-shadow: 0 0 0 1px #CACACA;
  left: unset;
  right: 65px;
  display: block !important;
  border-radius: 0px !important;
  font-size: 0px !important;
  background: url("images/_icons/arrow-left.svg") no-repeat center center !important;
  background-size: 50% !important;
}

.section-video-carousel .video-carousel button.slick-prev:before {
  display: none;
}

.section-twitter-feeds {
  padding: 70px 0 50px 0;
  background: #FFF;
}

.section-twitter-feeds .stay-connected-widget {
  min-height: 250px;
  padding-left: 2px;
  padding-right: 2px;
}

.section-twitter-feeds .eael-twitter-feed-item .eael-twitter-feed-item-inner {
  border: 1px solid #797979;
}

.section-twitter-feeds .eael-twitter-feed-item .eael-twitter-feed-item-content p {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: .5px;
  color: #666;
}

.section-twitter-feeds .header-section {
  font-family: "Ubuntu", sans-serif;
  color: #212345;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.section-twitter-feeds .header-section .heading-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-twitter-feeds .header-section .heading-text h2 {
  width: auto;
  height: 60px;
  line-height: 60px;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #FFF;
  padding: 0 50px 0 0;
  margin: 0 40px 0 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #212345;
  position: relative;
}

.section-twitter-feeds .header-section .heading-text h2:before {
  content: "";
  width: 1000%;
  height: 60px;
  top: 0;
  left: -1000%;
  display: block;
  z-index: 1;
  position: absolute;
  background: #212345;
}

.section-twitter-feeds .header-section .heading-text h2:after {
  content: '';
  width: 25px;
  height: 20px;
  top: 0;
  right: -25px;
  display: block;
  position: absolute;
  background: url("images/twitter-heading-corner.png") no-repeat top right;
}

.section-twitter-feeds .header-section .heading-text span {
  height: 60px;
  line-height: 60px;
  font-family: inherit;
  font-size: 30px;
  color: #222;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-who-is-del {
  width: 100%;
  padding: 80px 0;
  background: #EEE;
  position: relative;
}

.section-who-is-del:before {
  content: "";
  width: 100%;
  max-width: 48%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: url("images/who-is-del-opt.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-animation: fadeIn .6s 1.5s ease forwards;
  animation: fadeIn .6s 1.5s ease forwards;
}

.section-who-is-del .content-img {
  width: 48%;
}

.section-who-is-del .content-data {
  width: 52%;
  padding-left: 5%;
}

.section-who-is-del .content-data h2 {
  font-family: "Montserrat", sans-serif;
  color: #212345;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 120%;
  margin: 0;
}

.section-who-is-del .content-data p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .5px;
  color: #212345;
}

.section-who-is-del .content-data p:last-child {
  margin-bottom: 0;
}

.section-newsletter-and-recent-post {
  padding: 70px 0;
  background: #EEE;
}

.section-newsletter-and-recent-post .content-block .content-left {
  width: 47%;
  padding-right: 46px;
}

.section-newsletter-and-recent-post .content-block .content-left .elementor-column-wrap {
  padding: 0;
}

.section-newsletter-and-recent-post .content-block .content-left h3 {
  margin-bottom: 20px;
}

.section-newsletter-and-recent-post .content-block .content-left article {
  padding-top: 8px;
}

.section-newsletter-and-recent-post .content-block .content-left article .elementor-post__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.section-newsletter-and-recent-post .content-block .content-left article .elementor-post__text .elementor-post__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  line-height: 21px;
  margin-bottom: 0;
}

.section-newsletter-and-recent-post .content-block .content-left article .elementor-post__text .elementor-post__title a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: .6px;
  color: #6D6D6D;
  text-decoration: none;
}

.section-newsletter-and-recent-post .content-block .content-left article .elementor-post__text .elementor-post__meta-data {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
}

.section-newsletter-and-recent-post .content-block .content-left article .elementor-post__text .elementor-post__meta-data span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #6D6D6D;
  padding-left: 30px;
  position: relative;
}

.section-newsletter-and-recent-post .content-block .content-left article .elementor-post__text .elementor-post__meta-data span:before {
  content: "";
  width: 22px;
  height: 22px;
  top: -2px;
  left: 0;
  display: block;
  position: absolute;
  background: url("images/_icons/icon-time.svg") no-repeat center center;
  background-size: 100%;
}

.section-newsletter-and-recent-post .content-block .content-right {
  width: 53%;
}

.section-newsletter-and-recent-post .content-block .content-right .elementor-column-wrap {
  padding: 0;
}

.section-newsletter-and-recent-post .content-block .content-right .elementor-heading-title {
  margin-bottom: 20px;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form {
  width: 100%;
  max-width: 560px;
  margin: 0;
  display: block;
  overflow: hidden;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-field {
  width: 68%;
  float: left;
  display: inline-block;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-field input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px 0 0 4px;
  border-width: 2px;
  border-color: #FFF;
  background: #FFF;
  margin: 0;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-field input:focus {
  border-color: #FFF;
  background: #FFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-btn {
  width: 32%;
  float: left;
  display: inline-block;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-btn input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  margin: 0;
  background: #212345;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-btn input:hover, .section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-btn input:focus {
  background: #282a53;
}

.section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-checkbox {
  display: none;
}

.section-newsletter-and-recent-post .content-block .content-right p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .5px;
  color: #6D6D6D;
}

.section-newsletter-and-recent-post .content-block .content-right .newsletter-notes p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: .5px;
  margin: 10px 0 0 0;
  color: #6D6D6D;
}

.subscribe-notes-small {
  margin-top: -10px;
}

.subscribe-notes-small p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 170%;
  color: #5D5D5D !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

.as-seen-container {
  padding: 30px 0;
  background: #FFF;
}

.as-seen-container .heading-block {
  width: 25%;
}

.as-seen-container .heading-block h2 {
  color: #212345;
}

.as-seen-container .logo-container {
  width: 75%;
}

.section-contact-page {
  padding: 70px 0 40px 0;
  background: #FFF;
}

/* =========================================== */
/* = NEWSLETTER  */
/* =========================================== */
.banner-newsletter {
  width: 100%;
  padding: 35px 0;
  background: #D5AD50;
}

.banner-newsletter .content-block .content-left {
  padding-right: 20px;
}

.banner-newsletter .content-block .content-left p {
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.banner-newsletter .content-block .content-left .newsletter-notes {
  padding-top: 5px;
}

.banner-newsletter .content-block .content-left .newsletter-notes p {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}

.banner-newsletter .content-block .content-right {
  padding-left: 10px;
}

.banner-newsletter .content-block .content-right p {
  font-family: "Asap", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 1px;
}

.banner-newsletter #subscription-form {
  width: 100%;
  max-width: 560px;
  margin: 0;
  display: block;
  overflow: hidden;
}

.banner-newsletter #subscription-form .sf-field {
  width: 68%;
  float: left;
  display: inline-block;
}

.banner-newsletter #subscription-form .sf-field input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px 0 0 4px;
  border-width: 2px;
  border-color: #F2F2F2;
  background: #F2F2F2;
  margin: 0;
}

.banner-newsletter #subscription-form .sf-field input:focus {
  border-color: #EAEAEA;
  background: #EAEAEA;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner-newsletter #subscription-form .sf-btn {
  width: 32%;
  float: left;
  display: inline-block;
}

.banner-newsletter #subscription-form .sf-btn input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  margin: 0;
  background: #212345;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner-newsletter #subscription-form .sf-btn input:hover, .banner-newsletter #subscription-form .sf-btn input:focus {
  background: #282a53;
}

.banner-newsletter #subscription-form .sf-checkbox {
  display: none;
}

.section-newsletter {
  padding: 100px 0 90px 0;
  margin: 0;
  position: relative;
  background: #495157;
}

.section-newsletter:before {
  content: "";
  width: 100%;
  max-width: 345px;
  height: 100%;
  right: 25%;
  bottom: 0;
  display: block;
  position: absolute;
  background: url(images/newsletter-img.png) no-repeat center bottom;
  background-size: 100%;
  opacity: 0;
  -webkit-animation: fadeIn .6s 1.5s ease forwards;
  animation: fadeIn .6s 1.5s ease forwards;
}

.section-newsletter.flat-bg {
  padding: 120px 0 110px 0;
  background: url("images/assets-bg-building-red.jpg") no-repeat center top #B03435;
  background-size: cover;
}

.section-newsletter.flat-bg:before {
  content: "";
  max-width: 330px;
  left: 24%;
  background: url("images/assets-founder.png") no-repeat center bottom;
  background-size: 90%;
}

.section-newsletter.flat-bg .content-block {
  padding-left: 40%;
}

.section-newsletter.flat-white {
  padding: 80px 0;
  background: #EDEDED;
}

.section-newsletter.flat-white:before {
  display: none;
}

.section-newsletter.flat-white:after {
  content: "";
  width: 100%;
  max-width: 970px;
  height: 100%;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: url(images/newsletter-img-2.png) no-repeat right -50px;
  background-size: contain;
  opacity: 0;
  -webkit-animation: fadeIn .6s 1.5s ease forwards;
  animation: fadeIn .6s 1.5s ease forwards;
}

.section-newsletter.flat-white h3.elementor-heading-title {
  color: #222;
}

.section-newsletter.flat-white p {
  color: #5D5D5D;
}

.section-newsletter.flat-white .content-block {
  padding-left: 0;
  padding-right: 50%;
}

.section-newsletter .content-block {
  padding-left: 0;
  padding-right: 50%;
  z-index: 10;
  position: relative;
}

.section-newsletter .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.section-newsletter h3.elementor-heading-title {
  font-size: 34px;
  line-height: 125%;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 1.5px;
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
}

.section-newsletter p {
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
  text-align: left;
}

.section-newsletter #subscription-form {
  width: 100%;
  max-width: 560px;
  margin: 0;
  display: block;
  overflow: hidden;
}

.section-newsletter #subscription-form .sf-field {
  width: 68%;
  float: left;
  display: inline-block;
}

.section-newsletter #subscription-form .sf-field input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 6px 0 0 6px;
  border-width: 2px;
  border-color: #FFF;
  background: #FFF;
  margin: 0;
}

.section-newsletter #subscription-form .sf-field input:focus {
  border-color: #FAFAFA;
  background: #FAFAFA;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-newsletter #subscription-form .sf-btn {
  width: 32%;
  float: left;
  display: inline-block;
}

.section-newsletter #subscription-form .sf-btn input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0 6px 6px 0;
  margin: 0;
  background: #212345;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-newsletter #subscription-form .sf-btn input:hover, .section-newsletter #subscription-form .sf-btn input:focus {
  background: #282a53;
}

.section-newsletter #subscription-form .sf-checkbox {
  display: none;
}

.section-newsletter span.wpcf7-not-valid-tip {
  font-family: "Asap", sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px;
  background: #ff4747;
}

.section-newsletter .wpcf7-response-output {
  width: auto;
  display: table !important;
  margin: 20px 0 0 0;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.section-newsletter .wpcf7-response-output:empty {
  display: none !important;
}

.section-newsletter div.wpcf7-validation-errors, .section-newsletter div.wpcf7-acceptance-missing {
  background: #ffffd7 !important;
}

/* =========================================== */
/* = MISC  */
/* =========================================== */
.elementor-widget-button .elementor-button {
  background: #212345;
}

.elementor-widget-button .elementor-button:hover, .elementor-widget-button .elementor-button:focus {
  background: #191a34;
}

.elementor-element.elementor-button-danger .elementor-button {
  background: #212345;
}

.elementor-element.elementor-button-danger .elementor-button:hover, .elementor-element.elementor-button-danger .elementor-button:focus {
  background: #191a34;
}

.elementor-element.btn-view-more {
  margin-top: 25px;
}

.elementor-element .elementor-button {
  height: 52px;
  line-height: 52px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 36px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-decoration: none;
  outline: none;
}

/* =========================================== */
/* = EXPLORE PAGE  */
/* =========================================== */
.explore-content .uael-post__footer .uael-grid-pagination {
  text-align: center;
}

.explore-content .explore-container {
  margin-bottom: 40px;
}

.explore-content .explore-container .uael-post__header-filters .uael-post__header-filter {
  font-family: "Asap", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #212345;
}

.explore-content .explore-container .uael-post__header-filters .uael-post__header-filter.uael-filter__current {
  color: #FFF !important;
  background-color: #212345 !important;
}

.explore-content .explore-container .uael-post__header-filters .uael-post__header-filter:hover, .explore-content .explore-container .uael-post__header-filters .uael-post__header-filter:focus {
  color: #FFF !important;
  background-color: #212345 !important;
}

.explore-content .explore-container .uael-post-grid .uael-post-wrapper {
  padding-right: calc( 20px/2);
  padding-left: calc( 20px/2);
  margin-bottom: 30px !important;
}

.explore-content .explore-container .uael-post__body .uael-post__bg-wrap {
  border-radius: 0;
  background: unset;
}

.explore-content .explore-container .uael-post__body .uael-post__bg-wrap .uael-post__separator-wrap, .explore-content .explore-container .uael-post__body .uael-post__bg-wrap .uael-post__authorbox-wrapper {
  display: none;
}

.explore-content .explore-container .uael-post__body .uael-post__bg-wrap .uael-post__thumbnail img {
  padding: 3px;
  background: #212345;
}

.explore-content .explore-container .uael-post__body .uael-post__bg-wrap .uael-post__content-wrap {
  padding: 0;
}

.explore-content .explore-container .uael-post__body .uael-post__bg-wrap .uael-post__content-wrap .uael-post__title {
  font-size: unset;
  line-height: 140%;
  display: block;
  padding: 2px 0 0 0;
  margin: 0;
}

.explore-content .explore-container .uael-post__body .uael-post__bg-wrap .uael-post__content-wrap .uael-post__title a {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  color: #212345 !important;
  letter-spacing: .5px;
}

.explore-content .uael-post__footer .uael-grid-pagination .page-numbers {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212345;
  text-decoration: none;
}

.explore-content .uael-post__footer .uael-grid-pagination .page-numbers.current {
  border-radius: 2px;
  color: #FFF;
  background-color: #212345 !important;
}

.explore-content .lae-portfolio-wrap h1.lae-heading {
  font-family: "Asap", sans-serif;
  font-size: 38px;
  line-height: 150%;
  font-weight: 600;
  color: #222;
  letter-spacing: .5px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.explore-content .lae-portfolio-wrap .lae-portfolio-header {
  width: 100%;
  max-width: 100%;
}

.explore-content .lae-portfolio-wrap .lae-taxonomy-filter {
  padding-top: 12px;
}

.explore-content .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a {
  color: #212345;
}

.explore-content .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active:after {
  border-color: #D5AD50;
}

.explore-content .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  text-decoration: none !important;
  outline: none !important;
}

.explore-content .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover, .explore-content .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:focus {
  color: #212345;
}

.explore-content .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover img, .explore-content .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:focus img {
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
}

.explore-content .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img {
  padding: 3px;
  background: #000;
}

.explore-content .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap {
  margin-top: 10px;
}

.explore-content .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap .entry-title {
  height: 52px;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #212345;
  text-align: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.explore-content .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap .entry-title a {
  color: #D5AD50;
  text-decoration: none !important;
  outline: none !important;
}

/* =========================================== */
/* = DEFAULT TEMPLATE SETUP  */
/* =========================================== */
.page-template #content .elementor-inner .elementor-section-wrap:nth-child(1) {
  padding-top: 0;
}

.page-template #comments {
  display: none !important;
}

.home.page-template #content .elementor-inner .elementor-section-wrap:nth-child(1) {
  padding-top: 0px;
}

.elementor-widget-archive-posts .elementor-pagination {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 30px;
  text-decoration: none !important;
}

.single-post .content-area {
  margin-bottom: 40px;
}

/* =========================================== */
/* = VIDEO TEMPLATE SETUP  */
/* =========================================== */
.videos-template-default p {
  font-size: 15px;
  color: #656565;
}

.videos-template-default .single-post-container {
  padding-top: 10px;
}

.videos-template-default .single-post-container .post-layout .elementor-container .single-page-title {
  width: 100%;
  padding: 0 60px 0 0;
  margin: 0;
  display: block;
}

.videos-template-default .single-post-container .post-layout .elementor-container .single-page-title h1 {
  font-family: "Asap", sans-serif;
  font-size: 24px;
}

.videos-template-default .single-post-container #video-page-container {
  padding-top: 50px;
}

.videos-template-default .single-post-container #video-page-container.video-player-fullwidth .elementor-row {
  width: 100%;
}

.videos-template-default .single-post-container #video-page-container.video-player-fullwidth .elementor-row #primary {
  width: 100%;
}

.videos-template-default .single-post-container #video-page-container.video-player-fullwidth .elementor-row #primary .wpstv-vid-container #mep_0 {
  min-height: 700px;
}

.videos-template-default .single-post-container #video-page-container.video-player-fullwidth .elementor-row #primary .wpstv-vid-container #mep_0 .mejs-overlay {
  width: 100% !important;
  min-height: 700px;
}

.videos-template-default .single-post-container #video-page-container.video-player-fullwidth .elementor-row #primary .wpstv-vid-container .mejs-poster {
  width: 100% !important;
  min-height: 700px;
}

.videos-template-default .single-post-container #video-page-container.video-player-fullwidth .elementor-row #secondary {
  width: 0%;
  opacity: 0;
  display: none;
}

.videos-template-default .single-post-container #video-page-container .elementor-column-wrap {
  padding: 0;
}

.videos-template-default .single-post-container #video-page-container .elementor-posts-container {
  grid-row-gap: 15px;
}

.videos-template-default .single-post-container #video-page-container #primary {
  width: 70%;
  padding-right: 13px;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container {
  position: relative !important;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container #mep_0 {
  width: 100% !important;
  min-height: 500px;
  display: block;
  margin-top: 1px;
  border: 2px solid #222;
  overflow: hidden;
  position: relative !important;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container #mep_0 .mejs-overlay {
  width: 100% !important;
  min-height: 500px;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container .mejs-poster {
  width: 100% !important;
  min-height: 500px;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-containerx {
  overflow: hidden;
  background-size: cover !important;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-containerx .vjs-poster {
  background-size: cover !important;
  background-position: center center !important;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-containerx .video-js:hover .vjs-big-play-button, .videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-containerx .video-js:focus .vjs-big-play-button {
  opacity: .95;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-containerx .video-js .vjs-big-play-button {
  width: 107px !important;
  height: 107px !important;
  border-radius: 50% !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0px;
  opacity: .65;
  background: url(images/btn-play.png) no-repeat center center !important;
  background-size: 100% !important;
}

.videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-containerx .video-js .vjs-big-play-button span {
  display: none;
}

.videos-template-default .single-post-container #video-page-container #secondary {
  width: 30%;
  padding-left: 13px;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article {
  width: 100%;
  display: block;
  overflow: hidden;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:hover, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:focus {
  opacity: .9;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:hover .elementor-post__thumbnail:before, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:focus .elementor-post__thumbnail:before {
  opacity: .95;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:hover .elementor-post__thumbnail:hover:before, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:hover .elementor-post__thumbnail:focus:before, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:focus .elementor-post__thumbnail:hover:before, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:focus .elementor-post__thumbnail:focus:before {
  opacity: 1;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:hover .elementor-post__thumbnail:hover img, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:hover .elementor-post__thumbnail:focus img, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:focus .elementor-post__thumbnail:hover img, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article:focus .elementor-post__thumbnail:focus img {
  background: #222;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__thumbnail__link {
  margin-bottom: 0px !important;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__thumbnail {
  width: 56%;
  float: left;
  display: inline-block;
  padding-right: 4%;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__thumbnail:before {
  content: "";
  width: 60px;
  height: 60px;
  top: 24%;
  left: 32%;
  z-index: 1;
  display: block;
  position: absolute;
  background: url("images/btn-play.png") no-repeat center center;
  background-size: 100%;
  opacity: 0;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  top: unset;
  left: unset;
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  padding: 1px;
  background: #999;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text {
  width: auto;
  overflow: hidden;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text .elementor-post__title {
  padding: 0;
  margin: 0;
  line-height: 18px;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text .elementor-post__title a {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #404248;
  padding: 0;
  margin: 0;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text .elementor-post__title a:hover, .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text .elementor-post__title a:focus {
  color: #111;
}

.videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text .elementor-post__excerpt {
  display: none !important;
}

.mejs-overlay-button {
  width: 107px !important;
  height: 107px !important;
  border-radius: 50% !important;
  background: url("images/btn-play.png") no-repeat center center !important;
  background-size: 100% !important;
  opacity: .65;
}

.mejs-overlay-button:hover, .mejs-overlay-button:focus {
  opacity: 8;
}

/* =========================================== */
/* = VIDEO PLAYER OPTION  */
/* =========================================== */
.video-player-option {
  width: 100% !important;
  height: 1px;
  display: block;
  margin-top: 20px;
  z-index: 100;
  position: relative;
}

.video-player-option #VideoPlayerSize {
  width: 40px;
  height: 30px;
  top: 1px;
  right: 0px;
  position: absolute;
}

.video-player-option #VideoPlayerSize span {
  display: block;
  cursor: pointer;
}

.video-player-option #VideoPlayerSize span:before {
  content: "";
  width: 40px;
  height: 30px;
  display: block;
  background: url("images/_svg/toggle-left.svg") no-repeat center center;
  background-size: 100%;
}

.video-player-option #VideoPlayerSize span.video-md:before {
  background: url("images/_svg/toggle-left.svg") no-repeat center center;
  background-size: 100%;
}

.video-player-option #VideoPlayerSize span.video-full:before {
  background: url("images/_svg/toggle-right-black.svg") no-repeat center center;
  background-size: 100%;
}

/* ================================================================== */
/* RESULT PAGE */
/* ================================================================== */
.search-results .container.archive-container, .search-no-results .container.archive-container {
  padding-top: 10px;
}

.search-results .container.archive-container .nv-page-title, .search-no-results .container.archive-container .nv-page-title {
  padding: 10px 0 20px 0;
  margin: 20px 0 29px 0;
  border-bottom: 2px solid #f0f0f0;
}

.search-results .container.archive-container .nv-page-title h1, .search-no-results .container.archive-container .nv-page-title h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #000;
}

.search-results .container.archive-container .posts-wrapper, .search-no-results .container.archive-container .posts-wrapper {
  width: 100%;
  max-width: 900px;
}

.search-results .container.archive-container .posts-wrapper article .content, .search-no-results .container.archive-container .posts-wrapper article .content {
  padding-bottom: 10px;
  border: none !important;
}

.search-results .container.archive-container .posts-wrapper article .content .nv-post-thumbnail-wrap, .search-no-results .container.archive-container .posts-wrapper article .content .nv-post-thumbnail-wrap {
  width: 100%;
  max-width: 246px;
}

.search-results .container.archive-container .posts-wrapper article .content .nv-post-thumbnail-wrap img, .search-no-results .container.archive-container .posts-wrapper article .content .nv-post-thumbnail-wrap img {
  width: 100%;
  height: 155px;
  display: block;
  padding: 1px;
  background: #444;
}

.search-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-title, .search-no-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.search-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-title a, .search-no-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #030303;
  font-weight: 400;
  text-decoration: none !important;
}

.search-results .container.archive-container .posts-wrapper article .content .default-layout-content .nv-meta-list:empty, .search-no-results .container.archive-container .posts-wrapper article .content .default-layout-content .nv-meta-list:empty {
  display: none;
}

.search-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-summary, .search-no-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-summary {
  padding-top: 5px;
}

.search-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-summary p, .search-no-results .container.archive-container .posts-wrapper article .content .default-layout-content .entry-summary p {
  font-size: 13px;
  line-height: 18px;
  color: #606060;
  font-weight: 400;
  letter-spacing: .5px;
}

.search-results .search-animation {
  display: none;
}

.search-no-results h1.elementor-heading-title {
  display: none;
}

.no-result-container .search-animation {
  padding: 20px 0;
  margin: 0;
}

.no-result-container .search-animation .e-lottie__animation {
  width: 220px;
}

.no-result-container .elementor-posts-nothing-found {
  font-family: "Asap", sans-serif;
  font-size: 26px;
  letter-spacing: .5px;
  font-weight: 600;
  color: #222;
  text-align: center;
}

.page-404-container {
  padding: 60px 0;
}

.page-404-container .pagenot-found-animation .e-lottie__animation {
  width: 400px;
}

.page-404-container .content-404-heading {
  padding: 0;
  margin: 0 0 6px 0;
  text-align: center;
}

.page-404-container .content-404-description {
  text-align: center;
}

/* =========================================== */
/* = SENT PAGE NOTIFICATION  */
/* =========================================== */
.page-id-687 .elementor-widget-heading .elementor-heading-title, .page-id-812 .elementor-widget-heading .elementor-heading-title {
  display: none;
}

.page-id-687 .content-area, .page-id-812 .content-area {
  margin: 40px 0;
}

/* =========================================== */
/* = CONTACT PAGE  */
/* =========================================== */
.page-id-786 .contact-page-content {
  width: 100%;
  max-width: 1100px;
  padding: 0 0 20px 0;
  margin: 0 auto;
  display: block;
}

.page-id-786 .contact-page-content .contact-page-content {
  width: 55%;
  padding-right: 40px;
  position: relative;
}

.page-id-786 .contact-page-content .contact-page-content:before {
  content: "";
  width: 360px;
  height: 383px;
  left: 16%;
  bottom: -60px;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-animation: fadeIn .6s 1s normal forwards;
  animation: fadeIn .6s 1s normal forwards;
  background: url("images/asset-contact-form.png") no-repeat center bottom;
  background-size: cover;
}

.page-id-786 .contact-page-content .page-contact-form {
  width: 45%;
}

.page-id-786 .form-block .form-group label {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #656565;
  text-transform: uppercase;
  display: block;
  padding: 0;
  letter-spacing: .5px;
  margin: 0 0 5px 0;
}

.page-id-786 .form-block .form-group .form-control {
  font-family: "Asap", sans-serif;
  font-size: 15px;
  color: #222;
  letter-spacing: .5px;
  padding: 12px 15px !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 50px;
  min-height: unset;
  display: block;
  text-align: left;
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 0;
  background-color: #F5F5F5;
}

.page-id-786 .form-block .form-group .form-control:focus, .page-id-786 .form-block .form-group .form-control:active {
  border-color: #b8b8bf;
  background: #FFF;
}

.page-id-786 .form-block .form-group textarea.form-control {
  height: 150px;
  padding: 15px;
  resize: none;
}

.page-id-786 .form-block .form-group .btn-form {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  width: auto !important;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 40px !important;
  margin-top: 12px;
  display: table !important;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #212345;
}

.page-id-786 .form-block .form-group .btn-form:hover, .page-id-786 .form-block .form-group .btn-form:focus {
  background: #24274c;
}

.page-id-786 .contact-page-content .elementor-widget:not(:last-child) {
  margin: 0;
}

.page-id-786 .contact-page-content span {
  font-family: "Asap", sans-serif;
  font-size: 22px !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.page-id-786 .contact-page-content h3 {
  font-size: 36px;
  color: #222;
  display: block;
  letter-spacing: .5px;
  margin: 0 0 10px 0 !important;
}

.page-id-786 .contact-page-content .elementor-widget-text-editor p {
  color: #656565;
}

.page-id-786 .page-contact-form input[type=text] {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #222;
  letter-spacing: .5px;
  padding: 12px 15px !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-id-786 .page-contact-form textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #222;
  letter-spacing: .5px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  resize: none !important;
}

.page-id-786 .page-contact-form button {
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  width: auto !important;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 40px !important;
  margin-top: 12px;
  display: table !important;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #D7393E;
}

.page-id-786 .page-contact-form button:hover, .page-id-786 .page-contact-form button:focus {
  background: #cd292f;
}

.ti-cf-module .content-form-success, .ti-cf-module .content-form-error {
  width: 100%;
  height: auto;
  display: block;
  font-weight: 600;
  padding: 8px 20px 8px 60px !important;
  border-radius: 3px !important;
  position: relative;
}

.ti-cf-module .content-form-success:before, .ti-cf-module .content-form-error:before {
  content: "";
  width: 30px;
  height: 30px;
  top: 6px;
  left: 16px;
  position: absolute;
  display: block;
  background: url("images/_svg/icon-error.svg") no-repeat center center;
  background-size: cover;
}

.ti-cf-module .content-form-success:before {
  background: url("images/_svg/icon-success.svg") no-repeat center center;
  background-size: cover;
}

/* ================================================================== */
/* OVERRIDE PRELOADER */
/* ================================================================== */
#loftloader-wrapper.pl-imgloading #loader img {
  opacity: .75;
}

/* =========================================== */
/* = HOMEPAGE LIVE BANNER  */
/* =========================================== */
.watch-live-banner {
  display: none;
}

.watch-live-banner .content-left .elementor-heading-title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.watch-live-banner .content-left .elementor-button-link {
  height: 56px;
  line-height: 52px;
  padding: 0 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: 2.5px;
  color: #FFF;
  text-transform: uppercase;
  border: 2px solid #FFF;
  background: transparent;
}

.watch-live-banner .content-right img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  float: right;
  margin: 0 -20px 0 0;
  border-radius: 2px;
  overflow: hidden;
}

/* =========================================== */
/* = FOOTER  */
/* =========================================== */
.footer-section-top {
  width: 100%;
  padding: 10px 0;
  background: #D5AD50;
}

.footer-section-top .footer-nav {
  width: 65%;
}

.footer-section-top .footer-nav ul {
  width: auto;
  padding: 0;
  margin: 0;
}

.footer-section-top .footer-nav ul.sub-menu {
  display: none !important;
}

.footer-section-top .footer-nav ul li {
  width: auto;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-right: 32px;
  display: inline-block;
}

.footer-section-top .footer-nav ul li:last-child {
  margin-right: 0;
}

.footer-section-top .footer-nav ul li a {
  height: 40px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-section-top .footer-icons {
  width: 35%;
}

.footer-section-top .footer-icons .social-account {
  padding-top: 7px;
}

.footer-section-top .footer-icons .social-account .social-icons {
  width: auto;
  height: 20px;
  float: right;
  line-height: 20px;
  padding: 0;
  margin: 0;
  line-height: 0px;
}

.footer-section-top .footer-icons .social-account .social-icons li {
  width: auto;
  height: 20px;
  float: left;
  display: inline-block;
  margin: 0 0 0 35px;
  line-height: 0px;
}

.footer-section-top .footer-icons .social-account .social-icons li:hover, .footer-section-top .footer-icons .social-account .social-icons li:focus {
  opacity: .86;
}

.footer-section-top .footer-icons .social-account .social-icons a {
  font-size: 0 !important;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0px !important;
}

.footer-section-top .footer-icons .social-account .social-icons a.icon-tw {
  width: 26px;
  background: url("images/_icons/icon-twitter-w.svg") no-repeat center center;
  background-size: 100%;
}

.footer-section-top .footer-icons .social-account .social-icons a.icon-fb {
  background: url("images/_icons/icon-facebook-w.svg") no-repeat center center;
  background-size: 100%;
}

.footer-section-top .footer-icons .social-account .social-icons a.icon-ig {
  background: url("images/_icons/icon-instagram-w.svg") no-repeat center center;
  background-size: 100%;
}

.footer-area {
  padding: 41px 0;
  background: #212345;
}

.footer-area .footer-copyright {
  padding-top: 10px;
}

.footer-area .footer-copyright p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  opacity: .9;
}

#wpfront-scroll-top-container {
  color: #b7b7b7;
}

#wpfront-scroll-top-container img {
  width: 48px !important;
  height: 48px !important;
}

/* ================================================================== */
/* MEDIA QUERIES SETTINGS */
/* ================================================================== */
@media (max-width: 1400px) {
  .topbar {
    padding: 9px 0;
  }
  #header-layout {
    padding: 29px 0;
  }
  #banner-section {
    height: 70vh;
  }
  .banner-newsletter {
    padding: 26px 0;
  }
  .section-newsletter:before {
    right: 18%;
  }
  .section-newsletter.flat-bg:before {
    left: 12%;
  }
  .section-newsletter.flat-white:after {
    max-width: 600px;
    background-position: right center;
  }
  .video-section-block.show-right .lae-container button.slick-prev {
    right: -70px;
  }
  .video-section-block.show-right .lae-container button.slick-next {
    right: -115px;
  }
  .video-section-block .section-heading h2 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 68px;
  }
  .video-section-block .lae-container button.slick-prev, .video-section-block .lae-container button.slick-next {
    width: 34px;
    height: 34px;
    top: 56%;
  }
  .video-section-block .lae-container button.slick-next {
    left: -27%;
  }
  .videos-template-default .single-post-container #video-page-container #primary {
    width: 70%;
  }
  .videos-template-default .single-post-container #video-page-container #primary .wpstv-vid-container #mep_0 {
    min-height: 500px;
  }
  .videos-template-default .single-post-container #video-page-container #secondary {
    width: 30%;
  }
  .footer-section-top {
    padding: 6px 0;
  }
  .footer-area {
    padding: 35px 0 30px 0;
  }
  .footer-area .footer-copyright {
    padding-top: 0;
  }
}

/*IPAD LANDSCAPE */
@media (max-width: 1024px) {
  .topbar, #header-layout {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header-layout .thehighwire-nav {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #header-layout .thehighwire-nav .elementor-menu-toggle {
    font-size: 32px;
    color: #FFF;
    padding: 8px 0 0 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: unset !important;
    background-color: unset;
  }
  #header-layout .thehighwire-nav .elementor-menu-toggle .elementor-nav-menu--dropdown {
    top: 80px !important;
  }
  #header-layout .thehighwire-nav .header-menu ul {
    padding: 15px 10px;
    background: #000;
  }
  #header-layout .thehighwire-nav .header-menu ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    display: block;
  }
  #header-layout .thehighwire-nav .header-menu ul li a:hover, #header-layout .thehighwire-nav .header-menu ul li a:focus {
    background-color: #D5AD50;
  }
  #header-layout .thehighwire-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
  }
  #header-layout .thehighwire-search .search-icon-widget {
    right: 0;
  }
  #header-layout .thehighwire-search .header-btns {
    display: none;
  }
  .home.page-template #content .elementor-inner .elementor-section-wrap:nth-child(1) {
    margin-top: -1px;
  }
  .uamodal-d29759f .uael-content {
    max-width: 600px;
  }
  header.header .builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li a {
    font-size: 15px;
  }
  #newsticker .newsticker-container .breaking-news {
    padding-left: 25px;
  }
  #newsticker .newsticker-container .newsticker-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #banner-section {
    height: 75vh;
  }
  #banner-section #banner-content {
    height: 75vh;
  }
  #banner-section #banner-content .banner-content-area {
    padding-top: 15px;
  }
  #banner-section #banner-content .banner-content-area h1.banner-heading {
    font-size: 2.8em;
  }
  #banner-section #banner-content .banner-content-area p {
    font-size: 14px;
    padding-right: 40%;
  }
  .watch-live-banner .content-right img {
    max-width: 400px;
    margin-right: 0;
  }
  .banner-feeds {
    top: -58vh;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-title .eael-grid-post-link {
    font-size: 36px;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail img {
    padding-right: 20px;
  }
  .home .elementor-widget-heading .elementor-heading-title {
    font-size: 32px;
  }
  .video-section-block.show-right .section-heading {
    padding-top: 10px;
  }
  .video-section-block .section-heading {
    padding-top: 10px;
  }
  .video-section-block .section-heading:before {
    margin-bottom: 20px;
  }
  .video-section-block .section-heading h2 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .videos-template-default .single-post-container #video-page-container #primary, .videos-template-default .single-post-container #video-page-container #secondary {
    width: 100%;
    display: block;
  }
  .videos-template-default .single-post-container #video-page-container #primary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos-template-default .single-post-container #video-page-container #secondary .elementor-grid-tablet-2 .elementor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__thumbnail {
    width: 100%;
    float: none;
    padding: 0;
    display: block;
  }
  .videos-template-default .single-post-container #video-page-container #secondary .related-videos .elementor-widget-container .elementor-posts-container article .elementor-post__text {
    margin-top: 10px;
  }
  .md-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #section-newsletter .content-block {
    padding-left: 44%;
  }
  #section-newsletter h3 {
    font-size: 32px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  }
  #section-newsletter p {
    font-size: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  }
  .page-id-786 .contact-page-content .elementor-column-gap-default {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-id-786 .contact-page-content .contact-page-content {
    padding-right: 0;
  }
  .section-newsletter.flat-white {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-newsletter.flat-white:after {
    max-width: 460px;
  }
  .section-newsletter-and-recent-post {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-section-top, .footer-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 900px) {
  .news-content .eael-post-list-header .post-list-ajax-search-form {
    padding: 7px 15px;
    margin: 0 !important;
  }
  .news-content .eael-post-list-header .post-list-ajax-search-form form #search_field {
    width: 90%;
  }
  .eael-post-list-container.layout-advanced .eael-post-list-header {
    padding: 0;
  }
}

/*IPAD PORTRAIT*/
@media (max-width: 768px) {
  .topbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-layout {
    padding: 20px 15px;
  }
  #banner-section {
    height: 60vh;
  }
  .banner-feeds {
    top: -45vh;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-title .eael-grid-post-link {
    font-size: 28px;
    line-height: 130%;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail img {
    padding-left: 20px;
    padding-right: 0;
  }
  .banner-newsletter #subscription-form {
    max-width: 100%;
  }
  .banner-newsletter .content-block .content-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
  .banner-newsletter .content-block .content-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .section-jaxen-report .jaxen-report-container .content-left {
    width: 100%;
    padding: 0;
  }
  .section-jaxen-report .jaxen-report-container .content-right {
    width: 100%;
    padding: 0;
  }
  .home .elementor-widget-heading .elementor-heading-title {
    font-size: 26px;
  }
  .news-content .eael-post-list-header .post-list-ajax-search-form {
    margin: 0 !important;
  }
  .news-content .eael-post-list-header .post-list-ajax-search-form form #search_field {
    width: 95%;
  }
  .section-newsletter-and-recent-post .content-block .content-left {
    width: 100%;
    padding: 0;
  }
  .section-newsletter-and-recent-post .content-block .content-right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .video-section-block .section-heading h2 {
    font-size: 22px;
    line-height: 140%;
  }
  .live-stream-chat .content-left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .live-stream-chat .content-right {
    width: 100%;
    padding: 0;
  }
  .section-about {
    padding: 80px 0;
  }
  .section-about .about-section-container h2 {
    font-size: 36px;
  }
  .section-about .about-section-container p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    max-width: 100%;
    line-height: 170%;
    margin-bottom: 30px;
  }
  #section-newsletter {
    padding: 80px 0;
  }
  #section-newsletter .content-block {
    padding-left: 30%;
  }
  .content-area .elementor-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-area .elementor-widget-heading .elementor-heading-title {
    font-size: 34px;
  }
  .nv-content-none-wrap:empty {
    margin-bottom: 20px;
  }
  .videos-template-default .elementor-section .elementor-container {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .page-id-786 .contact-page-content .contact-page-content .elementor-element-populated {
    padding-left: 0;
  }
  .page-id-786 .contact-page-content .page-contact-form .elementor-element-populated {
    padding-right: 0;
  }
  .the-highwire-resources {
    width: 100%;
    max-width: 1040px;
    margin: 40px auto 60px auto;
    display: block;
  }
  .the-highwire-resources img {
    padding: 0 0 20px 0;
  }
  .the-highwire-resources .img-two-col .img-01 img {
    padding: 0 0 20px 0;
  }
  .the-highwire-resources .img-two-col .img-02 img {
    padding: 0 0 20px 0;
  }
  .page-id-786 .contact-page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-id-786 .contact-page-content .contact-page-content {
    width: 48%;
  }
  .page-id-786 .contact-page-content .contact-page-content:before {
    width: 320px;
    height: 380px;
    left: 0;
    background-size: contain;
  }
  .page-id-786 .contact-page-content .contact-page-content h3 {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px !important;
  }
  .page-id-786 .contact-page-content .page-contact-form {
    width: 52%;
  }
  .section-newsletter.flat-white {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-newsletter.flat-white:after {
    max-width: 420px;
  }
  .section-newsletter.flat-white .content-block {
    padding-right: 30%;
  }
  .footer-section-top .footer-nav {
    display: none;
  }
  .footer-section-top .footer-icons {
    width: 100%;
  }
  .footer-section-top .footer-icons .social-account {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 3px 0;
  }
  .footer-area {
    padding: 20px 15px 15px 15px;
  }
  .footer-area img {
    width: 100%;
    max-width: 250px !important;
  }
}

/*GLOBAL MOBILE LANDSCAPE*/
@media (max-width: 760px) {
  .banner-feeds {
    top: -80vh;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail img {
    padding-right: 20px;
  }
  #banner-section {
    height: 90vh;
  }
  #banner-section #banner-content {
    padding: 0;
  }
  #banner-section #banner-content .banner-content-area h1.banner-heading {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2px;
  }
  #banner-section #banner-content .banner-content-area p {
    display: none;
  }
  .watch-live-banner .content-left, .watch-live-banner .content-right {
    width: 100%;
    max-width: 50%;
  }
  .section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
    float: left;
    display: inline-block;
  }
  .section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-content {
    width: auto;
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
  }
  .page-id-786 .contact-page-content h3 {
    font-size: 26px;
  }
  h2, h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 20px;
  }
  .elementor-widget-heading .elementor-heading-title {
    font-size: 30px;
  }
  .content-area .elementor-widget-heading .elementor-heading-title {
    font-size: 30px;
  }
  .footer-section-top .footer-icons .social-account .social-icons {
    display: table;
    margin: 0 auto;
    float: none;
  }
  .footer-section-top .footer-icons .social-account .social-icons li {
    margin: 0 15px;
  }
  .footer-area img {
    margin: 0 auto 10px auto;
    display: table !important;
  }
  .footer-area .footer-copyright p {
    font-size: 14px;
    display: block;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .topbar {
    padding: 11px 15px 10px 15px;
    background: #EEE;
  }
  .topbar .social-media-accounts .social-icons li {
    margin: 0 0 0 20px;
  }
  #header-layout .thehighwire-logo {
    width: 240px;
  }
  #header-layout .thehighwire-logo img {
    max-width: 220px;
  }
  #header-layout .thehighwire-search .search-icon-widget {
    display: none;
  }
  #header-layout .thehighwire-nav {
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
  }
  #header-layout .thehighwire-nav .elementor-menu-toggle {
    width: 30px;
    margin: 0;
  }
  #header-layout .thehighwire-nav .elementor-nav-menu--dropdown {
    top: 60px !important;
  }
  #header-layout .thehighwire-nav .header-menu ul li a {
    text-align: left;
  }
  #newsticker .newsticker-container .breaking-news {
    display: none;
  }
  #banner-section {
    height: 75vh;
  }
  .watch-live-banner .content-left, .watch-live-banner .content-right {
    width: 100%;
    max-width: 100%;
  }
  .watch-live-banner .content-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .watch-live-banner .content-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .watch-live-banner .content-right img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
    float: none;
  }
  .banner-feeds {
    top: -65vh;
  }
  .banner-feeds .banner-content .swiper-container-autoheight .swiper-wrapper {
    height: auto !important;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-title {
    margin: 0 0 20px 0;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-title .eael-grid-post-link {
    max-width: 100%;
    font-size: 22px;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-content .eael-post-elements-readmore-btn {
    height: 52px;
    line-height: 48px;
    padding: 0 40px;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media {
    max-width: 100%;
    height: 160px;
    display: block;
    position: relative;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail {
    padding-right: 20px;
  }
  .banner-feeds .banner-content article .eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media .eael-entry-thumbnail img {
    max-height: 160px;
    float: none;
    margin: 0 auto 20px auto;
  }
  .banner-newsletter {
    padding: 40px 0;
  }
  .banner-newsletter .content-block .content-right p {
    display: none;
  }
  .banner-newsletter #subscription-form .sf-field {
    width: 100%;
  }
  .banner-newsletter #subscription-form .sf-field input {
    border-radius: 0;
  }
  .banner-newsletter #subscription-form .sf-btn {
    width: 100%;
    margin-top: 15px;
  }
  .banner-newsletter #subscription-form .sf-btn input {
    border-radius: 4px;
  }
  .section-who-is-del {
    padding: 0 0 55px 0;
  }
  .section-who-is-del:before {
    max-width: 100%;
    display: block;
    height: 400px;
    top: unset;
    left: unset;
    position: relative;
  }
  .section-who-is-del .content-img, .section-who-is-del .content-data {
    width: 100%;
    padding: 0 15px;
    display: block;
  }
  .section-who-is-del .content-data {
    padding-top: 30px;
  }
  .section-jaxen-report {
    padding: 55px 0 40px 0;
  }
  .section-jaxen-report .jaxen-report-container .content-left .elementor-heading-title {
    font-size: 20px;
  }
  .section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper {
    text-align: left;
  }
  .section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-content {
    width: 100%;
    padding-left: 0;
  }
  .section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .section-jaxen-report .jaxen-report-container .content-right .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    width: 100%;
    height: 178px;
  }
  .page-id-786 .contact-page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-id-786 .contact-page-content .contact-page-content {
    padding: 0;
  }
  .page-id-786 .contact-page-content .contact-page-content:before {
    display: none;
  }
  .section-newsletter.flat-white:after {
    display: none;
  }
  .section-newsletter.flat-white .content-block {
    padding-right: 0;
  }
  .section-newsletter.flat-white .content-block #subscription-form .sf-field {
    width: 100%;
    float: none;
    display: block;
  }
  .section-newsletter.flat-white .content-block #subscription-form .sf-field input {
    border-radius: 2px !important;
    margin-bottom: 15px;
  }
  .section-newsletter.flat-white .content-block #subscription-form .sf-btn {
    width: 100%;
    float: none;
    display: block;
  }
  .section-newsletter.flat-white .content-block #subscription-form .sf-btn input {
    border-radius: 6px !important;
  }
  .section-newsletter-and-recent-post .content-block .content-left article .elementor-post__text .elementor-post__title {
    width: 100%;
  }
  .md-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .btn-donate-container .btn-donate-to-ican {
    margin-top: 7px;
  }
  .video-section-block {
    padding: 40px 0;
  }
  .video-section-block.conx-bottom {
    padding-bottom: 40px;
  }
  .video-section-block.videocat-view-more {
    display: none;
  }
  .video-section-block.show-right .section-heading {
    padding: 0 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .video-section-block .section-heading {
    width: 100%;
    padding: 0 10px;
  }
  .video-section-block .section-heading:before {
    display: none;
  }
  .video-section-block .video-carousel {
    width: 100%;
  }
  .content-area p {
    font-size: 15px;
  }
  .content-area .elementor-container {
    padding-left: 0;
    padding-right: 0;
  }
  .content-area .elementor-widget-heading .elementor-heading-title {
    font-size: 30px;
  }
  .elementor-widget-heading .elementor-heading-title {
    font-size: 30px;
  }
  .section-about .about-section-container h2 {
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 20px 0;
  }
  #section-newsletter {
    padding: 75px 0 60px 0;
  }
  #section-newsletter .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-newsletter .content-block {
    padding: 0;
  }
  #section-newsletter h3 {
    font-size: 32px;
    line-height: 110%;
    margin: 0 0 10px 0;
  }
  #section-newsletter #subscription-form .sf-field {
    width: 100%;
    float: none;
    display: block;
  }
  #section-newsletter #subscription-form .sf-field input {
    border-radius: 2px !important;
    margin-bottom: 15px;
  }
  #section-newsletter #subscription-form .sf-btn {
    width: 100%;
    float: none;
    display: block;
  }
  #section-newsletter #subscription-form .sf-btn input {
    border-radius: 6px !important;
  }
  .videos-template-default .single-post-container #video-page-container #primary, .videos-template-default .single-post-container #video-page-container #secondary {
    width: 100%;
    display: block;
  }
  .videos-template-default .single-post-container #video-page-container #primary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos-template-default .single-post-container #video-page-container #secondary {
    padding-right: 15px;
  }
  .videos-template-default .single-post-container #video-page-container #secondary article:nth-child(5) {
    display: none !important;
  }
  .videos-template-default .single-post-container #video-page-container #secondary .elementor-grid-tablet-2 .elementor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .videos-template-default .single-post-container .post-layout .elementor-container .single-page-title h1 {
    font-size: 22px;
    line-height: 125%;
    margin-bottom: 15px;
  }
  .videos-template-default .single-post-container #video-page-container .elementor-posts-container {
    grid-column-gap: 15px;
  }
  .video-player-option #VideoPlayerSize {
    top: -2px;
  }
  .page-id-786 .contact-page-content .contact-page-content, .page-id-786 .contact-page-content .page-contact-form {
    width: 100%;
    max-width: 100%;
  }
  .page-id-786 .contact-page-content .contact-page-content .elementor-element-populated, .page-id-786 .contact-page-content .page-contact-form .elementor-element-populated {
    padding: 0;
  }
  .section-newsletter-and-recent-post {
    padding: 0;
  }
  .section-newsletter-and-recent-post .elementor-column-wrap {
    padding: 0px !important;
  }
  .section-newsletter-and-recent-post .content-block .content-left {
    padding: 50px 20px;
    background: #FFF;
  }
  .section-newsletter-and-recent-post .content-block .content-right {
    padding: 50px 20px;
  }
  .section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-field {
    width: 100%;
    float: none;
    display: block;
  }
  .section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-field input {
    border-radius: 2px !important;
    margin-bottom: 15px;
  }
  .section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-btn {
    width: 100%;
    float: none;
    display: block;
  }
  .section-newsletter-and-recent-post .content-block .content-right #subscription-form .sf-btn input {
    border-radius: 6px !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 26px !important;
  }
  .footer-area img {
    margin: 0 auto 10px auto;
    display: block;
  }
  .footer-area .footer-copyright p {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/*GLOBAL MOBILE PORTRAIT*/
