/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Add class .sticky-element to make an element sticky on scroll for computers and tablets only **/
.sticky-element {
	position: -webkit-sticky !important;
	top: 200px !important;
	Position: sticky !important;
}
body {
	/* MT [ sub: 1 ] */
	overflow-x: visible !important;
}

/** General >> Underline links in paragraphs (Remove paragraph underline with class .no-underline) **/
p a {
	text-decoration: underline !important;
	-webkit-transition: All 0.3s !important;
	transition: All 0.3s !important;
}
.no-underline a {
	text-decoration: none !important;
}

/** General >> Social Icons - Add hover transition **/
.pp-social-icon .ua-icon {
	-webkit-transition: All 0.3s !important;
	transition: All 0.3s !important;
}
.fl-icon i:before {
	-webkit-transition: All 0.3s !important;
	transition: All 0.3s !important;
}

/** General >> Social Icons (Contact Page) - Add hover transition **/
.fa {
	-webkit-transition: All 0.3s !important;
	transition: All 0.3s !important;
}

/** General >> Login Page - Set max-with for login column **/
.fl-col-group .max-width-login {
	max-width: 650px !important;
}

/** General >> Add transition to buttons with these class names **/
.btn, 
.button, 
.uabb-lf-submit-button, 
.pp-login-form--button, 
.uabb-lf-submit-button {
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
}

/** General >> Increase z-index with class .increase-zindex **/
.increase-zindex {
	z-index: 10 !important;
}

/** General >> Homepage - Ratings Grid - Set max height **/
.ratings-logo-grid .logo-image {
	max-Width: 150px !important;
}

/** General >> Set font-weight for bolded text **/
p strong {
	font-weight: 900 !important;
}

/** General >> Make buttons full width on mobile with .full-width-button **/
.full-width-button .pp-button {
	
}

/** General >> Homepage - Adjust color of clip on animated title **/
.pp-custom-headline-styles .pp-headline-animation-type-clip .pp-headline-dynamic-wrapper::after {
	background-color: #ffffff !important;
}

/** General >> Align buttons with .equal-height-buttons **/
.equal-height-buttons {
	-webkit-align-content: flex-end !important;
	align-content: flex-end !important;
	display: grid !important;
	-webkit-flex: 1 0 !important;
	flex: 1 0 !important;
}

/** General >> Blog Posts - Set font size for headings **/
.blog-post-styling h1 {
	font-size: 38px !important;
}
.blog-post-styling h2 {
	font-size: 28px !important;
}
.blog-post-styling h3 {
	font-size: 24px !important;
}
.blog-post-styling h4 {
	font-size: 20px !important;
}

/** General >> Content Grids - Set max-height to 3 lines and truncate text **/
.pp-content-grid-post-excerpt p {
	display: -webkit-box !important;
	overflow: Hidden !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
}

/** General >> Tables - Remove headers with .hide-headers **/
.hide-headers th {
	display: none !important;
}

/** General >> Tables - Remove borders with .simple-table-styles **/
.simple-table-styles table {
	border-width: medium !important;
	border-style: none !important;
}
.simple-table-styles td {
	border-Bottom: 1px solid #E6E6E6 !important;
}

/** General >> Tables - Remove borders from pricing tables with . pricing-table-styles **/
.pricing-table-styles table {
	border-width: medium !important;
	border-style: none !important;
}
.pricing-table-styles td, 
.pricing-table-styles tr, 
.pricing-table-styles th {
	border: 0px solid #f7f7f7 !important;
}
.pricing-table-styles td:hover, 
.pricing-table-styles tr:hover, 
.pricing-table-styles th:hover {
	background-color: #E91818 !important;
	color: #ffffff !important;
}

/** General >> Credit Card Machines - Style the page and content **/
.credit-card-machine-styles h1 {
	font-size: 35Px !important;
}
.credit-card-machine-styles h2 {
	font-size: 30Px !important;
}
.credit-card-machine-styles h3 {
	font-size: 25Px !important;
}
.ccm-gallery .pp-image-carousel {
	box-shadow: 0 5px 10px rgba(0,0,0,0.1) !important;
	margin-bottom: 20px !important;
	width: 100% !important;
	max-height: 390px !important;
	background-color: #ffffff !important;
}
.ccm-gallery .pp-image-carousel-slideshow:before {
	
}
.ccm-gallery .pp-image-carousel-slideshow:after {
	
}
.swiper-slide-active .pp-carousel-image-container {
	
}
.pp-carousel-image-container:after {
	
}
.ccm-gallery .pp-image-carousel-thumb {
	background-color: #ffffff !important;
	margin-right: 5px !important;
}

