/*
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: 2.4rem 0;
}
.footer-social {
    flex: 1;
}
.footer-social a {
    margin-right: 20px;
    padding: 8px 0 0;
}

.footer-social #instagram-icon{
    transform: translateY(4px);
	display: inline-block;
}

.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%;
    } */
}
/* New CSS */
  .footer_list_item > .footer_link {
	font-size:14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
	font-weight:400;
}
 
  .km-footer-bg .container{
	width:100%;
	      padding: 1rem 0;

}
.km-footer-bg .container .footer_row{
	display: flex;
    width: 100%;
    gap: 2rem;
	justify-content:center;
}
.footer_row .footer-address-part{
	padding:2rem;
}
.footer_row .columns-container{
	padding: 2rem;
    display: flex;
    justify-content: space-evenly;
}
.footer_columns_wrapper_first,.footer_columns_wrapper_second{
	display: flex;
    flex-direction: column;
}
@media (min-width:1200px){
	.footer_columns_wrapper_first{
	width:20%;
}
	.footer_columns_wrapper_second{
		width:15%;
	}
}
@media (min-width:999px) and (max-width:1199px){
	.footer_columns_wrapper_first{
	width:25%;
}
	.footer_columns_wrapper_second{
		width:20%;
	}
}  
@media (min-width:700px) and (max-width:998px){
	.footer_row .footer-address-part{
		    width: 30%;
	}
	.footer_row .columns-container{
		width: 70%;
    flex-direction: column;
		row-gap:2rem;
	}
.footer_columns_wrapper_first,.footer_columns_wrapper_second{
	grid-template-columns: repeat(2,1fr);
    display: grid;
}
}
@media (max-width:699px){
	.km-footer-bg .container .footer_row{
	    flex-direction: column;
}
.footer_row .columns-container{
	width:100%;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 2rem;
}
.footer_columns_wrapper_first,.footer_columns_wrapper_second{
	grid-template-columns: repeat(2,1fr);
    display: grid;
}
} 
@media (max-width: 645px){
	.footer_column {
		margin:0;}
	.footer_row .columns-container {
    padding: 2rem 1rem;
	}
.footer_row .footer-address-part {
    padding: 2rem 1rem;
}
}
@media (max-width: 350px){
.footer_columns_wrapper_first, .footer_columns_wrapper_second {
	grid-template-columns: repeat(1,1fr);
}	
}
.footer-icons {
    padding: 1rem 1rem;
}
.footer_copyright {
    padding: 2rem 1rem;
}
.available-languages {
    align-items: center;
    display: flex;
    column-gap: 1rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
    width: 100%;
}
.flag-container {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
@media (max-width: 500px){
	.flag-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 1px 15px;
}
.available-languages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}
.copyright-and-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-white);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.copyright-and-links a {
    color: var(--color-white);
    padding: 0 1rem;
    text-decoration: underline;
}
.copyright-and-links-container{
	    padding: 1rem 1rem;

}

/* Custom CSS by Kommunicate*/
.ts-row.cf {
	padding-top: 100px;
}
