/*
	Theme Name: Einsure
	Theme URI: http://my.studiopress.com/themes/executive/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
	Template: genesis
	Template Version: 2.0.0
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
		- Tables
 
	- Structure and Layout
 
		- Site Containers
 
		- Column Widths and Positions
 
		- Column Classes
 
	- Common Classes
 
		- Worpress
		- Genesis
 
		- Titles
 
	- Widgets
 
		- Featured Content
 
	- Plugins
 
		- Genesis eNews Extended
 
		- Genesis Latest Tweets
 
		- Genesis Responsive Slider
 
		- Gravity Forms
 
		- Jetpack
 
	- Site Header
 
		- Title Area
 
		- Widget Area
 
	- Site Navigation
 
		- Header Navigation
 
		- Primary Navigation
 
		- Secondary Navigation
 
	- Content Area
 
		- Home Page
 
		- Portfolio
 
		- Entries
 
		- Pagination
 
		- Comments
 
	- Sidebars
 
	- Footer Widgets
 
	- Site Footer
 
	- Theme C 
		- Executive Pro Brown
 
		- Executive Pro Green
 
		- Executive Pro Orange
 
		- Executive Pro Purple
 
		- Executive Pro Red
 
		- Executive Pro Teal
 
	- Media Queries
 
		- Retina Display
 
		- max-width: 1200px
 
		- max-width: 1023px
 
		- max-width: 767px
 
		- max-width: 500px
 
		- max-width: 270px
 
*/
 
/*
 
HTML5 Reset
 
---------------------------------------------------------------------------------------------------- */
 
/* Baseline Reset (normalize.css 2.1.2)
 
	normalize.css v2.1.2 | 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] {
 display:none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
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: bold
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
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: -0.5em
}
sub {
	bottom: -0.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
 
--------------------------------------------- */
 
.clearfix:before, .entry-content:before, .entry:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
	content: " ";
	display: table;
}
.clearfix:after, .entry-content:after, .entry:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
 
Defaults
 
---------------------------------------------------------------------------------------------------- */
 
/* Typographical Elements
 
--------------------------------------------- */ 
body {
	color: #3E3E3E;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.6;
}
a, button, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
	-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: #222;
 color: #fff;
}
::selection {
	background-color: #222;
	color: #fff;
}
a {
	color: #d68609;
	text-decoration: none;
}
a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 24px;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
blockquote, blockquote::before {
	color: #999;
}
blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
} 
/* Headings
 
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Poppins;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
/* Objects
 
--------------------------------------------- */
 
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img, .gallery img {
	width: auto; /* IE8 */
}
/* Forms
 
--------------------------------------------- */
 
input, select, textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}
 
::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 
::-webkit-input-placeholder {
 color: #999;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	background-color: #1C4F3E;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 8px 20px;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	background-color: #000;
	border: none;
	text-decoration: none;
}
.button {
	border-radius: 3px;
	display: inline-block;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}
.home-cta a.button {
	display: inline-block;
	margin-top: -30px;
	margin-top: -3rem;
	text-align: center;
}
/* Tables
 
--------------------------------------------- */
 
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th, td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}
/*
 
Structure and Layout
 
---------------------------------------------------------------------------------------------------- */
 
/* Site Containers
 
--------------------------------------------- */
  
.executive-pro-landing .site-container {
	max-width: 800px;
}
.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
body.home .site-inner {
	padding: 0;
}
#inner {
	padding: 25px 0;
}
.executive-pro-home .site-inner {
	overflow: visible;
}
/* Column Widths and Positions
 
--------------------------------------------- */
 
/* Content  */
.wrap, .content-sidebar-wrap{ max-width:1300px; margin:0 auto;}
.content {
	float: right;
	width: 72%;
	padding: 0;
}
.content-sidebar .content {
	float: left;
}
.full-width-content .content {
	width: 100%;
}
.executive-pro-home .content {
	padding: 0;
}
.executive-pro-portfolio .content {
	padding: 40px 30px 0;
	padding: 4rem 3rem 0;
}
/* Primary Sidebar */
 
.sidebar-primary {
	float: right;
	width: 25%;
}
.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;
}
/*
 
Common Classes
 
---------------------------------------------------------------------------------------------------- */
 
/* WordPress
 
--------------------------------------------- */
 
.avatar {
	border: 1px solid #fff;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-form input[type="search"] {
	background: #e0e0e0 url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	;
	padding: 8px;
	padding: 0.8rem;
	text-transform: uppercase;
	width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img, img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignright {
	max-width: 100%;
}
a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}
a.alignright img, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
.widget_calendar caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 2px 6px 0 0;
	padding: 0.2rem 0.6rem 0 0;
	text-align: right;
}
/* Genesis
 
--------------------------------------------- */
 
.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: -40px -60px 30px;
	margin: -4rem -6rem 3rem;
	padding: 20px;
	padding: 2rem;
}
.executive-pro-home .breadcrumb {
	margin: 0;
}
.archive-description, .author-box {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
}
.archive-description {
	padding: 0;
	padding: 0;
}
.author-box {
	background-color: #f5f5f5;
}
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}
.author-box p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}
.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.widget-area li {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
}
.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}
/* Titles
 
--------------------------------------------- */
.entry .entry-title{ display:none;}
.entry-title {
	font-weight: normal;
}
.entry-title a, .sidebar .widget-title a {
	color: #333;
}
.entry-title a:hover, .footer-widgets .entry-title a:hover {
	color: #d68609;
	text-decoration: none;
}
.archive-title, .widget-title, .executive-pro-portfolio .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.footer-widgets .entry-title, .sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}
.executive-pro-home .home-cta .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-transform: none;
}
.executive-pro-home .home-cta .entry-title a, .executive-pro-home .home-cta .widget-title, .footer-widgets .entry-title a, .footer-widgets .widget-title {
	color: #fff;
}
/*
 
Widgets
 
---------------------------------------------------------------------------------------------------- */
 
