/***
	Theme Name: Rainmaker
	Description: Rainmaker was built specifically for developers wanting to build a purely hand-made wordpress website with love.
	Version: 2.1.0.1
	Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

	License: WTFPL
	License URI: http://sam.zoy.org/wtfpl/
**/

/*** Rainmaker base stylesheet

██████╗  █████╗ ██╗███╗   ██╗███╗   ███╗ █████╗ ██╗  ██╗███████╗██████╗ 
██╔══██╗██╔══██╗██║████╗  ██║████╗ ████║██╔══██╗██║ ██╔╝██╔════╝██╔══██╗
██████╔╝███████║██║██╔██╗ ██║██╔████╔██║███████║█████╔╝ █████╗  ██████╔╝
██╔══██╗██╔══██║██║██║╚██╗██║██║╚██╔╝██║██╔══██║██╔═██╗ ██╔══╝  ██╔══██╗
██║  ██║██║  ██║██║██║ ╚████║██║ ╚═╝ ██║██║  ██║██║  ██╗███████╗██║  ██║
╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝

**/

/***
 *	Table of contents
 *	1. Font Imports
 *	2. Base Reset Style
 *	3. UI Elements
 *	4. Structure
 *	5. Modules
 *	6. Shortcodes
 *	7. Widgets
 *	8. Pages
 *	9. Transition and Effects
 *	10. Other
 *
/***/




/**
*	1. Font Imports
*
*	----------------------------------------------------------------------
*/

	


/**
*	2. Base Reset Style
*
*	----------------------------------------------------------------------
*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;                                                                              
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}

body {
	font-family: 'Montserrat', 'Raleway', sans-serif;
	line-height: 1.7857;
	background: #ffffff;
	color: rgb(93, 93, 93);
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

p, .thrv_wrapper.thrv_text_element {
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
}

.thrv_wrapper.thrv_text_element p {
	margin-bottom:  0;
}

.entry {
	padding: 0;
}

/* select{
    -webkit-appearance:none;
    background: url(images/dropdown-arrow.png) no-repeat;
    background-position: 99.3% 50%;
    background-size: 12px;
} */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	padding: 0;
	/*color: #444;*/
	color: rgb(0, 61, 86);
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.thrv_wrapper.thrv_heading {
	margin: 0 0 20px;
}

.hentry {
    margin: 0;
}

h1, .h1 {
	font-size: 2.429em;
}

h2, .h2 {
	font-size: 1.800em;
}

h3, .h3 {
	font-size: 1.000em ;
}

h4, .h4 {
	font-size: 0.857em;
	font-weight: 700;
}

h5, .h5 {
	font-size: 0.714em;
	font-weight: 700;
}

h6, .h6 {
	font-size: 0.571em;
	font-weight: 700;
}
 
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child,
p:last-child {
	margin-bottom: 0;
}

a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

a,
a:visited {
	color: #323e4d;
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: none !important;
	outline: none;
}