/** General >> Article category grid page - Hide bottom border **/
.df-article-category-grid .fl-post-feed-post {
	border-width: medium !important;
	border-style: none !important;
}

/** General >> Tables - Style tables with .pricing-table-styles **/
.pricing-table-styles table {
	box-shadow: 0 5px 40px 0 rgba(0,0,0,0.15) !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	border-collapse: collapse !important;
}
.pricing-table-styles table th:hover {
	background-color: #404040 !important;
}

/** General >> Blog Page - Style search form **/
.df-bp-search-form form {
	border: 2px solid #cccccc !important;
	border-radius: 5px !important;
}
.df-bp-search-form .is-form-style.is-form-style-3 label {
	width: calc(100% - 45px) !important;
}
.df-bp-search-form input.is-search-input {
	border-radius: 5px 0px 0px 5px !important;
	height: 45px !important;
	border: 2px solid rgba(0,0,0,0.0) !important;
}
.df-bp-search-form .is-search-submit {
	height: 45px !important;
	width: 45px !important;
}
.df-bp-search-form .is-search-icon, 
.df-bp-search-form .is-search-icon:hover {
	background-color: rgba(0,0,0,0.0) !important;
	Border: none !important;
}
.df-bp-search-form Button.is-search-submit, 
.df-bp-search-form Button.is-search-submit {
	-webkit-transition: All 0.3s !important;
	transition: All 0.3s !important;
	border-radius: 0 3px 3px 0 !important;
}
.df-bp-search-form Button.is-search-submit:focus, 
.df-bp-search-form Button.is-search-submit:hover {
	background-color: #E91818 !important;
}
.df-bp-search-form .is-search-submit:hover path {
	fill: #ffffff !important;
}

/** General >> Search & Blog Overview Page - Style search form on search page & blog overview **/
.df-sp-search-form form {
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5) !important;
	background-color: #dddddd !important;
	max-width: 600px !important;
	margin: Auto !important;
	border-radius: 5px !important;
}
.df-sp-search-form .is-form-style.is-form-style-3 label {
	width: calc(100% - 50px) !important;
}
.df-sp-search-form input.is-search-input {
	border-radius: 5px 0px 0px 5px !important;
	height: 50px !important;
	border: None !important;
}
.df-sp-search-form .is-search-submit {
	height: 50px !important;
	width: 50px !important;
}
.df-sp-search-form .is-search-icon, 
.df-sp-search-form .is-search-icon:hover {
	background-color: rgba(0,0,0,0.0) !important;
	Border: none !important;
}
.df-sp-search-form Button.is-search-submit, 
.df-sp-search-form Button.is-search-submit {
	-webkit-transition: All 0.3s !important;
	transition: All 0.3s !important;
	border-radius: 0 5px 5px 0 !important;
}
.df-sp-search-form Button.is-search-submit:focus, 
.df-sp-search-form Button.is-search-submit:hover {
	background-color: #E91818 !important;
}
.df-sp-search-form .is-search-submit:hover path {
	fill: #ffffff !important;
}

/** General >> WP Grid Builder - Style search form **/
.wpgb-search-facet {
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5) !important;
	background-color: #ffffff !important;
	max-width: 600px !important;
	margin: Auto !important;
	border-radius: 5px !important;
}
.wpgb-search-facet input {
	border: none !important;
	height: 45px !important;
}

/** General >> WP Grid Builder - Style Dropdown and Reset Facets **/
.wpgb-select {
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5) !important;
	background-color: #ffffff !important;
	max-width: 600px !important;
	height: 45px !important;
	margin: Auto !important;
	border-width: medium !important;
	border-style: none !important;
	border-radius: 5px !important;
}
.wpgb-select input {
	border: none !important;
}
.wpgb-reset {
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5) !important;
}

