@import url(http://fonts.googleapis.com/css?family=Raleway);

/*
Theme Name: SD WP 6
Description: Genesis Child for WP6
Author: mkvrk
Author URI: http://sitedudes.com/
Version: 2.1.2
Tags: Contains regular Widget areas as well as preheaderwrap, home page Hero area, optin wrap and pre-footer widget content wrap
Template: genesis
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- 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
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## 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,
.nav-secondary: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,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Utility Bar
--------------------------------------------- */
 
.utility-bar {
  
  color: #fff;
  position:fixed;
  background-color:#fff;
  padding:0.4em;
  z-index:999;
  right:0;
  top:24em;
}
 
.utility-bar a {
	color: #fff;
}
 
.utility-bar a:hover {
	text-decoration: underline;
}
 
.utility-bar-left,
.utility-bar-right {
	
}
 
.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}
 
.utility-bar-left {
	
}
 
.utility-bar-right {
	float: right;
	text-align: right;
}
 
.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}



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

/* ## Typographical Elements
--------------------------------------------- */
/*
@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);
*/
body {
	background-color: #fff;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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

::-moz-selection {
	background-color: #8c001a;
	color: #fff;
}

::selection {
	background-color: #8c001a;
	color: #fff;
}

a {
	color: #8c001a;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 15px;
	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;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
}
h4 {
  font-size: 40px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

#layer_content_632092582 {
  padding: 20px !important;
  background-color: rgba(34, 34, 34, 0.3);
  height:  100% ;
   border-radius: 5px ;
}

*::-webkit-input-placeholder {
   color: #313131 !important;
}

*:-moz-placeholder { /* Firefox 18- */
   color: #313131 !important;
}

*::-moz-placeholder {  /* Firefox 19+ */
   color: #313131 !important; 
}

*:-ms-input-placeholder {  
   color: #313131 !important;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #999;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 5px !important;
	width: 100%;
	
}

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

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

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

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 34px !important;
	text-transform: uppercase;
	width: auto;
	margin-top: 15px !important;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

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

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

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

.button {
	display: inline-block;
}

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



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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}

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

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

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

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

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

/* ### Content */

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

/* ## 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
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 21px;
	
}

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

.entry-title a:hover {
	color: #f1c40f;
}


.footer-widgets .widget-title {
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
}



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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}


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

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

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

.widget li li {
	border: 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-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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



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

#wpstats {
	display: none;
}


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

/* Shrinking Header
--------------------------------------------- */
 
.site-header {
	/*position: fixed;*/
	width: 100%;
	z-index: 999;
	background: #222;
	margin-top: 45px;
}
 
.title-area {
	padding-top: 16px;
	padding-bottom: 0;
}
 
.site-header .wrap, .bumper {
  
}

/*.bump[]*/
.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;
}
 
/* Shrink
--------------------------------------------- */
 
.site-header.shrink {
  
  background-color: rgba(34, 34, 34, 1);
  position: fixed;

}
 
.shrink .wrap {
	background-color: rgba(34, 34, 34, 1);
	min-height: 80px;
	padding: 0;
}
 
.shrink .site-title {
	font-size: 20px;
	padding-top: 3px;
}
 
.header-image .shrink .site-title {
	padding: 0;
}
 
.header-image .shrink .site-title > a {
	min-height: 92px;
}
 
 
/* .shrink .site-title a {
	background-size: 270px 60px !important;
}*/
 
.site-header.shrink .widget-area {
	padding-top: 16px;
}
 
@media only screen and (max-width: 1139px) {
 
	.title-area {
		width: 320px;
	}
}
 
@media only screen and (max-width: 1023px) {
 
	.title-area {
		width: 100%;
	}
 
	.site-header .wrap, .bumper {
		min-height: 172px;
	}
 
	.site-header.shrink .wrap {
		min-height: 60px;
	}
 
}
 
@media only screen and (max-width: 768px) {
 
	.shrink .site-title {
		font-size: 24px;
	}
 
}
 
@media only screen and (max-width: 600px) {
 
	.site-header {
		top: 0;
	}
 
	.site-header .wrap, .bumper {
		min-height: 130px;
	}
 
}
 
@media only screen and (max-width: 320px) {
 
	.site-header .wrap, .bumper {
		min-height: 190px;
	}
 
}

