/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#header.logo-center .header-main .header-center .logo img{
    width: 100%;
}

#header.sticky-header .logo {
    max-width: 250px;
}

#header.sticky-header .header-main.change-logo .logo img {
    transform: scale(1);
}

.blog-posts article {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-content{
    display: flex;
    gap: 40px;
    padding: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.imagen-author{
	display: none;
}

.author-name{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
	opacity: .6;
}

.blog-posts .post-full .entry-title, .blog-posts .post-large-alt .entry-title, .blog-posts .post-large .entry-title{
	font-size: 2.5rem;
	text-align: center;
}

.info-frase{
    max-width: 750px;
    margin: 0 auto;
	text-align: center;
}

.etiquetas {
    color: black;
    font-weight: 600;
}

.etiquetas  a:hover{
    text-decoration: underline;
}

.blog-posts article, .member-row-advanced .member:not(:last-child) {
    border-bottom: none;
}

.blog-posts article:not(:last-child) .post-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-top ul.breadcrumb>li a{
    color: white;
}

#header .mobile-toggle{
    display: block;
    font-size: 35px;
}

.main-menu.mega-menu{
    display: none;
}

#side-nav-panel{
    width: 560px;
}

#side-nav-panel.panel-left {
    transform: translateX(-560px);
}

.accordion-menu li.menu-item>a {
    line-height: 4rem;
    font-size: 2rem;
    letter-spacing: 1px;
    transition: color 0.3s ease-in-out;
}

.accordion-menu li.menu-item>a:hover{
    color: #797979 !important;
}

.footer-wrapper{
    margin-top: 80px;
}

#footer .footer-main>.container{
    max-width: 1240px;
}

#header, 
.sticky-header .header-main.sticky {
    border-top: none;
}

.logo-ftr img {
    max-width: 150px;
}

body:not(.home) .page-content{
    max-width: 1240px;
    margin: 80px auto 0 auto;
    color: black;
}

.form-hb{
    max-width: 600px;
    margin: 0 auto;
}

.form-hb input{
    border: 1px solid #000;
    width: 100%;
    height: 55px;
    color: #000;
}

.form-hb textarea{
    border: 1px solid #000;
    width: 100%;
    color: #000;
}

.form-hb input[type="submit"]{
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.form-hb input[type="submit"]:hover{
    background-color: #ffb600;
    color: #000;
}

#footer .share-links {
    text-align: center;
    margin-bottom: 25px;
}

#footer .share-links a{
    text-align: center;
    margin-bottom: 25px;
}

#footer .share-links a:not(:hover), .footer-top .share-links a:not(:hover) {
    background: transparent;
    color: #0a0a0a;
    padding: 0;
    margin: 0;
    height: 35px !important;
    width: 35px !important;
}

#footer .share-links a:hover {
    background: transparent;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    margin: 0;
}

#side-nav-panel .share-links {
    padding: 0 20px;
    text-align: left;
}

#side-nav-panel .share-links a {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 2.5rem;
    width: 35px;
    height: 35px;
    color: white;
    transition: color 0.3s ease-in-out;
}

#side-nav-panel .share-links a:hover {
    color: #ffb600;
}

@media screen and (max-width: 1024px){
    #header.logo-center .header-main .container{
        justify-content: space-between;
    }

    #header.logo-center .header-main .header-right{
        display: none !important;
    }
    
}