@charset "UTF-8";
/* 

 Theme Name:   RhinoProtect
 Description:  Custom theme for Rhino Protect.
 Author:       Ashleigh Sims
 Author URI:   https://rhinoprotectinsurance.com
 Text Domain:  rhinoprotect
 Version:      1.0 


--- Table of Contents ---
-------------------------
  
	1. RESET BROWSER DEFAULTS
	2. CORE STYLES
		2.1. HTML5 Display Fix
		2.2. WordPress Core Tags
		2.3. H Tags
  	3. STRUCTURE
		3.1 Title Bar
		3.2 Tables
			3.2.1 Webinars
  	4. HEADER
		4.1. Contact Header
		4.2. Main Header
			4.2.1 Main Navigation
				4.2.1.1 Sub Navigation
	5. PAGE HEAD 
		5.1. Static Header Image
		5.2. Slider
		5.3. Page Head Title Bar
	6. BUTTONS
	7. BLOG	
		7.1. Sidebar
  	8. FORMS
	9. NEWSBAR
	10. TEMPLATE PARTS
		10.1. Testimonials TPart
		10.2. Stats Bar TPart
		10.3. Quote Bar TPart
		10.4. CTA Bar TPart
  	11. FOOTER
		11.1. Footer Bar
		11.2. Main Footer
	12. MISCELLANEOUS
		12.1. Cookie Policy
	13. RESPONSIVE
	14. DEPRECATED
	15. ANIMATIONS
	16. TECHNICAL HUB
  
-------------------------

*/
 
/** 1. RESET BROWSER DEFAULTS **/
/***** Credit: http://meyerweb.com/eric/tools/css/reset/ **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, 
ul { 
	list-style: none; 
}
blockquote, 
q { 
	quotes: none; 
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after { 
	content: ''; 
	content: none; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/** 2. CORE STYLES **/

* { 
	border: none; 
	padding: 0; 
	margin: 0; 
	box-sizing: border-box;
}

html {
}

body { 
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	position: relative;
	color: #333; 
	font-weight: 400; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
}

p { 
	font-size: 16px; 
	color: #333; 
	font-weight: 400; 
	letter-spacing: 0.05px;
    line-height: 1.55556;
	margin-top: 18px;
}

ul {
  	line-height: 160%;
  	list-style-type: disc;
  	margin-bottom: 10px;
  	margin-left: 20px;
  	margin-top: 0;
  	padding: 10px 0 10px 10px;
	font-weight: 400;
}

li {
    padding: 0 0 0 10px;
}

a { 
	text-decoration: none;
	color: #2a86d1;
}

.orange {
	color:#2a86d1 !important;
}

/** 2.1. HTML5 Display Fix **/

article, aside, figure, footer, header, hgroup,
menu, nav, section { display:block; }


/** 2.2. WordPress Core Tags **/

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .aligncenter, .bypostauthor {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.post-edit-link {
    background-color: #f59d09;
    box-sizing: border-box;
    float: left;
    font-weight: 500;
    left: 0;
    padding: 10px 15px;
    position: fixed;
}

.wp-video {
	margin: 0 auto;
}


/** 2.3. H Tags **/

h1,
h2,
h3 {
	font-family: 'Poppins', sans-serif;
	color: #202020;
}

h1 { 
	font-size: 36px;
	font-weight: 900 !important;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 {
	font-size: 34px;
    font-weight: 900 !important;
	line-height:140%;
	padding: 0px 0px 0px 0px;
}

	.slider-content h2 {
		text-align: left !important;
	}

	.page h2 {
		font-size: 29px; 
		color: #2a86d1;
		font-weight: 900; 
		width: 100%;
		float: left;
		text-align: center;
margin-bottom: 32px;
		margin-top: 40px;

	}

	#title-bar h2{
		font-size: 24px !important;
		color: #2a86d1 !important;
		line-height:100% !important;
	}

.black{
	color:#202020;
}

h3 { 
	font-size: 24px; 
	color: #2a86d1;
    font-weight: 900; 
	text-align: left;
	padding: 20px 0px 5px;
	line-height:140%;
}

	.white-container h3 {
		color: #f59d09;
	}

	#post-area > h3, 
	.entry > h3, 
	.testimonial-slider .container h3 {
		width: 100%;
	}

	.container h3 {
		color: #2a86d1;
	}

	.right_sidebar .widget .top-head h3 {
		font-size: 18px; 
		margin-bottom:5px;
	}

	#title-bar h3{
		padding: 0px !important;
		text-align: center;
	}

	.testimonial-slider .container h3 {
		text-align: center;
		padding: 0 0 5px;
	}

	.customize-support #title-bar h3 {
		text-align: center;
	}