.tab_slide_iframe{width:100% !important;
height:300px !important;}

.tab_text_left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: -1px 1px 1px #000;
  left: -34px !important;
  background-image: url(http://wpe1.sitedudes.com/wp-content/uploads/2015/04/lh2.png);
  background-repeat: no-repeat;
}

.tab_text_bg {
  background-color: #FFF;
   height: 105px !important;
  overflow: hidden;
  position: absolute;
  top: 45%;
  width: 44px !important;
  /* padding-bottom: 10px; */
}

#tab_title_wrap {
  /* background-color: #FFF; */
  /* color: #000; */
  display: none !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 1px;
  overflow: visible;
  position: relative;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  zoom: 1;
}

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

.title-area {
  float: left;
  padding: 14px 0 4px 0;
  width: 400px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
float: left;
min-height: 92px;
width: 100%;
background-position: top center !important; 
}

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

.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 {
  float: right;
  padding-top: 16px;
}

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

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

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

.genesis-nav-menu a {
	color: #313131;
	display: block;
	padding: 30px 9px 30px 9px !important;
	font-weight: bold;
	font-size: 18px;
}



.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	border: 1px solid #fff;
	border-top: none;
	font-size: 14px;	
	position: relative;
	width: 250px;
	color: #fff !important;
	padding: 15px !important;
}
.genesis-nav-menu .sub-menu a:hover{
	background:#8c001a;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

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

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


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

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover, 
.nav-primary .genesis-nav-menu .current-menu-item > a, 
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ba092a;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* ## LH AND TN Position
--------------------------------------------- */
.menu-item-119{
	margin-left:110px;
}

.menu-item-122{
	float:right;
}

.menu-item-120{
	float:right;
}

#fsml_ffmain img {
  border-radius: 0;
  margin-bottom: 10px;
}

#fsml_ff, #fsml_ffhidden {
   opacity: 0.1; 
  background-color: rgba(255, 255, 255, 0) !important;
}

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

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

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

.content .entry {
	background-color: #fff;
}

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

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

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

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

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

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

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

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

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

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

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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


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

.footer-widgets {
	background-color: #5f5d5d;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #f6f1f1;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 120px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}



img { 
  max-width: 100%;
  display: block;
}

.punch {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.2;
}

figure {
  margin: 1em 0;
}

.feature-block {
  padding: 0 1em 2em;
  overflow: hidden; /* clearfix */
}

/* LAYOUT SPECIFIC STYLES */

@media all and (min-width: 28em) {

  figure {
    float: left;
    width: 30%;
  }
  
  .body-text {
    clear: both;
  }
  
  /*inverted layout*/
  .inverted header {
    float: left;
  }
  
  .inverted figure {
    float: right;
  }
}
  
@media all and (min-width: 40em) {
    
  .feature-block {
    margin: 1em auto;
    max-width: 60em;
  }
  
  .body-text {
    clear: none;
    float: right;
    width: 66%;
  }
  
  /*inverted layout*/  
  .inverted .body-text {
    float: left
  }
}

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

.site-footer {
	
	font-size: 18px;
	line-height: 1;
	padding: 0px 0;
	text-align: center;
}

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



/*Facebook Like Box Responsiveness*/
 
.fb_iframe_widget {
	display: block !important;
}

.fb-like-box iframe {
 	width: 100% !important;
}

.fb-like-box span {
	width: auto !important;
	position: initial !important;
}

/*Woo Commerce */

.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
	font-size: 12px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	padding: 1%;
}

.woocommerce a[title="View Cart"]{
	display: block;
	clear:both;
}

.woocommerce ul li {
	list-style-type: none;
}

.woocommerce .input-checkbox, 
.woocommerce .input-radio {
	box-shadow: none;
	width: auto;
}

.woocommerce .related ul li.product img, 
.woocommerce .related ul.products li.product img, 
.woocommerce .upsells.products ul li.product img, 
.woocommerce .upsells.products ul.products li.product img, 
.woocommerce-page .related ul li.product img, 
.woocommerce-page .related ul.products li.product img, 
.woocommerce-page .upsells.products ul li.product img, 
.woocommerce-page .upsells.products ul.products li.product img {
	width: auto;
}

.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	width: auto;
	float:right;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	width:auto;
}

.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce-page .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul.products li.product {
	padding: 4%;
}
/* Read More */