a:hover,
a:visited:hover {
	color: #f87d7d;
	text-decoration: none;
	color: #1b4780;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

select {
	-moz-appearance: none;
	background-image:
	    linear-gradient(45deg, transparent 50%, gray 50%),
	    linear-gradient(135deg, gray 50%, transparent 50%),
	    linear-gradient(to right, #ccc, #ccc);
	  background-position:
	    calc(100% - 20px) calc(1em + 2px),
	    calc(100% - 15px) calc(1em + 2px),
	    calc(100% - 2.5em) 0.5em;
	  background-size:
	    5px 5px,
	    5px 5px,
	    1px 1.5em;
	  background-repeat: no-repeat;
}

select:focus {
	background-image: 
		linear-gradient(45deg, #f68a1f 50%, transparent 50%), 
		linear-gradient(135deg, transparent 50%, #f68a1f 50%), 
		linear-gradient(to right, #ccc, #ccc);
	  background-position:
	    calc(100% - 15px) 1em,
	    calc(100% - 20px) 1em,
	    calc(100% - 2.5em) 0.5em;
	  background-size:
	    5px 5px,
	    5px 5px,
	    1px 1.5em;
	  background-repeat: no-repeat;
	  outline: 0;
}

select option {
	color: #242424;
}

input {
	height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
	display: block;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
	padding-left: 20px;
	margin-left: 20px;
}

.content-area ol {
	list-style: decimal;
}

.content-area ul > li {
	list-style: disc;
}

.content-area ol > li {
	list-style: decimal;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.uppercase {
	text-transform: uppercase;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.small-text {
	font-size: 10px !important;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter-init {
  position: relative;
  vertical-align: top;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vcenter-legacy {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom-init {
 	vertical-align: bottom;
 	position: relative;
 	top: 100%;
 	-webkit-transform: translateY(-100%);
 	-ms-transform: translateY(-100%);
 	transform: translateY(-100%);
}

.hide {
	display: none !important;
}

.no-height {
	height: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.full-width {
	width: 100% !important;
}

.nav-tabs > li > a {
	border-radius: 0;
}


	
	/**
	*	Soliloquy Slider Compatibility
	*/
	.thrv_heading .soliloquy-wrapper ol,
	.thrv_heading .soliloquy-wrapper ul {
		margin-left: 0;
	}

	
	/**
	*	Defered Image Load
	*/
	[data-final-bg-image] {
		background-image: url('images/dummy-loader.gif');
	}



	/**
	*	Partial Materialize
	*/
	.z-depth-0 {
		box-shadow:none !important
	}

	.z-depth-1, .sub-menu, .button, .btn, .motopress-btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
		box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
	}

	.z-depth-1-half, .button:hover, .btn:hover,.btn-large:hover,.btn-floating:hover, .nav-previous a, .nav-next a, #menu-primary.isStick:before, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, {
		box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
	}

	.z-depth-2 {
		box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
	}

	.z-depth-2 {
	
		box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
	}
	.z-depth-3 {
		box-shadow:0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)
	}

	.z-depth-4, .modal {
		box-shadow:0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)
	}

	.z-depth-5 {
		box-shadow:0 27px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)
	}

	.hoverable {
		transition:box-shadow .25s;
		box-shadow:0
	}

	.hoverable:hover {
		transition:box-shadow .25s;
		box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
	}

	.hoverable:hover .post-title {
		overflow: visible;
		display: inline-block;
		z-index: 999999;
		box-shadow:0 8px 17px 0 rgba(0,0,0,0.2);
	}

	.divider {
		height:1px;
		overflow:hidden;
		background-color:#e0e0e0
	}


	/**
	*	Slick Overrides
	*/
	body .slick-prev:before,
	body .slick-next:before {
		/*color: #181717;*/
		color: #D5D2D2;
	}

	ul.slick-dots {
		display: block;
		margin-left: 0px;
		padding-left: 0px;
		margin-bottom: 0px;
		bottom: -23px;
		margin-top: 0px;
		clear: both;
		position: relative;
	}


	/**
	*	FancyBox Override
	*/
	#fancybox-content {
		border-color: rgb(36, 32, 33);
	}


	/**
	*	Slick Overrides
	*/
	body .slick-prev,
	body .slick-next {
		display: block;
		z-index: 1;
		top: 0px;
		margin-top: 0px;
		line-height: 1;
		height: 100%;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		width: 33px;
		/*background-color: rgb(36, 32, 33);
		box-shadow: 0 1px 10px -3px #000;*/
	}

	body .slick-prev:hover,
	body .slick-next:hover,
	body .slick-prev:active,
	body .slick-next:active,
	body .slick-next:focus,
	body .slick-prev:focus {
		/*background-color: rgb(53, 46, 48);*/
		opacity: 1;
	}

	body .slick-prev {
		left: -60px;
	}

	body .slick-next {
		right: -60px;
	}

	.slick-prev:before,
	.slick-next:before {
		content: '';
		display: block;
		background-image: url('images/header-slider-sprite.png');
		width: 33px;
		height: 32px;
		background-color: rgba(255, 255, 255, 0.75);
		opacity: 1;
		top: 10px;
		margin-top: 0;
	}

	.slick-prev:before {
		background-position: 0px 0px;
	}

	.slick-next:before {
		background-position: 0px -42px;
	}


/**
*	3. UI Elements
*
*	----------------------------------------------------------------------
*/
	/**
	*	Buttons
	*/

	.button,
	.button:focus,
	.button:visited,
	.btn,
	.btn:focus,
	.btn:visited,
	.motopress-btn,
	.motopress-btn:focus,
	.motopress-btn:visited,
	.nav-previous a,
	.nav-previous a:focus,
	.nav-previous a:visited,
	.nav-next a,
	.nav-next a:focus,
	.nav-next a:visited,
	.sf-field-submit input,
	.sf-field-submit input:focus,
	.sf-field-submit input:visited,
	.view-all-link:visited,
	body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
	body .frm_style_formidable-style.with_frm_style input[type="submit"],
	body .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
	body .frm_form_submit_style,
	body .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		padding: 0px 25px;
		/*margin: 0;*/
		line-height: 40px;
		transition: all 0.2s Ease-out;
		color: #ffffff;
		border-radius: 3px;
		font-size: 13px;
		font-weight: 400;
		max-width: 100%;
		line-height: 38px;
		border-radius: 0px;
		text-transform: uppercase;
		font-weight: 400;
		background-color: #2596CF;
		font-style: normal;
		text-align: center;
		border: 2px solid #2596CF;
	}

	.button:hover,
	.button:focus:hover,
	.button:visited:hover,
	.btn:hover,
	.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
	.btn:focus:hover,
	.btn:visited:hover,
	.motopress-btn:hover,
	.motopress-btn:focus:hover,
	.motopress-btn:visited:hover,
	.nav-previous a:hover,
	.nav-previous a:focus:hover,
	.nav-previous a:visited:hover,
	.nav-next a:hover,
	.nav-next a:focus:hover,
	.nav-next a:visited:hover,
	.sf-field-submit input:hover,
	.sf-field-submit input:focus:hover,
	.sf-field-submit input:visited:hover,
	.view-all-link:visited:visited,
	body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
	body .frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
	body .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover,
	body .frm_form_submit_style:hover,
	body .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		color: #ffffff;
		background-color: #2BA1DD;
		border: 2px solid #2BA1DD6;
	}

		/* alt-1 */
		.btn.alt-1,
		.button.alt-1 {
			font-size: 15px;
			background-color: rgb(237, 28, 36);
			font-weight: 400;
			max-width: 100%;
			min-width: 280px;
			line-height: 38px;
			border-radius: 5px;
		}

		/* alt-2 */

		.btn.alt-2,
		.button.alt-2 {
			font-size: 10px;
			font-weight: 400;
			text-transform: uppercase;
			width: 132px;
			max-width: 100%;
			line-height: 23px;
		}

		/* Transparent */
		.btn-transparent {
			background-color: transparent !important;
			border: 3px solid #fff !important;
		}

		.btn-transparent:hover {
			background-color: #2370B1 !important;
			border: 3px solid #2370b1 !important;
			color: #ffffff !important;
		}

		.btn-transparent-dark {
			background-color: transparent !important;
			border: 2px solid #2370B1 !important;
			color: #2370b1 !important;
		}

		.btn-transparent-dark {
			background-color: #2370B166 !important;
			border: 2px solid #2370B1 !important;
			color: #fff !important;
			text-shadow: 0 0 1px #333;
		}

		.btn-transparent-dark:hover {
			background-color: #1d7eb6 !important;
			border: 2px solid #1d7eb6 !important;
			color: #fff !important;
		}

		/* SO - button Wired */
		div[class*="so-widget-sow-button-wire"]:hover span,
		div[class*="so-widget-sow-button-wire"]:hover .sow-icon-fontawesome:before {
			color: #ffffff;
		}

		/* Full */
		.btn-full-width {
			width: 100%;
		}

		/* Start Trigger */
		.start-trigger {
			cursor: pointer;
		}


	/**
	*	Forms
	*/
	.frm_form_widget
	{
		/*padding: 25px 20px;
		background: #f4f4f4;*/
	}
	.frm_form_widget h3.widget-title {
		/*display: none;*/
	}
	.frm_form_widget .frm_form_fields label.frm_primary_label {
		font-size:16px;
	}

	.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
		left: auto;
	}

	.entry-content h2:first-child:before {
		display: none;
	}

	.frm_form_widget .frm_form_fields input[type=text],
	.frm_form_widget .frm_form_fields input[type=email],
	.frm_form_widget .frm_form_fields select {
		font-size: 14px;
		font-weight: 300;
		font-family: inherit;
		border-radius: 0px;
		height: 38px;
	}

	input.sf-input-text, select#top-sort-by, select#top-results-per-page{
		border: 1px solid;

	}

	/*Form Special Button for SEARCH*/

	.subscribe-form .frm_style_formidable-style.with_frm_style input[type=submit]{
		margin: 0;
	}

	.frm_form_widget .frm_form_fields textarea {
		font-size:14px;
		font-weight: 300;
		border-radius:0px;
		height: 150px;
	}

	.frm_form_widget .frm_submit p {
		margin-bottom: 0;
	}

	.frm_form_widget fieldset {
		padding-bottom: 0;
	}

	.frm_form_widget .fieldset > p {
		display: none;
	}

	.frm_form_widget br {
		display: none;
	}

	.frm_form_widget label br {
		display: none;
	}

	.frm_form_widget label + br {
		display: none;
	}

	.frm_forms p:empty {
		padding-bottom: 0;
	}

	body #content .frm_forms,
	body #content .frm-show-form .frm_section_heading h3,
	body #content .frm_style_formidable-style.with_frm_style .frm_radio label,
	body #content .frm_style_formidable-style.with_frm_style label.frm_primary_label,
	body #contnet .frm_style_formidable-style.with_frm_style .frm_checkbox label {
		font-family: "Montserrat" !important;
	}

	body #content .frm-show-form .frm_section_heading h3,
	body .frm_style_formidable-style.with_frm_style .frm_radio label,
	body .frm_style_formidable-style.with_frm_style .frm_checkbox label {
		/*display: none;*/
		color: #323e4d;
	}

	#content .frm_style_formidable-style.with_frm_style select{
		padding: 6px;
		font-family: "Montserrat" !important;
	}

	body #content .frm_forms  {
	    /*background-color: #1A1B1C;
		padding: 25px; */
		margin: auto 0;
	}
	#content .frm_forms .frm_required{
		display: none;
	}

	body .frm_style_formidable-style.with_frm_style label.frm_primary_label {
		font-weight: 400;
    	/*color: #fff;*/
	}

	body .frm_form_fields .frm_submit .frm_button_submit,
	body .frm_form_fields .frm_submit .frm_prev_page {
	    font-size: 14px;
	    color: #fff;
	    box-shadow: none;
	    background-color: #003d56;
	    padding: 15px 30px;
	    border-radius: 50px;
	    font-family: 'Montserrat';
	    border: none;
	}

	.frm_style_formidable-style.with_frm_style .frm_submit {
		text-align: right;
	}

	.frm_style_formidable-style.with_frm_style .quote-frm .frm_submit button:after {
		font-family: FontAwesome;
		content: '\f3fe';
		position: relative;
		top: 0;
		right: 0;
		font-size: 12px;
		display: inline-block;
		padding-right: 3px;
	  	vertical-align: middle;
	  	width: 12px;
	}
	

	.frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.frm_style_formidable-style.with_frm_style .frm_submit button:focus {
		color: #fff;
		background-color: #003d56;
		border: none;
	}

	/**
	* Transparent Forms
	*/

	.frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):focus, 
	.frm_style_formidable-style.with_frm_style select:focus, 
	.frm_style_formidable-style.with_frm_style textarea:focus, 
	.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"]:focus, 
	.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"]:focus, 
	.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"]:focus, 
	.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"]:focus, 
	.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"]:focus, 
	.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"]:focus, 
	.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"]:focus, 
	.frm_form_fields_active_style:focus, 
	.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single:focus, 
	.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices:focus {
		background-color: transparent;
		border-color: #003d56;
		box-shadow: none;
		color: #323e4d;
		/*border: 0;*/
		/*border-bottom: 1px solid rgb(246, 138, 31);*/
	}

	.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
		background-color: transparent !important;
	}

	body .frm_style_formidable-style.with_frm_style input::placeholder,
	body .frm_style_formidable-style.with_frm_style select::placeholder,
	body .frm_style_formidable-style.with_frm_style textarea::placeholder {
		color: #fff;
	}

	body .frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,
	body .frm_style_formidable-style.with_frm_style select::-webkit-input-placeholder,
	body .frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	 	color: #fff;
	}

	body .frm_style_formidable-style.with_frm_style input::-moz-placeholder,
	body .frm_style_formidable-style.with_frm_style select::-moz-placeholder,
	body .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder { /* Firefox 19+ */
	  	color: #fff;
	}

	body .frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,
	body .frm_style_formidable-style.with_frm_style select:-ms-input-placeholder,
	body .frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder { /* IE 10+ */
	  	color: #fff;
	}

	body .frm_style_formidable-style.with_frm_style input:-moz-placeholder,
	body .frm_style_formidable-style.with_frm_style select:-moz-placeholder,
	body .frm_style_formidable-style.with_frm_style textarea:-moz-placeholder { /* Firefox 18- */
		color: #fff;
	}

	input, select, textarea,
	body .frm_style_formidable-style.with_frm_style input[type="text"], 
	body .frm_style_formidable-style.with_frm_style input[type="password"], 
	body .frm_style_formidable-style.with_frm_style input[type="email"], 
	body .frm_style_formidable-style.with_frm_style input[type="number"], 
	body .frm_style_formidable-style.with_frm_style input[type="url"], 
	body .frm_style_formidable-style.with_frm_style input[type="tel"], 
	body .frm_style_formidable-style.with_frm_style input[type="phone"], 
	body .frm_style_formidable-style.with_frm_style input[type="search"], 
	body .frm_style_formidable-style.with_frm_style select, 
	body .frm_style_formidable-style.with_frm_style textarea, 
	body .frm_form_fields_style, 
	body .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, 
	body .frm_form_fields_active_style, 
	body .frm_form_fields_error_style, 
	body .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, 
	body .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
		/*letter-spacing: 6px;*/
		font-weight: 400;
		font-size: 12px;
		text-transform: uppercase;
		color: #fff;
		/*border: 2px solid rgb(216, 219, 224);*/
		/*border: 2px solid rgb(173, 179, 194);*/
		/*border: 2px solid rgb(26, 70, 112);*/
		/*border: 0;*/
		background-color: transparent;
		/*border-bottom: 1px solid #fff; */
	}

	
	.frm_style_formidable-style.with_frm_style input[type="text"],
	.frm_style_formidable-style.with_frm_style input[type="password"],
	.frm_style_formidable-style.with_frm_style input[type="email"],
	.frm_style_formidable-style.with_frm_style input[type="number"],
	.frm_style_formidable-style.with_frm_style input[type="url"],
	.frm_style_formidable-style.with_frm_style input[type="tel"],
	.frm_style_formidable-style.with_frm_style input[type="phone"],
	.frm_style_formidable-style.with_frm_style input[type="search"],
	.frm_style_formidable-style.with_frm_style select,
	.frm_style_formidable-style.with_frm_style textarea,
	.frm_form_fields_style,
	.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
	.frm_form_fields_active_style,
	.frm_form_fields_error_style,
	.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
	.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
		height: 32px;
		line-height: 1.3;
		border-radius: 0;
		box-shadow: none;
		display: block;
		width: 100%;
	}

	.frm_style_formidable-style.with_frm_style textarea {
		height: 80px;
	}


	/**
	*	Car Inquiry Form
	*/
	#content .car-inquiry-widget .frm_forms {
		background-color: rgb(48, 65, 92);
		padding: 25px;
	}

	.frm_form_widget .car-inquiry-form .frm_form_fields input[type="text"],
	.frm_form_widget .car-inquiry-form .frm_form_fields input[type="email"],
	.frm_form_widget .car-inquiry-form .frm_form_fields textarea,
	.frm_form_widget .car-inquiry-form .frm_form_fields select {
		width: 100%;
		display: block;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.1) !important;
		border: 1px solid #fff;
		color: #fff;	
	}

	.frm_form_widget .car-inquiry-form .frm_form_fields textarea {
		height: 108px;
		resize: vertical;
	}

	.frm_style_formidable-style.with_frm_style .car-inquiry-form input[type="submit"] {
		background: transparent;
		color: #ffffff;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		line-height: 40px;
		border: 2px solid #fff;
		padding: 0 10px;
		margin: 0;
		font-family: inherit;
		text-transform: uppercase;
	}


	/**
	*	Scrollbars
	*/
	::-webkit-scrollbar {
	    width: 12px;
	}

	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	    background: #fff;
	    /* border-radius: 10px; */
	}

	::-webkit-scrollbar-thumb {
	    /* border-radius: 10px; */
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
	​


	/**
	*	Thrives
	*/
		/* Menu */
		.thrv_heading .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul {
			border: 0;
		}

		.thrv_heading .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li:first-child a {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.thrv_heading .thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal>li ul li:last-child a {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

		.thrv_wrapper {
			padding: 0;
		}


	/**
	*	Site Blocks
	*/
		/* Block Frontend Display */
		.rnmkr-section-block-placeholder {
			background: #333;
			color: #fff;
			text-align: center;
			border: 1px solid #333;
		}

		.rnmkr-section-block-placeholder-inner {
			padding: 15px 30px;
			border: 1px dashed #ccc;
			color: #5f5f5f;
			text-shadow: 1px 1px #1f1d1d;
			font-weight: 700;
			font-size: 16px;
		}

		.rnmkr-block-name:before {
			content: '"';
		}

		.rnmkr-block-name:after {
			content: '"';
		}

		.rnmkr-block-name {
			text-transform: uppercase;
			color: #5b6975;
		}

/**
*	4. Structure
*
*	----------------------------------------------------------------------
*/
	
	/**
	*	General
	*/
	.site-container {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		box-shadow: 0 0 3px 0px #aaa;
		position: relative;
	    overflow-x: hidden;
	}

	.wrap {
		display: block;
		width: 1200px;
		max-width: 100%;
		margin:  0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	
	.main {
		width: 100%;
		max-width: 100%;
		float: left;
		padding-right: 30px;
	}

	.main-sidebar, .secondary-sidebar{
		width: 300px;
		max-width: 100%;
		float: right;
	}

	.error404 .sidebar-content #main_sidebar {
		display: none;
	}

	#content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.disable-top-space #content {
		padding-top: 0 !important;
	}

	.disable-bottom-space #content {
		padding-bottom: 0 !important;
	}

	body #frm_form_9_container .frm_submit .frm_button_submit i {
		font-family: 'FontAwesome' !important;
		color: #FFFFFF;
	}

	/**
	*	Header Structure
	*/
	#sticky_header_container {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		opacity: 0;
		pointer-events: none;
		perspective: 1000px;
	}

	.header-is-stuck #sticky_header_container {
		transition-duration: 0s;
		opacity: 1;
		pointer-events: auto;
	}

	#sticky_header {
		transform-origin: 50% 0%;
		transform: rotateX(-90deg);
		box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.0);
	}

	.header-is-stuck #sticky_header {
		transform: rotateX(0deg);
		box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.08);
	}


	/**
	*	Header Search Form
	*/
	.header-search-form-container {
		background-color: #333;
	}
	.header-search-form-container .form-container {
		width: 95%;
		float: left;
	}
	.header-search-form-container .close-icon-container {
		width: 5%;
		float: right;
		font-size: 35px;
		text-align: center;
		color: #fff;
	}
	.header-search-form-container input[type="search"] {
		width: 95%;
		max-width: 100%;
		padding: 30px 15px;
		float: left;
		font-size: 30px;
		border: 0 !important;
		background-color: rgba(255, 255, 255, 0.40);
		color: #fff;
	}
	.header-search-form-container button {
		width: 5%;
		float: right;
		position: relative;
		right: 57px;
		padding: 12px 15px;
		background-color: transparent;
		border: 0;
		font-size: 30px;
	}
	.search-icon,
	.header-search-form-container .close-icon-container i {
		cursor: pointer;
	}

	/*Animation*/

	.header-search-form-container {
		position: absolute;
		top: -129px;
		z-index: 9;
		width: 100%;
	}

	.header-search-form-container.enable-search {
		top: 0;
	}

	.thumb-container .thumb {
		position: relative;
		display: block;
		background-color: rgb(204, 204, 204);
		background-size: cover;
		background-repeat: no-repeat;
		height: auto;
		padding-top: 30%;
		background-position: center center;
		margin-bottom: 30px;
	}

	.thumb-container .featured-thumb {
		position: relative;
		display: block;
		background-color: rgb(204, 204, 204);
		background-size: cover;
		background-repeat: no-repeat;
		height: auto;
		padding-top: 65%;
		background-position: center center;
		margin-top: 8px;
	}


	.article-header .entry-title {
		font-size: 25px;
		margin-bottom: 0;
		margin-bottom: 10px;
	}

	.entry-content {
		font-size: 16px;
		/*padding: 15px 0;*/
	}

	.search-results-container .readmore-container {
		margin: 15px 0;
		line-height: 1;
	}


	/**
	*	Burger Menu trigger
	*/
	.shiftnav-enabled #shiftnav-toggle-main {
		transform: translateX(100%) rotateY(0.0000001deg);
		right: -1px;
	}

	/* Burger Icon */
	.shiftnav-enabled #shiftnav-toggle-main #shiftnav-toggle-main-button {
		transform: translateX(100%) rotateY(0.0000001deg);
		background-color: #fff;
	}

	.shiftnav-enabled #shiftnav-toggle-main #shiftnav-toggle-main-button.modified-shiftnav {
		transform: translateX(0) rotateY(0.0000001deg);
		opacity: 1;
	}

	/* Burger Menu trigger Hover */
	#site_container:after {
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 15px;
		z-index: 9999;
		background-color: #fff; /* #ff8a00; */
		transform: translateX(0) rotateY(0.0000001deg);
		pointer-events: none;
	}

	.menu-trigger-hovered #site_container:after {
		transform: translateX(-100%) rotateY(0.0000001deg);
	}

	/* Burger Menu Pannel */
	.shiftnav {
		opacity: 1;
	}

	#shiftnav-main {
		overflow: visible;
	}


	/* Burger Menu Content Cover */
	#site_container:before {
	    content: "";
	    background-color: rgb(13, 23, 29);
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 9998;
	    opacity: 0;
	    pointer-events: none;
	}

	.shiftnav-open #site_container:before {
	    pointer-events: auto;
	    opacity: 0.5;
	}

	.menu-trigger-hovered #site_container:before {
		opacity: 0.15;
	}