/* Featured Content
 
--------------------------------------------- */
 
.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}
.featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}
.executive-pro-home .featured-content .entry {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}
/*
 
Plugins
 
---------------------------------------------------------------------------------------------------- */
 
/* Genesis eNews Extended
 
--------------------------------------------- */
 
.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-transform: uppercase;
}
.enews-widget input[type="submit"] {
	background-color: #64c9ea;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	text-transform: none;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}
.sidebar .enews-widget {
	background-color: #222;
}
.sidebar .enews-widget .widget-title {
	color: #fff;
}
.sidebar .enews-widget {
	color: #ddd;
}
/* Genesis Latest Tweets
 
--------------------------------------------- */
 
.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
/* Genesis Responsive Slider
 
--------------------------------------------- */
  
.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}
.content .genesis_responsive_slider .slide-excerpt {
	background-color: #222;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 4% 5.5%;
	opacity: 1;
}
.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}
.content .genesis_responsive_slider h2, .content .genesis_responsive_slider h2 a {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}
.content .genesis_responsive_slider p {
	color: #ddd;
}
.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
	margin-top: 2rem;
}
.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 50px;
}
.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}
.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}
.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}
.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}
.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 60px;
	text-align: left;
}
.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}
.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}
/* Gravity Forms
 
--------------------------------------------- */
.content .gform_wrapper select {
	font-size: 13px;
}
div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li, div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
	padding: 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}
/* Jetpack
 
--------------------------------------------- */
 
img#wpstats {
	display: none;
}
/*
 
Site Header
 
---------------------------------------------------------------------------------------------------- */
 
.site-header { 
	padding: 0;
	width: 100%; position: absolute; z-index: 9;
}
.site-header .wrap{ background:#fff; border-bottom-left-radius:8px; border-bottom-right-radius:8px; padding:12px; display:flex; align-items: center;}
/* Title Area
 
--------------------------------------------- */
 
.title-area { 
}
.site-title {
	font-size: 0;  
	margin: 0;
}
.site-title a, .site-title a:hover {
	background: url(images/logo.png) left top no-repeat;
	width: 273px;
	height: 69px;
	display: inline-block;
	padding: 0;
	font-size: 0px;
	text-decoration: none;
}
/* Full width header, no widgets */
 
.header-full-width .title-area, .header-full-width .site-title {
	width: 100%;
}
.header-image .site-description, .header-image .site-title a {
	display: block;
	text-indent: -9999px;
}
/* Logo, hide text */
 
.header-image .site-description, .header-image .site-title a {
	display: block;
	text-indent: -9999px;
}
.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 260px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}
/* Widget Area
 
--------------------------------------------- */
 
.site-header .widget-area {
	order:11;
}
.site-header .widget {
}
.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
	width: 50%;
}
/* 
Site Navigation
 
---------------------------------------------------------------------------------------------------- */
 
.genesis-nav-menu {
	clear: both;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.nav-primary{ width: 90%; display: flex;}
.nav-primary .wrap {
	width: auto;
	margin: 0 auto; padding: 0;
}
.genesis-nav-menu .menu-item {
	margin: 0;
	display:inline-block;
	padding: 0;
	text-align: left;
} 
.genesis-nav-menu .menu-item-has-children a {
}
.genesis-nav-menu a {
	color: #000;
  text-transform: uppercase;
	display: block; font-size: 16px;
	padding: 12px;
	position: relative; font-family: Poppins;
  font-weight: 500;
}
.genesis-nav-menu li:hover, .genesis-nav-menu a:hover {
	background-color: #3a761c;
	color: #fff;
	text-decoration: none;
}
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu li.current-page-ancestor a {
	background-color: #3a761c;
	color: #fff;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 250px;
	z-index: 999;
}
.genesis-nav-menu .sub-menu .menu-item {
	background: none;
	padding: 0;
}
.genesis-nav-menu .sub-menu a {
	background: #000;
	border: 1px solid #111; border-left:none; border-right:none;
	border-top: none;
	color: #fff;
	font-size: 15px;
	padding: 10px 18px; 
	position: relative;
	width:250px;
}
.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu li.current-page-ancestor .current_page_item a {
	background-color: #f5f5f5;
	color: #222;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	margin-left: 1.2rem;
	padding-left: 16px;
	padding-left: 1.6rem;
}
.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
	padding-left: 2rem;
}
.genesis-nav-menu > .search {
	padding: 0;
}
.genesis-nav-menu .search-form {
	width: 100%;
}
/* Site Header Navigation
 
--------------------------------------------- */
 
.site-header .widget_nav_menu {
	padding: 0;
}
.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}  
.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}
/* Primary Navigation
 
--------------------------------------------- */
 
/* Secondary Navigation
 
--------------------------------------------- */
 
/*
 
Content Area
 
---------------------------------------------------------------------------------------------------- */
 
/* Home Page
 
--------------------------------------------- */
  
