/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    bsc
*/
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: -webkit-fill-available;
    border: 0px solid red;
    display: block;
    min-height: 400px;
}
.carousel-controlers {
    height: 100%;
    position: relative;
  
    display: contents;
}
.item-info a, .item-info a:active, .item-info a:hover {
    color: #000;
}

.noneborder a {border:0px solid #fff}
.slide .item img {
    max-height: 400px !important;
    max-width: 90% !important;
    width: auto !important;
    height: auto !important;
    min-width: inherit;
      margin: 0 auto;
}
.slide img{
	min-width: 90%;
}
.sr-only{
	position: absolute;
	left: -9999999px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
 right: auto;
  left: -22px;
}
.carousel-control.right {
  right: -22px;
  left: auto;
 
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


/*
    Add your custom styles here
*/
.elementor-post__thumbnail {
    padding-bottom: 0 !important;
}
.swiper-slide img {width: auto; height: 200px;}
.swiper-slide  {width:100%; height: 500px;}



.close-wide.close {
    background: transparent;
    width: 100%;
    height: 100%;
    cursor: default;
    z-index: 2;
    position: static;
}

body.modal-open .supreme-container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
    html,
    body {
      position: relative;
      height: 100%;
    }
     .swiper-container {
      width: 100%;
      height: 100%;
    }
body .modal-content {
    border-radius: 0 !important;
    height: 550px;
    width: 850px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fagsfacf-gallery-slide-inner img {
    max-height: 380px;
    width: auto;
}

#topnav ul.sub-menu  {text-align: center;}
#topnav ul.sub-menu   li {
    display: inline-block;
    text-align: center; width:49%;
    font-size: 24px;
}
body .fagsfacf-gallery-slider button.slick-next, body .fagsfacf-gallery-slider button.slick-next:hover,
.fagsfacf-gallery-slider button.slick-next:focus, body .fagsfacf-gallery-carousel button.slick-next,
.fagsfacf-gallery-carousel button.slick-next:hover, body .fagsfacf-gallery-carousel button.slick-next:focus,
body .fagsfacf-gallery-slider button.slick-prev, body .fagsfacf-gallery-slider button.slick-prev:hover,
body .fagsfacf-gallery-slider button.slick-prev:focus, body .fagsfacf-gallery-carousel button.slick-prev,
body .fagsfacf-gallery-carousel button.slick-prev:hover, body .fagsfacf-gallery-carousel button.slick-prev:focus
{ background-color: #000 !important; filter: invert(1) !important;}
body .modal-content {border-radius: 0 !important;}
body .modal-dialog {
    position: fixed;
    top: 50%;
    border-radius: 0 !important;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%) !important;
    width: 650px;
    max-width: 90%;
    box-shadow: 0 0 5px #000;
}


[type=button], [type=submit], button {
 color: #54595f;
    background-color: transparent;
    border: 0px solid #00000000;
}
.category .content {    width: 850px;  justify-content: space-around;    max-width: 100%;    margin: 0 auto;display: flex;    flex-wrap: wrap;    padding: 100px 0;}
body .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: inherit important;
}
.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after  {height:inherit !important}
.item-box {
    flex: 0 0 48%;
    width: 100%;
    text-align: center;
    align-content: center;
    padding: 0px;
    border: 0px solid;
    margin-bottom: 34px;
}

.item-box button {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    border:0px;
    background: transparent;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    color: #000;
}
.item-box button img { margin:0 auto}
.item-box button h3 { font-size:20px;text-transform:uppercase;width:100%;text-align:center}
.item-box button:hover { border:0px;background:transparent;color: #000;}
.item-box button:focus { border:0px;background:transparent;color: #000;}





.fagsfacf-gallery-carousel button.slick-prev {
    right: inherit;
    left: 0 !important;
    top: 50%;background-color:#00000047 !important;
}
.slick-list {heihgt:440px;text-align:center}
.fagsfacf-gallery-carousel button.slick-next {
    left: inherit;background-color:#00000047  !important;
    right: 0 !important;
    top: 50%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 0 !important;
    left: auto;
    right: 0;
    width: 100%;
}




/* Modal Header */
.modal-header {
  padding:0px;

  color: white;
}
.modalfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    padding-left: 26px;
}
.modal {z-index:9999999;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999 !important;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}


.modal-button {cursor:pointer}
/* The Close Button */
.modal-header .close {
    color: white;
    float: right;
    font-size: 34px;
    font-weight: 400;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}
.slick-list {
    height: 440px !important;
    text-align: center;
}
.slick-list {
    overflow: hidden;
    margin: 0 31px !important;
    padding: 0;
}

.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    background: #e0e0e0;
}

.modal-body {padding: 0;}

.modal-footer {
  padding:0;
 
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}



@media screen and (max-width:770px) {
    .sub-menu {
    display: block !important;
}
.sub-menu li {
    border-width: 0;
    width: 100% !important;
    display: flex  !important;
    flex: 0 0 100%;
    margin: 0 !important;
    box-sizing: border-box;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center;
}
a.elementor-sub-item {
    margin: 0 !important;
    padding: 0;
    font-size: 12px !important;
    text-align: center !important;
    display: block;
    width: 100%;
}
.sub-menu li a {
    border-width: 0;
    text-transform: uppercase;
    text-align: center;
}
 .elementor-nav-menu--dropdown a {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    font-size: 17px!important;
    text-align: center!important;
}
    .noneborder a {border:inherit}
  .category h3 {
    font-size: 1.1rem;
    padding: 0 7px;
}
  body  .elementor-sticky--active .sitelogo img
{position:static;left:5px;top:5px;width:80px;max-width:80px;}
  body .elementor-sticky--active .topnav {position:static;right:5px;top:5px;}
.carousel-control {
 width: 50%}
 .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 4px;
    margin-left: 0;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 4px;
    margin-right: 0;
}
.item-box { flex: 0 0 100%;}
.carousel-inner {min-height:unset; height: 250px;}
.carousel-inner .slide .item img {width:auto; max-height: 250px; height: 250px;}
.carousel-controlers {}
a.left.carousel-control img, a.right.carousel-control img {
    width: 17px;
    min-width: unset;
    max-width: 13px;
}
#topnav ul.sub-menu {
    text-align: center;
    display: block !important;
}
.elementor-sub-item.elementor-item-active {background-color: #55595c00;}
    .carousel-control.right {  right: 0;}
    .carousel-control.left {  left: 0;}
    body .modal-content {
    border-radius: 0 !important;
    height: 60%;
    width: 96%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
body .sub-menu li a {
    font-size: 90% !important;
    padding: 2px !important;
}
    }