/*
Theme Name: Agatha
Theme URI: http://themeforest.net/user/klbtheme/portfolio
Author: KlbTheme (Sinan ISIK)
Author URI: http://themeforest.net/user/KlbTheme
Domain Path: /languages
Description: This WordPress theme is best for use in such business areas as corporate, many types of agencies and bureaus, portfolio showcases, landscape, building, engineering, planning, construction, design
Version: 2.4.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: right-sidebar, left-sidebar,  one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: agatha

Theme Developer:
http://themeforest.net/user/KlbTheme
http://facebook.com/13Sinan13
https://twitter.com/SinanIk
Skype:berbat1231
*/

.wpb_content_element{
    margin-bottom: 0 !important;
}
.row.row-no-padding .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.row-fluid + .vc_clearfix + .row-fluid #content-section {
    margin-top: -100px;
    z-index: 2;
}

.row-fluid + .vc_clearfix + .row-fluid #content-section .content-wrap:before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: -5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Visual Accordion */

h4.vc_tta-panel-title {
    font-size: 12px;
    font-weight: 500;
}
h4.vc_tta-panel-title span{
    color: #000;
}

/*Visual Tabs */
.vc_tta-tabs-list .vc_tta-tab>a {
	border-bottom:none !important;
}
.vc_tta-tabs-list .vc_tta-tab.vc_active{
    margin-bottom:-1px !important;
}

.vc_tta-tabs-list li.vc_tta-tab {
       margin-right:6px !important;
}

.vc_tta-tabs-list li.vc_tta-tab>a {
    padding: 10px 24px !important;
    background-color: rgba(115, 115, 115, 0.09) !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #333 !important;
}

.vc_tta-tabs-list .vc_tta-tab.vc_active>a {
	background-color: #FFF !important;
    border: 1px solid #DDD !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
}
ul.vc_tta-tabs-list {
    border-bottom: 1px solid #DDD !important;
}

.bli-meta i {
    margin-right: 3px;
}

.blog-list-items-wrap .post .blog-list-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    /* border-bottom: 1px dotted rgba(150, 150, 150, 0.18) */
}

.blog-list-items-wrap .post:last-child .blog-list-item {
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}

.tagcloud a {
    background-color: rgba(132, 132, 132, 0.14);
    padding: 2px 8px 0px 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    border-radius: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    margin-right: -6px;
    margin-bottom: 4px;
}

#blog-post-comments ul.children {
    list-style: none;
    margin-top: 40px;
    padding-left: 66px;
}
.sidebar-widget ul.children,
.sidebar-widget ul.sub-menu  {
    padding-left: 15px;
}
.sidebar-widget ul li a.rsswidget {
    color: #000;
    display: block;
}
.sidebar-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    border-top: 1px dotted rgba(150, 150, 150, 0.18);
}

li.recentcomments a {
    display: inline-block !important;
    padding: 8px 0 !important;
}


.sidebar-categories > ul > li > a {
    display: inline-block;
}
.sidebar-categories ul.children > li > a,
.sidebar-categories ul.menu > li > a,
.sidebar-categories ul.sub-menu > li > a {
    display: inline-block;
}
.sidebar-widget .select {
    display: block;
}
/* Comments */

.comment-form textarea {
    height: auto !important;
}


.comment-form label {
	display:none;
}

.comment-form input[type="submit"] {
	width:initial;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #FFF;
    background-color: #987F28;
    border-color: #987F28;
    position: relative;
    margin: 8px 0;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 9;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-form input[type="submit"]:hover {
    color: #FFF;
    background-color: #7F6A1E;
    border-color: #7F6A1E;
}

#blog-post-comments div#respond {
    background-color: rgba(134, 134, 134, 0.03);
    margin-top: 100px;
    padding: 30px;
    border: 1px dotted rgba(150, 150, 150, 0.18);
}

.sidebar-right .col-md-12:first-child .sidebar-widget {
    margin-top: 0;
}

