/*
	Theme Name: Cannas Theme
	File: Custom.css
	
	@Author: AlesiaDev
	@Package: Cannas
	@Subpackage: Customizations
*/

/*
 *
 * Insert your custom CSS from here
 *
 */
 
/*
 ***********************************************************************************
 * GENERAL
 ***********************************************************************************
 */
 
 .full-width-content .content {
 	padding: 0 100px 50px;
 }
 
/**************************************************************
* HEADER
**************************************************************/

.featured-section .site-header {
	background-color: rgba(255,255,255,0.8);
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-header {
	background-color: rgba(255,255,255,0.8);
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-header.dark {
	background-color: rgba(255,255,255,0.8);
}

.featured-section .site-header .wrap {
	border-bottom: none;
}

.genesis-nav-menu a {
	color: #222;
	font-weight: bold;
}

.genesis-nav-menu a:hover {
	border: none;
	background-color: #1a8040;
}

.genesis-nav-menu .current-menu-item a {
	border: none;
	background-color: #1a8040;
}

/**************************************************************
* HOME
**************************************************************/

#text-2 {
	width: 60%;
	float: right;
	text-align: right;
}

.front-page-1 .widget-title, 
.front-page-2 .widget-title {
	font-size: 32px;
}

.service-home {
	padding: 25px 25px;
}

/**************************************************************
* NOSOTROS
**************************************************************/

.empleados-nosotros {
	overflow: hidden;
}


.disclaimer {
	margin-top: 30px;
	font-size: 16px;
	font-style: italic;
}

/**************************************************************
* SERVICES
**************************************************************/

.service-panel-big {
	padding: 20px;
	border: 2px solid #333;
	margin-bottom: 20px;
	overflow: hidden;
}

.service-panel-calidad {
	padding: 20px;
	border: 2px solid #333;
	overflow: hidden;
	margin-bottom: 20px;
}

.service-panel-big p, .service-panel-calidad p {
	margin-bottom: 0px;
}

.entry-content ul li {
	list-style-type: none;
}

.service-panel-big li {
	font-size: 0.8em;
}

.service-panel-big h4, .service-panel h4 {
	font-size: 28px;
}

.service-title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.service-panel {
	text-align: center;
	padding: 10%;
	border: 2px solid #333;
	margin-bottom: 20px;
}

.service-panel p {
	margin-bottom: 0px;
}

.icono {
	margin-right: 10px;
	text-align: center;
	font-size: 36px;
}


.texto-icono {
	font-size: 18px;
	text-align: center;
}

/**************************************************************
* FOOTER
**************************************************************/

.disclaimer-footer {
	font-size: 14px;
	font-style: italic;
}

/**************************************************************
* RESPONSIVE
**************************************************************/

.responsive-menu-icon::before {
	color: #333;
}

@media only screen and (min-width: 1200px) {
	.service-panel {
		margin-top: 20px;
		margin-left: 5%;
		margin-right: 5%;
		
	}
}

@media only screen and (max-width: 1023px) {
	.full-width-content .content {
		padding: 0;
	}
}

@media only screen and (max-width: 800px) {
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a, 
	.site-header .genesis-nav-menu.responsive-menu a:hover,
	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a {
		color: #1a8040;
	}
	
	#text-2 {
		width: 75%;
	}
	
	.front-page-1 .widget-title {
		font-size: 20px;
	}
	
	.service-home {
	padding: 20px 30px;
	}
	
	.service-panel-big {
		margin-bottom: 20px;
	}
}