.executive-pro-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
	margin: 3rem 0 0;
}
.executive-pro-home .home-cta {
	background-color: #222;
	color: #ddd;
	float: left;
	padding: 60px;
	padding: 6rem;
	width: 100%
}
.executive-pro-home .home-cta p {
	color: #ddd;
}
/* Portfolio
 
--------------------------------------------- */
 
.executive-pro-portfolio .portfolio {
	float: left;
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
	width: 33.33333333%;
}
.executive-pro-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}
.single-portfolio .content {
	text-align: center;
}
/* Entries
 
--------------------------------------------- */
 
.entry {
	margin-bottom: 40px;
}
.executive-pro-portfolio .entry, .single-portfolio .entry {
	margin-bottom: 20px;
}
.entry-content ol li, .entry-content ul li {
	margin-left: 40px;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul, .entry-content .wp-caption p {
	margin-bottom: 0;
}
.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 3;
	margin: 0 0 24px -60px;
	margin: 0 0 2.4rem -6rem;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	padding-left: 6rem;
	text-transform: uppercase;
}
.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}
.content .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.content .entry-header .entry-meta .entry-comments-link {
	background-color: #eb8f00;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	padding: 0 2rem;
	text-transform: uppercase;
}
.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
	padding-left: 3.2rem;
}
.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding-top: 10px;
	padding-top: 1rem;
}
.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	margin-left: 0.4rem;
	padding-left: 10px;
	padding-left: 1rem;
}
/* Pagination
 
--------------------------------------------- */
 
.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0;
	padding: 3rem 0;
}
.entry .archive-pagination a {
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}
/* Comments
 
--------------------------------------------- */
 
.comment-respond, .entry-comments, .entry-pings {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
}
.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}
.comment-list li, .ping-list li {
	list-style-type: none;
	margin: 30px;
	margin: 3rem;
	overflow: hidden;
}
.comment-list li.depth-1, .ping-list li.depth-1 {
	margin: 30px 0;
	margin: 3rem 0;
}
.comment-list li li {
	margin-right: -1px;
	margin-right: -0.1rem;
}
.comment {
	border-right: none;
}
.comment-header, .ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	padding: 3rem;
	width: 100%;
}
.comment-list cite, .ping-list cite, .says {
	display: inline-block;
}
.comment-header .comment-meta a, .comment-metadata a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #bbb;
}
.comment-content {
	clear: both;
	padding: 48px;
	padding: 4.8rem;
}
.comment-content p, .comment-header p.comment-meta {
	margin: 0;
}
.comment .avatar {
	margin-right: 10px;
	margin-right: 1rem;
}
.form-allowed-tags {
	display: none;
}
.alt, .even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 48px 48px;
	padding: 0 4.8rem 4.8rem;
}
.entry-pings .reply {
	display: none;
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}
.icon-box img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}
/*
 
Sidebars
 
---------------------------------------------------------------------------------------------------- */
 
.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}
.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
.sidebar p:last-child, .sidebar ul {
	margin: 0;
}
.sidebar li { 
	margin-bottom: 6px;
	padding: 0 0 6px 16px; 
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 20px;
	  padding: 25px;
	  word-wrap: break-word;
	  background: #fff;
	  box-shadow: 0 0 25px #ddd;
	  border: 1px solid #ddd;
}
.sidebar .search-form {
	width: 100%;
}
/*Footer Widgets---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background: #000000;
	color: #c8c8bb;
	clear: both;
	padding: 60px 0;
	position: relative;
}
#footer{ background:#000000; border-top:1px solid #333333; padding:20px 0; text-align:center; color:#ffffff;}
.footer-widgets li a {
	color: #c8c8bb;
}
.footer-widgets ul li a:before {
    content: "";
    position: absolute;
    background: #d4601e;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 5px;
    left: 0;
    opacity: 1!important;
}
.footer-widgets ul li a {
    padding: 0px 0px 15px 20px; position: relative; line-height: 26px;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
	padding: 0 1.8%;
	width: 24.3333333333%;
}
.footer-widgets-1, .footer-widgets-3, .footer-widgets-2 {
	float: left;
}
.footer-widgets-4 {
	float: right;
}
.footer-widgets .widget {
	word-wrap: break-word;
}
.footer-widgets h4.widget-title {
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	padding: 0;
	margin: 0 0 20px 0;
}
.footer-widgets li {
	list-style-type: none;
	padding: 0;
}
.footer-widgets li a:hover {
	color: #fff;
}
.footer-widgets .search-form {
	width: 100%;
}
.rs-contact-box .address-item {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
	    position: relative;
}
.rs-contact-box .address-item .address-icon {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center; color: #58b12d;
}
/*
 
Site Footer
 
---------------------------------------------------------------------------------------------------- */

 

.site-footer {
	color: #222;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px 0;
	padding: 1.5rem 0;
	text-align: center;
}
.site-footer .wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.copy-left {
	float: left;
}
.copy-right {
	float: right;
}
.site-footer a {
	color: #222;
}
.site-footer p {
	margin: 0;
}
a.go-top {
	background: url("images/go-top.png") no-repeat scroll 50% 50%;
	bottom: 50px;
	display: block;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-indent: -50em;
	width: 44px;
} 
/* 
Theme Colors 
---------------------------------------------------------------------------------------------------- */
 
/* Executive Pro Brown
 
--------------------------------------------- */
 
