/*
Theme Name: SetecWp
Theme URI: https://setec.com.tr/
Author: Necati Mert Erlus
Author URI: https://setec.com.tr/
Description: Setec WordPress Theme
Version: 1.0
Text Domain: itus
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.screen-reader-text {
    background: transparent;
}

.whats {
    left: 1%;
    position: absolute;
    z-index: 9999999999;
    top: 140px;
    width: 120px;
    height: 120px;
    }

@media(max-width:600px){

    .whats {
    left: 1%;
    position: absolute;
    z-index: 9999999999;
    top: 110px;
    width: 80px;
    height: 80px;
    }

    .tel1{z-index: 99999999999999999999;bottom:0;left:0;position: fixed;}
}

@media(min-width:601px) and (max-width:780px){

    .whats {
    left: 1%;
    position: absolute;
    z-index: 9999999999;
    top: 120px;
    width: 80px;
    height: 80px;
    }

    .tel1{display: none;}
}

@media(min-width:781px) and (max-width:980px){

    .whats {
    left: 1%;
    position: absolute;
    z-index: 9999999999;
    top: 190px;
    width: 80px;
    height: 80px;
    }

    .tel1{display: none;}
}

@media(min-width:990px) and (max-width:1200px){

    .whats {
    left: 1%;
    position: absolute;
    z-index: 9999999999;
    top: 140px;
    width: 80px;
    height: 80px;
    }
    .tel1{display: none;}
}
@media(min-width:1201px) and (max-width:1400px){

    .whats {
    left: 1%;
    position: absolute;
    z-index: 9999999999;
    top: 180px;
    width: 80px;
    height: 80px;
    }
    .tel1{display: none;}
}

@media(min-width:1401px){
    .tel1{display: none;}
}


input.wpcf7-form-control {
    height:25px;
    line-height:5px;
    width: 100%;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: none;
    /* add submit button a rounded corner */
    -o-border-radius: 5px;
    /*for opera*/
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* add input box a inset shadow  */
    -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    /*for Mozilla*/
    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    /*for Chrome and Safari*/
    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
input.wpcf7-form-control:focus {
    border:solid 1px #73ac57;
}
textarea.wpcf7-form-control:focus {
    border:solid 1px #ccc;
}
textarea.wpcf7-form-control {
    height:100px;
    width: 100%;
    padding: 10px 3px 3px 15px;
    margin: 2px 13px 16px 0;
    background: #FBFBFB;
    outline: none;
    /* add submit button a rounded corner */
    -o-border-radius: 5px;
    /*for opera*/
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* add input box a inset shadow  */
    -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    /*for Mozilla*/
    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    /*for Chrome and Safari*/
    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
p.iletisim {
    width:271px;
    float:left
}

input#gonder:hover {
    background:#303030;
    color:#fff;
}

input#gonder {
    width:100px !important;
    line-height:50px;
    font-weight: bold;
    color: #777;
    margin-right:30px;
    background-color: #ececec;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
    padding: 3px 10px;
    cursor: pointer;
    /* add submit button a rounded corner */
    -o-border-radius: 5px;
    /*for opera*/
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* add background gradient effet */
    /*for Chrome and Safari*/
    background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ddd));
    /*for Mozilla*/
    background: -moz-linear-gradient(top, #ececec, #ddd);
    /*for IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ddd');
}

input.wpcf7-form-control.wpcf7-submit{width: 200px !important;}

.wpls-logo-showcase .slick-dots li button{display: none;}



