/*
	Theme Name: Exmouthinfo 2016
	Theme URI: http://exmouthinfo.com.au/
	Description: Exmouthinfo website redesign @2016
	Author: RobPanes
	Author URI: http://exmouthinfo.com.au/

	Version: 1.0.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	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
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#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,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: 'stackyard';
    src: url('fonts/stackyard_personal_use-webfont.woff2') format('woff2'),
         url('fonts/stackyard_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #e4f4f3;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-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;
}

::-moz-selection {
	background-color: #5e919b;
	color: #fff;
}

::selection {
	background-color: #5e919b;
	color: #fff;
}

a {
	color: #6ea0ab;
	text-decoration: none;
}

a:hover {
	color: #52858e;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee; 
	clear: both;
	margin: 40px 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #477780;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

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

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

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 15px;
    font-weight: 200;
    padding: 16px;
	width: 100%;
}

select {
	height: 30px;
	padding: 0;
}

button:focus {outline:0;}

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

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #6ea0ab;
	outline: none;
}

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #6ea0ab;
	border: 2px solid #6ea0ab;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 10px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

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

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

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

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	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 .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #52858e;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #76A4AD;
    border-color: #669AA5;
    color: #5e919b;
    cursor: not-allowed;
}

input[type="button"]{
   outline:none;
}
input[type="button"]::-moz-focus-inner {
   border: 0;
}

input[type="text"]:disabled {
    background: transparent;
}

.cig-button {
	color: #fff;
    background-color: #6ea1aa;
    width: 100%;
    padding: 15px 25px 7px;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border: 0; 
    border-bottom: 4px solid transparent;
    margin-top: 10px;
}

.home a.cig-button {
    color: #fff;
    background-color: #6ea1aa;
    width: 100%;
    padding: 12px 25px 4px;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border: 0;
    border-bottom: 4px solid transparent;
    margin-top: 10px;
    border-radius: 3px;
}

.cig-button.classified {
	background-color: #5e919b;
	border-color: #477780;
	color: #fff;
}

.cig-button.events {
	background-color: #5e919b;
	border-color: #477780;
	color: #fff;
}

.cig-button:hover {
	background-color: #5e919b;
	border-color: #477780;
	color: #fff;
}

.cig-button i {
	padding-left: 20px;
}

.btn-group .dropdown-menu {
	position: absolute;
    top: 97%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 152px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #6EA0AB;
    border: 0 solid #cccccc;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.btn-group .dropdown-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.btn-group .dropdown-menu li a:hover { 
	color:  #add;
}

.btn-group .dropdown-menu li {
    padding: 10px;
    background: #5e919b;
    margin-bottom: 1px;
    border: 0; 
}

.btn-group button.button.button.btn-primary.btn-sm.dropdown-toggle {
    margin-left: -3px;
    padding: 8px;
    border-radius: 0 3px 3px 0;
}

.btn-group a.btn.btn-primary.btn-sm.btn-cigupdate {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cat-label {
	line-height: 30px;
    margin-right: 15px;
}

/* Search Bar
--------------------------------------------- */
.search-bar-container {
	background-color: #d2eae9;
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 30px 0;
}

.search-bar-container .search-content {
	display: inline-block;
	background-color: #6ea1aa;
	padding: 2px; 
	width: 100%;
	margin-top: 10px;
}

.search-bar-container .searchinput {
	font-size: 18px;
    width: 85%;
    float: left;
    padding: 11px;
}

.search-bar-container .searchbutton {
	float: right;
	background-color: transparent;
	border-color: transparent;
	padding: 5px 5px 0;
    font-size: 30px;
    width: 15%;
}


/* 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;
}


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

/* Slider 
--------------------------------------------- */
.slider-wrap {
	overflow: hidden;
	max-height: 345px;
	margin-top: 0;
    text-align: center;
}

.bx-controls.bx-has-pager {
	display: none;
}

.slider li a {
    display: inline-block;
    position: relative;
    height: auto;
}

.slider li .bx-caption {
	display: none;
}

.slider .bx-viewport {
	margin-top: 12px;
}

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

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

