/*
Theme Name: Pathway Insurance
Theme URI: -
Author: -
Author URI: -

*/

@import  "https://fonts.googleapis.com/css?family=Open+Sans:400,500,700";
@import 'https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700';
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0 !important;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.5em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	padding: 0;
}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/
body,button,input,select,textarea {
	color: #333;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: Verdana;
	max-width: 100%;
	font-family: 'Open Sans',sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,cite,em,i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,kbd,tt,var {
	font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
	font-size: 15px;
	font-size: .9375rem;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,:before,:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #e8e8e8;
/* Fallback for when there is no custom background color defined. */
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
	margin-top: 2px;
}

dd {
	margin: 0;
}

img {
	height: auto;
/* Make sure images are scaled correctly. */
	max-width: 100%;
/* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),inset 0 15px 17px rgba(255,255,255,0.5),inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	font-size: 12px;
	font-size: .75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8),inset 0 15px 17px rgba(255,255,255,0.8),inset 0 -5px 12px rgba(0,0,0,0.02);
}

button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5),inset 0 2px 5px rgba(0,0,0,0.15);
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus {
	color: #111;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {color: #999;}

a:visited {color: #999;}

a:hover,a:focus,a:active {color: #0000cc;}

a:focus {
	outline: thin dotted;
}

a:hover,a:active {
}

/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0 25px;
	/* padding-bottom: 19px; */
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	float: left;
	position: absolute;
	top: 3.7em;
	left: -999em;
	z-index: 99999;
	background: #0000cc;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {margin: 10px 10px;padding: 0;}

.main-navigation li:hover > a,.main-navigation li.focus > a {color: #0000cc;}

.main-navigation ul ul :hover > a,.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,.main-navigation ul ul a.focus {color: #fff;}

.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul {
	left: auto;
	margin-left: -26px;
}

.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,.main-navigation .current-menu-item > a,.main-navigation .current_page_ancestor > a,.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
	/* display: block; */
	}
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0 !important;
}

/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,.updated:not(.published) {
	display: none;
}

.single .byline,.group-blog .byline {
	display: inline;
}

.page-content,.entry-content,.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {
	max-width: 100%;
}

/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#page {padding: 0;width: 100%;max-width: 1663px;margin: 0 auto;}

.site-branding {
	float: left;
	z-index: -1;
	position: relative;
}

#site-navigation {float: right;clear: none;width: auto;/* position: relative; *//* z-index: 99999; */}

#site-navigation a {font-size: 26px;line-height: 36px;outline: 0 !important;text-transform: capitalize;font-family: 'PT Sans Narrow', sans-serif;position: relative;font-weight: 400;font-family: 'Oswald', sans-serif;/* color: #fff; *//* color: #085a94; */color: #000;padding: 40px 0;letter-spacing: 1px;}

.featured {/* width: 100%; *//* display: block; *//* height: 460px; *//* background-position: bottom; *//* position: relative; *//* padding: 0 55px; */overflow: hidden;/* box-shadow: 0 1px 5px #464646; */z-index: 1;position: relative;border-bottom: 14px solid #0000cc;box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);}

.caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	padding-right: 350px;
}

.caption > div {
	background: #D94B00;
	opacity: .5;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	border-top: 1px solid #FC8546;
}

.caption > span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	background-position: bottom;
	z-index: 0;
}

.caption > h1 {
	color: #fff;
	z-index: 2;
	position: relative;
	padding: 0 20px;
	font-size: 42px;
	font-weight: 400;
	margin: 10px;
	line-height: 48px;
	font-family: 'Open Sans',sans-serif;
}

.caption > h1 > strong {
	font-weight: 500;
}

.site-branding img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 13px 0;
}

.bg > ul {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.bg ul li {
/* width: 335px; */
/* z-index: 9999; */
/* position: relative; */
/* list-style: none; */
}

.bg ul li a {
	outline: 0 !important;
}

.bg ul li a img {
	-webkit-transition: .14s;
	-moz-transition: .14s;
	-o-transition: .14s;
	transition: .14s;
}

.bg ul li a:hover img {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}

.bg ul li a:active img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

#plate {
	background: #fff;
	padding: 0 25px;
	height: auto;
	display: block;
	float: left;
	width: 100%;
}

