/* # Genesis Framework  
Theme Name: Best Roadside Service
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.3  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

@import url("../genesis/style.css");


html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}
.wpb_single_image img {
	height: 300px !important;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
.inner_page_three_boxes .wpb_text_column.wpb_content_element .wpb_wrapper {
    min-height: 100px !important;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(/web/20220401023449im_/https://www.bestroadsideservice.com/wp-content/themes/genesis/images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1020px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

@media only screen and (max-width: 880px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* # Common
---------------------------------------------------------------------------------------------------- */

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

body {
	background: #FFF;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
}

input,
select,
textarea {
	padding: 6px;
	font-size: 2rem;
}

::selection {
  color: #FFF;
  background: #5BA43B; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #FFF;
  background: #5BA43B; /* Gecko Browsers */
}

a {
	color: #0084A3;
	text-decoration:none;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 10px;
}

h4 {
	font-size: 24px;
}

.content a:hover {
	background: #0084A3;
	color: #FFF;
}

.entry-content ul{
	margin-top: 10px;
}

.entry-content ul > li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
}

a.brs-blue {
	color: #FFF;
	background: #006C8C;
	border-right: 2px solid #035D72;
	border-bottom: 4px solid #035D72;
}

a.brs-blue:hover {
	background: #2E95B3;
	border-right: 2px solid #2C8499;
	border-bottom: 4px solid #2C8499;
}

a.txt-green {
	color: #5BA43B;
}

a.brs-green {
	color: #FFF;
	background: #5BA43B;
	border-right: 2px solid #469322;
	border-bottom: 4px solid #469322;
	display: inline-block;
}

a.brs-green:hover {
	background: #97CE41;
	border-right: 2px solid #79BA5B;
	border-bottom: 4px solid #79BA5B;
}


.archive-pagination li a {
	background: #006C8C;
}

.archive-pagination li a:hover, .archive-pagination .active a {
	background: #5BA43B;
}

.btn {
	padding: 8px 14px;
}

.join-btn {
	float: right;
	padding: 4px 10px;
	margin-top: 25px;
	margin-left: 20px;
}

.plans-wrap .join-btn {
	margin-top: 15px;
}

.join-circle-btn {
	clear: both;
	display: block;
	text-align: center;
	width: 150px;
	padding: 4px 10px;
}

ul.bullet-list {
	color: #2E95B3;
	font-size: 14px;
	font-weight: 600;
}

ul.bullet-list li {
	list-style-type: circle;
	margin-bottom: 16px;
	padding-left: 10px;
    margin-left: 40px;
}

.one-fifth {
	float: left;
	width: 19%;
	margin-left: 1%;
}

.one-fifth.first {
	margin-left: 0;
}

.one-fifth ul {
	margin: 0;
}

.one-fifth ul li {
	list-style: none;
	text-align: center;
}

.content a {
	font-weight: 600;
}

.entry-title {
	border-bottom: 1px solid #5ba43b;
    color: #006c8c;
	margin: 0 0 5px;
}

.entry-content blockquote strong {
	font-weight: 300;
	text-decoration: none;
}

.entry-content blockquote:before {
	color: #999;
    font-family: georgia;
    font-size: 60px;
    left: -30px;
    top: 0;
}

.plans-wrap {
	clear: both;
	margin-bottom: 70px;
}
	
.plans-wrap h3 {
	color: #5ba43b;
	font-weight: 600;
	padding-top: 0;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.callout-right {
	font-size: 23px;
}

.callout-green {
	background: #D4F4BD;
	padding: 0px 20px 1px;
	margin-bottom: 30px;
    padding: 0 20px 1px;
}

.site-inner, .wrap {
    margin: 0 auto;
    max-width: 1300px;
}

.content {
	width: 65%;
}

.sidebar-primary {
    width: 30%;
}

.content-sidebar-wrap {
	padding-left: 20px;
	padding-right: 20px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 120px;
	padding-top: 25px;
}

.site-header a , .nav-primary a:hover {
	color: #FFF;
}

.nav-primary .genesis-nav-menu a {
    color: #6c6c6c;
}

.site-header .wrap {
    padding: 0;
}

.title-area:hover {
	-webkit-box-shadow: 0 0 2px 2px #FBFFC7;
box-shadow: 0 0 2px 2px #FBFFC7;
}

.entry {
	padding: 0;
	margin-bottom: 0;
}


/* ## Title Area
--------------------------------------------- */

.header-full-width .title-area {
	width: 300px;
}

.site-description {
	line-height: 0px;
	text-align: center;
	color: #076D95;
	padding-top: 0;
}

.site-description span {
	color: #5BA43B;
}

/* ## Site Header Navigation
--------------------------------------------- */

	
.header-top {
    float: right;
    padding: 35px 0 20px;
}
.header_top_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    color: #006993;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-right: 155px;
}
.best_roadside_logo {
    display: inline-block;
    padding-right: 5px;
}
.main_heading_h1 h1 {
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    padding-top: 30px;
    padding-bottom: 15px;
}
.page .small_text_perah p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
    margin-bottom: 20px;
}
.page p {
    color: #585a5a;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    margin-bottom: 25px;
}
.page .ttshowcase_rl_quote p {
    color: #fff;
}
.header-phone, .header-nav, .header-options, .header-social {
	display: inline-block;
	vertical-align: middle;
}
.header-social .social-group {
    padding-top: 0;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    padding-bottom: 10px;
}
.social-group a {
    padding: 0 8px;
    display: inline-block;
}
.header-social .fa {
    color: #006993;
    font-family: fontawesome;
    font-style: normal;
    border: 2px solid #006993;
    display: inline-block;
    width: 46px;
    text-align: center;
    padding: 5px 0;
    border-radius: 33px;
    font-size: 30px;
}
.header-social .fa:hover {
    color: #ffffff;
    background: #006993;
}
.social-bbb {
    display: inline-block;
    position: relative;
    top: -7px;
	margin-right: -15px;
}
#header .title-area {
    padding: 45px 0 30px;
}

.header-phone span {
	display: block;
	text-align: right;
	margin-right: 10px;
}

.header-phone .hp1 {
	color: #5BA43B;
	font-weight: bold;
	font-size: 15px;
}

.header-phone .hp2 {
	color: #076D95;
	font-weight: bold;
	font-size: 32px;
	line-height: 24px;
}

.header-phone .hp2 a {
	color: #076D95;
}

.header-phone .hp3 {
	color: #666666;
	font-size: 15px;
	line-height: 14px;
    margin-top: 7px;
	max-width: 245px;
	font-size: 13px;
}

.header-options {
	width: 125px;
	text-align: right;
	margin-right: 5px;
}

.options-support {
	height: 25px;
}

.options-support span {
	font-size: 9px;
	color: #777;
	vertical-align: middle;
}