.site-inner {
	background-color: transparent;
	clear: both;
	margin-top: 30px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.site-inner main{ 
	background-color: #fff;
	padding: 0;
	padding-top: 20px;
	margin-bottom: 15px;
}

.front-page .site-container .site-inner main {
	background-color: transparent!important;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 1280px;
	padding-top: 20px;
}

.no-result {
	padding: 20px;
	margin-top: 25px;
	background: #fefefe;
	text-align: center;
	width: 100%;
	border: 1px solid #ededed;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

ul.list {
	padding: 0 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.search ul.list {
	margin-top: 15px;
}

ul.list li {
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	width: 100%;
}

ul.list li .list-image {
	padding: 25px 15px;
    text-align: center;
}

ul.list li .list-content {
	padding: 25px 15px;
}

ul.list li .list-content .pull-left {
	padding-left: 0;
}

ul.list li .list-content .pull-right {
	padding-left: 0;
}

ul.list li .list-content .meta {
	padding-left: 0;
	font-weight: 600;
	min-height: 0;
	height: auto;
	margin-bottom: 15px;
}

ul.list li .list-content .meta i{ 
	padding-right: 5px;
}

ul.list li .list-content .meta-button {
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e3e3e3;
	width: 100%;
    display: inline-block;
}

ul.list li .list-content .meta-button .btn {
	padding: 5px 20px;
	border: 1px solid transparent; 
	margin: 5px 2px;
    font-size: 12px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

ul.list li .list-content .meta-button .btn.default {
	border-color: #aeddde;
	color: #6ea1aa;
	font-weight: 600;
	width: 100%;
	margin: 5px 2px;
}

ul.list li .list-content .meta-button .btn.yellow {
	border-color: #477780;
	color: #477780;
	font-weight: 600;
}

ul.list li .list-content .meta-button [class*="col"] {
    padding: 0;
}

ul.list li .list-content .meta-button .btn i {
	padding-right: 10px;
}

ul.list li .list-content .more-button {
	margin-top: 15px;
}

ul.list li .list-content .more-button .btn-group {
	display: inline-block;
	margin-top: 0 !important;
}

ul.list li .list-content .more-button .btn-group a.button.btn-primary.btn-sm {
	margin-right: 0px;
    border-radius: 3px 0 0 3px;
}

ul.list li .list-content .more-button .btn-group button.button.btn-primary.btn-sm.dropdown-toggle {
    border-radius: 0 3px 3px 0;
    padding: 8px 6px;
}

ul.list li .list-content .more-button .dropdown-menu {
	top: 98%!important;
    left: -58px;
}

ul.list li .list-image .sold{
	height: 225px;
    width: 89%;
    position: absolute;
    box-sizing: content-box;
    background: rgba(0,0,0, 0.6);
}

ul.list li .list-image .sold label {
    position: absolute;
    top: 40%;
    transform: translate(-50%, 0) rotate(-45deg);
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 15px;
    text-shadow: 1px 1px 7px rgba(0,0,0,0.9);
}

ul.list li .gi.attachment a {
	font-size: 17px;
}

.nform-popupbox .btn-pop .btn.clr {
    color: #6EA0AB;
    padding: 8px 15px;
}

ul.list li .document-link {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Post Navigation
-------------------------------------------- */

.post-navigation {
	display: inline-block;
    width: 100%;
    height: 50px;
}

.post-navigation ul{
	display: inline-block;
    margin-top: 12px;
    width: 100%;
}

.post-navigation  li a,
.post-navigation  li a:hover,
.post-navigation  li.active a,
.post-navigation  li.disabled {
	color: #fff;
	text-decoration:none;
}

.post-navigation  li {
	display: inline;
}

.post-navigation  li a,
.post-navigation  li a:hover,
.post-navigation  li.active a,
.post-navigation  li.disabled {
	background-color: #6ea0ab;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.post-navigation  li a:hover,
.post-navigation  li.active a {
	background-color: #bad9d7;
}

/* Login Page
-------------------------------------------- */

.login-page main{
	background: transparent; 
}

.login-page .login-title {
	text-align: left;
	margin-left: 15px;
}

.login-page .site-inner.site-login-main {
	padding: 20px 0 40px;
    max-width: 100%;
    background: #73290d url('images/hero-banner.png') no-repeat 0 0;
    background-size: cover;
    margin-top: 0;
}

.login-page .login-form {
	display: inline-block;
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-radius: 7px;
	border: 1px solid #ededed;
	width: 100%; 
}

.login-page .slider-container, .login-page .search-bar-container,
.login-page .footer-subscribe {
	display: none;
}

.login-page .login-button .btn.btn-primary, .nform .login-button .btn.btn-primary {
	background-color: #6ea0ab;
    border: 2px solid #6ea0ab;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
    float: right;
    margin-left: 5px;
}

.login-page .login-button a.btn.btn-primary.btn-register, .nform .login-button a.btn.btn-primary.btn-register  {
    background: transparent!important;
    color: #6ea0ab!important;
    padding: 8px 12px!important;
    border-radius: 5px;
}

.login-page .login-form-content {
    padding-bottom: 20px;
    border-bottom: 2px solid #ededed;
}

.login-page .login-form-content .form-buttons, .nform .login-form-content .form-buttons {
	margin-top: 10px;
}

.login-page .login-facebook {
	width: 100%;
	padding: 15px;
	display: inline-block; 
	margin-top: 20px;
}

.login-page .login-facebook .fb-login {
    background: #4467ae;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    border: 0;
    text-transform: inherit;
    font-size: 17px;
    font-weight: 400;
}

.fb-login i.fa.fa-facebook {
    font-size: 20px;
    padding: 0;
}

.fb-login i.fa.fa-facebook:after {
	content: "";
    width: 5px;
    margin: 10px;
    border-right: 1px solid #ededed;
}

/* Register Page
-------------------------------------------- */
.register-page .site-inner main {
    background: transparent;
    padding: 0;
    padding-top: 20px;
}

.register-page .panel .panel-body {
	display: inline-block;
    background: #fff;
    padding: 20px 20px 65px;
    border-radius: 8px;
    min-height: 495px;
}

.register-page .panel-body h3 {
	text-transform: uppercase;
}

.register-page .panel-body h4 {
    font-size: 60px;
    font-weight: 500;
    color: #aeddde;
}

.register-page .panel-body h4 span.post-script {
    font-size: 30px;
    margin-top: 8px;
    position: absolute;
    margin-left: -15px;
}

.register-page .panel .panel-body .panel-heading {
	font-size: 40px;
	text-align: center;
	padding: 2px 20px; 
}

.register-page .panel .panel-body p {
	padding: 2px 20px; 
}

.register-page .panel .panel-body .btn.btn-primary.btn-xs {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #6ea0ab;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px 6px;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}

.register-page .panel-body ul li {
	margin-left: 50px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #6b6b6b;
}

.register-page .panel-body ul li:before {
	content: "\f00c";
    font-family: "FontAwesome";
    color: #ffd200;
    width: 25px;
    height: 25px;
    list-style: none;
    list-style-position: inherit;
    position: absolute;
    left: 45px;
}

.register-page .slider-container, .register-page .search-bar-container,  
.register-page .footer-subscribe {
	display: none;
}

.register-page .site-inner {
	padding: 20px 0 40px;
}

.register-page .site-inner.site-register-main {
	padding: 20px 0 40px;
    max-width: 100%;
    background: #73290d url('images/hero-banner.png') no-repeat 0 0;
    background-size: cover;
}

/* Miscellaneous
-------------------------------------------- */
/* centered columns styles */
.text-center {
	text-align: center!important;
}
.row-centered {
    position: relative;
    display: block;
    margin: 0 auto; 
}
.col-centered {
    display:inline-block;
    left: 50%;
    transform: translate(-50%, 0%);
}

.hide {
    display: none!important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.fb-helpblock {
	background: #EDEBF1;
    padding: 3px;
    margin: 0;
    width: 100%;
    display: inline-block;
    margin-top: 4px;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    border-radius: 3px;
    color: #D60A0A;
    font-weight: 400;
}

.registration-title { text-align: center; margin-bottom: 20px; }

.form-register {
	background: #fff;
	border: 1px solid #c8dedd;
	padding: 0!important;
}

.form-register-user {
    padding: 30px 20px;
    background: #fff;
}

.form-register-user select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-col-register:first-child {
    border-right: 2px solid #c8dedd;
    padding-top: 28px;
}

.form-col-register:last-child {
    border-left: 2px solid #c8dedd;
    margin-left: -2px;
}

.form-col-register {
    padding-top: 20px;
    min-height: 1036px!important;
}

.form-horizontal .form-group.oh select.form-control:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    width: 20px;
    height: 15px;
    left: 0;
}

.form-col-register div.col-lg-2:nth-child(3n-1):after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
}

.form-col-register div.col-lg-2:nth-child(3):after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: -6px;
    color: #6ea1aa;
}

.form-col-register .extra-fields .grayed-overlay, .form-col-register .grayed-overlay {
    padding-left: 20px;
    box-sizing: border-box;
}

.form-col-register .extra-fields.hide {
}

.form-col-register .extra-fields .grayed-overlay {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
} 

.form-col-register  .form-group.oh {
    border: 1px solid #ededed;
    padding: 5px 0;
    margin-right: 5px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group.oh select.form-control {
    background: #f6f6f6;
    padding: 2px 18px;
    text-align: center;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-horizontal .form-group #label_post_category {
	padding-left: 0;
	margin: 15px 0 10px;
}

.form-horizontal .form-col-register .form-group #label_keywords, .form-horizontal .form-col-register .form-group #label_attachment_1,  
.form-horizontal .form-col-register .form-group #attachment_1_type, .form-horizontal .form-col-register .form-group #label_oh 
.form-horizontal .form-col-register .form-group.oh-label .label-center{
	padding-left: 0;
	margin: 15px 0 5px;
}

.form-horizontal .form-group #attachment_1 {
	background-color: #f6f6f6;
}

.form-col-register:last-child .form-group .form_columns {
	padding-left: 0!important;
}

.form-horizontal .form-group .form_columns .collapsibleList {
	padding: 0;
}

.form-horizontal .form-group .form_columns .collapsibleList.community {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding: 10px 0; 
}

.form-col-register:last-child .form-group .form_columns div.checkbox {
	padding-left: 20px; 
	margin: 10px 0; 
}

.form-col-register:last-child .form-group .form_columns .checkbox  label#label_newsletter {
    padding: 0;
    width: 15%;
    font-weight: 500;
}

.form-group {
    margin-bottom: 5px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group .help-block{
	margin-bottom: 0;
    width: auto;
    font-size: 12px;
    font-style: italic;
}

.form-group.form-register-terms {
    background: #6ea1aa;
    padding: 20px 0;
    color: #fff;
    margin-bottom: 0;
}

.form-group.form-register-terms .btn.btn-primary {
	margin-top: 20px;
	background-color: #fff;
	color: #6ea1aa;
}

.form-group.form-register-terms a {
	color: #fff;
}

.left-pad-5 {
	padding-left: 5px !important;
}

.left-pad-10 {
	padding-left: 10px !important;
}

.left-pad-15 {
	padding-left: 15px !important;
}

.left-pad-20 {
	padding-left: 20px !important;
}

.left-pad-25 {
	padding-left: 25px !important;
}


.right-pad-5 {
	padding-left: 5px !important;
}

.right-pad-10 {
	padding-left: 10px !important;
}

.right-pad-15 {
	padding-left: 15px !important;
}

.right-pad-20 {
	padding-left: 20px !important;
}

.right-pad-25 {
	padding-left: 25px !important;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.modal .modal-dialog {
    width: 50%;
    position: absolute;
    background: #fff;
    padding: 20px;
    height: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border: 1px solid #dedede 
}

.modal .modal-content {
	display: inline-block;
	width: 100%;
}

.modal .modal-dialog button.close {
    position: absolute;
    right: 6px;
    top: 5px;
}

.modal-footer ul {
	text-align: center;
}

.modal-footer ul li {
	display: inline;
	width: 40px;
    height: auto;
    text-align: center;
    font-size: 25px;
    border: 0
}

.modal-footer ul li a i{
	padding: 5px 8px;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
}

.modal-footer ul li a i.fa.fa-facebook{
	background-color: #4467ae;
	padding: 5px 12px; 
}

.modal-footer ul li a i.fa.fa-twitter {
    background-color: #0099cb;
}

.modal-footer ul li a i.fa.fa-instagram {
    background-color: #125688;
}

.modal-footer ul li a i.fa.fa-envelope {
	background: #5e919b;
}

.list-group .btn-group {
	position: relative;
	display: block;
}

.btn-group.open ul.dropdown-menu {
	display: block;
}

.adjust #dateleft, .adjust #dateright {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    width: 38px;
    height: 29px;
    background: #6EA1AA;
    color: #fff;
}

.adjust #dateleft i, .adjust #dateright i{
	text-align: center;
    width: 100%;
    line-height: 100%;
    margin-top: 7px;
}

.adjust #dateleft {
	float: left;
}

#dateright {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    width: 38px;
    height: 36px;
    float: right;
}

#datepicker {
	background: transparent;
    border: 1px solid #B6DCE4;
    color: #43656D;
    width: 100%;
    border-radius: 0; 
}

.nform-popupbox .btn-pop {
    padding: 5px;
}    


/* Real Estate
*------------------------------------------- */

.real-estate .content {
    padding-bottom: 15px!important;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #ededed;
}

.real-estate .the-content {
    font-style: italic;
    font-size: 14px;
    font-family: inherit;
    color: #2B2A2A;
    font-weight: 400;
    margin-top: 10px;
}

.real-estate .meta {
    text-align: left;
    position: absolute;
    left: 50%;
    width: 81px;
    transform: translate(-50%, 0%);
}

.real-estate .meta a{
	color: #477780;
    font-weight: 400;
    font-size: 14px;
}

.real-estate .meta a.email:before {
    content: "\f0e0";
    font-family: fontawesome;
    margin-right: 5px;
}

.real-estate .meta .url a:before {
    content: "\f0c1";
    font-family: fontawesome;
    margin-right: 11px;
}

.real-estate .re-ad-list {
	text-align: center;
	margin-top: 25px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.real-estate .re-ad-list li {
    width: 25%;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    background: rgb(210, 192, 119);
    padding: 15px;
    height: 300px!important;
    vertical-align: top;
    box-shadow: 5px 5px #A5954C;
}

.real-estate .next-page {
	margin-bottom: 25px;
}

.real-estate ul.list {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.whats-new h5 {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    background: #add;
    text-align: center;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #acdce4;
}

.whats-new h5 span {
    font-style: italic;
    font-style: italic;
    font-size: 17px;
    font-weight: 600;
}

.whats-new h5 a:hover i {
    background: #6ea1aa;
}

.mobile_dload_content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 25px 0 10px;
}

div#apple-appstore {
    padding-top: 10px;
    padding-left: 0;
}

#apple-appstore p {
	margin: 0;
	padding: 8px 5px;
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-weight: 600;
}

