/*
	Theme Name: RHLF Theme
	Theme URI: http://richardharrislaw.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Sean
	Author URI: http://www.legalmarketing.guru
	
	Version: 1.0.0
 
	Tags: full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.2
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Blog/Archive Pages
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Top Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #87888B;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	background-size: contain;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link
.cta {
	-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;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #044614;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

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;
}

.center {
	text-align: center;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 54px;
	line-height: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 5px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #FBC742;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
border-radius: 4px;
cursor: pointer;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.5px;
line-height: 1;
padding: 9px 12px;
text-align: center;
width: auto;
background: #274e37;
color: #fff;
border: 1px solid transparent;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background: #52715f;
	color: #fff;
}

.cta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 60px 0;
	text-align: center;
	margin: 40px 0;
}

.cta a {
	border-radius: 3px;
	border: 1px solid #227922;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	background: #2E992E;
}

.cta a:hover {
	background: #2c3e50;
	color: #fff;
	padding: 32px 50px;
}

.mobile-only {
display:none;
}

.home-featured button,
.home-featured input[type="button"],
.home-featured input[type="reset"],
.home-featured input[type="submit"],
.home-featured .button,
.page-title button,
.page-title input[type="button"],
.page-title input[type="reset"],
.page-title input[type="submit"],
.page-title .button {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.4);
font-size: 17px;
text-transform: none;
letter-spacing: 0;
font-weight: 400;
}

.home-featured button:hover,
.home-featured input:hover[type="button"],
.home-featured input:hover[type="reset"],
.home-featured input:hover[type="submit"],
.home-featured .button:hover,
.page-title button:hover,
.page-title input:hover[type="button"],
.page-title input:hover[type="reset"],
.page-title input:hover[type="submit"],
.page-title .button:hover {
border-color: #fff;
background: none;
}

/*
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"] {
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
border: none;
}
*/

.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"] {
	background-color: #2A4D19;
	color: #fff;
}

.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button2 {
border: 1px solid #848484;
padding: 2px 20px;
border-radius: 4px;
color: #848484;
display:inline-block;
}