/**
*	5. Modules
*
*	----------------------------------------------------------------------
*/

	/**
	*	Main Title
	*/
	.main-title .main-title-header {
		margin-bottom: 0;
		padding: 80px 0 0 0;
		font-size: 32px;
		text-align: left;
		color: #fff;
	}

	/**
	*	Breadcrumbs
	*/
	.breadcrumbs {
		padding: 10px 0;
		/*background: #efefef;*/
	}

	.breadcrumbs .breadcrumbs-text {
		margin-bottom: 0;
		text-align: left;
	}


	/**
	*	Pagination
	*/
	.pagination .page-numbers:before,
	.pagination .page-numbers:after {
		display: '';
		clear: both;
	}
	.pagination .page-numbers {
		display: table;
	}

	.pagination .page-numbers li {
		display: block;
		float: left;
	}

	.pagination .page-numbers li a,
	.pagination .page-numbers li span {
		display: block;
		padding: 8px 10px;
		background-color: rgb(58, 141, 224);
		margin: 0 5px;
		box-shadow: 1px 1px 3px rgba(1, 1, 1, 0.31);
		position: relative;
	}

	/* Pagination Hover */
	.pagination .page-numbers li a:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.2);
		opacity: 0;
	}
	.pagination .page-numbers li a:hover:before {
		opacity: 1;
	}


