/***
	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.5
	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
*
*	----------------------------------------------------------------------
*/

/*@font-face {
	font-family: 'MMC';
	src: url('../rainmaker/library/fonts/MMC-Regular.otf') format('truetype');
}

@font-face {
	font-family: 'MMC';
	font-weight: 400; 
	src: url('../rainmaker/library/fonts/MMMC-Medium.otf') format('truetype');
}

@font-face {
	font-family: 'MMC';
	font-weight: bold;
	src: url('../rainmaker/library/fonts/MMC-Bold.otf') format('truetype');
}*/


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

body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.7857;
	background: #ffffff;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #323e4d;
	/*overflow-x: hidden;*/	
}

p, .thrv_wrapper.thrv_text_element {
	margin: 0 0 20px;
	padding: 0;
}

.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;
	font-weight: 700;
	/*color: #444;*/
	color: #323e4d;
	font-weight: 900;
}

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

.hentry {
    margin: 0;
}

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

h2, .h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
}

h3, .h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

h4, .h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.857em;
	font-weight: 900;
}

h5, .h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.714em;
	font-weight: 900;
}

h6, .h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.571em;
	font-weight: 900;
}
 
.thrv_heading h1, .thrv_heading h2, .thrv_heading h3, .thrv_heading h4, .thrv_heading h5, .thrv_heading h6,
.thrv_heading .h1, .thrv_heading .h2, .thrv_heading .h3, .thrv_heading .h4, .thrv_heading .h5, .thrv_heading .h6 {
	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: #ec1c23;
}

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

li {
	list-style: disc;
}

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, green 50%, transparent 50%),
	    linear-gradient(135deg, transparent 50%, green 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 {
    -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(1.3em + 0.1px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.8em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 14px) 1.5em, calc(100% - 19px) 1.5em, calc(100% - 2.5em) 0.8em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	outline: 0;
}*/

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

input {
	height: auto;
}

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

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

#tve_editor ul.sub-menu {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.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;
}

