/*
Theme Name: kleycom
Version: 1.0
Template: themetrust-create
*/


.ct-progress-bars .ct-progress-bar .ct-progress-title {
    color: #fff !important;
    font-size: 120% !important;
}

.ct-progress-bars .ct-progress-bar .ct-progress-bar-content {
    height: 20px;
}

.widget h3{
    text-align: center !important;
}

.post-nav {
	display:none;
}

.panel-grid-cell .widget-title {
    display: none;
}

#blogimage img:hover {
    opacity: .4;
    filter:alpha(opacity=40);
	  transition: 1s ease;
}

#blogimage img {
    opacity: 1;
    filter:alpha(opacity=100);
	  transition: 1s ease;
}

#news-section{
	display:none !important;
}

.checkbox-list{
	padding-top:40px !important;
}

.comments-field{
	padding-top:40px !important;
}

sup{
    font-size:14px !important;
    font-weight:bold !important;
}

#call-us .entry-content a{
    text-decoration: none !important;
    color:white !important;
}

#call-us:before {
        content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
            opacity: .6; 
      }



input[type="checkbox"] {
    visibility: hidden !important;
}

label {
    cursor: pointer;
}
      
input[type="checkbox"] + label:before {
    border: 1px solid #333;
    content: "\00a0";
    display: inline-block;
    font: 14px/1em sans-serif;
    height: 14px;
    margin: 0 10px !important;
    padding: 0;
    vertical-align: top;
    width: 14px;
    vertical-align: baseline !important;
}
      
input[type="checkbox"]:checked + label:before {
    background: #174F8A !important;
    color: #fff !important;
    content: "\2713";
    text-align: center;
}

input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
      
input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.wpforms-form button[type=submit]{
    background-color: #174F8A !important;
    font-size:14px !important;
    padding:12px 35px !important;
    font-family: 'Ruda';
    border-radius:5px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}


.wpforms-form button[type=submit]:hover{
    background-color: white !important;
    color: #174F8A !important;
    border:2px solid #174F8A !important;
    padding:10px 33px !important;
    /* padding:10px 33px !important; */
}

.feat-modal .sow-features-feature {
	background-color:rgba(0,0,0,.8) !important;
    padding:0px !important;
    border:5px solid rgba(255,255,255,1) !important;
	text-align:center !important;
    margin-bottom:0 !important;
    cursor: pointer;
}

.feat-modal .sow-features-feature:hover{
    background-color:rgba(23, 79, 138, .8) !important;
}


input[type="checkbox"] + label:before {
    border: 1px solid #333;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
  }
  input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;
  }
  input[type="checkbox"]:checked + label:after {
    font-weight: bold;
  }
  
  input[type="checkbox"]:focus + label::before {
      outline: rgb(59, 153, 252) auto 5px;
  }

.sow-icon-container {
	text-align:center !important;
	width:100% !important;
}

.sow-icon-fontawesome{
    display:block !important;
    position:relative !important;
    margin:0 auto !important;
}

.sow-features-feature h5{
    text-align:center !important;
    font-size:25px !important
}

.feat-modal .readmore{
    text-align:center;
}

:root {--bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);}


.feat-modal .textwidget{
    padding:10px;
}

.feat-modal figcaption p {
    font-size:14px !important;
}

.feat-overlay {
    position: absolute;
    width:100%;
    top: 30%;
    left:50%;
    transform: translateY(-30%);
    transform: translatex(-50%);
}

.sow-features-feature:hover .feat-overlay{
    display:none !important;
}

.c4-izmir {
    display:flex !important;
    --padding:14px !important;
}

.c4-reveal-right {
    font-size:14px !important;
    line-height:20px !important;
}

.c4-reveal-right ul {
    padding-top:10px !important;
}

.c4-reveal-right li{
    font-size:13px !important;
}


#footer  .widget_media_image{
    text-align:center !important;
}

@media only screen and (max-width:1279px){
    [class^='c4-reveal']{
        overflow:scroll !important;
    }
}

@media only screen and (max-width:1024px){
    .feat-modal {
        padding:50px 0px!important;
    }

    .gallery-item {
        padding:5px !important;
    }

    .sow-features-feature:active .feat-overlay{
        display:none !important;
    }

}

