/*   
Theme Name: StyleMe
Theme URI: //style-me.ss4.top/
Description: Minimal WP Theme
Author: working-out.info
Author URI: https://working-out.info/
Version: 0.2b
License: freedom
License URI: https://en.wikipedia.org/wiki/Liberty
Text Domain: styleme
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/

html {
/*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
     /* color: #737273; */
	     color: #4e4e4e;
	 line-height: 1.5;
	 font-size: 16px;
	     background-color: #f3f9fb;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img {
	max-width: 100%;
    height: 100%;
}
iframe {
    border: 0
}
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}
input[type="email"] {
border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.53);
	
}
input[type="submit"] {
border: none;
    border-radius: 0;
    padding: 10px 5px;
    background: #0056b5;
	color: #fff;
	cursor: pointer;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}
a {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	    color: #7e8594;
		text-decoration: none;
		cursor: pointer;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #0056b5;
}
ol,ul {
    margin-top: 0;
    margin-bottom: 0px;
	list-style: none;
	}
ul li {
	list-style: none;
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
	font-weight: 600;
    line-height: 1.2;
}
h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    color: #333;
    margin-bottom: 16px;
}
h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
	margin-bottom: 15px;
}
h4 {
    font-size: 14;
    line-height: 1.4;
}
h5 {
    font-size: 16px;
    line-height: 1.4;
}
h6 {
    font-size: .875rem;
    line-height: 1.4;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.screen-reader-text {display:none;}
.fleft, .alignleft {
	float: left;
}
.fright, .alignright {
	float: right;
}
img.alignleft { 
    margin-right: 15px;
}
.aligncenter {}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.top-wr {
	padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5C898B;
	color: #fff;
	    line-height: 14px;
		    font-size: 14px;
}
.searchform {position: relative;}
.searchform input {
	height: 50px;
	border: 1px solid #eee;
	border-radius: 3px;
	    width: 100%;
		padding-left: 20px;
}

#searchsubmit {
    background-color: #6f51c7;
    background-image: url(images/magnifier.svg);
    border-color: #6f51c7;
    font-size: 0px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
	cursor: pointer;
	padding-left: 0px;
}