a.more-link {
	display:inline-block;
	font-size:14px;
	margin-top:10px;
	padding:5px 20px;
	border-radius:4px;
	color:#fff;
	background-color:#8c001a;
	border:1px solid #fff;
	transition-property: opacity;
	transition-delay: 0.3s;
	transition-duration: .5s;
	
}
a.more-link:hover {
	background: #000;
	color:#fff;
}


/*----------------------------------------------Client Fun Starts Here---------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/
#responsive-menu #responsiveSearch {
    display: none !important;
    clear: both !important;
    display: block !important;
    height: 40px !important;
    line-height: 40px !important;
    padding-bottom: 10px !important;
    padding-left: 5% !important;
    padding-top: 10px !important;
    width: 95% !important;
}





/*----------------------------------------------Structure----------------------------------------------------------------*
/
/These colors where used to visualise the various widget areas - they are commented out by default
------------------------------------------------------------------------------------------------------------------------*/
/*.preheadercontainer {background-color:aquamarine;}
.preheaderleft {background-color:aliceblue;}
.preheaderright {background-color:antiquewhite;}

.herocontainer {background-color:cadetblue;}
.optincontainer {background-color:blanchedalmond;}
.footerwidgetheader-container {background-color:darkolivegreen;}
.site-footer {background-color:azure;}
.postfooterleft {background-color:indianred;}
.postfooterright {background-color:antiquewhite;}
.beforecontent {background-color:coral;}
.aftercontent {background-color:coral;}

.homeleft {background-color: aquamarine;}
.homemiddle{background-color: cadetblue; }
.homeright {background-color: indianred; }*/

.btn.btn-ghost {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #ffffff;
    border-radius: 3px;
    box-shadow: none !important;
    color: #ffffff;
    float:right;
}

.site-inner {}
.entry {margin-bottom:10px;}

.optincontainer {
	
	background-color:#382b21;
	color:#fff;
	padding-top:3%;
}

.projects-container {
  padding: 4%;
  display: none; 
}

.projects-container h4{font-size:30px;}



.home-module-container  {
	padding: 2%;
	background-color:#382b21;
	padding-top:0px !important;
}

.service-title{color:#fff;
font-size:28px;
text-align:center;}

.service-paragraph{color:#fff;
text-align:center;}

.service-title {
color: #fff;
font-size: 4em;
text-align: center;
padding-top: 60px;
}

/*----------------------------------------------Live Help ----------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------Colors-------------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/


.post-type-archive-portfolio .archive-description{
    overflow: hidden;
}
 
ul.filter {
    color: #999;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
 
ul.filter li {
    float: left;
}
ul.filter li:first-child {
  margin-left: 0;
}
 
ul.filter a {
    color: #555;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-bottom: none;
    font-size: 1.5rem;
    font-weight: 300;
    border-top: 4px solid #fff;
}
 
ul.filter a:hover, ul.filter a.active {
    border-top: 4px solid #3d91f0;
}
 
.filterable-portfolio {
    margin-left: -2rem;
    margin-left: -20px;
}
 
.portfolio-item {
    float: left;
    margin-bottom: 2rem;
    margin-bottom: 40px;
    margin-left: 2rem;
    margin-left: 20px;
    position: relative;
    width: 23%; 
}
 
 
.portfolio-item a img {
    display: block;
    margin-bottom: 0;
}
 
.portfolio-overlay {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
 
.portfolio-item img:hover + .portfolio-overlay, .portfolio-overlay:hover {
    opacity: 1;
}
 
.portfolio-overlay h3 {
    font-weight: bold;
    margin: 0;
    width: 100%;
    padding: 5px 7px;
    text-transform: uppercase;
    color: #fff;
}
 
.clearfix{
    clear: both;
}
 
/*-----------------------------------------------------------------------------------*
/* = Isotope CSS Animations
/*-----------------------------------------------------------------------------------*/
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -ms-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
 
.filterable-portfolio-page .content .entry-header {
    margin-bottom: 1rem;
    margin-bottom: 10px;
}
 
.filterable-portfolio-page .content .entry-title {
    margin-bottom: 3rem;
    margin-bottom: 30px;
}
 
@media only screen and (max-width: 1179px) {
    .portfolio-item {
        width: 22%;
    }
}
 
