/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/********* Import Column Styles ************/

/* @import url("columns/html5reset.css"); */

@import url("columns/col.css");
@import url("columns/2cols.css");
@import url("columns/3cols.css");
@import url("columns/4cols.css");
@import url("columns/5cols.css");
@import url("columns/6cols.css");
@import url("columns/7cols.css");
@import url("columns/8cols.css");
@import url("columns/9cols.css");
@import url("columns/10cols.css");
@import url("columns/11cols.css");
@import url("columns/12cols.css");

/********* Import Icon Font Styles ************/

@import url("ftpro_icons.css");

/********* Default Variables ************/

.top {
	margin-top: 1em;
}

.bottom {
	margin-bottom: 1em;
}

/********* Google Maps ************/

#map_funeral,
#map_service {
	height: 400px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#map_wrapper {
	height: 400px;
	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#map_canvas {
	width: 100%;
	height: 100%;
}

/********* Locations Under Map ************/

.col.address {
	position: relative;
	height: 250px;
	margin-bottom: 35px !important;
}

.col.address h3 {
	font-family: var(--ftpro-heading-font);
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eaeaea;
}

.col.address p {
	font-family: var(--ftpro-body-font);
	font-size: 12px;
}

/********* FTPRO All Entries Page ************/

#ftpro_enties_all {
	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
}

#ftpro_enties_all .col {
	margin-bottom: 30px;
	padding: 5px;
	box-sizing: border-box;
}

.ftpro_photo_thumb a.crop {
	max-width: 330px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-bottom: 10px;
}

.ftpro_photo_thumb .thickbox .thickbox-overlay,
.ftpro_photo_thumb .js-smartPhoto .js-smartPhoto-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: 100;
	transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.ftpro_photo_thumb .thickbox span,
.ftpro_photo_thumb .js-smartPhoto span {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
	z-index: 200;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding: 10px;
	font-size: 24px;
	opacity: 0;
}

.ftpro_photo_thumb .thickbox .thickbox-overlay:hover,
.ftpro_photo_thumb .js-smartPhoto .js-smartPhoto-overlay:hover {
	opacity: 1;
}

.ftpro_photo_thumb .thickbox .thickbox-overlay:hover span,
.ftpro_photo_thumb .js-smartPhoto .js-smartPhoto-overlay:hover span {
	top: 50%;
	opacity: 1;
}

.ftpro_photo_thumb .thickbox .thickbox-overlay span:hover,
.ftpro_photo_thumb .js-smartPhoto .js-smartPhoto-overlay span:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.smartphoto {
	z-index: 9999 !important;
}

.admin-bar .smartphoto,
.admin-bar .smartphoto .smartphoto-header {
	top: 30px;
}

#ftpro_enties_all .ftpro_photo_thumb a.crop {
	margin-left: auto !important;
	margin-right: auto !important;
}

#ftp_entry .ftpro_photo_thumb a.crop {
	margin: 0;
}

.ftpro_photo_thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.ftpro_photo_thumb.hover img:hover {
	/*opacity: .7;*/
}

.ftpro_photo_thumb a.thickbox img:hover {
	/*opacity: .7;*/
}

div.ftpro_name h3 {
	font-family: var(--ftpro-heading-font);
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}

div.ftpro_date {
	font-family: var(--ftpro-body-font);
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}

#ftpro_enties_all div.ftpro_date {
	margin-bottom: 15px;
}

div.ftpro_link {
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}

/********* FTPRO Entry Details ************/

#ftp_entry {
	font-family: var(--ftpro-body-font);
	font-size: 18px;
	margin-top: 20px;
	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
}

#ftp_entry h1 {
	font-size: 28px;
	line-height: 1.5;
}

#ftp_entry .section.header {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#ftp_entry .section.sub_header {
	margin-bottom: 8px;
}


#ftp_entry .ftpro_date {
	text-align: left;
}

#ftp_entry .section.header h1 {
	font-family: var(--ftpro-heading-font);
	font-weight: bold;
	color: inherit;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}

#ftp_entry .section.header .ftpro_date {
	margin-bottom: 10px;
	text-align: left;
}

#ftp_entry .col.detail_label {
	font-size: 16px;
	font-weight: bold;
	color: #656565;
	padding: 0;
}

#ftp_entry .col.detail_item {
	font-size: 16px;
	color: #656565;
	padding: 0;
	padding-bottom: 10px;
}

#ftp_entry .col.detail_item.notes {
	padding-right: 20px;
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-word;
}

.ftpro_donation_form fieldset legend {
	font-family: var(--ftpro-heading-font);
	font-size: 20px;
	padding: 10px 10px 10px 4px;
}

@media only screen and (max-width: 775px) {
	.ftpro_donation_form fieldset legend {
		font-size: .85em;
		padding: 5px 5px 5px 0;
	}
}

/* Style the tab */
.ftpro_tab {
	/* overflow: hidden; */
	margin-top: 50px;
	margin-bottom: 15px;
	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: var(--ftpro-main-color);
	text-align: center;
	height: 120px;
}