/**
*	6. Shortcodes
*
*	----------------------------------------------------------------------
*/




/**
*	7. Widgets
*
*	----------------------------------------------------------------------
*/




/**
*	8. Pages
*
*	----------------------------------------------------------------------
*/
	
	/**
	*	Single Site_block Editing
	*/
	.single-site_block .main-sidebar,
	.single-site_block .article-header,
	.single-site_block .article-footer {
		display: none;
	}

	.single-site_block #content {
		margin-top: 0;
		margin-bottom: 0;
	}

	.single-site_block .main {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}

	.single-site_block .site-container {
		box-shadow: none;
	}

	.single-site_block #content {
		position: relative;
		/* margin-top: 50vh;
		transform: translateY(-50%); */
		box-shadow: 0 0 3px 0px #aaa;
		background: #fff;
	}

	body.single-site_block {
		background: #efefef;
	}



/**
*	9. Transition and Effects
*
*	----------------------------------------------------------------------
*/

	/**
	*	Ease-out Transition fast
	*/
	.btn,
	.button,
	.car-thumb,
	.btn.alt-1,
	.visual-hook,
	.button.alt-1,
	#sticky_header,
	.nav-previous a,
	body .slick-prev,
	body .slick-next,
	.visual-hook:before,
	.notification-content,
	#site_container:after,
	#site_container:before,
	body .slick-prev:before,
	body .slick-next:before,
	#sticky_header_container,
	.new-car-post-navigation,
	#shiftnav-toggle-main,
	#shiftnav-toggle-main-button,
	.header-search-form-container,
	#shiftnav-main {
		/* Transition */
		-webkit-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */
	}

	/**
	*	Ease-out Transition mid
	*/
	.selector-here {
		/* Transition */
		-webkit-transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */
	}

	/**
	*	Nav Sticky Transition
	*/
	.selector-here {
		/* Transition */
		-webkit-transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */
	}


	/**
	*	Visual Hooks
	*/
	.visual-hook {
		padding: 10px 20px;
		background-color: #05223a;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 6px;
		border: 1px dashed #ffffff;
		font-size: 14px;
		font-weight: 700;
		box-shadow: 0 0 0 2px #333;
		text-shadow: 0 0 1px rgba(0, 0, 0, 0.8509803921568627);
		color: #cdcddc;
		perspective: 1000px;
		perspective-origin: 50% 50%;
		text-align: center;
	}

	.visual-hook .hook-name {
		position: relative;
		z-index: 3; 
	}

	.visual-hook:hover {
		background-color: #032d50;
	}

	.visual-hook:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		pointer-events: none;
		z-index: 1;

		/* CSS Gradient */
		background: rgba(1,34,61,1);
		background: -moz-linear-gradient(top, rgba(1,34,61,1) 0%, rgba(3,37,66,1) 29%, rgba(2,36,64,1) 67%, rgba(1,34,61,1) 68%, rgba(0,32,56,1) 83%, rgba(1,34,61,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,34,61,1)), color-stop(29%, rgba(3,37,66,1)), color-stop(67%, rgba(2,36,64,1)), color-stop(68%, rgba(1,34,61,1)), color-stop(83%, rgba(0,32,56,1)), color-stop(100%, rgba(1,34,61,1)));
		background: -webkit-linear-gradient(top, rgba(1,34,61,1) 0%, rgba(3,37,66,1) 29%, rgba(2,36,64,1) 67%, rgba(1,34,61,1) 68%, rgba(0,32,56,1) 83%, rgba(1,34,61,1) 100%);
		background: -o-linear-gradient(top, rgba(1,34,61,1) 0%, rgba(3,37,66,1) 29%, rgba(2,36,64,1) 67%, rgba(1,34,61,1) 68%, rgba(0,32,56,1) 83%, rgba(1,34,61,1) 100%);
		background: -ms-linear-gradient(top, rgba(1,34,61,1) 0%, rgba(3,37,66,1) 29%, rgba(2,36,64,1) 67%, rgba(1,34,61,1) 68%, rgba(0,32,56,1) 83%, rgba(1,34,61,1) 100%);
		background: linear-gradient(to bottom, rgba(1,34,61,1) 0%, rgba(3,37,66,1) 29%, rgba(2,36,64,1) 67%, rgba(1,34,61,1) 68%, rgba(0,32,56,1) 83%, rgba(1,34,61,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01223d', endColorstr='#01223d', GradientType=0 );
	}

	.visual-hook:hover:before {
		opacity: 1;
	}

	.rain {
		pointer-events: none;
		position: absolute; 
		width: 10px;
		height: 10px;
		border-radius: 50%; 
		background: #57cdec;
		animation: implode 0.6s ease-in-out;
		animation-fill-mode: both;
		animation-timing-function: linear;
		opacity: .5;
		z-index: 2;
	}

	@keyframes implode {
	  0% {
	  	transform: scale(1, 1) translateY(10px);
	  }

	  50% {
	  	opacity: 0.10;
	  	transform: scale(0.5, 0.6) translateY(40px);
	  }

	  75% {
	  	opacity: 0.05;
	  }

	  100% {
	  	background: #ffffff;
	  	opacity: 0;
	  	transform: scale(0, 0.3) translateY(100px);
	  }
	}



/**
*	9. Other
*
*	----------------------------------------------------------------------
*/
	/**
	*	Standards Compliance
	*/
	.sticky {}          /* DO NOT EDIT THIS */
	.gallery-caption {} /* THESE ARE USELESS */
	.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */



/**
*	Temp
*/
body.front-page .main {
	width: 100%;
	padding-right: 0;
}

body.front-page #main_sidebar, body #secondary_sidebar {
	display: none;
}