h4 { 
	font-size: 16px; 
}


/** 3. STRUCTURE **/

.wrapper {
	width: 100%;
	float: left;
}

.container {
	width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	display: table;
}

.iframe-container{ 
	position: relative; 
width: 100%; 
	padding-bottom: 56.25%; 
	height: 0; } 

.iframe-container iframe{ 
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%; }


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

.clearfix:after {
	clear: both;
}

.full-width-container {
	float: left;
	width: 100%;
	padding: 10px 0;
}
	.white-container {
		background-color: #ffffff;
	}
	.grey-container {
		background-color: #f5f5f5;
	}
	.charcoal-container {
		background-color: #333333;
	}


/** 3.1. Title Bar **/

#title-bar {
	background-color: #F5F5F5;
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
}
	#title-bar > h2, #title-bar > h1 {
		font-weight: 300;
		font-size: 40px;
		color: #333;
	}
	#title-bar > h3 {
		font-weight: 300;
		font-size: 29px;
		color: #2a86d1;
		margin: 0;
		width: 100%;
	}


/** 3.2. Tables **/

table {
	
}

	thead {
		
	}

		th {
			text-align: center;
			padding: 10px;
			color: #fff;
			background-color: #333;
		}

	tbody {

	}

		tr {
			background-color: #fff;
		}
			tr:nth-child(even) {
				background-color: #f5f5f5;
			}

		td {
    padding: 10px;
    line-height: 140%;
}



/** 3.2.1. Webinars **/

#webinars-list {
	float: left;
	width: 100%;
}
	#webinars-list th {
		text-align: left !important;
	}

	#watch-cta {
		text-align: center;
	}
	

/** 4. HEADER **/

/** 4.1. Contact Header **/

#header-bar {
	background-color: #333333;
	float: left;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 3;
}
	#head-buttons {
		float: right;
		margin-top: 6px;
	}
	#phone {
		color: #fff;
		float: left;
		font-weight: 900;
		margin-right: 20px;
		margin-top: 7px;
		font-size: 20px;
		background-image: url(assets/img/phone-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 25px;
	}

	#phone a {
		color: #fff;
		font-weight: 900;
		padding-left: 25px;
	}
	.btn-head {
		float: left;
		padding: 10px 25px;
		color: #333;
		font-weight: 900;
		font-size: 12px;
		margin-right: 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-transform: uppercase;
		letter-spacing:1px;
	}


/** 4.2. Main Header **/

#header-main {
	float: left;
	width: 100%;
	padding: 15px 0;
	position: fixed;
	z-index: 30;
	background-image: url("assets/img/backgrounds/black_bg.png");
	background-repeat: repeat;
	margin-top: 50px;
	transition: all 0.3s ease 0s;
}
	#logo {
		float: left;
		margin-top: 32px;
width:190px;
height:auto;
	}
		#logo.shrink {
			width: 50px;
			height: 50px;
			margin-top: 0;
		}
	.left-list {
		float: left;
	}


/** 4.2.1 Main Navigation **/

nav { 
	float: right;
	clear: right;
	margin: 70px 10px 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}

nav.shrink {
	margin: 0px 10px 0 0;
}

#navigation{
	margin-left: 0px!important;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#navigation li {
	padding: 8px;
}

	nav ul li { 
		display: inline; 
		margin: 0 5px; 
		position: relative; 
	}
	
	nav ul li a { 
		color: #fff; 
		font-size: 14px; 
		padding: 15px 0; 
		font-weight: 900; 
		text-transform: uppercase;
	}
	
	.current-menu-item a {
		color: #2a86d1;
	}
	
	.menu-item-has-children {
		background-image: url(assets/img/dropdown-arrow.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}


	/** 4.2.1.1 Sub Navigation **/

	nav ul li ul { 
		display: none; 
	}	
	nav ul li:hover ul { 
		font-size: 12px; 
		display: block; 
		position: absolute;
		min-width:150px; 
		left: 0px;
		top: 30px;
		overflow: visible;
		z-index: 10;
	}	
	nav ul li:hover ul li:first-child a:after {
		position: absolute;
		left: 85px;
		top: 2px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 8px solid #fff;
		
	}
	nav ul li:hover ul li a {
		display:block;
		color: #fff; 
		width: 210px;
		padding: 3px 7px;
	}	
	nav ul li:hover ul li { 
		padding: 0; 
	}	
	nav ul li:hover ul li a:hover { 
		color:#2a86d1;
	}	

.sub-menu {
    background-image: url("assets/img/backgrounds/black_bg.png");
    background-repeat: repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 130%;
    margin-left: 0px !important;
    margin-top: 10px;
}


/** 5. PAGE HEAD **/

/** 5.1. Static Header Image **/

#header-image {
	position: relative;
	background-image: url("assets/img/banners/vantage_banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 340px;
	margin-top: 50px;
}

#header-image.hub-slide{
	background-image: url("assets/img/banners/hub_slide.png");
}