@media only screen and (max-width: 1023px) {
    .portfolio-item {
        width: 30%;
    }
}
@media only screen and (max-width: 500px) {
    .portfolio-item {
        width: 100%;
    }
}




/*----------------------------------------------Fonts--------------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/






/*----------------------------------------------Buttons--------------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/







/*----------------------------------------------PreHeader----------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/
.preheaderright {
	text-align: right;
	float: right;
}





/*----------------------------------------------Header-------------------------------------------------------------------*
*
/
------------------------------------------------------------------------------------------------------------------------*/

.preheadercontainer{
	background-color:#2f2e2e;
	color: #fff;
	padding: 9px 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	font-size: 15px;
}


.gch-header-image-inner {
    display: inline-block;
    position: relative;
    width: 100%;
}


/*-------------------------------------------Social Media Navigation-------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/






/*----------------------------------------------Primary Navigation-------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/
.nav-primary .genesis-nav-menu a:last-child {
	padding-right: 0;
}



/*----------------------------------------------Hero---------------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/

.herocontainer {

  background-size: cover;
  padding: 2%;
  /* padding-bottom: 100px; */
  /* padding-top: 80px; */
    background:  #8c001a !important;
    padding-bottom: 36px !important;
    padding-top: 36px !important;
    display: block;
	clear: both;
}

.flexslider {
background: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
border: 0;
margin: 0 0 0px 0 !important;
max-width: none;
max-height: none;
}

.metaslider .msHtmlOverlay .layer *

/*----------------------------------------------Optin--------------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/

.optincontainer {
padding: 2%;
margin-top: 30px; 
background-color: #fff;
}




/* ## Fixed Mini Header appearing on scroll
----------------------------------------------------- */

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #f5f5f5;
}

.admin-bar .mini-header {
	top: 32px;
}

.mini-header .alignleft {
	margin-top: 12px;
}



.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.btn:hover{
	color: #fff;
}
a.btn-ghost:hover{
	background: #fff !important;
	color: #111;
}

.btn-primary {
  border-color: #F5F3ED;
  float: right;
  background-color: #ededed;
  color: #313131;
  padding: 8px;
  margin-right: 20px;
}
.banner-full-width {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  float:left;
  padding-top: 6px;
}

.submit-btn {  
	border-color: #F5F3ED;
  float: left;
  background-color: #313131 !important;
  color: #fff !important;
  padding:8px !important;
}

.submit-btn a {  

  color: #fff !important;

}


.msHtmlOverlay {display:none !important}

.main-title {
  background-image: url(https://demo.proteusthemes.com/buildpress/wp-content/themes/buildpress/assets/images/xtitle-area-pattern.png.pagespeed.ic.wSO0SJvEQn.webp);
  background-color:#f7f7f7;
}

.gch-caption-inner {
  background: rgba(140, 0, 26, 0.7);
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
}

/*----------------------------------------------Home Content-------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/


.home-module-container{background-color:#382b21; color:#fff;}

.home-module-container h4 {color:#fff;}

ul#afp-filter li {
  display: inline-block;
  padding-right: 20px;
  background-color: #313131;
  padding:10px !important;
  color: #fff;
  padding-left:10px;
}

ul#afp-filter li a {
    padding-left: 10px;
    color: #fff;
padding:10px;
}

ul#afp-filter {
  display: block;
  list-style: none;
  margin-bottom: 20px !important;
}

ul.afp-item-details {
  display: block;
  list-style: none;
  margin-bottom: 10px !important;
}

ul.afp-item-details {
  display: block;
  list-style: none;
  font-family: 'Permanent Marker';
  font-size: 25px;
  font-weight: 100;
}


li.afp-single-item {
  float: left;
  padding-right: 25px !important;
}


.container-widget {
  
  margin: 0px auto;
  
}

.sihest2 {
  text-align: left;
  position: relative;
  line-height: 2;
  overflow: hidden;
}
.sihest2::after {
  content: "";
  display: inline-block;
  bottom: .5ex;
  left: .5ex;
  margin-right: -100%;
  width: 100%;
  height: 3px;
  position: relative;
  background: #8c001a;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sihest2:hover::after {
  left: 2ex;  
}

.profile_pic {
  display: none;
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('http://wpe1.sitedudes.com/wp-content/uploads/2015/02/guy.jpg');
  border-radius: 50%;
}

.profile_pic-2 {
  display: none;
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('http://wpe1.sitedudes.com/wp-content/uploads/2015/02/guy-1.jpg');
  border-radius: 50%;
}
.profile_pic-3 {
  display: none;
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url('http://wpe1.sitedudes.com/wp-content/uploads/2015/04/2341.jpg');
  border-radius: 50%;
}

.header-homebox {
  height: 50px;
  border-radius: 5px 5px 0 0;
  
  text-align: center;
  background:  #313131 !important;
}

h1 {
  margin-bottom: 20px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  color: #000 !important;
}

button {
  content: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/38816/1383013294_twitter-32-black.png');
  height: 40px;
  width: 100px;
  background: #f1c40f;
  border: none;
  border-radius: 3px;
  transition: all ease-in-out .2s;
}

button:hover {
  background: #f39c12;
}

button:focus {
  outline: none;
}

button > span {
    content: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/38816/1383013294_twitter-32-black.png');
}

.footer-homebox {
  padding: 20px 20px;
  border-radius: 0 0 5px 5px;
  background: #fff;
}

.punch {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.2;
}

figure {
  margin: 1em 0;
}

.feature-block {
  padding: 0 1em 2em;
  overflow: hidden; /* clearfix */
}



