/*
	Theme Name: Florence Theme (Dark)
	Theme URI: https://codeandcoconut.com/shop/themes/florence-theme/
	Description: A minimalist Genesis child theme.
	Author: Code + Coconut
	Author URI: https://codeandcoconut.com

	Version: 1.2.0

	Template: genesis
	Template Version: 3.1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: florence-theme
*/


/* # 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
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Blog Signature Widget
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
	- Primary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Custom Front Page
	- Owl Carousel
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1200px and Min-Width: 1023px
	- Max-width: 1023px
	- Max-width: 860px
	- Max-width: 800px
	- Max-width: 781px
	- Max-width: 700px
- Print Styles
- Custom Style
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## 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,
.widget::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,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


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

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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 17px;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
    font-variant-ligatures: none;
    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.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

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

.site-inner a {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}

.site-inner a:hover {
    border-color: #6b825d;
    text-decoration: none;
}

a.media-img:hover,
a.sbi_photo,
a.sbi_photo:hover,
a.entry-image-link,
a.read-more {
    border-bottom: 0;
    padding-bottom: 0;
}

p {
    line-height: 1.7em;
    margin: 0 0 28px;
    padding: 0;
}

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

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 2px solid #000;
    clear: both;
    margin: 15px auto;
}

b,
strong {
    font-weight: 600;
}

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

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    margin: 40px;
    border-left: 2px solid #000;
    padding-left: 20px;
}



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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: left;
    letter-spacing: 2px;
}

h1 {
    font-size: 40px;

}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
    text-transform: none;
    font-style: italic;
}

h5 {
    font-size: 20px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 2px;
}

h6 {
    font-size: 17px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 2px;
}

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

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

img {
    height: auto;
}

figure {
    margin: 0;
}

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

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    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 img {
    border: 2px solid #f5f5f5;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 2px solid #696969;
}

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

input,
select,
textarea {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #000;
    color: #000;
}

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

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

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    text-transform: lowercase;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-align: center;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #6b825d;
}

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

.button {
    display: inline-block;
}

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

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #f5f5f5;
    border-width: 0;
    color: #000;
    cursor: not-allowed;
}

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

.read-more {
    position: relative;
    margin-top: 30px;
}

a.read-more,
a.button {
    padding: 16px 24px;
}

.entry.floating-content .read-more {
    margin-top: 0;
    margin-bottom: 30px;
    position: absolute;
    top: 60%;
}

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

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

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

td,
th {
    text-align: left;
}

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

th {
    font-weight: 300;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

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

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

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

.more-link {
    position: relative;
}


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

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

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

.site-inner {
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 800px;
}

/* ## 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: 1060px;
}

.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: 840px;
}

.home .content,
.blog .content,
.category .content,
.tag .content,
.search .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
}

.content-sidebar.home .content,
.content-sidebar.blog .content,
.content-sidebar.category .content,
.content-sidebar.tag .content,
.content-sidebar.search .content {
    padding-right: 0;
}

.sidebar-content.home .content,
.sidebar-content.blog .content,
.sidebar-content.category .content,
.sidebar-content.tag .content,
.sidebar-content.search .content {
    padding-left: 0;
}

.home.page .content {
    display: block;
}

.home.page .entry:before {
    display: none;
}

.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: 660px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
    padding: 50px 40px 0;
}

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

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


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
    border-radius: 50%;
    float: left;
}

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

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

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

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

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 1px;
    padding: 12px 30px;
}

.author-box {
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 60px;
}

.archive-description {
    display: none;
}

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

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

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

.search-form {
    overflow: hidden;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
}

.entry-title {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: left;
}

.entry-title a,
.sidebar .widget-title a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border: 0;
}

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

.page .entry-title {
    font-size: 35px;
}

.single-post .entry-title {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
}

.widget-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.category-archive-title h3,
.search-title h3 {
    text-align: center;
    font-size: 45px;
    margin: 40px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: lowercase;
    color: #000;
    padding: 20px;
    letter-spacing: 2px;
    border-bottom: 2px solid #000;
}

.search-title h3:before,
.search-title h3:after {
    content: '"';
}

.footer-widgets .widget-title {
    color: #fff;
    border-color: #fff;
}

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

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

a.alignnone {
    display: inline-block;
}

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

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

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

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

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

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

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

.gallery-caption,
.wp-caption-text {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

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

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


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

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

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

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

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

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* ## Blog Signature Widget
---------------------------------- */