div#google-playstore {
    padding-left: 0;
    margin-left: -10px;
}

.gdownload {
    font-size: 15px !important;
    padding: 3px 6px;
    border-radius: 100%;
    background: #6ea0ab;
    color: #fff;
    margin-top: -5px;
}

/* Frontend Post Form
*-------------------------------------------- */

.nform .nform-catlist .fa-catselect {
	margin-top: 5px;
}

.nform .block.parent .cat-title {
    margin-left: 15px;
    font-size: 15px;
}

.nform .block {
    padding: 10px 0;
}

/* 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: 0.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 {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.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: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 30px;
    float: left;
    width: 45%;
    text-align: left;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

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

.widget-full .widget-title {
	margin-bottom: 40px;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

img.alignnone,
.alignnone {
	margin: 0 0 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: 18px;
	line-height: 1.2;
	text-align: center;
}

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

.entry-content h3 {
    font-size: 18px;
}

.entry-content h4 {
    font-size: 16px;
}

.entry-content h5 {
    font-size: 15px;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

.entry-footer > div {
    margin-bottom: 10px;
}

.entry-footer a.fb-link {
    padding: 0;
    margin-left: -9px;
    margin-bottom: 10px;
}

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

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

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

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.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-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

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

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
.utility-bar {
	background: #ffd200;
	padding: 10px 0;
}

.utility-bar .box.social-box {
	width: 100%;
	display: inline-block;
}

.utility-bar .box.social-box .user-options {
	text-align: right;
}

.utility-bar .box.social-box a i{
    color: #fff;
    padding: 0 5px;
    font-size: 20px;
    margin-right: 5px;
}
.utility-bar .box.social-box a {
	color: #856e01;
	font-size: 13px;
	font-weight: 600;
}

.utility-bar .box.social-box a.link.logout {
	background: #e8bf00;
	color: #856e01;
    padding: 3px 8px;
    border-radius: 4px;
}

.utility-bar .box.social-box .user-options .user {
	font-family: 'Open Sans', serif;
	font-weight: 600;
}

.site-header {
	background-color: #aeddde;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	padding: 15px 0;
}

.wrap-fixed {
	width: 100%;
	position: relative;
	z-index: 100;
}

.slider-container {
	height: auto;
    background: #73290d url('images/hero-banner.png') no-repeat 0 0;
    background-clip: content-box;
}

.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

.site-header.dark {
}

.site-header.dark > .wrap {
	border-bottom: none;
    width: 700px;
}

.site-header.dark .nav-secondary {
	display: none;
}

.site-header a {
	display: inline-block;
}

.site-header .banner {
	position: relative;
    display: inline-block;
    width: 100%;
    height: 150px;
}

.site-header.dark .banner, .site-header.dark .banner img {
    height: 70px;
}

.site-header .banner img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.site-header .one-fourth {
    height: 150px;
}

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

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

.title-area {
	float: left;
	padding: 25px 0;
	width: 360px;
}

.site-header.dark .title-area {
	padding: 15px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 56px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

h4.heading {
	width: 90%;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

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

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 15px 23px;
	text-transform: uppercase;
}

.site-header.dark .genesis-nav-menu a {
	padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	border-color: #477780;
	background-color: #5e919b;
}

.genesis-nav-menu li.current-menu-item > a {
    border-color: #9E8719;
    background-color: #FFD200;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: auto;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #5e919b;
    padding: 20px;
    position: relative;
    width: auto;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.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 {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

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

.nav-primary {
	text-align: center;
	background: #6ea1aa;
}

.nav-primary .genesis-nav-menu {
	float: right;
	width: 100%;
}

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

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

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

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

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

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

/* Search Page
--------------------------------------------- */