.button2:hover {
color: #000;
border: 1px solid #000;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-featured .more-link,
.home-widgets .more-link {
	border: 2px solid #2e2f33;
	border-radius: 3px;
	color: #2e2f33;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #2e2f33;
	color: #fff;
}

/* 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: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap, 
.entry-header, 
.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 940px;
}

.rhlf-special-page .content-sidebar-wrap {
	max-width: 100%;
}

.rhlf-special-page .vc_row {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 940px;
}

.rhlf-special-page .full-width {
	max-width: 100%;
}

.site-inner {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	position: relative;
}

.home .entry {
margin-bottom: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	margin: 0 auto;
	width: 600px;
	float: left;
	padding: 20px 0 0;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.topbar-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	width: 300px;
	margin: 0 auto;
	float: right;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* 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;
}

.slim {
	width: 60%;
	margin: 0 auto;
	clear: both;
	padding: 40px 20px;
}

.clear {
	clear:both;
}

.sections {
border-bottom: 1px solid #ddd;
padding: 100px 0;
}

.section-button {
text-align: center;
padding: 10px 0;
border: 2px solid #227783;
border-radius: 3px;
background: #2C95A3;
font-weight: bold;
margin-bottom: 10px;
}

.section-button:hover {
border: 2px solid #B4933E;
background: #F5C855;
}

.section-button a, .section-button:hover a {
color:#fff;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar,
.entry-header .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 0 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  background: #F7F7F7;
  padding: 10px 0;
  font-size: 11px;
}

.breadcrumb > span {
  margin: 0 auto;
  width: 940px;
  display: block;
  padding: 0 3px;
}

.breadcrumb i {
	margin: 0 10px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.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%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Contact Form
--------------------------------------------- */

.sidebar .contact-form {
background: #f3f3f3;
padding: 0 20px 20px;
box-shadow: -5px 5px 5px rgba( 0, 0, 0, 0.2 );
}

.sidebar .contact-form .widget-title {
color: #34A0CA;
border-bottom: 4px solid #34A0CA;
}

.contact-button a {
background: #274e37;
color: #fff;
}

.site-header .widget-area .button {
padding: 12px 32px;
font-size: 18px;
background-color: #BD2020;
border-bottom: 4px solid #931C1C;
}

.site-header .widget-area .button:hover {
background-color: #931C1C;
}

/* Slider
--------------------------------------------- */

.slider-widget .widget {
margin-bottom: 0;
}

/*
.banner {
margin-top: -100px;
}
*/


.banner ul li {
	display: block;
	float: left;
	width: 33%;
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}

.banner .banner1 { background-image: url(images/banner25.jpg); }
.banner .banner2 { background-image: url(images/banner26.jpg); }
.banner .banner3 { background-image: url(images/banner6.jpg); }
.banner .banner4 { background-image: url(images/banner20.jpg); }
.banner .banner-swac { background-image: url(images/banner-swac.jpg); }

.banner .banner1,
.banner .banner2,
.banner .banner3,
.banner .banner4,
.banner .banner-swac {
	height: 500px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner .commercial_banner1 { background-image: url(images/commercial_2.jpg); }
.banner .commercial_banner2 { background-image: url(images/commercial_1.jpg); }
.banner .commercial_banner3 { background-image: url(images/commercial_5.jpg); }
.banner .commercial_banner4 { background-image: url(images/commercial_4.jpg); }

.banner .commercial_banner1,
.banner .commercial_banner2,
.banner .commercial_banner3,
.banner .commercial_banner4 {
	height: 500px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}


.banner .box {
width: 100%;
color: #fff;
padding: 20px;
background: rgba(39, 78, 55, 1);
}

.box h2 {
font-size: 106px;
font-weight: 100;
text-shadow: 1px 1px 4px rgba(51, 51, 51, 0.75);
margin: 0;
display: inline-block;
width: 50%;
vertical-align: middle;
}

.box h3 {
font-size: 28px;
font-weight: 100;
text-shadow: 1px 1px 4px rgba(51, 51, 51, 0.75);
display: inline-block;
width: 49%;
vertical-align: middle;
margin: 0;
}

.box .button {
font-size: 18px;
color: #fff;
border: 1px solid #1fbc5a;
border-radius: 40px;
background: #20c05c;
padding: 11px 38px;
}

.box .button:hover {
background: #24d666;
}

.banner .banner1 .box,
.banner .banner3 .box,
.banner .banner4 .box  {
	float: right;
}
	
.banner .bx-prev,
.banner .bx-next {
	width: 90px;
height: 90px;
display: block;
color: #333;
}

.bxslider {
	margin: 0 !important;
}
		
/* Titles
--------------------------------------------- */

.page-title {
background: url(images/bg_sample9.jpg) no-repeat center;
background-size: cover;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 90px;
	font-weight: 100;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	margin: 0 0 20px;
}

.after-headline {
font-size: 24px;
text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
font-weight: 100;
letter-spacing: 2px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding: 20px 10px 0;
}

.next {
font-size: 50px;
position: absolute;
bottom: 20px;
text-align: center;
left: 0;
right: 0;
}

.next a {
color: #fff;
}

.entry-title {
	font-size: 28px;
	margin: 0 0 20px;
	line-height: 1.2;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #13afdf;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.home-widgets .widget-title {
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 2px;
}

.footer-widgets .widget-title {
font-weight: 400;
letter-spacing: 2px;
font-size: 21px;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.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;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

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-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	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 {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
	font-size: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


.enews-widget form {
	position: relative;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* Gravity Forms
--------------------------------------------- */


div.gform_wrapper ul,
div.gform_wrapper form ul {
	margin: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin-bottom: 16px;
	border-bottom: none;
	list-style: none;
}

div.gform_wrapper .gform_footer input[type=submit] {
font-size: 16px;
padding: 12px 50px;
border-radius: 30px;
}

.validation_error {
background: #E89A9A;
padding: 20px;
margin-bottom: 15px;
border: 1px solid #9B6060;
color: #fff;
}

.validation_message {
padding: 5px 10px;
font-weight: bold;
color: #B30F0F;
}

.gfield_error {
background: #FDFCD8;
}

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	background: #fff;
}

.ui-datepicker-header {
	background-color: #666; /* set the header background color */
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px !important;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
}

.ui-datepicker-prev {
	float: left;
}

.ui-datepicker-next {
	float: right;
}

.ui-datepicker thead {
	background: #f7f7f7;
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
}

.ui-datepicker td span, 
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
} 

.sidebar .gform_widget {
	background: #FFFFFF !important;
}

.placeholder .gfield_label {
display: none;
}

.left_label .gfield_label {
display: inline-block;
width: 30%;
text-align: right;
padding: 0 20px;
vertical-align: middle;
font-weight: bold;
}

.left_label .ginput_container {
display: inline-block;
width: 68%;
}

.gform_fileupload_multifile {
padding: 20px;
border: 1px solid #ddd;
border-radius: 3px;
}

.gform_fileupload_multifile .gform_button_select_files {
background: transparent;
border: 1px solid #333;
color: #333;
margin: 0 20px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.social-icons {
font-size: 34px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	z-index: 999;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 5px #333;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.sh-fixed {
	position:fixed !important;
	top: 0;
	z-index: 100;
	margin:0 !important;
	background: #fff;
	box-shadow: 0px 0px 5px #333;
}

.sh-fixed.site-header .widget-area,
.sh-fixed .genesis-nav-menu li a {
color: #757575;
}

.sh-fixed .genesis-nav-menu {
border-top: 1px solid rgba(53, 53, 53, 0.2);
display:none;
}

.sh-fixed #open-menu-icon {
	display:block;
}

#open-menu-icon {
cursor: pointer;
text-align: right;
font-size: 24px;
}

#open-menu-icon:hover {
color: #000;
}

#open-menu-icon span {
font-size: 13px;
padding: 0 10px;
letter-spacing: 1px;
position: relative;
top: -3px;
text-transform: uppercase;
font-weight: 400;
}

