/*
 Theme Name:   Söntek
 Theme URI:    https://generatepress.com
 Description:  Söntek - GeneratePress child theme
 Author:       Adnan Hünerel
 Author URI:   https://adxportfolio.com
 Template:     generatepress
 Version:      0.1
*/

body, button, input, select, textarea, p span {
    font-family: "Montserrat", sans-serif!important;
}

footer.site-info {
    background-color: #484848 !important;
}

/* Menu */
ul#menu-ana-menu a {
    text-transform: uppercase;
    font-weight: 500;
}

.main-navigation .main-nav ul li a {
    line-height: 30px;
    font-size: .8125rem;
    transition: .4s ease-in-out;
}

#menu-ana-menu .iletisim-menu a {
    border: 1px solid #55555e;
    font-weight: 700!important;
}

@media only screen and (min-width: 768px) {
    #menu-ana-menu .iletisim-menu a {
    padding: 0 30px;
    margin-left: 20px;
}

}

#menu-ana-menu .iletisim-menu a:hover {
    background-color: black;
    color: white;
}

.main-navigation .main-nav > ul > li:not(:last-child) > a:before {
    left: 80%;
    right: 80%;
    opacity: 0;
    visibility: hidden;
}


.main-navigation .main-nav > ul > li:not(:last-child) > a:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0px;
    z-index: 0;
    background: #ed1c24;
    border-radius: 0;
    transition: .4s ease-in-out;
    pointer-events: none;
}

.main-navigation .main-nav > ul > li:not(:last-child):hover > a:before {
    left: 15%;
    right: 15%;
    opacity: 1;
    visibility: visible;
}

.site-main {
    margin-top: 0px!important;
}

.inside-article {
    padding-top: 0px!important;
}

.vc_custom_1638019388307 {
    margin-top: 0px!important;
}

@media screen and (max-width: 992px) {
li#menu-item-25 {
    margin-top: 20px;
}

li#menu-item-25 a {
    padding: 10px;
    text-align: center;
    background-color: #f33b38;
    color: white;
    border: 0px!important;
}
}

.whatsapp-icon {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin: 20px;
}

.whatsapp-icon img {
    width: 60px;
}

/* Other Styles */
.black-fullwidth-band span, .black-fullwidth-band h3 {
    color: #c9c9c9!important;
}

.black-fullwidth-band h3 {
    color: white!important;
    text-transform: uppercase;
    font-weight: 600;
}

.vc_btn3-color-black:hover {
    background-color: #ff4b3c!important;
}

.footer-widgets {
    background-color: #393939;
    color: #c7c7c7;
}

.footer-widgets a {
    color: #c7c7c7;
	font-weight: 400;
}

.footer-widgets a:hover {
    color: white;
}

.vc_btn3.vc_btn3-size-md {
    padding-left: 50px!important;
    padding-right: 50px!important;
}