.options-buttons a {
	font-size: 12px;
    height: 30px;
    line-height: 28px;
	width: 100%;
	display: block;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.options-login {
	background: #076D95;
	margin-bottom: 4px;
}

.options-login:hover {
	background: #2E95B3;
}

.options-signup {
	background: #5BA43B;
}

.options-signup:hover {
	background: #97CE41;
}
p.important {
	clear: both;
	color: #e02d2d;
	margin-bottom: 0;
	text-align: center;
	border: 1px solid #ff4a4a;
	background: #ffbdbd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 20px;
	line-height: 16px;
}

p.important a {
	color: #ff4a4a;
}

p.important a:hover {
	background: none;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    border-bottom: 1px solid #f3f3f3;
}
.white_text h1 {
    color: #fff;
}
.genesis-nav-menu a {
	padding: 15px;
}
.nav-primary .genesis-nav-menu .sub-menu .menu-item {
	width: auto;
}

.nav-primary .genesis-nav-menu a {
    padding: 34px 22px;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-primary .genesis-nav-menu li {
	border-left: 1px solid #fff;
	margin-right: -4px;
}
.nav-primary .genesis-nav-menu li:last-child {
    border-right: 1px solid #fff;
}
.nav-primary .genesis-nav-menu li:first-child {
	border-left: 1px solid #fff;
}

.nav-primary .genesis-nav-menu a:hover {
	background: #006C8C;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #FFFFFF;
}

.nav-primary .genesis-nav-menu .current-menu-item .sub-menu li a {
	background: #006C8C;
}
.nav-primary .genesis-nav-menu li.current-menu-item a {
    background: #5c9f38;
}
.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .nav-primary .genesis-nav-menu .current-menu-item .sub-menu li a:hover {
    background: #5c9f38;
    color: #FFFFFF;
}
.nav-primary .genesis-nav-menu li.header_get_quote_btn {
    float: right;
    padding-top: 15px;
    padding-right: 20px;
}
.nav-primary .genesis-nav-menu .header_get_quote_btn a {
    background: #f69323;
    color: #fff;
    padding: 14px 33px;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 900;
    text-transform: unset;
    border-radius: 15px;
}
.nav-primary .genesis-nav-menu .header_get_quote_btn a:hover {
    background: #006993;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #FFF;
}


.nav-primary .genesis-nav-menu .sub-menu a  {
	color: #FFF;
	border: none;
}

.genesis-nav-menu .sub-menu a {
    background: #006C8C;
    padding: 15px 10px;
}

.genesis-nav-menu .sub-menu {
	-webkit-box-shadow: 0 2px 10px 2px #6C7DA6;
	box-shadow: 0 2px 10px 2px #6C7DA6;
}

.genesis-nav-menu .sub-menu a, .genesis-nav-menu .sub-menu {
	width: 220px;
}


.nav-primary .genesis-nav-menu .sub-menu li , .nav-primary .genesis-nav-menu .sub-menu li:first-child {
	border-left: none;
	border-right: none;
	margin-right: 0;
}

/* ## Sidebar
--------------------------------------------- */


.sidebar .widget {
	margin-bottom: 0px;
	padding: 15px 0px;
}

.widget-title {
	color: #006c8c;
	border-bottom: 1px solid #5ba43b;
}

.textwidget {
	color: #444;
	font-size: 12px;
	line-height: 20px;
}

#text-6 {
	padding-top: 0;
}

#text-7 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar-fleet {
	background: #006C8C;
}

.sidebar-fleet:hover {
	background: #2E95B3;
}

.sidebar-fleet a {
	color: #FFF;
	font-weight: 700;
}

.sidebar-fleet img {
	width: 100%;
}

.sidebar-fleet span {
	padding: 0 8px 7px;
	display: block;
}

.content-sidebar-wrap #text-3 img, .content-sidebar-wrap #text-4 img, .content-sidebar-wrap #text-5 img {
	float: left;
	margin-right: 10px;
}


/* ## Popup Form
--------------------------------------------- */

.popup_form_field textarea.wpcf7-form-control {
    background: #f0f0f0;
    border: none;
    margin-top: 10px;
    padding: 20px 30px;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    height: 110px;
}
.popup_form_field .wpcf7-form-control.wpcf7-text {
    background: #f0f0f0;
    border: none;
    margin-top: 20px;
    padding: 20px 30px;
    font-size: 14px;
    color: #181818;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    height: 50px;
}
.popup_form_heading {
    background: #40a11f;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 15px 60px;
    line-height: 32px;
    margin-bottom: 20px;
}
.popup_form_main {
    max-width: 730px;
    margin: 0 auto;
    width: 100%;
}
.popup_form_btn .wpcf7-form-control.wpcf7-submit {
    font-size: 24px;
    background: #f69323;
    border-radius: 5px;
    padding: 15px 55px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
	max-width: 315px;
	width: 100%;
}
.popup_form_btn .wpcf7-form-control.wpcf7-submit:hover {
    background: #0b6081;
}
.popup_form_btn.popup_full_area {
    text-align: center;
    padding: 15px 0 30px;
}
.popup_form_label label {
    font-size: 12px;
    color: #1f282a;
    line-height: 18px;
    display: inline-block;
    padding: 12px 0 0;
    font-family: 'Roboto', sans-serif;
	min-height: 55px;
}
.popup_form_checkbox .wpcf7-list-item-label {
    font-size: 14px;
    color: #181818;
    font-family: 'Roboto', sans-serif;
    padding: 0 6px 0;
    display: inline-block;
}
.popup_form_checkbox .wpcf7-list-item.first {
    margin-left: 0;
}
.popup_form_select select {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color: #181818;
    padding: 5px 10px;
    height: 50px;
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2018/10/arrow_down.png") no-repeat scroll right center;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 100%;
	border: none;
	background: #f0f0f0;
}

/* ## Contact Page Form
--------------------------------------------- */

.page-id-46 .prefooter.footer_top {
    display: none;
}
.page-id-46 .entry-header {
    display: none;
}
.contact_page_top_section h1 {
    font-size: 60px;
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-top: 60px;
}
.contact_page_top_section h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #585a5a;
}
.contact_page_top_section p {
    color: #585a5a;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin-bottom: 15px;
}
.contact_form_field input {
    background: #f0f0f0;
    height: 50px;
    border: 1px solid #8abacc;
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 20px;
	color: #1f282a;
}
.contact_form_field textarea {
    background: #f0f0f0;
    height: 120px;
    border: 1px solid #8abacc;
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 20px;
	color: #1f282a;
}
.contact_form_btn .wpcf7-form-control.wpcf7-submit:hover {
    background: #006993;
}
.contact_form_btn .wpcf7-form-control.wpcf7-submit {
    background: #f69323;
    display: inline-block;
	max-width: 450px;
    width: 100%;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 5px;
}
.contact_form_btn {
    text-align: center;
    padding: 40px 0 70px;
}
.contact_form_main {
    max-width: 865px;
    margin: 0 auto;
    width: 100%;
    padding-top: 75px;
}
.gravity_form_fields .gform_body {
    max-width: 865px;
    margin: 0 auto;
    width: 100%;
    padding-top: 75px;
}
/*.gravity_form_fields .gform_wrapper .top_label .gfield_label {
    display: none;
}*/
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
    margin-bottom: 15px;
}
.gravity_form_fields .gform_wrapper .fullwidth_field .ginput_container input {
    background: #f0f0f0;
    height: 50px;
    border: 1px solid #8abacc;
    margin-top: 10px;
    font-size: 18px !important;
    padding: 10px 20px !important;
    color: #1f282a;
}
.gravity_form_fields .gform_wrapper .ginput_container textarea {
    background: #f0f0f0;
    height: 120px;
    border: 1px solid #8abacc;
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 20px;
    color: #1f282a;
}
.gravity_form_fields .ginput_container.ginput_recaptcha {
    max-width: 304px;
    margin: 0 auto;
    width: 100%;
	padding-top: 10px;
}
.gravity_form_fields .gform_fields li {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0;
}
.gravity_form_fields .ginput_container_select select {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #1f282a;
	border: 1px solid #8abacc;
    padding: 5px 20px !important;
    height: 50px;
    background: #f0f0f0 url("/wp-content/uploads/2018/10/arrow_down-1.png") no-repeat scroll right center;
    outline: none;
	margin-top: 10px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
}
.commerial_fleet_roadside_form .gform_body {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
	padding-top: 0;
}
.gravity_form_fields .gform_wrapper .top_label .need_label .gfield_label {
    display: block;
    padding-top: 15px;
}
.gravity_form_fields .gform_footer.top_label {
    text-align: center;
    padding: 25px 0 70px;
}
.gravity_form_fields .gform_wrapper .gform_button.button:hover {
    background: #006993;
}
.gravity_form_fields .gform_wrapper .gform_button.button {
    background: #f69323;
    display: inline-block;
    max-width: 450px;
    width: 100%;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 5px;
	margin-right: 0;
}
.contact_form_field select {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #1f282a;
	border: 1px solid #8abacc;
    padding: 5px 10px;
    height: 50px;
    background: #f0f0f0 url("/wp-content/uploads/2018/10/arrow_down-1.png") no-repeat scroll right center;
    outline: none;
	margin-top: 10px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
}