.open-menu {
width: 40%;
background: rgba(53, 53, 53, 1);
position: fixed;
right: 0;
top: 0;
bottom: 0;
height: 100%;
display:none;
}

#close-menu {
padding: 80px 50% 30px 0;
color: #fff;
text-transform: uppercase;
font-size: 21px;
cursor: pointer;
}

#close-menu:hover {
color: #D7D7D7;
}

#close-menu span {
margin-right: 12px;
font-size: 16px;
letter-spacing: 2px;
}

.in-fixed {
	position:fixed;
	top: 100px;
	z-index: 10;
	margin:0 !important;
}

.site-header .contact {
padding: 8px 20px;
margin: 0;
border: 1px solid #848484;
border-radius: 5px;
color: #848484;
}

.site-header .contact:hover {
	border: 1px solid #000;
	color: #000;
}

.nav-header {
position: relative;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 235px;
	height: 100px;
	position: absolute;
}

.title-area:hover {
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	background: url(images/rh_logo_web_2.png) no-repeat center;
	height: 100%;
	text-indent: -9999px;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	width: 100%;
	height: 100%;
	display: block;
}

.header-image .site-title > a {
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
color: #848484;
text-align: right;
float: right;
padding: 27px 0 26px;
}

.site-header .widget {
display:inline-block;
margin: 0;
vertical-align: middle;
padding: 0 10px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {

}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
-webkit-font-smoothing: subpixel-antialiased;
clear: both;
font-size: 16px;
line-height: 1;
}

.genesis-nav-menu .menu-item {
	text-align: left;
}

