#main {
    margin-top: 100px;
}

.post-type-archive-portfolio #main,
.tax-portfolio_tag #main {
	margin-top: 0;
}

.post-type-archive-portfolio #main .mb_content-section,
.tax-portfolio_tag #main .mb_content-section {
	padding-top: 0;
}

.post-type-archive-portfolio .top-content-wrapper + a,
.tax-portfolio_tag .top-content-wrapper + a {
	display: none;
}

#top-content .featured-post-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.blog #top-content .featured-image {
    min-height: 379px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.blog #top-content .content {
    min-height: auto;
}
@media (min-width: 992px){
    .blog #top-content .featured-image {
        transform: translate(80px, 0);
        min-height: 379px;
        width: 58%;
    }
}

.blog .blur-wrapper .entry-meta {
    color: rgba(255,255,255,.5);
    font-size: 14px;
}

.blog .blur-wrapper {
	font-size: 14px;
}

.blog .blur-wrapper p {
    margin: 0;
    line-height: 24px;
}

.blog .blur-wrapper {
	width: 67%;
	position: relative;
}
.blog .blur-wrapper:after {
    content: "";
    background: #6FBF44;
    width: 6px;
    height: 178px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
}

/*Blog*/
/*.internal-content {
    margin-top: 50px;
}*/
.image-container .blog-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.widget {
	margin-bottom: 35px;
	padding: 30px 20px;

	background-color: #fff;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
}

.widget-title {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	margin: 0 0 30px;
	text-align: left;
	letter-spacing: normal;
	color: #000;
	border-bottom: 1px solid #000;
}

.widget_search form {
	position: relative;
	height: 48px;
}

.widget_search label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.widget_search label input {
	width: 100%;
	height: 48px;
	padding: 0 60px 0 10px;
	border: solid 1px #d5d5d5;
}

.widget_search input[type='submit'] {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.75;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 48px;
	text-align: center;
	letter-spacing: normal;
	color: #fff;
	border: 0;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #7DC456, #19B786);
}

.widget_categories ul {
	margin: 0;
	padding: 0;
}

.widget_categories ul li {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	letter-spacing: normal;
	color: #656565;
}

.widget_categories ul li a {
	color: inherit;
}

/* Render items as columns */
.item {
   width: 100%;
}

@media(min-width: 1200px){
	.item {
	   width: 30%;
	}
}

.article-item .blog-image {
	width: 100%;
	padding-bottom: 35%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
    transition: .5s ease all;    
}

.article-item {
    width: 100%;
    position: relative;
}

article:nth-child(1) .article-item .blog-image,
.item:nth-child(1){
	height: 619px;
}
article:nth-child(2) .article-item .blog-image,
.item:nth-child(2){
	height: 470px;
}
article:nth-child(3) .article-item .blog-image,
.item:nth-child(3){
	height: 589px;
}
article:nth-child(4) .article-item .blog-image,
.item:nth-child(4){
	height: 491px;
}
article:nth-child(5) .article-item .blog-image,
.item:nth-child(5){
	height: 640px;
}
article:nth-child(6) .article-item .blog-image,
.item:nth-child(6){
	height: 521px;
}
article:nth-child(7) .article-item .blog-image,
.item:nth-child(7){
	height: 619px;
}
article:nth-child(8) .article-item .blog-image,
.item:nth-child(8){
	height: 470px;
}
article:nth-child(9) .article-item .blog-image,
.item:nth-child(9){
	height: 589px;
}
article:nth-child(10) .article-item .blog-image,
.item:nth-child(10){
	height: 491px;
}
article:nth-child(11) .article-item .blog-image,
.item:nth-child(11){
	height: 640px;
}
article:nth-child(12) .article-item .blog-image,
.item:nth-child(12){
	height: 521px;
}
.blog .article-item:hover .blog-image,
.archive .article-item:hover .blog-image{
	transform: scale(1.5);
}

