/*
Theme Name: kobiarchitects
Theme URI: 
Author: Jose Marin
Author URI: 
Description: The 2016 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 1.97
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bootstrapcanvaswp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png
 * Globals
 */

@font-face {
	font-family: 'NexaFreeBoldwebfont';
	src: url('./fonts/NexaFreeBoldwebfont.eot');
	src: local('NexaFreeBoldwebfont'), url('./fonts/NexaFreeBoldwebfont.woff') format('woff'), url('./fonts/NexaFreeBoldwebfont.ttf') format('truetype');
}
body {
  word-wrap: break-word;
  font-family: 'Roboto', sans-serif !important;
  color: #000;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'NexaFreeBoldwebfont' !important;
}
a {
    color: #000;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
	list-style: none;
}

@media (max-width: 767px) {
	.comment-list, 
	.children:nth-child(n+1) {
		padding: 0;
  	} 
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.main-navigation {
transition: all .2s ease;
  background-color: #fff;
}
.page-id-72 .sticky-header,
.page-id-119 .sticky-header,
.single-post .sticky-header,
.single-projects .sticky-header,
.home .sticky-header{
    border-bottom: 25px solid #fff;
}
.home .main-navigation{
    border-bottom: 25px solid #fff;
}
.col-sm-12.blog-main {
    padding: 0;
}
/*.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: mymove .5s ease-in-out; /* Safari 4.0 - 8.0 *
    animation: mymove .5s ease-in-out;
    z-index: 1000;
        border-bottom: 1px solid #e5e5e5;

}*/
/* Safari 4.0 - 8.0 *
@-webkit-keyframes mymove {
    0%   {top: -50px;}
    100% {top: 0px;}
}

/* Standard syntax *
@keyframes mymove {
    0%   {top: -50px;}
    100% {top: 0px;}
}*/
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-animation: mymovef .5s ease-in-out; /* Safari 4.0 - 8.0 */
    animation: mymovef .5s ease-in-out;
    z-index: 1000;
        border-top: 1px solid #e5e5e5;

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymovef {
    0%   {bottom: -50px;}
    100% {bottom: 0px;}
}

/* Standard syntax */
@keyframes mymovef {
    0%   {bottom: -50px;}
    100% {bottom: 0px;}
}

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav-menu li {
    float: left;
}

.nav-menu > li > a {
    font-family: 'NexaFreeBoldwebfont' !important;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #ccc;
    padding: 3rem 10px .4rem;
    /*font-size: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;*/
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 1.8em;
    text-transform: lowercase;
}

.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a {
  color: #000;
  text-decoration: none;
}

/* Active state gets a caret at the bottom 
.current-menu-item > a {
  color: #000;
}
.current-menu-item > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
*/
.nav-menu .menu-toggle {
    display: none;
}

@media screen and (max-width:768px) {
    .nav-menu li {
	display: none;
    }
    .nav-menu li.menu-toggle {
	float: right;
	display: block;
    position: fixed !important;
    top: -15px !important;
    right: 10px !important;
    }
}

@media screen and (max-width:768px) {
    .nav-menu.responsive {
	position: relative;
    }

    .nav-menu.responsive .menu-toggle {
    	position: absolute;
    	right: 0;
    	top: 0;
    }

    .nav-menu.responsive li {
    	float: none;
    	display: inline;
    }

    .nav-menu.responsive li a {
  	display: block;
    	text-align: left;
    }
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style: none;
    padding: 0;
}

.sub-menu ul, 
.children ul {
    display: none;
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
    left: 100%;
    top: 0;
}

.sub-menu > li {
    position: relative;
}

.sub-menu > li > a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    width: 160px;
}

.sub-menu > li > a:hover {
    background-color: #f1f1f1;
}

.menu-item-has-children:hover > .sub-menu {
    display: block;
}

@media screen and (max-width:768px) {
    .sub-menu {
    	position: relative;
    	width: 100%;
    }
    .sub-menu > li > a {
        width: 100%;
    }

    .sub-menu ul, 
    .children ul {
    	display: none;
    	left: 0;
    	top: 0;
    }
}
.custom-logo {
    float: left;
    margin: 5px 0px 0px 15px;
    width: auto;
    height: 45px;
}
/*
 * Footer
 */