.search main {
	background: transparent;
}

.search-content {
	display: inline-block;
    width: 100%;
}

.search .header-search {
	margin: 0;
}

.search-content .post-type-heading h3 {
	text-align: center;
	padding: 10px;
	background: #ededed;
	text-transform: uppercase;
} 

.search-content .post-type .entry-title {
	width: 100%;
}

.search .post-navigation {
	padding: 0 17px;
}

.error404 main {
	background: #6EA0AB;
}

.error404 h1.entry-title {
	color: #fff;
}

.edit-details select {
    background: #fff;
    color: #000;
    height: 50px;
}
.edit-details .page-header {
	text-align: center;
}

/* Front Page
--------------------------------------------- */

.adjust {
	display: inline-block;
	width: 100%;
}

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #6ea0ab;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

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

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

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

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

.entry {
	margin-bottom: 0;
}

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

.entry-content {
	padding: 10px 20px;
}

.entry-content .wrap {
	margin-bottom: 40px;
	background-color: transparent;
}

.entry-content .header h2 {
	font-size: 25px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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: #000;
	color: #ddd;
}

.single .entry-title {
    font-size: 17px;
    float: left;
    width: 45%;
    text-align: left;
    margin: 0;
}

.single .single-image {
	padding: 0px;
	background-color: transparent;
	height: 100px;
	position: relative;
	margin-bottom: 2px
}