#bread {
	/* float: left; */
	padding: 20px;
}

#butter {
	/* float: left; */
}

header#masthead {padding: 0 12px;z-index: 999;position: relative;background: #fff;border-bottom: 14px solid #0000cc;box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);}

.bg {
/* background-size: cover; */
/* height: 460px; */
}

.btn {display: inline-block;padding: 0 .3em;font-family: sans-serif;color: #fff;/* font-weight: 700; */margin: 1rem;letter-spacing: 1px;text-decoration: none;position: relative;border-radius: .2em;font-size: 2rem;color: #fffcf6 !important;/* border-bottom: 0.4rem solid #B44B12; */-webkit-transition: .14s;-moz-transition: .14s;-o-transition: .14s;transition: .14s;background: #BE1E2D;/* box-shadow: inset 0px -7px 0px #e1e1e1; */outline: 0 !important;font-family: 'PT Sans Narrow', sans-serif;/* line-height: 50px; *//* text-transform: uppercase; */}

.btn:active {
}

.cta {padding: 25px;min-height: 150px;float: left;width: 100%;background: #fff;}

.cta h1 {margin: 0;float: left;line-height: 120px;font-size: 62px;font-weight: 300;color: #fff;font-family: 'PT Sans Narrow', sans-serif;}

.cta > div {
	float: left;
	/* height: 100%; */
	/* display: block; */
	/* position: relative; */
	/* height: 120px; */
	/* width: 260px; */
}

.cta a.btn {position: relative;background: #0000cc;color: #fff!important;font-size: 48px;text-align: center;font-family: Oswald;font-weight: 300;width: 100%;padding: 0;line-height: 120px;border-radius: 0;margin: 0;}

.cta small {
	text-align: center;
	display: block;
	font-size: 14px;
	bottom: 10px;
	position: absolute;
	width: 100%;
	color: #626262;
	font-weight: 600;
}

.site-info {
	/* padding: 25px 7% 0; */
	float: left;
	width: 100%;
	color: #fff;
	padding: 25px 25px 0 25px;
}

.left {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.mid {
	width: 67%;
	float: left;
}

.right {
	width: 33%;
	float: left;
	position: relative;
}

.left li {
	list-style: none;
	float: left;
	margin: 10px 2%;
	text-align: center;
	width: 15%;
}

.copyright {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 25px;
	margin-top: 20px;
	margin-bottom: -12px;
	background: #333333;
}

.left img {
	margin: 0 auto;
	display: block;
	float: left;
}

.left ul {
	margin: 15px 0 0;
	display: block;
	float: none;
	padding: 0;
}

.mid ul li {
	list-style: none;
	list-style: none;
	float: left;
	margin-right: 30px;
}

.mid ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.mid nav {
	float: left;
/* width: 10%; */
	margin-right: 10%;
}

.mid ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

nav.footer-two {
	margin-right: 10%;
}

.mid > span {
	float: left;
	width: 100%;
	color: #fff;
/* font-weight: bold; */
	margin: 0 0 20px;
	font-size: 14px;
}

.right ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	color: #fff;
	margin-bottom: 100px;
	height: auto;
	float: right;
	width: 100%;
}

.right h5 {
	color: #fff;
	font-weight: 700;
	margin: 0 0 3px;
	font-size: 16px;
}

.right img {
	position: relative;
	float: right;
	margin-top: -46px;
	margin-left: 5px;
	width: 100px;
	border: 2px solid #2EA8E7;
	border-radius: 100%;
}

.right > span {
	color: #fff;
	position: relative;
	text-align: right;
	font-size: 16px;
	margin-top: -29px;
	margin-right: 10px;
	float: right;
}

.copyright a {
	color: #fafafa;
	text-decoration: none;
	font-size: 14px;
	line-height: 41px;
}

#youtube {
	width: 350px;
	height: 195px;
	margin: 0 auto;
	display: block;
}

.widget_review_box {
	background: #f2f2f2;
	padding: 15px 25px;
}

.widget_review_box h1 {
	color: #3c699d;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.widget_review_box .review {
	background: #fff;
	margin: 10px 0;
	border-radius: 7px;
	padding: 5px 20px 15px;
	box-shadow: 0 1px 3px #999;
}

.review .stars {
}

.review .date {
	float: left;
	width: 100%;
	font-size: 14px;
}

.review .date img {
	margin-top: 15px;
	position: relative;
	margin-bottom: -4px;
	margin-left: 15px;
}

.review .text {
	float: left;
	width: 100%;
	font-style: italic;
	position: relative;
	margin-top: 20px;
	text-indent: 35px;
}

.review .text:before {
	color: #bbb;
	content: "\201C";
	font-size: 106px;
	position: absolute;
	top: -50px;
	left: -50px;
	font-family: Georgia;
}

.review .name {
	float: left;
	width: 100%;
	font-weight: 700;
	margin-top: 15px;
}

.review .link {
	color: #e86934;
	font-size: 14px;
}

.menu-toggle {
	width: 35px;
	height: 24px;
	position: relative;
	display: block;
	margin: 0 auto;
	background: none;
	box-shadow: none !important;
	border: none;
	outline: none;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999;
}

.menu-toggle .line {display: block;background: #0000cc;width: 40px;height: 5px;position: absolute;left: 0;border-radius: 4px;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}

.menu-toggle .line.line-1 {
	top: 0;
}

.menu-toggle .line.line-2 {
	top: 50%;
}

.menu-toggle .line.line-3 {
	top: 100%;
}

.menu-toggle:hover .line-1,.menu-toggle:focus .line-1 {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
}

.menu-toggle:hover .line-3,.menu-toggle:focus .line-3 {
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
}

.toggled .menu-toggle .line-1 {
	transform: translateY(25px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(15px) translateX(0) rotate(45deg);
	-moz-transform: translateY(25px) translateX(0) rotate(45deg);
}

.toggled .menu-toggle .line-2 {
	opacity: 0;
}

.toggled .menu-toggle .line-3 {
	transform: translateY(-25px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-25px) translateX(0) rotate(-45deg);
}

.footer-one {
	margin-right: 0;
}

@media screen and (max-width: 1340px) {
	.cta a.btn {font-size: 32px!important;}
}

@media screen and (max-width: 1100px) {
	.cta {
		padding: 0 7%;
	}
}


@media screen and (min-width: 940px) {
	.main-navigation ul {
		display: block;
	}

	.menu-toggle {
		display: none !important;
	}
}

@media screen and (max-width: 940px) {
	.main-navigation li {
		float: left;
		position: relative;
		width: 100%;
	}

	.main-navigation li a {
		font-size: 28px !important;
		text-align: center;
	}

	#site-navigation {
		width: 100%;
	}

	.caption {
		position: relative;
		padding: 0;
	}

	.caption {
		position: relative;
		padding: 0;
	}

	.caption > span {
		display: none;
	}

	.caption h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.featured,.bg {
		height: auto;
		padding: 0;
	}

	.bg ul li {
		max-width: 100%;
	}

	.bg > ul {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	#plate {
		padding: 0 2%;
	}

	#bread {
		padding: 0;
		width: 100%;
	}

	#butter {
		width: 100%;
		position: relative;
		right: 0;
	}

	#youtube {
		width: 90%;
		height: 300px;
	}

	.cta {
		padding: 15px 2%;
		height: auto;
		float: left;
		width: 100%;
	}

	.cta h1 {
		font-size: 42px;
		width: 100%;
		text-align: center;
		float: left;
		display: block;
	}

	.cta > div {
		float: right;
		height: 100%;
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		float: left;
	}

	.cta a.btn {
		position: relative;
		margin: 0 auto;
		left: auto;
		right: auto;
		width: 180px;
		text-align: center;
		display: block;
		margin-bottom: 15px;
	}

	.widget_review_box {
		padding: 15px 2%;
	}

	.left,.mid,.right {
		width: 100%;
		float: left;
		margin-bottom: 25px;
	}

	.right img {
	/* position: relative; */
	/* float: left; */
	/* margin-top: -85px; */
	}

	.left ul {
		margin: 15px 0;
		display: block;
		float: left;
		padding: 0;
		width: auto;
	}

	.left li {
		margin: 10px 5px;
		width: auto;
	}

	header#masthead {
		padding: 0 2%;
	}

	#site-navigation a {margin: 0;line-height: 52px;}
	
	.menu-menu-container {
		width:100%;
		/* padding: 20px 0!important; */
		padding: 0!important;
	}
}