#header-image.legal-expenses-insurance{
	background-image: url("assets/img/banners/legal_slide.png");
}

#header-image.personal-insurance{
	background-image: url("assets/img/banners/personal_slide.png");
}

#header-image.landlords{
	background-image: url("assets/img/banners/landlord_slide.png");
}

#header-image.buyerssellers{
	background-image: url("assets/img/banners/home_buyers_sellers_slide.png");
}

#header-image.rhinotradeinsurance{
	background-image: url("assets/img/banners/rhino_trade_insurance_slider.png");
}

/** 5.2. Slider **/

#slider, 
#header-image {
	float: left;
	width: 100%;
}

#slider {
	margin-top: 50px;
	position: relative;
}
	#slider .royalSlider {
		margin-top: 0;
	}


#line-container {
    float: left;
    position: relative;
    width: 100%;
}
	.vertical-line {
		background-color: #2a86d1;
		height: 60px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: -30px;
		width: 2px;
	}

.rsUni .rsBullets {
    position: absolute !important;
    right: 100px;
	top: 50%;
    vertical-align: middle;
    width: 33px !important;
    z-index: 1 !important;
}
	.rsUni .rsBullet {
		display: inline-block;
		height: 23px !important;
		padding: 5px;
		width: 23px !important;
	}
		.rsUni .rsBullet.rsNavSelected span {
			background-color: #ffffff !important;
		}
		.rsUni .rsBullet span {
			background: none !important;
			border-radius: 50%;
			border: 2px solid #fff;
			display: block;
			height: 18px !important;
			width: 18px !important;
		}

.slider-back {
	position: relative;  
	background-image: url("wp-content/uploads/2019/06/vantage-hub.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 490px;
}



#slider-back.hub{
	background-image: url("assets/img/banners/hub_slide.png");
}

.slider-back.legal {
	background-image: url("assets/img/banners/legal_slide.png");
}

.slider-back.commercial {
	background-image: url("assets/img/banners/commercial_slide.png");
}

.slider-back.personal {
	background-image: url("assets/img/banners/personal_slide.png");
}

.slider-back.landlords {
	background-image: url("assets/img/banners/landlord_slide.png");
}

.slider-back.buyerssellers {
	background-image: url("assets/img/banners/home_buyers_sellers_slide.png");
}

.slider-back.rhinotradeinsurance {
	background-image: url("assets/img/banners/rhino_trade_insurance_slider.png");
}

	.slider-back .container {
		height: 100%;
		padding: 0 !important;
	}

	.slider-content {
		float: left;
		width: 100%;
		position: absolute;
		bottom: 35px;
	}
		.slider-content > p {
			color: #ffffff;
			font-size: 24px;
			display: inline-block;
			margin-top: 0px !important;
width:50%;
		}
		.slider-content > h2 {
			font-weight: 900;
			font-size: 36px;
			color: #2a86d1 !important;
			margin-bottom: 0px !important;
			padding-top: 0 !important;
		}
	.slider-cta-block {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
		.slider-cta-block a  {
			display: inline-block;
			padding: 10px;
			font-weight: 900;
			text-transform: uppercase;
			width: 25%;
			letter-spacing: 1px;
		}

.intro {
    width: 50%;
    padding: 30px;
	float: left;
}

.highlights {
    width: 50%;
    padding: 30px;
    float: left;
    background-color: #F5F5F5;
}

.notify {
    background-color: #F5F5F5;
    text-align: center !important;
    width: 80%;
    margin: 40px auto;
    padding: 30px;
}

.products {
    width: 48%;
    padding: 30px;
float: left;
background-color: #333333;
	color:#FFFFFF;
	margin:10px;
}

.notify h3{
	    text-align: center !important;
}

.blue-btn,
.orange-btn,
.gform_next_button, 
.gform_button, 
#gform_submit_button_2
{
			display: inline-block;
			padding: 10px;
			font-weight: 900;
			text-transform: uppercase;
				letter-spacing: 1px;
		}

.gform_wrapper .gform_footer {
    height: 100px;
}


		.slide-btn-one {
			margin-right: 15px;
		}
		.slide-btn-two {
			margin-left: 15px;
		}

/** 5.3. Page Head Title Bar **/

#header-title-bar {
	background-image: url("assets/img/backgrounds/white_bg.png");
	background-repeat: repeat;
	width: 50%;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
	margin: 200px auto 0;
	display: table;
}
	#header-title-bar > h1, #header-title-bar > h2 {
		float: left;
		width: 100%;
	}
	#header-title-bar > h1 {
		font-weight: 400;
		color: #ffffff;
		margin-top: 0 !important;
		font-size: 40px;
	}
	#header-title-bar > h2 {
		font-weight: 500;
		color: #2a86d1;
		font-size: 24px;
	}

