/*
 Theme Name:   Kierinki Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



body {
    overflow-x: hidden;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.gutentor-button {}

a {
    text-decoration: none;
}

.separate-containers .site-main {
    margin: 0px 20px;
}

.front-banner-content {
    max-width: 700px;
    margin: 0 auto;
}

.gutentor-button {
    position: relative;
}

.wpcf7-submit:after,
.gutentor-button:after {
    content: '';
    background-image: url(assets/images/arrow1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 18px;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 35px;
    height: 18px;
}

.top-bar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.top-bar .top_head_button {
    margin-top: 22px;
}

.top-bar .top_head_button a {
    border-radius: 8px;
    color: #384184;
    background-color: #e5deec;
    border: 2px solid #8480b1;
    padding: 10px 15px 10px 15px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.top-bar .top_head_button a:hover {
    color: #ffffff;
    background-color: #8480b1;
}

.top-bar .top_head_button a i {
    transform: rotate(100deg);
    margin-right: 5px;
}

.header_wrapper {
    z-index: 99;
    position: absolute;
    width: 100%;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    font-weight: 700;
}

.main-navigation .main-nav ul li a {
    padding-left: 25px;
    padding-right: 25px;
}

.main-navigation a {
    font-size: 16px;
}

.banner_bg_left>div {
    display: flex;
    justify-content: flex-end;
}

.front_content_right {
    max-width: 600px;
}

.front_content_left {
    max-width: 600px;
    float: right;
}

.front_services .gutentor-single-item-image-box .gutentor-image-thumb img {
    max-height: 180px;
    width: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.wp-block-navigation .wp-block-navigation-item {
    font-size: 24px;
}

.front_ser_column .grid-row>.gutentor-single-column>.gutentor-col-wrap {
    padding-right: 120px;
}


/* .front_ser_column .grid-row>.gutentor-single-column>.gutentor-col-wrap:after {
    content: '';
    background-image: url(assets/images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
} */

.front_ser_column .gutentor-element-image-box {
    position: absolute;
    right: 29px;
    bottom: 25px;
}

/* Breadcrumb Style */
.breadcrumb_wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}

.breadcrumb_wrapper .breadcrumb {
    padding: 20px 15px 25px 15px;
    list-style: none;
    color: #FFF;
    border-bottom: 1px solid #5c5c5c;
}

.breadcrumb_wrapper .breadcrumb a {
    text-decoration: none;
    color: #FFF;
}

.breadcrumb_wrapper .breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb_wrapper .breadcrumb .current {
    color: #D1EFD1;
}

.site-footer {
    position: relative;
    overflow: hidden;
}

/* 
.site-footer:after {
    content: '';
    background-image: url(assets/images/helvi-01.png);
    position: absolute;
    width: 600px;
    height: 550px;
    left: 0;
    bottom: -200px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: 10%;
} */

.site-footer .footer-widgets .footer-widgets-container,
.site-footer .site-info .inside-site-info {
    position: relative;
    z-index: 9;
}

.site-footer .gutentor-section .gutentor-single-item {
    width: 48px;
}

/* Banner css */
.page__banner_section {
    width: 100%;
    position: relative;
    top: 0px;
    height: 400px;
    background-color: #E8F1FF;
}

.page__banner_section .banner-container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page__banner_section .banner_thumb {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}


.page__banner_section .banner_thumb img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/* .page__banner_section .banner_thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(56, 65, 132, 0.65);
} */

.page__banner_section .banner-content {
    text-align: center;
    position: relative;
    color: #FFF;
    padding: 40px 30px;
    width: 100%;
}

.page__banner_section .banner-content .banner-heading {
    color: #FFF;
    position: relative;
    padding: 5px 10px;
    padding-top: 50px;
}

.page__banner_section .banner-content .banner-heading h1 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 15px !important;
    word-wrap: break-word;
}

.page__banner_section .banner-content .banner-heading p {
    font-size: 20px;
    margin-bottom: 0px;
}


.post_listing_wrapper.gutentor-blog-list article.gutentor-post {
    border-bottom: 2px solid #FF883E;
    margin-bottom: 15px;
}

.post_listing_wrapper.gutentor-blog-list article.gutentor-post:last-child {
    border-bottom: 0px solid #FF883E;

}

.sidebar-menu-container {
    padding: 35px 35px 35px 35px;
    background-color: #E8F1FF;
    margin: 15px;
    border-radius: 10px;
}