.executive-pro-brown a, .executive-pro-brown .entry-title a:hover, .executive-pro-brown .footer-widgets .entry-title a:hover {
	color: #a68064;
}
.executive-pro-brown .genesis-nav-menu a {
	color: #666;
}
.executive-pro-brown .entry-title a, .executive-pro-brown .site-title a, .executive-pro-brown .site-title a:hover, .executive-pro-brown .site-footer a {
	color: #222;
}
.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link a, .executive-pro-brown .footer-widgets .entry-title a, .executive-pro-brown .genesis-nav-menu .current-menu-item > a, .executive-pro-brown .genesis-nav-menu a:active, .executive-pro-brown a.button {
	color: #fff;
}
.executive-pro-brown .comment-header .comment-meta a, .executive-pro-brown .comment-metadata a {
	color: #bbb;
}
.executive-pro-brown .enews-widget input[type="submit"], .executive-pro-brown .content .entry-header .entry-meta .entry-comments-link, .executive-pro-brown .genesis-nav-menu .current-menu-item > a, .executive-pro-brown .archive-pagination li a, .executive-pro-brown a.button, .executive-pro-brown button, .executive-pro-brown input[type="button"], .executive-pro-brown input[type="reset"], .executive-pro-brown input[type="submit"] {
	background-color: #a68064;
}
.executive-pro-brown .archive-pagination li a:hover, .executive-pro-brown .archive-pagination li.active a, .executive-pro-brown a:hover.button, .executive-pro-brown button:hover, .executive-pro-brown input:hover[type="button"], .executive-pro-brown input:hover[type="reset"], .executive-pro-brown input:hover[type="submit"] {
	background-color: #b2886b;
}
/* Executive Pro Green















--------------------------------------------- */































.executive-pro-green a, .executive-pro-green .entry-title a:hover, .executive-pro-green .footer-widgets .entry-title a:hover {
	color: #60cd69;
}
.executive-pro-green .genesis-nav-menu a {
	color: #666;
}
.executive-pro-green .entry-title a, .executive-pro-green .site-title a, .executive-pro-green .site-title a:hover, .executive-pro-green .site-footer a {
	color: #222;
}
.executive-pro-green .content .entry-header .entry-meta .entry-comments-link a, .executive-pro-green .footer-widgets .entry-title a, .executive-pro-green .genesis-nav-menu .current-menu-item > a, .executive-pro-green .genesis-nav-menu a:active, .executive-pro-green a.button {
	color: #fff;
}
.executive-pro-green .comment-header .comment-meta a, .executive-pro-green .comment-metadata a {
	color: #bbb;
}
.executive-pro-green .enews-widget input[type="submit"], .executive-pro-green .content .entry-header .entry-meta .entry-comments-link, .executive-pro-green .genesis-nav-menu .current-menu-item > a, .executive-pro-green .archive-pagination li a, .executive-pro-green a.button, .executive-pro-green button, .executive-pro-green input[type="button"], .executive-pro-green input[type="reset"], .executive-pro-green input[type="submit"] {
	background-color: #60cd69;
}
.executive-pro-green .archive-pagination li a:hover, .executive-pro-green .archive-pagination li.active a, .executive-pro-green a:hover.button, .executive-pro-green button:hover, .executive-pro-green input:hover[type="button"], .executive-pro-green input:hover[type="reset"], .executive-pro-green input:hover[type="submit"] {
	background-color: #66d970;
}
/* Executive Pro Orange















--------------------------------------------- */































.executive-pro-orange a, .executive-pro-orange .entry-title a:hover, .executive-pro-orange .footer-widgets .entry-title a:hover {
	color: #e0a24b;
}
.executive-pro-orange .genesis-nav-menu a {
	color: #666;
}
.executive-pro-orange .entry-title a, .executive-pro-orange .site-title a, .executive-pro-orange .site-title a:hover, .executive-pro-orange .site-footer a {
	color: #222;
}
.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link a, .executive-pro-orange .footer-widgets .entry-title a, .executive-pro-orange .genesis-nav-menu .current-menu-item > a, .executive-pro-orange .genesis-nav-menu a:active, .executive-pro-orange a.button {
	color: #fff;
}
.executive-pro-orange .comment-header .comment-meta a, .executive-pro-orange .comment-metadata a {
	color: #bbb;
}
.executive-pro-orange .enews-widget input[type="submit"], .executive-pro-orange .content .entry-header .entry-meta .entry-comments-link, .executive-pro-orange .genesis-nav-menu .current-menu-item > a, .executive-pro-orange .archive-pagination li a, .executive-pro-orange a.button, .executive-pro-orange button, .executive-pro-orange input[type="button"], .executive-pro-orange input[type="reset"], .executive-pro-orange input[type="submit"] {
	background-color: #e0a24b;
}
.executive-pro-orange .archive-pagination li a:hover, .executive-pro-orange .archive-pagination li.active a, .executive-pro-orange a:hover.button, .executive-pro-orange button:hover, .executive-pro-orange input:hover[type="button"], .executive-pro-orange input:hover[type="reset"], .executive-pro-orange input:hover[type="submit"] {
	background-color: #e9ad50;
}
/* Executive Pro Purple















--------------------------------------------- */































