/*
	Theme Name: Beautiful Pro Theme
	Theme URI: http://my.studiopress.com/themes/beautiful/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Tags: black, orange, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Titles
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.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;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f9f9f9;
	color: #333;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.425;
}

a,
button,
input:focus,
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: #e7b63c;
	color: #fff;
}

::selection {
	background-color: #e7b63c;
	color: #fff;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.content a.more-link {
	background-color: #eee;
	border-radius: 3px;
	clear: both;
	color: #333;
	display: block;
	
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
}

.content a.more-link:hover {
	background-color: #e7b63c;
	color: #fff;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}


/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	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: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #435770;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;	
	font-size: 16px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	margin-top: 10px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #c5d6e0;
}

.entry-content .button:hover {
	color: #fff;
}

.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;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/* Buttons */
.sd-button {
	display:inline-block;
	position: relative;
	height:42px;
	line-height:40px;
	padding:0 20px;
	border:solid 2px #111;
	border-radius:3px;
	color:#111;
	font-weight:600;
	font-size:18px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.sd-button:hover,
.sd-button:focus {
	text-decoration: none;
	background:rgba(0,0,0,0.35);
}
.sd-button:active {
	background:rgba(0,0,0,0.7);
}

.sd-button.primary {
	background:#435770;
	border-color:#435770;
	color:#fff;
}
.sd-button.primary:hover,
.sd-button.primary:focus {
	background:#6c89ae;
	border-color:#6c89ae;
}
.sd-button.primary:active {
	background:#6c89ae;
	border-color:#6c89ae;
	transform:scale(0.9);
}

.sd-button.alt {
	background:#333;
	border-color:#333;
	color:#fff;
}
.sd-button.alt:hover,
.sd-button.alt:focus {
	background:#666;
	border-color:#666;
}
.sd-button.alt:active {
	opacity:0.75;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
.site-header{
	background-color:#fff;
}


/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.beautiful-landing .site-inner {
	max-width: 800px;
}

.site-inner {
	clear: both;
}


/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
	float: right;
	width: 820px;
}

.content-sidebar .content {
	float: left;
	padding: 2em 0;
}

.full-width-content .content {
	width: 100%;
	padding: 2em 0;
}


/* Sidebar */
.sidebar {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar {
	float: left;
}


/* Home */
body.home .content-row {
	padding-bottom:0 !important;
}

body.home main.content {
	display:none !important;
}


/*
SD Floaty
---------------------------------------------------------------------------------------------------- */
a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
    font-size: 16px;
	text-decoration:none; color:#fff;

}

.icon-mobile-phone {
	padding-right:5px;
}

.icon-comments{
	padding-right:5px;
}

.button-tn a {
    color: #fff;
    font-size: 16px ;
    font-weight:bold;
}

/* Custom */
.button-tn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom:20px;
  top: 0;
  font-size: 14px;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  background: none repeat scroll 0 0 #e7b63c;
  color: #fff;
  box-shadow: 0px 0px 0px rgba( 15, 165, 60, 0.1 );
  width: 100%;
  
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
  
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}





.button-tn:hover {
	background-color:#000;

  
}

.button-lh {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom:20px;
  top: 0;
  font-size: 14px;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  background: none repeat scroll 0 0 #e7b63c;
  color: #fff;
  box-shadow: 0px 0px 0px rgba( 15, 165, 60, 0.1 );
   width: 100%;
  
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
  
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.button-lh a{
    color: #fff;
    font-size: 16px;
    font-weight:bold;
}


.button-lh:hover {
	background-color:#000;
}



/*
Common Classes
---------------------------------------------------------------------------------------------------- */
.seo-landing-page .site-inner {
	max-width:100%;
}

	.seo-landing-page .content {
		padding:0;
	}


.subheader {
	position: relative;
	padding:15vh 0;
}
.subheader::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.8;
    background: #435770;
}

	.subheader .panel-grid-cell {
		position: relative;
		max-width: 1280px;
		margin: 0 auto;
	}

		.subheader .textwidget {
			text-align: center;
		}

			.subheader .textwidget * {
				color:#fff;
			}

			.subheader .textwidget h1 {
				font-size: 52px;
				padding-bottom: 20px;
				margin-bottom: 20px;
				border-bottom: solid 1px #fff;
			}

			.subheader .textwidget p {
				font-size:22px;
			}


.content-section {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}


.section-fancy {
	position: relative;
	padding:20vh 0;
}
.section-fancy::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.65;
    background: #fff;
}

	.section-fancy .panel-grid-cell {
		position: relative;
		max-width: 1280px;
		margin: 0 auto;
	}

		.section-fancy .textwidget {
			text-align: center;
		}

			.section-fancy .textwidget h2,
			.section-fancy .textwidget h3 {
				font-size:46px;
			}

			.section-fancy .textwidget p {
				font-size:22px;
			}


