 @media (max-width: 767px) {
    body .meta-avatar img {
        width: 20px;
        height: 20px;
        display: none;
    }
}

body .meta-avatar img {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}

.logged-avatar img {
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    display: none;
}



.header-social-list a, .footer-social-list a {
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition: var(--effect);
    transition: var(--effect);
    color: red;
	
	    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    border: 1px solid red;
    color: red !important;
    margin: 0 3px 3px 0;
}

.footer-social-list-title {
    line-height: 1;
    margin-right: 3px;
    padding-right: 10px;
    border-right: 1px solid var(--flex-gray-15);
    color: red;
}

div.sharedaddy h3.sd-title {
    display: inline-block;
    font-size: 9pt;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1em;
    display: none;
}

.sd-content ul li {
    margin: 0 8px 12px 0;
    padding: 0;
    display: none;
}

.sd-content .share-customize-link {
    line-height: 11px;
    margin-top: 8px;
    display: none;
}

.wpl-likebox {
    display: flex;
    align-items: center;
    display: none;
}

.wpl-button a {
    text-decoration: none;
    display: flex;
    margin: 1px 6px 8px 1px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    color: #2c3338;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .12);
    text-shadow: none;
    line-height: 23px;
    padding: 4px 10px 3px 9px;
    min-height: 30px;
    min-width: 33px;
    box-sizing: border-box;
    display: none;
}

.wpl-likebox .wpl-count, .wpl-likebox .wpl-count a, .wpl-likebox .wpl-count-text, .wpl-likebox .wpl-count-text a {
    font-size: 12px !important;
    display: none;
}


.header-4 .main-menu > li > a, .header-4 .more-section-outer .more-trigger {
    padding-right: var(--menu-item-spacing, 20px);
    padding-left: var(--menu-item-spacing, 20px);
    border-left: 1px solid var(--flex-gray-15);
    background-color: #f30204;
    color: white;
}

.logo-wrap img {
    display: block;
    width: 500px;
    max-height: var(--nav-height);
    -webkit-transition: opacity .25s var(--timing);
    transition: opacity .25s var(--timing);
    object-fit: cover;
}

.navbar-left {
    flex-grow: 1;
    background-color: #f30305;
}

.mobile-logo-wrap img {
    width: auto;
    max-height: var(--mbnav-height, 42px);
    background-color: white;
}

.mobile-menu-trigger {
    display: flex;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
    background-color: #fff;
}

.footer-social-list-title {
    line-height: 1;
    margin-right: 3px;
    padding-right: 10px;
    border-right: 1px solid var(--flex-gray-15);
    color: red;
    display: none;
}

input[type='text'], input[type='tel'], input[type='password'], input[type='email'], input[type='url'], input[type='search'], input[type='number'] {
    line-height: max(var(--input-fheight), 24px);
    width: 100%;
    padding: 12px 20px;
    -webkit-transition: var(--effect);
    transition: var(--effect);
    white-space: nowrap;
    border: var(--input-border, none);
    border-radius: var(--round-3);
    outline: none !important;
    background-color: var(--input-bg, var(--flex-gray-7));
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.edge-padding {
    padding-right: 10px;
    padding-left: 2px;
}

.logo-sec-inner {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    flex-direction: column;
}

.header-4.header-fw .main-menu > li:first-child > a {
    border-left: none;
    padding-left: 100px;
}
[data-clicks]::after {
    content: attr(data-clicks);
    font-size: smaller;
    display: inline-block;
    background-color: #f30306;
    border-radius: 10px;
    padding: 0 0.2em;
    margin: 0 0.2em;
}



.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.p-classic-1 > *:not(.feat-holder), .p-classic-1 .p-top {
    max-width: var(--content-width, 100%);
    margin-right: auto;
    margin-left: auto;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-2107 .elementor-element.elementor-element-31663fd {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-2107 .elementor-element.elementor-element-61bb105 {
        width: 100%;
    }
}

.copyright-inner {
    font-size: var(--meta-fsize);
    display: grid
;
    flex-flow: row nowrap;
    padding: 15px 0;
    border-top: 1px solid var(--flex-gray-15);
}
.wp-block-table tr:nth-child(odd), .wp-block-table.is-style-stripes tbody tr:nth-child(odd), tbody tr:nth-child(odd) {
    background-color: #ffffff12;
}