.ftpro_tab.mobile {
	display: none;
}

.ftpro_tab_container {
	width: auto;
	padding: 10px;
	margin: 0;
	display: inline-block;
	position: relative;
}

.ftpro_tab_container.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	z-index: 1;
	height: 0;
	width: 0;
	border-bottom: solid 7px #fff;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
}

/* Style the buttons inside the tab */
.ftpro_tab button {
	font-family: var(--ftpro-button-font);
	text-transform: none;
	width: 125px;
	height: 100px;
	font-size: 14px;
	background: none;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	transition: 0.3s;
	color: var(--ftpro-text-over-main-color);
	padding: 10px;
	border-radius: 5px;
	float: left;
	border: none;
}

.ftpro_tab button:focus {
	outline: none;
}

/* Change background color of buttons on hover */
.ftpro_tab button:hover {
	background: none;
	background-color: rgba(255, 255, 255, .125);
}

/* Create an active/current tablink class */
.ftpro_tab button.active {
	background-color: rgba(255, 255, 255, .125);
}

.ftpro_tab button.active span {
	color: var(--ftpro-text-over-main-color);
}

.ftpro_tab button span {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 775px) {
	.ftpro_tab.mobile {
		display: flex;
		justify-content: space-evenly;
	}

	.ftpro_tab {
		display: none;
	}

	.ftpro_tab button {
		padding: 5px 10px;
		font-size: 10px;
		min-height: 50px;
		width: auto;
	}
}

@media only screen and (max-width: 510px) {
	.ftpro_tab {
		height: auto;
		margin-top: 0;
	}

	.ftpro_tab_container {
		width: 75px;
	}

	.ftpro_tab.mobile .ftpro_tab_container {
		width: auto;
		padding: 5px;
	}

	.ftpro_tab button {
		width: 60px;
		height: 75px;
		font-size: 11px;
		line-height: 11px;
		padding: 3px;
	}

	.ftpro_tab.mobile button {
		width: auto
	}

	.ftpro_tab button span {
		font-size: 38px;
		margin-bottom: 1px;
	}

	.ftpro_tab_container.active:after {
		display: none;
	}
}

/* Style the tab content */
.tabcontent {
	display: none;
	border-top: none;
	padding: 0 0 20px;

	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
	color: #2a2b2d;
}

.col.span_5_of_12.pofile_img a.crop {
	margin-right: 0;
	margin-left: 0;
}

@media only screen and (max-width: 915px) {

	#ftp_entry .ftpro_photo_thumb a.crop,
	div.donation_bar_wrap {
		max-width: 270px;
	}
}

/* Single Column Mobile Break Point */
@media only screen and (max-width: 775px) {

	#ftp_entry .ftpro_photo_thumb,
	div.donation_bar_wrap {
		width: 275px;
		margin-left: auto;
		margin-right: auto;
	}

	.section.group.header,
	.section.group.header .ftpro_date {
		text-align: center !important;
	}

	.col.span_5_of_12.pofile_img {
		width: 100%;
		text-align: center;
	}

	.col.span_5_of_12.pofile_img a.crop {
		margin-right: auto;
		margin-left: auto;
	}

	.col.span_7_of_12.profile_detail {
		width: 100%;
	}

	.pofile_img .crop,
	.pofile_img .crop img,
	.pofile_img .ftpro-btn-wrap {
		margin-right: auto;
		margin-left: auto;
		float: none;
		text-align: center;
	}

	.col.span_1_of_2.guestbook_inner {
		width: 50%;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

.ftp-alert {
	position: relative;
	padding: 12px;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	padding-right: 4rem;
	font-size: 14px;
}

.ftp-alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.ftp-alert .close {
	float: right;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	color: inherit;
	cursor: pointer;
}

.ftp-alert .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	background: none;
}

/********* FTPRO Accordion ************/
h3.ftpro_accordion_toggle,
h3.ftpro_accordion_toggle:not([class*="fontsize-"]) {
	cursor: pointer;
	border: solid 1px silver;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 18px !important;
	margin-left: 10px;
	font-family: var(--ftpro-heading-font);
	font-size: 20px;
}

.ftpro_accordion_toggle span {
	float: right;
	font-size: 30px;
	line-height: 27px;
}

.ftpro_accordion_toggle:hover,
.ftpro_accordion_toggle.active {
	background-color: var(--ftpro-main-color);
	color: var(--ftpro-text-over-main-color);
	border-color: transparent !important;
}

.ftpro_accordion_toggle.active .ftproicon-arrow-down {
	transform: rotate(180deg);
}

.ftpro_accordion_content {
	display: none;
	margin-bottom: 30px;
	margin-left: 30px;
}

.ftpro_accordion_content.default {
	display: block;
}

@media only screen and (max-width: 775px) {
	h3.ftpro_accordion_toggle {
		margin-left: 0 !important;
	}

	.ftpro_accordion_content {
		margin-left: 20px;
	}
}

/********* FTPRO Donation Status Bar ************/

.donation_bar_wrap {
	max-width: 330px;
}

.donation_bar {
	font-size: 12px;
	float: left;
	width: 100%;
	margin-bottom: 7px;
}

.donation_bar span.bar_right {
	float: right;
}

.ftproProgress {
	width: 100%;
	margin-bottom: 20px;
}

.ftproProgressOuter {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #eee;
	border-radius: 9px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.ftproProgressInner {
	height: 18px;
	border-radius: 9px;
	display: block;
	float: left;
	width: 0%;
	background: var(--ftpro-main-color);
	box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
	transition: width 0.8s ease-in-out;
}

.ftproProgress-active {
	background-image: linear-gradient(-45deg,
			rgba(255, 255, 255, .125) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, .125) 50%,
			rgba(255, 255, 255, .125) 75%,
			transparent 75%,
			transparent);
	background-size: 35px 35px;
}

.ftproProgress-active {
	-webkit-animation-name: example;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 3s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-timing-function: linear;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite;
	/* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 35px 35px;
	}
}

/* Standard syntax */
@keyframes example {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 35px 35px;
	}
}

/********* FTPRO Guestbook Form ************/

.guestbook_type_tabs {
	clear: both;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 0;
	margin-top: -5px;
}

.guestbook_type_tabs label {
	font-family: var(--ftpro-button-font);
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	border-bottom: none;
	margin: 0;
	margin-bottom: -1px;
	padding: 5px;
	display: block;
	height: 38px;
	width: 100px;
	box-sizing: border-box;
	float: left;
	text-align: center;
}

.guestbook_type_tabs label.active {
	color: var(--ftpro-main-color);
	border-bottom: solid 2px var(--ftpro-main-color);
}

input.guestbook_type {
	display: none;
}

#ftpro_notice_wrapper .notice {
	border-left: 3px solid;
	padding-left: 10px;
}

