/*
Theme Name: Acentemjet
Theme URI: http://acentemjet.com/wp
Author: Intense Yazılım
Author URI: http://intense.com.tr/
Description: Acentemjet Web Site Paketi Wordpress versiyonu, Acentemjet ürününü kendi sunucusunda kullanmak isteyen acenteler için geliştirildi.
Version: 1.0.7
*/


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top:60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* for footer */
    font-family: 'Raleway', sans-serif;;
    font-weight: 400;
}



body > .container {padding-bottom:30px}

/* Acentemjet - General */
h2{
    text-align:center;
    padding: 20px;
    font-size:25px
}




/* Card */
.card-header {font-weight:600}
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0, 0.06);
}

/* Footer */
.footer {
    margin-top:10px;
    height: 60px;
    margin-bottom:0px;
    line-height: 60px;
}


.footer-social {
    padding-top:8px
}

.footer-social a {
    padding:0 7px;
}


/* MÃ¼ÅŸteri Logo Slider */
.logoSliderContainer {background:#ffffff;height:90px;vertical-align:middle;}
.logoSliderContainer img {}


/* Teklif Form Butonu */
.teklif-form-button {
    font-weight:600;
    color: #3e95c6;
    background-color: #f3f7fd;
    border-color: #3e95c6;
}

.teklif-form-button:hover {
    color: #fff;
    background-color: #0272b1;
    border-color: #0062cc;
}

@media (max-width: 1280px) {

    .teklifFormButton .card-header {padding:10px 5px;font-size:15px}
    .teklifFormButton .teklifFormIcon {font-size:17px;padding-top:5px}

}

@media (min-width : 768px) and (max-width : 1024px) {
    .teklifFormButton .card-text {height:45px}
}

.teklifFormButton .card-header {font-size:16px}
.teklifFormButton .card-text {max-height:65px;overflow:hidden}

/* Sayfa Ä°Ã§eriÄŸi */
.page-content {background:#ffffff;padding:30px;margin:0 15px;border-radius: 5px;}

.announcement .card-body {min-height:217px}

.logo-slide {margin-top:45px}
.logo-slide img {position:relative;
    top:50%;
    transform: translateY(-50%);}

/* Logo Boyutu */
.navbar-brand img {height:60px}



.nav-item {
    margin-bottom: 10px;
}

.dropdown .nav-item {
    margin-bottom: 0px;
    line-height: 30px;
}

.dropdown .menu-item a {
    height: 40px;
    margin:0
}

.nav {
    display: inline-block;
    color: #1d65c5;
    text-decoration: none;
}

.nav-link::after, .dropdown-toggle::after  {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1d65c5;
    transition: width .3s;
    border:none
}

.nav-link:hover::after, .dropdown-toggle:hover::after  {
    width: 100%;
//transition: width .3s;
}

/* List Group Sidebar */
.list-group .active a {color:#ffffff}

.slick-dots {display:none !important;}

/* Faydalı Linkler */
.faydaliLinkler a {
    color: #566a80;
    text-shadow: 0.5px 0.5px #ffffff;
}

.faydaliLinkler h4 {color:#5781a7}


/* Acentelikler */


/* Haberler */
.news-header {background:#3e95c6;color:#ffffff}
.homepage-news-scroller p {font-size:15px;padding-bottom:0;margin-bottom:2px}
.homepage-news-scroller span {float:right}

/* Fl Builder Entegrasyon */
.fl-builder #my-content-wrapper {
    margin: 0;
    padding: 0;
}

.fl-builder #my-content-wrapper {
    max-width: none;
    width: auto;
}

a.fl-button,
a.fl-button:visited,
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    color: #333;
    border: 1px solid #ccc;
}
a.fl-button *,
a.fl-button:visited *,
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
    color: #333;
}

#OtherPagesSidebar li {background:#0f4c9c;border:none}
#OtherPagesSidebar li a {color:#ffffff}

.pageTitle {margin:0 20px}
.pageTitleArea {padding:60px 30px}

/* Form Tasarımları */
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #ffffff !important;
    border: 1px solid #104c9c !important;
    border-radius: 10px !important;
}

.nf-error.field-wrap .nf-field-element:after {border-radius: 10px !important;}


.contact-address label {color:#104c9c;font-size:20px;font-weight:600;width:80px}
.contact-address span {font-size:20px}

.faydaliLinklerContainer h4 {
    color:#0c5369
}

.faydaliLinklerContainer a {
    color:#489fba
}

.haberlerWidget h4, a {
    color:#3e95c6
}



#ninja_forms_required_items, .nf-field-container {margin-bottom:15px !important}
.label-above .nf-field-label {margin-bottom:5px !important}


.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    background-color: #104c9c;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 10px;
}

.haberlerWidget ul,li {text-align:left;padding:0 !important}
.haberlerWidget li {list-style-type:none;}

/* Fix image aspect problem */
.haberlerWidget img {height:auto}

