.archive-post-news{
    padding-top: 40px;
    padding-bottom: 80px;
}
.archive-post-news hr {
    background-color: lightgray;
}
.amoforms-footer-copyright{
    display: none !important;
}
.amo-form-container{
    display: flex;
    justify-content: center;
}
.amo-form{
    max-width: 900px;
    width: 100%;
}
.archive-post-news h5 {
    margin: 10px 0;
}

.archive-post-news img {
    width: 100%;
    height: 100%;
}

.bread a {
    color: #007540;
}

.single-article {
    margin: 10px 0;
}

.article-anons-image {

}

.article-anons {
    color: dimgray;
    margin: 10px 0;
}

.article-author-time {
    color: darkgray;
}

.single-post-news h1 {
     margin: 0;
}

.single-post-news img {
    width: 100%;
}
.classic-pagination{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.classic-pagination > .current{
    color: #007540;
    border: 2px solid #007540;
}
.classic-pagination > .prev,
.classic-pagination > .next{
    padding-left: 10px;
    padding-right: 10px;
}
.classic-pagination > *{
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    min-width: 45px;
    height: 45px;
    color: #414141;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.classic-pagination > *:hover {
    text-decoration: none;
    border-color: #007540;
    color: #007540;
}
.user-change-password form {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}
.user-change-password .input-holder input {
    padding: 5px 15px;
    width: 100%;
    display: block;
}
.user-change-password .input-holder label {
    display: block;
}

.user-change-password label {
    cursor: pointer;
}

.user-change-password .form-title {
    font-size: 30px;
    font-weight: 600;
}
.user-change-password .form-group {
    width: 45%;
}

.user-change-password{
    margin-top: 50px;
}

.user-change-password .input-holder {
    width: 100%;
    position: relative;
}
.user-change-password .input-holder .password-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./img/pass-view.svg) 0 0 no-repeat;
}
.user-change-password .input-holder .password-control.view {
    background: url(./img/pass-stop-view.svg) 0 0 no-repeat;
}

#ajformauth .attention{
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 20px;
}
#ajformauth .attention span{
    color: #ffffff;
}
#ajformauth .buttons-row{
    justify-content: space-between;
}
#ajformauth .btn{
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    width: 30%;
    max-width: 400px;
    padding: 10px 20px!important;
    font-size: 18px;
}
#ajformauth input{
    max-width: 45%;
}

.archive-webinars .webinar__date{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #ffffff;
}
.archive-webinars .webinars-list {
    margin-top: 60px;
}
.archive-webinars .webinar__img img{
    position: relative;
    bottom: 2px;
    display: inline-block;
    margin-right: 7px;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,.3);
    border-radius: 15px;
}
.archive-webinars .webinar__speaker_work{
    display: block;
}
.archive-webinars .webinar__speaker_work{
    font-size: 14px;
    color: rgb(119, 119, 119);
}
.archive-webinars .webinar__speaker_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
}
.archive-webinars .webinar__speaker img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
.archive-webinars .webinar__speaker{
    display: flex;
}
.archive-webinars .webinar__desc {
    margin-bottom: 10px;
}
.archive-webinars .webinar__name {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Bebas", Arial, sans-serif;
    font-weight: 700;
}
.archive-webinars .webinar__register_link{
    padding: 10px 0;
    width: 100%;
    margin-top: 5px;
    background-color: #fff;
}
.archive-webinars .webinar{
    max-width: 400px;
    margin: 0 auto 60px auto;
}
.inner-page{
    padding: 50px 0;
}
.inner-page h2{
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}
.inner-page h2::after,
.inner-page h1::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #b2d235;
    left: 0;
    bottom: -15px;
}
.inner-page h1{
    position: relative;
    font-family: "Bebas", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.archive-webinars .webinar__instruction{
    padding: 60px;
    text-align: center;
    background-color: rgb(246, 246, 246);;
}
.archive-webinars .webinar__img{
    position: relative;
}

.webinar-list--logo{
    display: block;
    width: 200px;
}
.webinar-list--header{
    position: relative;
    background-size: cover;
}
.webinar-list--header::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,0.6);
}
.webinar-list--single{
    padding-bottom: 50px;
}
.webinar-list--single:nth-child(odd) {
    background-color: #f1f1f1;
}
.webinar-list--header-inner{
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 80px;
}
.webinar-list--page.inner-page{
    padding: 0;
}
.webinar-list--page h1::after{
    display: none;
}
.webinar-list--page h1{
    margin-top: 100px;
    margin-bottom: 65px;
    color: #ffffff;
    font-size: 50px;
    font-family: 'Bebas', Arial;
    text-align: center;
    font-weight: 700;
}
.webinar-list--page h2{
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.webinar-list--utp{
    margin-top: 60px;
    display: flex;
    flex-basis: 33.3%;
}
.webinar-list-utp--box i{
    display: block;
    margin-bottom: 20px;
    font-size: 60px;
    color: #b2d235;
}
.webinar-list-utp--box{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 33.3%;
    color: #fff;
    font-size: 28px;
    text-align: center;
}
.webinar-list--body{
    padding-top: 50px;
    font-size: 20px;
}
.webinar--list-text ul li::before,
ul.list-restyled li::before{
    left: -20px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #b2d235;
    border-radius: 50%;
    position: absolute;
    top: 8px;
}
.webinar--list-text ul li,
ul.list-restyled li{
    margin-top: 15px;
    position: relative;
}
.webinar--list-text ul,
ul.list-restyled{
    margin: 20px 0;
    padding-left: 20px;
    list-style: none;
}
.webinar-list--needs-item{
    margin-bottom: 40px;
}
#amo-form{
    width: 600px;
    max-width: 100%;
}
#amofroms_main_wrapper{
    box-shadow: none !important;
}
.webinar--offer-link {
    margin-top: 65px;
    display: flex;
    justify-content: center;
}
.webinar--offer-link a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
}
.webinar__speaker--main .speaker-name{
    font-family: 'Bebas', sans-serif, Arial;
    font-size: 30px;
    font-weight: 700;
}
.webinar__speaker--main .webinar__speaker-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}
.webinar__speaker--main .webinar__speaker-img img{
    border-radius: 15px;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,.3);
}
.webinar__speaker--main .webinar__speaker-img{
    min-width: 300px;
}
.webinar__speaker--main{
    margin-bottom: 30px;
    display: flex;
}

@media screen and (max-width: 992px){
    #ajformauth .buttons-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    #ajformauth .btn{
        width: 100%;
    }
    .webinar-list--page h1{
        font-size: 34px;
    }
    .webinar-list-utp--box{
        padding: 0 15px;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .webinar__speaker--main {
        flex-direction: column;
        align-items: center;
    }
    .webinar__speaker-img{
        margin-bottom: 20px;
    }
    .webinar__speaker--main .webinar__speaker-info{
        padding-left: 0;
    }
    .sp-form-outer{
        margin-top: 0;
    }
    .archive-webinars .webinar__instruction{
        padding: 20px;
    }
}

    @media screen and (max-width: 564px){
    #ajformauth input{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .classic-pagination > * {
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .webinar-list--utp{
        flex-direction: column;
    }
        .webinar-list-utp--box{
            margin-top: 40px;
        }
        .webinar-list--logo{
            margin: 0 auto;
        }
        .webinar-list--header-inner {
            padding-top: 25px;
            padding-bottom: 40px;
        }
        .webinar-list--page h1 {
            margin-top: 55px;
            margin-bottom: 30px;
        }
        .webinar-list--utp {
            margin-top: 15px;
        }
}
