/*--------------------------------------------------------------

Template: Erika minimal portfolio
Author: CXWebExperts
Author URI: http://cxwebexperts.com/
Version:  1.0
Design and Developed by: http://cxwebexperts.com/

Note: This is the file where you can add your custom styles to change the look of the theme. 
But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom CSS code here:
-------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.theme-color{color:#d6b161;;}
h3.footer-logo{margin-bottom:5px;font-weight: normal;letter-spacing:0;}
h2.area-title{font-size:40px;}
.no-capital{text-transform: none;} /* Anulo que un texto se muestre en mayúculas */
.logo h3{font-weight:300;letter-spacing:normal;font-size:23px;} /* le quito la negrita para aligerar*/
.logo h3 a:hover{color:#555;}
/* span.home {display:none;} oculto el logo de la página de la home */
.banner-static-content h1 { /* home --> slider, aligero presentación */
	margin-bottom:0;
	letter-spacing:normal;}
.about-heading h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.4;}	
.copy-right-info p{font-size:10px;}
ul.portfolio-cat li{list-style-type:none;display:block;}
ul.portfolio-cat > li::before{content:"";position:none;right:0;}
.fotografo{color:#999;font-size:13px;}
h2.page-cat, h3.page-cat{display:block !important;float:none !important;}
.breadcrumb-style-two {padding: 30px 0;}
ul.contact-details {margin-bottom:30x;}
.contact-details li{padding-bottom:20px;font-size:14px;}
.contact-details li i{color:#d6b161;padding-right:10px;}
.contact-style-two .marg-area input{margin-bottom:10px;}
.cd-words-wrapper b{height:40px;} /* subo altura de texto animado para que no corte la "g" */
.ul-custom{margin-bottom:25px;margin-left:60px;}
.ul-custom li{color:#7e7e7e;line-height: 24px;font-size:14px;list-style-type: square;}
.bg-responsive{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.redes-sociales a i{color:#999;}

/*.single-service{ height:365px;min-height:365px;}*/
.single-service > p
{
	font-size:14px;
}
.service-header i {
    color: #d6b161;
    display: inline-block;
    font-size: 40px !important;
    font-weight: normal;
    margin-bottom: 20px;
	transition: .3s;

	color:#d6b161;
	padding:10px;

	border-radius: 60px;
	box-shadow: 0px 0px 2px #EEE;
	border:solid 1px  #d6b161;
	padding: 0.5em 0.6em;
}
.single-service:hover .service-header i{
	box-shadow: 0px 0px 1px #FFF;
	padding: 0.5em 0.6em;	
	background-color:#d6b161;
	color:#FFF;
	border:solid 1px  #EEE;
}

@media (max-width:767px){
	.slide-one{background: #EEEEEE none repeat scroll 0 0;}
	/* .slide-one{background-image:url("/img/slider/6-767px.jpg")} */
	div.footer-menu{display:block;}
	div.footer-menu ul.footer-menu-xs{margin-bottom:35px;}
	div.footer-menu ul.footer-menu-xs li{display:list-item;margin-left:0;border-bottom:solid 1px #EEE;margin-bottom:4px;margin-top:4px;}
	div.footer-menu ul.footer-menu-xs li a {color:#CCC;}
	div.footer-menu ul.footer-menu-xs li a:hover{color:#DCDCDC;}
}

@media (max-width:481px){
	.logo{padding: 18px 0;}
	.logo h3{font-size:20px;}	
}