/*
Theme Name: AAMEND - Job Boards Child Theme
Template: camjobboard-global-theme
Version: 1.1.0
Description: AAMEND Job Boards Child Theme
Text Domain: cjbt
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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

/* ## Box Sizing
--------------------------------------------- */

/*
html,
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

*/
/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

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


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

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

/*
html {
    font-size: 62.5%;
}
*/
/* Chrome fix */
/*
body > div {
    font-size: 20px;
    font-size: 2.0rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}

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

a {
    color: #fa5738;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

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

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

li {
    list-style-type: none;
}

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

b,
strong {
    font-weight: 700;
}

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

blockquote {
    margin: 40px;
}
*/

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

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

.image-section h4,
.solid-section h4 {
    font-size: 54px;
    font-size: 5.4rem;
    margin-bottom: 40px;
}

.home-mid-left h3,
.home-mid-left h4 {
    font-size: 30px;
    font-size: 3.0rem;
}

.home-mid-right h4 {
    font-size: 44px;
    font-size: 4.4rem;
    margin-bottom: 40px;
}

.home-mid-wide {
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
    position: relative;
    z-index: 9;
}

.front-page-1 .image-section h4 {
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

.bolder {
    font-weight: 700;
    text-transform: uppercase;
}
*/
/* ## Objects
--------------------------------------------- */

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

img {
    height: auto;
}

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

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

.button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fa5738;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    width: auto;
    word-spacing: 2px;
}

.button:hover,
.button:focus  {
    /*background-color: #fa5738;*/
    background-color: #000;
    color: #fff;
}

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

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

.button {
    display: inline-block;
}

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

.site-inner .gform_wrapper .gform_footer input.button,
.site-inner .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
}

.site-inner .gform_wrapper input[type=text],
.site-inner .gform_wrapper input[type=url],
.site-inner .gform_wrapper input[type=email],
.site-inner .gform_wrapper input[type=tel],
.site-inner .gform_wrapper input[type=number],
.site-inner .gform_wrapper input[type=password] {
    padding: 20px;
}

.site-inner .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
}

/* Buttons and Colors */

a.button.medium {
    font-size: 16px;
    font-weight: 300;
    padding: 12px 60px;
}

a.button.large {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 40px;
}

a.button.clear-button {
    background: none;
    border: 1px solid #fff;
}

a.button.clear-button:hover {
    border: 1px solid #fa5738;
}

a.button.black {
    background: #000;
}

a.button.white {
    background: #fff;
    color: #333;
}

a.button.white-clear {
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



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

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

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

td,
th {
    text-align: left;
}

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

th {
    font-weight: 300;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

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

.site-inner {
    background-color: #fff;
    clear: both;
    margin-top: 170px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 9;
    -word-wrap: break-word;
}

.front-page .site-container .site-inner {
    margin-top: 0;
    /*max-width: 100%;*/
    overflow: hidden;
    padding-top: 80px;
}

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

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

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

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

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

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

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

/* ### Content */

.content {
    float: right;
    width: 65%;
}

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

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

.full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 30%;
}

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

/* ### Secondary Sidebar */

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

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-bottom: 40px;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

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

.site-header {
    background-color: #000;
    left: 0;
    /*top: 0;*/
    width: 100%;
    z-index: 999;
}

.site-header {
    -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;
}

.site-header .wrap {
    padding: 0;
}

@media only screen and (min-width: 960px){
    .site-header .wrap {
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        max-width: none;
    }

    .site-header .wrap .menus-area {
        display: flex;
        flex-direction: column;
    }

    .site-header .wrap .menus-area nav .menu {
        display: flex;
        /*justify-content: right;*/
        justify-content: center;
        flex-wrap: wrap;
    }
}

#header {
    border-top: none;
    border-bottom-width: 0;
}

#header::after {
    display: none;
}

.front-page .site-header {
    padding-top: 30px;
}

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

.site-header.light {
    background-color: #000;
    padding-top: 0;
}

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

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
}

