@charset "UTF-8";
/**
Theme Name: ALCAPONE THEME
Text Domain: alcapone
Version: 2.3
Requires at least: 4.7
Requires PHP: 6.0.0
Theme URI: https://www.abson.cz
Author: Abson Reavs
Author URI: https://www.abson.cz
Description: Šablona AlCapone je vyrobena pro redakční systém Wordpress. Šablona je navržená tak, aby plně využívala flexibilitu editoru bloků. Organizace a firmy mají schopnost vytvářet dynamické vstupní stránky s nekonečným rozvržením pomocí bloků skupiny a sloupce. Středový obsahový sloupec a jemně vyladěná typografie je také ideální pro tradiční blogy. Kompletní styly editorů vám poskytnou dobrou představu o tom, jak bude váš obsah vypadat, ještě před publikováním. Svému webu můžete dát osobní dotek změnou barev pozadí a zvýraznění barvy v nástroji Customizer. Barvy všech prvků na vašem webu jsou automaticky vypočítávány na základě zvolených barev, což zajišťuje vysoký a dostupný barevný kontrast pro vaše návštěvníky.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready.
*/

*:focus{
    outline: none;
}

body{
    color: #191a1c;
}

body.page-template-page-no-footer-padding footer,
body.single footer{
    margin: -2em 0 0 0;
}

.body_menu{
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}
.body_menu li{
    position: relative;
    width: calc(100% * (1/3) - 0px - 0px - 20px);
}
.body_menu li a{
    position: relative;
    display: block;
    font-size: 28px;
    color: #3d4145;
    text-decoration: none;
    text-align: center;
    transition: 350ms;
}
.body_menu li a:hover{
    color: #0269a9;
}
.body_menu li a i{
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #0269a9;
    border: 1px solid rgba(0,0,0,0.15);
}
.body_menu li a .menu-item-description{
    position: relative;
    font-size: 16px;
    margin: 0;
}

i.wpmi-icon:not(.wpmi-label-1).wpmi-position-before{
    margin-right: auto;
}

.breadcrumbs{
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 50px;
    font-size: 12px;
    list-style: none;
    color: #52585d;
    text-transform: uppercase;
}
.breadcrumbs li{
    position: relative;
    display: inline-table;
    margin: 0 10px;
}
.breadcrumbs li:nth-child(1){margin: 0 10px 0 0;}
.breadcrumbs li a{
    text-decoration: none;
    color: #ee3c46;
}
.breadcrumbs li:after{
    position: absolute;
    top: 0;
    right: -12px;
    content: '/';
    display: block;
}
.breadcrumbs li:nth-last-child(1):after{
    display: none;
}

h1.page-title{
    position: relative;
    margin: 80px auto 10px auto;
    padding: 0;
    text-align: left;
    font-size: 62px;
    line-height: 1.25em;
    color: #3d4145;
    text-transform: uppercase;
}
body.home footer{margin: -2em 0 0 0;}
body.home .entry-content{margin-bottom: 0;}
.wpm-language-switcher{
    position: relative;
    margin: 23px 0 0 50px;
    padding: 0;
    font-size: 14px;
    list-style: none;
    float: right;
    transition: 350ms;
}
.wpm-language-switcher li{
    position: relative;
    float: left;
    margin: 0 0 0 10px;
}
.wpm-language-switcher li span{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #FFAC00;
    background: #FFAC00;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.wpm-language-switcher li span span{
    border: none;
}
.wpm-language-switcher li a{
    text-decoration: none;
}
.wpm-language-switcher li a span{
    border-color: #4f4f4f;
    color: #4f4f4f;
    background: transparent;
    transition: 350ms;
}
.wpm-language-switcher li a:hover span{
    background: #4f4f4f;
    color: #fff;
}