.blog-footer {
  padding: 10px 0;
  color: #000;
  background: #fff;
}
.home .blog-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.home .ls-bottom-slidebuttons {
    bottom: 100px;
}
p.social-content {
    text-align: right;
}
a.social-links {
    color: #000;
    padding: 0px 5px;
    font-size: 1.5em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
a.social-links:hover {
    color: #cccccc;
}
.blog-footer:before {
    content: "Developed by: www.jdmm.xyz";
    position: relative;
    bottom: 0;
    left: 2cm !important;
    font-size: .8em;
    color: #828282;
}
.blog-footer a:hover,
.blog-footer a:focus {
  text-decoration: none;
}
.blog-footer p {
  margin-bottom: 0;
}

/* Footer modules for boxing content */
.footer-module {
  padding: 15px;
  margin: 0 0 15px;
}
.footet-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.footer-module-inset p:last-child,
.footer-module-inset ul:last-child,
.footer-module-inset ol:last-child {
  margin-bottom: 0;
}

/*.project_wrap {
    overflow: hidden;
    position: relative;
}*/
.project_wrap {
    overflow: hidden;
    position: fixed;
    top: 59px;
    right: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
    padding-bottom: 1.5rem;
}

/*MIX*/
.container_mix{
  text-align: justify;
  font-size: 0.1px;
  -webkit-backface-visibility: hidden;
    margin: 0 30px;
}

.container_mix:after{
  content: '';
  display: inline-block;
  width: 100%;
}
.container_mix .mix{
  display: none;
}

.project_elm {
    width: 100%;
    position: relative;
}
.project_elm_cont {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    display: inline-block;
    margin-bottom: 30px !important;
    position: relative;
    background-size: cover;
    background-position: center;
}
.project_elm_cont h1 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 15px;
}
.project_elm_cont span {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 15px;
    position: absolute;
    bottom: 0;
}
.project_elm .overlay_mix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    will-change: opacity;
    -moz-transition: opacity .24s ease-out;
    -o-transition: opacity .24s ease-out;
    -webkit-transition: opacity .24s ease-out;
    transition: opacity .24s ease-out;
}
.project_elm:hover .overlay_mix {
    opacity: 1
}
.filters_mix {
    padding: 0px 42px 0px !important;
}
.filters_mix .filter-1 {
    border: initial;
    background: initial !important;
    box-shadow: initial !important;
    color: #ccc;
    font-size: 14px;
    line-height: 1.42857143;
     -moz-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
    outline: initial !important;
    float: right;
    text-transform: lowercase;
}
.filters_mix .filter-1.active {
    color: #000;
}
.bxks_news:hover .vc_gitem-zone-a{transition:opacity .25s ease;}
.bxks_news:hover .vc_gitem-zone-a{opacity:0.7;}
.blog-main .blog-post-title {
    color: #000;
    margin: 0;
}
.blog-main .wp-post-image {
    width: 100%;
}
.single .blog-main {
    padding-bottom: 75px;
}
.box_project_info {
    padding: 30px 60px 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
        color: #000;
}
.box_project_info p{
        color: #ccc;
}
.iconosbxks {
    border: 2px solid;
    width: 60px;
    height: 60px;
    font-size: 2em;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-right: 25px;
}
.featured-img .wp-post-image {
    margin-top: 10px;
    width: 100%;
}
.bxksForm {
    color: #000;
    width:90%;
    margin:0;
}
.bxksForm .wpcf7-form-control-wrap {
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
}
.bxksForm label {
    width: 100%;
}
.bxksForm .wpcf7-form-control-wrap input {
    border-radius: initial;
    box-shadow: initial;
    border: 1px solid #000;
    height: 50px;
}
.bxksForm .wpcf7-form-control-wrap input:focus, .bxksForm .wpcf7-form-control-wrap textarea:focus  {
    border-color:#ccc;
}
.bxksForm .wpcf7-form-control-wrap textarea {
    border-radius: initial;
    box-shadow: initial;
    border: 1px solid #000;
    height: 100px;
}
.bxksForm .wpcf7-submit {
    color: #fff;
    background: #000;
    border: 1px solid;
    padding: 10px 50px;
    margin: 0 auto;
    display: block;
    transition: all .5s ease;
    outline: initial;
    box-shadow: initial;
    font-family: 'NexaFreeBoldwebfont' !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bxksForm .wpcf7-submit:hover {
    background: #fff;
    color: #000;
}
.wrap_main {
    padding: 85px 15px 0;
    margin: 0 30px;
}
.semi_container{
    max-width: 1170px !important;
    margin: 0 auto !important;
} 
.space_text{
    padding-top:50px;
    padding-bottom:50px;
}
body.page .blog-main .blog-post-title{display: none;}

#site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: mymove .5s ease-in-out;
    animation: mymove .5s ease-in-out;
    z-index: 1000;
    
}
#lang-menu {
    width: 100%;
    text-align: center;
}
#lang-menu li {
    float: initial;
    display: block;
}
.lang a {
    font-size: 1.2em !important;
    padding: 5px !important;
}
.box_project_info > .col-sm-6 {
    min-height: 70px;
}
.single-projects .nav-menu > li#menu-item-71 > a,.single-post .nav-menu > li#menu-item-101 > a{
    color: #000;
    text-decoration: none;
}
li#menu-item-127 a:before {
    content: "\f0ac";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px !important;
    line-height: 1.1 !important;
}
li#menu-item-127 a{
    font-size: 0;
}
li#menu-item-127 .sub-menu > li > a:before {
    display:none;
}
li#menu-item-127 .sub-menu {
    right: 18px;
    width: 30px;
}
li#menu-item-127 .sub-menu > li > a {
    width: 100%;
    text-align: center;
	padding: 5px;
	font-size:14px !important;
}
@media(max-width: 780px){
    .nav-menu {
        width: 100%;
    }
    .container_mix .mix {
        width: 100%;
    }
    .project_wrap {
        top: 50px !important;
    }
    ul.vc_grid-filter.vc_clearfix.vc_grid-filter-default.vc_grid-filter-size-md.vc_grid-filter-right.vc_grid-filter-color-black {
        display: block !important;
        top: 50px !important;
    }
    .vc_responsive .vc_grid-filter-select {
        display: none !important;
    }
}