.title-area {
    max-width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

.title-area img {
    width: auto;
}

.site-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #fff;
    text-decoration: none;
}
.site-description,
.site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.footer-widgets .widget .widget-title {
    padding: 0;
    margin: 0 0 20px;
    background-color: unset;
    color: #fff;
    font-size: 0.9375rem;
    /*font-size: 1.5rem;*/
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 1.5;
    text-transform: uppercase;
}

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

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

.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    outline-offset: -1px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.genesis-nav-menu.menu-primary > li > a > span {
    white-space: nowrap;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #fa5738;
    text-decoration: none;
}

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

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 100%;
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #222;
    font-size: 12px;
    position: relative;
    word-wrap: break-word;
}

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

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
}

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

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-responsive-menu {
    display: none;
    position: relative;
}

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

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #fa5738;
}

.menu-toggle {
    float: right;
    line-height: 20px;
    margin: 14px 0;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px;
}

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
    transform: rotate(180deg);
}

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

.nav-primary {
    clear: left;
    /*padding-bottom: 15px;*/
    padding-top: 15px;
    width: 100%;
}

.second-row {
    padding-top: 0;
    padding-bottom: 15px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}



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

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

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

.image-section {
    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: #fa5738;
}

.image-section a.button:hover {
    background-color: #fff;
    color: #333;
}

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