.blog .article-item .image-container,
.archive .article-item .image-container {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.blog .article-item img {
	width: 100%;
}

.blog .article-item a:hover {
	text-decoration: none;
}

.blog .article-item .entry-meta {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	margin-top: 10px;
	padding: 0 15px;
	text-align: left;
	letter-spacing: normal;
	color: #939393;
}

.blog .article-item .entry-meta .author {
	margin-left: 10px;
	color: #7DC456;
}

.blog .article-item .entry-meta .author a {
	color: inherit;
}

.blog .article-item .entry-meta .author:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	content: '';
	background: url('../images/usericon.svg') no-repeat center center;
}

.blog .article-item .byline {
	margin-left: 5px;
	color: #7DC456;
}

.blog .article-item .byline .author {
	margin-left: 0;
}

.blog .article-item .entry-content,
.archive .article-item .entry-content {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	margin-top: 10px;
	padding: 30px;
	text-align: left;
	letter-spacing: normal;
	color: #fff;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0, .7);
}

.blog .article-item .title,
.archive .article-item .title {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 33px;
	margin: 0 0 5px;
	text-align: left;
	letter-spacing: normal;
	color: #fff;
}
.blog .article-item .entry-meta,
.archive .article-item .entry-meta {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    letter-spacing: normal;
    color: rgba(255,255,255,.5);
}

.blog .article-item .entry-content p,
.archive .article-item .entry-content p {
    margin-bottom: 0;
}

.blog .article-item .entry-content .learn-more,
.archive .article-item .entry-content .learn-more {
    font: normal 600 16px "sofia-pro", sans-serif;
    text-transform: uppercase;
    color: #7DC456;
    margin-top: 15px;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}


.article-single .tags-list {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
}

@media (min-width: 992px){
	.article-single .tags-list {
	    max-width: 440px;
	}
}

.article-single .tags-list li {
	margin-right: 10px;
}

.recent-posts-row {
	margin-top: 20px;
}

.recent-posts-row .post-nav-link {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;

	display: inline-block;

	transition: .2s;
	text-align: left;
	letter-spacing: normal;

	color: #484848;
}

.recent-posts-row .post-nav-link span {
	margin: 0 10px;
}

.recent-posts-row .post-nav-link i {
	color: #7DC456;

	vert-align: middle;
}

.recent-posts-row .post-nav-link:hover {
	text-decoration: none;

	color: #7DC456;
}

.recent-posts-row .article-item {
	box-shadow: none;
	margin-bottom: 20px;
}

.recent-posts-row .article-item .entry-meta {
	font-size: 12px;

	padding: 0;
}

.recent-posts-row .article-item .title {
	font-size: 16px;
}

.recent-posts-row .article-item .entry-content {
	padding: 0;
	margin-top: 10px;
}

.recent-posts-row .article-item .image {
	margin-bottom: 0;
	min-height: 222px;
	max-height: 250px;
	background-size: cover;
	background-position: center;
}

.addtoany_list {
	margin: 0 0 0 10px;
	padding: 0;
	display: block !important;
}

.addtoany_list a {
	padding: 0!important;
	font-size: 18px!important;
	line-height: 53px!important;
	display: inline-block!important;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	list-style: none;
	transition: .2s;
	text-align: center;
	vertical-align: middle!important;
	color: #7DC456!important;
	border: solid 1px #95989a!important;
	border-radius: 50%!important;
}

.addtoany_list a span {
	transform: scale(0.7);
}


.addtoany_list a:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #7DC456;
}

.share {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.43;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 20px;
	text-align: left;
	letter-spacing: normal;
	color: #484848;
	border-top: 1px solid rgba(0,0,0,.1);
	-ms-flex-align: center;
	align-items: center;
}

.share ul {
	margin: 0 0 0 10px;
	padding: 0;
}

.share ul li {
	display: inline-block;
	list-style: none;
}