#tfp-btn-nav {
	float: left;
	width: 100%;
	margin-top: 280px;
}
	#tfp-btn-nav a {
		float: left;
		width: 264px;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 13px;
	}
	.padding-btn {
		margin-left: 28px;
	}


/* 6. BUTTONS */

.gform_next_button, 
.gform_button, 
#gform_submit_button_2,
.white-btn,
.orange-btn,
.blue-btn,
.charcoal-btn,
.black-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.white-btn {
	border: 2px solid #ffffff;
	color: #ffffff;
}
	.white-btn .slide-btn-one:hover {
		background:#ffffff;
		-webkit-transition: color .2s linear, background-color .2s ease-in-out;
		-moz-transition: color .2s linear, background-color .2s ease-in-out;
		-o-transition: color .2s linear, background-color .2s ease-in-out;
		transition: color .2s linear, background-color .2s ease-in-out;
		color:#333333;
	}

.black-btn {
	border: 2px solid #2a86d1;
	color: #FFFFFF;
	background-color: #2a86d1;
}
	.black-btn.slide-btn-two:hover {
		background:#2a86d1;
		-webkit-transition: color .2s linear, background-color .2s ease-in-out;
		-moz-transition: color .2s linear, background-color .2s ease-in-out;
		-o-transition: color .2s linear, background-color .2s ease-in-out;
		transition: color .2s linear, background-color .2s ease-in-out;
		color:#333333;
	}

.gform_next_button,
.orange-btn {
	border: 2px solid #2a86d1;
	color: #FFFFFF;
background-color: #2a86d1;
}

.blue-btn, .gform_button, #gform_submit_button_2{
	border: 2px solid #2a86d1;
	color: #FFFFFF;
	background-color: #2a86d1;
}


	.orange-btn.slide-btn-two:hover {
		background:#2a86d1;
		-webkit-transition: color .5s linear, background-color .5s ease-in-out;
		-moz-transition: color .5s linear, background-color .5s ease-in-out;
		-o-transition: color .5s linear, background-color .5s ease-in-out;
		transition: color .5s linear, background-color .5s ease-in-out;
		color:#FFFFFF;
	}

.charcoal-btn {
	border: 2px solid #333333;
	color: #333333;
}

.white-btn:hover {
	background:#ffffff;
	-webkit-transition: color .2s linear, background-color .2s ease-in-out;
	-moz-transition: color .2s linear, background-color .2s ease-in-out;
	-o-transition: color .2s linear, background-color .2s ease-in-out;
	transition: color .2s linear, background-color .2s ease-in-out;
	color:#333333;
}

.orange-btn:hover {
	background:#2a86d1;
	-webkit-transition: color .2s linear, background-color .2s ease-in-out;
	-moz-transition: color .2s linear, background-color .2s ease-in-out;
	-o-transition: color .2s linear, background-color .2s ease-in-out;
	transition: color .2s linear, background-color .2s ease-in-out;
	color:#333333;
}

.blue-btn:hover {
	background:#2a86d1;
	-webkit-transition: color .2s linear, background-color .2s ease-in-out;
	-moz-transition: color .2s linear, background-color .2s ease-in-out;
	-o-transition: color .2s linear, background-color .2s ease-in-out;
	transition: color .2s linear, background-color .2s ease-in-out;
	color:#333333;
}
 
.readBtn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 25px;
	font-weight: 700;
	color: #333;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing:1px;
}

.btn {
	margin:auto;
	background-color: #2a86d1;
	color: #fff !important;
	text-decoration: none;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 12px;
	padding: 10px 25px;
}