.executive-pro-purple a, .executive-pro-purple .entry-title a:hover, .executive-pro-purple .footer-widgets .entry-title a:hover {
	color: #9e63ec;
}
.executive-pro-purple .genesis-nav-menu a {
	color: #666;
}
.executive-pro-purple .entry-title a, .executive-pro-purple .site-title a, .executive-pro-purple .site-title a:hover, .executive-pro-purple .site-footer a {
	color: #222;
}
.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link a, .executive-pro-purple .footer-widgets .entry-title a, .executive-pro-purple .genesis-nav-menu .current-menu-item > a, .executive-pro-purple .genesis-nav-menu a:active, .executive-pro-purple a.button {
	color: #fff;
}
.executive-pro-purple .comment-header .comment-meta a, .executive-pro-purple .comment-metadata a {
	color: #bbb;
}
.executive-pro-purple .enews-widget input[type="submit"], .executive-pro-purple .content .entry-header .entry-meta .entry-comments-link, .executive-pro-purple .genesis-nav-menu .current-menu-item > a, .executive-pro-purple .archive-pagination li a, .executive-pro-purple a.button, .executive-pro-purple button, .executive-pro-purple input[type="button"], .executive-pro-purple input[type="reset"], .executive-pro-purple input[type="submit"] {
	background-color: #9e63ec;
}
.executive-pro-purple .archive-pagination li a:hover, .executive-pro-purple .archive-pagination li.active a, .executive-pro-purple a:hover.button, .executive-pro-purple button:hover, .executive-pro-purple input:hover[type="button"], .executive-pro-purple input:hover[type="reset"], .executive-pro-purple input:hover[type="submit"] {
	background-color: #a969f3;
}
.searchform-label {
	display: none;
}
.searchform-params .TextField, .searchform-params .DropDownField {
	width: 150px;
	margin-right: 8px;
}
.searchform-params .TextField, .searchform-params .DropDownField, .searchform-params, .searchform-controls {
	float: left;
}
.searchform-params input, .searchform-params select {
	padding: 5px;
}
.searchform-input-wrapper {
	width: 94% !important;
}
.searchform-controls {
	clear: none !important;
}
.searchform-controls input[type="submit"] {
	padding: 6px;
}
/* Executive Pro Red
 
--------------------------------------------- */
 
.executive-pro-red a, .executive-pro-red .entry-title a:hover, .executive-pro-red .footer-widgets .entry-title a:hover {
	color: #e04b4b;
}
.executive-pro-red .genesis-nav-menu a {
	color: #666;
}
.executive-pro-red .entry-title a, .executive-pro-red .site-title a, .executive-pro-red .site-title a:hover, .executive-pro-red .site-footer a {
	color: #222;
}
.executive-pro-red .content .entry-header .entry-meta .entry-comments-link a, .executive-pro-red .footer-widgets .entry-title a, .executive-pro-red .genesis-nav-menu .current-menu-item > a, .executive-pro-red .genesis-nav-menu a:active, .executive-pro-red a.button {
	color: #fff;
}
.executive-pro-red .comment-header .comment-meta a, .executive-pro-red .comment-metadata a {
	color: #bbb;
}
.executive-pro-red .enews-widget input[type="submit"], .executive-pro-red .content .entry-header .entry-meta .entry-comments-link, .executive-pro-red .genesis-nav-menu .current-menu-item > a, .executive-pro-red .archive-pagination li a, .executive-pro-red a.button, .executive-pro-red button, .executive-pro-red input[type="button"], .executive-pro-red input[type="reset"], .executive-pro-red input[type="submit"] {
	background-color: #e04b4b;
}
.listing_outside {
	width: 205px;
	float: left;
	margin: 0 20px 20px 0;
}
.listing_outside h2 {
	font-size: 17px;
	color: #000;
}
.executive-pro-red .archive-pagination li a:hover, .executive-pro-red .archive-pagination li.active a, .executive-pro-red a:hover.button, .executive-pro-red button:hover, .executive-pro-red input:hover[type="button"], .executive-pro-red input:hover[type="reset"], .executive-pro-red input:hover[type="submit"] {
	background-color: #e95050;
}
/* Executive Pro Teal
 
--------------------------------------------- */
 
.executive-pro-teal a, .executive-pro-teal .entry-title a:hover, .executive-pro-teal .footer-widgets .entry-title a:hover {
	color: #4be0d4;
}
.executive-pro-teal .genesis-nav-menu a {
	color: #666;
}
.executive-pro-teal .entry-title a, .executive-pro-teal .site-title a, .executive-pro-teal .site-title a:hover, .executive-pro-teal .site-footer a {
	color: #222;
}
.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link a, .executive-pro-teal .footer-widgets .entry-title a, .executive-pro-teal .genesis-nav-menu .current-menu-item > a, .executive-pro-teal .genesis-nav-menu a:active, .executive-pro-teal a.button {
	color: #fff;
}
.executive-pro-teal .comment-header .comment-meta a, .executive-pro-teal .comment-metadata a {
	color: #bbb;
}
.executive-pro-teal .enews-widget input[type="submit"], .executive-pro-teal .content .entry-header .entry-meta .entry-comments-link, .executive-pro-teal .genesis-nav-menu .current-menu-item > a, .executive-pro-teal .archive-pagination li a, .executive-pro-teal a.button, .executive-pro-teal button, .executive-pro-teal input[type="button"], .executive-pro-teal input[type="reset"], .executive-pro-teal input[type="submit"] {
	background-color: #4be0d4;
}
.executive-pro-teal .archive-pagination li a:hover, .executive-pro-teal .archive-pagination li.active a, .executive-pro-teal a:hover.button, .executive-pro-teal button:hover, .executive-pro-teal input:hover[type="button"], .executive-pro-teal input:hover[type="reset"], .executive-pro-teal input:hover[type="submit"] {
	background-color: #50e9df;
}
 