@media screen and (max-width: 768px) {
	.menu-toggle {
	/* top: 43px; */
	}
}

@media screen and (max-width: 420px) {
	.caption h1 {
		font-size: 26px;
		line-height: 32px;
	}

	#youtube {
		width: 90%;
		height: 150px;
	}

	.cta h1 {
		font-size: 32px;
		line-height: 42px;
	}

	header#masthead {
		padding: 0 5px;
	}

	.site-branding img {
		width: 180px;
	}

	.mid {
		display: none;
	}

	.left {
		margin-bottom: 5px;
	}

	.left ul img {
		max-width: 34px;
	}

	html #wpadminbar {
		min-width: 100%;
		overflow: hidden;
	}

	.menu-toggle {
	/* top: 33px; */
	}

	.main-navigation li {
		float: left;
		position: relative;
		width: 100%;
	}

	#site-navigation a {
		line-height: 58px;
		padding: 0px 0;
	}
}

.infos {
	float: right;
	padding-top: 15px;
}

.infos h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #666;
	font-size: 28px;
	font-weight: 300;
	margin: 0;
}

.infos h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #666;
	font-size: 28px;
	font-weight: 300;
	margin: 0;
}

.infos i {
	color: #be1e2d;
	font-size: 38px;
	margin-right: 15px;
}