.gform_previous_button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 25px;
	font-weight: 700;
	color: #333;
	float: left;
	font-size: 12px;
	background-color: #FFFFFF;
}

.btn-foot.orange, 
.gform_next_button, 
.gform_button, 
#gform_submit_button_2 {
	margin-right: 10px;
}


/** 7. BLOG **/

.container.blog {
	padding: 0;
}

#blog-area {
	float: left;
	width: 770px;
}
	.post-div {
		border: 1px solid #dedede;
		float: left;
		margin: 15px 0;
	}

	.blog-post-content {
		float: left;
		padding: 20px;
	}	
		.post-placeholder {
			float: left;
			height: 150px;
			width: 150px;
			margin: 0 10px 10px 0;
		}
		.blog-post-content > h3 {
			box-sizing: border-box;
			color: #2a86d1;
			font-size: 32px !important;
			font-weight: 500;
			letter-spacing: 0.05px;
			line-height: 1.55556;
			padding: 5px 10px 0px 0px;
			margin-bottom: 0px;
			text-align: left;
			float: none;
		}
			h3 > a {
				color: #2a86d1;
			}
		.blog-post-content .postmeta-date {
			font-size: 12px;
			margin-top: 0px;
		}
		.readBtn {
			float: right !important;
    		color: #2a86d1 !important;
			padding: 10px;
    		text-decoration: none;
    		vertical-align: middle;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			font-weight: 700;
			border: 2px solid #2a86d1;
		}

	.blog-post-footer {
		background-color: #fafafa;
		float: left;
		width: 100%;
	}

		.footer-post {
			border-top: 1px solid #dedede;
			padding: 20px;
		}

/** 7.1. Sidebar **/

.right_sidebar {
    background-color: #f5f5f5;
    float: right;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: 20px;
    width: 370px;
}
	.widget .top-head h3 {
		text-align: center;
		float: none;
		padding: 20px 10px 5px;
	}
	.screen-reader-text { 
		display: none; 
	}
	.searchform {
		box-sizing: border-box;
		float: left;
		padding: 20px 10px;
		width: 100%;
	}
		#s {
			border: 1px solid #eee;
			float: left;
			padding: 10px 0;
			width: 69%;
		}
		#searchsubmit {
			float: left;
			padding: 10px 0;
			width: 30%;
		}
	.widget ul {
		background-color: #efefef;
		margin: 0 20px 10px 20px;
		padding: 0 10px;
	}
		.widget ul li {
			border-bottom: 1px solid #fff;
			font-size: 14px;
			list-style: outside none none;
			padding: 5px 0;
		}
			.widget ul li a {
				color: #333333;
			}


/** 8. FORMS **/

input { 
	color: #828282; 
}
.gform_body { 
	padding:20px; 
}
#gform_wrapper_1, 
#gform_wrapper_5 { 
	padding-left:10px; 
	background-color: #f5f5f5; 
}
.message { 
	width: 98%; 
}
.gform_heading h3{
 	font-weight: 300 !important;
    padding: 50px 0px 0px;
    text-align: center !important;
}
ul#gform_fields_1_3.gform_fields.top_label.form_sublabel_below.description_below,
ul#gform_fields_1.gform_fields.top_label.form_sublabel_below.description_below, 
ul#gform_fields_1_2.gform_fields.top_label.form_sublabel_below.description_below {
    font-size: 14px;
}
.gform_description {
	color: #333333;
	margin-top: 18px;
	padding: 0px 10px 0px 10px;
	letter-spacing: 0.05px;
	font-size: 18px;
	line-height: 1.55556;
	font-weight:300;
}
#gform_confirmation_wrapper_3 {
	text-align: center;
	font-size: 30px;
	padding:50px;
}
.gf_step { 
	width: 24% !important; 
	height:50px; 
}
#gf_step_1_1, 
#gf_step_1_2, 
#gf_step_1_3, 
#gf_step_1_4 {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 16px 0 0 45px;
	margin-left: 70px;
	height: 60px;
}
#gf_step_1_1 { 
	background-image: url("assets/img/vantage_details.png"); 
}
#gf_step_1_2 { 
	background-image: url("assets/img/vantage_policy.png"); 
}
#gf_step_1_3 { 
	background-image: url("assets/img/vantage_client.png"); 
}
#gf_step_1_4 { 
	background-image: url("assets/img/vantage_claims.png"); 
}
.gf_step_number{ 
	visibility: hidden; 
}

