/* Image Box Standard */

.imagebox-standard {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

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

.imagebox-standard li.img-cont {
	font-family: 'Brown-Regular', Arial, sans-serif;
	font-size: 14px;
	color: #6f6f6a;
}

.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: 'Knockout', Arial, sans-serif;
	font-size: 42px;
	color: #313131;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.imagebox-standard li.content .desc {
	font-family: 'Brown-Regular',Arial,sans-serif;
	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: #0087a4;
}

.imagebox-standard li.content .link a.button-text:after {
	color: #0087a4;
	line-height: 1.2;
}

.imagebox-standard .img-caption,
.imagebox-video .img-caption,
.imagebox-standard .img-caption a {
	font-family: 'Brown-Regular',Arial,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #6f6f6a;
	line-height: 30px;
	float: left;
}
.imagebox-standard .img-credit,
 .imagebox-video .img-credit {
	float: right;
	line-height: 30px;
    font-family: 'Brown-Regular',Arial,sans-serif;
    font-size: 11px;
    color: #6f6f6a;
    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: 'Brown-Regular',Arial,sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #282828;
	text-align: center;
}
.imagebox-text .content .title {
	font-size: 27px;
    font-family: 'Freight Display W01 Bold', serif;
	line-height: 1em;
	color: #cb5151;
	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 {}

.imagebox-grid .img-cont { margin-bottom: 10px; }
.imagebox-grid .img-cont img { width: 100%; }
.imagebox-grid .title,
.imagebox-grid .title a {
	font-family:'Freight Display W01 Bold', Times, Georgia;
	font-size: 18px;
}
.imagebox-grid .title { margin-bottom: 10px; }
.imagebox-grid .desc {
	font-family: 'Brown-Regular',Arial,sans-serif;
	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%;
}

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

.imagebox-wide .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 60%;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.imagebox-wide .content .title,
.imagebox-wide .content .title a {
	display: inline-block;
	font-family: 'Knockout', Arial, sans-serif;
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
	text-shadow: 0 0 10px #000;
}
.imagebox-wide .content .title.withDescription{
	margin-bottom: 0;
}
.imagebox-wide .content .desc {
	display: inline-block;
	width: 100%;
	font-family:'Freight Display W01 Bold', Times, Georgia;
	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: 27px; }
}

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

@media only screen and (max-width: 40em) {
	.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: 'Brown-Regular',Arial,sans-serif;
	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; }
	.imagebox-gonola .item {

	}
}

@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%;
	margin-bottom: 20px;
}

.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%; }

@media only screen and (max-width: 40em) {
	.imagebox-video .vid-cont {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
}


/*listicle*/
.listicle .order {
	display: block;
    position: absolute;
    bottom: -25px;
    padding: 12px 20px 10px;
    background: #0087a4;
    font-size: 50px;
    line-height: 45px;
    color: #fff;
    font-family: 'Knockout', Arial, Helvetica, serif;
    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;}
.listicle .item .img-caption h3 {text-transform: none;line-height: 30px}
.listicle .item .img-description {
	font-family: 'Brown-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0.08em;
}
.listicle .no-image .order {
	position: relative;
	bottom:0;
	width: 67px;
	text-align: center;
}
.listicle .no-image .no-padding {padding: 0 !important;}
.listicle [class*="column"]+[class*="column"]:last-child {
    float: left;
}
@media screen and (max-width: 1025px){
	.listicle .no-image .order,
	.listicle .order {
		font-size: 28px;
		line-height: 25px;
		max-width: 47px;
	}
}
@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;
	}
}


/*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: .8;
      transform: translateY(-150%);
      transition: transform ease .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;}
}