.subheader {
	background: #be1e2d;
	height: 50px;
	width: 100%;
	box-shadow: 0 3px 10px #464646;
	z-index: 2;
	position: relative;
}

.soliloquy-container.soliloquy-theme-metro .soliloquy-control-nav li a:hover,.soliloquy-container.soliloquy-theme-metro .soliloquy-control-nav li a.active,.soliloquy-container.soliloquy-theme-metro .soliloquy-control-nav li a.soliloquy-active {
	background: #BE1E2D !important;
}

img.soliloquy-item-image {
	width: 100%;
}

h3 {color: #0000cc;}

footer#colophon {
	background: #4a4a4a;
	padding-bottom: 10px;
	/* font-family: 'PT Sans Narrow', sans-serif; */
	position: relative;
	float: left;
	width: 100%;
}

.mid > ul > li > a > i {
	font-size: 14px;
	margin-right: 8px;
}

.mid > ul {
	width: 100%;
	float: left;
	margin-top: 50px;
	color: #fff;
}

.buttons li {
	width: 95%;
	margin: 0 auto;
	padding-top: 0;
	float: right;
	list-style: none;
	background: #0000cc;
	padding: 10px;
}


@media (max-width:1550px) {
	.cta a.btn {
		/* padding: 15px 17%; */
		font-size: 42px;
	}
}

@media (max-width:1340px) {
	.cta a.btn {
		/* padding: 15px 10%; */
		font-size: 25px!important;
	}
}

@media (max-width:1340px) {
	.cta a.btn {
		/* padding: 15px 5%; */
		font-size: 34px;
	}
}

@media (max-width:1000px) {
	.cta {
		float: left;
		width: 100%;
		padding: 0;
	}

	.cta > div {
		margin: 0 auto;
		float: left;
		/* width: 100%; */
		/* height: 100px; */
	}

	.cta a.btn {
		position: relative;
		margin: 0 auto 10px;
		left: 0;
		/* top: 8px; */
		width: 100%;
		/* width: 225px; */
		text-align: center;
		display: block;
	}

	.cta h1 {
		line-height: 70px;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width:940px) {
	.subheader {
		box-shadow: none;
		position: absolute;
		overflow: hidden;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}

	#sub.toggled .subheader {
		height: 235px;
	}
}

@media (max-width:610px) {
	#plate {
		border: 0;
	}

	.infos {
		float: none;
	}

	.infos h1,.infos h2 {
		text-align: center;
	}

	.site-branding {
		width: 85%;
	}

	.site-branding img {
		width: 70%;
		margin: 5px 0;
		display: block;
	}
}

.post-edit-link,.comments-link {
	display: none;
}

.page-id-207 .moonray-form-p2c15584f2 {
	width: 1352px;
	max-width: 100%;
	height: 680px;
	margin-bottom: 50px;
	float: left;
	background-size: cover;
	padding-right: 25px;
}

.page-id-207 #bread {
	width: 100%;
}

.page-id-207 #butter {
	display: none;
}