/* ## Front-page
--------------------------------------------- */
.front-slider-wrapper {
	background: #006C8C;
}
.orange_btn.align_center_btn {
    text-align: center;
}
.footer_form_btn.orange_btn a.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    max-width: 200px;
    width: 100%;
    padding: 12px 30px;
}
#rev_slider_1_1_wrapper {
	margin: 0 auto;
	display: block;
	max-width: 1200px;
}

.front-testimonials-slider {
	background: #e6efef;
}

#rev_slider_2_2_wrapper {
	margin: 0 auto;
	display: block;
	max-width: 1200px;
}
body.home h1 {
    text-align: center;
    color: #006993;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-top: 25px;
}
body.home h2 {
    color: #2e2e2e;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0;
}
body.home p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    margin-bottom: 15px;
	color: #585a5a;
}
.home_content_section ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
    padding-top: 5px;
}
.home_content_section ul li {
    display: block;
    padding: 3px 0 11px 45px;
    background-image: url(/wp-content/uploads/2018/10/check_icon.png);
    background-repeat: no-repeat;
    color: #585a5a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.orange_btn a.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #fff;
    background: #f69323;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 14px 30px;
	border: none;
}
.orange_btn a.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #00688f;
}
.home_content_left .vc_column-inner {
    max-width: 585px;
    width: 100%;
    float: right;
}
.owl-carousel .owl-item .who_trusts_logo img {
    width: auto;
    display: inline-block;
	max-height: 85px;
}
.who_trusts_logo {
    text-align: center;
	border-right: 1px solid #f6f6f6;
	padding: 0 15px;
	display:block;
}
.who_trusts_logos_main .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.who_trusts_logos_main .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}
.who_trusts_logos_main .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    transform: translateY(-50%);
}
.post-edit-link {
    display: none;
}
#vc_load-inline-editor {
    display: none;
}
a.front-calltoaction {
    display: block;
    float: none;
    text-align: center;
    width: 290px;
    margin: 10px auto 0;
	clear: both;
	position: relative;
    top: 15px;
}
a.front-calltoaction img {
	
}
body.home .white_text h1 {
    color: #fff;
}
.h2-front {
	border-bottom: 1px solid #bcd7dd;
    color: #5ba43b;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.our_experience {
    text-align: center;
	cursor: pointer;
}
.our_experience h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.our_experience:hover h4 {
    color: #429ee4;
}
.we_cover_section .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    max-width: 290px;
    margin: 0 auto;
    width: 100%;
}
.we_cover_section .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0;
}
.we_cover_section h4 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
}
body.home .we_cover_section p {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
}
.right_col {
    float: right !important;
}
.who_trasts_us .vc_carousel-control span {
    padding-top: 7px !important;
}
.vc_images_carousel {
    padding: 0 60px;
}
.vc_images_carousel .vc_carousel-slideline .vc_item {
    text-align: center;
}
.home-testimonials-slider_main {
    max-width: 1175px;
    margin: 0 auto;
    width: 100%;
}
.home-testimonials-slider_item {
    background: #fff;
    padding: 55px 35px 35px;
}
.home-testimonials-slider_text {
    font-size: 16px;
    color: #585a5a;
    font-family: 'Roboto', sans-serif;
    padding-left: 65px;
    background-image: url(/wp-content/uploads/2018/10/coats_icon.png);
    background-repeat: no-repeat;
    padding-top: 8px;
    line-height: 32px;
    padding-right: 10px;
}
.home-testimonials-slider_main .owl-dot.active {
    border-color: #006993;
}
.home-testimonials-slider_main .owl-nav {
    display: none;
}
.featured_articles_main .vc_column_container > .vc_column-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.home-testimonials-slider_main .owl-dot {
    width: 30px;
    border-top: 3px solid #c9c9c9;
    display: inline-block;
    margin: 0 4px;
}
.who_trasts_us .vc_carousel-slideline .vc_item {
    border-right: 1px solid #f6f6f6;
    padding: 10px 0;
}
.home-testimonials-slider_main .owl-dots {
    text-align: center;
    padding-top: 35px;
}
.home-testimonials-slider_name {
    font-size: 18px;
    color: #006993;
    text-align: right;
    padding-top: 20px;
}
body.home .big_font_perah p {
    font-size: 23px;
    line-height: 35px;
    max-width: 510px;
    width: 100%;
    margin-bottom: 25px;
}
.slider_form {
    max-width: 395px;
    float: right;
    margin-top: -642px;
    background: #fff;
    padding: 30px 22px 35px;
    border: 1px solid #00688f;
    box-shadow: 0 0 52px rgba(0, 0, 0, 0.5);
}
.slider_form_heading {
    text-align: center;
    font-size: 20px;
    color: #40a21f;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}
.slider_form_field input {
    background: #f0f0f0;
    height: 50px;
    border: 1px solid #8abacc;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 20px;
}
.slider_form_field textarea {
    background: #f0f0f0;
    height: 90px;
    border: 1px solid #8abacc;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 20px;
}
.slider_form_btn input, .slider_form_btn #header_submit {
    background: #f69323;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 5px;
	padding: 16px 24px;
    text-align: center;
    color: #fff;
}
.slider_form_btn input:hover, 
.slider_form_btn #header_submit:hover {
    background: #006993;
}
.our_experience_text {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.our_experience:hover .our_experience_text {
    color: #429ee4;
}
.our_experience_icon.years_experience {
    background-image: url(/wp-content/uploads/2018/10/Roadside-Assistance-Plans.png);
}
.our_experience_icon.miles_towed {
    background-image: url(/wp-content/uploads/2018/10/Student-Roadside-Assistance.png);
}
.our_experience_icon.doors_unlocked {
    background-image: url(/wp-content/uploads/2018/10/Motorcycle-Roadside-Assistance.png);
}
.our_experience_icon.fuel_delivered {
    background-image: url(/wp-content/uploads/2018/10/Small-Business-Roadside-Assistance.png);
}
.our_experience_icon.tires_changed {
    background-image: url(/wp-content/uploads/2018/10/Roadside-Assistance-Reviews.png);
}
.our_experience:hover .our_experience_icon.years_experience {
    background-image: url(/wp-content/uploads/2018/10/Car-Breakdown-Coverage.png);
}
.our_experience:hover .our_experience_icon.miles_towed {
    background-image: url(/wp-content/uploads/2018/10/Dispatch-System.png);
}
.our_experience:hover .our_experience_icon.doors_unlocked {
    background-image: url(/wp-content/uploads/2018/10/Commercial-Vehicle-Roadside-Assistance.png);
}
.our_experience:hover .our_experience_icon.fuel_delivered {
    background-image: url(/wp-content/uploads/2018/10/experience_icon_four_hover.png);
}
.our_experience:hover .our_experience_icon.tires_changed {
    background-image: url(/wp-content/uploads/2018/10/experience_icon_five_icon.png);
}
.our_experience_icon {
    background-repeat: no-repeat;
    background-position: center;
    height: 75px;
    width: 100%;
}
.front-benefits ul {
	font-size: 12px;
	color: #006C8C;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
	line-height: 30px;
}
.featured_article_img img {
    float: left;
}
.featured_article_content {
    background: #fff;
    width: 100%;
    clear: both;
    display: block;
    box-shadow: 0 4px 6px rgba(196, 188, 188, 0.20);
    padding: 15px 17px 25px;
}
.featured_article_date {
    font-size: 14px;
    color: #1f282a;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}
.featured_article_date span {
    color: #006993;
}
.featured_article_title {
    font-size: 20px;
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    min-height: 60px;
}
.featured_article_learnmore {
    padding-top: 10px;
}
.featured_article_learnmore a {
    color: #ffb400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.featured_article_learnmore a:hover {
    color: #006993;
	background: none;
}
.front-benefits ul li {
	list-style: none;
	font-size: 14px;
    line-height: 17px;
    margin-bottom: 18px;
}

.plans-container {
	clear: both;
	margin-bottom: 30px;
}

.specialties-container {
	clear: both;
	margin-top: 25px;
}

.plans-node {
	background: #FCFCFC;
	width: 31.3%;
	float: left;
	margin-right: 2%;
	border-right: 3px solid #DDE8E8;
	border-bottom: 5px solid #DDE8E8;
}

.plans-node:last-child , .specialties-node:last-child {
	margin-right: 0;
}

.plans-node h3 {
	background: #006C8C;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
}

.plans-node img {
	width: 100%;
}

.plans-node p {
	padding: 5px 15px;
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}

.plans-node .buttons-wrap {
	padding: 0 15px 10px;
}

.plans-node a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 7px;
	display: inline-block;
	text-align: center;
	width: 47%;
}

.plans-node a.brs-blue {
	margin-right: 4%;
}

.specialties-node {
	background: #FCFCFC;
	width: 31.3%;
	float: left;
	margin-right: 2%;
}

.specialties-node h3 {
	background: #006C8C;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-size: 21px;
	border-right: 2px solid #006070;
}
.specialties-node p {
	padding: 10px 18px;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 0px;
	border-right: 3px solid #DDE8E8;
	border-bottom: 5px solid #DDE8E8;
}

.specialties-node i {
	float: left;
	margin-right: 18px;
	left: 11px;
    position: relative;
    top: 6px;
}

.slider-list {
	font-size: 12px;
}

.slider-list li {
	margin-bottom: 4px;
}

.brs-green.slide-car {
	text-align: center;
	display: block;
	padding: 8px 72px 8px 8px;
}

.brs-green.slide-car img {
	float: left;
	margin-right: 10px;
}

.slide-car .btnSlide1 {
	color: #FFF;
	line-height: 20px;
	font-weight: 700;
	display: block;
}

.slide-car .btnSlide2 {
	color: #FFF;
	display: block;
}


/* ## Comparison
--------------------------------------------- */

.footable {
	line-height: 15px;
}
.prefooter.footer_top {
    background-image: url(/wp-content/uploads/2018/10/Roadside-Assistance-Programs-for-Commercial-Vehicles.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0;
	float: left;
	width: 100%;
}
.footer_form_heading {
    font-size: 50px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 55px;
    padding-bottom: 30px;
}
.footer_form_main {
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
	text-align: center;
}
.footer_form_main #footer_submit {
    font-size: 24px;
    background: #f69323;
    color: #ffffff;
    border-radius: 5px;
    padding: 12px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
}
.footer_form_main #footer_submit:hover {
    background: #0b6081;
}
.footer_form_field input {
    height: 50px;
    border: none;
    margin-top: 20px;
    color: #6e6e6e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 25px;
    outline: none;
}
.footer_form_btn {
    text-align: center;
    padding-top: 50px;
}
.footer_form_btn input {
    font-size: 24px;
    background: #f69323;
    border-radius: 5px;
    padding: 11px 55px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
}
.footer_form_btn input:hover {
    background: #0b6081;
}
html .footable > thead > tr > th {
	font-weight: bold;
	font-size: 16px;
}