.share ul a {
	font-size: 18px;
	line-height: 36px;

	display: inline-block;

	width: 36px;
	height: 36px;
	margin-right: 10px;

	list-style: none;

	transition: .2s;
	text-align: center;
	vertical-align: middle;

	color: #7DC456;
	border: solid 1px #95989a;
	border-radius: 50%;
}

.share ul a:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1);

	border-color: #7DC456;
}

/*//Portfolio*/
.scroll-section{
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.57in' height='2.99in' viewBox='0 0 401 215'%3E%3Cpath d='M197,215H0V0H401V12.88C393.28-.57,382.48-3,372.48,6.59Q301.18,75.17,230,143.83c-9.57,9.21-19.15,18.41-28.82,27.7-.83-.63-1.39-1-1.85-1.41q-44.1-42.45-88.19-84.9Q70.08,45.71,29,6.2C21.67-.87,11.87-.84,5.4,5.9S-.39,22.08,7,29.42q48.29,47.83,96.54,95.72,39.58,39.24,79.24,78.39C187.11,207.77,192.22,211.2,197,215Z' fill='%23fff'/%3E%3Cpath d='M401,20.89V215H205c2.93-2.07,6.18-3.8,8.74-6.26,10.93-10.48,21.68-21.14,32.44-31.8q72.69-72.06,145.3-144.21C395,29.17,397.83,24.85,401,20.89Z' fill='%23fff'/%3E%3Cpath d='M401,20.89c-3.17,4-6,8.28-9.55,11.84q-72.56,72.2-145.3,144.21c-10.76,10.66-21.51,21.32-32.44,31.8-2.56,2.46-5.81,4.19-8.74,6.26h-8c-4.75-3.8-9.86-7.23-14.18-11.47q-39.78-39-79.24-78.39Q55.28,77.29,7,29.42C-.39,22.08-1.08,12.66,5.4,5.9S21.67-.87,29,6.2q41.1,39.44,82.06,79,44.09,42.47,88.19,84.9c.46.44,1,.78,1.85,1.41,9.67-9.29,19.25-18.49,28.82-27.7Q301.21,75.2,372.48,6.59c10-9.62,20.8-7.16,28.52,6.29Z'/%3E%3C/svg%3E");
    position: absolute;
    bottom: 23px;
    height: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    mix-blend-mode: multiply;
}
.portfolio-item-bg {
    height: 549px;
    background-position: center;
    background-size: cover;
    background-color: #959CA7;
    transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 998px){
	.portfolio-item:hover .portfolio-item-bg,
	.featured-post-wrapper:hover .portfolio-item-bg{
		transform: scale(1.2);
	}
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.item-inner {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff
}
.blur-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 25px;
    width: 60%;
    margin-bottom: 25px; 
}

.blur-wrapper .blog-title {
	color: #fff;
    margin: 0;
    font-size: 24px;
}
.item-inner h3 {
	color: #fff;
	margin: 0
}

.item-inner .tags-list li a,
.item-single .tags-list li a {
	font-size: 14px;
	padding: 0
}
.item-single .tags-list li a {
	color: #939393;
}
@media (min-width: 992px){
	.item-single .tags-list {
	    text-align: right;
	    margin-top: 10px;
	}
}
.item-inner .tags-list li a:after,
.item-single .tags-list li a:after{
	content: "\2022";
	position: relative;
	padding: 7px;
}
.item-inner .tags-list li a:hover:after,
.item-inner .tags-list li a:focus:after,
.item-inner .tags-list li a:active:after{
	color: #fff;
	pointer-events: none;
}
.item-inner .tags-list li:last-child a:after,
.item-single .tags-list li:last-child a:after{
	display: none;
}
.item-inner .tags-list li:hover a,
.item-inner .tags-list li:focus a,
.item-single .tags-list li:hover a, 
.item-single .tags-list li:focus a {
    text-decoration: none;
    color: #7DC456;
    background-color: transparent;
}

.item-inner .tags-list li:last-child,
.item-single .tags-list li:last-child{
	margin-right: 0; 
}


.pagination ul {
	padding: 0;
}