/*
Theme Name: Rotary
Theme URI:
Author: Alberto Cattani
Author URI: https://www.albertocattani.com
Description: Custom theme for Rotary Antonio Muratori Modena. This theme was built in the year 2021 for the Rotary Organizzation. This is a smart project designed and developed to exploit all the flexibility of the Gutembertg block editor. This theme is based on the stylesheet custom and ultralight. Rotary is build on flexfox and is mobile friendly.
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, sticky-post, translation-ready
Text Domain: rotary

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/* ! color */
:root{
  --black: #39424a;
  --dblue:#1a3671;
  --blue: #2e55a5;
  --grey:#788074;
  --yellow: #fdaf3f;
  --green: #7AD03A;
  --lgreen: #82DD00;
  --lgrey: #f9f9fa;
}

/* ! Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* ! Default style */
article, aside, figcaption, figure, footer, header, hgroup, legend, main, nav, section {display: block;}
*, ::after, ::before {box-sizing: border-box;}
html{scroll-behavior: smooth;margin: 0; padding: 0;overflow-x: hidden;}
body{font-family: 'Istok Web', sans-serif;font-size: 15px;color:#788074;font-weight: 400;background: #fff;margin:0;padding: 0;overflow-x: hidden;}
a{color: var(--blue);text-decoration:none;transition: 0.6s;font-weight: 500;opacity: 0.9;}
a:hover{text-decoration: none;opacity: 1;color: var(--red);}
img.resp{width: 100%; height: auto;}

/* ! Typografy */
h1, h2, h3, h4, h5, h6 , p {margin:0;}
h1, .h1 {font-size: 2.5rem;font-weight: bold;margin-top: 2rem;margin-bottom: 2.5rem;}
h2, .h2 {font-size: 2.5rem;font-weight: bold;margin-top: 2rem;margin-bottom: 2.5rem;}
h3, .h3 {font-size: 1.75rem;margin-top: 1.5rem;margin-bottom: 1.75rem;}
h4, .h4 {font-size: 1.5rem;margin-top: 1.25rem;margin-bottom: 1.5rem;}
h5, .h5 {font-size: 1.25rem;margin-top: 1rem;margin-bottom: 1.25rem;}
h6, .h6 {font-size: 1rem;margin-top: 0.75rem;margin-bottom: 1rem;}
p {margin-bottom: 1rem;margin-top: 0.75rem;}
p b{font-weight: 700;}
small{font-size: 70%;}
strong{font-weight: 700;}
hr.wp-block-separator{max-width: 100px;margin: 30px auto;}
.wp-block-separator.trattino,
.trattino {width: 100px;height: 4px;background: linear-gradient(to right, var(--yellow) 0%,var(--red));margin: 20px 0;border: none;}
.trattino-yellow {width: 100px;height:1px;background:var(--yellow);margin: 40px auto;}

.wp-block-separator.trattino.center,
.trattino.center{margin: 20px auto;}

/* ! container */
.container__fluid{padding: 0 15px;margin: 0 auto;width: 100%; }
.container {max-width: 1350px;width: 100%; padding: 0 15px;margin: 0 auto}

/* ! Utility */
.animate {transition: 0.6s;}
.p-1{padding: 1rem;}
.p-2{padding: 2rem;}
.p-3{padding: 3rem;}
.p-4{padding: 4rem;}
.p-5{padding: 5rem;}
.pt-1{padding-top: 1rem;}
.pt-2{padding-top: 2rem;}
.py-1{padding-top: 1rem; padding-bottom: 1rem;}
.py-2{padding-top: 2rem; padding-bottom: 2rem;}
.py-3{padding-top: 3rem; padding-bottom: 3rem;}
.py-4{padding-top: 4rem; padding-bottom: 4rem;}
.py-5{padding-top: 5rem; padding-bottom: 5rem;}
.my-1{margin-top: 1rem; margin-bottom: 1rem;}
.my-2{margin-top: 2rem; margin-bottom: 2rem;}
.my-3{margin-top: 3rem; margin-bottom: 3rem;}
.my-4{margin-top: 3rem; margin-bottom: 4rem;}
.my-5{margin-top: 3rem; margin-bottom: 5rem;}
.mb-1{margin-bottom: 1rem;}
.mb-2{margin-bottom: 2rem;}
.mb-3{margin-bottom: 3rem;}
.mt-3{margin-top: 3rem;}
.trattino {width: 100px;height: 2px;background: var(--yellow);}
.trattino.center{margin: 10px auto;}
.tt{text-transform: uppercase;}


/* ! Buttons */
a.button,
input#searchsubmit,
.wp-block-button__link,
input.button{
  position: relative;
  display: block;
  border-radius:5px;
  transition: 0.5s;
  text-align: center;
  padding: 10px;
  color: #fff;
  width: 250px;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 15px 0;
  background: transparent;
  border: 2px solid #fff;
  z-index: 1;
  transition: 0.6s;
}
.wp-block-button__link span{display: block;font-size: 80%;font-style: italic;}
.wp-block-button__link:hover,
a.button:hover{background: var(--yellow);border:2px solid var(--yellow);color:#fff;}
input.button{background: none; border: 2px solid var(--yellow);color: var(--yellow);}
input.button{background: var(--yellow); color: #fff;}


/* ! header */
header{z-index: 99;width: 100%;border-bottom: 2px solid transparent; background: #fff;}

/* ! header contact */
header .container{display: flex;justify-content: space-between;margin-top: 30px;}
header .nav__contact nav ul{list-style: none;margin: 0; padding: 0;display: flex;justify-content: flex-end;}
header .nav__contact nav ul li a{padding: 10px; margin: 5px;display: block;font-size: 1rem;color: var(--black);}
header .nav__contact nav ul li.current-menu-item a{color: var(--blue);}

/* ! header search */
header .search form{display: flex;}
header .search form button{background: var(--blue); color: #fff;border-radius: 5px;border: none;margin-left: 3px;display: block;}

@media (max-width: 767px) {
  header .search form {display: none;}
  header .nav__contact nav{position: absolute;right: -5px;top: 35px;z-index: 150;}
  header .nav__contact nav ul{flex-direction: column;}
  header .nav__contact nav ul li a{background: var(--blue);color: #fff;border: 1px solid var(--yellow);border-top-left-radius: 5px;border-bottom-left-radius: 5px;margin: 0; margin-top: 5px;}
  header .nav__contact nav ul li.current-menu-item a{color: var(--yellow)}
  header .nav__contact nav ul li a span{display: none;}
}




/* ! Header menu */
header .header__nav {width: 100%;margin: 10px 0; padding: 0;background: #f8f9fa;box-shadow: 0 0 5px #ccc; }
header .header__nav .container{display: flex;justify-content: space-between;align-items: center;min-height: 60px;}
header .header__nav nav {position: relative;z-index: 99;margin: 0;}
header .header__nav nav ul {margin: 0;padding: 0;display: flex;list-style: none;}
header .header__nav nav ul li {position: relative;transition: 0.6s;}
header .header__nav nav ul li:hover a {color: var(--yellow);opacity: 1;border-top-color: var(--yellow);}
header .header__nav nav ul li.current-menu-item a {color: var(--yellow);}
header .header__nav nav ul li a {height: 60px;line-height: 55px;padding: 0px 20px;display: block;font-size: 1rem;margin: 0 8px;background: transparent;color: var(--grey);text-align: center;border-bottom: 2px solid transparent;border-top: 2px solid transparent;}
header .header__nav nav ul li a i {display: block;font-size: 1.5rem;padding-top: 5px;}
header .header__nav nav ul li.menu-item-has-children a span::after{content: "\f0d7 ";font-family: "Font Awesome 5 Free";font-weight: 900;padding: 3px;display: inline-block;position: absolute;transition: 0.6s;}
header .header__nav nav ul li.menu-item-has-children.active a span::after{-ms-transform: rotate(180deg);transform: rotate(180deg);}
header .header__nav nav ul li.menu-item-has-children ul.sub-menu{position: absolute;background: #fff;left: 0;display: none;z-index: 999;border-bottom: 4px solid var(--red); display: flex;flex-direction: column;}
header .header__nav nav ul li.menu-item-has-children ul.sub-menu li{display: none;width: 0; transition: .6s}
header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li{display: block;width: 340px;margin: 0; padding: 0;}
header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li a {text-align: left;padding: 0;line-height: 60px;color: var(--red);background: #f6f6f6;margin:0;padding-left: 5px;border-color:transparent;border-bottom: 1px solid #ddd;}
header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li.current-menu-item a{color: #fff;background: var(--yellow);}
header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li.current-menu-item a:before{content: "\f0da ";font-family: "Font Awesome 5 Free";font-weight: 900;color: #fff;padding-right: 2px;}
header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li a:hover{color:var(--yellow);background: #fff;}
header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li a:before{content: "\f0da ";font-size: 0px;transition: 0.6s;}
header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li a:hover::before{padding-right: 2px;color: var(--yellow);font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 1rem;}

/* ! Navbar Icon */
header .header__nav .navbar{display: none;color: #30433d;line-height: 50px;font-size: 24px;cursor: pointer;overflow-x: hidden;z-index: 100;}
header .header__nav .navbar:after{content: "\f0c9 ";font-family: "Font Awesome 5 Free";font-weight: 900;color: var(--blue);transition: 0.6s;}
header .header__nav .navbar.close:after {content: "\f00d";color: #fff;position: absolute;left: 20px; top: 20px;}

@media (max-width: 997px) {
  /* Nav mobile */
  header .header__nav nav {position: absolute;top: 0; left: -100%; background: var(--blue);height: 100vh;padding-top: 80px;transition: 0.6s;}
  header .header__nav nav.wide{left: 0;width: 100%;overflow-y: scroll;display: block;}
  header .header__nav nav ul{display: flex;display:block; }
  header .header__nav nav ul li{display: block;}
  header .header__nav nav ul li:hover a {color: var(--yellow);opacity: 1;background: var(--blue);border-top: transparent;color:#fff;}
  header .header__nav nav ul li a {padding: 15px 30px; font-size: 18px;height: 50px;color: #fff;line-height: 30px;}
  header .header__nav nav ul li a i{display: inline-block;}
  header .header__nav nav ul li.menu-item-has-children ul.sub-menu{position: relative;border-bottom: none;}
  header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li {width: 100%;}
  header .header__nav nav ul li.menu-item-has-children.active ul.sub-menu li a{text-align: center;border-bottom: 1px solid #ddd;}

  /* ! Navbar Icon wide */
  header .header__nav .navbar{display: block;margin: 0;}
}


/* ! Main Carousel */
.main-carousel .carousel-cell{width: 100%; height: 600px;min-height: 600px;text-align: center;margin-right: 30px;display: flex;}
.main-carousel .carousel__caption{width: 80%;position: absolute;bottom: 15%;left: 10%;margin: 0 auto;}
.main-carousel .carousel-cell .seo-title-target {color: #fff;text-align: left;font-size: 2.5rem;font-weight: 700;}
.main-carousel .carousel-cell h2,
.main-carousel .carousel-cell h3{color: #fff;text-align: left;text-transform: none;font-size: 1.25rem;font-weight: 400;}
.main-carousel .carousel-cell h3{font-weight: 300;}

@media (max-width: 997px) {
  .main-carousel .carousel-cell .seo-title-target {font-size: 2rem;}
  .main-carousel .carousel-cell h2,
  .main-carousel .carousel-cell h3{font-size: 1.25rem;}
}


/* ! Front-page */
.home h1{font-size: 2.5rem;}

/* ! News e articoli in home */
.home .blog-news h2{color: var(--blue);}
.home .blog-news h3{margin: 0;}

.home .blog-news .row {background: var(--lgrey);box-shadow: 0 0 5px #ccc;}
.home .blog-news .row img.resp {vertical-align: bottom;margin-right: -15px;}
.home .blog-news .row .col-sm-4 {padding-left: 0;}
.home .blog-news .row .time__author__post{margin-top: 10px; margin-bottom: 10px;}


/* Eventi */
.eventi {background: var(--lgrey);font-size: 0.8rem}
.eventi .cornice{background: var(--lgrey);border-bottom: 1px solid var(--blue);height: 10px;}
.eventi .padding{padding: 0 15px;}
.eventi .padding h5{margin: .8rem 0;font-size: 1rem;font-weight:bold;color: #333;}
.eventi .padding p{margin-top: 0.8rem;margin-bottom: 0.8rem;}
.eventi .padding p b{font-weight: bold;color: #333;}

/* Premio */
.premio-letterario{background: var(--lgrey); }
.premio-letterario .cornice{background: var(--lgrey);border-bottom: 1px solid var(--blue);height: 10px;}
.premio-letterario .padding{padding: 0 15px}
.premio-letterario .padding h5{margin: .8rem 0;font-size: 1rem;font-weight:bold;color: #333;}


/* Nabar Social */
.social {background: var(--lgrey);font-size: 0.8rem;}
.social .cornice{background: var(--lgrey);border-bottom: 1px solid var(--blue);height: 10px;}
.social .padding{padding: 0 15px}
.social .padding h5{margin: .8rem 0;font-size: 1rem;font-weight:bold;color: #333;}

.social__new{margin-top: 50px;margin-bottom: 50px;text-align: center;}
.social__new .menu-social-container ul{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}
.social__new .menu-social-container ul li a{font-size: 5rem;}

/* Menu social */
.menu-social-container ul{display: flex;}
.menu-social-container ul li{position: relative;transition: 0.6s;}
.menu-social-container ul li a{font-size: 2rem;display: block;margin: 5px;}
.menu-social-container ul li a .fa-facebook-square{color: #0268E3;}
.menu-social-container ul li a .fa-twitter-square{color: #1D9BF0;}
.menu-social-container ul li a .fa-linkedin{color: #0A66C2;}

/* Speach */
.speach {background: var(--lgrey);font-size: 0.8rem; margin-top: 15px;}
.speach .cornice {background: var(--lgrey);border-bottom: 1px solid var(--blue);height: 10px;}
.speach .padding {padding: 0 15px;}
.speach .padding .img{margin-left: -15px; margin-right: -15px;}
.speach .padding h5{margin: .8rem 0;font-size: 1rem;font-weight:bold;color: #333;}
.speach .padding p b{font-weight: bold;color: #333;}

/* News */
.news {background: var(--lgrey);font-size: 0.8rem}
.news .cornice{background: var(--lgrey);border-bottom: 1px solid var(--blue);height: 10px;}
.news .padding{padding: 0 15px;}
.news .padding h5{margin: .8rem 0;font-size: 1rem;font-weight:bold;color: #333;}
.news .padding p{margin-top: 0.8rem;margin-bottom: 0.8rem;}

/* Link */
.link {background: var(--lgrey);font-size: 0.8rem}
.link .cornice{background: var(--lgrey);border-bottom: 1px solid var(--blue);height: 10px;}
.link .padding{padding: 0 15px;}
.link .padding h5{margin: .8rem 0;font-size: 1rem;font-weight:bold;color: #333;}
.link .padding p{margin-top: 0.8rem;margin-bottom: 0.8rem;}
.link .padding p b{font-weight: bold;color: #333;}

/* ! Footer */
footer {background: var(--blue);border-top: 2px solid var(--yellow);color:#fff;}
footer a{opacity: 1;color: var(--yellow);}
footer a:hover{opacity: 0.9;}
footer .logo-footer{width: 250px;margin: 0 auto;}
footer .logo-footer img{width: 100%;height: auto;}

/* ! Credits */
footer .credits{text-align: center;}
footer .credits .logo {color: var(--lgreen);}
footer .credits .site{text-align: left;}
footer .ottomedia {background:linear-gradient(to bottom, var(--blue), var(--dblue));text-align: right;padding-top: 50px;padding-bottom: 10px;font-size: 15px;font-weight: 400;display: block;width: 100%;}
footer .ottomedia a span.logo {color: var(--lgreen);}
footer .ottomedia a img {max-width: 100%;height: auto;vertical-align: middle;margin-left: -10px;}

/* ! Footer links */
footer .uffici-arredati {padding: 50px 0;text-align: center;}
footer .uffici-arredati span a {text-transform: uppercase;}


/* Form standard formattazione */
.form-group {margin-bottom: 1rem;}
.form-control{display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
textarea {resize: vertical;}
textarea.form-control{height: auto;}
button, input, optgroup, select, textarea {font-family: inherit;}



/* ! back-to-top */
.back-to-top {
  position: fixed;
  line-height: 1.75rem;
  bottom:20px;
  left:20px;
  bottom: 20px;
  visibility: hidden;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  border-radius: 99px;
  border: 2px solid transparent;
  transition:0.5s;
  background: var(--yellow);
  opacity: 0.7;
  z-index: 999;
}
.back-to-top:hover{opacity: 1;border:2px solid #fff;width: 60px;height: 60px;}
.display-top .back-to-top {visibility: visible;}
.back-to-top a {color: #fff;padding: 0;}
.back-to-top a .top-up {position: absolute;top:10px;left: 0; right: 0; margin: 0 auto;transition:0.5s;}
.back-to-top a:hover .top-up {top:8px;}
.back-to-top a .top-down {position: absolute;top:10px;left: 0; right: 0; margin: 0 auto;transition:0.5s;}
.back-to-top a:hover .top-down {top:22px;}


/* ! Index pagination */
.pagination{margin-bottom: 30px;}
.pagination span,
.pagination a{background: var(--blue);padding: 5px;margin-right: 5px;color: #fff;display: inline-block;min-width: 30px;min-height: 35px;text-align: center;vertical-align: baseline;border: 1px solid var(--yellow)}
.pagination span.current{font-size: 1.25rem;background: var(--yellow);}


/* ! Animate */
:root {--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1;}

.animated {animation-duration: var(--animate-duration);animation-fill-mode: both;}
@keyframes lightSpeedInLeft {
  from {transform: translate3d(-100%, 0, 0) skewX(30deg);opacity: 0;}
  60% {transform: skewX(-20deg);opacity: 1;}
  80% {transform: skewX(5deg);}
  to {transform: translate3d(0, 0, 0);}
}
@keyframes bounceInRight {from,60%,75%,90%,
  to {animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
  from {opacity: 0;transform: translate3d(3000px, 0, 0) scaleX(3);}
  60% {opacity: 1;transform: translate3d(-25px, 0, 0) scaleX(1);}
  75% {transform: translate3d(10px, 0, 0) scaleX(0.98);}
  90% {transform: translate3d(-5px, 0, 0) scaleX(0.995);}
  to {transform: translate3d(0, 0, 0);}
}
.bounceInRight {  animation-name: bounceInRight;}

.lightSpeedInLeft {animation-name: lightSpeedInLeft;animation-timing-function: ease-out;}

@keyframes lightSpeedInRight {
  from {transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}
  60% {transform: skewX(20deg);opacity: 1;}
  80% {transform: skewX(-5deg);}
  to {transform: translate3d(0, 0, 0);}
}

.lightSpeedInRight {animation-name: lightSpeedInRight;animation-timing-function: ease-out;}

@keyframes backInUp {
  0% {transform: translateY(1200px) scale(0.7);opacity: 0.7;}
  80% {transform: translateY(0px) scale(0.7);opacity: 0.7;}
  100% {transform: scale(1);opacity: 1;}
}

.is-selected .backInUp {animation-name: backInUp;}
@keyframes zoomInDown {
  from {opacity: 0;transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
  60% {opacity: 1;transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}
}

.is-selected .zoomInDown {animation-name: zoomInDown;}


/* ! col & row */
.row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.no-gutters {margin-right: 0;margin-left: 0;}
.no-gutters > .col,
.no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
.col-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
.col-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
.col-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.col-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.col-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
.col-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.col-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
.col-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
.col-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.col-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
.col-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
.col-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.justify-content-center{-ms-flex-pack: center!important;justify-content: center!important;}



/* ! Smartphone  columns*/
@media (min-width: 576px) {
  .col-sm-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
  .col-sm-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
  .col-sm-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
  .col-sm-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
  .col-sm-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
  .col-sm-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .col-sm-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
  .col-sm-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
  .col-sm-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
  .col-sm-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
  .col-sm-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
  .col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .offset-sm-0 {margin-left: 0;}
  .offset-sm-1 {margin-left: 8.333333%;}
  .offset-sm-2 {margin-left: 16.666667%;}
  .offset-sm-3 {margin-left: 25%;}
  .offset-sm-4 {margin-left: 33.333333%;}
  .offset-sm-5 {margin-left: 41.666667%;}
  .offset-sm-6 {margin-left: 50%;}
  .offset-sm-7 {margin-left: 58.333333%;}
  .offset-sm-8 {margin-left: 66.666667%;}
  .offset-sm-9 {margin-left: 75%;}
  .offset-sm-10 {margin-left: 83.333333%;}
  .offset-sm-11 {margin-left: 91.666667%;}
}

@media (min-width: 768px) {
  .col-md-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
  .col-md-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
  .col-md-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
  .col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
  .col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
  .col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
  .col-md-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
  .col-md-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
  .col-md-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
  .col-md-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
  .col-md-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .offset-md-0 {margin-left: 0;}
  .offset-md-1 {margin-left: 8.333333%;}
  .offset-md-2 {margin-left: 16.666667%;}
  .offset-md-3 {margin-left: 25%;}
  .offset-md-4 {margin-left: 33.333333%;}
  .offset-md-5 {margin-left: 41.666667%;}
  .offset-md-6 {margin-left: 50%;}
  .offset-md-7 {margin-left: 58.333333%;}
  .offset-md-8 {margin-left: 66.666667%;}
  .offset-md-9 {margin-left: 75%;}
  .offset-md-10 {margin-left: 83.333333%;}
  .offset-md-11 {margin-left: 91.666667%;}
}

@media (min-width: 992px) {
.col-lg-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
.col-lg-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
.col-lg-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.col-lg-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.col-lg-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
.col-lg-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.col-lg-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
.col-lg-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
.col-lg-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.col-lg-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
.col-lg-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
.col-lg-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.offset-lg-0 {margin-left: 0;}
.offset-lg-1 {margin-left: 8.333333%;}
.offset-lg-2 {margin-left: 16.666667%;}
.offset-lg-3 {margin-left: 25%;}
.offset-lg-4 {margin-left: 33.333333%;}
.offset-lg-5 {margin-left: 41.666667%;}
.offset-lg-6 {margin-left: 50%;}
.offset-lg-7 {margin-left: 58.333333%;}
.offset-lg-8 {margin-left: 66.666667%;}
.offset-lg-9 {margin-left: 75%;}
.offset-lg-10 {margin-left: 83.333333%;}
.offset-lg-11 {margin-left: 91.666667%;}
}

@media (min-width: 1200px) {
  .col-xl-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
  .col-xl-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
  .col-xl-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
  .col-xl-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
  .col-xl-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;}
  .col-xl-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .col-xl-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
  .col-xl-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
  .col-xl-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
  .col-xl-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;}
  .col-xl-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
  .col-xl-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .offset-xl-0 {margin-left: 0;}
  .offset-xl-1 {margin-left: 8.333333%;}
  .offset-xl-2 {margin-left: 16.666667%;}
  .offset-xl-3 {margin-left: 25%;}
  .offset-xl-4 {margin-left: 33.333333%;}
  .offset-xl-5 {margin-left: 41.666667%;}
  .offset-xl-6 {margin-left: 50%;}
  .offset-xl-7 {margin-left: 58.333333%;}
  .offset-xl-8 {margin-left: 66.666667%;}
  .offset-xl-9 {margin-left: 75%;}
  .offset-xl-10 {margin-left: 83.333333%;}
  .offset-xl-11 {margin-left: 91.666667%;}
}


/* ! Flickity v2.2.2 */

.flickity-enabled {position: relative;}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {overflow: hidden;position: relative;height: 100%}
.flickity-slider {position: absolute;width: 100%;height: 100%;}

/* draggable */
.flickity-enabled.is-draggable {-webkit-tap-highlight-color: transparent;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.flickity-enabled.is-draggable .flickity-viewport {cursor: move;cursor: -webkit-grab;cursor: grab;}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {cursor: -webkit-grabbing;cursor: grabbing;}

/* ---- flickity-button ---- */
.flickity-button {position: absolute;background: hsla(0, 0%, 100%, 0.75);border: none;color: #333;}
.flickity-button:hover {background: white;cursor: pointer;}
.flickity-button:focus {outline: none;box-shadow: 0 0 0 5px #19F;}
.flickity-button:active {opacity: 0.6;}
.flickity-button:disabled {opacity: 0.3;cursor: auto;pointer-events: none;}
.flickity-button-icon {fill: currentColor;}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {top: 50%;width: 44px;height: 44px;border-radius: 50%;transform: translateY(-50%);}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {left: auto;right: 10px;}
.flickity-rtl .flickity-prev-next-button.next {right: auto;left: 10px;}
.flickity-prev-next-button .flickity-button-icon {position: absolute;left: 20%;top: 20%;width: 60%;height: 60%;}

/* ---- page dots ---- */
.flickity-page-dots {position: absolute;width: 100%;bottom: 25px;padding: 0;margin: 0;list-style: none;text-align: center;line-height: 1;}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {display: inline-block;width: 20px;height: 4px;margin: 0 8px;background:#ddd;opacity: 0.5;cursor: pointer;border-radius: 5px;}
.flickity-page-dots .dot.is-selected {opacity: 1;background:var(--blue);}

/* End Flickity */

/* ! WordPress */
.white .wp-block-buttons{padding-left: 15px;}
.wp-block-media-text{margin-top: 20px; margin-bottom: 20px;}
.wp-block-image img,
.wp-block-media-text__media img,
.wp-block-media-text__media video{height: auto;}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption,
.wp-block-image .alignright>figcaption{text-align: center;}
.wp-block-button__link em{font-size: 0.9rem;text-transform: inherit;display: block;}
@media (max-width:767px) {
  .wp-block-media-text .wp-block-media-text__content{padding: 0; padding-top: 15px;}
}