/* LAYOUT SPECIFIC STYLES */

@media all and (min-width: 28em) {
 
  figure {
    float: left;
    width: 30%;
    margin: 0em auto;
  }
  
  .body-text {
    clear: both;
  }
  
  /*inverted layout*/
  .inverted header {
    float: left;
  }
  
  .inverted figure {
    float: right;
  }
}
  
@media all and (min-width: 40em) {
    
.feature-block {
  margin: 1em auto;
  max-width: 60em;
  background-color: #fff;
  padding: 20px;
}
  
.body-text {
  clear: none;
  float: right;
  width: 66%;
  background-color: rgba(234, 234, 234, 0.63);
  padding: 20px;
}
  
  /*inverted layout*/  
  .inverted .body-text {
    float: left
  }
}


/*----------------------------------------------Footer Widget Header-----------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/
.footerwidgetheader .widget-title {
	text-align: center;
	font-size: 30px;
	margin: 20px auto;

}

.footerwidgetheader-container{background-color:#066081; display: none;}

.clearfix {
clear: both;
}

#contact-cta-section {
padding-top: 37px;
padding-bottom: 40px;
font-family: "proxima-nova", sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;

float: left;
width: 100%;
text-align: center; 
}

.wrapper-full {
  position: relative;

margin: 0 auto;
}
.cta-wrapper {
margin-bottom: 0;
text-align: left;
padding: 28px;
background-color:  #066081;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.cta-wrapper .details-wrapper {
float: left;
width: 60%;
}
.cta-wrapper .details-wrapper h2 {
font-weight: 600;
margin: 0 0 4px 0;
color: #FFF;
font-size: 27px;
}
.cta-wrapper .details-wrapper p {
font-size: 18px;
color: #FFF;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.cta-wrapper .blue-cta-button {
padding: 17px 50px;
text-transform: uppercase;
background-color: #93CC76;
color: #FFF;
letter-spacing: 0.1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-decoration: none;
font-weight: 600;
display: inline-block;
white-space: pre;
margin: 31px 0 25px 0;
float: right;
margin: 0;
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0);
padding: 17px 0;
width: 40%;
text-align: center;
border: 1px solid #fff;
}

.postfootercontainer{background-color:#222;padding-bottom: 7px;}


/*----------------------------------------------Footer Widgets-----------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/






/*----------------------------------------------Footer-------------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/
.footerwidgetheader{width:100%;}





/*----------------------------------------------SideBar-------------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/


.gch-header-image {
    margin-bottom: 1em;
}






/*----------------------------------------------Post Structure-------------------------------------------------------------*
/
/
------------------------------------------------------------------------------------------------------------------------*/


.menu-item-264{display:none;}



/*----------------------------------------------Slick Navs Responsive Mobile Menu------------------------------------------*
/ Menu set to swap to Mobile version at 600px - Adjust px to suit
/ .menu-primary class name targetted if target is different adjust to suit
------------------------------------------------------------------------------------------------------------------------*/

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

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

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: -1px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #000;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.menu-item-263{display:none !important;}
	.utility-bar a {
    color: #fff;
    display:none !important;
}