/*Left Sidebar*/
.sidebar-content #main_sidebar, .sidebar-content #secondary_sidebar.primary-first{
	float: left;
	padding-right: 30px;
	display: block;
}

.sidebar-content #main{
	float: right;
	width: calc(100% - 300px);
}


/*Right Sidebar*/
.content-sidebar #main_sidebar, .content-sidebar #secondary_sidebar.primary-first{
	float: right;
	padding-left: 30px;
	display: block;
}

.content-sidebar #main{
	float: left;
	padding: 0;
	width: calc(100% - 300px);
}

/*Left And Right Sidebar*/
.sidebar-content-sidebar #main_sidebar, .sidebar-content-sidebar #secondary_sidebar.primary-first{
    float: left;
    display: inline-block;
    vertical-align: top;
}

.sidebar-content-sidebar #main{
    padding: 0 30px;
    float: none;
    display: inline-block;
    width: 567px;
}

.sidebar-content-sidebar #secondary_sidebar, .sidebar-content-sidebar #main_sidebar.secondary-first{
	float: right;
    display: inline-block;
}

/*Two Sidebar On The Left*/
.sidebar-sidebar-content #main_sidebar, .sidebar-sidebar-content #secondary_sidebar.primary-first{
	float: left;
 	padding-right: 15px;
    width: 315px;
}

