.fullwidth-container {
	height: auto;
    background: url(../img/homeinvert.jpg);
    opacity: 1;
    background-size: cover;
    position: relative;
}

.fullwidth-container .metas-container p {
    margin-right: 25px;
}

.fullwidth-container .metas-container p.metas-sep {
    display: none;
}

.fullwidth-container .metas-container p,
.fullwidth-container .metas-container a,
.fullwidth-container .metas-container p i {
    font-weight: 400;
    font-size: 16px;
}

.fullwidth-container .metas-container a:hover {
    opacity: 1;
}

.fullwidth-container .center .metas-container {
    margin: 30px auto 0px;
    width: auto;
}

.fullwidth-container .pagetitle_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

.pagetitle_overlay {
    background-color: rgba(252,252,252,0.85) !important;
}

/* Present Container */
.present-container {
    padding: 95px 25px 25px 25px;
	position: relative;
	opacity: 1;
}

.present-container .pageTitle {
    text-align: center;
}

.present-container h2.page_title, .present-container h1.page_title {
    color: #010101;
    font-size: 70px;
    font-family: 'Inter', 'Arial', 'sans-serif';
    font-weight: 700;
    line-height: 1.085;
    text-transform: none;
    margin-top: 20px;
}

.laszlo-apply-tcolor, .laszlo-apply-tcolor a {
	font-family: 'Inter', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 18px;
    color: #666;
    letter-spacing: 0.5px;
    margin: 40px 0px 0px 0px;
}
.laszlo-apply-tcolor a {
	text-decoration:underline;
}