.content-wr {
	    width: 100%;
		    text-align: center;
}
.top-wr topwd.fleft {
	margin-right: 20px;
}
.top-wr topwd.fleft i, .top-wr topwd.fleft svg {
	margin-right: 10px;
	    color: #fff;
}
.lang-item {
	float: left;
}
.lang-item a {
	margin-left: 15px;
}
.top-wr a {
    color: #fff;
}
wr {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
/* 	    display: inline-block;*/
		width: 100%; 
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-wr wr {
	display: inline-block;
}
header {
	background: #f7f7f7;
    display: inline-block;
    width: 100%;
}
.menuwr {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: .3s ease-out all;
    -o-transition: .3s ease-out all;
    transition: .3s ease-out all;
	-webkit-box-shadow: 0 0 8px 0 rgba(110, 123, 157, 0.5);
box-shadow: 0 0 8px 0 rgba(110, 123, 157, 0.5);
background: #fff;
position: relative;
z-index: 99;
}
.menuwr.element-is-sticky {
	padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.menuwr.element-is-sticky  .site-description {
    color: #4D4944;
    font-weight: normal;
    margin-top: 2px;
    line-height: 21px;
}
.menuwr.element-is-sticky .logo img {
    width: 50px;
    float: left;
    margin-right: 14px;
    font-weight: bold;
}

.sn {
	font-weight: bold;
	font-size: 20px;
}
.logo img {
	width: 60px;
    float: left;
    margin-right: 14px;
    font-weight: bold;
}
.site-description {
	color: #4D4944;
	font-weight: 500;
	margin-top: 9px;
	max-width: 260px;
	font-size: 13px;
}
.site-description a {
	color: #4D4944;
	font-weight: 500;
}
ul.menu {
	margin-bottom: inherit;
}
.main-menu-top {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-menu-top > ul > li {
    line-height: 58px;
}
.main-menu-top li {
    display: inline-block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-left: 10px;
	position: relative;
}
.main-menu-top > ul > .menu-item-has-children > a {
    background-image: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 100% 50%;
    padding-right: 12px;
	
}
.main-menu-top  ul.sub-menu {
	position: absolute;
    background: #fff;
    z-index: 99;
	box-shadow: 0px 0px 8px #bfbfbf;
	display: none; 
	min-width: 250px;
	padding: 10px 0px 10px 0px;
}
.main-menu-top ul.sub-menu li {
	margin: 0;
    padding: 0;
    line-height: 10px;
    display: block;
}
.main-menu-top ul.sub-menu a {
	margin: 0;
    padding: 5px 15px 5px 15px;
    line-height: 20px;
    text-transform: initial;
    font-weight: 400;
    font-size: 16px;
}
.main-menu-top ul.sub-menu a:hover {
    padding-left: 20px;

}
.main-menu-top > ul > li:hover  ul.sub-menu {
		display: block;
}
.main-menu-top li a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #414042;
    line-height: 1.2;
    /* letter-spacing: .02em; */
    font-weight: 600;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-transform: uppercase;
    font-size: 12px;
}
.main-menu-top li a:hover {
	color: #53B3AB;
}


.hometop-1 {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 40px 0px 70px 0px; */
    background: #fff;
    padding: 60px 15px;
}
.w3 {
	-webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
	padding-left: 15px;
    padding-right: 15px;
	    font-size: 14px;
}
.h1ct {
border-radius: 5px;
    overflow: hidden;
	background: #f3f9fb;
}
.w3 aside {
	display: table-cell;
	padding: 0px 30px 20px 30px;
}
.w3 aside .textwidget {
	min-height: 145px;
}
.icon-left {
    background-image: -webkit-linear-gradient(top, #5C898B 0%, #88b1b3 100%);
    background-image: -o-linear-gradient(top, #5C898B 0%, #88b1b3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5C898B), to(#88b1b3));
    background-image: linear-gradient(to bottom, #5C898B 0%, #88b1b3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6F51C7', endColorstr='#FF44B8E7', GradientType=0);
	display: table-cell;
	color: #fff;
    padding: 15px 20px 20px 20px;
    font-size: 26px;
}
#hometop-1-1, #hometop-1-2, #hometop-1-3 {
	display: table-cell;
	background-color: #f3f9fb;
	padding: 15px 20px 20px 20px;
	
}
#home-2 {
	/* margin-left: -30px;
    margin-right: -30px; */
    background-color: #f3f9fb;
    text-align: center;
	padding: 60px 0px 60px 0px;
}
#home-2 .widget-title {
    font-weight: 600;
    font-size: 26px;
    color: #000;
	margin-bottom: 10px;

}
#post-grid-115 .element_0:before {
    content: "";
    width: 50px;
    height: 3px;
    background: #0056b5;
    position: absolute;
    border-radius: 1px;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
}
.hometop-1 .widget-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
}
.homepost {
/*     padding: 100px 30px; */
	background-attachment: fixed;
	position: relative;
    overflow: hidden;
	  /*   text-align: left; */
}
.homepost img {
position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
	z-index: 1;
	    left: 0;
}
.home ul, .home ol {
  /*   margin: 0 0 1.5em 0em; */
}
.ct-homepost-bg {
	position: absolute;
	z-index: 2;
    top: 0;
    width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dceafa+0,eff7fd+100&1+0,0+100 */
background: -moz-linear-gradient(-45deg, rgba(220,234,250,1) 0%, rgba(239,247,253,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(220,234,250,1) 0%,rgba(239,247,253,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(220,234,250,1) 0%,rgba(239,247,253,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dceafa', endColorstr='#00eff7fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	bottom: 0;
}
.more {
	margin-top: 20px;
    display: inline-block;
}
.homepost h1 {
	color: #252525;
    margin-bottom: 30px;
    max-width: 80%; 
	    font-weight: 800;
}
.ct-homepost {
	max-width: 60%;
    z-index: 3;
    position: relative;
    margin: 60px 0px 80px 0px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 40px;
	    font-weight: 500;
}
.content {
	float: left;
	/* padding: 10px; */
	width: 100%;
	    padding-right: 20px;
		text-align: justify;
}
.content-full {
padding-right: 0px;
}

.content-sd-one {
	width: 66.66666666%;
}
.content-sd-two{
	width: 60%;
}
.sidebar {
	width: 33.33333333%;
	float: left;
    padding: 0px 10px 10px 10px;
	padding-left: 20px;
}
.sidebar .widget {
margin-bottom: 30px;
    text-align: justify;
}
.sidebar-two {
	width: 20%;
}
.wl-gallery {

}

.content table {
	width: 100%;
}
.content td, .content th {
    padding: 5px;
    border: 1px solid #b3b3b3;
	    text-align: left;
}

footer {
	display: inline-block;
    background-color: #252525;
	width: 100%;
	line-height: 0;
}
.foot {
	width: 33.33%;
	float: left;
	    

}
.foot2, .foot3, .foot4 {
    margin-top: 0px;
    padding: 40px; 
	font-size: 14px;
}

.foot2 p {
    font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
}
.foot2 svg {
    margin-right: 10px;
    color: #0056b5;
}
.foot .widget-title {
	color: #fff;	
}
.foot .widget{
    line-height: 26px;	
}
.foot1 .widget{
    line-height: 0px;	
}

.es_lablebox {
    float: left;
	    margin-right: 10px;
}

.content-page  {
	margin-bottom: 40px;
}
.content p {
	margin-bottom: 15px;
}

.content ol, .content ul {
    margin-bottom: 15px;
    list-style: inherit;
}
.content ol li, .content ul li {
	list-style: inherit;
	    margin-left: 20px;
}
.content ol {
    list-style-type: decimal;
}


.heading-divider {
    position: relative;
	line-height: 26px;
	    margin-bottom: 15px;
}
.heading-divider:before {
    content: '';
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.heading-divider:after {
    content: '';
    top: 18px;
    left: 0;
    position: absolute;
    width: 30px;
    border-top: 1px solid #6f51c7;
}
.blog-list a img {
    float: left;
}
.blog-list > ul > li {
	display: inline-block;
    width: 100%;
    margin-bottom: 15px;
	background: #fff;
    box-shadow: 0px 0px 5px #b5b5b5;
}
.blog-list > ul > li.grid {
    width: 32.3%;
    vertical-align: top;
    min-height: 600px;
    margin-left: 1%;
    margin-right: 0px;
}
.blog-list > ul {
	display: flex;
	flex-wrap: wrap;
	
}
.blog-list > ul > li.grid a{
	width: 100%;
	color: #333;
}

.blog-list ul li.grid .pname {
	color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 26px 15px 20px;
    display: inline-block;
    text-align: left;
	    border-top: 1px solid #f5f5f5;
}
.blog-list ul li.grid  .mini-description {
    color: #7e8594;
	    margin-top: 10px;
	}
ul.meta  {
    padding: 0 20px 0 20px;
}
ul.meta li {
border-bottom: 1px solid #efefef;
padding: 5px 0px 2px 0px;
    text-align: left;
}
ul.meta li:first-child {
border-top: 1px solid #efefef;
}
ul.meta img {
    width: 17px;
    float: left;
    margin-right: 10px;
    height: 17px;
    /* margin-bottom: -2px; */
    opacity: 0.7;
    margin-top: 1px;
}
.blog-list a img {
    float: left;
    margin-right: 15px;
	height: inherit;
    width: 100%;
}
.pname {
    color: #6f51c7;
    font-size: 36px;
    font-weight: bold;
    padding: 20px;
    display: inline-block;
}
.mini-description {
    margin: 0px 20px 15px 20px;
	font-size: 14px;
}
.category-template-archive-zav-php .mini-description {
    margin: 0px 0px 15px 0px;
    font-size: 14px;
    font-weight: 500;
}
.category-template-archive-zav-php .blog-list ul li.grid .pname {
    font-size: 18px;
    line-height: 20px;
}
.taxonomy-description {
	display: inline-block;
}
.vidd li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.vidd li h3 {
	text-align: left;
}
.vidd li h3:hover {
 text-decoration: underline;
}
.sub-vidd {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    /* text-decoration: underline; */
     color: #5C898B;
    font-weight: 600;
}
.sub-vidd:hover {
    padding-left: 30px;
    text-decoration: underline;
    /* color: #000; */
}
.vidd .mdesc {
	margin-top: 15px;
}
.sub-vidd::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #5C898B;
    border-radius: 100%;
    top: 9px;
}
.vidd .imga {
		float: left;
    width: 330px;
    margin-right: 25px;
}
.vidd img {

}

.b-link-fade:hover .b-wrapper, .b-link-fade:hover .b-top-line {
    opacity: 0 !important;
    visibility: hidden !important;
}
.wl-gallery > div {
	box-shadow: none !important;
	border: 1px solid #eee;
}
.enigma_home_portfolio_caption h3 {
    font-family: inherit !important;
    font-style: normal !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.enigma_home_portfolio_caption {
    border-radius: 0;
    padding: 15px 5px 0px 5px;
    text-align: center;
    font-family: arial !important;
    cursor: pointer;
    /* font-style: italic !important; */
    font-weight: 300 !important;
    min-height: 105px;
    font-size: 12px;
}
.main-heading {
    min-height: 145px;
    text-align: center;
    /* background-attachment: fixed; */
    background-size: 100%;
    position: relative;
    margin-bottom: 20px;
	    background-attachment: fixed;

}
.main-heading::before {
content: "";
background-image: url(images/bgm.svg);
width: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
    background-size: 2px; 
}
.main-heading h1 {
	color: #747a86;
    font-size: 26px;
    position: absolute;
    width: 1200px;
    text-align: center;
    left: 50%;
    margin-left: -600px;
    top: 20%;
    text-shadow: 0px 1px 4px rgba(249, 249, 249, 0.5);
}
.postid-344 .main-heading h1 {
    font-size: 18px;
}
#breadcrumbs {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width:100%;
	font-size: 12px;
}
#breadcrumbs a {
color: #333;
}
.zavrwr .zav {
    text-align: left;
}
.zavrwr .zav {
    text-align: left;
	font-weight: bold;
}
.zavrwr img {
    height: inherit;
}
.mobileb {
	display: none;
}
.skont i,  .skont svg {
	color: #0056b5 !important;
	    font-size: 26px;
}

.foot .menu {
list-style-position: inside;
  -moz-column-count: 2; 
  -webkit-column-count: 2; 
  column-count: 2;
}
.foot .menu li .sub-menu li { 
line-height: 10px;
margin-left: 10px;
}
.foot .menu li .sub-menu a
{ font-size: 10px;}


@media (max-width: 1024px) {
.main-menu-top li a {
    font-size: 10px;
}
.homepost img {
    width: initial;
     height: 100%; 
    max-width: initial;
}
.top-wr {
    font-size: 10px;
}
}
@media (max-width: 768px) {

wr {
    display: block;
}
.top-wr {
	height: 32px;
}
.top-wr #text-3, .top-wr #text-4 {
	display: none;
}
wr {
    padding-left: 10px;
    padding-right: 10px;
}
.menuwr.element-is-sticky .site-description {
    margin-top: 4px;
}
 .mobileb {
	display: block;
	width: 40px;
	height: 40px;
	/*   background: #000; */
	float: right;
	background-image: url('images/menu-button-m.svg');
	background-size: 80%;
	box-shadow: 0px 0px 7px #ccc;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0.7;
	border-radius: 3px;
	margin-top: 9px;
} 
.element-is-sticky .mobileb {
	margin-top: 5px; 
}
.mobileb.is-active {
	background-image: url('images/menu-button-c.svg');
}
.main-menu-top {
    display: block;
}
.main-menu-top .menu {
    position: fixed;
    top: 0px;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 200px;
	display: none;
}
.main-menu-top > ul > li {
    line-height: 30px;
    display: inline-block;
    width: 100%;
}
.w3 {
    padding-left: 0px;
    padding-right: 0px;
	max-width: inherit;
	margin-bottom: 10px;
}
.hometop-1 {
    padding: 10px 0px;
}
.icon-left {
    width: 67px;
}
#home-2 {
    padding: 20px 0px 20px 0px;
}
#home-2 .textwidget > p {
display: none;
}
#responsive-menu-button {
    display: none !important;
}
footer {
    display: grid;
}
.foot {
    width: 100%;
    float: left;
}
.foot2, .foot3, .foot4 {
    margin-top: 0px;
    padding: 10px;
    font-size: 14px;
}
.foot .widget-title {
   margin-bottom: 0px;
}
.main-heading {
    min-height: inherit;
    text-align: center;
    /* background-attachment: fixed; */
    background-size: 100%;
    position: relative;
    margin-bottom: 20px;
    background-attachment: fixed;
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    background-image: none !important;
}
.main-heading h1 {
	color: #0056b5;
    font-size: 24px;
    position: initial;
    width: 100%;
    text-align: center;
    left: initial;
    margin-left: initial;
    top: initial;
}
.main-heading::before {
    display: none;
	
}
#breadcrumbs {
    position: initial;
    bottom: 10px;
    text-align: center;
    width: 100%;
	font-size: 10px;
}
.content {
    padding-right: 0px;
}
.content-sd-one {
    width: 100%;
}
.sidebar {
    width: 100%;
    padding-left: 0px;
	padding-right: 0;
}
.wl-gallery {
    width: 49%;
}
ul.vidd li {
	    margin-left: 0px;
}
.vidd .imga {
    float: left;
    width: 100%;
    margin-right: inherit;
}
.blog-list > ul > li.grid {
    width: 100%;
    min-height: inherit;
    margin-left: 0px;
    margin-right: 0px;
}
.blog-list > ul > li {
    width: 100%;
    margin-bottom: 10px;
	margin-left: 0px;
}
.blog-list ul li.grid .pname {
    padding: 15px 10px 15px 20px;
}
.pname {
    font-size: 20px;
    text-align: left;
}
.content table {
    font-size: 6px;
}

}
@media (max-width: 600px) {
.grid-items .item {
    width: 100% !important;
	margin: 0px 0px 10px 0px !important;
}
.ct-homepost {
    max-width: 100%;
    z-index: 3;
    position: relative;
    margin: 10px 0px 10px 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}
.homepost h1 {
    color: #252525;
    margin-bottom: 5px;
    max-width: 100%;
    font-weight: 800;
    font-size: 22px;
}




}

