/*--------------- AGE GATE ---------------*/
.publicModalContent {
    box-shadow: 0 0 22px 3px rgba(0,0,0,.2);
}
.ageVerification {
    padding: 55px 25px;
}
.publicModalContent .pageTitle {
    font-size: 16px;
    max-width: 250px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: proximanovaextracondensedbold,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
}
.ageVerification p {
    font-size: 38px;
    text-transform: uppercase;
    font-family: proximanovaextracondensedbold,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #222;
    max-width: 290px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;    
}
.ageVerification .verifyLinks a {
    margin: 0 1em;
    transition: border-color 200ms,color 200ms,background-color 200ms;
    display: inline-block;
    line-height: 1.5;
    padding: .75em 2em;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-family: proximanovaextracondensedbold,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 0;
    background: #ca333b;
    font-size: 14px;
    border: 2px solid #ca333b;
    width: 35%;
}
.ageVerification .verifyLinks a:hover {
    background: transparent;
    color: #877f7a;
    border: 2px solid #877f7a;
}

.imgHover .imgHover-overlay .imgHover-content .contentTitle, 
.imgEffect .imgEffect-overlay .imgEffect-content .contentTitle,
.imgCaption-title {
    text-transform: uppercase;
    letter-spacing: .03em;
}
.imgCaption-credit a {
    color: #111;
    font-size: 18px;

}
.items_a86727ab65564a4eb14f6d239de563cd .itemImg {
    background: #fff;
    border: 1px solid #DED4CB;
    margin-bottom: 1em;
}
.vidWrap {
    padding-bottom: 60px;
}
.block_fbf5b70dab6e46c68a0b6378388e8321 iframe {
    background-color: #f1f2f1 !important;
}

@media only screen and (min-width: 768px) {
    .vidWrap {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: content-box;
        overflow: hidden;
    }
    .blockWrap_ce37114968bb471a85d9b1330e4cddc8, 
    .blockWrap_ef3844b687b64cdfbd3bfedd3c7ee49a {
        float: left;
        width: 50%;
    }
}
/* Equalize Simple List Blocks - Pin Buttons to Bottom GIVE AWAY PAGE*/
/* Change item class here */
.items_facac425eeec49f695599f256f77cd61 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_facac425eeec49f695599f256f77cd61 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_facac425eeec49f695599f256f77cd61 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_facac425eeec49f695599f256f77cd61 > .item p {
    margin-bottom: 20px;
}
/* END Equalize Simple List Blocks - Pin Buttons to Bottom GIVE AWAY PAGE */


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e3c8bafcbd1d4653bf3f98405207d8e4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e3c8bafcbd1d4653bf3f98405207d8e4 > .item {
	display: flex;
	flex-direction: column;
}