/* ===================================================================================

* Theme Name: Liko Child
* Theme URI: https://wp.hixstudio.net/liko/
* Author: fox-themes 
* Author URI: https://themeforest.net/user/fox-themes
* Description: Liko - Creative Agency & Portfolio WordPress Theme
* Version: 1.0.0
* Template: liko
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.oculto{
	display:none !important;
}
.tp-main-menu-content .tp-nav-menu .nav-links{
  font-family: "Neue Plak", Sans-serif !important;
  font-weight: 400 !important;

}

#header-sticky.tp-header-area{
	padding-top: 50px;
}

#header-sticky.tp-header-area.header-sticky{
	padding-top: 20px;
}

.tp-header-area .row.align-items-center {
  flex-direction: column !important;
  align-items: stretch !important;
}

.tp-header-area .row.align-items-center > div {
  width: 100% !important;
  max-width: 100% !important;
}

.tp-header-area.header-sticky .row.align-items-center {
  flex-direction: row !important;
  align-items: stretch !important;
}

.tp-header-area.header-sticky .row.align-items-center > div {
  width: auto !important;
  max-width: 100% !important;
}


.tp-header-area.header-sticky .row.align-items-center > div:nth-child(1) {
  flex: 0 0 auto;
  width: auto; /* o usa un valor específico si es fijo */
  align-content: center;
}

.tp-header-area.header-sticky .row.align-items-center > div:nth-child(2) {
  flex: 1 1 auto;
  max-width: 100%;
}



.tp-header-area  .tp-header-logo img{
	width: 220px !important;
}
.tp-header-area .tp-header-logo {
	text-align: center;
}

.tp-header-area.header-sticky .tp-header-logo img{
	width: 150px !important;
}


.tp-header-area .tp-main-menu-content ul li a{
	color:#FFFFFF;
}
.tp-header-area.header-sticky .tp-main-menu-content ul li a{
	color: #000000;
}

.tp-header-area .tp-header-menu .tp-main-menu-content ul li{
margin: 0px 15px;
}
.tp-header-area .row.align-items-center .tp-header-bar .tp-offcanvas-open-btn span{
	background: #EF5C3F;
}

.tp-header-area .row.align-items-center > div:nth-child(3) {
  display: none; 
}

@media (max-width: 1199.98px) { 
  .tp-header-area .row.align-items-center {
  flex-direction: row !important;
  align-items: center !important;
}

.tp-header-area .row.align-items-center > div {
  width: 50% !important;
  max-width: 50% !important;
}


.tp-header-area .row.align-items-center > div:nth-child(3) {
      display: block; 
  }
}

/*@media (max-width: 991.98px) {
	.tp-header-area .row.align-items-center > div:nth-child(3) {
  		display: block; 
	}
}*/


/**Projects**/
.tp-project-2-area.addclass{
  background: none;
}

.tp-project-2-area .pin-spacer{
  /*height: 850px !important;*/
}

.tp-project-2-area.addclass .pin-spacer{
  /*height: 1080px !important;*/
}

/***/
/** Form Contact**/
.wpcf7-form .cn-contactform-input label{
  color: #EF5C3F;
}
.wpcf7-form .cn-contactform-input span input, .wpcf7-form .cn-contactform-input span textarea{
  color: #A5A4A4;
  background: #F5F5F5;
  border-radius: 50px;
  border: none;
  font-family: "Zona Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.wpcf7-form .cn-contactform-input span textarea{
  border-radius: 15px;
}

.wpcf7-form .cn-contactform-btn .tp-btn-black-md {
  background: #EF5C3F;
  border-radius: 50px;
}
.wpcf7-form .cn-contactform-btn .tp-btn-black-md:hover{
  background: #FFFFFF;
  border-color:#EF5C3F ;
}
/** End Form Contact**/


