/*
 Theme Name: Fortunio Child Theme 
 Theme URI: https://fortunio.ancorathemes.com/
 Description: Fortunio is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author: AncoraThemes
 Author URI:  https://ancorathemes.com/
 Template:     fortunio
 Version:      1.0
 Tags:         craftsman, forestry, logging, timber, woocommerce, wood manufacturing, wood production, wood products, wood store, sawmill, landscaping, carpentry, windows, doors, wooden cottages
 Text Domain:  fortunio
*/


/* =Child-Theme customization starts here 
------------------------------------------------------------ */


/*Colores
 * 	Verde --> #68684E
 * 	Negro --> #2D2B29
 * 
 * 
 * 
 * */

/*=== GENERAL ===*/

	/*Datos de contacto formularios*/
div.datosContacto div.sc_icons_item_details a{
	font-family: 'Sora';
}

div.datosContacto div.sc_icons_item_details a span{
	font-size: 17px;
}

a.contacts_phone{
	font-family: 'Sora' !important;	
}

a.contacts_phone{
	font-size: 17px !important;
}

	/*Grecaptcha*/
.grecaptcha-badge { 
    visibility: hidden !important;
}

a.scroll_to_top_style_default{
	background-color: #68684E;
}

a.scroll_to_top_style_default:hover
	background-color: #77775f !important;
}

	/*botón*/
div.sc_item_button a{
	font-size: 18px !important;
}

	/*Botón Whatsapp*/

a.qlwapp-toggle{
	background-color: #68684E !important;
}


/*=== MENÚ ===*/

li#menu-item-34586 a:after{
	width: 0 !important;
}

/*=== INICIO ===*/

/*Servicios*/

div.btn-rex div div a{
	font-size: 18px !important;
}

/*=== SERVICIOS ===*/
div.sidebar.widget_area.right.sidebar_below.sidebar_default.scheme_default div.sidebar_inner{
	background-color: #EFEFED !important;
}

h5.widget_title{
	color: #2D2B29 !important;
	font-size: 1.6em !important;
}

div.rectangulo-verde{
	margin: 0 14px !important;
}

/*input[type="checkbox"] + .wpcf7-list-item-label:before{
	position: relative !important;
}*/

input[type="checkbox"] + .wpcf7-list-item-label:before{
	color: black !important;
}


input[type="checkbox"] + .wpcf7-list-item-label:hover:before{
	border: 1px solid #d2ccb4;
}

span.wpcf7-list-item-label a:hover{
	color: #2D2B29 !important;
}

a.contacts_phone:hover{
	color: #68684E !important;
}

span.contacts_email a:hover{
	color: #68684E !important;
}


/*================================== RESPONSIVE ========================*/

	/*Mayoria de smartphone*/

@media (320px <= width < 480px) {
	/*Menú*/
	
	div.menu_mobile_inner.with_widgets{
		background-color: #ffffff !important;
	}
	
	div.menu_mobile_header_wrap a.sc_layouts_logo img{
		max-height: 30px;
	}
	
	div.socials_mobile{
		display: none !important;
	}
	
	ul.menu_mobile_nav.prepared li a span{
		color: #2d2b29;
	}
}