.gform_next_button, 
.gform_button, 
#gform_submit_button_2,
#gform_submit_button_1{
	margin: 0 auto;
display: block;
}

.gform_page_footer {
	margin-bottom: 40px !important;
}

.gform_wrapper .gsection {
    border-bottom: 0px !important;
}


/** 9. NEWSBAR **/

#home-blog-foot {
	float: left;
	width: 100%;
	margin-top: 30px;
background: #ffffff;
}

.news-bar-item {
    float: left;
    padding: 20px;
    width: 33.33%;
}
	.news-bar-item:nth-child(2) {
		border-right: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
	}
	.news-bar-item > h3 {
		font-size: 22px;
		float: none;
		margin-bottom: 0px;
	}
	.news-bar-item .postmeta-date {
		font-size: 12px;
		text-align: left;
		margin-top: 0;
	}
	.news-bar-item .post-placeholder {
		float: left;
		height: 100px;
		width: 100px;
	}

.attachment-post-thumbnail {
	float: right;
	padding: 0px 0px 20px 20px;
}

/** 10. TEMPLATE PARTS **/


/* 10.1. Testimonials TPart */

#testimonial-block h3 {
	color: #FDD500;
	text-align: center;
}
	#testimonial-content {
		color: #ffffff;
		text-align: center;
		font-size: 24px;
		line-height: 140%;
	}
		.quote {
			font-size: 40px;
		}
	#testimonial-client {
		color: #fdd500;
		font-size: 24px;
		padding-top: 15px;
		text-align: center;
	}
	#testimonials-cta {
		float: left;
		text-align: center;
		width: 100%;
		text-transform: uppercase;
		margin: 25px 0;
	}
		#view-testimonials {
			border: 2px solid #fff;
			color: #fff;
			padding: 10px;
			font-size: 14px;
			font-weight: 900;
			margin-right: 25px;
			display: inline-block;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		#apply-cta {
			border: 2px solid #fdd500;
			color: #fdd500;
			padding: 10px;
			font-size: 14px;
			font-weight: 900;
			display: inline-block;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}


/** 10.2. Stats Bar TPart **/

.stats-bar,
.additional-stats {
    float: left;
    width: 100%;
	background-color: #333333;
	padding: 30px 0;
}

#stat {
	width:100%;
}
	.stats-bar h3,
	.additional-stats h3 {
		text-align: center;
		padding-top: 0;
		padding-bottom: 30px;
	}	
	.stat-box {
		float: left;
		text-align: center;
		width: 25%;
		margin-top: 20px;
	}
		.stat-icon {
			min-height: 85px;
			float: left;
			width: 100%;
			margin-bottom: 15px;
		}
			.retention img {
				margin-top: 0px;
			}

		.stat-title {
			float: left;
			text-align: center;
			width: 100%;
			color: #ffffff;
			font-family: 'Poppins', sans-serif;
			margin-bottom: 20px;
		}
		
		.stat-num {
			color: #FDD500;
			font-size: 28px;
			width: 55%;
			text-align:right;
			font-family: 'Poppins', sans-serif;
		}

		.stat-title {
			font-size: 20px;
			margin-top: 10px;
			line-height: 140%;
		}

#percent {
	color:#2a86d1;
	width:30%;
	font-size: 28px;
}

/** 10.3. Quote Bar TPart **/

#get-quote-bar {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background-color: #f5f5f5;
}
#get-quote-bar h3 {
	text-align: center;
	color: #333;
	font-weight: 500;
	padding: 0 !important;
}
	#get-quote-bar a {
		padding: 10px;
		margin-right: 15px;
		display: inline-block;
		font-weight: 900;
		text-transform: uppercase;
		font-size: 14px;
	}

/** 10.4. CTA Bar TPart **/

#cta-bar-tpart {
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	padding: 20px 0;
	text-align: center;
}
	#bar-cta-tpart {
		width: 100%;
		float: left;
	}
	#bar-cta-tpart h3 {
		text-align: center;
		color: #333333;
		padding-top: 0;
	}
	.btn-cta-bar {
		display: inline-block;
		padding: 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-weight: 900;
		margin-right: 15px;
	}
		.cta-last {
			margin-right: 0;
		}


/** 11. FOOTER **/

/** 11.1. Footer Bar **/

#foot-bar {
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	padding: 0px 0px 25px 0px;
	text-align: center;
}
	#bar-ccontact {
		margin: 0 auto;
		width: 100%;
	}
		#bar-contact h3 {
			color: #333333;
			text-align: center;
		}
		#contact-phone,
		#contact-email {
			color: #ff500 !important;
			font-weight: 900; 
			font-size: 24px;
		}
		#contact-phone {
			margin-right: 30px;
		}