.solid-section a.button:hover {
    background-color: #000;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7,
.front-page-8,
.front-page-9,
.front-page-10,
.front-page-11,
.front-page-12,
.front-page-13 {
    /*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-4,
.front-page-5,
.front-page-7,
.front-page-9,
.front-page-12 {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size:    cover;
    background-size:         cover;
}

.front-page-1 {
    max-height: 740px;
    min-height: 700px;
    position: relative;
}

.front-page-1 {
    height: 100vh;
}

.front-page-1 .flexible-widgets {
    padding-top: 270px;
}

.front-page-1 p {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

.front-page-2 .image-section {
    background: #fa5738;
    padding: 60px 0 20px;
}

.front-page-2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -160px;
    position: relative;
    width: 1000px;
}

.front-page-2 h4 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.front-page-2 .image-section .wrap {
    padding: 0 30px;
}

.front-page-2 h3 {
    line-height: 1.5;
    margin-bottom: 20px;
}

.front-page-2 p {
    margin-bottom: 15px;
}

.front-page-2 .flexible-widgets {
    padding: 0;
}

.front-page-3 .solid-section h4 {
    margin-bottom: 20px;
}

.front-page-4 {
    background-color: #191a1c;
}

.front-page-4 img {
    margin-bottom: 20px;
}

.home-mid {
    background: #f3f3f3;
}

.home-mid .inner.wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.home-mid-inner {
    margin: 0 auto;
    max-width: 1200px;
}

.home-mid-left {
    float: left;
    margin-top: 200px;
    padding: 0;
    width: 25%;
}

.home-mid-right {
    background: #fff;
    float: right;
    margin-top: 120px;
    padding: 70px;
    width: 70%;
}

.front-page-9 {
    background-color: #fa5738;
}

.front-page-12 {
    background-color: #f3f3f3;
}

.front-page-12 .image-section {
    color: #333;
}

.front-page-12 .image-section a {
    color: #fa5738;
}

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

.bottom-image {
    margin-bottom: -160px;
    margin-top: 50px;
}

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

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

.fp-left {
    float: left;
    display: inline-block;
    margin-top: 100px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 49%;
    vertical-align: top;
}

.fp-right {
    display: inline-block;
    margin: 0;
    max-width: none;
    padding: 0;
    position: relative;
    text-align: left;
    width: 40%;
    vertical-align: top;
}

.fp-right img {
    max-width: none;
}

.fp-left2 {
    display: inline-block;
    margin: 0;
    max-width: none;
    min-height: 700px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 40%;
    vertical-align: top;
}

.fp-right2 {
    float: right;
    display: inline-block;
    margin-top: 100px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 49%;
    vertical-align: top;
}

.fp-left2 img {
    max-width: none;
    position: absolute;
    right: 0;
}

.fp-left ul,
.fp-right2 ul {
    margin-bottom: 40px;
}

.fp-left li,
.fp-right2 li {
    list-style-type: disc;
    margin-left: 24px;
    margin-bottom: 5px;
}

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

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

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

.flexible-widgets {
    padding: 140px 0 120px;
}

.flexible-widgets .widget {
    margin: 0 0 40px;
}

.flexible-widgets.widget-full .widget,
.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;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

.after-entry h3 {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.jobs-listing .hold .button {
    margin-top: -0.75rem;
    padding: .25rem 0.75rem;
    font-size: 0.75rem;
}

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

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

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

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4px 12px;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #fa5738;
    text-decoration: underline;
}

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

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

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

.entry-comments {
    padding: 40px 0;
}

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

li.comment { }

.comment-content {
    clear: both;
    word-wrap: break-word;
}

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

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

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

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

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

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

.bypostauthor {
}

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

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

.footer-widgets {
    background-color: #000;
    clear: both;
    color: #fff;
    font-size: 18px;
    padding: 100px 0 10px;
}

.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}

.footer-widget-area {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

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

.footer-widgets a {
    color: #fff;
    font-weight: 400;
}

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

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

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

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

.footer-widget .menu {
    gap: 8px;
}

.footer-widget .menu li {
    border-bottom: 1px dotted #666;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.footer-widget .menu li a {
    font-size: 1rem;
}

/* # Plans
---------------------------------------------------------------------------------------------------- */

.plans {
    margin-top: 60px;
}

.plan {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    float: left;
    padding: 60px 20px;
    width: 25%;
}

.popular {
    background: #fa5738;
    border: none;
    color: #fff;
    position: relative;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.plan h2 {
    font-size: 62px;
    font-weight: 300;
}

.popular h2 {
    color: #fff;
}

.plan .price {
    font-size: 90px;
    font-weight: 400;
    margin: 0 0 20px;
}

.plan sup {
    font-size: 30px;
    top: -1.36em;
}

.plan .monthly {
    font-size: 18px;
}

.plan small {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}

.plan-list {
    margin: 0 0 20px;
    overflow: hidden;
}

.plan-list li,
.entry-content .plan-list li {
    list-style: none;
    margin: 0 0 20px;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

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

.content .portfolio {
    background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 30.555555555%;
}

.portfolio .post-image {
    border: none;
    margin: 0 0 10px;
    padding: 0;
}

.portfolio .post-image:hover {
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    opacity: 0.6;
}

.portfolio .gallery img:hover,
.portfolio .gallery img:focus {
    border: none;
}

.portfolio .post .entry-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0;
}

.portfolio .entry-title a {
    margin: 0;
    text-decoration: none;
}

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

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #222;
    color: #fff;
    display: block;
    padding: 8px 12px;;
    margin: 20px 0 0;
    text-align: center;
    text-decoration: none;
    max-width: 150px;
}

.content .portfolio .more-link:hover {
    background: #fa5738;
    color: #fff;
}

.portfolio-clear {
    clear: none;
}

.portfolio-clear-2 {
    clear: both;
}


/* # Miscelaneous
---------------------------------------------------------------------------------------------------- */

.uppercase {
    text-transform: uppercase;
}

.tiny {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.tiny2 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
}

small {
    letter-spacing: 1px;
}

.italic {
    font-style: italic;
}

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

.author-circle {
    border: 4px solid #fff;
    border-radius: 50px;
}

.quote {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    color: #888;
    font-size: 16px;
    padding: 20px 40px;
}

.quote-arrow {
    background-image: url(images/quote-arrow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 1px;
    display: block;
    margin: 0 0 10px;
    padding: 14px 0 0;
    position: relative;
}

.quote-black {
    background: #121212;
    border-radius: 6px;
    border: 1px solid #353535;
    color: #fff;
    font-size: 16px;
    padding: 20px 40px;
}

.quote-arrow-black {
    background-image: url(images/quote-arrow-black.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 1px;
    display: block;
    margin: 0 0 10px;
    padding: 14px 0 0;
    position: relative;
}

.quote-black a {
    color: #aaa;
}

.quote-black p {
    color: #fff;
}

.left-content {
    float: left;
    padding: 0 20px 0 0;
    text-align: left;
}

.left-content .fa,
.right-content .fa {
    padding: 40px 0;
}

.right-content {
    overflow: hidden;
    text-align: left;
}

.left-content,
.right-content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.leftrow {
    background: #fff;
    color: #333;
    float: left;
    min-height: 320px;
    padding: 70px 30px 40px;
    text-align: left;
    width: 60%;
}

.rightrow {
    background: rgba(23, 148, 255, 0.8);
    color: #fff;
    float: right;
    min-height: 320px;
    padding: 70px 30px 40px;
    text-align: center;
    width: 40%;
}

.features {
    text-align: left;
}

.features .fa {
    font-size: 40px;
    float: left;
    padding: 0 20px 0 0;
}

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

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

.text-center {
    text-align: center;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    background-color: #000 !important
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_content,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    background: none !important;
}

.journal-title {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#journal hr {
    border: 1px solid #ddd;
    margin: 30px 0;
    width: 100px;
}


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

.site-footer {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.site-footer p {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

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

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

.site-footer .genesis-nav-menu a {
    padding: 12px;
}

.site-footer .nav-footer {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.site-footer .nav-footer ul {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 0 5px;
}

.site-footer .nav-footer ul li {
    display: inline-block;
}

.site-footer .back-to-top {
    background-color: #820200;
}

.site-footer .footer-menu,
.site-footer .footer-menu li,
.site-footer .footer-menu li a {
    font-size: 12px;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
    opacity: 0;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

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

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

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

    .site-header {
        /*position: fixed;*/
        width: 100%;
        z-index: 9999;
    }

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

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

    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-nav-menu > .menu-bold > a {
        font-weight: 700;
    }

    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #fa5738;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 180px;
    }

    .genesis-nav-menu .sub-menu {
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -42px 0 0 179px;
    }

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

    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }

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

    .nav-primary {
        clear: none;
        /*float: right;*/
        width: auto;
    }

    .nav-primary .genesis-nav-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

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

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

    .footer-widgets .wrap {
        max-width: 1140px;
    }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: calc(100% / 3);
    }

}

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

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

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

}

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

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

    .front-page-2 {
        padding: 0 5%;
        width: 100%;
    }

}

@media only screen and (max-width: 960px) {
    .site-inner,
    .wrap {
        max-width: 800px;
    }
}

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

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

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

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

    .front-page-1,
    .front-page-4,
    .front-page-5,
    .front-page-7,
    .front-page-9,
    .front-page-12 {
        background-attachment: scroll;
        /*-webkit-background-size: auto;
        -moz-background-size:    auto;
        background-size:         auto;*/
    }

    .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 0 40px;
        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%;
    }

    .front-page-1 .image-section,
    .secondary-nav .front-page-1 .image-section {
        padding-top: 0;
    }

    .plan .price {
        font-size: 60px;
    }

    .plan sup {
        font-size: 30px;
        top: -.7em;
    }

    .enews-widget input,
    .front-page-2 .enews-widget input {
        width: 40%;
    }

}

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

    .featured-section .site-header {
        background-color: #000;
        padding-top: 0;
    }

    .genesis-responsive-menu .wrap {
        padding: 0;
    }

    .genesis-nav-menu .sub-menu a {
        background-color: #000;
        padding: 15px;
    }

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

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area {
        width: 100%;
    }

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

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

    .site-header .nav-primary {
        background: #000;
    }

    .site-header .nav-primary:last-child {
        padding-bottom: 30px;
    }

    .front-page-1 .flexible-widgets {
        padding-top: 180px;
    }

    .features .main-img {
        padding-top: 0;
    }

}

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

    .site-header .wrap,
    .wrap,
    #footer {
        padding-left: 5%;
        padding-right: 5%;
    }

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

}

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

    body {
        background-color: #fff;
        /*font-size: 16px;*/
        /*font-size: 1.6rem;*/
    }

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

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

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

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

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

    .front-page-1 {
        height: auto;
        min-height: auto;
    }

    .front-page-1 .flexible-widgets {
        padding-top: 110px;
        padding-bottom: 240px;
    }

    .home-mid .wrap {
        padding: 0;
    }

    .home-mid-left {
        margin-top: 120px;
        width: 100%;
    }

    .home-mid-left .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-mid-right {
        margin-top: 80px;
        padding: 120px 0;
        width: 100%;
    }

    .home-mid-right .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .home-mid-right h4 {
        font-size: 30px;
        font-size: 3.0rem;
    }

    .front-page-10 .flexible-widgets {
        padding: 60px 0;
    }

    .fp-left,
    .fp-right,
    .fp-left2,
    .fp-right2 {
        clear: both;
        text-align: center;
        width: 100%;
    }

    .fp-left,
    .fp-right2 {
        margin: 40px 0 0;
        min-height: auto;
    }

    .fp-left2 {
        min-height: 300px;
    }

    .fp-right {
        margin-top: 40px;
        min-height: auto;
    }

    .fp-left2 img,
    .fp-right img {
        position: relative;
        max-width: 100%;
    }

    .leftrow,
    .rightrow {
        clear: both;
        text-align: center;
        width: 100%;
    }

    .home .content ol,
    .home .content ul {
        margin-left: 0;
    }

    .home .content ul > li {
        list-style-type: none;
    }

}

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

    .image-section h4,
    .solid-section h4 {
        font-size: 34px;
        font-size: 3.4rem;
        margin-bottom: 20px;
    }

    .front-page-2 .image-section h4 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .front-page-2 form {
        background: none;
    }

    .plan {
        float: none;
        margin: 0 auto 40px;
        width: 90%;
    }

    .popular {
        transform: none;
        -webkit-transform: none;
    }

    .content .portfolio {
        width: 48%;
    }

    .portfolio-clear {
        clear: both;
    }

    .portfolio-clear-2 {
        clear: none;
    }

    .content .portfolio .post-image {
        width: 100%;
    }

}

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

    .front-page-1,
    .front-page-4,
    .front-page-5,
    .front-page-7,
    .front-page-9,
    .front-page-12 {
        background-size: cover;
    }

}

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

    .enews-widget input,
    .front-page-2 .enews-widget input {
        width: 100%;
    }

    .content .portfolio {
        text-align: center;
        width: 100%;
    }

    .content .portfolio .post-image {
        width: 100%;
    }

    .content .portfolio .more-link {
        margin: 20px auto 0;
        padding: 6px;
        width: 60%;
    }

    .left-content,
    .right-content {
        text-align: center;
        width: 100%;
    }

    .left-content .fa,
    .right-content .fa {
        padding: 20px;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

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

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}