#ftpro_notice_wrapper .notice.notice-success {
	border-color: #00da00;
}

#ftpro_notice_wrapper .notice.notice-warning {
	border-color: orange;
}

#ftpro_notice_wrapper .notice.notice-error {
	border-color: red;
}

@media only screen and (max-width: 775px) {

	.guestbook_type_tabs label {
		padding: 6px 7px;
		font-size: 12px;
		width: 33.3%;
	}
}

.gb_form_box {
	margin: 0;
	padding-top: 15px;
}

#guestbook-form {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 1px;
}

#guestbook-form .col {
	padding: 5px;
	box-sizing: border-box;
}

#guestbook-form input,
#guestbook-form textarea {
	font-family: var(--ftpro-form-font);
	width: 100%;
	min-height: 50px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}

#guestbook-form textarea {
	min-height: 150px;
}

input#guestbook_image {
	border: none;
}

#guestbook-form #recaptcha_badge {
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

#guestbook-form .recaptcha p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: gray;
	font-weight: 100;
}

#guestbook-form #guestbook_surname {
	display: contents;
	width: 0;
	height: 0;
	opacity: 0;
}

#Guestbook input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Guestbook input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Guestbook input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Guestbook input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Guestbook textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Guestbook textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Guestbook textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Guestbook textarea:-moz-placeholder {
	/* Firefox 18- */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

/********* FTPRO Guestbook ************/
.ftpro_guestbook {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
}

.ftpro_guestbook .left {
	margin: 15px 0;
	font-size: 12px;
}

.col.span_1_of_2.guestbook_inner {
	min-width: 100px;
	margin-bottom: 15px;
}

.ftpro_guestbook .right {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #eaeaea;
	font-size: 14px;
}

.ftpro_guestbook .right .gb_inner {
	padding: 30px;
	padding-bottom: 0;
}

.ftpro_guestbook .right .gb_inner .gb_actions {
	padding: 15px 20px;
	margin: 0 -30px;
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
	text-align: left;
}

.ftpro_guestbook .right .gb_inner .gb_actions button {
	border: solid 1px silver;
	background-color: transparent;
	color: #333;
	text-transform: none;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: solid 1px silver;
	width: auto;
	min-height: initial;
	float: none;
	display: inline;
	margin-right: 10px;
	margin-bottom: 0;
}

.ftpro_guestbook .right .gb_inner .gb_actions .ftpro_btn:hover .ftpro-heart-icon {
	color: #fe3333;
}

.ftpro_guestbook .right .gb_inner .gb_actions button span {
	font-size: initial;
	position: initial;
	top: initial;
	margin: initial;
	line-height: inherit;
	vertical-align: baseline;
	position: relative;
	font-size: 20px;
	height: 28px;
	line-height: 30px;
	vertical-align: middle;
}

.ftpro_guestbook .gb_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ftpro_guestbook .gb_image_caption {
	margin-top: 20px;
}

#Guestbook h3.gb_no_entries {
	font-family: var(--ftpro-button-font);
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gb-report-modal-wrapper.visible {
	display: block;
}