.sidebar-sidebar-content #main{
	float: right;
    width: 540px;
    padding-left: 30px;
}

.sidebar-sidebar-content #secondary_sidebar, .sidebar-sidebar-content #main_sidebar.secondary-first{
	padding-left: 15px;
	width: 315px;
	display: block;
    float: left;
}

/*Two sidebars on the right*/
.content-sidebar-sidebar #main_sidebar, .content-sidebar-sidebar #secondary_sidebar.primary-first{
	float: left;
    margin-right: 30px;
}

.content-sidebar-sidebar #main{
	float: left;
    width: calc(71% - 300px);
    padding-left: 30px;
}

.content-sidebar-sidebar #secondary_sidebar, .content-sidebar-sidebar #main_sidebar.secondary-first{
	float: left;
	display: block;
    margin: 0;
}

/*no sidebar*/
.no-sidebar #main_sidebar, .no-sidebar #secondary_sidebar{
	display: none !important;
}

.no-sidebar .main{
    width: 100%;
    padding: 0;
}

/*primary sidebar*/
#main-sidebar.primary-first, #secondary-sidebar.primary-first{
	display: block;
}


/*Grid Type*/
.grid-type-wide .inner-content.wrap {
	width: auto;
}

body.front-page .article-header,
body.front-page .article-footer {
	display: none;
}

