/*
 Theme Name:     Remake Child Theme
 Theme URI:      https://www.codeless.co/remake
 Description:    Remake Child Theme
 Author:         Codeless Themes
 Author URI:     https://www.codeless.co
 Template:       remake
 Version:        1.0.1
*/

 
/* =Theme customization starts here
------------------------------------------------------- */
/* Breadcrumbs */
.ce-page-header .page-data h1 {
    font-family: 'Helvetica Neue LT Ex', sans-serif;
}
/*menu burger*/
div.ce-nav-menu-icon:hover{
	opacity: 0.5; 
    transition: opacity 0.3s ease;
}

/*favicon menu lateral direita*/


.cl-extra-hero-widget.position-right_vertical {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}



/**slider home**/
/*texto*/

.ce-zaranika-slider .swiper-slide .slide-wrapper .content-wrapper h2 {
    -webkit-text-stroke-color: white !important;
    -webkit-text-stroke: 0px;
    color: rgba(255, 255, 255, 1);
}
/*botao*/
.ce-zaranika-slider .swiper-slide .slide-wrapper .content-wrapper .buttons a:last-child {
	border: solid 1px (206, 170, 91, 0.9);
	background: rgba(206, 170, 91, 1);
	border-radius:4px;
}
.ce-zaranika-slider .swiper-slide .slide-wrapper .content-wrapper .buttons a {
	font-weight:500;
}
/*navegação*/
.feather.feather-arrow-right{
	color:#ceaa5b;
}
.ce-controls-style-vibrance-nav button.tns-nav-active {
    border: 1px solid #ceaa5b;
}
.ce-controls-style-vibrance-nav button:before {
	background:#ceaa5b;
}
.feather.feather-arrow-left{
	color:#ceaa5b;
}

/**contact form**/
.wpcf7 textarea {
    color: #b9c2c2;
}
.wpcf7 input:not([type="submit"]){
	color: #b9c2c2;
	
}

/**WP form*/
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #111111;
    border: 1px solid #818a91;
    box-sizing: border-box;
}