.signature {
    margin-bottom: 30px;
}

.signature img {
    max-height: 150px;
    width: auto;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.footer-widgets .entry {
    border-bottom: 1px solid #f5f5f5;
}

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

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

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

.enews {
    padding: 20px 10%;
}

.sidebar .enews {
    padding: 0;
}

.enews-widget input {
    margin-bottom: 16px;
}

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

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

.home-page .enews {
    margin: 2em 0;
    padding: 50px 10%;
    background-color: #6b825d;
}

.home-page .enews .widget-title,
.home-page .enews p {
    color: #fff;
    border: 0;
}

.home-page .enews .widget-title {
    font-size: 35px;
    letter-spacing: 3px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-style: inherit;
    text-transform: uppercase;
}

.home-page .enews-widget form {
    text-align: center;
}

.home-page .enews-widget input {
    display: inline-block;
    width: 20%;
    margin-right: 10px;
    border: 0;
}

.home-page .enews-widget input[type="submit"] {
    display: inline-block;
    width: 15%;
    height: 52px;
    vertical-align: top;
    margin-top: -1px;
    padding: 10px;
    border: 2px solid #000
}

.home-page .enews-widget input[type="submit"]:hover {
    border-color: #fff;
}

.after-entry .widget-title {
    font-size: 25px;
    padding-bottom: 5px;
}

.enews p {
    text-align: center;
}

.after-entry .enews {
    padding: 0 5% 5%;
}

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

#wpstats {
    display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    outline: 0;
}


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

.site-header {
    background-color: #fff;
    min-height: 160px;
    margin-top: 50px;
}

.site-header > .wrap {
    padding: 40px 0;
}

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

.site-header > .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.title-area {
    padding: 10px 0;
    text-align: center;
    display: inline-block;
}

.site-title {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 5px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #000;
    text-decoration: none;
}

.site-description {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 2.5px;
    text-transform: lowercase;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
    display: none;
}

.custom-logo {
    max-width: 100%;
    width: auto;
    max-height: 350px;
}

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

.genesis-nav-menu {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    width: 100%;
}

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

.genesis-nav-menu a {
    color: #000;
    display: block;
    padding: 0 0 10px;
    margin: 15px 20px;
    text-decoration: none;
}

.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,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
    color: #000;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #000;
    color: #fff;
    border: 0;
    font-size: 16px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 240px;
    border-top: 0;
}

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

.genesis-nav-menu .sub-menu .menu-item {
    background-color: #000;
}

.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 {
    float: right;
}

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

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

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

.nav-primary {
    background-color: #fff;
    text-align: center;
    margin: 20px 0;
}

.nav-primary .genesis-nav-menu a {
    display: inline-block;
    position: relative;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: lowercase;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

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

.nav-primary .genesis-nav-menu a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.nav-primary .genesis-nav-menu a:hover::after,
.nav-primary .genesis-nav-menu a:focus::after,
.nav-primary .genesis-nav-menu .current-menu-item > a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

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

.nav-primary .genesis-nav-menu .sub-menu a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.nav-primary .genesis-nav-menu .sub-menu a:hover::after,
.nav-primary .genesis-nav-menu .sub-menu a:focus::after,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.nav-primary .genesis-nav-menu .sub-menu a span {
    font-size: 14px;
}

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



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

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

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 50px 40px;
}