.footable > tbody > tr > td.footable-first-column {
	text-align: right;
}

html .footable .brs-a, html .footable .brs-b, html .footable .brs-c, html .footable .brs-d, html .footable .brs-e {
	text-align: center;
	width: 14%;
}

html .footable td.brs-a {
	background: #5BA43B;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

html .footable tr:nth-child(even) td.brs-a {
	background: #67B244;
}

html .footable tr:hover td.brs-a , html .footable tr:nth-child(even):hover td.brs-a {
	background: #9AC146;
}

html .footable td.brs-b, html .footable td.brs-c, html .footable td.brs-d, html .footable td.brs-e  {
	background: #006C8C;
	color: #FFF;
}

html .footable tr:nth-child(even) td.brs-b , html .footable tr:nth-child(even) td.brs-c, html .footable tr:nth-child(even) td.brs-d, html .footable tr:nth-child(even) td.brs-e {
	background: #047A96
}


html .footable tbody tr:hover .brs-a {
	background: #97CE41;
}

html .footable tbody tr:hover .brs-b, html .footable tbody tr:hover .brs-c, html .footable tbody tr:hover .brs-d, html .footable tbody tr:hover .brs-e, html .footable tbody tr:nth-child(even):hover td.brs-b , html .footable tbody tr:nth-child(even):hover td.brs-c, html .footable tbody tr:nth-child(even):hover td.brs-d, html .footable tbody tr:nth-child(even):hover td.brs-e {
	background: #2E95B3;
}

html .footable .brs-title {
	color: #FFF;
	background: #555;
}


/* ## Pages
--------------------------------------------- */

.site-inner {
	padding-top: 0;
}
.home_slider_main .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}
.page-id-44 .content strong {
	color: #5BA43B;
	font-size: 18px;
}

.blog-callout {
	text-align: center;
	font-size: 14px;
	padding: 8px 12px;
	background: #dde8e8;
}

.entry-title a, .sidebar .widget-title a {
    color: inherit;
}

.page-id-44 ol li {
	font-size: 12px;
}


/* ## Prefooter
--------------------------------------------- */

.prefooter .site-inner {
	padding: 35px 0;
}

.prefooter {
	background: #006c8c; /* Old browsers */
	background: -moz-linear-gradient(top,  #006c8c 0%, #5ba43b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006c8c), color-stop(100%,#5ba43b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006c8c 0%,#5ba43b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006c8c 0%,#5ba43b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006c8c 0%,#5ba43b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006c8c 0%,#5ba43b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006c8c', endColorstr='#5ba43b',GradientType=0 ); /* IE6-9 */
	color: #FFF;
}


.prefooter-node {
	background: #FFF;
	width: 31.3%;
	float: left;
	margin-right: 2%;
	min-height: 571px;
	padding: 10px 0;
}

#facebook-like-box {
	min-height: 571px;
}

.prefooter-node:last-child {
	margin-right: 0%;
}

.prefooter-node h3 {
	color: #5BA43B;
	text-align: center;
	padding-top: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #5BA43B;
}

.prefooter-node h3 a {
	color: #5BA43B;
}

.prefooter-node img {
	width: 100%;
}

.prefooter-node h4 {
	text-align: center;
	color: #006C8C;
}

.prefooter-node p {
	text-align: center;
	color: #666666;
}

.footer-blog p {
	padding: 0 14px;
	margin-bottom: 14px;
	text-align: left;
	line-height: 20px;
}

.call-center p {
	margin-bottom: 10px;
	line-height: 19px;
}

.call-center ul {
	color: #666666;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	margin-bottom: 14px;
}

.call-center ul li {
	margin-bottom: 10px;
}


.testimonials-slider-main {
    max-width: 1145px;
    margin: 0 auto;
    width: 100%;
	padding-bottom: 25px;
}
.testimonials-slider-main .owl-nav {
    display: none;
}
.testimonials_slider_text {
    color: #2e2e2e;
    font-size: 23px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.testimonials_slider_name {
    font-size: 32px;
    color: #2e2e2e;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
}
.testimonials_slider_name span {
    color: #f69323;
    font-weight: 400;
    font-size: 45px;
}
.testimonials-slider-main .owl-dot.active {
    border-color: #f69323;
}
.testimonials-slider-main .owl-dot {
    width: 85px;
    border-top: 10px solid #e7c095;
    display: inline-block;
    margin: 0 30px;
}
.testimonials-slider-main .owl-dots {
    position: absolute;
    top: -87px;
    width: 100%;
    text-align: center;
}
.page .commercial_top_section p {
    font-size: 16px;
}
.inner_page_three_boxes .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
}
.inner_page_three_boxes .wpb_text_column.wpb_content_element .wpb_wrapper {
    padding: 0 25px;
    min-height: 150px;
    font-weight: 300;
}
body .we_cover_section p {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
}
.inner_page_lists_box ul li {
    display: block;
    padding: 3px 0 11px 45px;
    background-image: url(/wp-content/uploads/2018/10/check_icon.png);
    background-repeat: no-repeat;
    color: #585a5a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	font-weight: 900;
}
.page .orange_text p {
    color: #f69323;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 30px;
}
.looking_info_section {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 80px;
}
.looking_info_img {
    float: left;
    padding-right: 30px;
    width: 15%;
}
.looking_info_text {
    float: left;
    width: 85%;
    font-size: 23px;
    color: #585a5a;
}
.looking_info_text a {
    color: #006993;
	font-weight: bold;
}
.looking_info_text a:hover {
    color: #585a5a;
	background: none;
}
.page h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
	padding-bottom: 25px;
}


