/*
Theme Name: Affordable
Author: Angry Rabbit
Version: 1.0
*/

html {
    overflow-x: hidden;
    margin-top: 0px !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	background: #f6f6f6;
	height: 100%;
}

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

.inner_content_wrapper {
	padding-top: 20px;
}

.inner_content_wrapper.content_with_sidebar article {
	width: 70%;
}

.inner_content_wrapper.content_with_sidebar #sidebar {
	width: 25%;
}

.inner_content_wrapper.content_with_sidebar.ar_sidebar_position_left article {
	float: right;
	padding-left: 30px;
}

.inner_content_wrapper.content_with_sidebar.ar_sidebar_position_left #sidebar {
	float: left;
}

.inner_content_wrapper.content_with_sidebar.ar_sidebar_position_right article {
	float: left;
	padding-right: 30px;
}

.inner_content_wrapper.content_with_sidebar.ar_sidebar_position_right #sidebar {
	float: right;
}

#sidebar, #sidebar ul {
	list-style: none;
	margin: 0;
	padding: 2px;
}

.ar_sidebar_title {
	display: inline-block;
	width: 100%;
	background: #f6f6f6;
	font-size: 18px;
	padding: 15px;
}

#sidebar ul li {
	display: inline-block;
	width: 100%;
}

#sidebar ul li a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	color: #fff;
	transition: 0.3s ease;
}

#sidebar ul li a:hover {
	opacity: 0.8;
}

#sidebar ul li a:after {
	content: "\2192";
	display: inline-block;
	margin-left: 10px;
	opacity: 0;
	transition: 0.3s ease;
}

#sidebar ul li a:hover:after {
	opacity: 1;
	margin-left: 20px;
}

.ar_entry_title {
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	background: #3e515d;
	color: #fff;
	padding: 15px 50px;
	overflow: hidden;
	border-radius: 0 10px 0 10px;
}

.ar_entry_title:after {
	content: "";
	width: 10px;
	height: 100px;
	position: absolute;
	background: #fff;
	transform: rotate(45deg);
	left: 0;
	top: -20px;
}

.ar_entry_title:before {
	content: "";
	width: 10px;
	height: 100px;
	position: absolute;
	background: #fff;
	transform: rotate(45deg);
	right: 0;
	bottom: -20px;
}

.ar_header_wrapper {
	display: block;
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

.ar_header {
	margin: 0 auto;
	width: 1200px;
	padding: 0 15px;
	position: relative;
	z-index: 9;
}

.ar_company_branding {
	display: inline-block;
}

.ar_header_navigate_wrapper {
	float: right;
	margin-top: 5px;
}

.ar_header_navigate {
	display: inline-block;
}

.ar_header_navigate ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ar_header_navigate li {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-bottom: 17px;
}

.ar_header_navigate li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ar_header_navigate a {
	display: inline-block;
	text-transform: uppercase;
	color: #232323;
	padding: 30px 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.ar_header_navigate a i {
	margin-left: 10px;
}

.ar_header_navigate li:hover, .ar_header_navigate li.current-menu-item {
	background: #f6f6f6;
}

.ar_header_navigate li a:hover:before, .ar_header_navigate li.current-menu-item a:before {
	width: 100%;
}

.ar_header_navigate ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-top: solid 1px;
}

.ar_header_navigate ul li:hover ul {
	display: block;
}

.ar_header_navigate ul ul li a {
	padding: 5px 0;
	text-transform: none;
	padding-left: 15px;
	width: 100%;
}

.ar_header_navigate ul ul li a:hover {
	opacity: 0.8;
}

.ar_header_navigate ul ul li a:before {
	display: none;
}

.ar_header_navigate ul ul li {
	width: 100%;
	padding-bottom: 0;
}

.ar_header_navigate ul ul ul {
	position: static;
}

.ar_menu_services_wrapper {
	
}

.ar_header_navigate ul ul li.ar_menu_services_item {
	float: left;
	width: 33%;
	padding: 15px;
}

.ar_header_navigate ul ul li.ar_menu_services_item a:first-of-type {
	color: #fff;
}

.ar_header_contact_wrapper {
	float: right;
	margin-left: 40px;
	padding-top: 25px;
}

.ar_header_contact_phone, .ar_header_quote_btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.ar_header_quote_btn {
	margin-left: 20px;
}

.ar_header_contact_phone i {
	padding-right: 15px;
	display: inline-block;
    vertical-align: middle;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.ar_header_quote_btn i {
	padding-left: 15px;
	display: inline-block;
    vertical-align: middle;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.ar_header_quote_btn {
	background: #64dba1;
}

.ar_header_contact_phone span, .ar_header_quote_btn span {
	position: relative;
	z-index: 2;
}

.ar_header_contact_phone:active, .ar_header_quote_btn:active {
	transform: scale(0.95);
}

.ar_header_contact_phone:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 100%;
	width: 0;
}

.ar_header_contact_phone:hover:before {
	width: 100%;
}

.ar_header_quote_btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 100%;
	width: 0;
}

.ar_header_quote_btn:hover:before {
	width: 100%;
}

.ar_main_banner h1 {
	-webkit-text-shadow: 0px 2px 1px rgba(3, 3, 3, 1);
	-moz-text-shadow:    0px 2px 1px rgba(3, 3, 3, 1);
	text-shadow:         0px 2px 1px rgba(3, 3, 3, 1);
}

.services_wrapper {
    background: #fff;
    -webkit-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.25);
}