.gb-report-modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 100;
}

.gb-report-modal {
	background: #fff;
	border: 1px solid #eaeaea;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	z-index: 200;
	width: 600px;
	box-sizing: border-box;
	border-radius: 4px;
}

@media only screen and (max-width: 640px) {
	.gb-report-modal {
		width: fit-content;
		min-width: 240px;
	}
}

.gb-report-modal .gb-report-close-modal {
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 25px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #a8a8a8;
}

.gb-report-modal .gb-report-close-modal:hover {
	color: #000;
}

.gb-report-modal .gb-report-close-modal .dashicons {
	font-size: 26px;
}

.gb-report-modal .response.visible {
	display: block;
}

.gb-report-modal .response .response-content {
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
}

.gb-report-modal .response {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 15px;
	text-align: center;
}

.gb-report-choices {
	margin: 15px 0;
}

.gb-report-choices input {
	margin-right: 10px;
}

.gb-report-choices label {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.07;
	letter-spacing: normal;
	color: #444444;
	display: block;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	padding-left: 15px;
}

.gb-report-choices label:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: solid 1px #d1d1d1;
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 4px;
}

.gb-report-choices input:checked+span {
	opacity: 1;
}

.gb-report-choices label span {
	opacity: 0;
	content: "";
	display: block;
	background-color: #98cd91;
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	left: 3px;
	top: 7px;
}

.gb-report-choices label input {
	visibility: hidden;
}

.gb-report-title-icon span {
	font-size: 58px;
	width: 73px;
	height: 73px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
	color: #66cb66;
	margin-bottom: 15px;
}

.gb-report-title-icon span:before {
	vertical-align: baseline;
	line-height: 73px;
}

.gb-report-modal .gb-report-title {
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.84;
	letter-spacing: normal;
	color: #444444;
}

.gb-report-modal .gb-report-title.success {
	color: #66cb66;
}

.gb-report-modal .gb-report-subtitle {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.07;
	letter-spacing: normal;
	color: #444444;
}

.gb-report-modal .gb-report-notice {
	font-size: 13px;
	line-height: 1.62;
	color: #999999;
}

.gb-report-modal button,
.gb-report-modal button:hover {
	float: right;
	border: solid 1px silver;
	background-color: transparent;
	color: #333;
	text-transform: none;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: solid 1px silver;
	width: auto;
	min-height: initial;
	display: inline;
	margin-bottom: 0;
}

/********* FTPRO Search Box ************/

.ftpro_search {
	position: relative;
	color: #797979;
	margin-bottom: 30px;
	margin-top: 10px;
	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	box-sizing: border-box;
}

.ftpro_search input {
	font-family: var(--ftpro-form-font);
	font-size: 20px;
	width: 100%;
	height: 60px;
	border: 1px solid #c0c0c0;
	border-radius: 0;
	text-indent: 52px;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: 15px center;
	outline: 0;
	background-size: 30px;
}

.ftpro_search input:focus {
	/* You can also use .element.text:focus here */
	border-color: #797979;
	outline: 0;
}

.ftpro_search .fa-search {
	position: absolute;
	top: 17px;
	left: 17px;
}

.ftpro_search input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

.ftpro_search input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

.ftpro_search input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

.ftpro_search input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

h3.search_results {
	font-family: var(--ftpro-heading-font);
	padding: 5px;
	color: var(--ftpro-main-color);
}

/********* FTPRO Thickbox / Lightbox ************/

#TB_caption {
	height: 50px !important;
	padding: 15px !important;
}

span.tb-close-icon {
	display: none;
}

/********* FTPRO Buttons ************/

.ftpro-btn-wrap {
	display: block;
}

