/*
Theme Name: Squarefolio
Theme URI: http://themeforest.net/user/klbtheme/portfolio
Author: KlbTheme (Sinan ISIK)
Author URI: http://themeforest.net/user/KlbTheme
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: 1.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, dark, gray, red, responsive-layout, 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: squarefolio

Theme Developer:
http://themeforest.net/user/KlbTheme
http://facebook.com/13Sinan13
https://twitter.com/SinanIk
Skype:berbat1231
*/

	/*- - - - - Contents - - - - -
	
	01 - Visual Composer
	02 - Full Width
	03 - Responsive
	04 - Custom Settings
	- - - - - - - - - - - - - -*/

/*************************************************
* Visual Composer
*************************************************/

.wpb_content_element {
    margin-bottom: 0 !important;
}


/* Visual Tab */

.vc_tta-container {
    margin-bottom: 0 !important;
}

.vc_tta-panels {
    background: none !important;
    border: none !important;
    padding-top: 15px !important;
}

ul.vc_tta-tabs-list li.vc_tta-tab.vc_active>a {
    background: #FFD635 !important;
    color: #000 !important;
}
ul.vc_tta-tabs-list li.vc_tta-tab.vc_active>a:before{
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
ul.vc_tta-tabs-list li.vc_tta-tab a:before{
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 8px !important;
    background: #000 !important;
    transition: 0.2s !important;
    -webkit-transform: translate(0, -100%) !important;
    -ms-transform: translate(0, -100%) !important;
    transform: translate(0, -100%) !important;
}
ul.vc_tta-tabs-list li.vc_tta-tab a{
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    padding: 18px 25px !important;
    background: #F3F3F3 !important;
	border:none !important;
    border-top: 2px solid #000 !important;
    text-decoration: none !important;
    outline: none !important;
    color: #000 !important;
    transition: 0.2s !important;

}

.vc_tta-tabs-position-left ul.vc_tta-tabs-list li.vc_tta-tab a {
    border: none !important;
    border-left: 2px solid #000 !important;
}


.vc_tta-tabs-position-left ul.vc_tta-tabs-list li.vc_tta-tab.vc_active>a:before {
    width: 8px !important;
    height: 100% !important;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0) ;
    transform: translate(-100%, 0);
}

.vc_tta-tabs-position-right ul.vc_tta-tabs-list li.vc_tta-tab a {
    border: none !important;
    border-right: 2px solid #000 !important;
}


.vc_tta-tabs-position-right ul.vc_tta-tabs-list li.vc_tta-tab.vc_active>a:before {
    width: 8px !important;
    height: 100% !important;
    left: auto !important;
    right: 0 !important;
    width: 8px;
    height: 100%;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

/*  VS Accordion */
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: none !important;
    border: none !important;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading  .vc_tta-panel-title>a{
	margin-bottom:0 !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{
	background:none !important;
	border:none !important;
}
.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    background: #FFD635 !important;
    color: #000 !important;	
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    position: relative !important;
    overflow: hidden !important;
    margin: 0 0 30px !important;
    padding: 14px 25px !important;
    background: #F3F3F3 !important;
    font: bold 1.07143em / 1.5 Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #000 !important;
    cursor: pointer !important;
    transition: 0.2s !important;
}

.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100px;
    background: #000;
    transition: 0.2s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a {
    position: relative !important;
    overflow: hidden !important;

    padding: 14px 25px !important;
    background: #F3F3F3 !important;
    font: bold 1.07143em / 1.5 Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #000 !important;
    cursor: pointer !important;
    transition: 0.2s !important;
}
.vc_tta-accordion span.vc_tta-title-text {
    padding-left: 12px;
}

.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 30px;
}


/*************************************************
*Full Width
*************************************************/
.ful-width{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.ful-width:before,
.ful-width:after {
    display: table;
    content: " ";
}

.ful-width:after {
    clear: both;
}



/*************************************************
*. Responsive
*************************************************/


@media (max-width: 767px){
.container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 80px 0;
}
}