.sliderMain{
    position: relative;
    background: #fff;
}
.sliderMain .banner-slide{
    position: relative;
}
.sliderMain .banner-slide:focus{
    outline: none;
}
.sliderMain .banner-slide .container{
    position: relative;
    width: 100%;
    display: table;
    height: calc(100vh - 200px);
    background-size: cover;
    background-position: 50% 50%;
}
.sliderMain .banner-slide .container .transparent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.30);
}
.sliderMain .banner-slide .container .center{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.sliderMain .banner-slide .container .center .text-field{
    position: relative;
    width: 50%;
    padding: 0 0 0 100px;
    box-sizing: border-box;
}
.sliderMain .banner-slide .container .center .text-field h2{
    position: relative;
    padding: 0;
    letter-spacing: -1px;
    font-size: 42px;
    color: #fff;
    margin: 0 0 20px 0;
}
.sliderMain .banner-slide .container .center .text-field h2:after{
    position: relative;
    content: '';
    width: 100px;
    margin: 20px 0 0 0;
    height: 1px;
    background: #fff;
    display: block;
}
.sliderMain .banner-slide .container .center .text-field .desc{
    position: relative;
    width: 100%;
}
.sliderMain .banner-slide .container .center .text-field .desc p{
    line-height: 1.4em;
    font-size: 22px;
    margin: 0;
}
.sliderMain .banner-slide .container .center .text-field .desc p strong{
    color: #0269a9;
}
.wpcf7 form.sent .wpcf7-response-output{
	position: relative;
	float: left;
}
.sliderMain .counter_tag{
    position: absolute;
    top: 10%;
    left: 100px;
    font-size: 190px;
    letter-spacing: -2px;
    opacity: 0.065;
}
.main-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wp-block-button__link{
    font-size: 14px;
    transition: 350ms;
}

.service{
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
}
.service .wp-block-column{
    padding: 45px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    text-decoration: none;
    color: #767879;
    background: transparent;
    transition: 350ms;
}
.service .wp-block-column i{
    position: relative;
    display: block;
    color: #ee3c46;
    transition: 350ms;
}
.service .wp-block-column i:before{
    font-size: 48px;
}
.service .wp-block-column h3{
    font-size: 18px;
    color: #3c4044;
    transition: 350ms;
}
.service .wp-block-column{
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.service .wp-block-column:hover{
    background: #ee3c46;
    color: #fff;
}
.service .wp-block-column:hover h3,
.service .wp-block-column:hover i{
    color: #fff;
}
.single-layoute p{
    line-height: 1.5em;
}


/* Carousel */
.carousel{
    position: relative;
}
.carousel .carousel-box{
    position: relative;
    width: 100%;
}
.carousel .carousel-box:after{
    position: relative;
    content: '';
    clear: both;
    width: 100%;
    display: block;
    height: 0;
}
.carousel .carousel-box .box{
    position: relative;
    float: left;
    width: 47%;
    margin: 0 3% 0 0;
}
.carousel .carousel-box .box .shadow{
    position: absolute;
    width: 80%;
    height: 90%;
    background: #3c4044;
    border-radius: 10px;
}
.carousel .carousel-box .box a.img-link{
    position: relative;
    margin: 70px 0 0 20%;
    width: 80%;
    display: block;
    z-index: 5;
}
.carousel .carousel-box .box a.img-link .square{
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: -35px;
    background: #FFAC00;
    z-index: 6;
    border-radius: 10px;
}
.carousel .carousel-box .box a.img-link img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 00px 0px 60px rgba(0,0,0,0.15);
}
.carousel .carousel-box .box a.img-link .actual-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    border-radius: 10px;
}
.carousel .carousel-box .box h3.bold{
    position: relative;
    width: 60%;
    margin: 100px 0 0 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 36px;
    text-transform: uppercase;
}
.carousel .carousel-box .box .desc{
    position: relative;
    margin: 50px 0;
    width: 70%;
    font-size: 14px;
    line-height: 1.5em;
}
.carousel .slick-dots{
    right: 0;
}
.carousel .slick-prev{
    right: calc(50% - 40px);
    bottom: 0;
}
.carousel .slick-next{
    right: calc(50% - 80px);
    bottom: 0;
}
.right-dots{
    position: relative;
}
.right-dots:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 60%;
    top: 20%;
    bottom: 20%;
    right: 0;
    opacity: 0.2;
    background: url('img/dot.png');
}
.wp-block-group.has-background.no-margin,
.no-margin{
    margin: 0;
    padding: 0;
}
.padding-40{
    padding: 40px 20px 40px 40px;
    box-sizing: border-box;
}
.wp-block-buttons.alignright{
    text-align: right;
}