button.ftpro_btn,
button.ftpro_btn[type="submit"],
a.ftpro_btn {
	font-family: var(--ftpro-button-font);
	font-size: 14px;
	font-weight: normal;
	background: none;
	display: block;
	float: left;
	background-color: var(--ftpro-main-color);
	margin-bottom: 5px;
	text-align: center;
	border: none;
	color: var(--ftpro-text-over-main-color);
	text-transform: uppercase;
	padding: 7px;
	min-height: 36px;
	border-radius: 0;
	width: 100%;
	outline: none;

	transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

div.wpforms-container-full .wpforms-form button[type=submit],
#comments input[type="submit"],
button.ftpro_btn[type="submit"] {
	color: #ffffff !important;
	background-color: #38a1e2 !important;
	border-color: #38a1e2 !important;
	font-size: 13px !important;
	padding: 8px 30px 8px 30px !important;
	font-weight: 400 !important;
	max-width: 195px;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

button.ftpro_btn:hover,
a.ftpro_btn:hover {
	background: none;
	background-color: var(--ftpro-main-color);
	color: var(--ftpro-text-over-main-color);
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover,
#comments input[type="submit"]:hover {
	background-color: #2b94d5 !important;
	border-color: #2b94d5 !important;
}

button.ftpro_btn.normal {
	max-width: 300px;
	width: auto;
	min-height: 50px;
	padding: 7px 20px;
	box-sizing: border-box;
}

button.ftpro_btn.normal:hover {
	opacity: 0.85;
}

button.ftpro_btn.btn-share {
	border: solid 1px silver;
	background-color: transparent;
	color: #333;
	border-radius: 5px;
	float: right;
	padding: 7px 20px;
	min-height: 42px;
}

@media only screen and (max-width: 510px) {
	button.ftpro_btn.normal {
		max-width: none;
		width: 100%;
	}
}

button.ftpro_btn span {
	margin-right: 6px;
	font-size: 22px;
	position: relative;
	top: 4px;
}

button.ftpro_btn.directions {
	max-width: 160px;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
}

button.ftpro_btn.directions:hover {
	opacity: 0.85;
}

/* Donate Values */
button.ftpro_btn.donate {
	background-color: transparent;
	color: var(--ftpro-main-color);
	border: solid 1px var(--ftpro-main-color);
}

button.ftpro_btn.donate:hover,
button.ftpro_btn.donate.active {
	background: none;
	background-color: var(--ftpro-main-color);
	border: solid 1px var(--ftpro-main-color);
	color: var(--ftpro-text-over-main-color);
}

/********* FTPRO Top Buttons ************/

.section.group.top_btn_wrap {
	display: flex;
	justify-content: center;
}

.col.top_btns {
	padding-left: 10px;
	box-sizing: border-box;
}

.col.top_btns .ftproicon {
	margin: 0 auto !important;
	margin-bottom: 8px !important;
}

.col.top_btns::after {
	display: block;
	position: relative;
	left: 100%;
	top: 26px;
	width: 1px;
	height: 23px;
	background-color: #B0B4BC;
	content: '';
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask: url(../images/icons/separationdots.svg) no-repeat 50% 50%;
	mask: url(../images/icons/separationdots.svg) no-repeat 50% 50%;
	transform: translateX(5px);
}

.col.top_btns:last-child::after {
	display: none;
}

.top_btns button.ftpro_btn,
.top_btns a.ftpro_btn {
	background-color: transparent;
	color: #333;
	text-transform: none;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 0;
	min-height: 48px;
	line-height: 2;
}

.top_btns a.ftpro_btn span {
	vertical-align: text-top;
}

.top_btns button.ftpro_btn:hover,
.top_btns a.ftpro_btn:hover {
	color: var(--ftpro-main-color) !important;
	border-color: var(--ftpro-main-color);
}

.top_btns button.ftpro_btn:focus,
.top_btns a.ftpro_btn:focus {
	outline-color: var(--ftpro-main-color);
}

.top_btns button.ftpro_btn:hover .ftproicon,
.top_btns a.ftpro_btn:hover .ftproicon {
	background-color: var(--ftpro-main-color);
}

.ftpro_tab .ftproicon {
	margin: 0 auto !important;
	margin-bottom: 8px !important;
	background-color: #fff;
}

@media only screen and (max-width: 775px) {
	.col.top_btns {
		padding-left: 0;
		padding: 5px;
	}

	.col.top_btns.print {
		display: none;
	}

	.col.span_1_of_3.top_btns {
		width: 100%;
		float: left;
	}

	/* Adjust 2 col to 1 col for hidden print */
	.col.span_1_of_2.top_btns {
		width: 100%;
	}

	.ftpro-btn-wrap {
		display: block;
	}

	.profile_detail .ftpro-btn-wrap {
		display: none;
	}

	.section.group.top_btn_wrap {
		margin-bottom: 1em;
	}

	.section.group.top_btn_wrap .top_btns .ftpro_btn {
		padding: 0;
	}

	.col.top_btns::after {
		top: 16px;
	}
}

@media only screen and (min-width: 775px) {
	.ftpro-btn-wrap {
		display: none;
	}

	.profile_detail .ftpro-btn-wrap {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.col.top_btns.span_1_of_4 {
		width: 24.9%;
	}

	.top_btns button.ftpro_btn,
	.top_btns a.ftpro_btn {
		font-size: 12px;
		line-height: 1.2;
	}
}

/********* FTPRO Share Buttons ************/

.ftpro-modal-share-holder,
.ftpro-modal-print-holder {
	position: relative;
	float: right;
	margin-left: 10px;
	vertical-align: middle;
}

.ftpro-modal-share-wrapper {
	display: none;
	position: absolute;
	box-sizing: border-box;
	background: #ffffff;
	padding: 10px;
	top: 52px;
	min-width: 250px;
	right: 0;
	border-radius: 5px;
	z-index: 999;
	-webkit-box-shadow: 1px -2px 13px 0px rgba(30, 27, 28, 0.11);
	-moz-box-shadow: 1px -2px 13px 0px rgba(30, 27, 28, 0.11);
	box-shadow: 1px -2px 13px 0px rgba(30, 27, 28, 0.11);
}

.ftpro-modal-share-wrapper.visible {
	display: block;
}

.ftpro-modal-share-wrapper .close {
	display: none;
}

.ftpro-modal-share-heading {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #333333;
	text-align: left;
}

.ftpro-modal-share-buttons {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0 !important;
}

.ftpro-modal-share-buttons li {
	display: inline-block;
	font-size: 12px;
	text-align: center;
}

.ftpro-modal-share-buttons li a {
	color: initial;
	font-size: 12px;
}

.ftpro-modal-share-buttons li .icon {
	display: block;
	height: 45px;
	width: 45px;
	opacity: 1;
	border-radius: 50%;
	overflow: hidden;
	background-size: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
}

.ftpro-modal-share-link {
	padding: 15px 0 5px 0;
}

.ftpro-modal-share-link:after {
	content: "";
	display: block;
	clear: both;
}

.ftpro-modal-share-input-wrapper {
	position: relative;
}

.ftpro-modal-share-input-wrapper input[type="text"] {
	width: 100%;
	margin-bottom: 15px;
	padding: 8px 15px 8px 40px;
	font-size: 0.8em;
	border: solid 1px #e1e1e1;
	border-radius: 4px;
}

.ftpro-modal-share-input-icon {
	position: absolute;
	line-height: 37px;
	left: 10px;
	opacity: 0.8px;
	color: #aaaaaa;
}

.ftpro-modal-share-holder button.normal,
.ftpro-modal-print-holder button.normal {
	border: 0;
	background-color: #F7F7F7;
	color: #333;
	border-radius: 20px;
	display: block;
	float: right;
	text-transform: initial;
	font-weight: 700;
	padding: 10px 10px;
	min-height: 0px;
	font-size: 12px;
	font-weight: 100;
}

.ftpro-modal-share-holder button.normal span,
.ftpro-modal-print-holder button.normal span {
	font-size: 18px;
	vertical-align: middle;
	margin: 0;
	display: contents;
}

.ftpro-modal-share-buttons li.facebook .icon {
	background-image: url(../images/share/facebook.svg);
	background-color: #0da9f9;
}

.ftpro-modal-share-buttons li.twitter .icon {
	background-image: url(../images/share/twitter.svg);
	background-color: #32b4f8;
}

.ftpro-modal-share-buttons li.linkedin .icon {
	background-image: url(../images/share/linkedin.svg);
	background-color: #0076a3;
}

.ftpro-modal-share-buttons li.email .icon {
	background-image: url(../images/share/email.svg);
	background-color: #bc8cbe;
	background-size: 60%;
}

.svg-icon-share,
button.ftpro_btn span.svg-icon-share {
	background-image: url(../images/share/sharearrow.svg);
	background-color: transparent;
	background-size: cover;
	width: 18px;
	height: 18px;
	display: inline-block;
	top: 0;
}

ul.ftpro-share-buttons {
	list-style: none;
	padding: 0;
	margin-top: 10px;
}

ul.ftpro-share-buttons li {
	display: block;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

ul.ftpro-share-buttons li.share_label {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul.ftpro-share-buttons li a {
	display: block;
	height: 22px;
	width: 22px;
	opacity: 0.5;
	background-size: cover;
}

ul.ftpro-share-buttons li a:hover {
	opacity: 1;
}

ul.ftpro-share-buttons li.facebook a {
	background-image: url(../images/social/Facebook.png);
}

ul.ftpro-share-buttons li.twitter a {
	background-image: url(../images/social/Twitter.png);
}

ul.ftpro-share-buttons li.googleplus a {
	background-image: url(../images/social/Google+.png);
}

ul.ftpro-share-buttons li.linkedin a {
	background-image: url(../images/social/LinkedIn.png);
}

ul.ftpro-share-buttons li.instagram a {
	background-image: url(../images/social/Instagram.png);
}

ul.ftpro-share-buttons li.email a {
	background-image: url(../images/social/Email.png);
}

ul.ftpro-share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@media only screen and (max-width: 775px) {

	.col.social,
	.col.name {
		min-height: 23px;
		margin-top: 0px !important;
		text-align: right;
	}

	.col.social {
		width: 20%;
	}

	.col.name {
		width: 80%;
		text-align: left;
	}

	ul.ftpro-share-buttons {
		width: 210px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		padding: 0 !important;
	}

	.ftpro-modal-share-holder,
	.ftpro-modal-print-holder {
		/* width: 100%; */
		display: inline-block;
		float: unset;
		margin: 0 5px;
	}

	.ftpro-modal-share-holder button.normal,
	.ftpro-modal-print-holder button.normal {
		float: none;
		margin: 0;
		width: auto;
	}

	.ftpro-modal-share-wrapper {
		left: 0;
		width: 288px;
		margin: 0 auto;
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		padding: 18px;
	}

	.ftpro-modal-share-wrapper .close {
		display: block;
		position: absolute;
		right: 5px;
		top: 5px;
	}
}

@media only screen and (max-width: 510px) {
	.col.social {
		width: 36%;
	}

	.col.name {
		width: 64%;
		text-align: left;
	}
}

/********* FTPRO Donation Form ************/

.ftpro_donation_form {
	padding: 15px;
	margin: 0;
	background-color: #ffffff;
}

#donation-form .col {
	padding: 5px;
	box-sizing: border-box;
}

#donation-form input,
#donation-form textarea {
	font-family: var(--ftpro-form-font);
	width: 100%;
	min-height: 50px;
	padding: 10px;
	margin: 0;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	border-radius: 0 !important;
	box-shadow: none;
}

#donation-form textarea {
	min-height: 100px;
}

#donation-form .donation-custom-amount-wrapper {
	display: inline-block;
	position: relative;
}

#donation-form #donation-custom-amount {
	margin: 3px;
	width: auto;
	padding-left: 28px;
	display: inline-block;
}

