* {
	font-family: 'Poppins', sans-serif;
}

a:hover {
    color: #DF4D56;
}

.header_menu_login a,
.header_menu_trial a {
	display: inline-block !important;
  /*  border: 1px solid #36C874 !important; */
    height: auto !important;
    padding: 8px 22px !important;
    margin: 0 7px 0 15px !important;
    margin-top: 12px !important;
    background: #36C874;
    color: #FFFFFF !important;
    border-radius: 5px !important;
	text-transform: uppercase;
}

.header_menu_trial a {
	    margin-left: 8px !important;
}

.footer-content .icon-trello:before {
	display: none !important;
}

.footer-content .icon-trello {
	    background: url(../png/telegram_icons.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover !important;
    padding: 0px !important;
    background-position: 0px 1px;
    background-repeat: no-repeat;
}

.footer-content .icon-trello:hover {
	background: url(../png/telegram_icons_w.png);
}

.posts-highlight-style-light .section-highlight .post-content .post-title-span {
    background-image: linear-gradient(to bottom, #FEE0E2 0%, #FEE0E2 100%) !important;
}

.section-featured {
    background: #002139 !important;
}

.content-inner .tagcloud {
display: none !important;
}

.footer-content .container.flex {
flex-direction: unset !important;
display: block !important;
}

.footer_text {
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 14px !important;
    margin-top: 13px !important;
    color: #afafaf !important;
}

.footer-menu {
        flex: none !important;
    width: 50% !important;
    float: left !important;
}

.footer-social {
        flex: none !important;
    margin: 0px !important;
    float: right !important;
}

.copyright {
        display: block !important;
    width: 100% !important;
    float: left !important;
    margin-top: 22px !important;
}

/*.home .blog-widgets.widget-area.section img {
width: 80% !important;
}*/

.main-navigation .menu li:hover a {
    color: #FF5760 !important;
}

.main-navigation .menu li.header_menu_login:hover a,
.main-navigation .menu li.header_menu_trial:hover a {
    color: #ffffff !important;
}

.paging-navigation .page-numbers .page-numbers.current {
    background-color: #FF5760 !important;
    border-color: #FF5760 !important;
}

body {
    font-size: 1.025rem !important;
}

.entry-content blockquote {
    background: #F4F6F8 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 1.025rem !important;
    border: 0px !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
    font-weight: 400 !important;
   font-family: 'Poppins', sans-serif !important;
}

.entry-content blockquote p,
.entry-content blockquote span {
    font-size: 1.025rem !important;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
}

.form-submit .submit {
    background: #FF5760 !important;
    border: 2px solid #FF5760 !important;
}

.form-submit .submit:hover {
	color: #FFFFFF !important;
}

.site-footer {
    background-color: #002139 !important;
}

.posts-highlight-style-light .section-highlight, .posts-highlight-style-light .section-modern-highlight {
    background-color: #ffffff;
}

/* font size 

.main-navigation .menu {
    font-size: 17px !important;
}

@media print, screen and (min-width: 880px) {
.posts-block .post-summary {
    font-size: 18px;
}
}

.entry-meta {
    font-size: 14px;
}

.footer_text {
    font-size: 16px !important;
}

.copyright {
    font-size: 14px;
}

.single .entry-meta {
    font-size: 16px;
}

body {
    font-size: 1.125rem !important;
}

.comments-area {
    font-size: 18px;
}

.comments-area label {
    font-size: 17px;
    }

 font size end */
 
.fb-blocks .copyright {
	margin-top:4px !important;
	width:auto !important;
	margin-right:30px;
}
.fb-blocks .footer-menu {
	width:auto !important;
	font-size: 12px;
}
.fb-blocks .footer-social {
	float:right;
	width:auto;
}
.footer-content .logo {
	padding:0;
	height:auto;
}
.main-footer__top-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-footer__box-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}
.main-footer__dl {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 0 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-footer__nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 0;
    -ms-flex-line-pack: start;
    align-content: flex-start;
	margin-bottom:30px;
}
.main-footer__dt {
    color: #FFFFFF;
    font-weight: 600;
}
.main-footer__dd {
    margin: 0;
}
.main-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
}
.main-footer__list li a {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
}

.post.sticky .post-title-link::before {
    display:none;
}

@media all and (min-width: 981px) {

.post_banner {
	    margin-top: 800px !important;
}

}

@media all and (max-width: 991px) {
	.fb-blocks .footer-social {
		width:100%;
	}
	.main-footer__dl {
		display:none;
	}
}

@media all and (max-width: 768px) {

.home .blog-widgets.widget-area.section img {
width: 100% !important;
}

.footer_text {
    width: 100% !important;
}

}


@media all and (max-width: 600px) {

.posts-block .post-media {
    width: 50% !important;
    height: 140px  !important;
    margin-top: 6px  !important;
} 

.posts-block .post-media .image-wrapper {
    width: 100% !important;
    left: 0px !important;
        height: auto !important;
}

.posts-block .post-media  img {
        position: relative !important;
    width: 100% !important;
    height: auto !important;
}

}


@media all and (max-width: 510px) {
.posts-block .post-media {
    width: 58% !important;
    height: 135px !important;
}

}

@media all and (max-width: 450px) {

.posts-block .post-title, .posts-style-2 .posts-block .post-meta-top {
    font-size: 14px !important;
}

.posts-block .post-meta-top {
    font-size: 12px !important;
}

.posts-block .entry-meta {
    margin-top: 8px !important;
    font-size: 10px !important;
}

.posts-block .has-aspect-ratio-5-3::after {
    padding-bottom: 0px !important;
}

.posts-block .post-media {
    height: auto !important;
}

.posts-block .post-media { 
       margin-left: 3% !important;
}

}

.entry-content {
	max-width:100%;
}
.entry-content>* {
	margin-right:0;
}
.entry-content blockquote {
	max-width:100%;
}
.entry-content .image-wrapper {
	margin-left:auto;
	margin-right:auto;
	max-width:100% !important;
}
.author-description {
	max-width:100%;
}
@media print, screen and (min-width: 980px) {
	.entry-content>* {
		max-width:100%;
	}
	.d-container .content {
		max-width:100%;
	}
	.entry-content>.alignwide, .entry-content>.alignfull {
		max-width:100%;
	}
}
