/*Desactivar las publicación de Autor y Título de página*/
.entry-meta, .entry-title {
display: none;
}
/************************************************************/

/*Establecer la fuente de que tendrá la página web*/
body,button,input,select,optgroup,textarea
{
    font-family:'Roboto thin', sans-serif;
}
/************************************************************/

/*ocultar botón de cierre del pop-up de themify para formulario de subscripción
.mfp-close {
  display:none !important;
}*/

/****Ocultar el header de todas las páginas*/
/*.custom-header {
  display:none;
}*/
/************************************************************/

/**Cambiar el fondo de la página**/
/*body {
  background-image:url(http://clone.eco-onebrandhomes.com/wp-content/uploads/2019/11/192434-OXNYM0-920-1.jpg);
}*/

/*Reducir el tamaño de la sección del Logo*/
#header-content
{
  	height:150px; /*valor modificado 160px*/
  	background-color: #FBFBFB;
}
/************************************************************/

/***Ajustar el padding de logo para centrarlo**/
.header-modern .site-branding {
    padding: 25px 65px;
}


/*Reducción del margen del header donde está el logo*/
.site-header-main {
    padding-bottom: 5px; /*valor por defecto 14px*/
    padding-top: 5px; /*valor por defecto 14px*/
}
/**************************************************************/


/**Cambio de margen entre las opciones del menú.*/
/*@media screen and (min-width: 64em)*/
.navigation-classic .main-navigation a {
    padding: 19px 0;
    margin-left: 10px;  /*valor original 28px*/
    margin-right: 20px; /*valor original 28px*/
    transition: unset;
}


/**Reducción de espacio del menú, margenes a izquiera y derecha**/
/*.site-primary-menu {
    padding-left: 50px !important;
    padding-right: 20px !important;
}*/
/*************************************************************/


/*****Cambio de peso del texto del menú*/
/*valor inicial 600*/
/*.nav-links a, .site-primary-menu a, .nav-title{
    font-weight: 500; 
}*/
/************************************************/

/*Para cambiar el color de los botones del Menú principal y sus enlaces
 es necesario tocar el archivo style.css pero para ello agregaremos
 cambios con CSS. Sustituiremos el color del theme #f4c543 por el
 #83c789.

 Líneas afectadas: 5,129 y 5,204
*/
/* Link Hover Color */
a:hover,
a:focus,
.site-title a:hover,
.site-title a:focus,
.header-classic .header-top-left-content li .fa,
.slider-content-wrapper .sub-title,
.home .custom-header .entry-title,
.slider-content-wrapper .cycle-next:hover,
.slider-content-wrapper .cycle-next:focus,
.slider-content-wrapper .cycle-prev:hover,
.slider-content-wrapper .cycle-prev:focus,
.main-navigation .menu-toggle:hover,
.main-navigation .menu-toggle:focus,
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:focus,
blockquote:before,
.entry-footer .cat-links:before,
.entry-footer .tags-links:before,
.post-navigation .nav-subtitle,
.comments-link .fa-comment,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata > a:before,
.portfolio-section .entry-title a:hover,
.portfolio-section .entry-title a:focus,
.woocommerce-loop-product__title:hover,
.woocommerce-loop-product__title:focus {
	color: #83c789;
}

/* ## >= 1024px (Menu hover border top color(Link Hover Color))*/
@media screen and (min-width: 64em) {
	.navigation-classic .main-navigation li a:hover,
	.navigation-classic .main-navigation li a:focus,
	.navigation-classic .main-navigation .menu-item-has-children > ul,
	.navigation-classic .main-navigation .page_item_has_children > ul,
	.navigation-classic.header-classic .main-navigation .current_page_item > a,
	.navigation-classic.header-modern .main-navigation .current_page_item > a,
	.navigation-classic #search-container {
		border-color: #83c789;
	}
}

/*5160*/
#footer-newsletter,
.page-links > span {
	background-color: #83c789;
}


