/**
Theme Name: EpicPew - Astra Child
Author: Perceptions Studio
Author URI: http://perceptionsstudio.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: epicpew-astra-child
Template: astra
*/


:root {
    /*************************** Page-wide variables ****************************/

    /* Base spacing unit. */
    --spacing-unit: calc( 100vw - ( 100vw - 100% ) );
    --the-orange: rgba(242, 125, 0, 1);
    --faded-orange: rgba(242, 125, 0, 0.9);
    --ep-blue: rgb(41, 171, 226);
    --sidebar-width: 100%;
}
a {
    color: #080808;
    outline: 0;
}
.ast-site-identity {
    padding: 1em 0;
}
.main-header-menu li {
    background-color: #4d4d4d;
}
.main-header-menu li .menu-text {
    padding-left: 1rem;
}
.astra-advanced-hook-12436 { height: 0px; }

.ast-below-header-wrap {
    display: none;
}
.ast-mobile-menu-buttons .ast-button-wrap {
    font-size: smaller;
}
.main-header-menu .sub-menu a, .ast-header-break-point .main-header-menu .sub-menu a {
    color: #fff;
}


#latest-column h4 a:hover {
    text-decoration: underline;
    color: var(--the-orange);
}
#news-column h5 a:hover {
    opacity: .85;
}

.rummel-primary-column {
    width: 100%;
}
.rummel-secondary-column {
    width: var(--sidebar-width);
}

.elementor-share-buttons--shape-circle.elementor-widget.elementor-widget-share-buttons .elementor-share-btn {
    width: 40px;
    height: 40px;
}
@media (min-width: 768px) {
    :root {
        --sidebar-width: 280px;
    }
    .rummel-primary-column {
        width: calc(100% - var(--sidebar-width));
    }
}
@media (min-width: 1024px) {
    :root {
        --sidebar-width: 400px;
    }
    .elementor-share-buttons--shape-circle.elementor-widget.elementor-widget-share-buttons .elementor-share-btn {
        height: 50px;
        width: 50px;
    }
    .ast-below-header-wrap {
        display: block;
    }
}
.elementor-widget-theme-post-content {
    font-family: "Museo Sans", "museo-sans", "Verdana", "Gill Sans", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	letter-spacing: -0.5px;
}
.elementor-section-height-min-height.elementor-section-content-middle ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.post .post-content p a,
.elementor-widget-theme-post-content p a {
    /* border-color: var(--faded-orange);
    box-shadow: inset 0 -5px 0 var(--faded-orange); */
    background-image: linear-gradient(120deg, rgb(249, 181, 108) 0%, rgb(255, 106, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
}
.post .post-content p a:hover,
.elementor-widget-theme-post-content p a:hover {
    /* background: var(--the-orange);
    border-color: var(--the-orange);
    box-shadow: inset 0 -5px 0 var(--the-orange); */
    background-size: 100% 92%;
}


.ast-above-header-section-2 .above-header-widget {
    width: 55%;
}
.ast-above-header-section-2.widget-above-header .widget_elementor-library {
    float: right;
    width: 100%;
}

.ast-below-header-section-wrap input[type="email"] {
    min-width: 150px;
}

/* Ads */
.advertisement.leaderboard {max-width: 728px; margin: 0 auto;}
.advertisement.square {max-width: 300px; margin: 0 auto;}


.wp-caption .wp-caption-text {
    font-size: 70%;
    margin-top: .5em;
    font-style: italic;
    color: #999;
}


/* FAVORITES BUTTON */
button.simplefavorite-button.has-count.preset {
    padding: 2px 6px 2px 26px;
    float: right;
    font-size: .8rem;
}
.simplefavorite-button.preset i.sf-icon-love {
    font-size: 1.1rem;
    top: 3px;
    width: 100%;
    left: 0;
}
button.simplefavorite-button.active.has-count.preset {
    color: #eee;
}
button.simplefavorite-button.has-count.preset:hover {
    background-color: #aaa;
}

span.simplefavorite-button.has-count.preset {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, rgba(238,76,35,1) 0%, rgba(245,145,34,1) 100%);
    color: #fff;
    border:none;
    padding: 18px 0 0 0;
    text-align: center;
    font-size: 0.8rem;
    line-height: 0.9rem;
}
span.simplefavorite-button-count {
    display: block;
    margin: 0 auto;
    position: relative;
}
/* FAVORITES ON THE SINGLE TEMPLATE */
.elementor-share-btn.rummel-favorite button.simplefavorite-button.has-count.preset {
    padding: 6px;
    float: none;
    line-height: .8rem;
    top: -3px;
}
.elementor-share-btn.rummel-favorite button.simplefavorite-button.has-count.preset i.sf-icon-love {
    position: relative;
    left: 0;
    top: 2px;
}
.elementor-widget-theme-post-content span.simplefavorite-button {
    display: none;
}
.astra-advanced-hook-12436 .simplefavorite-button.preset i.sf-icon-love {
    display: none;
}
.astra-advanced-hook-12436 span.simplefavorite-button.has-count.preset.active {
    padding-top:11px;
}
.astra-advanced-hook-12436 span.simplefavorite-button.has-count.preset.active:hover {
    filter: saturate(1.5) brightness(1.2);
}

/* AUTHOR BIO BOX */
.elementor-author-box__bio + .social-icon span {
    padding-right: 14px;
    font-size: 20px;
}
h6.elementor-author-box__name {
    line-height: 12px;
    padding-bottom: 10px;
}
.elementor-author-box__bio {
    line-height: 1.1rem;
}


#copyright-footer {
    font-size: 10px;
    font-weight: 600;
    color: #999;
}