body.search-results .entry-content, article .entry-categories, body.search-results .entry-meta {
	display: none;
}
body.search-results article.entry {
	width: 215px;
	float: left;
	margin: 0 15px 15px 0;
}
body.search-results h1.entry-title {
	font-size: 16px;
}
.single-thumbnail {
	float: left;
	width: 50%;
	margin: 0 15px 15px 0;
}
.single-providers .entry-header .entry-meta,  .single-coverage .entry-header .entry-meta {
	display: none;
}
.search-thumbnail img {
	width: 100%;
	height: 150px;
} 
.box-area .widget-title {
	display: none;
}
.row {
	margin-left: -18px;
} 
.icon-box {
	width: 140px;
	float: left;
	padding: 0 15px 15px 0;
	text-align: center;
}
.icon-box h2 {
	font-family: arial;
	font-weight: normal;
	font-size: 20px;
	color: #1f5947;
	padding: 8px 0 0 0;
}
.icon-box a:hover {
	text-decoration: none;
}
.front-page-2 .widget .number-box img {
  width: 65px;
}
.site-inner {
	padding: 60px 0;
	clear: both;
	position: relative;
} 


 .front-page-1 .metaslider .rslides_tabs{ margin:0; background: none; top: auto; bottom: 50px;height: 0;padding: 0 !important;right: 0; position: absolute; transform: translateY(-50%); z-index: 9;-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);}