/** 11.2. Main Footer **/

footer { 
	float: left;
	width: 100%;
	background-color: #333;
}
	.col-1, .col-2  {
		float: left;
		margin: 10px 0;
		text-align: left;
		width: 20%;
		border-right: 1px solid #3b3b3b;
		padding: 10px;
	}
	#footer-nav li a {
		color: #fff;
		margin-bottom: 0px;
		float: left;
		width: 100%;
		font-size: 14px;
	}

ul#footer-nav.nav-bar-content{
	margin-left: 0px;
}
	#footer-nav li {
		list-style: none;
	}
	.col-3 {
		float: left;
		margin: 10px 0;
		text-align: center;
		width: 60%;
		padding: 20px;
	}
		.col-3 p {
			font-size: 12px;
			text-align: left;
			color: #fff;
			margin-top: 0;
		}


/** 12. MISCELLANEOUS **/

.title-yellow {
	color: #2a86d1 !important;
}

.title-white {
	color: #fff;
}

.title-black {
	color: #202020;
}

/* 12.1. - Cookie Policy*/

.divTable {
    display: table;
    padding: 20px;
    width: 100%;
}

.divTableBody {
    display: table-row-group;
}

.divTableRow {
    display: table-row;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.image_right{
	float:right;
}



/** 13. RESPONSIVE **/

@media only screen and (max-width: 1190px) {
	.container {
		width: 95%;
		padding: 0;
	}
	.vantage-skin .rsTab {
		min-width: 100px !important;
		max-width: 234px !important;
	}
	#blog-area {
		width: 64%;
	}
	.right_sidebar {
		width: 34%;
	}
	#tfp-btn-nav a {
		width: 23%;
	}
}

@media only screen and (max-width: 1122px) {
	#tfp-btn-nav a {
		width: 22.7%;
		min-height: 50px;
	}
}

@media only screen and (max-width: 1080px) {
	
	nav {
		margin-right: 0 !important;
	}
	
	#navigation {
		margin-right: 0 !important;
	}
	
	#navigation li {
		padding: 15px 10px;
	}
	
	.slider-content {
		width: 100%;
	}
}

@media only screen and (max-width: 1063px) {
	.slider-cta-block a {
		width: 30%;
	}
}

@media only screen and (max-width: 990px) {
	
	nav {
		display: none !important;
	}
	
	#tfp-btn-nav {
		margin-top: 200px;
	}	
		#tfp-btn-nav a {
			min-height: auto;
			width: 48%;
			margin: 10px 0 0 0;
		}
	.left-margin {
		margin-left: 4% !important;
	}
	.right-margin {
		margin-right: 4% !important;
	}
	.slider-cta-block a {
		width: 40%;
	}
	.slider-content > p {
		font-size: 18px;
	}
	.btn-cta-bar {
		width: 48%;
		margin: 15px 0;
	}	
	.cta-first {
		margin-right: 3%;
	}
	.cta-last {
		margin-left: 3%;
	}
}

@media only screen and (max-width: 835px) {
	nav {
		display: none;
	}
	.menu-item-has-children {
		background: none;
	}
}

@media only screen and (max-width: 815px) {
	#header-title-bar {
		width: 70%;
		margin-top: 180px;
	}
	.news-bar-item {
		width: 100%;
		border: none !important;
	}
	.rsUni .rsBullets {
		right: 20px;
	}
}

@media only screen and (max-width: 768px) {
	header nav {
		display: none;
	}
	.right_sidebar {
		display: none;
	}
	#blog-area {
		width: 100%;
	}
	.col-1, .col-2 {
		width: 50%;
	}
	.col-3 {
		width: 100%;
	}
	.sub-menu li a {
		color: #333 !important;
	}	
	.slider-cta-block a {
		width: 45%;
	}
}

@media only screen and (max-width: 614px) {
	.slider-content {
		width: 100%;
	}
	.slider-cta-bar {
		margin-top: 20px;
	}
	.slider-cta-block a {
		width: 100%;
		margin: 15px 0;
	}
	.btn-cta-bar {
		width: 100%;
		margin: 15px 0;
	}	
	.cta-first {
		margin-right: 0;
	}
	.cta-last {
		margin-left: 0;
	}
	.rsUni .rsBullets {
		display: none;
	}
	.stat-box {
		width: 50%;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 554px) {
	#head-claims {
		display: none;
	}
	#contact-phone,
	#contact-email {
		width: 100%;
		float: left;
		margin: 15px 0;
	}
	#get-quote-bar a {
		width: 100%;
		margin: 15px 0;
	}
	#header-title-bar {
		margin-top: 230px;
		width: 90%;
	}
	#tfp-btn-nav {
		display: none;
	}
	.wp-video {
		width: 100% !important;
		float: left;
		height: auto !important;
	}
}

