/*
	Theme Name: beTop Landing
	Theme URI: https://gutenmag.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Betop - Wordpress Coaching Theme
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: betop-land
*/



.demo .demo-img span.lms {
    position: absolute;
    display: block;
    width: 225px;
    height: 44px;
    background-color: #ffdd3e;
    color: #141621;
    /* text-transform: uppercase; */
    text-align: center;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* right: -40px; */
    /*top: 25px;*/
    /*left: -50px;*/

    left: -66px;
    top: 22px;
    -webkit-transform: rotate(
            -45deg
    );
    transform: rotate(
            -45deg
    );
    padding: 0 55px;
    font-weight: bold;
}

h2.lms-title{
        text-align: left;
      
        margin-bottom: 30px;
}

#lms-section{
        background-color: #fff;
        padding: 110px 0 115px 0;
}
#lms-section .lms-col, #bookit-section .lms-loc{
        padding-top: 30px;
}

.lms-text{
        font-size: 16px;
    line-height: 24px;
    margin: 24px 0 40px 0;
    
}

#bookit-section{
        padding: 110px 0 110px 0;
}

a.lms{
        
        font-size: 13px;
}

#bookit-section .feature-image{
        margin-right: 45px;
        width:100%;

}

@media(max-width:500px){
        #bookit-section .feature-image{
            margin-bottom:50px
        }
    }