.sub-menu {
	z-index: 9 !important;
}



	
	/**
	*	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: #393e4d;
		font-style: normal;
		text-align: center;
	}

	.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: #393e4d;
	}

		/* 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%;
		}


		/**
		*	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: #d8d3d3;
		}

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

		body #content .frm_forms  {
		    background-color: #1A1B1C;
			margin-bottom: 15px;	
			padding: 25px; 
		}
		#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{
	    	border: 2px  solid #fff;
	    	background-color: rgba(28, 100, 207, 0) ;
		    box-shadow: none;
		    padding: 10px 30px;
		    color: #fff;
		    transition: background-color 0.3s ease;
		    text-transform: uppercase;
		    font-weight: bold;
		}

		.frm_form_fields .frm_submit .frm_button_submit:hover,
		.frm_form_fields .frm_submit .frm_button_submit:focus {
			background-color: #fff !important;
			border: 2px solid #fff !important;
			color: #1a1b1c !important;
		}


		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 {
			height: auto;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			padding: 10px 12px;
			line-height: 1.4285;
			border: 1px solid rgb(0, 0, 0) !important;
			/*border: 2px solid rgb(216, 219, 224);*/
			/*border: 2px solid rgb(173, 179, 194);*/
			/*border: 2px solid rgb(26, 70, 112);*/
			border: 0;
		}

		
		.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 select.frm_time_select {
			display: inline;
			width: 100%;
			max-width: 32%;
		}

		.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, 
		.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
			display: inline;
			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 + -4px), calc(100% - 15px) calc(1em + -4px), calc(100% - 2.5em) -0.1em;
			background-size: 5px 5px, 5px 5px, 1px 1.5em;
			background-repeat: no-repeat;
			padding: 1px 8px;
		}
		.ui-datepicker .ui-datepicker-title select.ui-datepicker-month:focus, 
		.ui-datepicker .ui-datepicker-title select.ui-datepicker-year:focus {
			/*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 + -4px), calc(100% - 15px) calc(1em + -4px), calc(100% - 2.5em) -0.1em;
			background-size: 5px 5px, 5px 5px, 1px 1.5em;
			background-repeat: no-repeat;*/
		}

		div:not(#tcb_landing_page) .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal>li.expand-children:hover:after {
			background-color: unset;
		}

		.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;
		}


	/**
	*	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;
	}

	.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;
	}

	/**
	* Header Search Form
	*/
	.header-search-form-container {
		background-color: #333;
		opacity: 0;
	}
	.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;
		opacity: 1;
	}

	.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;
	}

	/*Header*/

	.secondary-header {
		position: relative;
		display: block;
	}

	.secondary-header:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 6;
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.92) 100%);
		background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.92)));
		background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.92) 100%);
		background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.92) 100%);
		background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.92) 100%);
		background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.92) 100%);
	}

	.title-area {
		display: block;
	    z-index: 7;
	    position: relative;
	}

	.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;
	}


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

	/**
	*	Main Title
	*/
	.main-title .main-title-header {
		margin-bottom: 0;
		padding: 340px 0 35px 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
*
*	----------------------------------------------------------------------
*/

	/**
	*	Finance Calculator
	*/
	.carloanlink {
		cursor: pointer;	
	}

	span.row {
		display: block;
	}

	.finance-calculator-container {
		/*background-color: #E4E6EC;
		background-color: #19456B;
		padding: 20px;
		text-align: center;*/
	}

	.finance-calculator-container .finance-calculator-app {
		position: relative;
		perspective: 1000px;
	}

	.finance-calculator-container .finance-form {
		margin-bottom: 30px;
	}

	.finance-calculator-app.display-results .finance-form {
		opacity: 0;
	}

	.finance-calculator-container label {
		text-align: left;
	}

	.finance-calculator-container label .label {
		color: #333;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		padding: 0 0 8px 0;
	}

	.finance-calculator-container input {
		width: 100%;
		border: 0 !important;
		margin-bottom: 9px;
	}

	.finance-calculator-container .payment-display {
		margin-top: 55px;
		text-align: right;
		line-height: 1.4;
	}

	.finance-calculator-container .payment-display .other-details .detail {
		margin-bottom: 12px;
	}

	.finance-calculator-container .payment-display .label {
		color: #333;
		display: block;
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.finance-calculator-container .payment-display .other-details {
		margin-top: 15px;
	}

	.finance-calculator-container .payment-display .other-details .label {
		font-size: 8px;
	}

	.finance-calculator-container .payment-display .value {
		display: block;
		font-size: 30px;
		font-weight: 300;
		margin-top: 5px;
		text-align: center;
	}

	.finance-calculator-container .payment-display .other-details .value {
		font-size: 14px;
	}

	.finance-calculator-container .disclaimer {
		font-size: 12px;
		border-top: 1px solid #f1f6fb;
		padding-top: 15px;
		box-shadow: 0 -4px 6px -6px #636D87;
		text-align: center;
	}

	.finance-calculator-container .submit-container {
		margin-top: 20px;
	}

	.finance-calculator-container .submit-container .submit-btn {
		width: 100%;
		background-color: #393e4d;
		border: 0;
	}

	.finance-calculator-container .results-screen {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: 0 1px 3px #8a8a8a;
		background-color: #f9f9fc;
		-webkit-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}

	.finance-calculator-app.display-results .results-screen {
		transform: rotateY(0);
		opacity: 1;
	}

	.finance-calculator-container .results-screen-inner {
		position: absolute;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-image: url('');
		background-color: #393e4d;
		background-position: center 160%;
	}

	.finance-calculator-app.display-results .results-screen-inner {
		background-position: center 100%;
	}

	.finance-calculator-container .back-button-container {
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 15px;
	}

	.finance-calculator-container .back-button-container .back-button {
		cursor: pointer;
	}

	.finance-calculator-container .back-button .fa {
		margin-right: 8px;
	}

	.fade {
		display: none;
	}

	.fade.in {
		display: block;
	}




/**
*	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;
	}

	.new-vehicle-top-nav-container,
	.new-vehicle-bot-nav-container {
		position: relative;
	}

	.new-vehicle-top-nav-container:before,
	.new-vehicle-bot-nav-container:before {
		content: "";
	    width: 0;
	    height: 0;
	    position: absolute;
	    z-index: 1;
	    border-style: solid;
	    border-width: 28px 28px 0 28px;
	    border-color: #fff transparent transparent transparent;
	    bottom: 0;
	    left: 50%;
	    margin-left: -28px;
	    bottom: -26px;
	}

	.new-vehicle-sub-pages {
		position: relative;
		text-align: center;
	    margin: 0 !important;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}

	.new-vehicle-sub-pages li {
		display: inline-block;
		margin: 0;
	}

	.new-vehicle-sub-pages li a{
		font-size: 20px;
	}

	/**
	* Get All Special Offer
	*/

	.special-offer-home .special-offer-box {
		background-color: #333;
		padding: 15px 15px;
		margin-bottom: 30px;
	}

	.special-offer-container .special-offer-box {
		margin-bottom: 30px;
	}


	/**
	* Special Offer
	*/

	.no-offers {
		background-color: #fff;
		padding: 40px 30px;
		margin-top: 100px;
	}

	.no-offers p {
		margin: 0;
	}

	.special-details-box-inner h3.special-offer-title a {
		color: #fff;
		font-size: 18px;
	}

	.special-details-box-inner .special-offer-price {
		color: #ec1c23;
		font-weight: bold;
		font-size: 16px;
	}

	.special-details-box-inner .more-container {
		text-align: center;
	    margin: 30px 0;
	}

	.special-details-box-inner .more-container a{
		background-color: #fff;
		padding: 20px 60px;
		color: #ec1c23;
		text-align: center;
		margin: 30px 0;
		font-size: 18px;
	}

	.special-details-box-inner .more-container a:hover,
	.special-details-box-inner .more-container a:focus {
		color: #e81528;
	}

	/*#main_sidebar .widget.widget_text span[data-eeencemail_ctusphzcyr="1"] a {
		font-size: 12px;
	}*/

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

	/**
	*	Ease-out Transition fast
	*/
	.btn,
	.button,
	.car-thumb,
	.btn.alt-1,
	.visual-hook,
	.button.alt-1,
	.nav-previous a,
	body .slick-prev,
	body .slick-next,
	.visual-hook:before,
	body .slick-prev:before,
	body .slick-next:before,
	.new-car-post-navigation,
	.notification-content,
	.header-search-form-container,
	.finance-calculator-container .finance-form,
	.finance-calculator-container .results-screen {
		/* 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,
	.finance-calculator-container .results-screen-inner {
		/* 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;
}

/*Accordion Style*/
.entry-content .accordion-content{
	display: none;
}

.entry-content .accordion-btn{
    width: 100%;
}

.accordion-btn {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion-btn:hover {
    background-color: #ccc; 
}

.accordion-content {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}

.entry-content .accordion-content .catalog-item{
	font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000;
}

.entry-content .accordion-content .term-content{
    margin: 20px;
    box-shadow: 0px 0px 9px 5px #e7e7e7;
}

/*Bread Crumbs*/
.breadcrumbs {
    padding: 10px 0;
}


/*sidebar style overide*/
#main_sidebar .widgettitle{
	display: none;
}

#main_sidebar .widget.widget_text{
    background-color: #EC1C23;
    padding: 15px;
    margin-bottom: 15px;
}

#main_sidebar .widget.widget_text h1, 
#main_sidebar .widget.widget_text h2,
#main_sidebar .widget.widget_text h3,
#main_sidebar .widget.widget_text h4,
#main_sidebar .widget.widget_text h5,
#main_sidebar .widget.widget_text h6,
#main_sidebar .widget.widget_text p,
#main_sidebar .widget.widget_text span,
#main_sidebar .widget.widget_text a,
#main_sidebar .widget.widget_text ul,
#main_sidebar .widget.widget_text li{
	color: #fff;
}

/*end*/

.frm_style_formidable-style.with_frm_style #frm_field_174_container input[type=text]{
	color: #000;
}

/*.frm_style_formidable-style.with_frm_style textarea::placeholder, 
.frm_style_formidable-style.with_frm_style input[type="text"]::placeholder
{
	color: #fff;
}*/

body .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],body .frm_style_formidable-style.with_frm_style .frm_form_field :invalid{
	color: #fff;
	background-color: transparent;
}