.page-id-207 .moonray-form-p2c15584f2 label {
	text-shadow: 1px 1px 1px #000;
}

.page-id-207 .moonray-form-p2c15584f2 input,.page-id-207 .moonray-form-p2c15584f2 textarea {
	box-shadow: 1px 1px 3px #333;
}

.page-id-207 .moonray-form-p2c15584f2 .headline {
	font-family: 'Oswald',sans-serif;
	color: #fff;
	font-size: 44px;
}

.page-id-207 .moonray-form-p2c15584f2 .headline br {
	display: none;
}

.page-id-207 .moonray-form-p2c15584f2 .headline .align-left {
	text-align: left;
}

.page-id-207 .moonray-form-p2c15584f2 .headline .align-right {
	text-align: right;
	margin-right: 0;
	float: right;
}

@media (max-width: 1400px) {
	.page-id-207 .moonray-form-p2c15584f2 .headline {
		font-family: 'Oswald',sans-serif;
		color: #fff;
		font-size: 38px;
		line-height: 62px;
	}
}

@media (max-width: 1140px) {
	.page-id-207 .moonray-form-p2c15584f2 .headline {
		font-family: 'Oswald',sans-serif;
		color: #fff;
		font-size: 28px;
		line-height: 62px;
	}
}

@media (max-width: 825px) {
	.page-id-207 .moonray-form-p2c15584f2 .headline br {
		display: block;
	}

	.page-id-207 .moonray-form-p2c15584f2 .headline {
		font-family: 'Oswald',sans-serif;
		color: #fff;
		font-size: 24px;
		line-height: 33px;
		background: #bd1f2d;
		height: 73px;
		padding: 0;
		padding-top: 3px;
		text-align: center;
	}

	.page-id-207 .moonray-form-p2c15584f2 .headline .align-right {
		text-align: center;
		margin-right: 0;
		float: left;
		width: 100%;
	}

	.page-id-207 .moonray-form-p2c15584f2 .moonray-form-label-pos-stacked {
		width: 100%;
	}

	.page-id-207 .moonray-form-p2c15584f2 {
		padding: 0;
	}
}

@media (max-width: 473px) {
	.page-id-207 .moonray-form-p2c15584f2 {
		height: auto;
		background-size: cover !important;
	}

	.page-id-207 .moonray-form-p2c15584f2 .headline {
		margin-bottom: 25px;
		padding-top: 7px;
	}
	
}


.menu-toggle {width: 35px;height: 24px;position: relative;display: block;margin: 0 auto;background: none;box-shadow: none !important;border: none;outline: none;position: absolute;right: 20px;/* top: 50%; *//* margin-top: -62px; */top: 25px;/* top: 6vw; */right: 25px;z-index: 99999;}

#butter > h2 {
	    font-family: 'PT Sans Narrow', sans-serif;
	    font-size: 28px;
	    width: 302px;
	    margin: 0 auto;
	    margin-bottom: -15px;
	    float: right;
}

.buttons a:hover .arrow {
	    margin-right: -5px;
}

.add li {
    float: left;
    display: block;
    clear: both;
}

.add li:last-child {
    /* margin-top: 15px; */
}

.right ul li {
    float: right;
}

.right ul li a img {
    position: relative;
    float: left;
    margin-top: 0;
    margin: 0 8px;
    width: 40px;
    border: 0;
    border-radius: 0;
}


.socials li {
	list-style:none;
	float:left;
}

.socials img {
    width: 45px;
    margin-right: 16px;
}

ul.socials {
    width: 305px;
    float: right;
    padding: 0;
    margin: 20px 0 0 0;
}

#bread h1, #bread h2, #bread h3, #bread h4, #bread h5, #bread h6 {
    color: #0000cc;
}

a {
  text-decoration:none;
		-webkit-transition: all 125ms ease;
		-moz-transition: all 125ms ease;
		transition: all 125ms ease;
}


.img-container {
    position: absolute;
    right: 0;
}


h1.headline {
    font-size: 38px;
    font-family: Times;
    font-weight: 700;
    text-align: center;
}

h1.headline:after {content: '';display: block;width: 200px;height: 2px;background: #c2c2c2;margin: 20px auto;}

ul, ol {
    margin: 0 0 1.5em 0;
}

div#content {
    overflow: hidden;
}



