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

h1 {
    text-transform: uppercase;
    font-size: 1.5em;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

h1:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 110%;
    background-color: #fdce5c;
    left: -10%;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
    padding: 20px;
    transform: rotate(-.7deg) skewX(-3deg);
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}

/* MENU RESPONSIVE */

@media (max-width: 767px) {
    
    .header-tienda,
    .header-fix .navgenero {
        display: block;
    }

    .nav-responsive {
        padding-top: 45px;
    }

    .nav-responsive ul {
        padding: 0;
    }

    .nav-responsive ul.menu>li {
        display: block;
        font-size: 20px;
        text-align: center;
        margin: 20px 0;
    }

    .nav-responsive .menu a {
        margin: 0;
    }

}

/* CINTAS HEADER */

@media(max-width: 479px) {
    .cinta-promo * {
        line-height: 21px;
        font-size: 11px;
    }
}

/* BUSCADOR */

.ax-search {
	float: right;
    transition: all .3s ease-in-out;
}

.icon-search {
    background-image: url(/wp-content/uploads/search.png);
    width: 32px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 60px;
}

.icon-search:hover {
    background-position: -31px 0px;
}

.ax-search-container {
	position: absolute;
	width: 300px;
	padding-right: 105px;
	left: auto;
	right: -120px;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.ax-search-active .ax-search {
    opacity: 0;
    visibility: hidden;
}

.ax-search-active .ax-search-container {
	right: 5px;
	opacity: 1;
	visibility: visible;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.ax-search-container .search-field {
    width: 100%;
    padding: 8px 20px;
    font-size: 1em;    
    color: #fff;
    border: 1px solid #fff;    
    background-color: #000;
}

.ax-search-container .search-submit {
	background-color: #fdce5c;
	cursor: pointer;
	color: #000;
	border: none;
	text-transform: uppercase;
    position: absolute;
    right: 30px;
    top: 0px;
    padding: 9px 11px;

}

.ax-search-container > span {
    position: absolute;
    right: 10px;
    top: 3px;
    color: #fff;
}

.ax-search-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

.ax-search-container ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.ax-search-container :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.ax-search-container :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* MENU BLOG  Y CATEGORIAS*/

#menu-menu-blog {
    float: right;
    margin-top: 10px;    
    padding-left: 0;
    margin-bottom: 0;
}

#menu-menu-categorias li a,
#menu-menu-blog li a {
    display: block;
}

#menu-menu-categorias li a:hover,
#menu-menu-blog li a:hover {
    color: #fdce5c;
    transform: scale(1.1) !important;
    text-decoration: none;
}

#menu-menu-categorias {
    margin-bottom: 0;
    margin-top: 13px;
    padding-left: 0;
}    

/* MENUs FOOTER */

footer ul.menu > li {
    display: block;
}
@media (max-width: 767px) {
    footer {
        padding: 50px 0 10px;
        text-align: center;
    }
    footer .list-inline-item {
        padding-right: 0;
        margin-right: 0;
    }
}    

/* POST HOME */

.home-post {
    float: left;
    margin-bottom: 30px;
}
.home-post a:hover,
.home-post a:focus {
    text-decoration: none;
}
.home-post__container {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #f8f8f8;
}
.home-post__thumb {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;    
}
.home-post__thumb-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;    
}
@media(max-width: 767px){
    .home-post__thumb-img{
        background-position: center;
    }
}
.home-post__thumb-img:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.alm-reveal .home-post:nth-child(3n+1) .home-post__thumb-img:before {
    background-color: rgba(100,183,213,0.45);
}
.alm-reveal .home-post:nth-child(3n+2) .home-post__thumb-img:before {    
    background-color: rgba(226,170,197,0.45);
}
.alm-reveal .home-post:nth-child(3n+3) .home-post__thumb-img:before {
    background-color: rgba(255,207,82,0.45);
}
.home-post:hover .home-post__thumb-img:before, 
.home-post:focus .home-post__thumb-img:before {
    display: block;
}
.home-post:hover .home-post__thumb-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s ease;  
}
.home-post__category {
    text-decoration: none;
    color: #929292;
}
.home-post__title {
    margin: 15px 0 10px;
}
.home-post__title-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.home-post__title-link:hover,
.home-post__title-link:focus {
    color: #000;
}
.home-post__intro {
    min-height: 34px;
}
.home-post__intro,
.home-post__intro p {
    font-size: 14px;
    line-height: 17px; 
    margin-bottom: 0;
}
.home-post__link {
    float: right;
    color: #000;
    font-weight: bold;
}

/* COMENTARIOS */

.post-comments {
    list-style-type: none;
    padding-left: 0;
}
.comments-title {
    margin: 20px 0 25px;
    text-align: left;
}
.post-comments>li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 15px 0;
    background-color: #f8f8f8;
    margin-bottom: 12px;    
}
.post-comments>li .avatar {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 23px;
}
.post-comments__body {
    padding-left: 60px;
}
.post-comments__body a {
    word-wrap: break-word;
}
.post-comments__body small {
    color: #a4a3a3;
    margin-top: 5px;
    margin-left: 10px;
}
.post-comments__body h5,
.post-comments__body small {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.post-comments__body cite {
    margin-bottom: 6px;
    display: block;
}
.post-comments__body p {
    margin-bottom: 15px;
}

/* BANNER HOME */

.home h1 {
    margin: 20px auto 55px;
}
.slide-text li {
    list-style-type: none;
}
.alm-btn-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* SINGLE */

.single h1 {
    margin-bottom: 42px; 
}
.btn-bolver {
    font-size: 13px;
    color: #000;
    font-weight: 600; 
}
.btn-bolver:hover {
    color: #000;
}
.single .container.ax-padding-container {
    padding-top: 140px!important;
}

/* BREADCRUMB */

#breadcrumbs {
    font-weight: 500;    
    font-size: 13px;
}
#breadcrumbs a,
#breadcrumbs a:hover {
    padding: 0 10px;
    border-right: 2px solid #545454;
    color: #000;
}
.breadcrumb_last {
    padding-left: 10px;
    color: #5a5656;
}

/* BTN SUBIR */

.ax-button-up {
    display: table;
    transition: all .3s linear;
    position: fixed;
    bottom: -100px;
    right: 60px;
    cursor: pointer;
    z-index: 50;
}

.ax-button-up-active {
    bottom: 45px !important;
}

.google-recaptcha-container{
    order: 1;
    width: 100%;
    padding: 0 15px;
    text-align: left!important;
    margin: 18px 0 0;
}

@media(max-width: 767px) {
    .ax-button-up {
        right: 10px;
    }
}

/* FOOTER RESPONSIVE */

@media(max-width: 767px) {
    .footer-title {
        cursor: pointer;
        text-align: left;
        position: relative;
        margin-bottom: 20px;
    }
    .footer-title:after {
        content: '+';
        position: absolute;
        right: 0;            
    }    
    footer .widget_nav_menu {
        max-height: 0;
        overflow: hidden;
    }
    footer  .widget_nav_menu li {
        text-align: left;
        padding: 4px 0;
    }    
    footer .link-active .footer-title:after {
        content: "-";      
    }
    footer .link-active + .widget_nav_menu {
            max-height: 2000px !important;
    }
}
/*Newsletter*/
.ax-error {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #FFF;
    background-color: #64b7d5;
    display: table;
    text-align: center;
}