.get_a_quote_panel .vc_column-inner, .services_wrapper .vc_column-inner {
    padding-top: 0 !important;
}

.ar_one_click_wrapper.vc_row {
	background-position: right center !important;
	background-size: 50% !important;
}

.owl-tstvc-theme .owl-tstvc-dots {
	float: right;
}

.ar_footer_wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #3e515d;
	margin-top: 50px;
	padding-bottom: 50px;
}

.ar_footer {
	margin: 0 auto;
	width: 1200px;
	padding: 50px 15px;
	color: #fff;
}

.ar_footer_item {
	float: left;
	width: 50%;
	padding-right: 25px;
}

.ar_footer_item:last-child {
	padding-right: 0;
	padding-left: 25px;
}

.ar_footer_branding_wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

.ar_footer_description {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	margin-left: 8%;
}

.ar_footer_item h3 {
	display: inline-block;
	width: 100%;
	background: #2f3e48;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.ar_footer_item a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ar_footer_item a:hover {
	text-decoration: underline;
	opacity: 0.8;
}

.ar_footer_item a i, .ar_footer_item p i {
	font-size: 18px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
}

.ar_footer_socials {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.ar_footer_socials a span {
	display: none;
}

.ar_footer_socials a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	border: solid 1px #fff;
	margin-right: 20px;
	font-size: 20px;
}

.ar_footer_socials a i {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: auto;
	line-height: 30px;
}

.ar_footer_socials a:last-of-type {
	margin-right: 0;
}

.ar_footer_copyright_wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #2f3e48;
	height: 45px;
	line-height: 45px;
}

.ar_footer_copyright {
	margin: 0 auto;
	width: 1200px;
	padding: 0 15px;
}

.ar_footer_copyright_wrapper span {
	display: inline-block;
	font-size: 12px;
	color: #b2c1cb;
}

.ar_footer_copyright .ar_footer_item_nav {
	float: right;
}

.ar_footer_item_nav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ar_footer_item_nav li {
	display: inline-block;
	position: relative;
}

.ar_footer_item_nav li:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #6c8ea3;
	display: inline-block;
}

.ar_footer_item_nav li:last-of-type:after {
	display: none;
}

.ar_footer_item_nav a {
	display: inline-block;
	color: #fefefe;
	font-size: 12px;
	padding: 0 15px;
}

.ar_footer_item_nav a:hover {
	text-decoration: underline;
}

.ar_powered {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #28343d;
	padding: 10px 15px;
	width: 100%;
	color: #ccc;
	font-size: 12px;
}

.ar_powered a {
	color: #fff;
}

.ar_powered a img {
	display: inline-block;
	vertical-align: middle;
}

.ar_entry_header {
	text-align: center;
}

#sidebar ul ul {
	display: none;
}

#sidebar ul li {
	position: relative;
}

#sidebar li.menu-item-has-children ul {
	background: #fff;
	padding: 15px;
	border: solid 1px #e1e1e1;
}

#sidebar li.menu-item-has-children ul a {
	padding: 5px;
	background: none !important;
	color: #232323 !important;
}

#sidebar li.menu-item-has-children span {
	position: absolute;
	display: inline-block;
	width: 40px;
	background: rgba(255,255,255,0.5);
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #232323;
}

#sidebar li.menu-item-has-children ul span {
	right: -15px;
	top: -15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	height: 45px;
	line-height: 45px;
}

.cargopress-table {
	width: 100%;
	max-width: 100%;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; 
}

.cargopress-table thead th {
	background-color: #3e515d;
	padding: 15px 20px;
	border-radius: 2px;
	color: #ffffff;
	border-right: 2px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-clip: padding-box;
}

.cargopress-table thead th:first-of-type {
	background-color: #3e515d;
	padding: 15px 20px;
	border-radius: 2px;
	color: #ffffff;
	border-right: 2px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-clip: padding-box;
}

.cargopress-table thead th:last-of-type {
	border-right: none;
}

.cargopress-table tbody td {
	background-color: #ffffff;
	box-shadow: 0 0 0 1px #eeeeee inset;
	padding: 15px 20px;
	border-right: 2px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	background-clip: padding-box;
	border-radius: 2px;
}

.cargopress-table tbody td:first-of-type {
	box-shadow: none;
	background-color: #eeeeee;
}

.cargopress-table tbody td:last-of-type {
	border-right: none;
}

article {
	padding: 15px;
	background: #fff;
	border-radius: 7px;
}

.cargopress-table thead th.h-regular {
    background-color: #4cb1e0;
}

.cargopress-table thead th.h-subpeak {
    background-color: #0a5c89;
}

.cargopress-table thead th.h-peak {
    background-color: #f36a13;
}