/*
Divi Content Intense styling
*/

/* ----------------------------------------------------------------    Post content */
.content_n10s p:last-of-type {
	padding-bottom: 1.5em;
}
.more-link-container {
	display: flex;
}
.more-link-container.center {
	justify-content: center;
}
.more-link-container.flex-end {
	display: flex;
	justify-content: flex-end;
}
.content_n10s .et_overlay {
	border: none;
}
@media screen and (max-width: 980px) {
	.content_n10s .et_overlay, .ci-textcontent-wrap {
		width: calc(100% + 1px) !important;
	}
}
.et_pb_post.content_n10s .entry-featured-image-url {
    margin-bottom: 0;	/* Divi override */
}
.et_pb_has_overlay.et_pb_post.content_n10s .et_pb_image_container a {
    overflow: inherit;	/* Divi override */
}

/* ----------------------------------------------------------------    Avatars */
.ci_avatar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	z-index: 10;
	height: 0; /* allows for perfect centering of avatar */
}
.ci-data-content-wrap.ci-style-4 .ci_avatar {
	margin-bottom: 50px;
}
.ci_avatar img {
	border-radius: 50% !important;
	background-color: rgba(255,255,255,.2);
	padding: 5px;
	margin-top: calc(-48px - 5%) ;  /* half the size of the 96px avatar size minus 5% default padding */
	z-index: 10;
	display: inline-block;
}

.ci-style-5.ci-author-wrap {
	position: absolute;
	top: 17%;
	left: 4%;
}
.ci-style-5.ci-author-wrap .ci_avatar, 
.ci-style-5.ci-author-wrap .ci-author  {
	display: inline-block;
}
.content_n10s.et_pb_no_thumb .ci-textcontent-wrap {
	margin-top: 48px;
}
.et_pb_image_container.ci-style-5 .author-info {
	position: absolute;
	top: 3em;
	left: 10%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 10;
}
.content_n10s.et_pb_no_thumb .ci_avatar img {
	/* margin-top: -60px; */
}
@media screen and (max-width: 768px) {
	.ci_avatar img {
		/* margin-top: -60px; */
	}
}
.ci-datacontent-wrap.ci-style-6 .ci_avatar {
	padding-bottom: 30px;
}
.ci-datacontent-wrap.ci-style-6 .ci_avatar img {
	margin-top: 0;
	transform: translateY(-60px);
	max-width: 72px;
}

/* ----------------------------------------------------------------    Post content - Style 1 */
.et_pb_post.content_n10s .ci-style-1 .post-meta, #left-area .et_pb_post.content_n10s .ci-style-1 .post-meta {
	text-align: center;
	margin-top: 45px; /* push content down to allow for avatar */
}
.et_pb_post.content_n10s .ci-style-1 .post-meta a, #left-area .et_pb_post.content_n10s .post-meta a {
	text-decoration: underline;
	font-weight: bold;
}
.ci-textcontent-wrap.ci-style-1 {
	padding: 5% 8% 8%;
	background-color: white;
}
.ci_grid .content_n10s .ci-style-1 h2 {
	margin-top: 0;
	padding-bottom: 17px;
}
.ci_grid .content_n10s .ci-style-1 h2:after {
	content: '';
	display: block;
	bottom: 0;
	width: 15%;
	border-bottom: 4px solid rgba(0,0,0,0.8);
	margin-top: 15px;
}
.et_pb_has_overlay:hover .et_pb_image_container.ci-style-1 .et_overlay {
	opacity: 0;
}
.et_pb_has_overlay .et_pb_image_container.ci-style-1:hover .et_overlay {
	opacity: 1;
}

/* ----------------------------------------------------------------    Post content - Style 2 */
.et_pb_post.ci-style-2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.et_pb_post.ci-style-2 .ci-textcontent-wrap,
.et_pb_post.ci-style-2 .et_main_video_container,
.et_pb_post.ci-style-2 .et_pb_image_container {
	width: 50%;
}
.ci-textcontent-wrap.ci-style-2 {
	order: 1;
	padding: 50px;
}
.et_pb_post .ci-textcontent-wrap.ci-style-2 h2 {
	margin-top: 0;
}

