.paginate{
	margin-top: 0!important;
}

.blog-page{
}

.popular-posts h2{
    color: #ff9000 !important;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.popular-posts h2:after {
    background: #ff9000;
    content: '';
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 80px;
}

.blog-page__main{
    float: left;
    width: 70%;
}

.blog-page .sidebar{
    float: right;
    width: 27%;
    flex: 0 0 27%;
}

.blog-page__posts{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0 0 30px 0;
}

.blog-page__posts article {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
    padding: 20px;
}

.blog-page__posts__wrapper{
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(50, 60, 72, 0.1);
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.blog-page__posts article:hover .blog-page__posts__wrapper{
    box-shadow: 0 10px 50px rgba(50, 60, 72, 0.4);
}

.blog-page__title{
    color: black;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.blog-page__posts article:hover .blog-page__title a{
    color: #ff9000 ;
}

.blog__post__author {
    align-items: center;
    display: flex;
}

.blog__author__photo {
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}

.blog__author__photo img {
    border-radius: 180px;
    margin-bottom: -8px;
    width: 40px;
}

.single .single .post__header_blog {
    margin-bottom: 10px;
}

.blog-page__content{
    padding: 25px 30px;
    flex: 1;
}

.post__header_blog {
    font-size: 13px;
    line-height: 1.3em;
    border-top: 1px solid #e0e1e4;
    padding: 14px 30px;
}


.blog .blog .post__header_blog{
    margin-left: auto;
    width: 100%;
}

.post__header_blog{
    text-transform: uppercase;
}

.widget_title {
    color: #ff9000 !important;
    font-size: 30px !important;
    font-weight: bold !important;
}

.widget {
    border: none;
    padding: 0%;
}

#categories-2 {
    margin: 20px 10px 50px 0px;
}

.widget ul li a {
    color: black;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.widget ul {
    list-style-type: none;
}

.widget li {
    float: left;
    margin-right: 10px;
    padding: 0 4px;
}

.searchbox {
    color: black;
    font-weight: bold;
   
}
.searchbox__input{
    background-color: #ebf1f5;
}

.searchbox__button{
    background-color: #ff9000 ;
}
.searchbox__button svg{
    fill: #fff;

}

.widget ul li{
    border: none!important;
    margin-bottom: 40px;
}
.widget ul li a.wpp-post-title{
    border-left: 2px solid #ff9000;
    font-size: 1.25em;
    padding: 4px 0 4px 16px;
    margin-bottom: 4px;
}

.wpp-meta, .post-stats{
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-page__header{
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.blog-page__main-title{
    font-size: 2.125em;
    padding: 30px 0 30px 40px;
}


@media screen and (max-width: 1279px) {

    .blog-page__main {
        float: none;
        width: 100%;
    }

    .blog-page .sidebar {
        float: none;
        margin-top: 30px;
        width: 100%;
    }

}


@media screen and (max-width: 767px) {

    .blog-page__header {
        padding: 30px 0;
    }

    .blog-page__main-title {
        font-size: 2em;
        padding: 20px 0 20px 30px;
    }

    .blog-page__posts article{
        flex: 0 0 100%;
    }

    .post__header {
        display: flex;
        line-height: 1em;
    }

    .date-category-post{
        font-size: .875em;
        margin-top: 0;
    }

    .single .page__title {
        font-size: 2em;
    }

    .team__detail__name, .team__detail__title{
        text-align: center!important;
    }
	
	.page__content__no_image{
		padding: 30px 0;
	}

}

@media screen and (max-width: 480px) {

    .blog-page__main-title {
        font-size: 1.4em;
		line-height: 1.4em;
    }
	
}

.post__slider__item {
    border-bottom: 4px solid #ff9000;
}

.quotebox{
    background: rgb(255,129,0);
    background: linear-gradient(0deg, rgba(255,129,0,1) 0%, rgba(255,171,0,1) 100%);
    color: #fff;
    border-radius: 4px;
    flex: 0 0 40%;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}

.quotebox__title{
    font-size: 1.4em;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}

.form__item{
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    color: #fff;
    background: #dc3232;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 4px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

.main-section__background{
    background-size: cover;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.submitting:before{
    background: rgba(0,0,0,0.8) url(../lp-campaign/images/loading.svg) center no-repeat!important;
    cursor: default!important;
    height: 100%!important;
    content: ''!important;
    left: 0!important;
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    z-index: 999999!important;
    animation: initial!important;
    opacity: 1!important;
}

button{
        background: rgb(23,26,33);
    background: linear-gradient(
0deg
, rgba(23,26,33,1) 0%, rgba(34,38,48,1) 100%);
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 12px 16px;
    text-align: center;
    width: 100%;
}

.quotebox input, .quotebox select {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 12px 16px;
    text-transform: uppercase;
    width: 100%;
}