.single .single-details {
	padding: 0;
}

.single .single-details .post-details {
	background-color: #f9f9f9;
	padding: 35px 10px 20px;
	border: 1px solid #ededed;
	position: relative;
	display: inline-block;
	width: 100%
}

.single .single-details .post-details .opening-information {
	padding-top: 20px;
}

.single .single-details .post-details p, .single .single-details .post-details a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.single .single-details .post-details i {
	padding-right: 15px;
	color: #1d1d1d;
	font-size: 16px;
	width: 30px;
}

.single .single-details .post-event-date {
    padding: 10px 0;
    display: inline-block;
    margin-bottom: -6px;
}

.single .single-details .post-event-date .opening-hours {
	padding: 10px 20px 0;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

.single .single-details .post-event-date .opening-hours ul{ 
	margin: 0;
}

.single .single-details .post-event-date .opening-hours ul > li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

.single .single-details .post-event-date .opening-hours ul > li span.pull-left.tday:after {
    content: ":";
    position: absolute;
    left: 145px;
}

.single .single-details .post-event-date .opening-hours ul > li i.fa.fa-clock-o {
    float: left;
    padding-right: 8px;
    padding-top: 3px;
}

.single .single-image img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	display: block;
	clip: rect(0, auto, 180px, 0);
	filter: blur(0) grayscale(20%);
}
.single .single-image img.author-icon {
	z-index: 100;
	position: absolute;
	width: 200px;
	height: auto;
	clip: rect(0, 200px, 200px, 0);
	filter: blur(0);
	background: #f9f9f9;
	padding: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -85px;
	border-radius: 2px;
	border: 1px solid #f9f9f9
}

.single .add_label {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500;
	background-color: #F0EDE5;
	color: #9C9898;
}

.single .image-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: -15px
}

.single ul.thumbnail-trail {
	background-color: #fff;
    margin: 0;
    width: 100%;
    clear: both;
    padding: 15px 0;
    text-align: center;
    display: inline-table;
}

.single ul.thumbnail-trail li.data-design-thumbnail {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	padding: 5px;
	padding-bottom: 0;
	text-align: center;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	margin: 0 15px 0;
}

.single ul.thumbnail-trail li.data-design-thumbnail img {
	padding: 5px;
	max-height: 90px;
	position: relative;
	margin-top: 47px;
	transform: translateY(-47px);
}

.single ul.thumbnail-trail li.data-design-thumbnail a {
	color: #6ea0ab;
	text-decoration: none;
	float: left;
	max-height: 97px;
}

.single .document-trail {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	margin: 0;
    padding: 0;
    margin-bottom: -7px;
}

.single .google-map-detail {
	clear: both;
}

.single .entry-content .wrap {
	margin-bottom: 10px!important;
}

.single .entry-header {
	position: absolute;
	background: #f9f9f9;
	z-index: 1;
	width: auto;
	padding: 5px;
	left: 50%;
	transform: translate(-50%, 0px)
}

.single .entry-header p.entry-meta {
	margin-top: 0!important;
	color: #FFF;
	padding: 5px 15px;
	width: auto!important;
	text-align: center!important;
}

.single .header {
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #477780;
	text-align: center;
	position: relative;
}