.news .wp-block-column{
    position: relative;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.18);
}
.news .wp-block-column .news-photo{
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
}
.news .wp-block-column .news-photo .img-basic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.news .wp-block-column .news-photo .actual-basic-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.news .wp-block-column .news-photo .show-hover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    overflow: hidden;
    transition: 350ms;
}
.news .wp-block-column .news-photo:hover .show-hover{
    background: rgba(0,0,0,0.65);
}
.news .wp-block-column .news-photo .show-hover i{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    top: -30%;
    left: 50%;
    border: 1px solid rgba(255,255,255,0.9);
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    line-height: 70px;
    transition: 350ms;
}
.news .wp-block-column .news-photo:hover .show-hover i{
    top: 50%;
}
.news .wp-block-column .news-photo .show-hover i:before{
    font-size: 40px;
    color: #0269a9;
}
.news .wp-block-column .text-zone{
    position: relative;
    width: 100%;
    padding: 50px 50px 40px 50px;
    box-sizing: border-box;
}
.news .wp-block-column .text-zone h3{
    position: relative;
    margin: 0;
    font-size: 20px;
    line-height: 1.2em;
    color: #3c4044;
}
.news .wp-block-column .text-zone h3:after{
    position: relative;
    content: '';
    width: 80px;
    height: 2px;
    background: #ee3c46;
    display: block;
    margin: 20px 0;
}
.news .wp-block-column .text-zone p.desc{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.4em;
}
.news .wp-block-column .text-zone .bottom-line{
    position: relative;
    margin: 30px 0 0 0;
    padding-top: 15px;
    border-top: 1px solid #dadada;
    font-size: 12px;
}
.news .wp-block-column .text-zone .bottom-line a{
    position: relative;
    text-decoration: none;
    float: right;
    color: #ee3c46
}

.wp-block-cover, .wp-block-cover-image{
    width: inherit;
}


.wp-block-image{
    margin: 0;
    padding: 0;
}
.wp-block-image img{display: block;}