/* INLINE */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.archive-pagination li a:hover,
.archive-pagination .active a,
.button,
.widget .button,
.front-page-2 .image-section,
.popular,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a,
.footer-widgets .enews-widget input[type="submit"],
.content .portfolio .more-link:hover {
    background-color: #820200;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.front-page input:focus,
.front-page textarea:focus,
.widget .button {
    border-color: #820200;
}


.wp-custom-logo .site-container .title-area {
    max-width: 200px;
}

/*** CUStOM ***/

nav a:hover, nav a:focus {
    opacity: 1;
}

@media (max-width: 767px){
    #header.header {
        height: auto;
        border-bottom: none;
    }
}

.site-header ol,
.site-header ul {
    margin: 0;
    padding: 0;
}

.site-header li {
    list-style-type: none;
}

.header .jen-menu-block {
    z-index: 80;
}

.footer-widgets {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
    /*line-height: 1.2;*/
    line-height: 1.625;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: initial;
}

.footer-widgets p {
    font-size: 18px;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: initial;
    margin: 0 0 30px;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #fff;
}

.footer-widgets h1 {
    /*font-size: 36px;*/
    font-size: 3.6rem;
}

.footer-widgets h2 {
    /*font-size: 30px;*/
    font-size: 3rem;
}

.footer-widgets h3 {
    /*font-size: 30px;*/
    font-size: 3rem;
}

.footer-widgets h4 {
    /*font-size: 20px;*/
    font-size: 1em;
}

#wrapper {
    display: flex;
    flex-direction: column;
}

@media (max-width: 960px){
    #header {
        border-bottom-width: 10px;
    }
    .site-header {
        order: -1;
    }
}