/*5280*/
/* Secondary Link Hover Color */
.header-classic .site-primary-menu a:hover,
.header-classic .site-primary-menu a:focus,
.header-classic .main-navigation .dropdown-toggle:hover,
.header-classic .main-navigation .dropdown-toggle:focus,
.breadcrumb-area a:hover,
.breadcrumb-area a:focus,
.breadcrumb-current,
.woocommerce .breadcrumb-area .woocommerce-breadcrumb span a:hover,
.woocommerce .breadcrumb-area .woocommerce-breadcrumb span a:focus,
.woocommerce .breadcrumb-area .woocommerce-breadcrumb span,
.site-footer a:hover,
.site-footer a:focus,
.stats-section .entry-title a:hover,
.stats-section .entry-title a:focus,
.stats-section .entry-meta a:hover,
.stats-section .entry-meta a:focus,
.widget-area .essential-widgets .tagcloud a:hover,
.widget-area .essential-widgets .tagcloud a:focus,
.slider-content-wrapper .entry-title a:hover,
.slider-content-wrapper .entry-title a:focus,
.stats-section .hentry .more-link:hover,
.stats-section .hentry .more-link:focus {
	color: #83c789;
}
/************************************************************/

/*Cambio de color del background footer 2*/
#tertiary{
 background-color: #192F53; /*azul*/
}
/************************************************************/

/*reducción del alto del footer 2*/
.site-footer .footer-widget-area{
	padding-top:5px;
	padding-bottom:5px;
}
/************************************************************/

/**Reducir sección en blanco luego del menú principal**/
.site-content, .singular-content-wrap{
    padding-bottom: 0px;
    padding-top: 0px;
}
/***********************************/

/***Ocular iconos de redes sociales en galería de fotos***/
.mfp-bottom-bar{
	visibility:hidden;
}
/************************************************************/

/***Ocultar los subtítulos de las imágenes de la galería**/
.fbx-caption {
     display:none;
}
/************************************************************/

/*cambio de color footer 1*/
/*.site-info .wrapper{
	background-color: rgba(62,142,85,0.9);
}*/

/**Efectos de icono y tamaño**/
/*.post-thumbnail img{
		height:100px;
		width: 100px;
}*/

/***Efectos de iconos Feature Content - Desactivados*/
/*#post-49 .post-thumbnail img{
		height:100px;
		width: 100px;
}	

#post-49 .post-thumbnail img:hover{
		opacity: 0;
		height:100px;
		width: 100px;
}
	
#post-49 .post-thumbnail a:hover{
		opacity: 1;
		position: relative;
		height:100px;
		width: 100px;
		background:url(http://clone.eco-onebrandhomes.com/wp-content/uploads/2019/11/icono_singles_homes_2_100x100.png) no-repeat;
}

#post-51 .post-thumbnail img{
		height:80px;
		width: 80px;
}	

#post-51 .post-thumbnail img:hover{
		opacity: 0;
		height:80px;
		width: 80px;
}
	
#post-51 .post-thumbnail a:hover{
		opacity: 1;
		position: relative;
		height:80px;
		width: 80px;
    background:url(http://clone.eco-onebrandhomes.com/wp-content/uploads/2019/11/icono_multifamily_test2.png) no-repeat;
}

#post-53 .post-thumbnail img{
		height:90px;
		width: 90px;
}	


#post-53 .post-thumbnail img:hover{
		opacity: 0;
		height:90px;
		width: 90px;
}
	
#post-53 .post-thumbnail a:hover{
		opacity: 1;
		position: relative;
		height:90px;
		width: 90px;
		background:url(http://clone.eco-onebrandhomes.com/wp-content/uploads/2019/11/icono_townhomes_02_90x90.png) no-repeat;
}



/***NUEVO***/
/***Ocultar los títulos de las imágenes de la galería**/
.fbx-caption { display:none;}

/***Ocultar subtítulo de imagenes de la galeria de Modula***/
.lb-caption { visibility: hidden;}

/**Ocultar el contador de imágenes de la galería básica**/
 .fbx-count { visibility: hidden;}
 
 /**Ocultar el icono de whatsapp en la galería de Modula*/
 .modula-icon-whatsapp {
   visibility: hidden;
 }