.front-page-1 .metaslider .rslides_tabs li{ display: inline-block;  margin: 0 5px; padding: 0;width: 15px;height: 15px;border-radius: 15px;border: 2px solid #fff;transition: all 300ms;-moz-transition: all 300ms;-webkit-transition: all 300ms;-ms-transition: all 300ms;font-size: 0px;}
.front-page-1 .metaslider .rslides_tabs li.rslides_here{ background-color: #fff;}
.front-page-1 img{ width:100%; height:100%;} 
.front-page-1 .widget{ max-width:100%; margin:0;}
.front-page-1 .metaslider li:before{ background: rgb(0,0,0); opacity: 0.5; height: 100%; position:absolute; left:0; top:0; width:100%; content:''; display: block !important;}
.front-page-1 .metaslider .caption-wrap{ background:none; opacity: 1; height: 100%; position: absolute; left: 0; top: 0; z-index: 999; width: 100%;}
.front-page-1 .rslides_tabs .rslides_here a{ background:none;}
.front-page-1 .widget, .front-page-1 div, .front-page-1 .rslides, .front-page-1 .rslides li { height: 100%;}
.front-page-1 .metaslider .caption-wrap{ height:100%;}
.front-page-1 h2{ font-family:Poppins; text-transform:uppercase; font-weight:600; font-size:60px; text-transform:uppercase; color:#fff;}
.front-page-1 p{ font-weight:400; font-size:36px; color:#fff; margin: 0 0 30px 0; line-height: 50px;}
.front-page-1 .caption-wrap .caption div{ height:auto;}
.front-page-1 .caption-wrap .caption div.banner-caption{ max-width:65%;}
.front-page-1 .metaslider .caption-wrap .caption { width: 1280px; height: 100%; padding: 80px 0;display: -ms-flexbox;display: flex; align-items: center; margin:0 auto; justify-content: center;}
.banner-aption{ width: 40%; text-align: center;}
.banner-btn{ background:#ff8518; border-radius:3px; color:#fff; font-family:Roboto; font-size:18px; text-transform:uppercase; padding:18px 30px; font-weight:400; display: inline-block;} 
.banner-btn:hover{ background:#fff; color:#000;}

.header-btn{
    color: #FFFFFF;
  background-color: #3a761c;
  padding: 12px 20px;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  font-size: 16px; white-space:nowrap;
}

.widget-row{ display:flex;}
.front-page-2{ margin-top:-60px;}
.front-page-2 .widget-row, .section-area .widget-row{ gap:30px;}
.front-page-2 .widget{ font-family:Gotham; overflow: hidden;
  position: relative;
  padding: 30px 30px 28px;
  background: #fff;
  box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
  -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  -ms-transition: .3s linear;
  transition: all .3s linear; width: 33%;}
.front-page-2 .widget:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.front-page-2 .widget .number-box {
  float: left;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #00c3ff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #2a77b3; margin-right: 20px;
display: flex;
  align-items: center;
  justify-content: center;
}
.front-page-2 .widget:nth-child(2) .number-box{ background: #71141c;}
.front-page-2 .widget:nth-child(3) .number-box{ background: #9175a3;}
.front-page-2 .widget p{ margin:0;}
.front-page-2 .widget .service-box-title {
  font-weight: 600; font-size:18px; text-transform:uppercase;
  margin-bottom: 8px; color:#3d7722;
}

.front-page-3{ background:url(images/front-3-bg.jpg) left top no-repeat; background-size:cover; padding:180px 0 80px 0; margin-top: -90px;}
.front-page-3 .widget{ width:50%;}
.front-page-3 .widgettitle{ font-size: 50px; color: #00204a; font-weight: 700; position: relative; padding:0 0 20px 0;}
.front-page-3 .widget:first-child{ padding: 0 80px;}
.front-page-3 .widgettitle:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #3d7723;
    position: absolute;
    bottom: -4px;
    left: 10px;
    margin-left: 0;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all .3s ease;
    z-index: 1;
}
.front-page-3 .widgettitle:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #3d7723;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin-left: 30px;
    border-radius: 2px;
    transition: all .3s ease;
    z-index: 0;
}
.services-inner {
    text-align: left;
    display: flex;
    align-items: flex-start; padding: 0 0 40px 0;
}
.media_wrap {
    text-align: left;
    margin: 0px 23px 0px 0px;
}
.media-cmn {
    width: 65px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FCFCFC 0%, #FDFDFD 100%);
    padding: 15px 15px 15px 15px;
    border-radius: 50px 50px 50px 50px;
}
.services-title h4{ font-size:20px; margin: 0 0 12px 0; font-weight:500;}
.more-link{
    padding:8px 26px 8px 10px;
    background-color: #3d7723;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3d7723;
    border-radius: 50px 50px 50px 50px;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px; display:inline-block;
}
.more-link .rs_btn_icon {
    width: 38px;
    height: 38px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: all .4s; margin: 0px 10px 0px 0px;
	display: inline-block;
  text-align: center;
  line-height: 44px;
}
.more-link:hover{ text-decoration:none; background:#000;}

.section-area .widgettitle{ text-transform:uppercase; color:#3d7723; font-size:48px; font-weight:600;}
.front-page-4{ background-color: #00469C;
    background-image: url(https://rstheme.com/products/wordpress/bcom/wp-content/uploads/2023/03/testi-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; padding: 102px 0px 105px 0px; position:relative; overflow: hidden;}
.front-page-4:before{ content:'Auto Insurance'; font-size:200px; font-family:Poppins; font-weight:700; position:absolute; left:0; top:0; opacity: 0.034; white-space: nowrap; line-height: 150px; color: #fff;}
.section-area img{ border-radius:20px;}
.front-page-4 .widgettitle, .front-page-6 .widgettitle{ color:#fff;}
.front-page-4 p, .front-page-6 p{ color:#fff;}
.section-area .widget{ width:50%;}
.section-area .widget-row{ align-items:center; gap:80px;}

.front-page-5{ position:relative; overflow:hidden; padding: 102px 0px 105px 0px;}
.front-page-5:before{ content:'Home Insurance'; font-size:200px; font-family:Poppins; font-weight:700; position:absolute; left:0; top:0; opacity: 0.034; white-space: nowrap; line-height: 150px; color: #000;}
.front-page-5 .widget_media_image{ order:11;}

.front-page-6{ background-color: #00469C;
    background-image: url(https://rstheme.com/products/wordpress/bcom/wp-content/uploads/2023/03/testi-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; padding: 102px 0px 105px 0px; position:relative; overflow: hidden;}
.front-page-6:before{ content:'Life Insurance'; font-size:200px; font-family:Poppins; font-weight:700; position:absolute; left:0; top:0; opacity: 0.034; white-space: nowrap; line-height: 150px; color: #fff;}

.inner-header{ background:#000; padding:130px 0 30px 0; text-align:center;}
.inner-header h1{ color:#3a761c; font-weight:600;}
.inner-header p{ margin:0; color:#fff; font-size:20px;}
.inner-header .surgery_info_heading_text,
.inner-header h4{ font-size:18px; color:#fff; font-style:italic;}
.inner-header .surgery_info_heading_text br,
.inner-header h4 br{ display:none;}

/*
 
Media Queries
 
---------------------------------------------------------------------------------------------------- */
 
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
 
 
}
 @media only screen and (max-width: 1200px) {
.footer-widgets .wrap, .site-footer .wrap, .nav-primary .wrap, .site-container {
	max-width: 1000px;
}
.site-header .widget-area {
	width: 700px;
}
.content {
	width: 660px;
}
.sidebar-primary {
	width: 300px;
}
.title-area {
	width: 260px;
}
.breadcrumb {
	margin: -30px -40px 30px;
	margin: -3rem -4rem 3rem;
}
.content {
	padding: 30px 40px 10px;
	padding: 3rem 4rem 1rem;
}
.site-header .genesis-nav-menu a {
	padding: 38px 14px 40px;
	padding: 3.8rem 1.4rem 4rem;
}
.content #genesis-responsive-slider .flex-control-nav, .content #genesis-responsive-slider .flex-direction-nav li a, .content #genesis-responsive-slider .flex-direction-nav li a.prev {
	display: none;
}
}
 @media only screen and (max-width: 1023px) {
.footer-widgets .wrap, #footer .wrap, .site-footer .wrap, .nav-primary .wrap, .site-container {
	max-width: 768px;
}
.home-content-left, .content, .sidebar-primary, .sidebar-secondary, .site-header .widget-area, .title-area, .wrap {
	width: 100%;
}
.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
}
.genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
	float: none;
}
.genesis-nav-menu, .site-header .search-form, .site-header hgroup, .site-title {
	text-align: center;
}
.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a, .site-header .genesis-nav-menu a {
	padding: 16px;
	padding: 1.6rem;
}
.site-header .search-form {
	margin: 16px auto;
	margin: 1.6rem auto;
}
.genesis-nav-menu li.right {
	display: none;
}
.content #genesis-responsive-slider .slide-excerpt {
	display: none;
}
.comment-list li.depth-1, .ping-list li.depth-1 {
	margin: 30px 0;
	margin: 3rem 0;
}
}
 @media only screen and (max-width: 767px) {
.sidebar-primary, .sidebar-secondary {
	clear: both;
	padding: 0 3%;
	width: 94%;
}
.metaslider .caption {
	padding: 0 !important;
	font-size: 15px;
}
.footer-widgets .wrap, #footer .wrap, .site-footer .wrap, .nav-primary .wrap, .site-container {
	max-width: 600px;
}
.home-content-left, .five-sixths, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .four-sixths, .home-middle .widget, .home-top .widget, .one-fourth, .one-half, .one-sixth, .one-third, .executive-pro-portfolio .portfolio, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	margin: 0;
	width: 100%;
}
.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a, .site-header .genesis-nav-menu a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px;
	padding: 1.2rem;
}
.home-middle, .home-top, .executive-pro-portfolio .portfolio {
	text-align: center;
}
.executive-pro-portfolio .portfolio {
	padding: 0 0 30px;
	padding: 0 0 3rem;
}
.home-cta .button.alignright {
	float: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}
.footer-widgets-1 {
	margin: 0;
}
}
 @media only screen and (max-width: 620px) {
body.search-results article.entry {
	width: 45%;
}
.search-thumbnail img {
	height: 120px;
}
.row {
	margin: 0;
}
.featured-content img, .gallery img {
	width: 100%;
}
.footer-widgets .wrap, #footer .wrap, .site-footer .wrap, .nav-primary .wrap, .site-container {
	max-width: 96%;
	padding: 0 2%
}
.box-area .featured-content {
	width: 100%;
	margin: 0 0 40px 0;
}
.site-title a, .site-title a:hover {
	display: inline-block;
}
.home-content-right {
	display: none;
}
.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
} 
a.go-top, .right-img, .content .entry-header .entry-meta .entry-comments-link {
	display: none;
}
.site-title, .top-right-menu ul {
	width: 100%;
	text-align: center;
}
.top-right-menu ul li {
	float: none;
	display: inline;
}
.site-header .widget-area {
	text-align: center;
	padding: 10px 0 0;
}
.top-right-menu {
	position: static;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.social-box {
	position: static;
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
}
.content-sidebar-wrap {
	width: 100%;
}
.sidebar-primary, .sidebar-secondary {
	clear: both;
	padding: 0 3%;
	width: 94%;
}
}
 @media only screen and (max-width: 360px) {
body.search-results article.entry {
	width: 100%;
	margin-right: 0;
}
.search-thumbnail img {
	height: auto;
}
}
 @media only screen and (max-width: 270px) {
.header-image .site-title a {
	background-size: contain !important;
}
.site-title {
	font-size: 26px;
	font-size: 2.6rem;
}
}
 @media only screen and (max-width: 768px) {
.sidebar-primary, .sidebar-secondary {
	clear: both;
	padding: 00;
	width: 96%;
}
/* Start Mobile Menu Navigation - Only on .nav-primary
 
	 --------------------------------------------------- */
	/* Hide .nav-primary */
 
.nav-primary .genesis-nav-menu.displaynone {
	display: none;
}
.genesis-nav-menu .menu-item {
	background: none;
	padding-left: 0;
}
.nav-primary {
	text-align: center;
}
.nav-primary #menu-mobile {
	background-color: #333;
	color: #999;
	cursor: pointer;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	height: auto;
	line-height: 18px;
	padding: 15px 16px;
	padding: 1.4rem 1.6rem;
	text-transform: uppercase;
}
.genesis-nav-menu a {
	background: #333;
}
.genesis-nav-menu .menu-item-has-children a {
	background-color: #333;
}
.genesis-nav-menu .menu-item-has-children .sub-menu li {
	padding: 0 0 1px 0;
}
.genesis-nav-menu .menu-item-has-children .sub-menu li a {
	background: #e3e3e3;
	color: #333;
	border: none;
}
.genesis-nav-menu .menu-item-has-children .sub-menu li a:hover {
	background: #E7920E;
	color: #fff;
}
.nav-primary #menu-mobile:hover, .nav-primary #menu-mobile:focus, .nav-primary #menu-mobile:active {
	background-color: #333;
	color: #fff;
	display: block;
}
/* Only .nav-primary is mobile */
 
.nav-primary .genesis-nav-menu .menu-item, .nav-primary .genesis-nav-menu a, .nav-primary .genesis-nav-menu .sub-menu {
	text-align: center;
	width: 100%;
}
.nav-primary .genesis-nav-menu .menu-item > .sub-menu {
	clear: both;
	margin: 0;
	opacity: 1;
	position: inherit;
	width: 100%;
}
} /* This bracket already exists */
 @media only screen and (min-width: 769px) {
/* This makes the nav menu normal again when the browser window expands */
 
.nav-primary .genesis-nav-menu {
	display: block !important;
	height: auto;
}
/* Hide Mobile Menu Button */
 
.nav-primary #menu-mobile {
	display: none;
	height: 0;
}
}
 @media only screen and (max-width: 600px) {
/* Mobile Menu added */
 
#menu-mobile {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	padding: 7px 3%;
	width: 100%;
}
#menu-mobile:hover {
	background-color: #fff;
}
.menu-primary.displaynone {
	display: none;
}
} /* This bracket already exists */
 
/* This makes the nav menu normal again when the browser window expands */
 
@media only screen and (min-width: 601px) {
.menu-primary {
	display: block !important;
	height: auto;
}
/* Hide Mobile Menu Button */
 
#menu-mobile {
	display: none;
	height: 0;
}
}
