/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.1
*/
@import url("../mercury/style.css");

.mtl-title__line-bg .elementor-widget-container::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #0679b0;
    z-index: 1;
    border-radius: 5px;
}
.mtl-title__line-bg h2{
	    position: relative;
    z-index: 2;
    padding: 0 15px;
	background:#fff;
	display: inline-block;
}

.mtl-how-to-white{
	    counter-reset: number;
	list-style:none !important;
}
.mtl-how-to-white__wrap {
    position: relative;
    background: #f3f3f3;
    border-radius: 10px;
    line-height: 1.5;
    font-weight: 500;
    color: #1e2223;
	padding: 25px 25px 25px 40px;
    text-align: left;
    font-size: 16px;
}
.mtl-how-to-white__wrap::before {
    content: counter(number);
    counter-increment: number;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    left: -20px;
    right: auto;
    margin: auto;
    background: #0679b0;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.mtl-how-to-white__wrap h3{
	font-size:18px;
	margin-bottom: 12px;
}

.flex-wrap .elementor-container{
	flex-wrap:wrap;
}


.wm-competition{
    margin-bottom: 10px;
    overflow: hidden;
    display: flex !important;
}
.wm-competition a{
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    background: #fff;
    border-radius: 40px;
    margin-right: 10px;
    display: block;
    text-decoration: none;
    height: 20px;
}
.wm-competition a.slick-active,
.wm-competition a:hover {
    color: #fff;
    background: #ed533a;
}
.pin-new:before {
    position: absolute;
    right: 6px;
    top: -10px;
    content: "New";
    animation: lightAnimation .3s ease-in-out infinite;
    background-size: contain;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    color: #d3cd13;
    font-size: 12px;
    font-weight: bold;
    font-family: 'roboto';
}

#wm-top-slider{
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 30px;
}
.space-page-section-ins{
    padding-top: 0 !important;
}


.nwm-mobile{
    display: none;
}
.content-menu-right{
    margin-left: auto;
    
    margin-right: -5px;
    height: 100%;
}
.content-icon {
    background-color: rgba(0,0,0,.08);
}
.content-icon.content-icon-tlk {
  background: #005CFF;
}
.content-icon a{
    height: 100%;
    display: flex;
    padding: 8px 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    color: #f2f2f2;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}
@media (max-width: 767px) {
    .space-wrapper{
        display: flex;
        margin-top: 5px;
    }
    .space-wrapper .space-header-menu{
        max-width: 50px;
    }
    .nwm-mobile{
        display: flex;
    }
    .space-header-logo img{
        
    }
}
@media (max-width: 390px) {
    .content-icon a{
        min-width: 60px;
    }
}