/*
Theme Name: AcrCiciko
Theme URI: http://www.mag-net.com.tr/
Author: Magnet Web
Description: Mag-net Web teması
Version: 1.0
License:
License URI:
Text Domain: magnet_wp
*/
body{
    background-color:#F1F1F1 !important;
    font-family: "Open Sans", sans-serif;
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.site{
    background-color:#f1f1f1;
}

/*Start: Fix the Wordpress admin bar style */
@media screen and (max-width: 782px){
    body.admin-bar{
        margin-top: 46px!important;
    }
    body.admin-bar #wpadminbar{
        margin-top: -46px;
    }
}
@media screen and (min-width: 782px){
    body.admin-bar{
        margin-top: 32px!important;
    }
}
/*End: Fix the Wordpress admin bar style */

header {
    padding: 0 0 20px 0;
    background-color:#fff !important;
}
header .top-area {
    padding: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
header .top-area .contact-area div {
    display: inline-block;
}
header .top-area .contact-area div a {
    font-family: "Roboto", sans-serif;
    color: #BDBDBD;
    font-size: 13px;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
}
header .top-area .contact-area div a:hover {
    color: #000;
}
header .top-area .contact-area div:after {
    content: '/';
    color: rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}
header .top-area .contact-area div:last-child:after {
    display: none;
}
header .top-area .social {
    text-align: right;
}
header .top-area .social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    color: #FFFFFF;
    opacity: .8;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
}
header .top-area .social a:hover {
    opacity: 1;
}
header .top-area .contact-area div a:hover{
    color:#ef7f1b !important;
}
header .top-area .contact-area div a{
    color:#2b2a28 !important;
}
@media (max-width: 768px){
    header .top-area .contact-area div a span{
        display: none
    }
}

.title {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}


.slider-area{
    position: relative;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.slider-area .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.slider-area .swiper-container .swiper-pagination-bullet-active {
    background:#ffffff;
}
.slider-area .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.slider-area .slider-left, .slider-area .slider-right {
    position: absolute;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
    background: rgba(218, 218, 218, 0.6);
    width: 45px;
    text-align: center;
    height: 45px;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    outline: none;
}
.slider-area .slider-left {
    left: 20px;
}
.slider-area .slider-right {
    right: 20px;
}

.slider-area .swiper-container .swiper-slide {
    background-size: cover !important;
    background-position: center !important;
}

.slider-buttons{
    position: absolute;
    bottom: 0;
    background:#dd1616;
}
.slider-buttons .slide-btn{
    color:#fff
}
.slider-buttons .slide-btn:first-child{
    background: rgb(0, 0, 0, .2);
}

.products-slider .swiper-pagination, .services-slider .swiper-pagination {
    margin-bottom: -15px;
}
.products-slider .swiper-pagination .swiper-pagination-bullet, .services-slider .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

@-webkit-keyframes ShineAnimation{
    from{
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(255,255,255,0) 0,
            rgba(255,255,255,0) 45%,
            rgba(255,255,255,.5) 48%,
            rgba(255,255,255,.6) 50%,
            rgba(255,255,255,.5) 52%,
            rgba(255,255,255,0) 57%,
            rgba(255,255,255,0) 80%
        );
        background-position:-50px -250px;
        background-size:200px 200px
    }
    to{
        background-repeat:no-repeat;
        background-position:50px 250px
    }
}

div.why{
    background-color:#fff !important;
    position: relative;
    padding: 50px 0;
}
.why p {
    line-height: 26px;
    text-align: justify;
}
div.why a.text-area-btn:hover span{
    color:#45b748 !important;
}
div.why a.text-area-btn span{
    color:#FFFFFF !important;
}
div.why a.text-area-btn{
    color:#45b748 !important;
}
div.why a.text-area-btn{
    background-color:#45b748 !important;
}
div.why p{
    color:#2b2a28;
}
div.why div.title{
    color:#ef7f1b;
}
.why .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11, 36, 175, 0.85);
}

nav.breadcrumbs{
    background: #eceeef;
}

.products .box figure{
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 250px;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
}
.products .box figure a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.sub-menu{
    padding-left: 15px !important;
}

.tax-title{
    font-size: 27px;
    font-weight: 600;
}

.archive .card-block h2{
    font-size: 24px;
}

@media (max-width: 720px){
    .slider-area .swiper-container {
        max-height: 350px !important;
        height: 300px;
    }
    .slider-buttons{
        bottom: 0;
        right: 0;
        left: 0;
    }
    .slider-buttons .btn-group{
        width: 100%;
    }
    .slider-buttons .slide-btn{
        width: 50%;
        padding: 10px;
    }
}
@media (min-width: 720px){
    .slider-area .swiper-container {
        height: 550px;
    }
    .slider-buttons{
        right: 100px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .slider-buttons .slide-btn{
        padding: 15px;
    }
    .slider-buttons .slide-btn:first-child{
        animation: ShineAnimation 2s infinite ease-in-out;
        -webkit-animation: ShineAnimation 2s infinite ease-in-out;
    }

    .why .about-img {
        position:relative;
        z-index: 1;
    }
    .why .about-img:before {
        content:"";
        position:absolute;
        z-index:-1;
        -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
        box-shadow:0 0 20px rgba(0,0,0,0.8);
        top:15px;
        bottom:15px;
        left:0;
        right:20px;
        -moz-border-radius:100px / 10px;
        border-radius:100px / 10px;
    }
}