.single .header:after {
	content: "";
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 22px
}

.single .header h3 {
	padding: 10px 20px;
	background: #fff;
	width: auto;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	z-index: 1
}

.entry-footer .more-button {
	margin-bottom: 25px;
	padding: 0; 
}

.entry-footer .more-button .btn-group button.button.btn-primary.btn-sm.dropdown-toggle {
    border-radius: 0 3px 3px 0;
    padding: 8px 6px;
}

.entry-footer .more-button .btn-group {
	display: inline-block;
	margin-top: 0 !important;
	position: relative;
}

.entry-footer .more-button .btn-group a.button.btn-primary.btn-sm {
	margin-right: -3px;
    border-radius: 3px 0 0 3px;
}

.entry-footer.more-button .btn-group button.button.btn-primary.btn-sm.dropdown-toggle {
    border-radius: 0 3px 3px 0;
    padding: 8px 6px;
}

.entry-footer .more-button .dropdown-menu {
	position: absolute;
    top: 97%;
    left: 5px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 152px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #6EA0AB;
    border: 0 solid #cccccc;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}


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

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

.entry-header,
.entry-footer {
	padding: 0 20px;
	clear: both;
	display: inline-block;
	position: relative;
	width: 100%; 
}

.entry-header p.entry-meta {
	font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 13px;
    text-align: right;
    width: 50%;
    float: right;
    color: #636363;
    font-style: italic;
    margin-top: 12px;
}

.entry-header p.entry-meta a {
	color: #636363;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

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

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #6ea0ab;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

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

.sidebar.fixed {
	position: fixed;
	overflow: auto;
	top: 160px;
	right: 0;
}

.sidebar.fixed-bottom {
	height: auto;
	position: absolute;
	bottom: 15px;
	right: 0;
}

.front-page .sidebar {
	margin-top: 45px;

}

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

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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

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

.sidebar .sidebar-slider {
	width: 300px;
    display: block;
    position: relative;
    margin: 0 auto;
}

.sidebar img.attachment-sidebar-main.size-sidebar-main.wp-post-image {
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

.sidebar .business-highlight {
    width: 300px;
    display: block;
    background-color: #cee9e7;
    padding: 8px;
    border-radius: 5px;
    margin: 20px auto;
}

.sidebar .business-highlight .wrap {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar .business-highlight .wrap .header {
    background-color: #6ea1aa;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
}

.sidebar .business-highlight .wrap img{
    margin: auto 0;
    position: relative;
    display: block;
    border-top: 1px solid #5e919b;
    width: 100%;
}

.sidebar .business-highlight .wrap h4 {
    text-align: center;
    padding: 20px 35px 0;
    color: #636363;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.sidebar .business-highlight .wrap p.content {
    width: auto;
    padding: 5px 10px 20px;
    text-align: center;
}

a.read-more {
    padding-left: 5px;
}

.entry-footer .entry-meta {
	display: none;
}

.sidebar .instagram-content {
    width: 300px;
    display: block;
    background-color: #cee9e7;
    padding: 8px;
    border-radius: 5px;
    margin: 20px auto;
}

.sidebar .instagram-content .wrap {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar .instagram-content .wrap .header {
    background-color: #6ea1aa;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
}

.sidebar .widget.instagram {
	margin-bottom: -3px;
    margin-top: -3px;
    margin-left: -1px;
}

.media-grid>.media-item {
    display: block;
    float: left;
    position: relative;
    width: 140px!important;
}

.media-grid>.media-item .img-cover {
	width: 140px!important;
}

.search .sidebar-slider {
    margin-top: 135px;
}

/* Contact Page
------------------------------------------------------------------ */
.contact-page .site-inner main {
	background: transparent; 
}

.contact-links {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 5px;
    border: 1px solid #ededed;
    margin-bottom: 15px;
    background: #fff;
}

.contact-links p{
	margin: 5px 0; 
}

.contact-links ul li {
    padding: 15px 5px;
    list-style: disc;
    margin-left: 20px;
}

.contact-footer-link {
	display: inline-block;
    width: 100%;
    padding: 5px;
}

.contact-us-contain {
	overflow: auto;
    text-align: center;
    background: #fff;
    padding-top: 15px;
}

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

.footer-widgets {
	background-color: #6ea0ab;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

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

.footer-widgets a:hover {
	color: #52858e;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

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

.footer-subscribe {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	margin-top: 25px;
}

.footer-subscribe-content {
	background: transparent url('images/footer-subscribe.png') no-repeat 0 35%;
	height: 200px;
	width: 100%;
	display: table;
}

.footer-subscribe-content .newsletter-signup {
	display: table;
	margin-top: 40px;
}

.footer-subscribe-content .newsletter-signup .form-control {
	margin-top: 45px;
}

.footer-subscribe-content .newsletter-signup .form-control .sbtn {
	padding: 16px 30px
}

.footer-subscribe-content .newsletter-signup .box-title {
	font-family: 'stackyard'!important;
	font-size: 50px;
    letter-spacing: 3px;
	color: #fff;
}

.footer-subscribe-content .newsletter-signup .box-content {
	color: #fff;
}

.footer-sponsor {
	width: 100%;
	height: 450px;
	display: table;
	background-color: #6ea1aa;
}

.footer-sponsor .sponsor-content {
	display: inline-block;
	width: auto;
	margin: 35px auto 0;
}

.footer-sponsor .sponsor-content .sponsor-caption {
	background-color: #fff;
	padding: 0;
    margin-left: 5px;
    max-height: 375px;
    box-shadow: #52828b 10px 10px;
}

.footer-sponsor .sponsor-content .sponsor-caption:first-child {
	margin-left: 0;
}

.footer-sponsor .sponsor-content .caption {
    padding: 0 15px 1px;
    height: 150px;
}

.footer-sponsor .sponsor-content .caption a.learn-more {
    position: absolute;
    left: 30px;
    bottom: 15px;
    color: #fff;
    background-color: #6ea0ab;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
}

.footer-sponsor .sponsor-content .caption a.learn-more:hover { 
	background-color: #52858e;
}

.footer-sponsor .sponsor-content .caption h5{
	margin-top: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #6ea1aa;
    font-weight: 600;
}

.footer-sponsor .sponsor-content .caption p {
	font-size: 13px;
}

.footer-map {
	width: 100%;
	height: 500px;
	display: table;
	position: relative;
}

.footer-map .container {
	position: relative;
	display: block;
}

.footer-map #mapadd {
	width: 100%;
    height: auto;
    background-color: #ffd200;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 0px;
    z-index: 1;
    border-left: 8px solid #e7be00;
}

.footer-map #mapadd p#back-top {
	margin: 0;
    padding: 5px 7px;
    border-radius: 3px;
    background-color: #ffc400;
}

.footer-map #mapadd p#back-top a i {
	color: #fff;
}

.footer-map #mapadd .map-address {
	font-weight: 800;
    font-size: 21px;
    color: #fff;
}

.footer-contact {
	background-color: #f7f7f7;
	width: 100%;
	height: 410px;
	display: table;
	padding-bottom: 25px;
}

.footer-contact header {
    width: 100%;
    border-bottom: 2px solid #ededed;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.footer-contact .wrap {
	margin-left: 15px;
	padding-top: 15px;
}

.footer-contact header h4 {
    margin-bottom: 15px;
    color: #314559;
}

.footer-contact .wpcf7 .col-lg-6,
.footer-contact .wpcf7 .col-lg-6 {
	padding-top: 15px;
}

.footer-contact #contact-submit input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 10px 0;
}

.footer-contact ul {
	margin-bottom: 30px;
}

.footer-contact ul li {
    padding: 8px 0;
    font-size: 15px;
}

.footer-contact ul li i{
	color: #314559;
}

.footer-contact i.fa.fa-facebook {
    background-color: #4467ae;
    padding: 5px 8px;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
    margin-top: 10px;
}

.footer-contact i.fa.fa-twitter {
    background-color: #0099cb;
    padding: 5px 6px;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
    margin-top: 10px;
}

.footer-contact i.fa.fa-instagram {
    background-color: #125688;
    padding: 5px 6px;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
}

.site-footer {
	background-color: #6ea1aa;
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #52858e;
}

.site-footer i.fa.fa-arrow-up {
    font-size: 20px;
    padding: 5px 6px;
    border-radius: 3px;
    background: #4d8590;
    color: #314559;
    margin-top: -5px;
}

.site-footer p {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: left;
}

.site-footer p#back-top {
	text-align: right;
}

.site-footer p#back-top a:hover {
	color: #fff;
}