.sidebar-menu-container ul.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
}

.sidebar-menu-container ul.sidebar-menu li {
    margin-bottom: 5px;
}

.sidebar-menu-container ul.sidebar-menu li.current_page_item {
    font-weight: 600;
}

/* contact page */
.contact_form_wrapper {
    max-width: 100%;
    margin: 0 auto 25px;
}

.contact_form_wrapper .field_row {
    display: block;
}

.contact_form_wrapper .field_row.half_field {
    display: flex;
    justify-content: space-between;
}

.contact_form_wrapper .field_row.half_field .field_item {
    flex: 0 0 50%;
    width: 50%;
}

.contact_form_wrapper .field_row .field_item {
    padding: 10px 0px;
}

.contact_form_wrapper .field_row .field_item label {
    font-size: 20px;
    padding-bottom: 5px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.contact_form_wrapper .field_row .field_item h3 {
    margin-bottom: 5px;
    color: #032364;
}

.contact_form_wrapper .field_row .field_item>p {
    margin-bottom: 0px;
}

.contact_form_wrapper .field_row .field_item .form-control {
    width: 100%;
    background-color: #FFF9F2;
    border: 1px solid #FFF9F2;
    font-size: 14px;
    border-radius: 0px;
    padding: 10px 15px !important;
}

.contact_form_wrapper .field_row .field_item textarea {
    height: 200px;
}

.contact_form_wrapper .field_row .field_item .form-control.wpcf7-checkbox {
    border: 0;
    padding: 10px 0px !important;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
}

.contact_form_wrapper .field_row.field_button {
    /* text-align: center; */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
    border-radius: 0px;
    color: #2F2F37;
    background-color: #D1EFD1;
    padding: 12px 35px 12px 35px;
    font-size: 16px;
    font-weight: 500;
}

.contact_form_wrapper .field_row .field-btn {
    /* width: 160px; */
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.wp-block-button__link:not(.has-background):hover,
.contact_form_wrapper .field_row .field-btn:hover {
    color: #2F2F37;
    background-color: #9EC6FB;
}

.contact_form_wrapper .wpcf7-spinner {
    position: absolute;
}

.contact_form_wrapper .wpcf7-submit {
    background-image: url(assets/images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 35px 18px;
    padding-right: 70px;
}



iframe {
    display: block;
}

.menu-toggle {
    text-transform: uppercase;
    font-size: 22px;
    padding: 0 5px;
}

.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
    border-width: 0px !important;
    border: 0px !important;
}

.wp-block-table td {
    padding: 0.65em .1em;
    border-bottom: 1px solid #e1d1c2 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 15px !important;
}

.has-inline-mobile-toggle #site-navigation.toggled {
    /* margin-top: 4.5em; */
    background-color: #2F2F37;
    padding-top: 15px;
    padding-bottom: 15px;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #FF883E;
    text-align: center;
    color: #FF883E;
}

.cnt_address_info .gutentor-single-column,
.page_grid_info .gutentor-single-column {
    margin-bottom: 25px;
}

@media (max-width:767px) {
    .mob_none {
        display: none;
    }

    .main-navigation a {
        font-size: 20px;
    }

    .breadcrumb_wrapper .breadcrumb {
        padding: 25px 0px 25px 0px;
    }

    .front_ser_column .grid-row>.gutentor-single-column>.gutentor-col-wrap {
        padding-right: 70px;
    }

    .site-footer:after {
        width: 400px;
        height: 350px;
        left: -80px;
        bottom: -130px;
    }

    .gutentor-social .inline-wrapper {
        justify-content: center !important;
    }

    .page__banner_section .banner-container {
        justify-content: center;
    }

    .page__banner_section {
        height: 280px;
    }

    .page__banner_section .banner-content {
        padding: 30px 15px 30px 15px;
        width: 80%;
    }

    .page__banner_section .banner-content .banner-heading h1 {
        font-size: 36px;
    }

    .top-bar {
        position: relative;
    }

    .top-bar .top_head_button {
        margin-top: 0px;
        display: flex;
    }

    .top-bar .top_head_button a {
        padding: 8px 15px 8px 15px;
    }

    .page__banner_section .banner_thumb img {
        width: 330px;
        right: -35%;
        top: 15%;
        transform: rotate(0deg);
    }
}