@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Radio+Canada:ital,wght@0,300..700;1,300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Radio+Canada:ital,wght@0,300..700;1,300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Arimo:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Radio+Canada:ital,wght@0,300..700;1,300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

 body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding-top: 120px;
  }
  body.admin-bar .fixed {
    top: 32px;
}
.container{
    width: 1200px;
    margin: 0px auto;
}
.flex-reverse{
    flex-direction: row-reverse;
}
.d-flex{
    display: flex;
}
.flex-space{
    justify-content: space-between;
}
.flex-evenly{
    justify-content: space-evenly;
}
.flex-end{
    justify-content: flex-end;
}
.flex-center{
    justify-content: center;
}
.d-flex-align{
    align-items: center;
}
.d-flex-align-end{
    align-items: end;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 1000;
}
header{
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrap{
    padding: 15px 0 15px;
    width: 100%;
}
.logo{
  width: 11%;
  margin-right: 15px;
}
.site-branding{
  width: 37%;
}
.site-identity{
  width: 80%;
}
.menu{
  width: 60%;
}
.header__right-toggles{
width: 3%;
position: relative;
}
.site-identity .site-title a{
    text-decoration: none;
    font-size: 27px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #000000;   
}
.site-title, .site-description{
    margin-top: 0;
} 
.site-description {
    color: #333333;
    font-weight: 100;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
.site-title a:hover{
    color: #c44543;
    transition: 0.5s;
}
/*header-menu*/
.menu > ul > li{
    list-style: none;
    padding-left: 40px;
}
.menu ul li a{
    text-decoration: none;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}
.menu ul li a:hover{
    color: #c44543;
    padding-bottom: 12px;
    border-bottom: 3px solid;
    transition: 0.5s;
}
.menu-menu-1 > li{
    position: relative;
}

.sub-menu li{
  display: block;
  width: 100%;
  padding: 8px 15px;
  white-space: nowrap;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children .sub-menu{
    position:absolute;
    top:144%;
    right:0;

    width:220px;
    padding:10px 0;
    margin:0;

    background:#f6f6f6;
    border-radius: 2px;
    z-index:9999;

    opacity:0;
    visibility:hidden;

    transform:translateY(-20px);

    transition:
        opacity .4s ease,
        transform .4s ease,
        visibility .4s ease;
}

.menu-item-has-children:hover > .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.menu-item-has-children > .sub-menu li a:hover {
    border-bottom: none;
}


.header__right-toggles{
    position: relative;
}
.search-div{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
}

.icon-search,
.icon-close{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-close{
    opacity: 0;
    visibility: hidden;
}
.menu-inside-wrapper{
    position: absolute;
    top: 70px;
    right: 0;

    width: 430px;
    padding: 28px;

    background: #f4f4f4;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);

    transition: .4s ease;
    z-index: 999;
}

.search-open .menu-inside-wrapper{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-open .icon-search{
    opacity: 0;
    visibility: hidden;
}

.search-open .icon-close{
    opacity: 1;
    visibility: visible;
}


.search-form{
    display: flex;
}

.search-field{
    width: 100%;
    height: 60px;
    border: 0;
    padding: 0 20px;
    font-size: 18px;
    outline: none;
}

.search-submit{
    width: 70px;
    border: 0;
    background: #c44543;
    color: #fff;
    cursor: pointer;
}

.search-item{
    padding:20px 0;
    border-bottom:1px solid #e5e5e5;
}

.search-item h2{
    margin:0;
}

.search-item h2 a{
    text-decoration:none;
    color:#111;
    transition:.3s;
}

.search-item h2 a:hover{
    color:#c44543;
}

.toggle{
  padding: 3px;
  display: none;
}
.toggle div{
    width: 21px;
    padding: 1.3px;
    margin: 3px;
    background-color: #111;
}

.current-menu-item > a,
.current_page_item > a{
    color:#c44543 !important;
}

.swiper {
  width: 100%;
  height: 750px;
}
.slide__item{
    width: 100%;
    min-height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-pagination{
      width: 30px;
    height: 30px;
}
.swiper-button-next{
    width: 15px;
    height: 20px;
}
.swiper-horizontal .swiper-button-next {
    right: 15px;
    left: auto;
    width: 13px;
}
.swiper-horizontal .swiper-button-prev {
    left: 15px;
    right: auto;
    width: 13px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: #fff;
}

.swiper-navigation-icon path{
    fill: white;
}
.swiper-pagination-bullet .swiper-pagination-bullet-active{
  color: white;
}




.news{
  padding-top: 100px;
}
.container__wrap-item{
  width: 33.3%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.news-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 370px;
  cursor: pointer;
  width: 100%;
}
.container-info{
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
}
.container-info .title{
  color: #c44543;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.container-info .title .titleA{
  color: #c44543;
  text-decoration: underline;
  
}
.container-info .title .titleA:hover{
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.description{
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35.2px;
}
.buyCd{
  color: #c44543;
}

footer{
    background-color: #201e1ede;
}
.footer-wrap{
    padding-top: 92px;
    padding-bottom: 92px;
    color: #fff;
    font-size: 17px;
}
.footer__wrap-item {
    width: 33%;
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    text-decoration: none;
}
.footer__wrap-item:last-child{
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer__copy{
  font-family: "Open Sans", sans-serif;
}
.footer-wrap a.site-footer-maker{
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  transition:.3s ease;
}
.footer-wrap a.site-footer-maker:hover{
  color: #c0958a;
}
.social__color{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-b{
  background-color: #0866ff;
}
.insta{
  background-color: #f00075;
}
.y-tb{
  background-color: #ff0000;
}
.social{
  width: 24px;
  height: 24px;
}
.social svg{
  fill: #fff;
}

/*Bio*/
.single__banner{
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.single__banner::after {
  display: block;
}

.single__banner-mobile{
    display: none;
    height: 220px;
    background-size: cover;
    background-position: center center;
}
.container__bio-info{
  width: 69%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 17px;
}
.container__bio-info p{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 24px;
    text-align: justify;
}

.container__bio-info p:first-child{
    text-indent: 40px;
}

.a-bio{
  color: #C44543;
}

.wrapper{
  padding-left: 10px;
  padding-right: 10px;
}
.border-shadow{
    display: block;
    box-shadow: 6px 4px 9px 1px;
    width: 99%;
    margin: 0 auto;
    background-color: #0000004d;
    color: #0000004d;
    padding-bottom: 1px;
    margin-bottom: 70px;
    position: relative;
    top: 34px;
    
}
/*schedule*/ 
.schedule__wrap{
  padding-top: 15px;
}
.schedule__wrap__inner{
    position: relative;
    top: 37px;
    margin-bottom: 40px;
}
.schedule__wrap__inner-item{
    padding: 5px 0 5px 15px;
    width: 34%;
    height: auto;
}
.data{
     
    border-right: solid #c44543;
    text-align: left;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}
.schedule__data-info{
  position: relative;
  top: 51px;
}
.schedule_text{
  width: 44%;
}
.schedule_text .schedule_title{
  color: #c44543;
  font-size: 23px;
  line-height: 1,75;
  font-weight: 400;
  position: relative;
  top: 0;
}
.sch-button{
  width: 22%;
}
.sch-button.empty{
    visibility: hidden;
}
.info{
  padding:15px 20px 15px  20px;
  width: auto;
  border: none;
  color: #fff;
  background-color: #c44543;
  border-radius: 5px;
  text-decoration: underline;
  font-size: 14px;
}

.disabled-btn{
    opacity: .6;
    cursor: not-allowed;
}

.press__item{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 350px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;

}
.press__img {
    width: 32%;
    height: 345px;/*auto*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}
.press__img image{
  width: 100%;
}
.press__item-content {
    width: 60%;
    justify-content: flex-start;
    padding-left: 30px;
}
.press-title {
  font-size: 24px;
  color: #000000;
  text-align: left;
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.press-description{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.68em;
    font-family: "Open Sans", sans-serif;
   
    text-align: left;
    text-align: justify;
}
.faq__wrapper{
  position: relative;
  margin-bottom: 11px;
}
.faq-content p.faq__content-description{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.68em;
    font-family: "Open Sans", sans-serif;
    word-spacing: 4px;
}

.press__item-content button{
    background: none;
    border: none;
    color: #b01414;
    cursor: pointer;
}
.faq__wrapper .faq-content {
    display: none;
}
.press-a{ 
  color: #c44543;
  font-style: italic;
}
.press__item-content span{
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}

/*contact*/
.wrap{
  padding-top: 20px;
}
.wrap__inner-items{
  width: 66%;
  text-align: left;
  margin: 0 auto;
}
.wrap__inner-items p{
  color: #333333;
  font-size: 20px;
  margin-bottom: 4px;
}
.first__name-column{
  margin-top: 43px;
}
.sub__title-margin {
    position: relative;
    bottom: 35px;
}
.text-contact{
  color: #333333;
  font-size: 20px;
}
.text-contact a{
  color: #C44543;
}
.text-contact a:hover{
    color:#b99470;
}
.text-contact .email{
  color: #7e83fb;
}
.margin-bottom{
  padding-bottom: 20px;
}
.container-wrap{
  padding-bottom: 20px;
}

/*video*/
.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.video-item {
    position: relative;
    display: block;
    overflow: hidden;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 41px;
    color: #fff;
    z-index:2;
    pointer-events: none;
}
.video-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,.6);
    color: #fff;
    z-index: 2;

    transform: translateY(100%);
    transition: transform .45s ease;
}
.video-item:hover .video-title {
    transform: translateY(0);
}
.video-item img {
    width: 100%;
    height: 230px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;

     transition: .3s;
}
.video-item:hover img {
    transform: scale(1.03);
    transition: .3s;
}

.video-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.wrap__inner {
    width: 100%;
}
.wrap__inner-content{
  width: 82%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.video__inner-content{
  width: 90%;
}
.wrap__inner-item{
  width: 48%;
  padding-top: 10px;
}
.wrap__inner-item h5{
    color: #8e765a;
    text-align: left;
    font-family: "Arimo", sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
}
.youtube__link{
  width: 100%;
  height: 250px;
  text-align: left;
}
.wrap__inner-item iframe{
  width: 99%;
  height: 250px;
  text-align: left;
}

/* start_masonry*/
.masonry {
  width: 80%;
  margin: 0 auto;
  column-count: 2;
  column-gap: 3px;
  /*position: relative;
   top: 63px; */
   margin: 63px auto 0;
}
.masonry .masonry-item {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.masonry .masonry-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;

  transition: .3s;
}
.masonry .masonry-item:hover img {
    transform: scale(1.03);
    transition: .3s;
}
.masonry .masonry-item .first-img__child {
   position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,.6);
    color: #fff;
    z-index: 2;

    transform: translateY(100%);
    transition: transform .45s ease;
}
.masonry-item:hover .first-img__child {
    transform: translateY(0);
}

.masonry .masonry-item .first-img__child .first-img__inner {
  margin-left: 20px;
  margin-right: 20px;
}
.masonry .masonry-item .first-img__child .first-img__inner p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.masonry a {
    display: block;
    margin-bottom: 3px;
}

.masonry .masonry-item {
    display: inline-block;
    width: 100%;
    position: relative;
}
/* end   */

.mobileMenu {
    display: none;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f6f6;
    border-color: #ededed;
    z-index: 99999; 
    color: #000000;
    padding: 30px;
    box-sizing: border-box;
}
.mobileMenu > nav > ul > li{
    margin-bottom: 10px;
    padding-bottom: 12px;
    text-align: left;
    list-style: none;
}
.openMenu {
    display: block !important;
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
    position: absolute;
    z-index: 9999;
}
.noscroll {
    overflow: hidden !important; 
}

.mobileMenu li a{
  text-decoration: none;
}
.mobileMenu .sub-menu{
    position: static !important;
    width: 100% !important;
    padding-top: 10px;
    margin-left: 15px;
}

.mobileMenu .menu-item-has-children.open > .sub-menu{
    display:block !important;
    position:static !important;
}
.mobileMenu .sub-menu li{
    padding-left: 20px;
}
.mobileMenu .menu-item-has-children > .sub-menu{
    display: none;
}

.mobileMenu ul li a:hover{
  border-bottom: none;
}

.toggle:hover{
  cursor: pointer;
}
.close:hover{
  color: #b99470;
  transition: 0.3s;
}