.blog .entry,
.category .entry,
.tag .entry,
.search .entry {
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.blog .entry:before,
.category .entry:before,
.tag .entry:before,
.search .entry:before {
    content:"";
    border: 2px solid #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog .entry.floating-content:before,
.category .entry.floating-content:before,
.tag .entry.floating-content:before,
.search .entry.floating-content:before {
    height: 75%;
}

.blog .entry .entry-image-link,
.category .entry .entry-image-link,
.tag .entry .entry-image-link,
.search .entry .entry-image-link {
    float: left;
    margin-right: 20px;
    margin-top: 60px;
    margin-left: 30px;
    max-width: 45%;
}

.blog .entry:nth-child(2n) .entry-image-link,
.category .entry:nth-child(2n+1) .entry-image-link,
.tag .entry:nth-child(2n+1) .entry-image-link,
.search .entry:nth-child(2n) .entry-image-link {
    float: right;
    margin-left: 20px;
    margin-right: 30px;
}

.blog .entry .entry-header,
.category .entry .entry-header,
.tag .entry .entry-header,
.search .entry .entry-header {
    margin: 60px 30px 0
}

.blog .entry.floating-content .entry-header,
.category .entry.floating-content .entry-header,
.tag .entry.floating-content .entry-header,
.search .entry.floating-content .entry-header {
    margin-left: 0;
}

.blog .entry .entry-content,
.category .entry .entry-content,
.tag .entry .entry-content,
.search .entry .entry-content {
    margin: 0 30px 30px;
}

.blog .entry.floating-content .entry-content,
.category .entry.floating-content .entry-content,
.tag .entry.floating-content .entry-content,
.search .entry.floating-content .entry-content {
    margin-left: 0;
}

.blog .entry.floating-content:nth-child(2n) .entry-header,
.blog .entry.floating-content:nth-child(2n) .entry-content,
.category .entry.floating-content:nth-child(2n+1) .entry-header,
.category .entry.floating-content:nth-child(2n+1) .entry-content,
.tag .entry.floating-content:nth-child(2n) .entry-header,
.tag .entry.floating-content:nth-child(2n) .entry-content,
.search .entry.floating-content:nth-child(2n) .entry-header,
.search .entry.floating-content:nth-child(2n) .entry-content {
    margin-right: 0;
    margin-left: 30px;
}

.blog .entry .entry-content p,
.category .entry .entry-content p,
.tag .entry .entry-content p,
.search .entry .entry-content p {
    line-height: 1.5em;
}

/* FEATURED IMAGE ALIGN LEFT */
.blog.featured-left .entry .entry-image-link,
.category.featured-left .entry .entry-image-link,
.tag.featured-left .entry .entry-image-link,
.search.featured-left .entry .entry-image-link {
    float: left;
    margin-right: 20px;
    margin-left: 30px;
}

.blog.featured-left .entry.floating-content .entry-header,
.blog.featured-left .entry.floating-content .entry-content,
.category.featured-left .entry.floating-content .entry-header,
.category.featured-left .entry.floating-content .entry-content,
.tag.featured-left .entry.floating-content .entry-header,
.tag.featured-left .entry.floating-content .entry-content,
.search.featured-left .entry.floating-content .entry-header,
.search.featured-left .entry.floating-content .entry-content {
    margin-right: 30px;
}

/* FEATURED IMAGE ALIGN RIGHT */
.blog.featured-right .entry .entry-image-link,
.category.featured-right .entry .entry-image-link,
.tag.featured-right .entry .entry-image-link,
.search.featured-right .entry .entry-image-link {
    float: right;
    margin-left: 20px;
    margin-right: 30px;
}

.blog.featured-right .entry.floating-content .entry-header,
.blog.featured-right .entry.floating-content .entry-content,
.category.featured-right .entry.floating-content .entry-header,
.category.featured-right .entry.floating-content .entry-content,
.tag.featured-right .entry.floating-content .entry-header,
.tag.featured-right .entry.floating-content .entry-content,
.search.featured-right .entry.floating-content .entry-header,
.search.featured-right .entry.floating-content .entry-content {
    margin-right: 0;
    margin-left: 30px;
}


.content .entry {
    background-color: transparent;
}

.single .entry {
    margin-bottom: 0;
}

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

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

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

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

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

.search-no-results .entry:before {
    display: none;
}

.single .entry-header,
.page .entry-header {
    margin-bottom: 50px;
}

.page .entry-header .entry-title {
    text-align: center;
}


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

p.entry-meta {
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: left;
}

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

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

.entry-author {
    font-weight: 600;
}

.entry-categories a {
    border: 0;
}

.entry-meta .seperator {
    color: #000;
    padding-right: 2px;
    padding-left: 5px;
}


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

.pagination {
    clear: both;
    margin: 40px;
    width: 100%;
    text-align: center;
}

.pagination ul {
    text-align: center;
}

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

.archive-pagination li {
    display: inline;
}

.archive-pagination a,
.archive-pagination > span {
    background-color: #6b825d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    padding: 16px 20px;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a,
.archive-pagination > span {
    background-color: #000;
    color: #fff;
}


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

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

.entry-comments,
.entry-pings {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.entry-comments h3,
.entry-pings h3,
.entry-comments a,
.entry-pings a {
    color: #000;
}

.entry-comments h3,
.entry-pings h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 5px;
}

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

.entry-comments {
    padding: 40px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header cite,
.comment-header span,
.comment-meta {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}

.comment-author span {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    text-transform: uppercase;
}

.comment-time {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

li.comment {
    background-color: #fff;
    border: 0;
}

.comment-content {
    clear: both;
}

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

.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;
}

.comment-respond input[type="checkbox"] ~ label,
.comment-respond input[type="radio"] ~ label {
    display: inline-block;
    margin-left: 10px;
}

.comment-header p {
    margin-bottom: 0;
}

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

.comment-reply a {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-reply a:hover,
.comment-reply a:focus {
    background-color: #6b825d;
    color: #fff;
}

#cancel-comment-reply-link {
    font-size: 14px;
    clear: both;
}


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

.sidebar {
    color: #000;
}

.sidebar p {
    font-size: 0.9em;
}

.sidebar .widget {
    background-color: #fff;
    padding: 70px 0;
    color: #000;
}

.sidebar:nth-child(2) .widget {
    padding-top: 0;
}

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

.widget-title {
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 2px solid #000;
}

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

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

.footer-widgets .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 30%;
}

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

.footer-widgets a.button,
.footer-widget button {
    color: #fff;
    min-width: 200px;
}

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

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

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

.footer-widgets .enews {
    background-color: transparent;
    padding: 0;
}

.footer-widgets .enews p {
    text-align: left;
}

.footer-widgets input,
.footer-widgets select,
.footer-widgets textarea {
    border: 0;
}

.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:hover,
.footer-widgets .simple-social-icons ul li a:focus {
    background-color: transparent !important;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    border: 2px solid #000;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="submit"]:focus,
.footer-widgets .button:focus {
    background-color: transparent;
    border: 2px solid #000;
}

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

.site-footer {
    background-color: #000;
    line-height: 1.7em;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1px;
}

.site-footer p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-footer a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.site-footer > .wrap {
    display: flex;
    justify-content: space-between;
}

.code-coconut-credits {
    margin-left: auto;
}



/* # Custom Front Page
---------------------------------------------------------------------------------------------------- */

.home-page {
    padding-left: 40px;
    padding-right: 40px;
}

/* ## Owl Carousel
--------------------------------------------- */

.owl-carousel:before {
    display: block;
    content: "";
    background-color: #8f8271;
    position: absolute;
    width: 100vw;
    margin-left: -50vw;
    margin-top: 100px;
    left: 50%;
    height: 390px;
    overflow-x: hidden;
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}

.owl-carousel {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-item {
    position: relative;
    margin-bottom: -90px;
}

.carousel-post-info {
    position: relative;
    text-align: center;
    width: 90%;
    min-height: 110px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

.carousel-post-info h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}

.carousel-post-date,
.carousel-post-categories {
    font-size: 14px;
    letter-spacing: 2px;
}

.carousel-post-categories a {
    border-bottom: 0;
    color: #000;
    text-transform: lowercase;
}

.carousel-separator {
    padding: 5px;
}


.owl-theme .owl-dots .owl-dot span {
    background: #000 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8f8271 !important;
}


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

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

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

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

    .content {
        width: 800px;
    }

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

    .sidebar-primary {
        width: 340px;
    }

}


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

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

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

    .content {
        width: 620px;
    }

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

    .sidebar-primary {
        padding: 50px 0 0;
    }

    .site-header > .wrap {
        flex-wrap: wrap;
        padding: 0 25px;
    }

    .header-image .site-title > a {
        background-position: center !important;
        padding-right: 0;
    }

    .header-image .title-area {
        margin: 0 auto 30px;
    }

    .category-archive-title h3, .search-title h3 {
        margin: 0 25px;
    }

    .genesis-nav-menu,
    .nav-primary > .wrap,
    .nav-primary {
        width: 100%;
        min-width: 100%;
    }

    .title-area,
    .site-title {
        text-align: center;
        margin: 0 auto;
    }

    .title-area {
        margin-bottom: 20px;
    }

    .genesis-nav-menu .widget {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }

    .genesis-nav-menu .widget-area {
        float: none;
    }

    .home-page .enews-widget input[type="submit"] {
        padding: 0;
    }

    .entry {
        padding: 25px;
        margin-bottom: 60px;
    }

    .sidebar .widget {
        padding: 25px;
    }

    .home-page,
    .owl-carousel {
        padding-left: 25px;
        padding-right: 25px;
    }

    .owl-carousel:before {
        height: 305px;
    }

    .entry-title,
    .widget-title {
        font-size: 20px;
    }

    .home .content,
    .blog .content,
    .category .content,
    .tag .content,
    .search .content {
        padding-right: 25px;
        padding-left: 25px;
    }

}

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

    .blog .entry,
    .category .entry,
    .tag .entry,
    .search .entry {
        display: flex;
        flex-wrap: wrap;
    }

    .blog .entry .entry-header,
    .category .entry .entry-header,
    .tag .entry .entry-header,
    .search .entry .entry-header {
        width: 100%;
    }

    .blog .entry.floating-content:before,
    .category .entry.floating-content:before,
    .tag .entry.floating-content:before,
    .search .entry.floating-content:before {
        height: 85%;
    }

    .blog .entry .entry-image-link,
    .category .entry .entry-image-link,
    .tag .entry .entry-image-link,
    .search .entry .entry-image-link {
        width: 40%;
        margin: 0 15px 0 30px;
    }

    .blog .entry:nth-child(2n) .entry-image-link,
    .category .entry:nth-child(2n+1) .entry-image-link,
    .tag .entry:nth-child(2n+1) .entry-image-link,
    .search .entry:nth-child(2n) .entry-image-link {
        order: 2;
        margin: 0 30px 0 15px;
    }

    .blog .entry.floating-content:nth-child(2n) .entry-content,
    .category .entry.floating-content:nth-child(2n+1) .entry-content,
    .tag .entry.floating-content:nth-child(2n) .entry-content,
    .search .entry.floating-content:nth-child(2n) .entry-content {
        margin-left: 30px;
        margin-right: 0;
    }

    .blog .entry .entry-header,
    .blog.featured-right .entry.floating-content .entry-header,
    .category.featured-right .entry.floating-content .entry-header,
    .tag.featured-right .entry.floating-content .entry-header,
    .search.featured-right .entry.floating-content .entry-header,
    .blog .entry.floating-content:nth-child(2n) .entry-header,
    .category .entry.floating-content:nth-child(2n+1) .entry-header,
    .tag .entry.floating-content:nth-child(2n) .entry-header,
    .search .entry.floating-content:nth-child(2n) .entry-header {
        order: -1;
        margin: 30px 30px 0;
    }

    .blog .entry.floating-content .entry-header,
    .category .entry.floating-content .entry-header,
    .tag .entry.floating-content .entry-header,
    .search .entry.floating-content .entry-header {
        margin-left: 30px;
    }

    .blog .entry .entry-content {
        width: 46%;
        margin-right: 30px;
    }

    .entry.floating-content .read-more {
        top: 69%;
    }

    /* FEATURED IMAGE ALIGN LEFT */
    .blog.featured-left .entry .entry-image-link,
    .category.featured-left .entry .entry-image-link,
    .tag.featured-left .entry .entry-image-link,
    .search.featured-left .entry .entry-image-link {
        order: 0;
        margin-left: 30px;
        margin-right: 15px;
    }

    .blog.featured-left .entry.floating-content .entry-content,
    .category.featured-left .entry.floating-content .entry-content,
    .tag.featured-left .entry.floating-content .entry-content,
    .search.featured-left .entry.floating-content .entry-content {
        margin-left: 0;
        margin-right: 30px;
    }


    /* FEATURED IMAGE ALIGN RIGHT */
    .blog.featured-right .entry .entry-image-link,
    .category.featured-right .entry .entry-image-link,
    .tag.featured-right .entry .entry-image-link,
    .search.featured-right .entry .entry-image-link {
        order: 2;
        margin-left: 15px;
        margin-right: 30px;
    }

    .blog.featured-right .entry.floating-content .entry-content,
    .category.featured-right .entry.floating-content .entry-content,
    .tag.featured-right .entry.floating-content .entry-content,
    .search.featured-right .entry.floating-content .entry-content {
        margin-left: 30px;
        margin-right: 0;
    }
}

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

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

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

    .footer-widgets .wrap,
    .site-header .wrap	{
        flex-direction: column;
    }

    .header-widget-area {
        margin-top: 30px;
    }

    .simple-social-icons ul.alignleft,
    .simple-social-icons ul.alignright {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .header-widget-area .search-form {
        text-align: center;
    }

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

    .site-header > .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

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

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

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

    .above-header-right,
    .above-header-left {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .home .content,
    .blog .content,
    .category .content,
    .tag .content,
    .search .content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .owl-carousel:before {
        height: 215px;
    }

    .carousel-post-info h2 {
        font-size: 16px;
    }

    .home-page .enews-widget input, .home-page .enews-widget input[type="submit"] {
        width: 100%;
        display: block;
    }

    .content-sidebar.home .content,
    .content-sidebar.blog .content,
    .content-sidebar.category .content,
    .content-sidebar.tag .content,
    .content-sidebar.search .content,
    .sidebar-content.home .content,
    .sidebar-content.blog .content,
    .sidebar-content.category .content,
    .sidebar-content.tag .content,
    .sidebar-content.search .content {
        padding-right: 25px;
        padding-left: 25px;
    }

    /* ### Genesis Responsive Menus */

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

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

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

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

    .sub-menu-toggle,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background-color: #000;
        color: #fff;
    }

    .menu-toggle:focus,
    .menu-toggle:hover {
        background-color: #fff;
        color: #000;
    }

    .menu-toggle {
        font-size: 21px;
        line-height: 27px;
        text-transform: lowercase;
        font-weight: 300;
        position: relative;
        width: 100%;
        z-index: 1000;
        margin-top: 30px;
    }

    .menu-toggle::before {
        font-size: 1.5em;
        margin-right: 20px;
        text-rendering: auto;
        vertical-align: bottom;
    }

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

    .sub-menu .sub-menu-toggle {
        padding: 24px 28px;
    }

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

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

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
        background-color: #000;
    }

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

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        padding: 15px 20px;
        width: 100%;
        background-color: #000;
        color: #fff;
        margin: 10px;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        background-color: #000;
        border: none;
        box-shadow: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .nav-primary {
        border: 0;
    }

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

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

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

    .nav-primary .genesis-nav-menu a::after,
    .nav-primary .genesis-nav-menu .sub-menu a::after {
        display: none;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

    .site-footer > .wrap {
        flex-direction: column;
    }

    .code-coconut-credits {
        margin-left: 0;
        margin-top: 10px;
    }

}

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

    body,
    body > div {
        font-size: 18px;
    }

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

    .site-header > .wrap {
        padding: 5% 5% 0;
    }

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

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .sidebar .enews,
    .home-page,
    .owl-carousel	{
        padding: 0;
        margin-bottom: 20px;
    }

    .category-archive-title h3, .search-title h3 {
        margin: 20px 0;
    }

    .enews {
        padding: 20px 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

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

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

    .home .content,
    .blog .content,
    .category .content,
    .tag .content,
    .search .content {
        margin-top: 0;
        padding: 0;
    }

    .widget-wrap article {
        width: 47.5%;
    }

    .sidebar .widget.enews-widget {
        padding: 0;
    }

    .carousel-post-info {
        display: none;
    }

    .owl-item {
        margin-bottom: 0;
    }

    .content-sidebar.home .content, .content-sidebar.blog .content, .content-sidebar.category .content, .content-sidebar.tag .content, .content-sidebar.search .content, .sidebar-content.home .content, .sidebar-content.blog .content, .sidebar-content.category .content, .sidebar-content.tag .content, .sidebar-content.search .content {
        padding: 0;
    }

    .blog .entry .entry-image-link,
    .category .entry .entry-image-link,
    .tag .entry .entry-image-link,
    .search .entry .entry-image-link,
    .blog .entry:nth-child(2n) .entry-image-link,
    .category .entry:nth-child(2n+1) .entry-image-link,
    .tag .entry:nth-child(2n+1) .entry-image-link,
    .search .entry:nth-child(2n) .entry-image-link,
    .blog.featured-left .entry .entry-image-link,
    .category.featured-left .entry .entry-image-link,
    .tag.featured-left .entry .entry-image-link,
    .search.featured-left .entry .entry-image-link {
        float: none;
        margin: 0;
        max-width: 100%;
        display: block;
        text-align: center;
    }

    .blog.featured-left .entry .entry-image-link .alignleft,
    .category.featured-left .entry .entry-image-link .alignleft,
    .tag.featured-left .entry .entry-image-link .alignleft,
    .search.featured-left .entry .entry-image-link .alignleft {
        float: none;
        margin: 0;
    }

    .blog .entry:before,
    .category .entry:before,
    .tag .entry:before,
    .search .entry:before {
        display: none;
    }

    .blog .entry,
    .category .entry,
    .tag .entry,
    .search .entry {
        border: 2px solid #000;
        padding: 30px;
    }

    .entry.floating-content .read-more {
        position: relative;
        margin-top: 30px;
        margin-bottom: 0;
    }

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

    .blog .entry .entry-content,
    .category .entry .entry-content,
    .tag .entry .entry-content,
    .search .entry .entry-content,
    .blog .entry.floating-content .entry-header,
    .category .entry.floating-content .entry-header,
    .tag .entry.floating-content .entry-header,
    .search .entry.floating-content .entry-header,
    .blog.featured-left .entry.floating-content .entry-header,
    .blog.featured-left .entry.floating-content .entry-content,
    .category.featured-left .entry.floating-content .entry-header,
    .category.featured-left .entry.floating-content .entry-content,
    .tag.featured-left .entry.floating-content .entry-header,
    .tag.featured-left .entry.floating-content .entry-content,
    .search.featured-left .entry.floating-content .entry-header,
    .search.featured-left .entry.floating-content .entry-content,
    .blog .entry.floating-content:nth-child(2n) .entry-header,
    .blog .entry.floating-content:nth-child(2n) .entry-content,
    .category .entry.floating-content:nth-child(2n+1) .entry-header,
    .category .entry.floating-content:nth-child(2n+1) .entry-content,
    .tag .entry.floating-content:nth-child(2n) .entry-header,
    .tag .entry.floating-content:nth-child(2n) .entry-content,
    .search .entry.floating-content:nth-child(2n) .entry-header,
    .search .entry.floating-content:nth-child(2n) .entry-content {
        margin: 0;
    }

}

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

    .home .entry,
    .blog .entry,
    .category .entry,
    .tag .entry,
    .search .entry {
        width: 100%;
    }

}

@media only screen and (max-width: 781px) {
    .entry-image {
        display: block;
        float: none;
        margin: 0 auto 40px;
    }

    .entry-image-link {
        border-bottom: 0 !important;
    }

    .blog.featured-left .entry .entry-image-link .alignleft,
    .category.featured-left .entry .entry-image-link .alignleft,
    .tag.featured-left .entry .entry-image-link .alignleft,
    .search.featured-left .entry .entry-image-link .alignleft {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .owl-carousel:before {
        display: none;
    }
}

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

    .widget-wrap article {
        width: 100%;
    }

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

    .site-title {
        font-size: 260%;
    }
}




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

}

/* # CUSTOM STYLE
------------------------------------------------------------------------- */

/* Add your custom CSS under here! */