.container .offset-bottom:last-child {
    margin-bottom: 0 !important;
}

.row .col {
    border: 0px solid transparent;
    float: left;
    box-sizing: border-box;
    background-clip: padding-box !important;
    border-left-width: 50px;
    padding: 0 0%;
}

@media (max-width: 767px){
.row .col {
    float: none;
    width: auto;
    border: none;
}
}
@media (max-width: 1279px){
.row .col {
    border-left-width: 25px;
}
}

@media (max-width: 767px){
.entry-meta span a {
    display:block;
}
}

@media (max-width: 767px){
.features,
.milestone-box {
    text-align: center;
	margin-bottom:40px;
}

.row .wpb_column:last-child .features,
.row .wpb_column:last-child .milestone-box {
	margin-bottom:0;
}

}

.row .col .col:nth-child(2) {
    border-left-width: 0;
}

/*************************************************
*. Custom Settings
*************************************************/

.klb.btn {
    color: #0E2A36;
}

.klb.btn.btn:before {
    border-color: #0E2A36;
}

.klb.btn:after {
    background: #0E2A36;
}

.entry-meta span a {
    color: #0E2A36;
    font-weight: initial;
    text-decoration: none;
}

iframe {

    width: 100%;
}

form.wpcf7-form p {
    display: block;
    margin: 0 0 30px;
    font: bold 1.07143em / 1.5 Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], textarea {
    margin-top: 10px;
}


input[type="submit"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 18px 25px;
    background: #FFD635;
    border: none;
    font-weight: bold;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tagcloud {
  padding: 0;
  list-style-type: none;
    font-size: 0.8571428571em;
  line-height: 1;
}

.tagcloud a {
  display: block;
  padding: 12px 15px;
  background: #F3F3F3;
  text-decoration: none;
  transition: 0.2s;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: inherit !important;
    text-transform: capitalize;
}

.tagcloud a:hover {
  background: #000;
  color: #ffffff;
}

.comment-meta .avatar img {
    position: initial !important;
}

.comments-list .children {
    list-style: none;
	margin:0;
}

.text-center {
	text-align:center;
}

.error404 .heading:after {
    background: none;
}

.error404 .main-content {
    padding: 150px 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    vertical-align: middle;	
}

.input-group-btn .btn {
    font-size: 14px;
    padding: 16px;
    margin-top: 10px;
}

.form-search input[type="text"] {
	margin-top:0;
}


code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}


.klb-post h1, .klb-post h2, .klb-post h3, .klb-post h4, .klb-post h5, .klb-post h6 {
    margin-bottom: 10px;
    line-height: 140%;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

.klb-post h1 {
  font-size: 38.5px;
}

.klb-post h2 {
  font-size: 31.5px;
}

.klb-post h3 {
  font-size: 24.5px;
  text-transform: initial;
}

.klb-post h4 {
  font-size: 17.5px;
}

.klb-post h5 {
  font-size: 14px;
}

.klb-post h6 {
  font-size: 11.9px;
}


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;
}

form select {
    width: 100%;
}

.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;
}
.sticky {

}

p>img {
max-width: 100%;
height: auto;
}

.wp-caption {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px;
    width: auto !important;
    padding: 20px;
}

.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;
}

.klb-post table tbody th {
   background:none;
}

.klb-post ul, .klb-post ol {
    margin-bottom: 0;
}

aside.secondary-aside ul li {
    margin: 0;
    font-size:14px;
}

aside.secondary-aside ul li ul li {
    padding:0;
}

.secondary-aside ul {
    font-size:14px;
    margin-bottom:0;
}

.secondary-aside ul.children {
    padding-left: 15px;
}

.secondary-aside ul.sub-menu {
    padding-left: 15px;
}

.logo {
    height:auto;
}

.logo img {
  max-height: 80px;
}

table th, table td {
    padding: 8px;
}

.main-aside .widget ul {
    list-style: none;
    padding: 0;
}

.second-search .input-group-btn {
  visibility : hidden;
}