.thrv_wrapper.thrv_custom_html_shortcode{
	margin-top: 0 !important;
}

.thrv_wrapper.thrv_site_block{
	display: block;
}

.svg-container {
	width: 100%;
	height: 100%;
}

.animate-svg path {
	stroke: #08384D;
}

.tve_editor_page.shiftnav-enabled .thrv_wrapper.thrv-page-section.tcb-window-width.sticky-header {
	opacity: 1;
	pointer-events: auto;
	position: static !important;

}

/*shiftnav-disable-shift-body*/
.shiftnav-enabled .internal-header-block{
	/*display: none;*/
}

.menu-trigger img{
	cursor: pointer;
}

/*shiftnav style*/
.shiftnav{
	background-color: #ffffff;
}

.shiftnav #menu-main-navigation .current-menu-item.menu-item a{
	color: #fff;
}

.shiftnav #menu-main-navigation .menu-item a {
	color: #242424;
}

.shiftnav #menu-main-navigation .menu-item:not(.current-menu-item) a:hover {
	color: #003d56;
}

.shiftnav #menu-main-navigation .current-menu-item {
	color: #fff;
	background-color: #FF8A00;
}

.shiftnav:after{
    box-shadow: none;
}

.shiftnav .shiftnav-menu-title{
	background-color: #FFFFFF;
}