/* From Old Site
------------------------------------------------------------ */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: black;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px;
}

/*
 * WP Overrides 
 */
.ui-widget-overlay {
  background: #000;
}

.ui-icon-closethick {
  display: none !important;
}

.ui-dialog-title {
  color: #000;
}

#wp-link #internal-toggle, #wp-link #search-panel {
  display: none !important;
}
#wp-link #link-options {
  border-bottom: none;
}
#wp-link .submitbox {
  height: 40px !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

header .site-title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 158px;
  height: 104px;
}
header .mast {
  width: 100%;
  overflow: hidden;
}
header .mast h1 {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}
header .mast .banner {
  background: grey;
  float: left;
  border: 10px solid #a2cecd;
  margin-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
header .alert-wrap {
  margin: 15px 0 0;
  padding: 0 15px;
}

.auth-box {
  overflow: hidden;
  height: 35px;
  width: 100%;
  padding-right: 15px;
}
.auth-box .link, .auth-box span, .auth-box strong {
  float: left;
  display: block;
  line-height: 24px;
}
.auth-box span {
  margin: 0 0 0 5px;
}
.auth-box strong {
  text-transform: uppercase;
}
.auth-box .cog {
    background-position: 0 -63px;
    height: 24px;
    width: 105px;
    font-size: 14px;
    color: #537a7a;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin: 0 15px;
    display: inline-block;
    padding-left: 30px;
}
.auth-box .logout {
  font-weight: bold;
}

.hr {
  display: block;
  background-position: 0 -371px;
  height: 3px;
  width: 977px;
  margin: 5px 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}


/* Account Page
---------------------------------------------------------------- */

.account-page .site-inner main {
    background: transparent;
}

.account-page .slider-container,
.account-page .search-bar-container {
	display: none;
}

.account-page .account-nav {
	margin: -20px 0 20px;
	background: #B0DFDF;
	padding: 15px;
}

.account-page .account-nav li {
    display: inline-block;
    padding: 5px 20px;
    background-color: #BCE6E6;
    margin: 0 1px;
    min-width: 120px;
    text-align: center;
    position: relative;
}

.account-page .nav-justified li.last .dropdown-menu {
    right: -62px;
    left: auto;
    display: none;
    position: absolute;
    width: 200px;
    top: 33px;
}

.account-page .nav-justified li.dropdown.last.open ul.dropdown-menu {
	display: block;
}

.account-page .panel.panel-default {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0;
}

.account-page .panel.panel-default ul.list-group {
	display: inline-block;
	position: relative;
	width: 100%;
}

.account-page .panel.panel-default ul.list-group li.list-group-item {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 1px;   
}

.account-page .panel.panel-default ul.list-group li.list-group-item  a.list-title{
	font-size: 20px;
	font-weight: 400;
}

.account-page .panel-heading h3.panel-title {
    margin-bottom: 0;
    padding: 8px 10px;
    color: #fff;
    background: #6EA1AA;
}

.account-page a.button.btn-primary.btn-sm.btn-cigupdate {
    border-radius: 3px 0 0 3px;
}

ul.account-nav ul.dropdown-menu li {
	width: 90%;
	left: 8px;
	text-align: left !important;
	border-top: 1px solid #AED7D7;
}

.account-purchase-page ul.list-group li {
	padding: 10px 20px;
	background: #fff;
	margin: 10px 0;
}

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

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

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

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

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

	.site-header .widget-area {
		width: 580px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}
	
	.genesis-nav-menu a {
		padding: 30px 10px;
	}
	
	.site-header.dark .genesis-nav-menu a {
		padding: 20px 10px;
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 768px;
	}
	
	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}
	
	.front-page .site-header {
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .title-area,
	.site-header.dark .title-area {
		padding: 15px 0;
	}
	
	.header-image .dark .site-title > a {
		height: 76px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.dark .genesis-nav-menu a {
		padding: 10px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.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%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}

}

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

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
	}

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

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}

	.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 20px/1 "dashicons";
		height: 20px;
		padding: 7px 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 > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		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 {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.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 > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}

	.utility-bar {
		text-align: center;
		padding-top: 20px;
	}

	.utility-bar .box.social-box .user-options {
		width: 100%;
		display: block;
		text-align: center!important;
	}

	ul.list li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

}

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

	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
	}

}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Mobile
---------------------------------------- */
@media only screen and (max-device-width : 380px) 
and (orientation : portrait)
{
	.utility-bar > div {
		text-align: center;
	}

	.utility-bar .box.social-box .user-options {
	    text-align: center;
	}

	.site-header.dark {
		height: 160px;
	}

	.post-navigation  li a, .post-navigation  li a:hover, .post-navigation  li.active a, .post-navigation  li.disabled {
		display: inline-block;
		margin-bottom: 5px;
	}

	.site-header .banner {
		margin-top: 5px;
		height:100px;
		margin-bottom: 10px;
	}

	.site-header .banner.logo {
		display: none;
	}

	.site-header .col-sm-8 .banner {
	    height: 42px;
	    margin-top: 10px;
	}

	select#category-select {
	    height: 30px;
	    color: #000;
	    width: 259px;
	    padding: 4px;
	}

	.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon{
		height: auto;
	}

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

	.slider-container {
	    height: 77px;
	    overflow: hidden;
	}

	#datepicker {
		width: auto;
	}
	ul.list li { 
		margin-bottom: 5px;
		padding-bottom: 15px;
	}

	ul.list li .list-content .more-button .btn-group, ul.list li .list-content .pull-right {
	    margin-top: 5px !important;
	}

	ul.list li .document-link {
	    position: absolute;
	    right: 11px;
	    top: -70px;
	}

	/* Login */
	.login-button #sbt{
		float: right;
	}

	.col-lg-6.form_columns.login-button {
	    display: inline-block;
	    margin-top: 40px;
	}

	.nform .form-control {
	    width: 100%!important;
	}

	/* Subscribe */
	.footer-subscribe-content .newsletter-signup {
	    padding-bottom: 20px;
	}

	.footer-subscribe-content .newsletter-signup .form-control input{
		margin-bottom: 5px;
	}
	
	.sponsor-content > div {
	    margin-bottom: 20px;
	}

	.footer-sponsor {
	    padding-bottom: 30px;
	}	

	/* Sidebar */
	.sidebar {
		display: none!important;
	}

	.site-footer p#back-top {
	    text-align: right;
	    position: absolute;
	    right: 0;
	    bottom: 13px;
	}
}

