/*
Theme Name: FAPAV
Theme URI: https://gigasdev.it/fapav
Author: Gigasweb
Author URI: https://gigasweb.it/
Text Domain: dev
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

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.
*/

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';

body.dev {
    background-color: white;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background-color: #005bea;
    color: white;
}

::-moz-selection {
    background-color: #005bea;
    color: white;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background: #00c6fb;
    background: -moz-linear-gradient(top, #00c6fb 0%, #005bea 99%);
    background: -webkit-linear-gradient(top, #00c6fb 0%,#005bea 99%);
    background: linear-gradient(to bottom, #00c6fb 0%,#005bea 99%);
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

a,
a:focus,
a:active,
a:visited,
a:hover {
    cursor: pointer;
    text-decoration: none !important;
}

label {
    cursor: pointer;
    font-weight: normal;
}

.appeareance-none {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.appeareance-none::-ms-expand {
    display: none;
}

body.dev .container {
    max-width: 1140px;
}

.navbar {
    padding: 0;
}

select {
    cursor: pointer;
}

select option {
    background-color: white;
    color: black;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

body.dev img {
    height: auto;
    max-width: 100%;
}

img.image-100 {
    height: auto;
    width: 100%;
}

body.dev figure {
    margin: 0;
}

figure.img-contain img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

figure.img-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.dev .table {
    display: table;
    margin: 0;
    table-layout: fixed;
}

body.dev .table .center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

textarea {
    resize: vertical;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

input.datepicker.hasDatepicker {
    cursor: pointer;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.btn-100 {
    width: 100%;
}

.hidden-xs-up {
  display: none !important;
}

.header-mobile,
.header-row-1 {
    background: #005bea;
    background: -moz-linear-gradient(left, #005bea 0%, #00c6fb 100%);
    background: -webkit-linear-gradient(left, #005bea 0%,#00c6fb 100%);
    background: linear-gradient(to right, #005bea 0%,#00c6fb 100%);
}

.header-menu-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}

.header-menu-1 li {
    margin: 0 15px;
    display: inline-block;
}

.header-menu-1 li.social {
    margin: 0 5px;
}

.header-menu-1 li a {
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.header-menu-2 {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
}

.header-menu-2 li {
    margin: 0 15px;
    display: inline-block;
    position: relative;
}

.header-menu-2 li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
    position: absolute;
    margin: 0;
    padding: 12px 0;
    line-height: normal;
    background-color: white;
    text-align: left;
}

.sub-menu li {
    margin: 0;
    min-width: 200px;
}

.sub-menu li a {
    display: block;
    font-size: 13px;
    padding: 10px 25px;
    color: black;
    text-transform: uppercase;
}

.sub-menu li a:hover {
    color: #005bea;
}

.sub-menu li a:after {
    display: none !important;
}

.social-footer li:first-child,
.header-menu-1 li:first-child,
.header-menu-2 li:first-child {
    margin-left: 0;
}

.social-footer li:last-child,
.header-menu-1 li:last-child,
.header-menu-2 li:last-child {
    margin-right: 0;
}

.header-menu-2 > li > a {
    display: block;
    font-size: 14px;
    color: white;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
}

.header-menu-2 > li a:after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #005bea;
    background: -moz-linear-gradient(left, #005bea 0%, #00c6fb 100%);
    background: -webkit-linear-gradient(left, #005bea 0%,#00c6fb 100%);
    background: linear-gradient(to right, #005bea 0%,#00c6fb 100%);
    margin-top: -5px;
    border-radius: 1px;
    transition: .2s all;
}

.bg-blu-1 {
    color: white;
    background: #005bea;
    background: -moz-linear-gradient(left, #005bea 0%, #00c6fb 100%);
    background: -webkit-linear-gradient(left, #005bea 0%,#00c6fb 100%);
    background: linear-gradient(to right, #005bea 0%,#00c6fb 100%);
}

.bg-blu-2 {
    color: white;
    background: #00c6fb;
    background: -moz-linear-gradient(left, #00c6fb 0%, #005bea 100%);
    background: -webkit-linear-gradient(left, #00c6fb 0%,#005bea 100%);
    background: linear-gradient(to right, #00c6fb 0%,#005bea 100%);
}

.header-menu-2 li a:hover:after,
.header-menu-2 li.active a:after {
    width: 100%;
}

.header-row-2 {
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0) 100%);
}

.sounds-container {
    right: 15px;
    top: 80px;
}

.btn-audio {
    color: white;
}

.btn-audio:hover {
    color: #00c6fb;
}

.btn-audio.active i.fa-volume-off,
.btn-audio i.fa-volume-up {
    display: none;
}

.btn-audio.active i.fa-volume-up {
    display: block;
}

.logo {
    display: inline-block;
}

.gallery-figure,
.gallery-permalink {
    width: 100%;
    display: block;
}

.gallery-image {
    width: 100%;
    object-fit: cover;
}

/*
.logo:hover {
    animation-name: jello;
}
*/

.btn-menu {
    font-size: 24px !important;
    position: relative;
    bottom: -3px;
}

#main-footer {
    background-color: #1b1b1b;
    font-size: 13px;
}

#main-footer,
#main-footer a {
    color: white;
}

.social-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-footer li {
    display: inline-block;
}

.social-footer li {
    margin: 0 5px;
}

.social-footer,
.copyright-content {
    margin-left: 50px;
}

.footer-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu i {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

.slider-home-box,
#slider-home {
    width: 100%;
}

.slider-home-item {
    width: 100%;
    background-color: black;
    height: 900px;
    overflow: hidden;
}

.slider-home-video,
.slider-home-figure,
.slider-home-box {
    height: 100%;
}

.slider-home-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    min-width: 100%;
    height: auto;
    background-size: cover;
}

.slider-home-box {
    top: 0;
    left: 0;
    padding: 0 15px;
}

.max-width-700 {
    max-width: 700px;
}

.slider-home-title,
.slider-home-excerpt {
    color: white;
}

.slider-home-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 150px;
}

.slider-home-excerpt {
    font-weight: 300;
    font-size: 40px;
}

.btn-border-blu {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 0 50px;
    border: 2px solid #0093f3;
    line-height: 46px;
    border-radius: 25px;
    background: transparent;
    transition: .2s all;
    font-size: 14px;
    letter-spacing: 3px;
    text-indent: 3px;
    line-height: 40px;
}

.btn-border-blu:hover {
    color: white;
    background: #005bea;
    border: 2px solid #005bea;
}

.btn-border-blu.blu {
    color: #0093f3;
}

.btn-border-blu.up-to-gradient {
    border: 2px solid #001ef8;
}

.btn-border-blu.up-to-gradient:hover {
    background: #001ef8;
}

body.dev span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-response-output {
    margin: 20px 0;
}

body.dev .wpcf7-mail-sent-ok {
    padding: 15px;
    border-radius: 3px;
    background-color: #ecfff4;
}

.privacy {
    font-size: 13px;
}

body.dev .select-blu {
    text-transform: uppercase;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    padding: 0 50px 0 25px;
    border: 3px solid #0093f3;
    color: #0093f3;
    background: url('images/caret-down.png') right 15px center no-repeat white;
}

.osservatorio-item-pdf {
    border-bottom: 1px solid #b2b2b2;
}

.osservatorio-item-title {
    font-weight: bold;
    font-size: 16px;
}

.osservatorio-item {
    font-size: 15px;
    display: none;
}

.osservatorio-item.active {
    display: block;
}

.btn-osservatorio-attachment {
    text-transform: uppercase;
    color: black;
    line-height: 66px;
    display: inline-block;
}

.btn-osservatorio-attachment:before {
    content: '';
    display: inline-block;
    width: 41px;
    height: 66px;
    background: url('images/icon-pdf.png');
    vertical-align: middle;
    margin-right: 15px;
}

#select-osservatorio {
    max-width: 280px;
}



.home-chi-siamo {
    padding: 100px 90px;
    border-radius: 1px;
}

.home-chi-siamo-title {
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.home-chi-siamo-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: white;
    margin: 20px 0;
    border-radius: 1px;
}

.max-width-1000 {
    max-width: 1000px;
}

.home-chi-siamo-figure-1,
.home-chi-siamo-figure-2 {
    top: 40px;
}

.home-chi-siamo-figure-1 {
    right: 40px;
}

.home-chi-siamo-figure-2 {
    left: 40px;
}


.home-chi-siamo-figure-1:before,
.home-chi-siamo-figure-2:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 91, 234, .4);
    width: 100%;
    height: 100%;
    top: 40px;
}

.home-chi-siamo-figure-1:before {
    left: -40px;
}

.home-chi-siamo-figure-2:before {
    right: -40px;
}

.bg-home-news {
    background: url('images/bg-home-news.jpg');
    background-size: cover;
}

.title-1 {
    font-weight: bold;
    font-size: 35px;
}

.title-1.white {
    color: white;
}

.title-1:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background-color: #00c6fb;
    border-radius: 1px;
    margin: 10px auto;
}

.single-home-news-item {
    transition: .2s all;
}

#slider-home-news .owl-item .single-home-news-item-figure {
    height: 200px;
    transition: .2s all;
    top: 100px;
}

#slider-home-news .owl-item.active.center .single-home-news-item-figure {
    top: 0;
}

#slider-home-news .owl-item .single-home-news-item {
    opacity: .2
}

#slider-home-news .owl-item .single-home-news-item-content {
    transition: .2s all;
    opacity: 0;
    margin-bottom: 8px;
}

#slider-home-news .owl-item .single-home-news-item-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #005bea;
    background: -moz-linear-gradient(left, #005bea 0%, #00c6fb 100%);
    background: -webkit-linear-gradient(left, #005bea 0%,#00c6fb 100%);
    background: linear-gradient(to right, #005bea 0%,#00c6fb 100%);
    top: 0;
    left: 0;
    z-index: 10;
    transition: .2s all;
    transition-delay: .3s;
}

#slider-home-news .owl-item.active.center .single-home-news-item-content:before {
    top: 8px;
    left: -8px;
}

.single-home-news-item-title {
    font-weight: bold;
    font-size: 22px;
    margin: 5px 0;
}

.single-home-news-item-title a {
    color: #333;
}

.single-home-news-item-title a:hover {
    color: #005bea;
}

.single-home-news-item-content-padding {
    background-color: white;
    z-index: 20;
    padding: 20px 30px;
}

.single-home-news-item-date {
    font-size: 12px;
}

#slider-home-news .owl-item.active.center .single-home-news-item {
    opacity: 1;
}

#slider-home-news .owl-item.active.center .single-home-news-item-content {
    opacity: 1;
}

.news-content-excerpt p,
.single-home-news-item-excerpt p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.header-page {
    background: black;
    width: 100%;
    height: 550px;
}

.header-page-box,
.header-page-figure {
    height: 100%;
}

.header-page-box {
    top: 0;
    left: 0;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, .5) !important;
}

.header-page-title {
    font-size: 60px;
    line-height: 45px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

figure.post-image.alignright {
    margin: 0 0 30px 50px;
}

figure.post-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background-color: #0093f3;
    z-index: 10;
}

figure.post-image img {
    position: relative;
    z-index: 20;
}

.single-page-content {
    padding-bottom: 40px;
}

.assemblea-soci-row-0 {
    text-transform: uppercase;
    font-size: 13px;
}

.assemblea-soci-row-1 {
    font-size: 15px;
}

.assemblea-soci-content {
    display: none;
    padding-bottom: 30px;
}

.assemblea-soci-content.active {
    display: block;
}

.btn-assemblea-soci {
    display: block;
    padding: 40px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-assemblea-soci:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background: url('images/caret-down.png');
    float: right;
    transition: .2s all;
}

.btn-assemblea-soci.active:after {
    transform: rotate(-180deg);
}

.btn-assemblea-soci,
.btn-assemblea-soci:hover {
    color: #0093f3;
}

.assemblea-soci-title {
    font-weight: bold;
    color: #0093f3;
    text-transform: uppercase;
    font-size: 30px;
}

.assemblea-soci-item {
    border-bottom: 1px solid #b2b2b2;
}

.news-content-figure {
    height: 180px;
}

.news-content-padding {
    padding: 15px;
    background-color: white;
    min-height: 180px;
}

.news-content-padding:after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    left: -8px;
    top: 0;
    background: #00c6fb;
    background: -moz-linear-gradient(top, #00c6fb 0%, #005bea 99%);
    background: -webkit-linear-gradient(top, #00c6fb 0%,#005bea 99%);
    background: linear-gradient(to bottom, #00c6fb 0%,#005bea 99%);
}

.news-content-date {
    font-size: 13px;
}

.news-content-title {
    font-size: 22px;
}

.news-content-title a {
    color: black;
    font-weight: bold;
}

.single-post-content h2,
.news-content-title a:hover {
    color: #0093f3;
}

.single-post-content h2 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 28px;
}

.single-post-content img {
    height: auto;
    /*margin: 20px 0;*/
}

.post-date {
    color: white;
}

.max-width-950 {
    max-width: 950px;
}

.camcording-item {
    display: block;
    height: 550px;
    margin: 0 -15px;
    overflow: hidden;
}

.camcording-item-figure,
.camcording-item-box {
    height: 100%;
}

.camcording-item-figure {
    transition: .2s all;
}

.camcording-item:hover .camcording-item-figure {
    transform: scale(1.1);
}

.camcording-item-box {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.camcording-item-title {
    font-weight: bold;
    color: white;
    font-size: 40px;
    margin: 0;
}

.bg-grey {
    background-color: #efefef;
}

.content-associati h2 {
    font-size: 22px;
}

.content-associati ul {
    padding: 0 0 0 15px;
}

.content-associati ul li {
    font-size: 13px;
    line-height: 30px;
}

.normativa {
    width: 100%;
    border-collapse: collapse;
}

.normativa td:nth-child(1) {
    width: 100px;
    text-align: center;
}

.white {
    color: white;
}

.normativa tr:nth-child(odd) td {
    background-color: #efefef;
}

.normativa td:nth-child(2) {
    font-size: 13px;
}

.normativa td:nth-child(3) {
    text-align: right;
}

.normativa td {
    padding: 15px 10px;
}

.bg-numbers {
    background: url('images/bg-numbers.jpg');
    background-size: cover;
    color: white;
}

.single-number {
    font-weight: bold;
    font-size: 50px;
}

.container_permanenti{
	margin: auto;
}

.title-membri-permanenti {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: bold;
}

.membri-permanenti {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.membri-permanenti li {
    display: inline-block;
    margin: 0 20px;
}

#mobile-menu {
    overflow: hidden;
    max-height: 0;
    transition: .2s all;
}

#mobile-menu.active {
    max-height: 500px;
}

.header-menu-mobile {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    font-size: 0;
}

.header-menu-mobile li {
    border-bottom: 1px solid rgba(231, 230, 233, .4);
}

.header-menu-mobile li:last-child {
    border: none;
}

.header-menu-mobile li a {
    display: block;
    color: white;
    font-size: 17px;
    padding: 6px 0;
    text-transform: uppercase;
}

#slider-home-news .owl-nav {
    position: absolute;
    top: 25px;
    margin: 0;
    width: 25%;
    left: 50%;
}

#slider-home-news.owl-carousel .owl-nav .owl-prev,
#slider-home-news.owl-carousel .owl-nav .owl-next {
    background: #00c6fb;
    color: black;
    width: 35px;
    height: 35px;
    border-radius: 0;
    font-size: 35px;
    line-height: 35px;
    outline: none;
}

p {
    text-align: justify;
}

.social-share {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.social-share li {
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
}

.social-share li:first-child {
    margin-left: 0;
}

.social-share li:last-child {
    margin-right: 0;
}

.social-share li.facebook a,
.social-share li.messenger a {
    color: #29487d;
}

.social-share li.twitter a {
    color: #1da1f2;
}

.social-share li.email a {
    color: #666;
}

.col-custom {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
}

.col-custom-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 14%;
	margin: 10px;
}



/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
    .copyright-content {
        text-align: center;
    }
    .slider-home-video {
        width: 100%;
    }
    #slider-home-news .owl-nav {
        width: 100%;
        left: 0;
    }
    .membri-permanenti li {
        display: block;
    }
    .sub-menu {
        display: block;
        position: relative;
    }
    .sub-menu li {
        text-align: center;
    }
    .sub-menu li a {
        font-size: 13px;
    }
    figure.post-image.alignright,
    figure.post-image.alignright img {
        float: none;
    }
    figure.post-image.alignright {
        margin: 20px 0;
    }
    figure.post-image:before {
        display: none;
    }
    .header-page {
        height: 450px;
    }
    .header-page-title {
        font-size: 30px;
        line-height: 30px;
    }
    .slider-home-title {
        font-size: 50px;
    }

    .slider-home-excerpt {
        font-size: 20px;
    }
    .home-chi-siamo {
        padding: 40px;
    }
    .slider-home-item {
        height: 350px;
    }
    .social-footer,
    .copyright-content {
        margin-left: 0;
    }
    .header-menu-1 {
        text-align: center;
    }
    .header-menu-1 li {
        display: block;
        margin: 0;
    }
    .header-menu-1 li.social {
        display: inline-block;
    }
    .text-center-xs {
        text-align: center;
    }
    .header-menu-2 {
        transition: .2s all;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        padding: 5px 0;
        border-radius: 3px;
        background: #005bea;
        background: -moz-linear-gradient(left, #005bea 0%, #00c6fb 100%);
        background: -webkit-linear-gradient(left, #005bea 0%,#00c6fb 100%);
        background: linear-gradient(to right, #005bea 0%,#00c6fb 100%);
    }
    .header-menu-2 li {
        display: block;
        margin: 0;
        padding: 2px 0;
    }
    .header-menu-2 > li > a {
        line-height: normal;
        font-size: 18px;
    }
    .header-menu-2 li a:after {
        display: none;
    }
    .header-menu-2.active {
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
    .text-center-md {
        text-align: center;
    }
    .col-custom {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1200px) {

}










@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
  display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}