/*.shiftnav .shiftnav-menu-title a{
	display: none;
}*/
/*.shiftnav .shiftnav-menu-title a:after*/
.shiftnav .shiftnav-menu-title:after{
	content: "";
	background-image: url('library/images/RocketStacklogo-1.png');
    background-size: cover;
    padding-top: 50%;
    width: 61%;
    display: block;
    margin: 0 auto;
}

body #frm_form_9_container .frm_form_field{
	width: 90%;
    display: inline-block;
    padding-right: 60px;
}

body #frm_form_9_container .frm_submit{
    display: inline-block;
}

body #frm_form_9_container .frm_submit .frm_button_submit{
	border: 1px solid #013C55;
    border-radius: 36px;
    background-image: linear-gradient(rgba(246, 138, 31, 0), rgba(246, 138, 31, 0)) !important;
    padding: 12px;
    color: #013C55;
    font-size: 14px;
}

#frm_form_9_container.frm_style_formidable-style.with_frm_style input[type="email"]{
	border: none;
    border-bottom: 2px solid #013C55;
    font-size: 16px;
    text-transform: inherit;
    letter-spacing: 0px;
    font-family: Montserrat !important;
    padding-left: 0;
    color:  #013C55;
}

#frm_form_9_container.frm_style_formidable-style.with_frm_style input[type="email"]::placeholder{
    color: rgb(191, 202, 205);
}

.shiftnav-inner .shiftnav-menu-title.shiftnav-site-title a{
	display: none !important;
}