#donation-form #donation-custom-amount.active {
	border: solid 1px var(--ftpro-main-color);
}

#donation-form .donation-custom-amount-currency {
	position: absolute;
	top: 15px;
	left: 16px;
}

#donation-form #donation-custom-amount-tooltip {
	display: inline-block;
	position: relative;
}

#donation-form #donation-custom-amount-tooltip span {
	color: #aaa;
    vertical-align: sub;
}

#donation-form #donation-custom-amount-tooltip .tooltip-wrap {
	position: absolute;
    top: -50px;
    left: -73px;
    background-color: #666;
    padding: 10px 10px 10px 5px;
    color: #fff;
    border-radius: 9px;
    width: 162px;
    text-align: center;
    font-size: 13px;
	display: none;
	white-space: break-spaces;
}

#donation-form #donation-custom-amount-tooltip .tooltip-wrap.active {
	display: block;
}

#donation-form #donation-custom-amount-tooltip .tooltip-wrap::before {
	content: "";
	background-color: #666;
	width: 10px;
	height: 10px;
	position: relative;
	bottom: -20px;
	left: 62px;
	display: inline-block;
	transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
	.ftpro_donation_form {
		padding: 0;
	}
}

/* Donation Amount Buttons */

#donation-form .btn-group {
	width: 100%;
}