/* ## Footer
--------------------------------------------- */

.menu-footer-navigation-container {
    float: left;
    width: 100%;
}
.menu-footer-navigation-container ul.menu a::before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -4px;
    color: #7cb2c8;
}
.roadside_footer_logo {
    float: left;
    width: 24%;
}
.site-footer .wrap {
    max-width: 1280px;
    width: 100%;
}
.menu-footer-navigation-container ul.menu a {
    color: #1f282a;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 20px 15px;
    display: inline-block;
    position: relative;
}
.menu-footer-navigation-container {
    display: none;
}
.footer_nav_menu .menu-footer-navigation-container {
    display: inline-block;
}
.footer_nav_menu .menu-footer-navigation-container > ul.menu {
	text-align: left;
	-webkit-column-count: 2;
    -moz-column-count: 2;
        column-count: 2;
}
.site-footer {
	text-align: center;
}

.site-footer .title-area {
    float: left;
    width: 29%;
    text-align: left;
    box-shadow: none;
    padding-top: 0;
}
.footer_nav_menu {
    float: left;
    width: 47%;
}
.menu_title_footer {
    text-align: left;
    padding: 45px 0 30px;
    color: #0b6081;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.footer-logo {
	display: block;
	clear: both;
}

.footer-menu {
	text-align: left;
	-webkit-column-count: 2;
    -moz-column-count: 2;
        column-count: 2;
}

.footer-menu.genesis-nav-menu a:hover,
.footer-menu.genesis-nav-menu .current-menu-item > a,
.footer-menu.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FFF;
	background: #5BA43B;
}

.footer-menu.genesis-nav-menu .menu-item {
	display: block;
}

.footer-menu a {
	color: #006C8C;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}

#menu-footer-navigation.genesis-nav-menu a {
    padding: 10px;
}

.genesis-nav-menu .current-menu-item > a {
	color: #FFF;
	background: #5BA43B;
}

.footer-number-container {
	clear: both;
	padding-top: 20px;
	border-bottom: 1px solid #DDD;
	height: 60px;
}

.number-container {
	margin: 0 auto;
	width: 320px;
	display: block;
	background: #006C8C;
	-webkit-border-radius: 8px;
border-radius: 8px;
}

.number-action {
	background: #5BA43B;
	width: 100px;
	float: left;
	height: 75px;
	-webkit-border-radius: 8px;
border-radius: 8px;
}

.number-action a {
	font-weight: bold;
	font-size: 24px;
	padding: 12px 4px;
	display: block;
	color: #FFF;
	vertical-align: middle;
}

.number-action:hover {
	background: #97CE41;
}

.number-phone {
	float: left;
	width: 220px;
	padding: 14px 0;
	
}

.number-phone span {
	color: #FFF;
	display: block;
}

.pn1 {
	font-size: 27px;
	font-weight: bold;
}

.footer-bottom-container {
color: #006C8C;
font-weight: 400;
}

.footer-meta-container {
width: 33%;
float: left;
text-align: left;
}

.footer-social-container {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_bbb_logo {
    float: left;
    width: 100%;
}
.footer_bbb_logo a {
    display: inline-block;
}

.footer-bottom-container span {
	display: block;
	margin-bottom: 6px;
}

.footer-credit-container {
    width: 100%;
    float: left;
}
.footer-credit {
    color: #0b6081;
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    max-width: 180px;
    padding: 25px 0 18px;
    line-height: 22px;
}
.footer-number-container {
    border-top: 1px solid #dadada;
    margin-top: 30px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #1f282a;
    font-family: 'Roboto', sans-serif;
}
.menu-footer-navigation-container ul.menu a:hover {
    color: #7cb2c8;
}
.designedby {
	position: relative;
	top: -10px;
}
a, a:focus, :focus {
outline: none !important;
}
.site-footer {
    padding: 65px 0 0;
    float: left;
    width: 100%;
}
.footer-social-container .fa {
    color: #006993;
    font-family: fontawesome;
    font-style: normal;
    border: 1px solid #006993;
    display: inline-block;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    border-radius: 33px;
    font-size: 22px;
}
.footer-social-container .fa:hover {
    color: #08a0e9;
    border: 1px solid #08a0e9;
}
.footer-social-container a {
    padding-right: 15px;
    display: inline-block;
}
.designedby img {
	margin-right: 9px;
    position: relative;
    top: 12px
}

/* ## Sprite Sheet
--------------------------------------------- */

.sprite {
    background-image: url(images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.commerial_fleet_roadside_form .vc_column_container > .vc_column-inner {
    max-width: 865px;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
}
.commerial_fleet_roadside_form .popup_form_field .wpcf7-form-control.wpcf7-text {
    border: 1px solid #8abacc;
	margin-top: 10px;
	font-size: 18px;
	padding: 10px 20px;
}
.commerial_fleet_roadside_form .popup_form_field textarea.wpcf7-form-control {
    border: 1px solid #8abacc;
	margin-top: 10px;
	font-size: 18px;
	padding: 10px 20px;
}
.commerial_fleet_roadside_form .popup_form_label label {
    font-size: 18px;
}
.commerial_fleet_roadside_form .popup_form_select select {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #1f282a;
    border: 1px solid #8abacc;
    padding: 5px 10px;
    height: 50px;
    background: #f0f0f0 url("/wp-content/uploads/2018/10/arrow_down-1.png") no-repeat scroll right center;
    outline: none;
    margin-top: 10px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
}
.commerial_fleet_roadside_form .popup_form_main .popup_form_field {
    width: 100%;
}
.sprite-best-roadside-24hour {
    width: 70px;
    height: 70px;
    background-position: -5px -5px;
}

.sprite-best-roadside-coverage-us-canada {
    width: 70px;
    height: 70px;
    background-position: -85px -5px;
}

.sprite-best-roadside-fast-response {
    width: 70px;
    height: 70px;
    background-position: -5px -85px;
}

.sprite-best-roadside-service-facebook {
    width: 38px;
    height: 38px;
    background-position: -85px -85px;
}

.sprite-best-roadside-service-facebook-footer {
    width: 42px;
    height: 42px;
    background-position: -133px -85px;
}

.sprite-best-roadside-service-twitter {
    width: 38px;
    height: 38px;
    background-position: -85px -137px;
}

.sprite-best-roadside-service-twitter-footer {
    width: 42px;
    height: 42px;
    background-position: -133px -137px;
}

.sprite-brs-mobile-menu {
    width: 37px;
    height: 29px;
    background-position: -165px -5px;
}

.sprite-canada-flag {
    width: 22px;
    height: 13px;
    background-position: -212px -5px;
}

.sprite-cards {
    width: 196px;
    height: 21px;
    background-position: -5px -189px;
}

.sprite-cultivar-designs {
    width: 32px;
    height: 32px;
    background-position: -212px -28px;
}

.sprite-united-state-flag {
    width: 22px;
    height: 13px;
    background-position: -185px -70px;
}

/* ## Testimonials Page
--------------------------------------------- */

.quote-left,
.quote-right {
	margin-top: 20px;
	position: relative;
}

.quote-left blockquote {
	background: #bfdadd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.quote-left blockquote:after {
	border-color: #bfdadd transparent;
	border-style: solid;
    border-width: 20px 20px 0;
    bottom: 28px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
}


.quote-right blockquote {
	background: #d4e5cc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.quote-right blockquote:after {
	border-color: #d4e5cc transparent;
	border-style: solid;
    border-width: 20px 20px 0;
    bottom: 28px;
	right: 40px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
}

.quote-left blockquote:before,
.quote-right blockquote:before {
	color: #FFF;
}

.quote-left p.quote-name,
.quote-right p.quote-name {
	font-size: 20px;
	margin: 18px 10px 0px;
	color: #006c8c;
	font-style: italic;
	font-weight: bold;
}

.quote-right p.quote-name {
	text-align: right;
}

.quote-left blockquote,
.quote-right blockquote {
	margin: 0;
	padding: 20px 40px;
}

.quote-left blockquote p,
.quote-right blockquote p {
	margin-bottom: 0;
}
.quote-left blockquote p strong,
.quote-right blockquote p strong {
	font-weight: 600;
}

/* ## Mobile Menu
--------------------------------------------- */

.mobile-menu-nav {
	display: none;
}

/* ## Testimonial
--------------------------------------------- */

html .ttshowcase_slider .bx-wrapper { 
	margin: 0 auto 45px;
}


html .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #5BA43B;
}

html .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, html .ttshowcase_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #006C8C;
}

html .tt_theme_speech .tt_quote_info-below .ttshowcase_rl_quote:after {
bottom: -9px;
}

html .ttshowcase_rl_quote {
	font-size: 14px;
}


html #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_block .ttshowcase_rl_quote::after,
html #ttshowcase_0 .tt_theme_speech .tt_quote_info-below .ttshowcase_rl_quote::after,
html #ttshowcase_0 .tt_theme_speech .tt_quote_info-above .ttshowcase_rl_quote::after {
    border-color: #006c8c transparent;
}