.page_content.left {
    padding-right: 50px;
    margin: 70px 0;
    padding-left: 0;
    float: left;
}
.blog-default {
    padding: 0;
    padding-bottom: 60px;
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}
.blog-default-bg {
    left: 0;
    z-index: 5;
    position: relative;
    padding-right: 0px;
}
.post-listing .post {
    position: relative;
    margin: 0px auto;
	margin-bottom: 50px;
}
.post-listing.laszlo-animate-posts article > * {
    -webkit-transition: all .7s ease-out !important;
    transition: all .7s ease-out !important;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.metas-container,
.the_title {
    display: inline-block;
}
.page-template-blog-template .the_title h3 a:hover {
    color: unset;
    background-size: 100% 1px;
}
.page_content.right {
	border: none;
    z-index: 99;
    padding: 0;
    margin: 70px 0;
    float: left;
}

.page-template-blog-template .the_title h3 a {
    text-decoration: none;
    background-image: linear-gradient(#111, #111);
    background-size: 0 1px;
    background-position: 0px 90%;
    background-repeat: no-repeat;
    transition: background-size .5s var(--ease-out-medium) !important;
    will-change: background-size;
    display: inline;
    line-height: 1.3em;
}

.page-template-blog-template .the_title h3 {
    margin: 0 -2px 15px !important;
    text-align: left;
}

.the_title h3 {
    color: #373737;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.the_title h3 a {
	font-family: 'Inter', 'Arial', 'sans-serif' !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    color: #010101 !important;
}
.metas-container p,
.metas-container a {
    letter-spacing: 0;
    font-size: 11px !important;
    float: left;
    margin-left: 10px;
    font-family: 'Inter','Arial',sans-serif;
    margin-left: 0 !important;
    word-spacing: 0.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.metas-container p:last-child {
    margin-right: 0px;
}

.post-listing .metas-container {
    text-align: left;
    margin: 5px auto 10px;
    width: 100%;
}
.page_content .metas-container p {
    margin-right: 25px;
}
.post-listing .metas-container p {
    color: #8a8a8a !important;
    letter-spacing: 0;
    font-size: 10px !important;
    float: left;
    margin-left: 10px;
    font-family: 'Inter','Arial',sans-serif !important;
    margin-left: 0 !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    line-height: 1.7em !important;
    word-spacing: 0.1em;
    letter-spacing: 1px;
}
.page-template-blog-template .featured-image {
    margin-bottom: 30px;
    text-align: center;
    max-height: 550px;
    overflow: hidden;
}
.featured-image a {
    display: grid;
    overflow: hidden;
}

.featured-image a img, .recentcomments_listing a img {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    cursor: pointer;
}

.featured-image a:hover img {
    transform: scale(1.05);
}
.page-template-blog-template .post-listing .blog_excerpt {
    margin: 0px 0 30px;
    width: 100%;
	text-indent: 1.5em;
    text-align: justify;
}
.blog_excerpt, .blog_excerpt a {
    color: #010101;
    font-size: 18px;
}
.blog-read-more-button {
    height: auto;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 25px;
    color: #fff !important;
    background: rgba(17,17,17, .9);
    border: 2px solid transparent;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: -0.015em;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    font-family: Inter, Arial, sans-serif;
    position: relative;
    top: 5px;
    text-transform: none !important;
}

.blog-read-more-button:hover {
    font-weight: 600 !important;
    font-size: 14px !important;
    background: #000;
    font-family: Inter, Arial, sans-serif !important;
}
.blog-sidebar-bg {
    display: inline-block;
    position: relative;
    z-index: 5;
    padding-left: 0;
    max-width: 100%;
    padding-left: 0px;
}
.widget_title_span {
    margin-bottom: 0px !important;
    padding-bottom: 5px;
}

.sidebar .widget > h4 {
    position: relative;
    display: table;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.sidebar .widget > h4,
.widget_title_span {
    font-family: 'Inter', 'Arial', 'sans-serif' !important;
    font-weight: 600 !important;
    color: #010101 !important;
    font-size: 16px !important;
}
.recent_posts_widget_2 .recentcomments_listing li {
	display: inline-flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.recent_posts_widget_2 .recentcomments_listing .contents-left {
    position: relative;
    left: 0;
    float: left;
}
.recent_posts_widget_2 .recentcomments_listing .contents-left a.the_title {
    margin: 0;
    padding: 0;
}
.recent_posts_widget_2 .recentcomments_listing .contents-right a.the_title {
    line-height: 1.5em !important;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}
.sidebar .widget a {
    font-family: 'Inter', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 18px;
    color: #010101;
}
.recent_posts_widget_2 .recentcomments_listing .contents-left img {
    width: 70px;
    margin-right: 10px;
    border-radius: 15px;
}

.recent_posts_widget_2 .recentcomments_listing .contents-right {
    position: relative;
    float: left;
}
.post-body .alignnone {
	margin: auto;
}








@media only screen and (max-width: 1366px) {
    .present-container {
        padding: 70px 20px 30px 20px !important;
    }

    .present-container h2.page_title {
        font-size: 36px !important;
        letter-spacing: -0.03em !important;
        text-indent: 0px !important;
        margin-top: 50px !important;
    }

    .single-post .present-container {
        padding: 50px 20px !important;
    }

    .single-post .present-container h2.page_title {
        font-size: 36px !important;
        letter-spacing: -0.03em !important;
        text-indent: 0px !important;
        margin-top: 50px !important;
    }

    .blog_excerpt p,
    .blog_excerpt a {
        font-size: 16px;
        line-height: 1.51em !important;
    }
}
@media only screen and (max-width: 991px) {
	.present-container {
        padding: 50px 20px 20px 20px!important;
    }
	.page_content.left {
		padding-right: 0px;
		margin: 50px 0;
	}
	.page_content.right {
		margin: 0;
	}
	.present-container h1.page_title {
		font-size: 48px;
		line-height: 1;
		margin-top: 20px;
	}
	.laszlo-apply-tcolor, .laszlo-apply-tcolor a {
		font-family: 'Inter', 'Arial', 'sans-serif';
		font-weight: 400;
		font-size: 18px;
		color: #666;
		letter-spacing: 0.5px;
		margin: 20px 0px 0px 0px;
	}
	.page_content.right {
		margin: 0;
	}
}






@media only screen and (max-width: 768px) {
    .present-container {
        padding: 55px 20px 15px 20px !important;
    }
	.present-container h1.page_title {
        font-size: 34px;
        margin-top: 15px;
    }
	.laszlo-apply-tcolor, .laszlo-apply-tcolor a {
        font-size: 16px;
        margin: 15px 0px 0px 0px;
    }
	.page_content.left {
        margin: 30px 0;
    }
}