.et_pb_image_container.ci-style-2, .et_main_video_container.ci-style-2 {
	order: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.content_n10s.ci-style-2:nth-child(2n+1) .et_pb_image_container.ci-style-2, 
.content_n10s.ci-style-2:nth-child(2n+1) .et_main_video_container.ci-style-2 {
	order: 0;
}

.ci_grid .et_pb_image_container.ci-style-2 img {
	display: none;
}
.ci_grid .et_pb_image_container.ci-style-2 a {
	position: absolute;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 980px) {
	.ci_grid .et_pb_image_container.ci-style-2 a {
		position: relative;
	}
}

.et_pb_has_overlay:hover .et_pb_image_container.ci-style-2 .et_overlay {
	opacity: 0;
}
.et_pb_has_overlay .et_pb_image_container.ci-style-2:hover .et_overlay {
	opacity: 1;
}
@media all and (max-width: 980px) {
	.et_pb_post.ci-style-2 .ci-textcontent-wrap,
	.et_pb_post.ci-style-2 .et_main_video_container,
	.et_pb_post.ci-style-2 .et_pb_image_container {
		width: 100%;
	}
	.content_n10s.ci-style-2 .et_pb_image_container.ci-style-2, 
	.content_n10s.ci-style-2 .et_main_video_container.ci-style-2 {
		order: 0;
	}
	.ci_grid .et_pb_image_container.ci-style-2 img {
	    display: inline;
	}
}
	
/* ----------------------------------------------------------------    Post content - Style 3 */
.ci-all-content-wrap.ci-style-3 {
	padding: 5%;
	background-repeat: no-repeat; 
	background-position: center center;
}
.ci-style-3 .ci-textcontent-wrap {
	padding: 8%;
}
.et_pb_post .ci-style-3 h2, .ci-style-3 h2 {
	text-align: center;
	margin-top: 0;
}
.ci-style-3 h2:after {
	margin: 8px auto 0;
}
.et_pb_post .ci-style-3 .post-meta, #left-area .et_pb_post .ci-style-3 .post-meta {
	margin-top: 0;
	text-align: center;
}

