/*
Theme Name: OlgaAyllon
Theme URI: http://studi7.com
Description: This is child theme of Layerswp
Author: Studi7
Author URI: http://studi7.com
Template: layerswp
Version: 1.0
*/
@import url("../layerswp/style.css");

/******************* FONTS ********************************/
/*@font-face {
    font-family: 'scriptinaregular';
    src: url('fonts/scriptin-webfont.woff2') format('woff2'),
         url('fonts/scriptin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'master_of_breakregular';
    src: url('fonts/master_of_break-webfont.woff2') format('woff2'),
         url('fonts/master_of_break-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

/******************* GENERAL **************************/

/*h1,h2,h3,h4,h5,h6 {
  font-family:'master_of_breakregular';
}*/

html {
background-color:#2b2b2b;
}

.button {
border-radius:4px;
}

/******************** HEADER - MENU ***********************/
.aviso-inicio {
	border-radius:4px !important;	
}

/******************** HEADER - MENU ***********************/
 	
/*.site-logo-link img, .custom-logo-link img, .mark img{max-height: 100px;}

.is_stuck_show .custom-logo-link img {
max-height: 50px !important;
}

.is_stuck_show .sitetitle {
font-size:20px;
}

.title-container .title {
    padding: 3% 10% !important;
    max-width: none !important;
    background-color: #f3f3f3;
 }*/

.title-container {
    background-color: #fff !important;
	padding-top:40px;
}

.title-container .heading {
    color: rgba(0,0,0,0.85) !important;
	font-size: 4rem !important;
}

.bread-crumbs {
    display: none !important;
}

.custom-template {
	padding-top:0px !important;	
}
/*.title-container .bread-crumbs,
.title-container .bread-crumbs a,
.title-container .heading {
color: rgba(0, 0, 0, 0.55) !important;
}

.sitetitle {
font-size:26px;
}*/


.header-site .nav-horizontal > ul > li > a {
    transition: 0.4s;
    font-size: 16px;
    display: inline;
    line-height: 24px;
    padding: 8px 10px;
    transition: all 400ms ease-in-out;
	font-weight:100;
	text-transform:uppercase;
}

.header-site .nav-horizontal ul li.current-menu-item a,
.header-site .nav-horizontal ul li.current_page_item a {
    color: #94000b;
    background-color:rgba(255,255,255,0.5);
	border-radius:4px;
}

.header-site .nav-horizontal ul li a:hover {
    color: rgba(0, 0, 0, 0.55) !important;
    background-color:rgba(255,255,255,0.5);
	border-radius:4px;
}

.header-site.invert .sub-menu, .header-site.invert .sub-menu li a {
    background-color: rgba(229, 124, 59, 1) !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 100;
    border-radius: 4px;
    
}

.sub-menu {
	border: 1px solid #aaa !important;
}

/*************** packs ******************/

.pack-box {
border-radius:4px;	
}

.mailpoet-subscription-section h3 {
display:none;	
}

.no-padding-top {
	padding-top:0px !important;
}

/*.is_stuck_show .nav-horizontal ul li.current-menu-item a,
.is_stuck_show .nav-horizontal ul li.current_page_item a {
    color: #94000b;
    background-color:rgba(255,255,255,1);
	border-radius:0px;
}*/

/********************* SLIDE ****************************/
/*.slider-homepage .section-title {
background-color: rgba(255,255,255,0.5);
border-radius:12px;
padding:20px;
}

.slider-homepage .section-title h3 {
  font-size:50px !important;
}*/

/***********************SECTION EXPERIENCE *****************/
/*.col-experience img {
max-width:120px;
}

.col-experience h5 {
font-size:34px !important;
color: rgba(0, 0, 0, 0.85) !important;
}*/

/********************* WOO FEAT PRODUCTS *******************/
/*.featured-products .woocommerce ul > li {
background-color:#2b2b2b;
border-radius:4px;
box-shadow: 1px 1px 5px #222;
}

.featured-products .woocommerce ul > li > a img {
background-color:#fff;
}

.onsale {
background-color:green !important;
}*/

/********************* WOO SIDEBAR WIDGET *****************/
/*.section-nav-title {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

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

/*.footer-site .row {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-site {
  padding-bottom:0px;
}

.footer-site .section-nav-title {
    font-family: 'master_of_breakregular';
    color: #fff !important;
    font-size: 25px;
    text-transform: lowercase;
    line-height: 37.5px;
    font-weight: 100;
}*/

/******************* HIDE ******************************/
/*.copyright {
display:none;
}*/


.accept-cookies {
	background-color:#fff;
	border:1px solid #000;
	padding:20px;
	text-align:center;
}

/*************** queries **********************/

@media only screen and (max-width: 480px) {
    .home-img-box .media-image {
        float:left !important;
		width:100px;
    }
	
	.header-secondary {
        display: block;
    }
}