/*
Theme Name: Mailgun Pricing Slider
Description: Mailgun Pricing Slider
Author: Richard Diepenbrock
Template: mailgun
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: mailgun-pricing-slider
*/

.pricing_slider .section-border {
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	width: 100%;
}
.pricing_slider img {
	display: inline;
	margin: 0 8px 0 0;
	padding: 0;
}
.pricing_slider .slider-label {
	display: table;
	color: #182848;
	/*font-size: 16px;*/
	font-weight: 500;
	text-align: left;
	margin: 0;
	padding: 0;
}
.pricing_slider .slider-label .label-center {
	display: table-cell;
	height: 75px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.pricing_slider .email-slider .fa {
	color: #cfcfcf;
	text-align: center;
	padding: 0;
	margin: 0 0 0 5px;
}
.pricing_slider .sliders {
	border-right: 1px solid #cfcfcf;
	border-radius: 0;
	padding: 20px 0;
}
.pricing_slider .emailPlusValidations { text-align:left; }
.pricing_slider .email-slider,
.pricing_slider .validations-slider {
	padding: 0 25px;
	margin: 0;
}
.pricing_slider .validations-slider .fa { color:#4b6cb7; }

/***********************
*
*	Override ionRangeSlider styles
*
************************/
.irs-line {
	background: linear-gradient(to right, #4b6cb7 0%, #182848 100%); /* W3C */
}
.irs-bar {
	border-top: 1px solid #4b6cb7;
	border-bottom: 1px solid #4b6cb7;
	background: #4b6cb7;
	background: linear-gradient(to right, rgba(75, 108, 183,1) 0%,rgba(24, 40, 72,1) 100%); /* W3C */
}
	.irs-bar-edge {
		border: 1px solid #4b6cb7;
		background: #4b6cb7 !important;
	}
.irs-slider {
	width: 27px; height: 27px;
	border: none;
	background: url('../img/ion-rangeSlider/slider-dot.png') no-repeat center center;
	box-shadow: none;
	cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
	background: url('../img/ion-rangeSlider/slider-dot.png') no-repeat center center;
}
.irs-single {
	color: #000;
	font-size: 22px;
	background: none !important;
	line-height: 5px;
}