.btn b {
    font-weight: 400;
}

.cta .col-md-3:nth-child(1) a.btn:hover {
	background: #d86161;
}
.cta .col-md-3:nth-child(2) a.btn:hover {
	background: #4aade9;
}
.cta .col-md-3:nth-child(3) a.btn:hover {
	background: #eb9a43;
}
.cta .col-md-3:nth-child(4) a.btn:hover {
	background: #7ad078;
}

.site-info h4 {
	/* color: #fff; */
	font-weight: 700;
	font-size: 14px;
}

.site-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 18px;
}

#footer li {
	/* border-bottom: 1px solid #666; */
	/* padding: 5px 0; */
	list-style-type: circle;
	margin-left: 25px;
}

#footer li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    display: block;
}

#footer li:last-child {
	border: 0;
}

p.rfbp-image-wrap, .rfbp-post-link {
    display: none;
}

.site-info hr {
	background:#fff;
	display: none;
}

.copyright img {
    width: 65px;
    margin-left: 15px;
	border:1px solid #0000cc;
	border-radius:100%;
}

.copyright .col-md-6:nth-child(1) {
    line-height: 41px;
    text-align: left;
}
.copyright .col-md-6:nth-child(2) {
    text-align: right;
}



.accordion {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	float: right;
}

/* all accordion styles below here */
.accordion dl {
	width: 100%;
	font-family: "proxima-nova","helvetica neue",helvetica,arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	-webkit-transition-duration: 350ms;
	transition-duration: 350ms;
}

.accordion dl:hover {}

