/* 
Theme Name: Kadence Child 
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: Twenty Seventeen Child 
Theme Author: Engin
Author URI: http://yourdomain.com
Version: 1.0.0
Text Domain: kadence-child
Template: kadence
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

body {
    background-color: #ffffff;
}

.align-center {
    text-align: center;
}

.lh-mid {
    line-height: 1.2;
}

.rounded-circle-bg {
    display: inline-block;
    background: #ffffff66;
    padding: 15px;
    border-radius: 50%;
    line-height: 1;
}

.main-gallerry .kt-row-column-wrap {
    padding: 0 !important;
}

#masthead {
    border-bottom: 1px solid #DDDD;
}

.main-navigation .primary-menu-container>ul>li.menu-item>a {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: #000000;
}

.entry-hero-container-inner {
    background-image: url(assets/img/header-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.entry-hero-container-inner h1 {
    color: #ffffff;
    text-transform: uppercase;
}

.hero-section-overlay {
    background: rgba(34, 34, 34, 0.5);
}

.content-area {
    margin-top: 3rem;
}

.entry.single-entry {
    box-shadow: none;
}

.products.grid-lg-col-1>li {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDD;
}

.products.grid-lg-col-1>li:last-child {
    border-bottom: none;
}

.woocommerce-loop-product__title {
    text-transform: uppercase;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background-color: #c0a375;
}

.header-cart-button .header-cart-total {
    position: absolute;
    top: -13px;
    right: -13px;
}

.kadence-header-cart .header-cart-button {
    position: relative;
}

.wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap {
    min-height: 200px;
    align-items: start;
}

.contact-tabel-area>div {
    border: 5px solid #eeeeee;
    padding: 6px 10px;
    min-height: 200px;
    border-radius: 10px;
}

footer .element-social-inner-wrap {
    justify-content: center;
}

.site-middle-footer-wrap .site-footer-row.site-footer-row-columns-3 {
    grid-template-columns: 1fr 1fr 2fr;
}

.caption-overlied figure {
    position: relative;
}

.caption-overlied figcaption {
    position: absolute;
    bottom: 0;
    padding: 50px 20px;
    background: -moz-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -webkit-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
}

footer .site-middle-footer-inner-wrap .widget {
    margin-bottom: 0;
}

footer h3 {
    font-size: 1rem;
}

footer p,
footer a:not(.social-button) {
    font-size: 0.875rem;
}

footer a:not(.social-button) {
    color: #c0a375 !important;
}

footer ul {
    line-height: 1.8;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    color: #bcbcbc;
    display: block;
    font-family: "Raleway";
    font-size: 0.875rem;
    line-height: 1.8;
    overflow: hidden;
    padding: 0.72em 0;
    padding-left: 1.8em;
    position: relative;
    width: 100%;
}

footer ul li::before {
    background: #c0a375;
    content: "";
    height: 0.36em;
    left: 0;
    margin-top: -0.18em;
    position: absolute;
    top: 50%;
    width: 0.36em;
}

.site-bottom-footer-inner-wrap {
    color: #fff;
}

.video-area-1 {
    padding-right: 60px;
}

@media (max-width: 768px) {
    .video-area-1 {
        padding-right: 0;
    }

    h2.h2 {
        font-size: 36px !important;
    }
    .site-middle-footer-wrap .site-footer-row.site-footer-row-columns-3 {
        grid-template-columns: 1fr;
    }
}