/** General >> WP Grid Builder - Style Pagination **/
.wpgb-page a {
	color: #000000 !important;
	padding: 3px 14px 3px 14px !important;
	border: 2px solid #EDEDED !important;
}
.wpgb-page a[aria-current] {
	background-color: #EDEDED !important;
}
.wpgb-page a:hover {
	background-color: #EDEDED !important;
}


/*= Header ==================== */

/** Header >> Header - Add shadow below header **/
#sticky-menu {
	box-shadow: 0 5px 15px 0 rgba(5,5,5,0.21) !important;
}

/** Header >> Style Menu CTA button **/
.menu-cta {
	background-color: #E91818 !important;
	border-radius: 2px !important;
	-webkit-transition: All 0.3s !important;
	transition: All 0.3s !important;
}
.menu-cta:hover {
	background-color: #C61913 !important;
	border-radius: 2px !important;
}
.menu-cta span {
	color: #ffffff !important;
}

/** Header >> Rotate Submenu icons on hover **/
.fl-module-pp-advanced-menu .pp-menu-toggle {
	-webkit-transition: All 0.1s !important;
	transition: All 0.1s !important;
}
.fl-module-pp-advanced-menu .pp-has-submenu:hover .pp-menu-toggle {
	transform: rotate(180deg) !important;
	-webkit-transition: All 0.1s !important;
	transition: All 0.1s !important;
}
.fl-module-pp-advanced-menu .sub-menu .pp-has-submenu-container:hover .pp-menu-toggle {
	transform: rotate(0deg) !important;
}
.fl-module-pp-advanced-menu .sub-menu .pp-has-submenu:hover .pp-menu-toggle {
	transform: rotate(0deg) !important;
}

/** Header >> Menu - Fix border radius when hovering submenu items on medium/large devices **/
#menu-main-menu .sub-menu li:first-child:hover a {
	
}

/** Header >> Menu - Make submenu width fit length of text **/
.sub-menu {
	
}


/*= Caldera Forms ============= */

/** Caldera Forms >> Error Validation Styling **/
.has-error [type="text"] {
	background-color: rgb(255, 234, 234) !important;
	margin-bottom: -10px !important;
	border-color: rgb(174, 80, 80) !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.has-error textarea {
	background-color: rgb(255, 234, 234) !important;
	border-color: rgb(174, 80, 80) !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	margin-bottom: -10px !important;
}
.has-error [type="email"] {
	background-color: rgb(255, 234, 234) !important;
	border-color: rgb(174, 80, 80) !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	margin-bottom: -10px !important;
}
.has-error .checkbox {
	background-color: rgb(255, 234, 234) !important;
	border-color: rgb(174, 80, 80) !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	margin-bottom: -10px !important;
}
.has-error select {
	border-color: rgb(174, 80, 80) !important;
}
.caldera_ajax_error_block {
	background-color: rgb(174, 80, 80) !important;
	color: #ffffff !important;
	padding: 2px 10px 2px 10px !important;
	border-radius: 0px 0px 5px 5px !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
}
.has-error .radio {
	background-color: rgb(255, 234, 234) !important;
	padding: 0px 10px 0px 10px !important;
	border-radius: 0px !important;
	Margin-bottom: 5px !important;
}

/** Caldera Forms >> Make text scrollable with .scrollable-text **/
.scrollable-text {
	background-color: #f2f2f2 !important;
	height: 195px !important;
	padding: 10px 20px 0 20px !important;
	border-radius: 5px !important;
	overflow-y: Scroll !important;
}
.scrollable-text::-webkit-scrollbar {
	width: 13px !important;
	border-radius: 5px !important;
}
.scrollable-text::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}
.scrollable-text::-webkit-scrollbar-thumb {
	background-color: darkgrey !important;
}

