/*
Theme Name: Sergi Naches
Description: Child theme para Sergi Naches
Author: BE REBEL Studio
Author URI: https://berebel.studio
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* LOGO HEADER */
	#masthead.is_stuck #main-logo .logo-light {
		display: none !important;
	}

	#masthead.is_stuck #main-logo .logo-dark {
		display: block !important;
		height: 20px !important;
	}

@media (max-width: 960px) {
	#masthead #main-logo .mobile-logo {
		width: 100px;
	}
}

/* CUSTOM FONT */

p {
	line-height: 1.25;
}
.br-txt-icon.vc_custom_heading_wrap {
    margin-top: 0px !important; 
}

.t-entry-excerpt {
    font-family: 'Inria Serif';
	font-style: italic;
	letter-spacing: -0.04em;
}

/* FORM */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	border-color: #364840;
}

.style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus {
	border-color: #B8DDCA;
}

textarea.wpcf7-form-control.wpcf7-textarea  {
	border-color: #364840;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 400;
}

#wpcf7-f56-p296-o1 input, button, select, textarea {
    font-size: 18px;
}

.tmb-dark.tmb .t-entry-text .t-entry-title a, .tmb-dark.tmb .t-entry-text p {
  color: #F8F5EE !important;
}

.style-dark .btn-default.btn-outline {
  color: #F8F5EE !important;
}

/* Button */

.style-dark .btn-default.btn-outline {
    color: #F8F5EE !important;
    border-color: #F8F5EE !important;
}

.style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover {
    background-color: #F8F5EE !important;
    border-color: #F8F5EE !important;
}

/* Cursor */

#uncode-custom-cursor.accent-style > span:first-child,
  #uncode-custom-cursor-pilot.accent-style > span:first-child {
    background-color: #5A8B75 !important;
}

/* Menu */
body .main-menu-container .navbar-main .menu-sidebar-inner .row.row-parent {
	height: 100vh !important;
}