/* ----------------------------------------------------------------    Post content - Style 4 */
.ci-all-content-wrap.ci-style-4 {
    min-height: 540px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ci-datacontent-wrap.ci-style-4 {
    padding: 1.5em;
    position: relative;
    z-index: 1;
	box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.ci-all-content-wrap.ci-style-4 .ci-date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.8em;
	/* background-color: white; */
}
.ci-all-content-wrap.ci-style-4 .ci-date span {
	display: block;
	text-align: center;
	line-height: 1;
}
.ci-all-content-wrap.ci-style-4 .ci-day {
	font-weight: 700;
	font-size: 24px;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.ci-all-content-wrap.ci-style-4 .ci-month {
	font-size: 12px;
	text-transform: uppercase;
}
.ci-all-content-wrap.ci-style-4 .ci-year {
	font-size: 12px;
}
.ci-textcontent-wrap.ci-style-4 {
    position: absolute;
    bottom: 0;
    width: calc(100% + 1px);
    -webkit-transform: translateY(calc(40%));
    transform: translateY(calc(40%));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.ci-all-content-wrap.ci-style-4:hover .ci-textcontent-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.content_n10s.ci-style-4.format-video .ci-textcontent-wrap.ci-style-4 {
	/* no hover effect on video post types */
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.content_n10s.ci-style-4.format-video .ci-more-hover {
	display: none;
}
.ci-textcontent-wrap.ci-style-4 .entry-title {
	margin-top: 10px;
}
.ci-textcontent-wrap.ci-style-4 .post-content {
	height: 50%;
	margin: 0;
}
.ci-all-content-wrap.ci-style-4 .ci-more-hover {
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    text-align: center;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,1) 100%);
	-webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.ci-all-content-wrap.ci-style-4:hover .ci-more-hover {
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
}
.ci-all-content-wrap.ci-style-4 .ci-more-hover span {
	width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.ci-all-content-wrap.ci-style-4 .ci-more-hover span::before, 
.ci-all-content-wrap.ci-style-4 .ci-more-hover span::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
}
.ci-all-content-wrap.ci-style-4 .ci-more-hover span::before {
	left: -10px;
}
.ci-all-content-wrap.ci-style-4 .ci-more-hover span::after {
	right: -10px;
}
.ci-textcontent-wrap.ci-style-4 .ci-comments {
	float: right;
}
.ci-textcontent-wrap.ci-style-4 .ci-comments::before,
.ci-textcontent-wrap.ci-style-4 .ci-comments::after {
	content: '';
	display: table;
}
.ci-textcontent-wrap.ci-style-4 .ci-comments::after {
	clear: both;
}
.ci-textcontent-wrap.ci-style-4 .ci-comments li {
    height: 60px;
    position: relative;
	display: inline-block;
}
.ci-textcontent-wrap.ci-style-4 .ci-comments a::before {
	display: inline-block;
	font: normal normal normal 24px/1 ETmodules !important;
}
.ci-textcontent-wrap.ci-style-4 .ci-comments span {
    position: absolute;
    left: 50%;
    top: -2px;
    font-size: 10px !important;
    font-weight: 700;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.ci-textcontent-wrap.ci-style-4 .ci-extra-comment::before {
	content: "v";	/*speech bubble*/
}

/* ----------------------------------------------------------------    Post content - Style 5 */
.ci_grid.ci-style-5 .column.size-1of1 {
	width: 100%;
}
article.ci-style-5 {
	box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
	border-radius: 5px;
	background: transparent;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.ci-all-content-wrap.ci-style-5 a img {
	border-radius: 5px 5px 0 0;
}
.ci-all-content-wrap.ci-style-5 img {
	max-width: 50px;
}
.ci-all-content-wrap.ci-style-5 .post-meta {
	padding-top: 15px;
}
.ci-all-content-wrap.ci-style-5 .et_pb_image_container {
	height: 15rem;
	overflow: hidden;
}
.ci-all-content-wrap.ci-style-5 .et_pb_image_container.no-thumb {
	padding-bottom: 10%;
}
.ci-all-content-wrap.ci-style-5 .et_pb_image_container.no-thumb .author-info {
	padding-top: 5%;
} 
.et_pb_image_container.ci-style-5 .ci_avatar {
	margin-left: inherit;
	margin-right: 2%;
	max-width: 50px;
} 
.et_pb_image_container.ci-style-5 .author {
	width: 100%;
}
.et_pb_image_container.ci-style-5 a {
	font-size: 150%;
	color: white;
	text-shadow: 1px 1px 5px black;
}
.et_pb_image_container.ci-style-5 a .et_overlay.et_pb_inline_icon {
	text-shadow: none;
}
.et_pb_image_container.ci-style-5 .et_overlay {
	border-radius: 5px 5px 0 0;
	height: 15rem;
}
.et_pb_image_container.ci-style-5.no-thumb a {
	font-size: 150%;
	color: #999999;
	text-shadow: none;
}
.ci-textcontent-wrap.ci-style-5 {
	padding: 0 10% 2%;
	border-radius: 0 0 5px 5px;
}
.ci-textcontent-wrap.ci-style-5 .ci-date-comment {
	padding-top: 5px;
}
.ci-textcontent-wrap.ci-style-5 .category.ci-style-5 {
	padding-bottom: 5px;
}
.et_pb_post .ci-textcontent-wrap.ci-style-5 h2 {
	padding-top: 23px;
	padding-bottom: 15px;
	margin-top: 0;
}
.content_n10s .ci-textcontent-wrap.ci-style-5 p:last-of-type {
	padding-bottom: 0.8em;
}
.ci-textcontent-wrap.ci-style-5 .post-meta .ci-divider {
	border-top: 1px solid lightgray;
	margin: 15px 0;
}
.ci-textcontent-wrap.ci-style-5 .post-meta .category a, .ci-textcontent-wrap.ci-style-5 .post-meta .published {
	border: 1px solid lightgray;
	border-radius: 4px;
	padding: 0 6px;
}
.ci-textcontent-wrap.ci-style-5 .post-content .ci-link {
	margin-top: 10px;
	margin-bottom: 8px;
}
.ci-textcontent-wrap.ci-style-5 .post-meta .ci-comments {
	float: right;
}
.ci-textcontent-wrap.ci-style-5 .ci-extra-comment::before {
    content: "v";
}
.ci-textcontent-wrap.ci-style-5 .ci-comments a::before {
    display: inline-block;
    font: normal normal normal 24px/1 ETmodules !important;
}

/* ----------------------------------------------------------------    Post content - Style 6 */
.ci-all-content-wrap.ci-style-6 {
    min-height: 540px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ci-header.ci-style-6 {
	padding: 1.2em 1em;
	color: white;
}
.ci-all-content-wrap.ci-style-6 .ci-date {
	float: left;
}
.ci-all-content-wrap.ci-style-6 .ci-date span {
}
.ci-all-content-wrap.ci-style-6 .ci-comments {
	float: right;
	list-style-type: none;
}

.ci-header.ci-style-6::before,
.ci-header.ci-style-6::after,
.ci-all-content-wrap.ci-style-6 .ci-comments::before,
.ci-all-content-wrap.ci-style-6 .ci-comments::after {
	content: '';
	display: table;
}
.ci-all-content-wrap.ci-style-6 .ci-comments::after {
	clear: both;
}
.ci-all-content-wrap.ci-style-6 .ci-comments {
	padding: 0;
}
.ci-all-content-wrap.ci-style-6 .ci-comments li {
	margin: 0 5px;
	position: relative;
	display: inline-block;
}
.ci-all-content-wrap.ci-style-6 .ci-comments a {
/*	color: white;*/
}
.ci-all-content-wrap.ci-style-6 .ci-comments a::before {
	display: inline-block;
	font: normal normal normal 24px/1 ETmodules !important;
	content: "v";	/*speech bubble*/
}
.ci-all-content-wrap.ci-style-6 .ci-comments span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px !important;
    font-weight: 700;
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
	opacity: 0;
	transition: all 0.3s;
}
.ci-all-content-wrap.ci-style-6:hover .ci-comments span {
	-webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    opacity: 1;
	
}
.ci-datacontent-wrap.ci-style-6 {
    padding: 1.5em;
    position: relative;
    z-index: 1;
/*	box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);*/
}
.ci-textcontent-wrap.ci-style-6 {
    position: absolute;
    bottom: 0;
    width: calc(100% + 1px);
    -webkit-transform: translateY(calc(40%));
    transform: translateY(calc(65%));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.ci-all-content-wrap.ci-style-6:hover .ci-textcontent-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.content_n10s.ci-style-6.format-video .ci-textcontent-wrap.ci-style-6 {
	/* no hover effect on video post types */
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.ci-textcontent-wrap.ci-style-6 .entry-title {
	margin-top: 10px;
	min-height: 90px;
}
.ci-textcontent-wrap.ci-style-6 .post-content {
	height: 50%;
	margin: 0;
}
.content_n10s.ci-style-6.format-video .ci-more-hover {
	display: none;
}
.ci-all-content-wrap.ci-style-6 .ci-more-hover {
	/* display: none; */
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    text-align: center;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.8) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.8) 100%);
	-webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.ci-all-content-wrap.ci-style-6:hover .ci-more-hover {
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
}
.ci-all-content-wrap.ci-style-6 .ci-more-hover span {
	width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.ci-all-content-wrap.ci-style-6 .ci-more-hover span::before, 
.ci-all-content-wrap.ci-style-6 .ci-more-hover span::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
}
.ci-all-content-wrap.ci-style-6 .ci-more-hover span::before {
	left: -10px;
}
.ci-all-content-wrap.ci-style-6 .ci-more-hover span::after {
	right: -10px;
}

/* ----------------------------------------------------------------    Ken Burns background image effects */
.ci-all-content-wrap.ci-kb-effect {
	background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-position: left;
	
	
/*	background-position: -4em 0;*/
/* animation-duration: 10s; */
/*	animation-iteration-count: 1;*/
/*	animation-name: ci-kb;  */
/*	animation-timing-function: linear;*/
}
.ci-all-content-wrap.ci-kb-effect:hover {
	animation: ci-kb 20s cubic-bezier(.3,.5,.5,.3) 0s infinite alternate;
}

@keyframes ci-kb {
	0% {
		/*   background-position: -4em 0;*/
		/*opacity: 0;*/
/*		-ms-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);*/
/*		-webkit-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);*/
/*		transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);*/
		animation-timing-function: linear;
		background-position: left;
	}
	100% {
		/*    background-position: 0 -2em;*/
/*		-ms-transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);*/
/*		-webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px);*/
/*		transform: scale3d(1.3, 1.3, 1.3) translate3d(-25px, -55px, 0px); */ 
		background-position: right;
	}
}

/* ----------------------------------------------------------------    Quote format */
.ci_grid .et_pb_post.content_n10s.format-quote {
	padding-bottom: 0;
}
.ci_grid .et_pb_post.content_n10s.format-quote .et_quote_content {
	margin-bottom: 0;
}


/* ----------------------------------------------------------------    Salvattore (masonry grid) styles */
.ci_grid .column {
	float: left;
	max-width: 100%;
}
.ci_grid[data-columns]::before {
	display: none;
	opacity: 0;
	line-height: 0;
}

.ci_grid[data-columns] .et_pb_post {
	opacity: 0;
}

.et_ie9 .ci_grid[data-columns] .et_pb_post {
	opacity: 1;
}

.ci_grid[data-columns] .column .et_pb_post {
	opacity: 1;
	-webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.ci_grid .column.size-1of3:nth-child(3n),
.ci_grid .column.size-1of2:nth-child(2n) {
	margin-right: 0 !important;
}

.ci_grid .et_pb_image_container {
	position: relative;
}
.ci_grid .et_pb_image_container img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}
.ci_grid .et_pb_image_container, 
.ci_grid .et_main_video_container,
.ci_grid .et_audio_content,
.ci_grid .et_pb_post .et_pb_slider {
	margin: 0;
}

@media all and (min-width: 981px) {
	/* Let's go with the fact that you should specify a full column for Content Intense.
	    This gives us the the need to style only column_4_4. */
	.et_pb_column_4_4 .ci_grid[data-columns]::before {
		content: "3 .column.size-1of3";
	}
	.et_pb_column_4_4 .ci_grid.ci-style-2[data-columns]::before {
		content: "1 .column.size-1of1";
	}

	.et_pb_column_4_4 .ci_grid.ci-style-5[data-columns]::before {
		content: "1 .column.size-1of1";
	}

	.et_pb_column_3_4 .ci_grid[data-columns]::before,
	.et_pb_column_2_3 .ci_grid[data-columns]::before {
		content: "2 .column.size-1of2";
	}

	.et_pb_column_1_2 .ci_grid[data-columns]::before,
	.et_pb_column_3_4 .et_pb_column_3_8 .ci_grid[data-columns]::before,
	.et_pb_column_1_3 .ci_grid[data-columns]::before,
	.et_pb_column_1_4 .ci_grid[data-columns]::before {
		content: "1 .column.size-1of1";
	}
/* ----------------------------------------------------------------------------------------------- Gutter size 3 */
	.et_pb_gutters3 .et_pb_column_4_4 .ci_grid .column.size-1of3,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .ci_grid .column.size-1of3 {
		width: 29.666%;
		margin-right: 5.5%;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .ci_grid.ci-style-2 .column.size-1of1,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .ci_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .ci_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .ci_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2 {
		width: 46.265%;
		margin-right: 7.47%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .ci_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 14.94%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .ci_grid .column.size-1of2,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .ci_grid .column.size-1of2 {
		width: 45.758%;
		margin-right: 8.483%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .ci_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3 .et_pb_column_1_2 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 11.64%;
	}

	.et_pb_gutters3 .et_pb_column_1_3 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 18.54%;
	}

	.et_pb_gutters3 .et_pb_column_1_4 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 26.348%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 14.94%;
	}

/* ----------------------------------------------------------------------------------------------- Gutter size 4 */
	.et_pb_gutters4 .et_pb_column_4_4 .ci_grid.ci-style-2 .column.size-1of1,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .ci_grid.ci-style-2 .column.size-1of1 {
		width: 100%;
		margin-right: 0;
	}

	.et_pb_gutters4 .et_pb_column_4_4 .ci_grid .column.size-1of3,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .ci_grid .column.size-1of3 {
		width: 28%;
		margin-right: 8%;
	}

	.et_pb_gutters4 .et_pb_column_4_4 .ci_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .ci_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4 .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2 {
		width: 44.52%;
		margin-right: 10.959%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .ci_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 21.918%;
	}

	.et_pb_gutters4 .et_pb_column_2_3 .ci_grid .column.size-1of2,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .ci_grid .column.size-1of2 {
		width: 43.75%;
		margin-right: 12.5%;
	}

	.et_pb_gutters4 .et_pb_column_2_3 .ci_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4 .et_pb_column_1_2 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 17.392%;
	}

	.et_pb_gutters4 .et_pb_column_1_3 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 28.572%;
	}

	.et_pb_gutters4 .et_pb_column_1_4 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 42.106%;
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .ci_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 21.918%;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .ci_grid .column.size-1of3,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .ci_grid .column.size-1of3 {
		width: 31.333%;
		margin-right: 3%;
	}

/* ----------------------------------------------------------------------------------------------- Gutter size 2 */
	.et_pb_gutters2 .et_pb_column_4_4 .ci_grid.ci-style-2 .column.size-1of1,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .ci_grid.ci-style-2 .column.size-1of1,
	.et_pb_gutters2 .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of1,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of1 {

		width: 100%;
		margin-right: 0;
	}

	.et_pb_gutters2 .et_pb_column_4_4 .ci_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .ci_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 18%;
	}

	.et_pb_gutters2 .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2 {
		width: 47.98%;
		margin-right: 4.04%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 8.08%;
	}

	.et_pb_gutters2 .et_pb_column_2_3 .ci_grid .column.size-1of2,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .ci_grid .column.size-1of2 {
		width: 47.715%;
		margin-right: 4.569%;
	}

	.et_pb_gutters2 .et_pb_column_2_3 .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2 .et_pb_column_1_2 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 6.186%;
	}

	.et_pb_gutters2 .et_pb_column_1_3 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 9.574%;
	}

	.et_pb_gutters2 .et_pb_column_1_4 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 13.186%;
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 8.08%;
	}