/** Caldera Forms >> Styling for previous/next buttons **/
.cf-page-btn-next {
	color: #fbfbfb !important;
	font-size: 16px !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4) !important;
	box-shadow: 2px 3px 5px 0 rgba(0,0,0,.2) !important;
	background-color: #4C88F7 !important;
	width: 130px !important;
	height: 40px !important;
	border-width: medium medium 4px medium !important;
	border-style: none !important;
	border-radius: 50px !important;
	position: relative !important;
	float: right !important;
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
	cursor: pointer !important;
	Margin: 20px 0px 0px 0px !important;
}
.cf-page-btn-next:hover {
	background-color: #283A79 !important;
	box-shadow: 2px 3px 2px 0 rgba(0,0,0,.05) !important;
}
.cf-page-btn-prev {
	background-color: #ffffff !important;
	box-shadow: 2px 3px 5px 0 rgba(0,0,0,.2) !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	float: left !important;
	Margin: 20px 0px 0px 0px !important;
	width: 130px !important;
	height: 40px !important;
}
.cf-page-btn-prev:hover {
	background-color: #f9f9f9 !important;
	box-shadow: 2px 3px 2px 0 rgba(0,0,0,.05) !important;
}

/** Caldera Forms >> Add padding to inline checkboxes **/
.checkbox-inline {
	padding-right: 10px !important;
	padding-bottom: 5px !important;
}

/** Caldera Forms >> Custom styling for dropdown questions **/
select.form-control {
	padding: 5px !important;
	border: 2px solid #cccccc !important;
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') !important;
	background-repeat: no-repeat, repeat !important;
	background-position: right .7em top 50%, 0 0 !important;
	background-size: .75em auto, 100% !important;
	padding-left: 10px !important;
}
select.form-control::-ms-expand {
	display: none !important;
}
select.form-control:hover {
	border-color: #888 !important;
}
select.form-control:focus {
	border-color: #aaa !important;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7) !important;
	box-shadow: 0 0 0 3px -moz-mac-focusring !important;
	color: #222222 !important;
	outline: none !important;
}
select.form-control option {
	font-weight: normal !important;
}
.help-block {
	display: block !important;
	margin-top: 10px !important;
}
select.form-control:disabled, 
select.form-control[aria-disabled=true] {
	color: graytext !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%) !important;
}
select.form-control:disabled:hover, 
select.form-control[aria-disabled=true] {
	border-color: #aaaaaa !important;
}