html #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_sided .ttshowcase_rl_quote,
html #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_block .ttshowcase_rl_quote,
html #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_sided .ttshowcase_rl_quote a,
html #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_block .ttshowcase_rl_quote a {
    background: #006c8c none repeat scroll 0 0;
    color: #FFF;
}

.ttshowcase_rl_quote p {
	text-indent: 20px;
}

.ttshowcase_rl_quote:before {
	color: #fff;
    content: "“";
    display: block;
    font-family: georgia;
    font-size: 45px;
    height: 0;
    left: -4px;
    position: relative;
    top: 6px;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	background: #fff; 
	width: 100%; 
	height: 32px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0;
	top: 0px;
	width: 100%;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 50px;
    overflow: hidden;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
	background: #fff;
}

ul.newsticker a:before {
	color: #5ba43b;
    content: "“";
    font-size: 30px;
    left: -2px;
    position: relative;
    top: 6px;
    display: inline-block;
    font-family: georgia;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #006c8c;
	margin: 0 7px 0 0;
}

ul.newsticker a:hover {
	background: none;
	color: #5ba43b;
}

ul.newsticker a:after {
	color: #5ba43b;
    content: "”";
    font-size: 30px;
    left: 2px;
    position: relative;
    top: 6px;
    display: inline-block;
    font-family: georgia;
}

ul.newsticker span {
	margin: 0 35px 0 0;
} 

.info-blue {
	border: 1px solid #00688f;
	background-color: #cae6ed;
	padding: 18px;
	text-align: center;
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
}

.info-blue a {
	color: #00688f;
}

.info-blue p {
	margin-bottom: 10px;
}

.sidebar ul {
	padding-left: 20px;
}

.sidebar li {
	padding-bottom: 5px;
    margin-bottom: 0px;
}



/* ## Print
--------------------------------------------- */

@media print
{
	html,
    body  { font-size:14px; margin:0 2em; }
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	.entry-content ul>li {
		font-size: 12px;
	}
	
	.plans-wrap h3 {
		font-size: 20px;
	}
	
	nav, .prefooter, footer, aside, .header-options, .header-social  { display:none; }
	
	body.content-sidebar .content {
		width: 100%;
	}
	
	.entry-title {
		font-size: 20px;
	}
	
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.white-shadow {
	color: #FFF;
	text-shadow: 1px 1px 3px #333333;
}

.side-white-lines span {
	display: inline-block;
	position: relative;  
}

.side-white-lines span:before,
.side-white-lines span:after {
	content: "";
	position: absolute;
	height: 3px;
	background: #fff;
	top: 18px;
	min-width: 160px;
	-webkit-box-shadow: 1px 1px 3px 0 #222;
	box-shadow: 1px 1px 3px 0 #222;
}

.side-white-lines span:before {
  right: 100%;
  margin-right: 15px;
}

.side-white-lines span:after {
  left: 100%;
  margin-left: 15px;
}

.check-list {
	color: #076D95;
	font-size: 14px;
	font-weight: bold;
}

.check-list i {
	color: #5BA43B;
	font-size: 26px;
}

ul.fa-ul>li {
	list-style-type: none;
	line-height: 28px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media (max-width: 1300px) {
.header-top {
    padding: 35px 0 20px;
    width: 57%;
    text-align: right;
}
.header_top_text {
    font-size: 23px;
    padding-right: 10px;
    width: 32%;
    text-align: center;
    float: left;
    padding-top: 25px;
}
.social-bbb {
    top: -7px;
    margin-right: 0;
}
.slider_form {
    max-width: 395px;
    float: right;
    margin-top: -610px;
    padding: 30px 22px 35px;
}
.home_content_left .vc_column-inner {
    max-width: 100%;
    float: left;
    padding-left: 20px !important;
}
.home_top_section .vc_row.wpb_row.vc_inner {
    margin-left: 0;
    margin-right: 0;
}
body {
    overflow-x: hidden;
}
.site-footer {
    padding: 65px 15px 0;
}
.site-header .wrap {
    padding: 0 15px;
}
}

@media only screen and (max-width: 1200px) {

	.footer-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
			column-count: 2;
	}

}
@media (max-width: 1100px) {
.header_top_text {
    font-size: 18px;
    padding-right: 10px;
    text-align: center;
}
.social-group a {
    padding: 0;
}
.slider_form {
    max-width: 395px;
    float: right;
    margin-top: -550px;
    padding: 18px 22px 25px;
}
.slider_form_field textarea {
    height: 75px;
    margin-top: 10px;
    padding: 10px 20px;
}
.slider_form_btn input {
    margin-top: 10px;
    font-size: 20px;
}
.nav-primary .genesis-nav-menu a {
    padding: 32px 15px;
    font-size: 14px;
}
.nav-primary .genesis-nav-menu a {
    padding: 32px 14px;
    font-size: 13px;
}
.main_heading_h1 h1 {
    font-size: 42px;
}
.orange_btn a.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 22px;
    padding: 14px 25px;
}
}
@media only screen and (max-width: 960px) {
.header_top_text {
    float: none;
    padding-top: 0;
}
.social-bbb {
    padding-top: 10px;
}
body #header .title-area {
    padding: 0px 0 5px !important;
}
	.entry-content ul {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.header-full-width .title-area , .header-top, .header-nav {
		display: block;
		margin: 0 auto;
		float: none;
		text-align: center;
		padding-bottom: 10px;
		}	
		
	.header-nav {
		width: 55%;
		float: left;
		text-align: left;
	}

	.header-phone span {
		text-align: center;
		}
		
	.header-phone {
		display: block;
		width: 45%;
		float: left;
		margin-top: 18px;
		}
		
	.header-phone span {
		text-align: right;
	}

	.menu-footer-navigation-container, .site-footer .title-area  {
		width: 100%;
		}	

	.footer-meta-container, .footer-social-container, .footer-credit-container {
		width: 100%;
		padding-top: 10px;
		float: none;
		text-align: center;
		}
		
	.footer-credit-container {
		padding-bottom: 20px;
		}
.mobile-menu-nav {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    bottom: 12px;
}
#header {
		margin-top: 15px;
}
.nav-primary {
    position: relative;
    z-index: 900!important;
    top: 0;
    width: 100%;
    min-height: unset;
    border: none;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #6c6c6c;
}
.nav-primary .genesis-nav-menu li.header_get_quote_btn {
    float: left;
    padding-top: 15px;
    padding-right: 20px;
    margin-bottom: 25px;
    margin-left: 15px;
}
.mobile-menu {
	display: block;
	float: right;
	padding:  6px 5px 0 0;
}
.mobile-menu span {
    color: #006993;
    padding-right: 8px;
    position: relative;
    top: -7px;
}
	html #wpadminbar {
		z-index: 11000 !important;
	}	