@media only screen and (max-width: 445px) {
	h3 { 
		font-size: 20px; 
	}
	#testimonials-cta a {
		width: 100%;
		margin: 15px 0;
	}
	#head-claims {
		display: none;
	}
	.stat-box {
		min-height: 270px;
	}
}

@media only screen and (max-width: 414px) {
	#logo {
		height: 130px;
	}
	.slider-content > h1 {
		font-size: 22px;
	}
	.slider-content > h2 {
		font-size: 20px;
	}
	.col-1, .col-2 {
		width: 50%;
	}
	.col-3 {
		width: 100%;
	}
	
	.intro {
    width: 100%;
}

.highlights {
    width: 100%;
}
	
	.products {
    width: 100%;
}
	
	#title-bar > h2, 
	#title-bar > h1 {
		font-size: 28px;
	}
	#title-bar > h3 {
		font-size: 20px;
	}
	h2 {
		font-size: 24px;
	}
	#header-main {
		margin-top: 50px;
	}
	#header-bar {
		height: 50px;
	}
	#head-buttons, 
	#phone, 
	.btn-head {
		width: 100%;
		text-align:center;
	}
	.btn-head {
		margin-top: 10px;
	}
	#slider {
		margin-top: 90px;
	}

	#head-apply {
		visibility:hidden;
	}

	#slider {
		margin-top: 50px;
	}

	.slider-content > h2 {
		font-size: 32px;
	}


	.slider-content {
		bottom: -10px;
	}

.slider-content > p {
font-size: 14px;
width:100%;
		}

#contact-phone, #contact-email {
    font-size: 16px;
}

#header-main {
    padding: 5px 0;
}

.slider-cta-block {
    margin-top: 0px;
}

.vertical-line{
	visibility: hidden; 
}

	.mobile{
		width:100%;
		height: auto;
	}
	
}

@media only screen and (max-width: 360px) {
	.stat-box {
		width: 100%;
		margin-top: 25px;
		min-height: 0;
	}

	#head-apply {
		visibility:hidden;
	}

#header-image {
    height: 210px !important;
}

	#slider {
		margin-top: 50px;
	}

.slider-back {
    height: 590px;
}

.slider-content {
    width: 100% !important;
}

	.slider-content > h2 {
		font-size: 32px;
		bottom: 5px;
    margin-top: 120px;
	}

	.slider-content {
		bottom: 5px;
	}

.slider-content > p {
font-size: 18px;
width:100%;
		}

.slider-cta-block {
    margin-top: 10px;
}

#header-main {
    margin-top: 50px;
}

.vertical-line{
	visibility: hidden; 
}

	.mobile{
		width:100%;
		height: auto;
	}
	
}

/** 14. DEPRECATED **/


/** 15. ANIMATIONS **/


/** 16. TECHNICAL HUB **/

#latest-tax-update {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	padding: 15px;
	margin: 30px 0;
}
	#latest-update {
		position: relative;
		float: left;
		width: 100%;
		display: table;
	}	
		#latest-tax-update > h3 {
			padding-top: 0;
			color: #333;
		}
		#latest-update > h1 {
			display: table-cell;
			vertical-align: middle;
		}
		#latest-update-cta {
			float: right;
			display: table-cell;
			padding: 10px 25px;
		}

.watch-cta-table {
	padding: 10px 25px;
	display: inline-block !important;
}
#logout-cta {
    display: inline-block;
    margin: 0px 0;
    padding: 10px 25px;
}

#loginform {
    display: table;
    margin: 0 auto;
    width: 300px;
	margin-bottom: 30px;
}
	.login-username, 
	.login-password, 
	.login-remember,
	.login-submit{
		float: left;
		width: 100%;
	}
	#user_pass, 
	#user_login {
		border: 1px solid #ddd;
		float: left;
		padding: 10px;
		width: 100%;
	}
#wp-submit {
	float: left;
	width: 100%;
	padding: 10px 25px;
	font-size: 12px;
	border: 2px solid #333333;
    color: #333333;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 900;
}