.under-banner-menu{
    position: relative;
    width: 100%;
}
.under-banner-menu ul.social_footer_menu{
    position: relative;
    margin: 0 60px 80px 60px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.under-banner-menu ul.social_footer_menu li{
    position: relative;
    margin: 20px 30px 0 0;
}
.under-banner-menu ul.social_footer_menu li a{
    position: relative;
    display: block;
    color: #3c4044;
    transition: 350ms;
    text-decoration: none;
}
.under-banner-menu ul.social_footer_menu li a i{
    margin: 5px 10px 0 0!important;
    float: left;
    color: #FFAC00;
}
.under-banner-menu ul.social_footer_menu li a i:before{
    font-size: 26px;
}
.under-banner-menu ul.social_footer_menu li a p{
    margin: 0;
    font-size: 11px;
}
.under-banner-menu ul.social_footer_menu li a:hover{
    color: #FFAC00;
}
.wp-block-column.widget-side{
    flex-basis: 30%;
    flex-grow: 0;
}


.single-image{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 40px 0;
}

.widget-box{
    position: relative;
    width: 100%;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 50px 0;
}
.widget-box h3{
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
}
.ar_gallery_widget{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.ar_gallery_widget li{
    position: relative;
    margin: 0 0 13px 0;
    box-sizing: border-box;
}
.ar_gallery_widget li:nth-last-child(1){
    margin: 0;
}
.ar_gallery_widget li a{
    position: relative;
    text-decoration: none;
    color: #474747;
    box-sizing: border-box;
    display: block;
}
.ar_gallery_widget li a:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.ar_gallery_widget li a img{
    position: relative;
    float: left;
    margin: 0 15px 0 0;
}
.ar_gallery_widget li a span{
    position: relative;
    display: block;
}
.ar_gallery_widget li a span.title{
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    line-height: 1.3em;
}
.ar_gallery_widget li a span.date{
    font-size: 8px;
    color: gray;
}
.wp-block-button__link{
    background-color: #ee3c46;
}
.wp-block-button__link:hover{
    background-color: #0269a9;
}
.entry-content .no-bottom{
    margin-bottom: 0;
}
/*** Works on common browsers ***/
::selection {
    background-color: #0269a9;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #0269a9;
    color: #fff;
}
ul.white{
    position: relative;
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    font-size: 14px;
    list-style: none;
    color: #737373;
}
ul.white li{
    position: relative;
    width: 100%;
    padding: 7px 25px;
    box-sizing: border-box;
}
ul.white li:before{
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'dashicons', arial, sans-serif;
    content: '\f132';
    font-size: 12px;
    color: #ee3c46;

}
.loans{
    position: relative;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
    box-shadow: 0 8px 30px rgba(0,0,0,0.20);
}
.loans .slidecontainer{
    position: relative;
    width: 100%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}
.loans .slidecontainer .how-much{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}
.loans .slidecontainer .how-much.last{
    margin: 0;
}
.loans .slidecontainer .how-much:after,
.loan .results:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.loans .slidecontainer .how-much .text,
.loans .slidecontainer .how-much .small-text{
    position: relative;
    width: 50%;
    float: left;
}
.loans .slidecontainer .how-much .text .small-text,
.loans .slidecontainer .how-much .text .big-text{
    position: relative;
    width: 100%;
    display: block;
}
.loans .slidecontainer .how-much .text .small-text{
    font-size: 12px;
    color: #969696;
}
.loans .slidecontainer .how-much .text .big-text{
    font-size: 30px;
}
.loans .slidecontainer .how-much .text.right,
.loans .slidecontainer .how-much .small-text.right{
    text-align: right;
}
.loans .slidecontainer .how-much .small-text{
    font-size: 12px;
}

input[type=range] {
    width: 100%;
    margin: 13px 0 6px 0;
    background-color: transparent;
    -webkit-appearance: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    background: #e8e8e8;
    border: none;
    width: 100%;
    height: 9px;
    cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
    margin-top: -7px;
    width: 22px;
    height: 22px;
    background: #ee3c46;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}
.forms .small-text{
    font-size: 10px;
}
.forms .wpcf7-form label{
    margin: 0 0 15px 0;
}
.forms .wpcf7-form br{
    display: block;
}
.forms .wpcf7-form a{
    color: #ee3c46;
}
.forms .wpcf7-form a:hover{
    text-decoration: none;
}
.forms .wpcf7-form label.half{
    position: relative;
    width: calc(50% - 7px);
    float: left;
}
.forms .wpcf7-form:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.forms .wpcf7-form label.half:nth-child(1),
.forms .wpcf7-form label.half:nth-child(3),
.forms .wpcf7-form label.half:nth-child(5){
    margin-right: 14px;
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control{
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    color: #ee3c46;
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control:focus{
    color: #ee3c46;
}

.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.forms .wpcf7-form label span.wpcf7-form-control-wrap textarea::placeholder{
    color: gray;
    opacity: 1;
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control:-ms-input-placeholder,
.forms .wpcf7-form label span.wpcf7-form-control-wrap textarea:-ms-input-placeholder{
    color: gray;
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder,
.forms .wpcf7-form label span.wpcf7-form-control-wrap textarea::-ms-input-placeholder{
    color: gray;
}
.forms .wpcf7-form .wpcf7-submit{
    background: #ee3c46;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 350ms;
    border-radius: 30px;
}
.forms .wpcf7-form .wpcf7-submit:hover{
    background: #ee1612;
}
.forms .wpcf7-form .wpcf7-submit:focus{
    outline: none;
}
.forms .wpcf7 form.invalid .wpcf7-response-output,
.forms .wpcf7 form.unaccepted .wpcf7-response-output{
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0;
    padding: 10px 15px;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #ee3c46;
    color: #fff;
}

::-ms-selection {
    background-color: #ee3c46;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #ee3c46;
    color: #fff;
}

.entry-content .single-layoute{
    position: relative;
    width: 1200px!important;
    margin-top: 80px;
    margin-bottom: 60px;
}
.entry-content .single-layoute:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.section-gray{
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #f2f2f2;
    box-sizing: border-box;
}
.date-line{
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-top: 1px solid #d4d4d4;
}


.side-menu{
    position: fixed;
    top: 0;
    left: -80%;
    width: 68%;
    height: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 350ms;
}
.side-menu.display{
    left: 0;
}
.side-menu a.logo{
    position: relative;
    margin: 0 auto;
    width: 70%;
    display: block;
}
.side-menu a.logo img{
    width: 100%;
    height: auto;
}
.side-menu .main-menu{
    position: relative;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: block;
}
.side-menu .main-menu li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}
.side-menu .main-menu li:nth-last-child(1){
    border: none;
}
.side-menu .main-menu li a{
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    color: #4f4f4f;
}
.side-menu .wpm-language-switcher{
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
}
.side-menu .wpm-language-switcher li{
    float: none;
    margin: 0 3px;
    padding: 0 0 40px 0;
    display: inline-block;
}
.transparent-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: -50;
    transition: 350ms;
}
.transparent-bg.display{
    background: rgba(0,0,0,0.5);
    z-index: 998;
}
.respo-menu{
    position: relative;
    float: right;
    font-size: 32px;
    cursor: pointer;
    margin: 14px 0 0 0;
    display: none;
}
.under-header{
    position: relative;
    width: 100%;
    height: 89px;
}
@media screen and (max-width : 1500px){
    header{padding: 0 80px;}
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {width: calc(100% - 160px);}
    .sliderMain .banner-slide .container .center .text-field .desc p {font-size: 18px;}
    .sliderMain .banner-slide .container .center .text-field h2 {font-size: 24px;}
    .sliderMain .banner-slide .container {height: calc(100vh - 130px);}
    .entry-content h2{font-size: 34px;}
}

@media screen and (max-width : 1300px){
    header{
        position: fixed;
        background: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,0.2);
    }
    header .logo{
        width: 150px;
        margin: 0;
        padding: 15px 0;
    }
    header .main-menu{
        display: none;
    }
    .under-header{
        height: 100px;
    }
    header .wpm-language-switcher{
        display: none;
    }
    .menu-rychly-kontakt-container{
        display: none;
    }
    footer .menu-rychly-kontakt-container{
        display: block;
    }
    .respo-menu{
        display: block;
    }
    .entry-content .single-layoute{
        margin-top: 40px;
        width: 88%!important;
    }
    .entry-content .single-layoute h1.single-page-title{
        font-size: 44px;
    }
}
@media screen and (max-width : 1240px){
    h1.page-title {
        margin: 30px auto 10px auto;
        font-size: 50px;
    }
    .body_menu li a{font-size: 20px}
    .body_menu li a i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    footer .social_footer_menu{
        flex-wrap: wrap;
        flex-direction: row;
        padding: 30px 0;
    }
    footer .social_footer_menu li{
        width: 100%;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }
}
@media screen and (max-width : 1100px){
    body{
        font-size: 14px;
    }
    .entry-content h2{
        font-size: 34px;
    }
    .carousel .carousel-box .box{
        width: 100%;
    }
    .carousel .carousel-box .box h3.bold{
        width: 100%;
        margin: 30px 0 0 0;
        font-size: 30px;
        text-align: center;
    }
    .carousel .carousel-box .box .desc{
        width: 100%;
        font-size: 12px;
        text-align: center;
        margin: 20px 0;
    }
    .carousel .carousel-box .box .shadow{
        display: none;
    }
    .carousel .carousel-box .box a.img-link{
        margin: 0;
        width: 100%;
    }
    .carousel .carousel-box .box a.img-link .square{
        display: none;
    }
    .carousel .carousel-box .box a.img-link img{
        box-shadow: none;
    }
    .carousel-box .wp-block-buttons{
        text-align: center;
    }
}
@media screen and (max-width : 1000px){
    .body_menu li {
        margin: 0 0 30px 0;
        width: calc(100% * (1/1) - 0px - 0px - 0px);
    }
}
@media screen and (max-width : 900px){
    header {
        padding: 0 8%;
    }
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: calc(100% - 16%);
    }
    .wp-block-column {
        flex-basis: auto!important;
        flex-grow: 0;
    }
    h1.page-title{
        font-size: 32px;
        margin: 20px auto 20px auto;
    }
    .entry-content h2 {font-size: 26px;}
    .sliderMain .banner-slide .container .center .text-field .desc p{
        font-size: 16px;
    }
    .sliderMain .banner-slide .container .center .text-field{width: 80%;}
    .sliderMain .banner-slide .container .center .text-field h2{margin: 0 0 10px 0;}
    .sliderMain .banner-slide .container .center .text-field h2:after{margin: 10px 0 0 0;}
    .sliderMain .banner-slide .container .center .text-field .is-style-outline{color: #fff;}
    .wp-block-columns.limitation.has-3-columns .wp-block-column{margin: 0 0 30px 0;}
    .has-text-align-right{text-align: center;}
    .wp-block-buttons.alignright{text-align: center;}
    .wp-block-column:not(:first-child){margin-left: 0;}
    .entry-content iframe{
        margin: 0 0 30px 0;
        display: block;
    }
    .service .wp-block-column{padding: 30px;}
    .service .wp-block-column i:before {font-size: 34px;}
    .entry-content .single-layoute h1.single-page-title{font-size: 30px;}
}

@media screen and (max-width : 780px){
    .loans .slidecontainer{
        padding: 0 0 40px 0;
    }
	.wp-block-columns.limitation.has-2-columns .wp-block-column {
    	width: calc(100% * (1/1) - 0px - 0px - 0px);
    }
	.news .wp-block-column .text-zone {
		padding: 30px 30px 40px 30px;
	}
}

@media screen and (max-width : 700px){
    .sliderMain .banner-slide .container .center .text-field{padding: 0 0 0 40px}
    .loans .slidecontainer .how-much .text .big-text{font-size: 22px;}
    .forms .wpcf7-form label.half{
        width: 100%;
    }
	.entry-content h3.spread{font-size: 22px;}
	.wp-block-group.has-background {
		padding: 0;
	}
	.loans{
		padding: 40px 40px 0px 40px;
	}
	.entry-content h3{
		font-size: 24px;
	}
	.entry-content .single-layoute {
		margin-top: 0px;
	}
	.wp-block-spacer{
		height: 20px!important;
		margin: 0!important;
	}
}

@media screen and (max-width : 600px){
    .sliderMain .banner-slide .container .center .text-field{
        width: 80%;
        padding: 25px;
    }
    .sliderMain .banner-slide .container .center .text-field h2{
        font-size: 22px;
    }
    .sliderMain .banner-slide .container .center .text-field .wp-block-buttons{
        margin: 15px 0 0 0;
    }
    .main-banner {
        width: calc(100% - 50px);
    }
    .space{
        height: 30px;
    }
}


