/*--------------------------------------------------------------
# Instagram Widget
--------------------------------------------------------------*/

.jr-insta-thumb ul.thumbnails {
	display: flex;
	justify-content: space-between;
}

.jr-insta-thumb ul.thumbnails li {
    display: block;
}

.jr-insta-thumb ul.thumbnails.no-border.jr_col_4 li {
    width: 20.970874% !important; /* 216/1030 */
	border: 8px solid #f1f1f1;
}

.jr-insta-thumb ul.thumbnails li a {
	position: relative;
	display: block;
}

.jr-insta-thumb ul.thumbnails li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2;	
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.jr-insta-thumb ul.thumbnails li a:after {
	content: '\f16d';
	font-family: FontAwesome;
	font-size: 40px;
	color: #dee47f;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.jr-insta-thumb ul.thumbnails li a:hover:before,
.jr-insta-thumb ul.thumbnails li a:hover:after {
	opacity: 1;
}

@media screen and (max-width: 767px) {

.jr-insta-thumb ul.thumbnails {
	display: block;
}

.jr-insta-thumb ul.thumbnails.no-border.jr_col_4 li {
    width: 100% !important;
	margin-bottom: 10px;
}

}

/*--------------------------------------------------------------
# PopupAlly
--------------------------------------------------------------*/

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .logo-img-gfcr, #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .logo-img-gfcr {
	height: 120px;
	width: auto;
	float: none;
	margin: 0 auto 10px auto;	
}

#popup-box-gfcr-1 h2 {
	font-size: 48px;
	font-style: italic;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
}

#popup-box-gfcr-1 h5 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	line-height: 2em;
	font-style: normal;
	color: #fff;	
}
#popup-box-gfcr-1 h4 {
	font-size: 20px;
	text-transform: initial;
	text-align: center;
	font-weight: normal;
	line-height: 2em;
	margin-bottom: 15px;
	color: #303030;	
	padding: 0px 20px 10px 20px !important;
}


#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="text"].field-gfcr, #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="text"].field-gfcr {
	width: 49%;	
	padding: 10px;
	border: none;
	background: #fff;
	color: #000;
	font-family: "semplicitapro",sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	margin: 0 3px;
	border-radius: 0;
	box-shadow: none;
	float: left;
}


#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr, #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr {
	font-family: 'Leitura', serif;
	font-size: 20px;	
	line-height: normal;
	text-transform: lowercase;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 5px 20px;
	border-color: #fff;
	text-shadow: none;
	float: right;
	margin-top: 15px;
}

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .privacy-gfcr, #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .privacy-gfcr {
	clear: both;
	padding-top: 15px;
	font-family: "semplicitapro",sans-serif;
	font-size: 9px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

	.privacy-gfcr a {
		color: #fff;
		text-decoration: underline;	
	}
	
#popup-box-gfcr-1 .popupally-outer-gfcr-1 {
	max-height: 90%;
	overflow: auto;	
}

#popup-box-gfcr-1 .popupally-outer-gfcr-1 .popupally-close-gfcr {
	top: 5px;
	right: 5px;
	background: none;
	width: auto;
	height: auto;	
}

#popup-box-gfcr-1 .popupally-outer-gfcr-1 .popupally-close-gfcr:before {
	content: 'X';
	font-family: "semplicitapro",sans-serif;
	font-size: 12px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# SumoMe
--------------------------------------------------------------*/

.sumome-share-client-wrapper .sumome-share-client-wrapper-right-page { 
	right: 15px !important;
}

.sumome-share-client-wrapper.sumome-share-client-wrapper-desktop-bottom-bar, 
.sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar {
	bottom: 5px !important;
}