/* IPAD
---------------------------------------- */
@media only screen and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){

	html, body {
	    width: 100%;
	}

	select {
	    height: 40px;
	    padding: 5px;
	}

	.site-inner {
	    margin-top: 0;
	}

	.utility-bar > div, .utility-bar .user-options {
		text-align: center!important;
		padding: 2px 0; 
	}

	.search-bar-container .row > div:last-child {
		display: inline-block;
		position: relative;
		width: 100%;
	}

	form#searchform {
	    display: inline-block;
	    width: 100%;
	}

	.list .item .sharing {
	    display: inline-block;
	    padding-bottom: 10px;
	    width: 100%;
	}

	/* Sidebar */
	.sidebar {
		display: none!important;
	}

	/* Sponsor Content */
	.footer-sponsor .sponsor-content {
	    display: inline-block;
	    width: auto;
	    margin: 35px auto;
	}

	.footer-sponsor .sponsor-content > div {
	    margin: 15px 0;
	}

	.footer-sponsor .sponsor-caption img {
	    width: 100%!important;
	}

	.footer-sponsor .sponsor-content .caption a.learn-more {
	    right: 0;
	    position: relative;
	    margin-bottom: 0;
	    bottom: -15px;
	}

	/* Subscribe Content */
	.footer-subscribe-content .newsletter-signup {
	    display: table;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	/* Single Post */
	.single .single-details .post-details:before {
		left: 0;
    	top: 0;
	}
}