/* ----------------------------------------------------------------------------------------------- Gutter size 1 */
	.et_pb_gutters1 .et_pb_column .ci_grid .column.size-1of3,
	.et_pb_gutters1 .et_pb_column .ci_grid .column.size-1of3 .et_pb_post {
		margin: 0;
	}
	.et_pb_gutters1 .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2,
	.et_pb_gutters1 .et_pb_column_4_4 .ci_grid.ci-style-5 .column.size-1of2 {
		width: 50%;
	}
	.et_pb_gutters1 .et_pb_column_4_4 .ci_grid .column.size-1of3 {
		width: 33.333%;
	}
}

@media all and (max-width: 980px) {
	.et_pb_column .ci_grid .column.size-1of2 {
		width: 46.25% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}

	.et_pb_column .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.21%;
	}

	.et_pb_gutters1 .et_pb_column .ci_grid .column.size-1of2 {
		width: 50% !important;
		margin: 0 !important;
	}

	.et_pb_gutters1 .et_pb_column .ci_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0;
	}

	.et_pb_column .ci_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.et_pb_column .ci_grid[data-columns]::before {
		content: "2 .column.size-1of2";
	}
	.et_pb_column_4_4 .ci_grid.ci-style-2[data-columns]::before,
	.et_pb_column_4_4 .ci_grid.ci-style-5[data-columns]::before {
		content: "1 .column.size-1of1";
	}
}
@media all and (max-width: 767px) {
	.et_pb_column .ci_grid[data-columns]::before {
		content: "1 .column.size-1of1";
	}
	.et_pb_column .ci_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_column .ci_grid .column.size-1of1 {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.et_pb_column .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 9.5% !important;
	}

	.et_pb_gutters1 .et_pb_column .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0 !important;
	}
}

@media all and (max-width: 479px) {
	.et_pb_column .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 11.5% !important;
	}

	.et_pb_gutters1 .et_pb_column .ci_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0 !important;
	}
	.ci_grid .et_pb_post > .et_pb_image_container,
	.ci_grid .et_pb_post > h2,
	.ci_grid .et_pb_post > .post-meta {
		display: block;
	}
}