h2.this-title, h2.this-intro {
		font-size: 20px !important;
}
a.call-link {   
    font-size: 24px !important;
 }
 section.adamrob_parallax {   
    background-attachment: scroll !important;
    background-position: 100% !important;
}
 .adamrob_parallax_postcontent {
    padding: 0px !important;
}

.gmdf{
		display: none;
	}
	#pum-1316{
 	display: none !important;
 	}

.adamrob_parallax_posttitle{
	padding: 10px !important;

}
a.btn2{
	display: block;
	clear: both;
	margin-top: 10px;
}
.preheadercontainer{
  	padding-top: 20px !important;
  	font-size: 17px !important;
  }
 .preheaderleft{
 	width: 100% !important;
 	display: block;
 	clear: both;
 	text-align: center;
 }

 .preheaderright{
 	display: none;
 }
 .n2-ss-layer{
 	font-size: 5px !important;
 }

 .genesis-nav-menu a {   
    padding: 0px 9px 30px 9px !important; 

}
.title-area {   
    padding: 31px 0 0 0;   
}
.home-tagline {
    font-size: 20px !important;
   }
.adamrob_parallax_postcontent {   
padding: 5px 0 3px 0 !important;
margin-top: 0px !important;  
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;	
	color: #000 !important;
	padding: 0px 0 30px 0 !important;
}

.header-image .site-title > a {
    background: url(../../uploads/2018/04/logo-mobile.png) center no-repeat !important;
    min-height: 54px;
}
.entry-title {    
    padding-left: 24px;
}

.home-portfolio-container .wrap {
    padding: 10px !important;
}

.postfooterleft, .postfooterright{
	text-align: center;
}

.postfooterright img{
	text-align: center !important;
	float: none;
	width: 90%;
	margin: 0 auto;
}

}


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

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

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

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

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

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

#layer_content_632092582 {
    background:  #313131 !important;
    border-radius: 5px;
    height: 315px !important;
    padding: 20px !important;
}



}

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

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

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

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

	.header-image .title-area {
		background-position: center top;
	}

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

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

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

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.banner-full-width {

  text-align: center;
}

#layer_content_632092582{display:none;}
.ms_content_wrap{display:none;}
#tab_toggle {
  display: none;
}

.sihest2 {
    line-height: 2;
    overflow: hidden;
    position: relative;
    text-align: left;
    font-size: 18px ;
    margin-top: 20px;
}

p {
	padding:0 1.4em;
}

h3 {
	padding:0 1em;
}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

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

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.btn-primary {
    background-color: #ededed;
    border-color: #f5f3ed;
    color: #313131;
    float: left;
    margin-right: 20px;
    padding: 8px;
    margin-top: 20px;
    width: 100%;
}



}

@media screen and (max-width:1024px) {
	/* .menu-primary is the original menu */

	
	.slicknav_menu {
		display:block;
		
	}

	.site-header {
    position: relative !important;
    width: 100%;
    z-index: 999;
}

.btn.btn-ghost { 
  border: 2px solid #ffffff;
  border-radius: 3px;
  box-shadow: none !important;
  color: #ffffff;
  float: left;
  width: 100%;
  margin-top: 10px !important;
}

.bumper{min-height:0px;}

.cta-wrapper .details-wrapper {
    float: left;
    width: 100%;
}

.cta-wrapper .blue-cta-button {
  margin-top:20px;
    width: 100%;
   
}

.cta-banned{
	margin:0 auto;
text-align: center;}

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

.site-header .wrap, .bumper {
    min-height: 0px;
}

li.afp-single-item {
    
    padding-right: 20px;
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #222;
}

.footer-widgets {
    background-color: #131313;
    clear: both;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-primary {
    background-color: #ededed;
    border-color: #f5f3ed;
    color: #313131;
    float: none;
    margin-right: 20px;
    padding: 8px;
    margin-top: 20px;
   
}


.banner-full-width {
    color: #fff;
    float: none;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
}

.cta-wrapper .details-wrapper {
    text-align: center;
    width: 100%;
}



}

@media screen and (max-width:320px) {
#click-menu {
    background: none repeat scroll 0 0 #ffffff;
    color: #313131;
    cursor: pointer;
    display: none;
    font-size: 13px !important;
    padding: 5px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    top: 15px !important;
    z-index: 9999;
}

.utility-bar {
  
  display:none;
}
}


