/*
 Theme Name:    Mayosis-Child
Theme URI: https://teconce.com
 Description:    Wordpress Theme With Easy Digital Download & Awesome Options.
 Author:         Sk Nazmus Shadhat
Author URI:      https://teconce.com/
Version:         1.2.2
 Template:       mayosis

*/

/* =Theme customization starts here
-------------------------------------------------------------- */


#lp-pom-button-430 {
    display: block;
    border-style: none;
    border-radius: 0px;
    margin:auto;
    width: 95px;
    height: 20px;
    background: rgba(59,89,152,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}

.name {
    font-size:12px;
    line-height:12px;
    margin-bottom:-5px;
    font-weight:300px;
}


#lp-pom-button-428 {
    display: block;
    border-style: none;
    border-radius: 0px;
     margin:auto;
    width: 95px;
    height: 20px;
    background: rgba(64,153,255,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}


#lp-pom-button-425 {
    display: block;
    border-style: none;
    border-radius: 0px;
    width: 95px;
    height: 20px;
   margin:auto;
    background: rgba(18,165,244,1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}



.elementor-author-box__name {
    margin-top: 2px;
}






/* Order list style */
ol.simple-list {
    list-style-type: none;
 
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #1f3366;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}


ol.circles-list {
    list-style-type: none;
 
     
    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
font-size: 2.3em;
    line-height: 1.1;
    text-align: center;
    color: #f5f5f5;
 
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background-color: #1F3366;
    content: counter(li-counter);
    counter-increment: li-counter;
}


.single-blog-title {
    word-break: break-word;
}


 html{
overflow: unset!important;
}


.theme--sidebar--widget {
    background: #fff!important;
    padding: 1px 1px;
    border-radius: 3px;
}