.accordion dl dt a {background-color: #0000cc;position: relative;width: 100%;display: block;line-height: 55px;text-align: left;cursor: pointer;font-size: 24px;font-size: 1.45vw;color: #fff;text-decoration: none;font-family: Oswald;outline: 0 !important;padding-left: 20px;padding-left: 1vw;font-weight: 300;}

.accordion dl dt a .arrow {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	right: 25px;
	top: 20px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion dl dt a .arrow {
	-moz-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	-webkit-transition-duration: 350ms;
	transition-duration: 350ms;
}

.accordion dl dt a .arrow.down-anim {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion dl dt.active a .arrow.down {
	/* width: 0; */
	/* height: 0; */
	/* border-left: 6px solid transparent; */
	/* border-right: 6px solid transparent; */
	/* border-top: 6px solid #fff; */
	/* top: 21px; */
	/* left: 12px; */
	 /* IE 9 */
	 /* Chrome, Safari, Opera */
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion dl dt.active a,.accordion dl dt:hover a {background-color: #0000cc;}

.accordion dl dt.active a {
}

.accordion dl dd {
	padding: 0;
	display: none;
	/* height: 293px; */
	background-color: #777;
	padding-top: 10px;
}

.accordion dl dd.active {
	display: block;
}

.accordion dl dd a {
	line-height: 1.2;
	padding: 0 20px 15px;
	color: #fff;
	font-size: 14px;
	display: block;
}

.accordion .more a {background: rgba(0, 0, 0, 0.5);width: 100%;display: block;color: #fff;text-decoration: none;font-family: Oswald;font-weight: 300;font-size: 16px;padding: 4px 20px;}

.accordion h3 {
	padding: 10px 20px;
	margin: 0;
	color: #fff;
	font-size: 16px;
}

@media (max-width: 1000px) {
.cta a.btn {
	/* width:100%; */
}
}

.accordion dl dd .more {
    /* line-height: 1.2; */
    margin: 0;
}

.videos {
	width:100%;
}


.item-video {
    /* height: 230px; */
    margin-bottom: 20px;
}


.testimonials {
    font-size: 18px;
    /* font-style: italic; */
}
.testimonials i {
    font-size: 18px;
    font-style: italic;
    padding-right: 30px;
    float: right;
    color: #aaa;
}

.rfbp-post {
     border-bottom: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0000cc;
}

.testimonials .item:before {
    content:'\201C';
    color: #444;
    font-family: Georgia, serif;
    font-size: 7em;
    position: absolute;
    left: 0;
    top: -45px;
    z-index: -1;
}

.testimonials p {
    z-index: 100;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 20px;
}

ul.social {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 25px 0 0;
    margin-bottom: 0;
    display: inline-block;
    /* float: left; */
    /* clear: both; */
}

ul.social li {
    list-style: none;
    /* float: left; */
    width: 68px;
    display: inline-block;
}

.social a {
    /* border-radius: 100%; */
    border: 3px solid #0000cc;
    border: 0;
    color: #fff;
    width: 60px;
    height: 60px;
    width: 3.6vw;
    height: 3.6vw;
    line-height: 52px;
    line-height: 3.3vw;
    display: inline-block;
    font-size: 34px;
    font-size: 2vw;
    /* color: #0000cc; */
}
ul.socials {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 25px 0 0;
    margin-bottom: 0;
    margin-top: 50px;
}

ul.socials li {
    list-style: none;
    float: left;
    margin-right: 8px;
}

.socials a {
    border-radius: 100%;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    font-size: 21px;
    color: #fff;
}

.main-navigation ul ul a {
    color: #fff;
    font-size: 22px!important;
}

#masthead li.current_page_parent > a, #masthead .current_page_item a {
    color: #0000cc!important;
}

span.posted-on {
    margin-left: 7px;
}


@media screen and (max-width: 940px) {
	.sub-menu {
		width:100%;
	}
	.main-navigation ul ul a {
		width:100%;
		text-align:center;
	}
	.main-navigation li {
		padding:0;
		margin:0;
	}
}


.rfbp-heading .rfbp-link img {
	width: 55px;
	margin-right: 8px;
	float: left;
}
.rfbp-heading .rfbp-link h5 {
	font-size: 18px;
	float: none;
	display: inline-block;
	margin: 10px 0 0 0;
}

.rfbp-heading a.rfbp-link {
    float: left;
    width: 100%;
    color: #aaa;
    margin-bottom: 10px;
    outline: 0;
}

span.rfbp-timestamp {
    font-size: 12px;
    display: block;
    text-decoration: none!important;
}

#___plusone_0 {
	    float: right!important;
	    position: relative!important;
	    margin-bottom: 25px!important;
	    margin-top: -10px!important;
	    top: 50px;
}
.home #___plusone_0 {
	    right: 0;
	    position: absolute;
	    top: 57px;
}

.copyright br {
	display:none;
}

.main-navigation.toggled ul {
    display: block;
    margin: 0!important;
}



#no_mobile {
	display:block;
}
#yes_mobile {
	display:none;
}

@media screen and (max-width: 430px) {
	
.copyright br {
	display:inline;
}
.copyright span {
	display:none;
}
.copyright .col-md-6:nth-child(1) {
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}
.copyright .col-md-6:nth-child(2) {
    text-align: center;
    margin-top: 15px;
}
.copyright {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid dimgray;
}

#no_mobile {
	display:none;
}
#yes_mobile {
	display:block;
}

}


span.rfbp-link-name {
    color: #aaa;
}

span.rfbp-link-text-wrap {
    color: white;
}

.rfbp-link-wrap {
    border: 0!important;
    background: #231f20;
}

span.rfbp-link-image-wrap {
    width: 84px;
    border-right: 0;
}

.blog #___plusone_0, .blog #___plusone_1, .blog #___plusone_2, .blog #___plusone_3, .blog #___plusone_4 {
	display:none!important;
}


.archive #___plusone_0, .archive #___plusone_1, .archive #___plusone_2, .archive #___plusone_3, .archive #___plusone_4 {
	display:none!important;
}


.main-navigation li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
	.accordion dl dt a {
		font-size: 24px;
	}
	.social a {
	width: 60px;
    height: 60px;
	line-height: 52px;
	    font-size: 34px;
	}
	
}

tr {
    margin-bottom: 8px;
    display: block;
    width: 100%;
    float: left;
}

#site-navigation h1 {
	font-size: 43px;
	font-weight: 200;
	clear: none;
	float: left;
	margin: 0;
	padding-right: 30px;
	line-height: 72px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	/* color: #085a94; */
	display: inline-block;
}

.menu-menu-container {
    float: left;
    padding-right: 40px;
}

.buttons .item {
    height: 169px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 20px;
		-webkit-transition: all .1s ease-in;
		-moz-transition: all .1s ease-in;
		transition: all .1s ease-in;
}

.buttons .item a {
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
}

.buttons .item a i {
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 0 10px;
}