@media screen and (max-width:430px) {
	.utility-bar {
  
  display:none;
}

.gch-caption-inner {
	display:none;
}



}

.ajax-loader {
	 display:none;
 }
 div#n2-ss-1 .nextend-bullet-bar {
    display: none !important;
   
}
.serviceoptincontainer{
	padding: 50px 0 10px 0;
	color: #111;
}
.home-portfolio-container{
	padding: 0px 0 12px 0;
}
.service-optin .section-title h1{
	color: #111;
	font-weight: 700;
}
.sidebar-primary h3{
	color: #000 !important;
	font-size: 21px;
}
.post-title h1{
	color: #000;
	font-size: 23px;
	font-weight: 700;
}
ul.highlight li{
	list-style: none;
}

ul.highlight li h3{
	color: #000;
	font-weight: 700;
}
h4.widget-title{
	color: #000;	
	font-size: 24px;
}
a.btn3{
	background: #14AFF8;
	color: #fff !important;
	padding: 10px 30px;
	border-radius: 0px;
}
a.btn:hover{
	background: #8c001a;
}
.postfooterleft,.postfooterright{
	color:#fff;
	padding-top: 31px;
}


.adamrob_parallax_postcontent {
    text-align: center;
    color: #fff;   
    background: rgba(255,255,255,0.5);
    color: #000;
    padding: 57px 0 41px 0;
    border: 2px solid #ccbfbf;
    margin-top: 30px;
}
.this-intro{
	color: #fff;
}
h2.this-title{
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 10px #000;
}
h2.this-title span {
    color: #eace60;
    text-shadow: 0 0 10px #000;
}
a.call-link {
    display: inline-block;
    color: #8c001a;
    font-size: 40px;
    line-height: 1;    
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}
a.btn2{
	background:#14AFF8;
	color:#fff;
	padding: 13px 30px;
	text-align: center;
	font-weight: 700;

}
a.btn2:hover{
	background:#8c001a;
}

a.btn3{
	background:#8c001a;
}
a.btn3:hover{
	background:#000;
}

.utility-bar{
	display: none;
}
.footer-widgets a:hover{
	color: #8c001a;
}

.foogallery .fg-loaded .fg-item-inner {
   
    width: 100%;
}
.n2-ss-widget{
	margin-top: 0px !important;
}
.n2-clear{
	display: none;
}

/* Utility Bar
--------------------------------------------- */
.utility-bar {
 background-color: #003362;
 border-bottom: 1px solid #ddd;
 color: #fff; 
 font-size: 1.1rem;
 padding: 6px 0;
 font-weight: 400;
 
}
.utility-bar a {
 color: #fff !important;
}
.utility-bar a:hover {
 text-decoration: underline;
 color: #ed1b24;
}
.utility-bar-left,
.utility-bar-right {
 width: 50%;
}
.utility-bar-left p,
.utility-bar-right p {
 margin-bottom: 0;
}
.utility-bar-left {
 float: left;
}
.utility-bar-right {
 float: right;
 text-align: right;
}
.utility-bar input[type="search"] {
 background: inherit;
 padding: 10px 0 0;
 padding: 1.0rem 0 0;
}
.home-tagline{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 3px;
}
.adamrob_pcontainer {
    max-width: 1120px !important;
   
}
a.btn-parallax{
	background: #8c001a;
	padding: 20px 30px;
	color: #fff;
}
a.btn-parallax:hover{
	background: #000
}
.sow-icon-container{
	color: transparent !important;
}
.home-portfolio-container .wrap{
	padding: 50px 0 0 0;
}
.home-portfolio-content h1{
font-size: 30px;
color: #8c001a;
font-weight: 700;
}
.sow-more-text a{
	margin-top: 10px;
	padding: 6px 20px;
	border: 1px solid #000;
	display: inline-block;
	clear: both;
}
.sow-more-text a:hover{
	text-decoration: none !important;
	color: #8c001a !important;
	border-color: #8c001a;
}
.preheadercontainer a{
	color: #fff;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
    font-size: 18px;
	text-decoration:none; color:#fff;

}

.icon-mobile-phone {
	padding-right:5px;
}

.icon-comments{
	padding-right:5px;
}