/* Titles
--------------------------------------------- */

.entry-title a,
.widget .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	margin-bottom: 24px;
	text-align: center;	
}

.header-widget-area .widget-title {
	text-align: left;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 30px;
	font-weight: 400;
	font-style: normal;
}

.after-entry .widget-title {
	font-size: 24px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */
.before-header {
	line-height: 1;
	text-align: center;
}

.before-header .wrap {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
}

.before-header p {
	line-height: 1.625;
}

.before-header p:last-child {
	margin-bottom: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
	padding: 20px 0;
}

.beautiful .site-header-banner {
	height: 400px;
}


/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  /* padding-top: 10px; */
  width: 314px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.site-title {
	font-size: 36px;
	font-weight: bolder;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #435770;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}


/* Logo, hide text */
.header-image .site-header .wrap {
	padding: 5px 0;
}

.header-image .site-title a {
    float: left;
    min-height: 80px;
    width: 100%;
    margin: 0em;
}


/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
    float: right;
    text-align: right;
    /*position: relative;
	top:2.3em;*/
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	color: #ddd;
	font-weight:800;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
  color: #5b95b7;
  display: block;
  position: relative;
  margin-left:1.4em;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  zoom: 1;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #9c9c9c;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #666;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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: #fff;
	border: 1px solid #eee;
	border-top: none;
	margin-left: 0;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	display: inline-block;
	float: right;
	letter-spacing: 4px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}

nav.nav-header {
	padding-top:15px;
}


/* Site Header Navigation
--------------------------------------------- */
.header-two {
	background-image: url('http://wp3.sitedudes.com/wp-content/uploads/2014/12/23.jpg');
	height:400px;
}

.header-three {
	background-image: url('http://wp3.sitedudes.com/wp-content/uploads/2014/12/img2.jpg');
	height: 400px;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
	margin-left: 1.4em;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}


/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #f5f5f5;
}


/* 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;
	color: #435770;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */
.homecontent article {
	background-color: #fff;
	color: #1a212b;
	overflow: hidden;
	padding: 0 0 40px;
	position: relative;
	text-align: center;
}

.homecontent .entry-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 24px;
  margin: -30px auto 12px;
  padding: 19px 32px;
}


.homecontent  .entry-title {
	  margin: 0  !important;
	  font-size:25px !important;
}

.homecontent  .entry-content {
	 padding:20px;
}

.fpa-more-link a {

  color:#fff;
}


.fpa-more-link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.09), inset 0 -2px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.18);
  background-color:#313131;
  color:#fff;
}
.fpa-more-link:active {
  top: 2px;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.18);
   color:#fff;
}




/* Entries
--------------------------------------------- */
.site-header-banner  {
    background: url("http://wp3.sitedudes.com/wp-content/uploads/2014/08/41.jpg") !important;
}

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 0;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding: 0;
}

.page.beautiful-landing .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	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-meta {
	color: #999;
	font-size: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}


/* After Entry
--------------------------------------------- */
.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	padding: 2em 0;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}


/* Split Sidebars
--------------------------------------------- */
.split-sidebars .aligncenter {
	margin: 0 auto 12px;
}

.split-sidebars .widget li li {
	margin: 0 0 0 20px;
}

.split-sidebar-left,
.split-sidebar-right {
	width: 160px;
}

.split-sidebar-left {
	float: left;
}

.split-sidebar-right {
	float: right;
}


/* Bottom Sidebar
--------------------------------------------- */
.bottom-sidebar {
	clear: both;
}

.more.simple-3 {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 10px 10px 10px !important;
  transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  margin-top: 20px !important;
}


.footerwidgetheader-container {
    background-size: cover;
    /*padding-bottom: 4%;   */ 
}


.sihest1 {
  text-align: center;
  position: relative;
  line-height: 2;
}
.sihest1::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #dfdfdf;
}
.sihest1::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 3px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #e7b63c;
  -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;
}
.sihest1:hover::after {
  width: 30%;
}

.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: #e7b63c;
  -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;  
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #c5d6e0;
  clear: both;
  padding: 60px 10px 20px;
  color:#000;
  font-style: normal;
}

.footer-widgets  .widget-title {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-style: normal;
}

.footer-widgets .menu-image-title {
	color:#000;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 320px;
}

.footer-widgets-1 {
	margin-right: 80px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	border-bottom: 1px dotted #000;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.copyright-left {
    color: #fff !important;
    font-size: 14px;
    text-align: left !important;
    margin: 0;
    float: left;
}
.copyright-right {
    text-align: right;
    float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	font-size: 16px;
	padding: 40px 0 10px 0;
	text-align: center;
	background-color:#435770;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #e7b63c;
}