.genesis-nav-menu li a {
display: block;
padding: 15px 35px;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
border-radius: 5px;
color: #fff;
font-weight: bold;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
color: #E6BC5D;
}

.genesis-nav-menu .sub-menu {
	display: block;
	width: 150px;
	opacity: 0;
	position: absolute;
	left: -9999px;
}

.genesis-nav-menu .sub-menu li {
	width: 150px;
	z-index: 99;
	text-align: left;
	position: relative;
	background: rgba(255, 255, 255, 0.4);
}

.genesis-nav-menu .sub-menu a {
	font-size: 12px;
	padding: 10px;
	position: relative;
	height: auto;
	width: auto;
}

ul.genesis-nav-menu .sub-menu a:hover {
	border-bottom: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {

}

.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;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

.menu-description {
	clear: both;
	color: #9c9c9c;
	display: block;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

/* Internal Navigation & Second Navigation
--------------------------------------------- */

.internal-nav, 
.second-nav {
background: #e5e5e5;
width: 100%;
float: left;
text-align: center;
}

.internal-nav .widget,
.second-nav .widget {
margin: 0;
}

.internal-nav ul,
.second-nav ul {
margin: 0 !important;
}

.internal-nav li,
.second-nav li {
display: inline-block;
list-style: none !important;
}

.internal-nav ul li a,
.second-nav ul li a {
display: inline-block;
padding: 10px 14px;
}

.internal-nav ul li a:hover, 
.internal-nav ul li a.current,
.second-nav ul li a:hover,
.second-nav ul li a.current {
background: #AFAFAF;
color: #fff;
}

.internal-nav li .sub-menu, 
.second-nav li .sub-menu {
display: none;
position: absolute;
background: #E5E5E5;
border-left: 1px solid;
border-bottom: 1px solid;
border-right: 1px solid;
z-index: 99;
}

.internal-nav li:hover .sub-menu, 
.second-nav li:hover .sub-menu {
	display:block;
}

.internal-nav li .sub-menu li, 
.second-nav li .sub-menu li {
	display:block;
	margin: 0;
}


/* Top Menu Widget
--------------------------------------------- */

.top-widget {
background: #274e37;
padding: 6px 0;
font-size: 16px;
color: #fff;
}

.top-widget a {
color: #fff;
}

.top-widget .widget {
float: left;
margin: 0;
padding: 0 10px;
}

.top-widget .widget:last-child {
float: right;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */


/* ------ Practice Area Page ------- */

.practice-areas {
text-align: center;
}

.practice-areas h3 {
background: #274E37;
color: #fff;
font-weight: 400;
letter-spacing: 1px;
font-size: 18px;
padding: 8px 5px;
margin: 0;
}

.practice-areas p {
margin: 0;
}

.practice-areas ul {
margin-left: 0 !important;
}

.practice-areas ul li {
list-style: none !important;
border-bottom: 1px solid #ddd;
}

.practice-areas ul li:last-child {
border-bottom: none;
}

.practice-areas .yellow h3,
.practice-areas .yellow .button {
background: #fdc61a;
}

.practice-areas .yellow .button:hover {
background: #BA9113;
}

/* ------ price table ------- */

.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-title {
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* ------ Staff Grid ------- */

.staff-grid .isotope-item {
padding: 5px;
margin: 0;
text-align: center;
}

.staff-grid .isotope-item:hover {
background: #E2E2E2;
}

.staff-grid img {

}

.staff-grid h2.post-title {
font-size: 14px;
margin-bottom: 2px;
}

.staff-grid .entry-content {
font-size: 11px;
}

.staff-grid a {
color: #696969;
}

.staff-grid .categories_filter li {
background: #EFEFEF;
padding: 0 10px;
}

.staff-grid .categories_filter li.active {
background: #97D898;
}

.staff-grid .categories_filter li.active a {
color: #fff;
}

/* ------ Attorney Grid ------- */


.attorney-grid .vc_gitem-col {
height: 115px;
}

.attorney-grid .vc_gitem-zone {
background-size: 170%;
background-position: -25px -40px;
}

.attorney-grid .vc_gitem-post-data {
font-size: 11px;
color: #426944;
margin: 0;
}

.attorney-grid .vc_gitem-post-data h5 {
margin: 0 0 3px;
font-size: 18px;
}


/* ------ Client Grid ------- */


.client-grid .vc_gitem-col {
height: 300px;
}

.client-grid .vc_gitem-zone {
background-size: 120%;
}

.client-grid p {
font-size: 11px;
color: #426944;
margin: 0;
}

.client-grid .vc_gitem-post-data h5 {
margin: 0 0 6px;
font-size: 18px;
}


/* ------ Mass Tort List ------- */

.masstort-list h2 {
font-size: 21px;
padding: 10px 20px;
background: #efefef;
margin: 15px 0;
}

.masstort-list .isotope-item {
padding: 0 5px;
margin-bottom: 10px;
}

.masstort-list .isotope-item .isotope-inner {
border: 1px solid #ddd;
}

.masstort-list .isotope-item .entry-content {
padding: 20px;
}

/* ------ Client Page ------- */

.single-clients h1 {
font-size: 48px;
color: #12421F;
}

.single-clients p {
color: #333;
font-size: 21px;
}

.client-bio {
font-size: 14px;
}

.client-bio > div {
padding: 30px;
border: 1px solid #054715;
border-radius: 4px;
background: rgba(5, 71, 21, 0.47);
}

/* ------ Timeline ------- */

.timeline .wpb_text_column {
border-bottom: 5px solid #6B6B6B;
border-radius: 3px;
position: relative;
box-shadow: 0 4px rgba(155, 153, 153, 0.54);
padding: 20px 0;
}

.timeline .wpb_column .bottom .wpb_text_column:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 30px 0 30px;
border-color: #6B6B6B transparent transparent transparent;
bottom: -16px;
left: 20px;
}

.timeline img {
border: 2px solid #fff;
border-radius: 50%;
position: relative;
box-shadow: 0px 3px 7px #333;
background: #fff;
}

.timeline .image-large img {
max-width: 200px;
max-height: 200px;
}

.timeline .image-small img {
max-width: 100px;
max-height: 100px;
}

/* ------ Resources ------- */

.resource-desc {
min-height: 450px;
}

/* Blog/Archive Page
--------------------------------------------- */

.blog .content,
.archive .content {
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	max-width: 940px;
	float: none;
}

.blog .content .post,
.archive .content .post {
background: #FFFFFF;
margin: 0 2px 15px;
padding: 20px 30px;
-moz-transition: all .4s ease-in-out;
display: inline-block;
-webkit-column-break-inside: avoid;
border-bottom: 3px solid #ddd;
line-height: 1.4;
color: #757575;
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0px 4px #ddd;
}

.blog .content .post:hover,
.archive .content .post:hover {
border: 1px solid #FBC742;
box-shadow: 0px 4px #FFE49E;
}

/* .blog .content:hover .post:not(:hover),
.archive .content:hover .post:not(:hover) {
	opacity: 0.4;
}
*/

.blog .content .entry-title, 
.archive .content .entry-title {
font-size: 21px;
text-transform: none;
letter-spacing: 1px;
margin: 0 0 20px;
}

.blog .content .entry-content img, .archive .content .entry-content img {
margin-left: -30px;
margin-right: -30px;
max-width: 298px;
margin-bottom: 20px;
}

.blog .content .entry-meta, 
.archive .content .entry-meta,
.blog .content .entry-footer, 
.archive .content .entry-footer {

}

/* Entries
--------------------------------------------- */

.single .entry-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	min-height: 112px;
}

.entry {
	margin-bottom: 20px;
}

.post {
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content .wpb_grid  ul {
	margin-left: 0;
}

.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: #2e2f33;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-tags {
	display: block;
	line-height: 1.25;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin: 80px 0;
}

.entry-comments,
.entry-pings {

}

li.comment article {
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.comment-header {
	position: relative;
}

.comment-meta {
	top: 5px;
	font-size: 12px;
	position: absolute;
	right: 0;
	margin: 0;
}

.comment-content {
	padding-left: 76px;
	font-size: 14px;
}

.comment-list li {
	margin-top: 24px;
}

.comment-list li li {
	margin-left: 40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.comment-reply{
	text-align: right;
}

.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: 10px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-bottom: 40px;
	padding: 20px 0;
}

.sidebar li {
padding: 6px 0;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.sidebar .widget {
border-top: 4px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px;
background: #f6f6f6;
}

.sidebar .widget-title {
font-weight: 400;
letter-spacing: 2px;
margin-bottom: 10px;
}

/*
Top Sidebar
---------------------------------------------------------------------------------------------------- */

.top-sidebar {
	clear: both;
}

.top-sidebar .widget {
	margin: 0;
}

.story-menu {
	text-align: center;
	padding: 60px 0;
	margin-top: -250px !important;
}

.story-menu i {
font-size: 100px;
display: block !important;
}

.story-menu a {
color: #FFF;
text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.story-menu a:hover {
color: #E6BC5D;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
background-color: #274E37;
clear: both;
max-height: 1000px;
overflow: hidden;
padding: 50px 0 0;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #FBC742;
}

.footer-widgets input, 
.footer-widgets textarea {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.footer-widgets input[type=submit] {
	background: #13afdf;
	border: none;
}

.footer-widgets li {
	margin-bottom: 6px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 21%;
	float: left;
	margin-right: 3%;
	margin-bottom: 20px;
}

.footer-widgets-1 {
	width: 14%;
}

.footer-widgets-4 {
	width: 35%;
	float: right;
}

.ft-item {
	width: 50%;
	float: left;
	height: 300px;
	text-align: center;
	position: relative;
	font-weight: 100;
	font-size: 11px;
}

.ft-item:hover {
	background: #DFB613;
}

.ft-facebook {background: #999;}
.ft-google {background: #8d8d8d;}
.ft-linkedin {background: #868686;}
.ft-beer {background: #7b7b7b;}

.ft-item a {
	height: 100%;
	color: #fff;
	width: 100%;
	display: block;
	padding: 100px 0;
}

.ft-item a i {
	display: block;
	font-size: 80px;
}

#map-canvas { 
	height: 400px; 
	width: 100%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
background-color: #274E37;
color: #dcdcdc;
font-size: 12px;
padding: 20px;
text-align: center;
letter-spacing: 1px;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #FBC742;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .copyright {
display: inline-block;
padding: 0 10px;
}

.site-footer .copyright a {
padding: 0 10px;
}

/*
Custom Classes
---------------------------------------------------------------------------------------------------- */

.numbers {
background: #efefef;
width: 100px;
height: 100px;
padding: 23px 36px;
font-size: 50px;
line-height: 1;
font-weight: bold;
border-radius: 50%;
}

.contact-image {
width: 150px;
height: 75px;
margin: -115px auto 115px !important;
background: #fff;
padding: 10px;
border-radius: 75px 75px 0 0;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}

/* -- Border  ---- */

.sawborder:after {
content: ' ';
display: block;
height: 3px;
background: transparent url('images/sawtooth-white.png') repeat-x 0 0 scroll;
width: 100%;
}

.arrowborder-right:before,
.arrowborder-left:before,
.arrowborder-middle:before {
content: ' ';
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #fff transparent transparent transparent;
margin-left: -20px;
}

.arrowborder-right:before {
right: 33%;
}

.arrowborder-left:before {
left: 33%;
}

.arrowborder-middle:before {
left: 50%;
}

/* -- Color Change ---- */

.dark-background,
.dark-background p,
.dark-background a,
.dark-background h1,
.dark-background h2,
.dark-background h3,
.dark-background h4 {
	color: #fff;
}

.text-shadow {
	text-shadow: 1px 1px 4px rgba(51, 51, 51, 0.75);
}

.over-header {
margin-top: -20px;
}


.alternate-list ul {
	margin-left: 0;
}

.alternate-list ul li {
list-style: none;
margin-bottom: 20px;
font-size: 21px;
}

.alternate-list ul li a {
color: #333;
border-bottom: 1px solid;
}

.alternate-list ul li a:hover {
color: #2E992E;
}

.larger-font p {
font-size: 28px;
}

.large-icon {
font-size: 100px !important;
margin-bottom: 15px;
}

/*
Visual Composer
---------------------------------------------------------------------------------------------------- */

.wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
margin-left: 0;
}

body ul.wpb_thumbnails-fluid li {
padding: 2px;
}

.vc_btn-green {
background-color: #274e37 !important;
}

.vc_btn-green:hover {
background-color: #52715f !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, 
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	border: 1px solid #054715;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
background: #054715;
color: #fff;
}

.wpb_single_image .vc_single_image-wrapper {
display: block !important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */



@media only screen and (max-width: 1220px) {

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 940px;
	}

	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		padding-top: 80px;
	}
	
	.home-widgets .widget:last-child {
		padding-bottom: 80px;
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 1023px) {

	.profile-feature,
	.profile-title,
	.profile img {
		max-width: 100%;
	}
	
	.content,
	.sidebar-primary {
		width: 100%;
	}
	
	.home-widgets .widget,
    .wrap,
    .site-inner {

    }

	.header-image .site-title > a {
		background-position: top !important;
	}

	.genesis-nav-menu {
		display:none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}

	.team-box {
		width: 33.33%;
	}
	
}

@media only screen and (max-width: 768px) {

	body {
		font-size: 16px;
	}
	
	.title-area {
		padding: 5px 0;
		width: 60px;
	}
	
	.banner .box {
		padding: 0 10px;
	}

	.banner .box h2 {
		font-size: 80px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.banner .box h3 {
		font-weight: 400;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.over-header {
		max-height: 200px;
	}

	.site-title {
		background-image: url(images/rh_logo_web_dome.png);
	}

	.in-fixed {
		position: relative;
	}

	.internal-nav ul li a {
		display:block;
		float:none;
	}

	.open-menu {
		width: 100%;
	}

	#open-menu-icon span {
		display: none;
	}

	.site-header .widget-area .button {
		font-size: 16px;
	}

	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.mobile-only {
		display:block;
	}

	.desktop-only {
		display: none;
	}

	.genesis-nav-menu li,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		padding: 0 5px;
		text-align:center;
	}
	
	.footer-widgets-4 {
		text-align: center;
	}

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.cs-box,
	.slim {
		margin: 0;
		width: 100%;
	}
	
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}
	
	.home-featured .home-widgets-1 {
		padding: 120px 0 60px;
	}
	
	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

	.team-box {
		width: 50%;
	}
	
	.footer-widgets {
		max-height: 100%;
	}

	.client-carousel .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
		width: 10% !important;
	}

	.vc_carousel-control {
		display: none;
	}
	
	.client-carousel .post-title {
		font-size: 18px;
	}

	.client-grid .isotope-item .post-thumb,
	.client-grid .isotope-item .post-thumb img {
		max-width: 100%;
		max-height: 100%;
		top: 0;
		left: 0;
	}

	.banner .banner1,
	.banner .banner2,
	.banner .banner3,
	.banner .banner4,
	.banner .commercial_banner1,
	.banner .commercial_banner2,
	.banner .commercial_banner3,
	.banner .commercial_banner4  {
		height: 200px;
	}
}

@media only screen and (max-width: 480px) {

	body,
	.home-featured .home-widgets-1 {
		font-size: 16px;
	}
	
	.header-image .site-title > a {
		background-size: contain !important;
	}
	
}