.svg-icon.svg-16 svg {
    height: 16px;
    width: 16px;
    margin: -2px 0;
    margin-right: -12px;
}
#show-comments .svg-icon svg {
    transform: rotate(90deg);
}



h2 {
	margin-bottom:10px;
	margin-top: 30px;
	letter-spacing: -0.5px;
}

h1 {
	margin-bottom: 10px;
	margin-top: 30px;
}

h3, h4, h5 {
		letter-spacing: -0.5px;
}

.more-related .elementor-post__title a:hover {
color:#ffffff;	
}

.comments-area {
    margin-top: 0px!important;
	border: none;
}

.comments-block {
    text-align: center;
}

.widget {
    margin-bottom: 20px;
}

.elementor-post__text {
    display: grid;
}
h4, .entry-content h4, h4 a,
h4.elementor-posts .elementor-post__title {
	color:#4d4d4d;
	font-size: 1.1rem;
}
h5, .entry-content h5, h5 a,
h5.elementor-posts .elementor-post__title {
	color:#4d4d4d;
	font-size: 1rem;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link,
.elementor-posts .elementor-post__card .elementor-post__excerpt, .elementor-posts .elementor-post__card .elementor-post__title {
	margin-bottom:0;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
	border:none;
}
.post_carousel_meta_alignment-center .eael-entry-footer > .eael-author-avatar {
    display: none;
}
.post_carousel_meta_alignment-center .eael-entry-footer > div {
    display: inline-grid;
    grid-auto-flow: column;
	  margin: 0 auto;
}
.post_carousel_meta_alignment-center .eael-entry-footer .eael-posted-by:after {
    content: '-';
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

@media (max-width:767px) {
	.elementor-posts--thumbnail-left .elementor-post.elementor-grid-item.hentry {
    display: block;
}
	.main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar{
	    background-position-x: 88%;
		}
	.ast-header-break-point .site-header .ast-site-identity {
    padding-top: 0px;
	}
	.ast-header-break-point .ast-site-identity {
    width: 70%;
    margin-left: 15px;
}
	
	.ast-mobile-menu-buttons {
    background: #fff;
    border-radius: 4px;
}
	
}



/**************************\
  Basic Modal Styles
\**************************/

.modal {
    font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 110;
}

.modal__container {
    background-color: #fff;
    padding: 10px 10px 30px 10px;
    width: 99vw;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: -3px 2px 2px 1px rgba(45, 45, 45, 0.2);
}

.modal__header {
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #6790bf;
    box-sizing: border-box;
    align-self: center;
    grid-column-start: 2;
}

.modal__close {
    background: transparent;
    border: 0;
    width: 3rem;
    height: 3rem;
    padding: 0;
    justify-self: right;
    grid-column-start: 3;
}

.modal__header .modal__close:before {
    content: "\2715";
    color: black;
}

.modal__content {
    margin: 0 1.5rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}
.modal__content p {
    margin-bottom: 1rem;
}

.modal__btn {
font-size: .875rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
background-color: #e6e6e6;
color: rgba(0,0,0,.8);
border-radius: .25rem;
border-style: none;
border-width: 0;
cursor: pointer;
-webkit-appearance: button;
text-transform: none;
overflow: visible;
line-height: 1.15;
margin: 0;
will-change: transform;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: -webkit-transform .25s ease-out;
transition: transform .25s ease-out;
transition: transform .25s ease-out,-webkit-transform .25s ease-out;
    margin: 0 auto;
    display: flex;
}

.modal__btn:focus, .modal__btn:hover {

}

.modal__btn-primary {
background-color: #00449e;
color: #fff;
}
button.modal__close:hover, button.modal__close:focus {
    background: inherit;
    font-weight: bold;
}
#modal-protection p, #modal-protection ol {
    text-align: left;
}

@media (min-width: 600px) {
    .modal__overlay, .modal__container {
        max-width: 60vw;
    }
    .modal__overlay {
        left: unset;
    }
}
@media (min-width: 768px) {
    .modal__overlay, .modal__container {
        max-width: 50vw;
    }
}
@media (min-width: 1024px) {
    .modal__overlay, .modal__container {
        max-width: 38vw;
    }
}
@media (min-width: 1300px) {
    .modal__overlay, .modal__container {
        max-width: 32vw;
    }
}
body.admin-bar .modal__container {
    margin-top: 32px;
}
  

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}