#menu-main-navigation {
    display: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    border-top: 1px solid #006C8C;
    background: #fff;
}
	#menu-main-navigation.mobile-show {
		display: block;
	}


	.nav-primary .genesis-nav-menu .menu-item {
		width: auto;
		margin-right: 0;
		display: block;
	}

	.nav-primary .genesis-nav-menu .current-menu-item .sub-menu li a {
		background: #5BA43B;
	}

	.nav-primary .genesis-nav-menu li, .nav-primary .genesis-nav-menu li:first-child {
		border: none;
	}

	.nav-primary .genesis-nav-menu .sub-menu a:hover {
		background: #006C8C;
	}

	.nav-primary .genesis-nav-menu a[title="mobileOut"] {
		display: none;
	}

	.nav-primary .genesis-nav-menu a {
		padding: 10px 14px;
		text-align: left;
	}

	.genesis-nav-menu .sub-menu {
		position: relative;
		left: 0;
		opacity: 100;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a {
		background: none;
		padding-left: 25px;
		font-size: 12px;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		width: 100%;
		}

	.genesis-nav-menu .sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
		
	body {
		font-size: 15px;
	}	
		
	body.home h1 {
		font-size: 24px;
	}	

	.front-benefits ul {
		text-align: center;
	}

	.front-benefits ul li {
		display: inline;
	}
		
	.plans-node, .specialties-node, .prefooter-node {
		width: 98%;
		max-width: 394px;
		margin: 0 auto 30px;
		float: none;
	}

	.plans-node:last-child, .specialties-node:last-child, .prefooter-node:last-child {
		margin-right: auto;
	}

	.content img.alignright {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.footer-blog {
		margin-bottom: 20px;
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:nth-child(3) {
		width: 100%;
	}
	
	.content {
		float: none;
		width: 100%;
	}

	.sidebar-primary {
		clear: both;
		float: none;
		width: 100%;
	}
	
	.sidebar .widget {
		margin: 0 auto;
		max-width: 420px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:nth-child(4) {
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu li:last-child {
		border-right: none;
	}
	
	.genesis-nav-menu {
		font-size: 14px;
		font-size: 1.4rem;
	}
.slider_form {
    max-width: 100%;
    float: right;
    margin-top: 15px;
    padding: 18px 22px 25px;
    width: 100%;
    margin-bottom: 15px;
}
#header .title-area {
    padding: 15px 0 0;
}
.header-top {
    padding: 10px 0 20px;
    width: 100%;
}
.header_top_text {
    font-size: 18px;
    padding-right: 10px;
    width: 32%;
}
.site-header {
    position: relative;
}
.footer_bbb_logo {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
.footer-credit {
    font-size: 16px;
    max-width: 180px;
    line-height: 22px;
    margin: 0 auto;
}
.roadside_footer_logo {
    width: 100%;
}
.footer_nav_menu {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.menu_title_footer {
    text-align: center;
    padding: 20px 0 30px;
    font-size: 16px;
}
.our_experience h4 {
    font-size: 25px;
}
.our_experience_text {
    font-size: 15px;
    line-height: 22px;
}
.home_content_section.home_content_left {
    width: 100%;
}
.home_top_right_section {
    width: 100%;
    padding: 0 !important;
}
.home_top_right_section .wpb_single_image.vc_align_right {
    text-align: left;
}
.home_top_right_section .vc_column-inner {
    padding: 0;
}
.home_content_section.home_content_right {
    width: 100%;
    padding: 0 !important;
}
.home_content_section.home_content_right .vc_column-inner {
    padding: 0;
}
.home_top_right_section.wpb_column .vc_column-inner {
    padding: 0;
}
.home_top_right_section.wpb_column {
    width: 100%;
    padding: 0 !important;
	clear: both;
}
.commercial_top_section .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
.mobile_full_width_section .wpb_column.vc_column_container {
    width: 100%;
}
.page_content_section.home_content_right.wpb_column {
    width: 100%;
    padding: 0;
}
.page_content_section.home_content_right .vc_column-inner {
    padding: 0;
}
.page_content_section.home_content_right.wpb_column.vc_column_container {
    padding: 0;
}
}
@media (max-width: 880px) {
.site-inner, .wrap {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media only screen and (max-width: 800px) {
.page_content_section ul {
    margin-left: 0;
}
.roadside_footer_logo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    float: none;
}
.front-benefits {
	width: 33%;
}
.page_content_section.home_content_right.wpb_column {
    padding: 0;
}
.experience_boxes_home .wpb_column.vc_column_container {
    width: 100%;
}
#menu-footer-navigation.genesis-nav-menu a {
	text-align: center;
}
body.home h2 {
    font-size: 28px;
    padding: 0;
}
body.home .big_font_perah p {
    font-size: 17px;
    line-height: 28px;
    max-width: 100%;
    margin-bottom: 25px;
}
.we_cover_section .wpb_column.vc_column_container {
    width: 100%;
}
.we_cover_section .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-bottom: 0 !important;
}
.footer_form_heading {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 30px;
}
.featured_article_box.vc_col-sm-4 {
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
    float: none;
    padding: 0 0 20px;
}
#menu-main-navigation {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

	.admin-bar .nav-primary {
		top: 0;
	}

	.one-fifth {
		float: none;
		width: 100%;
	}

	html .footable .brs-a {
		width: 33%;
	}

	.footable>tbody>tr>td.footable-first-column {
		text-align: right;
	}


	.footable.breakpoint > tbody > tr > td.brs-title > span.footable-toggle:before {
		display: none;
}

.front-benefits ul li {
	display: block;
}

p.important {
	font-size: 12px;
}
.main_heading_h1 h1 {
    font-size: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.inner_page_three_boxes .wpb_column.vc_column_container {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    float: none;
}
.inner_page_lists_box .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
	float: left;
}
.inner_page_lists_box .wpb_column.vc_column_container ul {
    margin: 0;
}
.inner_page_lists_box .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4n+3) {
    clear: left;
}
}

@media (max-width: 767px) {
.header_top_text {
    font-size: 18px;
    padding-right: 0;
    width: 100%;
    padding-bottom: 15px;
}
.header-social .social-group {
    padding-top: 0;
    padding-bottom: 20px;
	margin-right: 0;
    width: 100%;
}
.looking_info_text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
}
.looking_info_img {
    padding-right: 0;
    width: 100%;
    padding-bottom: 10px;
}
h1 {
    font-size: 28px;
}
.page .orange_text p {
    font-size: 17px;
    padding-bottom: 15px;
}
.page h2 {
    font-size: 25px;
    padding-bottom: 20px;
}
.page p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
}
.main_heading_h1 h1 {
    font-size: 28px;
}
.inner_page_lists_box ul {
    margin-left: 0;
}
.testimonials-slider-main .owl-dot {
    width: 50px;
    border-top: 7px solid #e7c095;
    margin: 0 10px;
}
.looking_info_img {
    text-align: center;
}
.inner_page_lists_box .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner {
    padding: 0 8px;
}
.inner_page_lists_box ul li {
    padding: 0px 0 0 25px;
    font-size: 12px;
    font-weight: 700;
    background-size: 18px;
}
.popup_form_heading {
    font-size: 15px;
    padding: 15px 10px;
    line-height: 22px;
}
.slider_bottom_logos {
    display: none;
}
.gravity_form_fields .gform_wrapper .ginput_container textarea {
    font-size: 13px;
}
.gravity_form_fields .gform_wrapper .fullwidth_field .ginput_container input {
    font-size: 13px !important;
}
}
@media only screen and (max-width: 480px) {

	.header-nav, .header-phone, .header-phone span {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
			column-count: 1;
	}
	#menu-main-navigation {
		-webkit-column-count: 1;
		-moz-column-count: 1;
			column-count: 1;
	}

	#menu-footer-navigation.genesis-nav-menu a {
		padding: 8px;
	}
