:root {
    /* Ana Renkler */
    --color-cream:        #F5F0DC;        /* Ana arka plan - krem */
    --color-cream-light:  #FAF7ED;        /* Açık krem */

    /* Metin Renkleri */
    --color-text-dark:    #2C2B29;        /* Ana koyu metin */
    --color-text-medium:  #4A4845;        /* Orta ton metin */
    --color-text-light:   #7A7770;        /* Açık ton metin */

    /* Vurgu Renkleri */
    --color-gold:         #E8C96A;        /* Altın sarısı - butonlar, vurgu */
    --color-gold-light:   #F5DFA0;        /* Açık altın */
    --color-gold-bg:      #FBF3D5;        /* Altın arka plan tonu */

    /* Section Arka Plan Renkleri */
    --section-bg-lgray:       #f3f3f3;
    --section-bg-purple:      #64004d;
    /* Tipografi */
    --font-body:          'Poppins', sans-serif;
    /* Transition */
    --transition:         all 0.3s ease;
}



/*===================================*
  10. START FOOTER
*===================================*/
.overlay_bg_85{
    position: relative;
}
.overlay_bg_85:before{
    background-color: rgba(68,17,56,.85);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
footer {
    position: relative;
    z-index: 1;
}
.footer_logo {
    margin-bottom: 15px;
}
.footer_desc p {
    font-size: 1rem;
    font-weight: 200;
}
.top_footer {
    padding: 80px 0;
}
.widget_links {
    list-style: none;
    padding: 0;
}
.widget_links li {
}
.widget_links li:last-child {
    padding-bottom: 0;
}
.widget_links li a {
    color: #636363;
    font-size: 16px;
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
.widget_links.links_style1 li a:hover,
.widget_links.links_style2 li a:hover {
    padding-left: 5px;
}
.contact_info {
    list-style: none;
    padding: 0;
}
.contact_info > li > i {
    font-size: 16px;
    vertical-align: middle;
    max-width: 30px;
    width: 100%;
    text-align: center;
    margin-right: 5px;
}
.contact_info li:first-child {
    margin-top: 0;
}
.contact_info > li {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.contact_info > li a {
    text-decoration: none;
}
.contact_info li span {
    margin-right: 10px;
    color: #778c4a;
    max-width: 20px;
    text-align: center;
    width: 100%;
}
.contact_info_style1 li span {
    background-color: transparent;
    box-shadow: none;
    margin-right: 5px;
    padding-left: 0;
}
.contact_info i + *,
.contact_info span + * {
    font-size: 16px;
    font-weight: 200;
    color: #636363;
    margin: 0;
}
.contact_info.contact_info_style2 li span {
    font-size: 16px;
    background-color: #778c4a;
    box-shadow: none;
    border-radius: 100%;
    max-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: relative;
    margin: 0px 15px 0px 0px;
    width: 100%;
}
footer .widget_title {
    font-size: 16px;
    letter-spacing: 0.5px;
}
footer .widget_title2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
footer .widget_title3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 25px 0 5px;
}
.widget_title {
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
.bottom_footer {
    padding: 30px 0;
    position: relative;
}
.footer_link li {
    display: inline-block;
    position: relative;
}
.footer_link li::before {
    content: "";
    height: 12px;
    width: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.footer_link li:first-child:before {
    content: normal;
}
.footer_link li a {
    font-size: 14px;
    padding: 0 10px;
    color: #888;
}
.footer_link li a:hover,
.widget_links li a:hover,
.contact_info li a:hover {
    color: #778c4a;
}
.contact_info li .link {
    padding: 0;
}
.contact_info li .link li a{
    font-size: 1.5rem;
    margin-right: 15px;
}
.footer_nav {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.copyright {
    font-size: 14px;
}
.footer_dark h1,.footer_dark h2,.footer_dark h3,.footer_dark h4,.footer_dark h5,.footer_dark h6,
.footer_dark p,
.footer_dark .contact_info li i,
.footer_dark .contact_info i + *,
.footer_dark .contact_info span + *,
.footer_dark .widget_links li a,
.footer_dark .footer_link li a,
.footer_dark .post_content h6 a {
    color: #fff!important;
}
.footer_dark .widget_links li a:hover,
.footer_dark .footer_link li a:hover,
.footer_dark .post_content h6 a:hover,
.footer_dark .contact_info a:hover {
    color: #778c4a!important;
}
.border_top_transparent {
    border-top: 1px solid rgba(255,255,255,0.3);
}
/*===================================*
  10. END FOOTER
*===================================*/