#donation-form .choose-pricing .selectvalue {
	float: left;
	margin: 3px;
	height: 50px;
	width: 75px;
	border-radius: 0;
	padding: 0 !important;
	line-height: 1;
	position: relative;
	padding-left: 28px !important;
	line-height: 1px;
}

#donation-form .choose-pricing .selectvalue::before {
	content: '$';
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

#donation-form .choose-pricing .donation-amount {
	float: left;
	max-width: 175px;
	height: 50px;
	padding: 10px;
	margin: 3px;
}

#donation-form #donate-btn {
	margin: 0;
}

#donation-form .money-donate {
	background-color: #f5f5f5;
	width: 100%;
	float: left;
	margin: 20px 3px 0;
	padding: 20px 5px;
	text-align: center;
}

#donation-form #displayAmount {
	font-size: 50px;
	font-family: var(--ftpro-heading-font);
	font-weight: bold;
}

#donation-form .select-wrap {
	width: 100%;
	overflow: hidden;
	background: #ffffff url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
}

#donation-form .select-wrap select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent !important;
	background-image: none;
	-webkit-appearance: none;
	width: 100%;
	min-height: 50px;
	padding: 10px;
	margin: 0;
	border: 1px solid #e1e1e1;
	border-radius: 0 !important;
	box-shadow: none;
}

#donation-form .select-wrap select:focus {
	outline: none;
}

#donation-form .creditCardNumber {
	font-size: 20px;
	background-image: none;
	background-size: 45px 31px;
	background-position: 97% center;
	background-repeat: no-repeat;
	padding: 5px 59px 5px 5px;
}

#creditCardImage {
	right: 8px;
	top: 8px;
	display: none;
}

#Donations input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Donations input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Donations input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Donations input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Donations textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Donations textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Donations textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

#Donations textarea:-moz-placeholder {
	/* Firefox 18- */
	color: var(--ftpro-form-placeholder-color);
	font-family: var(--ftpro-form-font);
}

.ftpro-donation-loader {
	width: 16px;
	vertical-align: sub;
}

#donation-form fieldset {
	border: 0;
	padding: .35em 0 .625em;
}

/* STYLE RESETS */

#ftp_entry h3,
#ftpro_enties_all h3 {
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
}

/* FTPro Reports */

#ftpro_report .section.group {
	max-width: var(--ftpro-max-width);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 20px;
	border-bottom: 1px solid silver;
}

#ftpro_report img {
	width: 150px;
}

#ftpro_report h3 {
	margin-bottom: 0;
	border-bottom: 1px solid silver;
	margin-bottom: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	max-width: 600px;
}

#ftpro_report .line-item.dates {
	margin-bottom: 10px;
	font-size: 15px;
}

#ftpro_report .line-item {
	font-size: 13px;
}

#ftpro_report .line-item span {
	color: #000000;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 0px;
}

