/* ingite-view-btn */

.btn{
    max-width:100%;
}
.btn.btn-big{
    line-height:66px;
    height:66px;
    font-size:33px;
}
@media screen and (max-width:600px){
    .btn.btn-big{
        line-height:50px;
        height:50px;
        font-size:25px;
    }
}

/* HELPER */

.with-text-shadow{
    text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

/* HEADER */

.header-image-front-page-caption{
    width:1300px;
    max-width:95%;
    margin:auto;
}

@media screen and (max-width:992px){
    .header-image{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-image .header-image-caption-wrapper{
        position:relative!important;
    }
}

#ingite-view-header-title{
    font-size:45px;
    margin:0 0 1rem 0;
    font-weight:500;
}

#ingite-view-header-title.big-text{
    font-size:58px;
}

#ingite-view-header-title.with-text-shadow{
    text-shadow:rgb(0 0 0 / 50%) 2px 2px 0px, rgb(0 0 0 / 30%) 4px 4px 0px;
}

#ingite-view-header-subtitle{
    margin:0 auto 1rem auto;
    font-size:37px;
    font-weight:300;
}

.ingite-view-header-content{
    font-size:26px;
    font-weight:200;
    margin-left:auto;
    margin-right:auto;
}

#ingite-view-header-title span,
#ingite-view-header-subtitle span,
.ingite-view-header-content span{
    font-size:inherit;
    font-weight:inherit;
    color:rgb(255, 102, 196);
}

#ingite-view-header-subtitle.with-text-shadow{
    text-shadow:rgba(0, 0, 0, 0.67) 2.28345px 2.28345px 0px;
}

@media screen and (max-width:992px){
    #ingite-view-header-title{
        font-size:40px;
    }
    #ingite-view-header-subtitle{
        font-size:25px;
    }
}

@media screen and (max-width:600px){
    #ingite-view-header-title{
        font-size:30px;
    }
    #ingite-view-header-subtitle{
        font-size:20px;
    }
}

/* FOOTER */

footer.page-footer{
    padding-top:2rem;
    padding-bottom:2rem;
}

footer.page-footer .container + .container{
    margin-top:0!important;
    margin-bottom:0!important;
    border-top:none!important;
    border-bottom:none!important;
}

footer.page-footer .amoksys-wp-pll-switcher{
    float:right;
}

footer.page-footer .amoksys-wp-social{
    text-align:center;
    margin-bottom:2rem;
}

footer.page-footer .amoksys-wp-social-item{
    width:40px;
    height:40px;
    border-width:1px;
    border-style:solid;
    border-color:inherit;
    display:inline-block;
    font-size:28px;
    line-height:40px;
    border-radius:50%;
}

footer.page-footer .amoksys-wp-social-item .mdi{
    display:block;
    width:100%;
    height:100%;
    line-height:inherit;
    text-align:inherit;
}

footer.page-footer .amoksys-wp-social-item .mdi::before {
    display:block;
    width:100%;
    height:100%;
    text-align:center;
}

footer.page-footer .amoksys-wp-social-item:not(:first-child){
    margin-left:1rem;
}

@media screen and (max-width:600px){
    footer.page-footer .amoksys-wp-social-item:not(:first-child){
        margin-left:.5rem;
    }
}

footer.page-footer .ingite-view-footer-menu p{
    margin-top:.5rem;
    margin-bottom:.5rem;
}

footer.page-footer a.disabled{
    color:#999999;
}

footer.page-footer .ingite-view-footer-terms a:not(:last-child){
    margin-right:0.5rem;
}

footer.page-footer .ingite-view-footer-terms a:not(:last-child)::after {
    display: inline-block;
    content: "|";
    clear: both;
    margin-left: 0.5rem;
}

/* ingite-view-page-card */

.card.ingite-view-page-card{
    border-top-right-radius:60px;
    border-bottom-left-radius:60px;
    overflow:hidden;
    background:var(--amoksys-color-primary);
    color:var(--amoksys-color-on-primary);
    max-width:286px;
    margin:auto;
}
.card.ingite-view-page-card > a{
    color:inherit;
}
.card.ingite-view-page-card .card-image{
    position:relative;
    margin:1.5rem;
    border-top-right-radius:50px;
    overflow:hidden;
    padding-bottom:calc(100% - 3rem);
    background-size:cover;
    background-position:center;
}
.card.ingite-view-page-card .card-image .card-image-content{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    transition:all .15s
}
.card.ingite-view-page-card:hover .card-image .card-image-content{
    transform:scale(1.1);
}

.card.ingite-view-page-card .card-title{
    text-align:center;
    margin:1.5rem 1.5rem 1rem 1.5rem;
    font-weight:500;
    text-transform:uppercase;
}
.card.ingite-view-page-card .card-description{
    text-align:center;
    margin:1rem 1.5rem 1.5rem 1.5rem;
    font-weight:400;
}

.hiddendiv.common{
    max-width:100%;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}