.search .alter-heading .album-title,
.search .breadcrumb,
.search .breadcrumb a,
.search .breadcrumb > .active,
.archive .alter-heading .album-title,
.archive .breadcrumb,
.archive .breadcrumb a,
.archive .breadcrumb > .active {
   color: #222;
   word-break: break-word;
}

.search #page-header-secion .page-header-cover,
.archive #page-header-secion .page-header-cover {
    background-color: rgba(0, 0, 0, 0);
}
.post-type-archive-portfolio #page-header-secion .page-header-cover {
    background-color: rgba(0, 0, 0, 0.65);
}

.post-type-archive-portfolio .alter-heading .album-title{
   color: #DDD;
   word-break: break-word;
}
.post-type-archive-portfolio .breadcrumb,
.post-type-archive-portfolio .breadcrumb a,
.post-type-archive-portfolio .breadcrumb > .active {
   color: #999;
   word-break: break-word;
}

/*************************************************
*  Blog General
*************************************************/

.alignright img {
	float: right;
	margin: 0 0 1em 1em
}
.alignleft img {
	float: left;
	margin: 0 1em 1em 0
}
.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
    margin: 0 0 1em 1em
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery-caption {
}
.bypostauthor {
}


.textarea_half {
 max-width:500px;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
    margin: 0;
    width: 100%;
}
.sticky {

}

p>img {
max-width: 100%;
height: auto;
}

.wp-caption {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px;
    max-width: 100%;
}

.wp-caption p.wp-caption-text {
	width: auto !important;
	line-height: 1.5;
	font-size: 11px;
	padding: 3px 0;
	margin: 0px 0 0 0;
	background: #f6f6f6;
	display: block;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}



table {
max-width: 100%;
background-color: transparent;
}

th {
text-align: left;
padding-right: 20px;
padding-bottom: 5px;
padding: 10px;
border: 1px solid #e5e5e5;
}

td{
padding: 10px;
border: 1px solid #e5e5e5;
text-align: left;
}

dt {
    font-weight: bold;
}

dt, dd {
    line-height: 20px;
}

dd {
    margin-left: 10px;
}

abbr, tla, acronym {
    text-decoration: underline;
    cursor: help;
}

ins {
    background-color: rgba(254,255,0,0.68);
    text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

blockquote:before, blockquote:after {
    content: "";
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

.klb-post table {
	margin-bottom:20px;
}

.klb-post ul,
.klb-post ol {
    padding-left: 25px;
}

/* Contact Form */

form.wpcf7-form{
	margin-left:-15px;
	margin-right:-15px;
}
form.wpcf7-form:before,
form.wpcf7-form:after {
    content: '';
    display: table;
    clear: both;
}
.wpcf7-form p {
	margin-bottom: 15px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"] {
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-radius: 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form textarea {
	font-size: 13px;
    font-weight: 400;
    color: #333;
    border-radius: 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form input[type="submit"]{
    display: block;
    width: 100%;
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #FFF;
    background-color: #987F28;
    border-color: #987F28;
    position: relative;
    margin: 8px 0;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 9;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover {
	color: #FFF;
    background-color: #7F6A1E;
    border-color: #7F6A1E;
}
.wpcf7-form input:focus {
	border-color: rgba(0, 0, 0, 0.17);
    box-shadow: none;
	outline:none;
}

.wpcf7-form textarea:focus {
    outline: none;
}

form.wpcf7-form p:nth-child(2),
form.wpcf7-form p:nth-child(3),
form.wpcf7-form p:nth-child(4){
    width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
}
form.wpcf7-form p:nth-child(5),
form.wpcf7-form p:nth-child(6){
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

form.wpcf7-form .wpcf7-response-output {
    float: left;
    width: 100%;
    border: 2px solid #987F28;
}

span.wpcf7-not-valid-tip {
    color: #FFFFFF;
    font-size: 1em;
    display: block;
    background: #987F28;
    border-radius: 20px;
    padding: 4px 12px;
    margin-top: 4px;
}

.content-wrap .wpb_column.col-md-4:first-child .wpb_widgetised_column .sidebar-right {
    padding-right: 40px;
    margin-right: 10px;
    border-right: 1px dotted rgba(150, 150, 150, 0.18);
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.form-control {
     color: #999;
}

nav#cd-lateral-nav .form-control {
    height: 34px;
}
nav#cd-lateral-nav button {
    font-size: 14px;
    color: #999;
}

nav#cd-lateral-nav .cd-content-box ul li a {
    display: block;
    padding: 5px 30px 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    color: #333;
}

nav#cd-lateral-nav .cd-content-box ul li a:hover, nav#cd-lateral-nav .cd-content-box ul li a.active {
    background-color: rgba(111, 111, 111, 0.1);
    color: #000;
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
}

nav#cd-lateral-nav .cd-content-box ul.instagram-pics li {
    float: left;
    width: 33.33333333%;
}

nav#cd-lateral-nav .cd-content-box ul.instagram-pics li a {
  padding: 3px;
}

nav#cd-lateral-nav .cd-content-box ul.instagram-pics li a:hover {
    margin-right: 0;
    margin-left: 0;
}