.ftpro_guestbook .right {
	border: 1px solid #dcdcdc;
}

.ftpro_guestbook .right .gb_inner .gb_actions {
	border-top: 1px solid #dcdcdc;
}

.ftpro_guestbook .right .gb_inner .gb_actions button {
	margin-right: 17px;
	padding: 0 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #444444;
}

.ftpro_guestbook .right .gb_inner .gb_actions .ftpro-gb-liked {
	color: #fe3333;
}

.ftpro_guestbook .right .gb_inner .gb_actions button span.ftpro-heart-icon {
	font-size: 20px;
	height: 28px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.ftpro_guestbook .right .gb_inner .gb_actions button span.likes-count {
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #444444;
}

.ftpro_guestbook .right .gb_inner .gb_actions button.ftpro-gb-report {
	padding: 0 20px;
	position: relative;
	line-height: 30px;
}

.ftpro_guestbook .right .gb_inner .gb_actions button.ftpro-gb-report:hover span {
	opacity: 0.9;
}

.gb-report-modal {
	padding: 30px 40px;
}

.gb-report-modal .gb-report-title,
.gb-report-modal .gb-report-subtitle {
	color: #444444;
}

.gb-report-choices label {
	color: #000;
}

.gb-report-modal .gb-report-notice {
	color: #999;
	font-size: 13px;
}

.gb-report-modal button,
.gb-report-modal button:hover {
	background: transparent;
	padding: 2px 30px;
	border: solid 1px #dcdcdc;
}

.gb-report-modal button:hover {
	border: solid 1px #000;
}

/** Default theme overides fix */

.guestbook_type_tabs input[type=radio]:checked:before {
	display: none;
}

.guestbook_type_tabs input.guestbook_type {
	display: none;
}

.gb_form_box .comment {
	margin-top: 0px;
}

.print-btn__wrapper {
	position: relative;
}

.ftpro_dropdown_wrapper {
	position: absolute;
	right: 0;
	top: 120px;
	display: none;
	width: 80vw;
	max-width: calc(var(--ftpro-max-width) - 200px);
	z-index: 5;
}

.print-btn__wrapper .print-btn__dropdown {
	position: relative;
	background: #fff;
	list-style: none !important;
	display: none;
	padding: 0px 0px 0px 30px;
}

.ftpro_dropdown_wrapper .ftpro_dropdown {
	background: #fff;
	/* width: 80vw;
	max-width: calc(var(--ftpro-max-width) - 200px); */
	padding: 15px 20px !important;
	list-style: none !important;
	border-radius: 5px;
	z-index: 1000;
	-webkit-box-shadow: 1px -2px 13px 0px rgba(30, 27, 28, 0.11);
	-moz-box-shadow: 1px -2px 13px 0px rgba(30, 27, 28, 0.11);
	box-shadow: 1px -2px 13px 0px rgba(30, 27, 28, 0.11);
}

.print-btn__wrapper .print-btn__dropdown li:first-child,
.ftpro_dropdown_wrapper .ftpro_dropdown li:first-child {
	margin-bottom: 5px;
}

.print-btn__wrapper .print-btn__dropdown li a:hover,
.ftpro_dropdown_wrapper .ftpro_dropdown li a:hover {
	text-decoration: none !important;
}

.print-btn__wrapper .print-btn__dropdown li a span,
.ftpro_dropdown_wrapper .ftpro_dropdown li a span {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.print-btn__wrapper .print-btn__dropdown li a:hover span,
.ftpro_dropdown_wrapper .ftpro_dropdown li a:hover span {
	color: #46b0e9;
}

.print-btn__dropdown.show,
.ftpro_dropdown_wrapper.show {
	display: block;
}

@media only screen and (max-width: 510px) {
	.ftpro_dropdown_wrapper {
		top: 80px
	}
}

.ftpro_tab .ftpro_dropdown .ftproicon {
	background-color: #000;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.ftpro_tab .ftpro_dropdown span {
	margin: 0 20px 0 5px !important;
}

.ftpro_tab .ftpro_dropdown span.ftproicon-print {
	margin: 0 20px 0 0px !important;
}

.ftpro_tab .ftpro_dropdown li {
	text-align: left;
}

.ftpro_tab .ftpro_dropdown li a {
	display: block;
	text-decoration: none !important;
}

.ftpro_tab .ftpro_dropdown a.active .ftproicon,
.ftpro_tab .ftpro_dropdown a:hover .ftproicon {
	background-color: var(--ftpro-main-color);
}

.guestbook_type_tabs label {
	cursor: pointer;
}

#ftpro_load_more {
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	border-color: #e1e1e1;
	background-color: #ffffff;
	color: #000000;
}

.ftpro_dropdown .ftproicon-print {
	height: 32px;
	vertical-align: middle;
}

.ftpro_dropdown .ftproicon-print:before {
	font-size: 24px;
	vertical-align: middle;
}

.print-btn__wrapper .print-btn__dropdown {
	padding: 0px 0px 0px 70px !important;
	margin: 0;
}