/** Caldera Forms >> Add class .cf-turn-radio-inline-into-cards to turn inline radio question into cards **/
.caldera-grid .cf-turn-radio-inline-into-cards {
	text-align: left !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards .radio-inline {
	margin: 10px 15px 10px 0px !important;
	padding: 10px 40px 10px 15px !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards input[type=radio] {
	-webkit-appearance: none !important;
	background-color: rgba(0,0,0,.05) !important;
	border: 2px solid #cccccc !important;
	border-radius: 5px !important;
	box-sizing: border-box !important;
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	outline: 0 !important;
	-webkit-transition: All 0.3s ease !important;
	transition: All 0.3s ease !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards input[type=radio]:hover {
	cursor: pointer !important;
	background-color: rgba(0,0,0,0.15) !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards input[type=radio]:checked {
	background-color: rgba(0,0,0,.15) !important;
	border: 2px solid #888888 !important;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.2) !important;
	transform: scale(1.05) !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards input[type=radio]:after {
	content: '\25cb' !important;
	position: absolute !important;
	top: 45% !important;
	right: 5px !important;
	line-height: 0 !important;
	font-size: 40px !important;
	color: #aaaaaa !important;
	-webkit-transition: color 0.3s ease !important;
	transition: color 0.3s ease !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards input[type=radio]:checked:after {
	color: #Aaa !important;
	content: '\25cf' !important;
	top: 43% !important;
	font-size: 40px !important;
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
	-webkit-animation-duration: 0.3s !important;
	animation-duration: 0.3s !important;
}

/** Caldera Forms >> Add class .cf-turn-radio-into-cards to turn radio question into cards **/
.caldera-grid .cf-turn-radio-into-cards {
	text-align: left !important;
}
.caldera-grid .cf-turn-radio-into-cards .radio {
	margin: 10px 0px 10px 0px !important;
	padding: 5px 40px 5px 0px !important;
}
.caldera-grid .cf-turn-radio-into-cards input[type=radio] {
	-webkit-appearance: none !important;
	background-color: rgba(0,0,0,.05) !important;
	border: 2px solid #cccccc !important;
	border-radius: 5px !important;
	box-sizing: border-box !important;
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	outline: 0 !important;
	-webkit-transition: All 0.3s ease !important;
	transition: All 0.3s ease !important;
}
.caldera-grid .cf-turn-radio-into-cards input[type=radio]:hover {
	cursor: pointer !important;
	background: rgba(0,0,0,0.15) !important;
	border-color: #cccccc !important;
}
.caldera-grid .cf-turn-radio-into-cards input[type=radio]:checked {
	background-color: rgba(00,80,0,.15) !important;
	border: 2px solid #008000 !important;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.2) !important;
	transform: scale(1.05) !important;
}
.caldera-grid .cf-turn-radio-into-cards input[type=radio]:after {
	content: '\25a1' !important;
	position: absolute !important;
	top: 50% !important;
	right: 5px !important;
	line-height: 0 !important;
	font-size: 40px !important;
	color: rgba(0,0,0,0.05) !important;
	-webkit-transition: color 0.3s ease !important;
	transition: color 0.3s ease !important;
}
.caldera-grid .cf-turn-radio-into-cards input[type=radio]:checked:after {
	color: #008000 !important;
	content: '\2611' !important;
	font-size: 25px !important;
}

/** Caldera Forms >> Custom styling for checkboxes **/
.fl-module-pp-caldera-form .checkbox {
	padding: 5px !important;
	margin-top: 0 !important;
}
.fl-module-pp-caldera-form .checkbox label {
	cursor: pointer !important;
	/*display: flex;*/
	/*position: relative;*/
}
.fl-module-pp-caldera-form .checkbox label span {
	margin-left: 5px !important;
}
.fl-module-pp-caldera-form .checkbox label > input[type="checkbox"] {
	/* Custom styling for checkbox fields */
	height: 20px !important;
	width: 20px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	border: 1px solid #515151 !important;
	border-radius: 4px !important;
	outline: none !important;
	-o-transition-duration: 0.3s !important;
	-moz-transition-duration: 0.3s !important;
	-webkit-transition-duration: 0.3s !important;
	transition-duration: 0.3s !important;
	background-color: #ffffff !important;
	cursor: pointer !important;
	margin-bottom: -4px !important;
}
.fl-module-pp-caldera-form .checkbox label > input[type="checkbox"]:checked {
	/* Custom styling for when checkbox fields are checked */
	border: 1px solid #cccccc !important;
	background-color: #cccccc !important;
}
.fl-module-pp-caldera-form .checkbox label > input[type="checkbox"]:checked::before {
	/* Add a checkmark to checkbox when checkbox fields are checked */
	content: '\2713' !important;
	display: block !important;
	text-align: center !important;
	color: #666666 !important;
	position: absolute !important;
	left: 7px !important;
	top: -2px !important;
	font-size: 30px !important;
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
	-webkit-animation-duration: 0.3s !important;
	animation-duration: 0.3s !important;
}
.fl-module-pp-caldera-form .checkbox label > input[type="checkbox"]:active {
	border: 1px solid #008000 !important;
}
.fl-module-pp-caldera-form .checkbox label > input[type="checkbox"]:hover {
	/* Change border color when checkbox is hovered */
	border: 1px solid #999999 !important;
}

/** Caldera Forms >> Fix icon styling for PP Info Boxes with .il-merchants **/
.il-merchants img {
	margin-top: 5px !important;
}


/*= Gravity Forms ============= */

/** Gravity Forms >> Custom styling for dropdown questions **/
select.gfield_select, 
.address_country select {
	line-height: 1.4em !important;
	padding: 5px !important;
	border: 2px solid #cccccc !important;
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') !important;
	background-repeat: no-repeat, repeat !important;
	background-position: right .7em top 50%, 0 0 !important;
	background-size: .75em auto, 100% !important;
	padding-left: 10px !important;
}
.address_country select, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	padding: 5px !important;
}
select.form-control::-ms-expand {
	display: none !important;
}
select.gfield_select:hover, 
.address_country select:hover {
	border-color: #888 !important;
}
select.gfield_select:focus, 
.address_country select:focus {
	border-color: #aaa !important;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7) !important;
	box-shadow: 0 0 0 3px -moz-mac-focusring !important;
	color: #222222 !important;
	outline: none !important;
}
select.form-control option {
	font-weight: normal !important;
}
.help-block {
	display: block !important;
	margin-top: 10px !important;
}
select.form-control:disabled, 
select.form-control[aria-disabled=true] {
	color: graytext !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%) !important;
}
select.form-control:disabled:hover, 
select.form-control[aria-disabled=true] {
	border-color: #aaaaaa !important;
}

/** Gravity Forms >> Try HMS - Custom styling **/
.df-try-hms-form .df-center-limit {
	text-align: center !important;
	width: 350px !important;
	margin: auto !important;
}
.df-try-hms-form .df-center-limit label {
	font-size: 24px !important;
}
.df-try-hms-form .gform_page_footer {
	margin-top: 20px !important;
	text-align: center !important;
}
.gform_previous_button {
	background-color: rgba(0,0,0,0.0) !important;
	color: #E91818 !important;
	box-shadow: none !important;
}
.df-try-hms-form .gform_previous_button:hover {
	background-color: #f2f2f2 !important;
}
.df-try-hms-form .gf_progressbar_title {
	display: none !important;
}

/** Gravity Forms >> Custom styling for Select dropdown questions **/
.gform_wrapper .chosen-single {
	background-color: #F2F2F2 !important;
	height: 40px !important;
	padding: 5px !important;
	border: 2px solid #cccccc !important;
	border-radius: 5px !important;
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') !important;
	background-repeat: no-repeat, repeat !important;
	background-position: right .7em top 50%, 0 0 !important;
	background-size: .75em auto, 100% !important;
	padding-left: 10px !important;
}
.gform_wrapper .chosen-container-single .chosen-single div {
	display: none !important;
}
.gform_wrapper .chosen-single span {
	font-size: 16px !important;
}
.gform_wrapper .chosen-single:hover {
	border-color: #888 !important;
}
.gform_wrapper .chosen-single:focus {
	border-color: #aaa !important;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7) !important;
	box-shadow: 0 0 0 3px -moz-mac-focusring !important;
	color: #222222 !important;
	outline: none !important;
}
.gform_wrapper .chosen-container-active .chosen-single {
	box-shadow: none !important;
}

/** Gravity Forms >> Set line height for text input fields **/
.gform_body [type="text"] {
	line-height: 1.4 !important;
}

/** Gravity Forms >> Error validation styling **/
.gfield_error input {
	background-color: #ffdfe0 !important;
	border: 2px solid #790000 !important;
	border-radius: 5px 5px 0 0 !important;
}
.gfield_error textarea {
	background-color: #ffdfe0 !important;
	border: 2px solid #790000 !important;
}
.ginput_container_textarea {
	Margin-bottom: 0px !important;
}
.gfield_error .ginput_container .name_first, 
.gfield_error .ginput_container .name_last {
	Margin-bottom: -4px !important;
}
.quote-form .custom-radio-buttons.gfield_error li {
	/*background-color: #ffdfe0;*/
}
.quote-form .custom-radio-buttons.gfield_error input[type="radio"] {
	border: 2px solid #790000 !important;
}
.quote-form .custom-radio-buttons.gfield_error input[type=radio]:checked {
	background-color: rgba(00,80,0,.15) !important;
	border: 2px solid #008000 !important;
}
.validation_message {
	color: #ffffff !important;
	background-color: #790000 !important;
	padding: 0px 5px 0px 5px !important;
	border-radius: 0px 0px 5px 5px !important;
	font-size: 14px !important;
}

/** Gravity Forms >> Add spacing below labels for address fields **/
.address_line_1 label, 
.address_city label, 
.address_state label, 
.address_zip label, 
.address_country label {
	margin-bottom: 20px !important;
}


/*= Login ===================== */

/** Login >> Login - Style error messages **/
.pp-lf-error {
	color: #ffffff !important;
	background-color: #AE5050 !important;
	padding: 5px 10px 5px 10px !important;
	border-radius: 0 0 5px 5px !important;
}
.pp-login-form-field .pp-lf-error {
	margin-top: 0px !important;
	display: Block !important;
}

/** Login >> Login - Style message shown when logged-in **/
.pp-login-message {
	text-align: Center !important;
	background-color: #C1F1D5 !important;
	padding: 10px !important;
	border-radius: 5px !important;
}

/** Login >> Login - Custom Styling for Remember Me checkbox **/
.login-form .pp-field-type-checkbox label {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	position: relative !important;
	cursor: pointer !important;
}
.login-form .pp-field-type-checkbox label span {
	margin-left: 5px !important;
}
.login-form .pp-field-type-checkbox label > input[type="checkbox"] {
	/* Custom styling for checkbox fields */
	height: 20px !important;
	width: 20px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	border: 1px solid #2b2b2b !important;
	border-radius: 4px !important;
	outline: none !important;
	-o-transition-duration: 0.3s !important;
	-moz-transition-duration: 0.3s !important;
	-webkit-transition-duration: 0.3s !important;
	transition-duration: 0.3s !important;
	background-color: #ffffff !important;
	cursor: pointer !important;
	margin-top: 7px !important;
}
.login-form .pp-field-type-checkbox label > input[type="checkbox"]:checked {
	/* Custom styling for when checkbox fields are checked */
	border: 1px solid #cccccc !important;
	background-color: #cccccc !important;
}
.login-form .pp-field-type-checkbox label > input[type="checkbox"]:checked::before {
	/* Add a checkmark to checkbox when checkbox fields are checked */
	content: '\2713' !important;
	display: block !important;
	text-align: center !important;
	color: #2fa86e !important;
	position: absolute !important;
	left: 1px !important;
	top: -3px !important;
	font-size: 30px !important;
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
	-webkit-animation-duration: 0.3s !important;
	animation-duration: 0.3s !important;
}
.login-form .pp-field-type-checkbox label > input[type="checkbox"]:active {
	border: 1px solid #2fa86e !important;
}
.login-form .pp-field-type-checkbox label > input[type="checkbox"]:hover {
	/* Change border color when checkbox is hovered */
	border: 1px solid #2fa86e !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

	/*= Header ==================== */

	/** Header >> Menu - Fix border radius when hovering submenu items on medium/large devices **/
	#menu-main-menu .sub-menu li:first-child:hover a {
	border-radius: 5px 5px 0 0 !important;
}
#menu-main-menu .sub-menu li:last-child:hover a {
	border-radius: 0px 0px 5px 5px !important;
}
#menu-main-menu .sub-menu .sub-menu li:first-child:hover a {
	border-radius: 5px 5px 0px 0px !important;
}
#menu-main-menu .sub-menu .sub-menu li:last-child:hover a {
	border-radius: 0px 0px 5px 5px !important;
}

	/** Header >> Menu - Make submenu width fit length of text **/
	.sub-menu {
	width: Auto !important;
	min-width: 150px !important;
}
.sub-menu li {
	Min-width: 100% !important;
	white-space: nowrap !important;
}


}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Add class .sticky-element to make an element sticky on scroll for computers and tablets only **/
	.sticky-element {
	top: 220px !important;
}


	/*= Header ==================== */

	/** Header >> Menu - Fix border radius when hovering submenu items on medium/large devices **/
	#menu-main-menu .sub-menu li:first-child:hover a {
	border-radius: 5px 5px 0 0 !important;
}
#menu-main-menu .sub-menu li:last-child:hover a {
	border-radius: 0px 0px 5px 5px !important;
}
#menu-main-menu .sub-menu .sub-menu li:first-child:hover a {
	border-radius: 5px 5px 0px 0px !important;
}
#menu-main-menu .sub-menu .sub-menu li:last-child:hover a {
	border-radius: 0px 0px 5px 5px !important;
}

	/** Header >> Menu - Make submenu width fit length of text **/
	.sub-menu {
	width: Auto !important;
	min-width: 150px !important;
}
.sub-menu li {
	Min-width: 100% !important;
	white-space: nowrap !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Add class .sticky-element to make an element sticky on scroll for computers and tablets only **/
	.sticky-element {
	position: static !important;
}


	/*= Header ==================== */

	/** Header >> Menu - Add background color to submenus on mobile **/
	.sub-menu .menu-item {
	background-color: #eeeeee !important;
}
.sub-menu .sub-menu .menu-item {
	background-color: #dddddd !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= Header ==================== */

	/** Header >> Header - Add shadow below header **/
	#sticky-menu {
	
}
.sticky-element-original {
	/* MT [ sub: 1 ] */
	box-shadow: 0 5px 15px rgba(5,5,5,0.21) !important;
}

	/** Header >> Menu - Add background color to submenus on mobile **/
	.sub-menu .menu-item {
	background-color: #eeeeee !important;
}
.sub-menu .sub-menu .menu-item {
	background-color: #dddddd !important;
}


	/*= General =================== */

	/** General >> Increase z-index with class .increase-zindex **/
	.increase-zindex {
	
}

	/** General >> Make buttons full width on mobile with .full-width-button **/
	.full-width-button .pp-button {
	width: 100% !important;
}
.full-width-button .pp-dual-button-inner {
	width: 90% !important;
}

	/** General >> Blog Posts - Set font size for headings **/
	.blog-post-styling h1 {
	font-size: 30px !important;
}
.blog-post-styling h2 {
	font-size: 22px !important;
}
.blog-post-styling h3 {
	font-size: 20px !important;
}
.blog-post-styling h4 {
	font-size: 18px !important;
}

	/** General >> Tables - Remove headers with .hide-headers **/
	.hide-headers th {
	
}

	/** General >> Tables - Remove borders with .simple-table-styles **/
	.simple-table-styles table {
	
}
.simple-table-styles Td {
	
}

	/** General >> Tables - Remove borders from pricing tables with . pricing-table-styles **/
	.pricing-table-styles table {
	
}

	/** General >> Credit Card Machines - Style the page and content **/
	.credit-card-machine-styles h1 {
	
}
.ccm-gallery .pp-image-carousel {
	max-height: 350px !important;
}


	/*= Caldera Forms ============= */

	/** Caldera Forms >> Custom styling for dropdown questions **/
	select.form-control {
	width: 100% !important;
	display: block !important;
}

	/** Caldera Forms >> Add class .cf-turn-radio-inline-into-cards to turn inline radio question into cards **/
	.caldera-grid .cf-turn-radio-inline-into-cards {
	text-align: left !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards .control-label {
	text-align: left !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards .radio-inline {
	margin: 0 7px 10px 0 !important;
	padding: 10px 35px 10px 15px !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards input[type=radio]:after {
	top: 50% !important;
	right: 5px !important;
	line-height: 0 !important;
	font-size: 20px !important;
}
.caldera-grid .cf-turn-radio-inline-into-cards input[type=radio]:checked:after {
	font-size: 30px !important;
	top: 45% !important;
	right: 4px !important;
}

	/** Caldera Forms >> Add class .cf-turn-radio-into-cards to turn radio question into cards **/
	.caldera-grid .cf-turn-radio-into-cards {
	text-align: left !important;
}
.caldera-grid .cf-turn-radio-into-cards .control-label {
	text-align: left !important;
}
.caldera-grid .cf-turn-radio-into-cards .radio-inline {
	margin: 0 7px 10px 0 !important;
	padding: 10px 25px 10px 10px !important;
}
.caldera-grid .cf-turn-radio-into-cards input[type=radio]:after {
	right: 1px !important;
	top: 50% !important;
	font-size: 20px !important;
}
.caldera-grid .cf-turn-radio-into-cards input[type=radio]:checked:after {
	top: 50% !important;
	font-size: 15px !important;
}

	/** Caldera Forms >> Custom styling for checkboxes **/
	.fl-module-pp-caldera-form .checkbox {
	
}
.fl-module-pp-caldera-form .checkbox label > input[type="checkbox"]:checked::before {
	left: 7px !important;
	top: -9px !important;
	font-size: 30px !important;
}


	/*= Gravity Forms ============= */

	/** Gravity Forms >> Custom styling for dropdown questions **/
	select.gfield_select, 
.address_country select {
	width: 100% !important;
	display: block !important;
}

	/** Gravity Forms >> Try HMS - Custom styling **/
	.df-try-hms-form .df-center-limit {
	width: 100% !important;
	display: block !important;
}

	/** Gravity Forms >> Custom styling for Select dropdown questions **/
	.gform_wrapper .chosen-single {
	width: 100% !important;
	display: block !important;
}

	/** Gravity Forms >> Error validation styling **/
	.gfield_error input {
	
}
.gfield_error .ginput_container .name_first {
	Margin-bottom: 5px !important;
}
.gfield_error .ginput_container .name_last {
	Margin-bottom: -4px !important;
}


}

