/*
 Theme Name: Makeover
 Theme URI: http://themewar.com/wp/makeover
 Author: themewar
 Author URI: https://themeforest.net/user/themewar/portfolio
 Description: Makeover - Spa Salon WordPress Theme
 Version: 1.0
 License:
 License URI:
*/

/*==================================
    [Table of contents]
===================================
    1. Presets & Typography Settings
*/


/*------------------------------------------------------
/  1. Presets & Typography Settings
/------------------------------------------------------*/
html,body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;    
    word-break: break-word;
    color: #707070;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #252525;
    line-height: 1.1;
    margin: 0 0 15px;
}
p{
    margin: 0 0 15px;
}
:root{
    --theme-color: #f7a392;
}
a{
    color: #252525;
    text-decoration: none;
    
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
a:hover{
    color: var(--theme-color);
    text-decoration: none;
}
a:focus, input:focus, button:focus, select:focus, textarea:focus{
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="tel"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.mo_btn{
    font-family: 'Playfair Display', serif;
    position: relative;
    height: 40px;
    border: none;
    background: #FFF;
    border-radius: 40px;
    padding-left: 42px;
    padding-right: 16px;
    display: inline-block;
    font-size: 12px;
    font-size: 14px;
    text-transform: capitalize;
    color: #252525;
    font-weight: 500;
    line-height: 40px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.mob_lg{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-left: 53px;
    padding-right: 29px;
}
.mo_btn:hover{
    background: var(--theme-color);
    color: #FFF;
}
.mo_btn i{
    position: absolute;
    left: 7px;
    top: 7.5px;
    width: 25px;
    height: 25px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
    font-size: 14px;
    line-height: 25px;
    
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.mob_lg i{
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
.mo_btn:hover i{
    background: #FFF;
    color: var(--theme-color);
}
.mob_shadow{
    box-shadow: -2px 4px 7px 0px rgba(226, 225, 225, 0.79);
}
.mo_reverse{
    background: var(--theme-color);
    color: #FFF;
}
.mo_reverse:hover{
    background: #252525;
    color: #FFF;
}
.mo_reverse i{
    background: #FFF;
    color: var(--theme-color);
}
.mo_reverse:hover i{
    background: var(--theme-color);
    color: #FFF;
}
.mo_btn.in_right{
    padding-left: 16px;
    padding-right: 42px;
}
.mo_btn.in_right i{
    left: auto;
    right: 7px;
}
.commonSection{
    position: relative;
    padding: 120px 0;
}
.sectionTitle{
    position: relative;
    padding: 38px 0 0;
    margin: 0 0 24px;
}
.sectionTitle img{
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: movebounce2 3.0s linear infinite;
    animation: movebounce2 3.0s linear infinite;
}
.sectionTitle h5{
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 300;
    letter-spacing: 3.2px;
    line-height: .8;
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 9px;
}
.sectionTitle h2{
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 0;
    position: relative;
    font-weight: 700;
    margin: 0 0 0;
}
.sectionTitle h2 span{
    color: var(--theme-color);
    font-weight: 400;
}
.mk_paragraph{
    margin: 0 0 30px;
}
.elementor-align-right .sectionTitle img{
    margin: 0;
    left: auto;
}
.elementor-align-left .sectionTitle img{
    margin: 0;
}
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
body .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
body .elementor img{
    border-radius: inherit;
}
.mk_heading.absolute{
    position: absolute;
    left: 0;
    top: 0;
}

/*-- Layer Image --*/
.layer_img{
    position: absolute;
    left: 0;
    top: 0;
}
.layer_img img{
    max-width: 100%;
    height: auto;
}
.right_top{
    left: auto;
    right: 0;
}
.right_bottom{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.left_bottom{
    top: auto;
    bottom: 0;
}

/*-- Animation Image --*/
.move_anim img{
    -webkit-animation: movebounce 3.0s linear infinite;
    animation: movebounce 3.0s linear infinite;
}
.move_anim_two img{
    -webkit-animation: movebounce2 3.0s linear infinite;
    animation: movebounce2 3.0s linear infinite;
}
.rotate_anim img{
    -webkit-animation: rotated 30s infinite linear;
    animation: rotated 30s infinite linear;
}
@keyframes movebounce {
    0% {
        transform: translateY(0px); }
    50% {
        transform: translateY(20px); }
    100% {
        transform: translateY(0px); }
}
@keyframes movebounce2 {
    0% {
        transform: translateX(0px); }
    50% {
        transform: translateX(20px); }
    100% {
        transform: translateX(0px); }
}
@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes blinker {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 163, 146, .2), 0 0 0 30px rgba(247, 163, 146, .2), 0 0 0 50px rgba(247, 163, 146, .2);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(247, 163, 146, .2), 0 0 0 50px rgba(247, 163, 146, .2), 0 0 0 70px rgba(247, 163, 146, 0);
    }
}
