/* Image Box Standard */

.imagebox-standard {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	max-width: 960px;
	margin: 0 auto 40px auto;
	padding: 0;
}

.imagebox-video {
	max-width: 800px;
	padding: 0 var(--space-5);
	margin: 0 auto var(--space-10);
}

.imagebox-standard img {
	display: block;
	width: 100%;
}

.imagebox-standard li.img-cont {
	font-family: var(--font-soft);
	font-size: 14px;
	color: var(--gray-mid);
}

.imagebox-standard.img-right li.img-cont {
	float: right;
}

.imagebox-standard li.content {
	vertical-align: top;
}

.imagebox-standard li.content .title,
.imagebox-standard li.content .title a {
	font-family: var(--font-soft);
	font-size: 42px;
	color: var(--gray-mid);
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.imagebox-standard li.content .desc {
	font-family: var(--font-soft);
	font-size: 14px;
	color: #2f292b;
	line-height: 1.8;
	margin-bottom: 20px;
	letter-spacing: 0.08em;
}

.imagebox-standard li.content .link a {
	font-size: 36px;
	color: var(--blue-dark);
}

.imagebox-standard li.content .link a.button-text:after {
	color: var(--blue-dark);
	line-height: 1.2;
}

.imagebox-standard .img-caption,
.imagebox-video .img-caption,
.imagebox-standard .img-caption a {
	font-family: var(--font-soft);
	text-transform: uppercase;
	font-size: var(--text-sm);
	color: var(--gray-mid);
	line-height: 30px;
	text-decoration: none;

	@media (hover: hover) {
		&:hover {
			text-decoration: underline;
		}
	}
}
.imagebox-standard .img-credit,
.imagebox-video .img-credit {
	float: right;
	line-height: 30px;
	font-family: var(--font-soft);
	font-size: 11px;
	color: var(--gray-mid);
	font-style: italic;
}

@media only screen and (min-width: 40.063em) {
	.imagebox-standard [class*='block-grid-'] {
		margin: 0 -1.225rem;
	}
}

@media only screen and (min-width: 64.063em) {
	.imagebox-standard .content .title {
		font-size: 48px;
	}
}

/* Image Box Text */

.imagebox-text {
	position: relative;
	background-color: #f5f2e4;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}
.imagebox-text .content {
	font-family: var(--font-soft);
	font-size: 11px;
	line-height: 1.5;
	color: #282828;
	text-align: center;
}
.imagebox-text .content .title {
	font-size: 27px;
	font-family: var(--font-soft);
	line-height: 1em;
	color: #6A1527;
	margin-bottom: 20px;
}
.imagebox-text .content .desc {
	margin-bottom: 30px;
}
.imagebox-text a.button {
	background-color: #cc3131;
}
.imagebox-text a.button:hover {
	background-color: #793637;
}
.theme-wedding .imagebox-text a.button {
	background-color: #e08485;
}
.theme-wedding .imagebox-text a.button:hover {
	background-color: #cb5151;
}
/* Image Box Grid */

.imagebox-grid .img-cont {
	margin-bottom: 10px;
}
.imagebox-grid .img-cont img {
	width: 100%;
}
.imagebox-grid .title,
.imagebox-grid .title a {
	font-family: var(--font-soft);
	font-size: 18px;
}
.imagebox-grid .title {
	margin-bottom: 10px;
}
.imagebox-grid .desc {
	font-family: var(--font-soft);
	font-size: 14px;
	color: #2f292b;
	line-height: 1.8;
	margin-bottom: 20px;
	letter-spacing: 0.08em;
}

@media only screen and (min-width: 40.063em) {
	.imagebox-grid {
		margin: 0 -1.225rem;
	}
}

@media only screen and (min-width: 64.063em) {
	.imagebox-grid .title,
	.imagebox-grid .title a {
		font-size: 27px;
	}
}

/* Image Box Wide */

.imagebox-wide {
	position: relative;
	width: 100%;
}

.imagebox-wide .logo-overlay {
	position: absolute;
	bottom: 20px;
	right: 20px;
	opacity: 0.8;
	z-index: 1;
}

.imagebox-wide .img-cont {
	background-size: cover !important;
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.imagebox-wide .img-cont img {
	visibility: hidden;
}

.imagebox-wide .content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.imagebox-wide .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 60%;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 3;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.imagebox-wide .content .title,
.imagebox-wide .content .title a {
	display: inline-block;
	font-family: var(--font-soft);
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
	text-shadow: 0 0 10px #000;
}

@media only screen and (max-width: 720px) {
	.imagebox-wide .content .title a {
		font-size: 36px;
	}
}
@media only screen and (max-width: 480px) {
	.imagebox-wide .content .title a {
		font-size: 22px;
	}
}

.imagebox-wide .content .title.withDescription {
	margin-bottom: 0;
}
.imagebox-wide .content .desc {
	display: inline-block;
	width: 100%;
	font-family: var(--font-soft);
	font-size: 17px;
	color: #fff;
	margin-bottom: 40px;
	text-shadow: 0 0 10px #000;
}

.imagebox-wide .content .link {
	width: auto;
	margin: 0 auto;
}

@media only screen and (min-width: 64.063em) {
	.imagebox-wide .content {
		max-width: 650px;
	}
	.imagebox-wide .content .title {
		font-size: 72px;
	}
	.imagebox-wide .content .desc {
		font-size: 20px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
	.imagebox-wide .content {
		max-width: 60%;
	}
}

@media only screen and (max-width: 40em) {
	.imagebox-wide .content {
		max-width: 92%;
	}
	.imagebox-wide .img-cont {
		background-size: auto 500px !important;
		min-height: 500px;
	}
	.imagebox-wide .img-cont img {
		display: none;
	}
	.imagebox-wide .logo-overlay {
		top: 10px;
		left: 10px;
		bottom: auto;
		right: auto;
	}
	.imagebox-wide .logo-overlay img {
		max-width: 50px;
	}
}

/* Image Box GoNOLA */

.imagebox-gonola {
	padding: 0 0 20px;
}
.imagebox-gonola.show-logo {
	margin-top: 25px;
}
.imagebox-gonola .imagebox-gonola-cont {
	max-width: 100vw;
	padding: 0 20px;
}

.imagebox-gonola .gonola-logo {
	position: relative;
	top: -25px;
	margin: 0 auto -15px;
	text-align: center;
}

.imagebox-gonola .item {
	float: left;
	width: 33.333%;
}

.imagebox-gonola .item .img-cont {
	padding: 0 20px;
}
.imagebox-gonola .item .img-cont img {
	width: 100%;
	max-height: 380px;
	margin-bottom: 10px;
}

.imagebox-gonola .item .title,
.imagebox-gonola .item .title a.button-text {
	font-family: var(--font-soft);
	font-size: 16px;
	padding-right: 0;
}

.imagebox-gonola .item .title {
	color: #cc3131;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	vertical-align: middle;
}
.imagebox-gonola .item .title a.button-text:after {
	display: inline;
	position: relative;
	top: 2px;
	line-height: 0;
}

/**** DOTS ****/

.imagebox-gonola ul.slick-dots {
	position: absolute;
	bottom: -50px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0px;
	text-align: center;
	padding: 0px;
	list-style: none;
}
.imagebox-gonola ul.slick-dots li {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}
.imagebox-gonola ul.slick-dots li button {
	background-color: #7f7f7f !important;
	width: 7px;
	height: 7px;
	font-size: 0px;
	padding: 0px;
	margin: 0px 4px 0px;
	border: 0;
	border-radius: 50%;
	vertical-align: top;
}
.imagebox-gonola ul.slick-dots li.slick-active button {
	background-color: #000 !important;
}

/**** END DOTS ****/

@media only screen and (max-width: 40em) {
	.imagebox-gonola {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
}

@media only screen and (min-width: 64.043em) {
	.imagebox-gonola .imagebox-gonola-cont {
		padding: 0px;
	}
}

/* Image Box Video */

.imagebox-video {
	position: relative;
	width: 100%;
}

.imagebox-video .vid-cont,
.imagebox-video .vid-cont img {
	position: relative;
	width: 100%;
	display: block;
}
.imagebox-video a:hover {
	opacity: 1;
}
.imagebox-video .vid-cont:after {
	position: absolute;
	top: 0;
	display: block;
	content: ' ';
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: background-color 225ms ease-in-out;
	-moz-transition: background-color 225ms ease-in-out;
	-o-transition: background-color 225ms ease-in-out;
	transition: background-color 225ms ease-in-out;
}
.imagebox-video:hover .vid-cont:after {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 225ms ease-in-out;
	-moz-transition: background-color 225ms ease-in-out;
	-o-transition: background-color 225ms ease-in-out;
	transition: background-color 225ms ease-in-out;
}

.imagebox-video .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 70px;
	height: 70px;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.vid-popup iframe {
	width: 100%;
}

/*listicle*/
.listicle {
	max-width: var(--width-base);
	padding: 0 var(--space-5);
	margin: 0 auto var(--space-12);
}

.listicle .order {
	display: block;
	position: absolute;
	bottom: -25px;
	padding: 12px 20px 10px;
	background: var(--blue-dark);
	font-size: 50px;
	line-height: 45px;
	color: #fff;
	font-family: var(--font-soft);
	min-width: 67px;
	text-align: center;
}
.listicle .item {
	margin-bottom: 30px !important;
}
.listicle .item .img-cont {
	position: relative;
	margin-bottom: 40px;
}
.listicle .item .img-credit {
	position: absolute;
	right: 0;
	bottom: -30px;
	text-transform: uppercase;
}
.listicle .item .img-caption,
.listicle .item .img-caption a {
	float: none;
	text-decoration: none;
	color: inherit;
}
.listicle .item .img-caption h3 {
	text-transform: none;
	line-height: 30px;
}
.listicle .item .img-description {
	font-family: var(--font-soft);
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	letter-spacing: 0.08em;
}
.listicle .no-image .order {
	display: inline-block;
	position: relative;
	bottom: 0;
	min-width: 67px;
	text-align: center;
}
.listicle .no-image .no-padding {
	padding: 0 !important;
}
@media screen and (max-width: 1025px) {
	.listicle .no-image .order,
	.listicle .order {
		font-size: 28px;
		line-height: 25px;
	}
}
@media screen and (max-width: 640px) {
	.listicle .no-image .columns {
		padding: 0 !important;
	}
	.listicle .no-image .order,
	.listicle .order {
		font-size: 28px;
		line-height: 25px;
		padding: 10px 21px;
	}
	.listicle .no-image .order {
		margin-bottom: 10px;
	}
}
@media (min-width: 64em) {
	.listicle {
		margin-bottom: var(--space-24);
	}
}

/*pinterest*/
.ri-map-pinterest {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
}

/*** Desktop ***/
@media only screen and (min-width: 642px) {
	.img-box-text {
		font-size: 21px;
	}

	.ri-map-pinterest {
		z-index: 100;
		top: 15px;
		right: 15px;
		width: 40px;
		opacity: 0.8;
		transform: translateY(-150%);
		transition: transform ease 0.5s;
	}
	.img-cont {
		position: relative;
		overflow: hidden;
	}
	.listicle .img-cont {
		overflow: visible;
	}
	.listicle .img-cont .image-inner {
		position: relative;
		overflow: hidden;
	}
	.contentRender_name_plugins_collections_template_custom_imagebox_featured .ri-map-pinterest {
		margin: 0 15px;
	}
	.img-cont:hover .ri-map-pinterest {
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	.ri-map-pinterest:hover {
		opacity: 1;
	}
}
@media only screen and (max-width: 641px) {
	.ri-map-pinterest {
		display: none;
	}
}