.buttons .item a i b {
	font-weight: 400;
}

.buttons .item:hover {
	-moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.buttons .item:active {
	-moz-transform: scale(1.00);
  -webkit-transform: scale(1.00);
  transform: scale(1.00);
}

header.article-header h1 {
    /* font-size: 14px; */
    /* font-family: inherit; */
    font-weight: 700!important;
    font-size: 34px;
}

.soliloquy-container {
    margin-bottom: 0!important;
}

.single #bread img.feat-image {
    margin-top: 30px;
}

.blog .feat-thumb {
    float: left;
    width: 20%;
    height: 250px;
    background-size: cover;
    background-position: center center;
}

.blog .post-container {
    float: left;
    width: 80%;
    padding: 0 30px;
}

.blog article {
    /* background: #f9f9f9; */
    display: block;
    float: left;
    width: 100%;
}

.blog #bread {
    padding-top: 30px;
}

.blog a.moretag {
    display: block;
    color: #0000cc;
    font-weight: bold;
    margin-top: 5px;
}

.single #plate {
    padding-bottom: 50px;
}

.social a:hover {
	background: #0000cc;
	color: #fff;
}


#site-navigation a:hover, #footer a:hover {
    color: #0000cc;
}



@media screen and (min-width: 728px) {
	
#site-navigation li:after {content: '';display: block;height: 20px;width: 2px;background: #000;position: absolute;right: -25px;top: 50px;/* transform: translateY(-50%); */}

#site-navigation li:last-child:after {
    content: none;
}
}


.site-info .col-md-4.col-sm-12.col-xs-12 {
    border-right: 1px solid dimgray;
    padding: 0 40px;
    min-height: 170px;
}

.site-info .col-md-4:nth-child(3) {
    border: 0!important;
}

ul.sides li, ul.sides {
    list-style: none;
    padding: 0;
}

ul.sides li a {
    font-family: 'Oswald';
    text-decoration: none;
    /* text-align: center; */
    position: relative;
    /* width: 100%; */
    display: block;
}

ul.sides li span {
    height: 150px;
    width: 39%;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

ul.sides li h4 {
    color: #0000cc;
    font-size: 22px;
    margin: 10px 0 3px;
}

ul.sides li p {
    font-size: 18px;
    font-weight: 300;
    color: #666666;
}

ul.sides li:not(.other) div {
    width: 60%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px;
    text-align: center;
}

ul.sides li {
    padding: 15px 0;
    border-bottom: 2px solid #666666;
}

.social li:nth-child(4) a {
    background: #c8232c;
}

.social li:nth-child(3) a {
    background: #0077b5;
}

.social li:nth-child(2) a {
    background: #00acee;
}

.social li:nth-child(1) a {
    background: #3b5998;
}

.social a i {
    top: 3px;
    position: relative;
}


ul.sides {
    border-left: 3px solid #666666;
    padding-left: 20px;
    /* margin: 0; */
    margin-bottom: 40px;
}


@media (min-width: 992px) {
#bread.col-md-9 {
    width: 73%;
}
#butter.col-md-3 {
    width: 27%;
}
}

.quote-btn {
    /* padding-left: 20px; */
    /* padding: 0; */
}

.vid {
    /* border-left: 3px solid #666666; */
    /* padding-left: 20px; */
    /* margin-bottom: 20px; */
    /* padding: 15px; */
    /* border-bottom: 2px solid #666666; */
}

ul.sides li:last-child {
    border: 0;
    padding: 15px 0 0;
}

ul.sides li .quote-btn a {
    background: #0000cc;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.quote-btn i {
    float: right;
    padding-right: 15px;
    font-style: normal;
    position: relative;
    top: -3px;
}

p {
    font-size: 22px;
}

.loc a {
    float: left;
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    margin-top: 0px;
    /* margin-left: 50px; */
    width: 100%;
}

.loc a span {
    width: 150px;
    /* float: left; */
    /* padding-right: 5px; */
    display: inline-block;
    top: 13px;
    position: relative;
}

.loc a img {
    width: 80px;
}

footer ul.socials {
    margin-top: 0;
}

.rfbp-post:nth-child(1) {
    display: block;
}

.rfbp-post {
    display: none;
}

.rfbp-text p {
    font-size: 14px;
}