#logo .logo-dark {
    display: initial;
}

.intro-text,
.intro-title {
    margin-bottom: 30px;
}

.owl-item{
    z-index:1;
}

.product-album {
    position: relative;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 999;
}

.woocommerce-product-gallery ol:before, .woocommerce-product-gallery ol:after {
    content: '';
    display: table;
    clear: both;
}

ol.flex-control-nav.flex-control-thumbs {
    list-style: none;
}

.woocommerce-product-gallery ol li {
    margin-right: 5px;
    margin-top: 6px;
    float: left;
}

.woocommerce-product-gallery ol li img {
    max-width: 70px;
}

.blog-single-nav {
    clear: both;
}

.page p + p + p.klbclear:before, .page p + p + p.klbclear:after {
    content: '';
    clear: both;
    display: table;
}

.pagination-wrap ul.page-numbers > li > a, .pagination-wrap ul.page-numbers > li > span {
    position: relative;
    display: inline-block;
    float: none;
    padding: 7px 11px;
    margin: 5px 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    background-color: #ECECEC;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    line-height: 1.42857143;
    width: auto;
    height: auto;
}

.pagination-wrap ul.page-numbers>li {
    display: inline;
}

.pagination-wrap ul.page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 50px 0 0 0;
    border-radius: 0;
}

.pagination-wrap ul.page-numbers span.page-numbers.current,
.pagination-wrap a.page-numbers:hover {
    color: #FFF;
    background-color: #212121;
    border-color: #212121;
}

.post .blog-list-item .bli-image {
    background-size: contain;
}

span.sticky.klb {
    color: #000;
    font-weight: bold;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-cover.has-background-dim p.wp-block-cover-text {
    color: #fff;
}

ul.wp-block-gallery + ul.wp-block-gallery {
    margin-top: 20px;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-cover.has-background-dim p.wp-block-cover-text {
    color: #fff;
}

.wp-block-cover {
    margin-bottom: 15px;
}

ul.blocks-gallery-grid {
    padding-left: 0;
}

figure.wp-block-gallery figcaption.blocks-gallery-caption {
    margin-bottom: 15px;
}

.klb-post .has-large-font-size {
    font-size: 36px;
    line-height: initial;
}

.klb-post p[style="font-size:46px"] {
    line-height: initial;
}

.klb-post ul + figure.wp-block-gallery {
    margin-top: 15px;
}

.wp-block-button {
    color: #fff;
}

.is-style-outline {
    color: #333;
}

figcaption.blocks-gallery-caption {
    margin-bottom: 15px;
}

figure.wp-block-gallery ul {
    padding-left: 0;
}

.sidebar-widget select {
    display: block;
    width: 100%;
    height: 35px;
}