.nav-primary .genesis-nav-menu .sub-menu a {
	width: 100%;
}
.nav-primary .genesis-nav-menu a {
    text-align: left;
    padding: 7px 20px;
}
	.join-btn {
		display: block;
		float: none;
		margin: 10px auto 0;
		clear: both;
		text-align: center;
	}

	.plans-wrap {
		clear: both;
		margin-bottom: 40px;
	}

	.plans-wrap img {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto ;
	}

	.front-benefits {
		width: 100%;
	}
.home_content_section ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0;
    padding-top: 5px;
}
.orange_btn a.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 18px;
    padding: 12px 15px;
}
.home-testimonials-slider_item {

    background: #fff;
    padding: 30px 15px 25px;

}
.home-testimonials-slider_text {
    font-size: 14px;
    padding-left: 50px;
    padding-top: 3px;
    line-height: 23px;
    padding-right: 12px;
}
.home-testimonials-slider_name {
    font-size: 15px;
    padding-top: 12px;
}
.footer_form_heading {
    font-size: 22px;
    line-height: 32px;
    padding: 0 10px 20px;
}
.popup_form_field textarea.wpcf7-form-control {
    padding: 12px;
    font-size: 12px;
    line-height: 16px;
    height: 110px;
}
.popup_form_field .wpcf7-form-control.wpcf7-text {
    padding: 12px !important;
    height: 35px !important;
    font-size: 12px !important;
}
.popup_form_select select {
    margin-top: 10px;
    padding: 10px 12px;
    height: 35px;
    font-size: 12px;
}
.popup_form_field .wpcf7-form-control.wpcf7-file {
    font-size: 14px;
}
}
@media (max-width: 400px) {
.social-bbb {
    top: -7px;
    margin-right: 0;
    width: 67%;
}
.best_roadside_logo {
    width: 30%;
}
.site-inner, .wrap {
    padding-left: 5px;
    padding-right: 5px;
}
}

/*19.12.2018*/
.page-id-2871 #menu-main-navigation{display:none;}
/*.site-footer{display:none !important;}*/
.page-id-2957 .sidebar{display:none;}

.page-id-2957 .nav-primary{display:none;}

.page-id-2957 .best_roadside_logo{display:block; float:right;}
.page-id-2957 .social-bbb{display:block; float:left;}
.page-id-2957 .tel a:hover{color:#000 !important;}
.page-id-2957 .tel{color:#000;}
.page-id-2957 .social-group{padding-top:35px;}
.page-id-2957 .page h2{padding-bottom:13px !important; margin:0px;}
.vc_single_image-wrapper img{width:100%;}
.rt_panel .wpb_text_column{background:#fff; padding: 15px 15px 15px 25px;}
.rt_panel .wpb_text_column {-webkit-box-shadow: -1px 5px 5px 2px rgba(181,179,181,1);
-moz-box-shadow: -1px 5px 5px 2px rgba(181,179,181,1);
box-shadow: -1px 5px 5px 2px rgba(181,179,181,1);}

/*02.01.2019*/
.top_hed{width:100%; display: inline-block;vertical-align: middle;font-size: 23px;color: #006993;font-style: italic;font-family: 'Roboto', sans-serif;font-weight: 900;	padding-right: 10px;text-align:center;}
#header .title-area {padding: 0px 0 13px !important;}
.header-top {float: right; padding: 0px 0 13px !important;}
.social-bbb{margin-right:3px;}

/*07.01.2019*/
.rt_panel .wpb_wrapper{background:#fff; -webkit-box-shadow: 4px 6px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 6px 15px -8px rgba(0,0,0,0.75);
box-shadow: 4px 6px 15px -8px rgba(0,0,0,0.75);}
.rt_panel .wpb_wrapper #gform_wrapper_3{padding:0 10px;}

.page-id-2957 .site-footer .title-area{display:none;}
.page-id-2957 .site-footer .footer_nav_menu{display:none;}
.page-id-2957 .site-footer .roadside_footer_logo{display:none;}
.page-id-2957 .site-footer p{display:none;}
.page-id-2957 .mobile-menu{display:none;}
.page-id-2957 .wpb_single_image{margin:0px !important;}
.page-id-2957 .wpb_text_column{padding-top:15px;}
.page-id-2957 .mobile_member_btn{display:none;}


@media (min-width:960px) and (max-width:1100px){
	.page-id-2957 .header-top{width:auto;}
}
@media (max-width:767px){
.rt_panel .wpb_wrapper h2{font-size:20px;}
}
@media (max-width:600px){
	.page-id-2957 .vc_custom_1545656001652{padding:0 15px !important;}
	.nwcls .wpb_wrapper p{margin:0px;}
	.nwcls .wpb_wrapper h2{font-size:16px !important;}
	.nwcls .wpb_wrapper p{font-size:14px !important;}
	.nwcls .wpb_text_column h2{font-size:16px !important;}
	.nwcls .wpb_text_column p{font-size:14px !important;}
	.ginput_recaptcha   {
transform: scale(0.66);
-webkit-transform: scale(0.74) !important;
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
	
	.page-id-2957 .top_hed h5{font-size:18px !important;}
	.vc_box_border_grey img{margin-bottom:0px;}
}
@media (min-width:300px) and (max-width:600px){
	.vc_box_border_grey img{margin-bottom:0px!important;}
	.overview .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column{
	margin-bottom:0px !important;
}
	.buttons .wpb_wrapper{
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	.nav-primary .genesis-nav-menu .current_page_item .sub-menu a{
		color:white !important;
	}
}
	
/*11.01.2019*/
.page-id-2957 .gform_body{padding:0 0 0 16px !important;}
.page-id-2957 .top_label{padding:0 0 15px 16px !important;}
.page-id-2957 #gform_fields_8{padding:0px !important;}
.page-id-3290 .nav-primary {display:none !important;}
.page-id-3290 .sidebar  {display:none !important;}
.page-id-3290 #get_quote_form {display:none !important;}
.page-id-3290 .menu-footer-navigation-container {display:none !important;}
.page-id-3290 .site-footer .title-area {display:none !important;}
.page-id-3290 .site-footer{border:none !important;}
.page-id-3290 .footer_nav_menu {display:none !important;}
.page-id-3290 .roadside_footer_logo {display:none !important;}
.page-id-3290 .content {
    width: 100% !important;
    text-align: center;
}
.page-id-3290 .entry {
    padding: 100px 0 !important;
    margin-bottom: 0;
}

.page-id-4676 .nav-primary {display:none !important;}
.page-id-4676 .sidebar  {display:none !important;}
.page-id-4676 #get_quote_form {display:none !important;}
.page-id-4676 .menu-footer-navigation-container {display:none !important;}
.page-id-4676 .site-footer .title-area {display:none !important;}
.page-id-4676 .site-footer{border:none !important;}
.page-id-4676 .footer_nav_menu {display:none !important;}
.page-id-4676 .roadside_footer_logo {display:none !important;}
.page-id-4676 .content {
    width: 100% !important;
    text-align: center;
}
.page-id-4676 .entry {
    padding: 100px 0 !important;
    margin-bottom: 0;
}
.grn_sec{margin-left:5px !important;}
.grn_sec li {    background: url(https://www.bestroadsideservice.com/wp-content/uploads/2019/02/check_icon.png) no-repeat left 8px; list-style-type: none !important;  padding: 10px 37px; font-size:16px !important;}
.social-bbb a img{width:140px; margin-top: 7px;}
.best_roadside_logo a img{width:72px;}
.mar img{margin-top:46px;}
.tt_quote_transparency{width:11px; height:20px;}
.vc_box_border_grey img{margin-bottom:25px;}
.fa-quote-left:before{color:#0a1c23 !important;}

.grecaptcha-badge{
	z-index: 100;
}

#vehicle-plan-comparison-table{
	overflow-x: auto;
	
}

#vehicle-plan-comparison-table table {
	line-height: 2!important;
}

#vehicle-plan-comparison-table table td {
	white-space: nowrap;
	padding: 0 20px;
}






