/*
Theme Name: CheerUp Child
Theme URI: http://theme-sphere.com/
Description: A child theme of CheerUp
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: cheerup
Version: 1.0
*/

[role=button] {
    cursor: pointer;
}
a {
    color: var(--color-white);
    text-decoration: none;
}

._form_13 form{
	padding-left:0px !important;
	max-width: 236px !important;
	margin-left: 0px !important;
	font-family: --text-font !important;
}
.mobile-menu li#menu-item-100 > a {
	text-align:center;
	padding-right: 0;
}
.mobile-menu.active .menu-item-100 a:after {
	background-color: #2dd35c !important;
}

.km-growth-hack-signup img {
	width: 45rem
}
.comments {
	display: none;
}
.main-pagination.number .page-numbers .disabled {
	text-decoration: none ;
}
@media only screen and (max-width: 940px) {
    aside.col-4.sidebar[data-sticky] {
        margin-block: 3.1rem;
    }
    aside.col-4.sidebar[data-sticky] img {
        width: 100%;
    }
}
/* custom css footer */
.km-footer-bg {
    --color-white: #fff;
    --color-black: #000;
    --cta-color: #2dd35c;
    --cta-color-hover: #24a949;

    background: url(./footer_alt.svg);
    background-size: cover;
    width: 100%;
    margin-top: 5rem;
    padding-top: 6.5rem;
}
.container {
    display: block;
    max-width: 120rem;
    margin: 0 auto;
    position: relative;
    padding: 1rem 2rem;
}
.footer_account {
    width: 46%;
    border-radius: .87rem;
    padding: 3rem 12rem;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0.5rem 0.5rem 3rem 0.4rem rgb(112 112 144 / 20%);
    box-shadow: 0.5rem 0.5rem 3rem 0.4rem rgb(112 112 144 / 20%);
    background: var(--color-white);
	margin-bottom: 4rem;
}
.footer_account .footer_account_text {
    line-height: 1.1;
    font-size: 2.7rem;
    font-weight: 600;
    display: block;
    color: var(--color-black);
    text-align: center;
}
.footer_account .footer_account_cta {
    margin: 3.5rem auto 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_account .footer_account_cta > .km-cta {
    text-align: center;
    height: 2.5rem;
    white-space: pre;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    width: 29%;
    line-height: 2;
    font-weight: 500;
    background: var(--cta-color);
    border-radius: 4px;
    text-decoration: none;
    outline: 0;
    appearance: none;
    border: none;
    padding: 1rem 4rem;
    font-size: 1.3rem;
    border-radius: 4px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_account .footer_account_cta > .km-cta:hover {
    cursor: pointer;
    background: var(--cta-color-hover);
}
.footer_row {
    width: 95%;
    margin: 10rem auto 0 auto;
	display: inline;
}
.footer_column {
    vertical-align: top;
    display: inline-block;
    position: relative;
}
.footer_column:first-child {
    width: 32%;
    color: #fff;
    font-weight: 600;
}
.footer svg {
    max-width: 15rem;
    max-height: 9rem;
}
.footer_column p {
    font-size: 1.1rem;
    font-weight: 300;
}
.footer_list {
    padding-inline-end: 1rem;
    color: var(--color-white);
    list-style: none;
}
.footer_list_item:first-child {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.footer_list_item:not(:first-child) {
    margin: 0.5rem 0;
}
.footer_list_item > .footer_link {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 300;
}
.footer_copyright {
    color: var(--color-white);
    font-size: 1rem;
    font-weight: 300;
    padding: 2rem 0;
}
.footer-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4.4rem 0;
}
.footer-social {
    flex: 1;
}
.footer-social a {
    margin-right: 20px;
    padding: 8px 0 0;
}
.footer-social a svg {
    padding: 0;
    height: 20px;
    width: 20px;
}
.footer .youtube>svg {
    transform: translateY(2px);
}
.footer-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-badges a > img {
    max-height: 7rem;
    padding: 0 0.5rem;
    height: auto;
}
.footer-badges a > svg {
    padding-top: 0.3rem;
    height: 4rem;
    width: 9rem;
}
.footer hr {
    opacity: .5;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
@media (max-width: 1220px) {
    .km-footer-bg {
        background: linear-gradient(143.64deg,#6d6bde 22.8%,#5553b7 96.58%);
    }
    .footer_account {
        width: 60%;
        padding: 3.5rem 9rem;
        margin: -14rem auto 4rem;
    }
}
@media (max-width: 1027px) {
    .footer_row {
        width: 100%;
    }
    .footer_account {
        width: 65%;
    }
    .footer-badges {
        flex: 2;
    }
    .related-posts.grid-3{
        margin-block-end: 4rem;
    }
}
@media (max-width: 837px) {
    .footer_account {
        padding: 2rem 3rem;
        width: 80%;
    }
    .footer_account .footer_account_text {
        font-size: 2rem;
    }
    .footer_account .footer_account_cta > .km-cta {
        width: 60%;
    }
}
@media (max-width: 865px){
    .footer_column:first-child {
        padding-inline-end: .5rem;
    }
    .footer_list_item:first-child {
        font-size: 1.2rem;
    }
    .footer_column p, 
    .footer_list_item > .footer_link {
        font-size: 0.9rem;
    }
}
@media (max-width: 645px){
    .container {
        padding: 1rem;
    }
    .footer_row {
        margin: 5rem auto 0 auto;
    }
    .footer_account {
        width: 75%;
    }
    .footer_account .footer_account_text {
        font-size: 1.5rem;
    }
    .footer_column:first-child {
        width: 100%;
        font-size: 1.2rem;
    }
    .footer_column {
        display: block;
        margin: 0 auto;
    }
    .footer_column p, 
    .footer_list_item > .footer_link {
        font-size: 1.1rem;
    }
    .footer-icons {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-badges {
        justify-content: flex-start;
        row-gap:1rem;
    }
    .footer-social {
        margin-block-end: 3rem;
    }
    .footer-badges a > img {
        padding: 0;
        padding-inline-end: 1rem;
    }
}
@media (min-width: 1027px){
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1140px;
    }
    .footer_column:first-child {
        width: 40%;
    }
}