.site-footer p {
	margin-bottom: 0;
}

.ngg-gallery-thumbnail-box { margin: 5px .5%!important; width: 23.3%!important; }
.ngg-gallery-thumbnail a { display: block; overflow: hidden; }
.ngg-gallery-thumbnail a img { width: 95%!important; padding: 2%!important; margin: 0 auto!important; }
.ngg-galleryoverview {
    padding-bottom: 60px;
}

.more.simple-4 {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 10px 10px 10px !important;
  transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  margin-top: 20px !important;
}

.sow-more-text a {
	padding: 0.6em 1em;
	background: #333;
}

.sow-features-feature h5 {
	font-weight: 700;
}

.home-tagline {
	color: #fff;
	text-align: center;
	font-size: 50px;
	padding-bottom: 1em;
}


/*
Custom
---------------------------------------------------------------------------------------------------- */
/* Utility Bar
--------------------------------------------- */
.utility-bar {
  font-size: 12px;
  font-size: 1rem;
  padding: 10px 0;
  padding: 0.4em;
  background-color: #435770;
  color: #fff;
}
 
.utility-bar a {
	color: #fff;
}
 
.utility-bar a:hover {
	text-decoration: underline;
}
 
.utility-bar-left,
.utility-bar-middle,
.utility-bar-right {
	width: 31.3%;
}
 
.utility-bar-left p,
.utility-bar-middle p,
.utility-bar-right p {
	margin-bottom: 0;
}
 
.utility-bar-left {
	float: left;
}
 
.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar-middle {
	text-align:center;
	float:left;
}
 
.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

.content-row {
	padding:3em 0 3em;
}


.sow-hero-buttons {
	margin-top:1.2em !important;
}

.one-half {
	width:50% !important;
	margin-left:0% !important;
}

.left-home {
	color:#fff;
}

.right-home {
	color:#fff;
}

.insideframe li {
	margin: 0 0 0 0px !important;
	width:20%;
}


/* Hide Google reCAPTCHA*/
.grecaptcha-badge { visibility: hidden; }

@media only screen and (max-width: 800px) {
	.one-half {
		width:100% !important;
	}
}





/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.split-sidebar-left,
	.split-sidebar-right {
		width: 100%;
	}

}

@media only screen and (max-width: 1023px) {

	.beautiful-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.header-image .site-title a {
		background-position: center !important;
		background-size: contain !important;
		margin: 0;
	}
	
	.site-header .widget-area {
	top:0em;
	}	

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 768px) {

	.footer-widgets,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.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;
	}

	.site-header .widget-area {
   
    margin-top: 10px;
}
	
	.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;
	}
	
	.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: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.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%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.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%;
	}
	
	.dc-floater-content {
		display:none;
	}

}

.ajax-loader {
	 display:none;
 }
 .pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #e7b63c !important;
    border-color: #eee !important;
}
.pt-cv-title a{
	color: #444 !important;
}
.wpsm_service-icon .fa{
	font-size: 31px !important;
	line-height: 0px;
	padding-top: 41px;
	color: #fff;
}

.wpsm_service-icon {
    background: #e7b63c !important
  }
#wpsm_service_b_row_1417 .wpsm_serviceBox .wpsm_service-content h3 {    
    margin-top: 25px !important; 
    margin-left: 98px;  
}

.vc_button.medium{
    padding: 13px 28px 13px 28px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    background: #435770;
    border-radius: 0px;
    border: none;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 4px solid #5f727d;
        border-bottom-width: 4px;
}
.vc_button.medium:hover{    
    background: #9c9c9c;     
    color: #fff;
}
h1.inner-title{
	color: #111;
	text-align: center;
	padding-top: 60px;
	font-style: normal;
}

.sm-title{
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 20px;
	color: #888;
	padding-bottom: 20px;
}
a.emaillnk{
	color: #000;
}
a.emaillnk:hover{
	color: #ff0000;
}
a.emaillnk2{
	color: #111;
}
a.emaillnk2:hover{
	color: #e7b63c;
}
.pt-cv-title a:hover{
	color:#e7b63c !important;
}

.pum-theme-1321 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
   background-color: rgba( 220, 21, 29, 1.00 ) !important;
}



@media only screen and (max-width: 480px) {

.utility-bar-left, .utility-bar-right, .copyright-right, .copyright-left {
	float: none;
	width: 100%;
	text-align: center;
}
	
	.home-tagline {
		font-size: 35px;
	}
	
	.pt-cv-view .pt-cv-ifield {
	text-align: center;
	padding: 0 1.5em;
}
}


.pt-cv-wrapper .btn {
	border-radius: 0px !important;
}
