/*
Theme Name: Strateji Theme by FC
Description: Strateji Serbest Muhasebe Mali Müşavirlik
Version: 1.2
Author:	Ferhat ÇAKILTAŞ
Theme URI: https://stratejismmm.com.tr
Author URI: https://ferhat.tr

*/ 

.header-menu .menu-center-block li {
    padding: 0 12px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu .menu-center-block li:hover a {
    color: var(--blue);
}

.footer-nav-item li {
    margin-top: 12px;
}

.footer-nav-item li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--line);
}
.form-contact.style-two input[type="submit"] {border: none;
    outline: none;
    transition: 0.3s;}
.form-contact.style-two input[type="submit"]:hover {
background-color: var(--blue);
cursor:pointer;
}
.blog-paragraph table tr td {
  border: 1px solid #f0f0f0;
  border-spacing: 0px;
  padding: 2px 10px;
}
.blog-paragraph table {border-spacing: 0;}

.blog-paragraph p {
    margin-bottom: 15px;
}

.blog-paragraph h1,h2,h3,h4,h5 {
    margin-bottom: 15px;
}
.header-menu .menu-center-block li a {
    line-height: 80px;
}
.blog-list.style-detail #comments input[type="submit"] {
    transition: all ease 0.5s;
    cursor: pointer;
    display: inline-block;
    border-radius: 48px;
    padding: 12px 36px;
    background-color: var(--blue);
    color: var(--white);
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
}

.blog-list.style-detail #comments input[type="submit"]:hover {
    background-color: var(--on-surface);
    color: white;
}
.blog-list.style-detail .blog-form-contact textarea {
    border-radius: 8px;
    resize: none;
    width: 100%;
    padding: 16px;
    background-color: var(--white);
    margin-bottom: 10px;
}

.comment-form-cookies-consent {
    font-size: 12px;
    margin-bottom: 10px;
}

div#comments {
    width: 100%;
}

p.comment-form-url {
    display: none;
}

p.comment-form-author,p.comment-form-email {
    margin-bottom: 10px;
}

p.comment-form-email {}

.blog-list.style-detail .blog-form-contact input[type="text"] {
    border-radius: 8px;
    width: 100%;
    padding: 16px;
}
.h1_custom_font h1 {
    text-align: center;
    font-size: 14px;
    color: #bcbcbc;
    font-weight: 100;
    text-wrap: nowrap;
}

.h1_custom_font {
    overflow: hidden;
    width: 270px;
    margin: 7px auto 0px;
    height: 30px;
}
ul.pratik-bilgiler li a {
    position: relative;
    transition: all .3s;
    color: #333333;
    margin-left: 0;
}

ul.pratik-bilgiler li a:after {
    content: '\e97f';
    position: absolute;
    right: -18px;
    font-family: "Phosphor-Bold" !important;
}

ul.pratik-bilgiler li a:hover {
    color: #3033f3;
    margin-left: 5px;
}
textarea {
    resize: none;
}