/*
	Theme Name: Scarlett
	Theme URI: https://scarlett.creativegoods.co/
	Description: A mobile responsive and HTML5 WordPress theme built for the Genesis Framework.
	Author: CreativeGoods
	Author URI: https://creativegoods.co/

	Version: 1.0.5

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: scarlett
	Requires at least: 5.4
	Requires PHP: 5.6
*/

/* 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 Container
	- Site Inner
	- Content
	- Sidebar
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Archive
	- Archive Pagination
- Widgets
	- Categories
	- Categories, Archive, Comments, Meta
	- Pages
	- Posts Share Widget
	- Genesis Featured Posts
	- Tagcloud
	- Featuredpost
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
	- Simple Social Icons
	- Genesis Simple Share
	- Instagram Feed
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Genesis Menu
	- Primary Menu
	- Secondary Menu
	- Social Menu
	- Search Navigation
	- Cart Navigation
	- Footer Menu	
- Content Area
	- Entry Content
	- Entry Image
	- Entry Meta
	- Entry Footer
	- Clear Floats
	- Pagination
	- Page Edit link
	- Entry Comments
	- Comments Form
- Single Page	
	- Adjacent Entry Pagination
	- Related Posts
- Sidebar
- Footer Widgets
	- Footer Widgets
	- Footer Media Queries
	- Footer Columns
	- Footer  Disabled
	- Footer 1 Column
	- Footer 2 Columns
	- Footer 3 Columns
	- Footer 4 Columns
- Site Footer
- Footer To Top
- Plugins CG
	- Slideshow Genesis Slider
- Posts Layouts
	- First Post Full(Featured) then Grid Posts
	- All Grid Posts
	- First Post Full(Featured) then List Posts
	- All List Posts
	- All Full(Featured) Posts
	- Standard
	- Full Width
- Front Page
- Error 404 Page
- Landing Page Template
- Category Index Template
- Widget Image
- Ninja Forms
- Front Page
	- Flexible Widgets
	- Front Page Widget
	- Section #1 : Genesis - Featured Page Widget
	- Section #2 : Featured About Text + Image
		- About Text
		- About Image
	- Section #3 : Featured Text + Background Image
		- Submark
		- Text(Class) + Background Image
	- Section #4 : Products (Woocommerce Widget)
	- Section #5 : Genesis - eNews Extended Widget
	- Extra Section - Featured Posts Widget
- Front Page Common Classes
	- Widget Title
	- Background Position
	- Blockquote / Cite
	- Icons + Text
	- Pricing Table
	- Misc
- Contact Page
	- Contact Page Sidebar
- Custom Instagram Page Template
	- Instagram Widget Area
	- Menu Widget
	- Simple Social Icons Widget
	- Featured Post Widget 
- Icons
- Misc
- Portfolio
	- Portfolio Single
- Custom Select
- Pricing Table
- Search Results
- Alert
- Services
- Forms
- ipad/iphone Fix*
- Media Queries
	- Genesis Responsive Slider
	- Flexible Widgets
		- Max-width: 860px
	- Theme	
		- Min-width: 1024px
		- Min-width: 960px
		- Max-width: 1340px
		- Max-width: 1023px
		- Max-width: 860px
		- Max-width: 768px
		- Max-width: 640px
		- Max-width: 480px
- Front Page Media Queries
	- Max-width: 860px
	- Max-width: 640px
	- Max-width: 720px
- Colors
- Typography
	- Font Families
	- Font Sizes
	- Letter Spacing
	- Line Height
- Print Styles

*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	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%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 14px;
	font-size: 1.4rem;
}

body {
	margin: 0;
	overflow-x: hidden;
	/*min-width: 360px;*/
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

input[type="submit"] {
	border: none!important;
}

button {
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

pre {
	margin: 0 0 30px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
	font-style: normal;
	letter-spacing: 0.9px;
}

blockquote p {
	padding: 0;
	margin: 0;	
}

fieldset {
	border: 1px solid transparent;
	padding: 5px 20px 20px;
}

legend {
	margin-left: 10px;
	padding: 0 10px;
}

dt {
    font-weight: 700;
}

q {
    font-style: italic;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 24px;
}

h1 {
	font-size: 33px;
	margin-bottom: 24px;
}
 
h2 {
	font-size: 30px;
	margin-bottom: 22px;
}

h3 {
	font-size: 26px;	
	margin-bottom: 20px;	
}

h4 {
	font-size: 24px;	
	margin-bottom: 18px;
}

h5 {
	font-size: 22px;	
	margin-bottom: 16px;
}

h6 {
	font-size: 20px;	
	margin-bottom: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid transparent;
	height: auto;
	padding: 5px;
	width: 90%;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid transparent;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid transparent;
	width: 100%;
	border-radius: 2px;	
	padding: 15px 18px;	
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-from-category a {
	cursor: pointer;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 2px;
	padding: 12px 35px;
	border: none;	
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.button {
	text-decoration: none!important;
}

/* Tables
--------------------------------------------- */

table {
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
	border-collapse: collapse!important;
}

td,
th {
	text-align: left;
	padding: 10px;
}

td:first-child,
th:first-child {
	/*padding-left: 0;*/
}

table td, table th {
	padding: 0.5em;
	border: 1px solid transparent;
	word-break: break-all;
}

/* 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/*,
.widget_search input[type="submit"]:focus*/ {
	background: #ffffff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 30px;
}

.site-inner {
	clear: both;
	padding: 55px 30px 40px;	
}
/*	
.cgc-landing-page .site-inner {
	max-width: 800px;
}
*/
/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 65.66%;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
	max-width: 1280px;
}
 
.full-width-content .content,
.cgc-landing-page .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* Sidebar
--------------------------------------------- */

.sidebar {
	float: right;
	width: 31.33%;
}

.sidebar-content .sidebar {
	float: left;
}

/* Column Classes
--------------------------------------------- */

.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: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	 margin-bottom: 55px; 	
}

.after-entry {
	border-bottom: 1px solid transparent;
	margin-top: -1px;	
	margin-bottom: 50px; 
	
}

.after-entry .widget {
	margin-top: 50px;
}

.after-entry .widget.enews-widget {
	margin-top: -1px;	
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.archive .entry, 
.search .entry {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 10px;
}

.breadcrumb {
	margin-bottom: 30px;
}

.breadcrumb a {
	text-decoration: underline;
}

.breadcrumb,
.breadcrumb span.breadcrumb-link-wrap,
.breadcrumb span.breadcrumb-link-wrap span {
	padding: 0;
}

.breadcrumb span {
	padding: 0 4px;
}

.breadcrumb .breadcrumb-link-wrap:first-child { 
	padding-left: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.search-form input[type="submit"] {
	background: transparent;
	clip: inherit;
	font-family: "dashicons";
	font-size: 15px;
	font-weight: 400;	
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 15px;
	margin-top: -7.5px;
	border: none;
	padding:0;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

.search-form input[type="submit"]:focus {
	border: none;
}

.genesis-nav-menu-extra .search input[type="submit"],
.widget_search input[type="submit"],
.search-form input[type="submit"] {
	padding: 0;
}

.genesis-nav-menu-extra .search input[type="submit"]:hover,
.widget_search input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: transparent;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title {
	text-align: center;
	margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

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, 
img.aligncenter, 
img.alignleft, 
img.alignright {
	display: block;
	margin: 0 auto 0;
}

.centered, 
.aligncenter, 
.singular-image {
	display: block;
	margin: 0 auto 25px;
}

.alignnone {
	margin-bottom: 15px;
}

img.alignnone {
	margin-bottom: 0;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 30px 0;
}

a.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

img.alignright {
	margin: 0 0 0 30px;
}

img.alignleft {
	margin: 0 30px 0 0;
}

.gallery-caption,
.wp-caption-text {
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.post .entry-content a,
.page .entry-content a {
	text-decoration: underline;	
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Archive (used for categories, tags, author)
--------------------------------------------- */

.cgc-archive .content .entry {
	float: left;
	margin-right: 3.5%;
	overflow: hidden;
 	width: 31%
}

.cgc-archive .entry-header {
	margin-bottom: 18px;
}

.cgc-archive .entry-header .featured-image {
	margin-bottom: 25px;
}

.cgc-archive.search-no-results .content .entry {
	width: 100%;
	text-align: center;
	margin: 0;
}

.cgc-archive .entry:nth-of-type(3n) {
	margin-right: 0;
}

.cgc-archive .entry:nth-of-type(3n+1) {
	clear: both;
}

.search-no-results .entry p {
	margin: 0;
}

.archive-no-results #genesis-content .entry {
	text-align: center;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.archive-no-results .archive-description {
	margin-bottom: 35px;
}

/* Archive Pagination
--------------------------------------------- */

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 4px;
	margin-right: 5px;
	padding: 15px 20px 15px;
	text-decoration: none;
	border-radius: 2px;
	line-height: 1;
	border: 1px solid transparent;
}

.archive-pagination {
	text-align: center;
	padding: 20px 0;
}
.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	padding: 15px 17px 15px;

}
.archive-pagination ul > li:last-of-type a {
	margin-right: 0;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
 
.widget {
	margin-bottom: 40px;
	text-align: center;	
}

.sidebar .widget p:last-child {
	margin-bottom: 0;
	padding-bottom:0;
}

#genesis-footer-widgets .widget {
	margin-bottom: 30px;
}

.widget p:last-child,
.widget-area .widget:last-of-type,

#genesis-footer-widgets .widget p:last-child,
#genesis-footer-widgets .widget ul > li:last-of-type,
#genesis-footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
	
}

.widget ul > li {
	margin-bottom: 15px;
}

.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;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
	margin-bottom: 0;	
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	padding: 15px;
}

.widget-title {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.widget-title::after {
	border-bottom: 2px solid transparent;
}

.widget-title:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 75px;
	margin-bottom: 30px ;
}

/* Widget - Categories
--------------------------------------------- */

.sidebar .widget_categories ul > li {
	padding: 0;
	margin: 0;
}

.sidebar .widget_categories ul > li a,
.sidebar .widget_nav_menu .menu-item a {
	border: 1px solid transparent;
	padding: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
}

.sidebar .widget_categories ul > li a:hover,
.sidebar .widget_nav_menu .menu-item a:hover {
	border-color: transparent;
}

.sidebar .widget_categories ul li:last-child a ,
.sidebar .widget_nav_menu ul.menu > li.menu-item:last-child a {
	margin-bottom: 0;
}

.sidebar .widget_categories ul.children > li a {
	margin-bottom: 18px;
}

.sidebar .widget_nav_menu ul > li {
	margin: 0;
	padding: 0;
}

/* Widgets - Categories, Archive, Comments, Meta
------------------------------------------------------ */

.widget_categories ul > li:last-child,
.widget_archive ul > li:last-child,
.widget_recent_comments ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_recent_entries ul > li:last-child,
.widget_nav_menu ul > li:last-child {
	margin-bottom: 0;
}

.widget_recent_comments a {
	text-decoration: underline;
}

/* Widgets - Pages
------------------------------------------------------ */

.widget_pages ul.children {
	margin-top: 15px;
}

/* Posts Share Widget
--------------------------------------------- */

.entry-content .share-before {
	display: none;
}

/* Widget - Genesis Featured Posts
--------------------------------------------- */

.sidebar .featured-content {
/*	font-size: 0;*/
}

.sidebar .featured-content .entry-title {
	text-transform: uppercase;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 72%;
	max-width: 400px;
	line-height: 1.6;
}

.sidebar .featured-content .entry-title a {
	padding: 25% 25px;
	width: 100%;
	display: inline-block;
}

.sidebar .featured-content .entry {
	margin-bottom: 35px;
	position: relative;
	padding: 0;
	border-bottom: none;
	min-height: 275px;
}

.sidebar .featured-content .entry a {
	margin: 0;
}

.sidebar .featured-content .entry-header {
	display: inline-block;
}

.sidebar .featured-content article:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content .entry-title {
	box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.2);
	background: rgba(255, 255, 255, 0.95);
}

/* Tagcloud
--------------------------------------------- */

.tagcloud a {
	padding-left: 5px;
}

/* Featuredpost
--------------------------------------------- */
 
.featuredpost .post.type-post .entry-header {
	margin: 12px 0 18px;
}

.featuredpost .post.type-post .entry-header h4 {
	line-height: 1.25;
}

.featuredpost .entry-header .entry-meta {
	text-align: center;
	padding: 0;
	margin: 18px 0 0;
}

.featuredpost .entry-content .view-post {
	text-align: center;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended (common)
--------------------------------------------- */

.enews {
	padding: 35px 30px;
}

.enews form + p {
	margin-top: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.widget.enews-widget .enews {
	border-radius: 2px;
}
 
.enews-widget input {
	margin-bottom: 22px;
}

/* Genesis Enews Extended (After Entry)
--------------------------------------------- */

.after-entry .enews {
	padding: 40px 35px ;	
}

/* Genesis Enews Extended (Footer)
--------------------------------------------- */

#genesis-footer-widgets .enews {
	padding: 0;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	color: #333;
	padding: 18px 20px 18px 25px;
	border: 1px solid #eee;
	margin: 15px 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #333333;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

.gs-faq__answer {
	margin: 0 15px; 
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li a {
	font-size: 15px;
	font-family: FontAwesome;
	padding: 6px !important;
}

.header-top .simple-social-icons ul li,
#genesis-footer-widgets .simple-social-icons ul li,
.sidebar .simple-social-icons ul li {
	margin: 0 2px !important;
}

.widget.simple-social-icons ul li a:focus {
	outline: none!important;
}

#genesis-footer-widgets .widget.simple-social-icons ul {
	text-align: center;
	float: none;
}

#genesis-footer-widgets .widget.simple-social-icons ul li {
	display: inline-block;
	float: none;
}

.sidebar .simple-social-icons ul {
	float: none;
	margin: 0 auto;
}

.genesis-nav-menu-extra .simple-social-icons {
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}

.genesis-nav-menu .simple-social-icons .widget-title {
	display: none;
}

/* Genesis Simple Share
--------------------------------------------- */

.share-filled.share-small:before {
	content: "SHARE :";
	display: inline-block;
	height: 24px;
	letter-spacing: 2.2px;
	line-height: 11px;	
	vertical-align: super;
}

.sharrre {
	margin-right: 2px;
}

.share-filled.share-small .share {
    background: transparent!important;
    letter-spacing: 1.5px;
	padding-left: 25px;
	padding-top: 2px;
	text-transform: uppercase;
	width: 20px;
	text-indent: 3px;
}

.share-filled.share-small .share:hover {
	background: transparent!important;
	width: 40px;
}

.share-filled.share-small .count {
	display: none;
}

.share-small .no-count .share {
	width: 20px;
}
.share-filled.share-small .sharrre.twitter:hover .share,
.share-filled.share-small .sharrre.googlePlus:hover .share,
.share-filled.share-small .sharrre.facebook:hover .share,
.share-filled.share-small .sharrre.linkedin:hover .share,
.share-filled.share-small .sharrre.stumbleupon:hover .share {
	width: 75px;
}

.share-filled.share-small .sharrre.pinterest:hover .share {
	width: 50px;
}

.share-filled.share-small.share-small .share:before,
.share-filled.share-small.share-medium .share:before,
.share-filled.share-small.share-tall .share:before {
	top: 5px;
}

.share-filled.share-small.share-small .stumbleupon .share:before {
	top: 4px;
}

.share-filled.share-small.share-small .linkedin .share:before {
	top: 2px;
}

/* Instagram Feed
--------------------------------------------- */

#sb_instagram {
	position: relative;
	padding: 0!important;
}

#sb_instagram #sbi_load, #sb_instagram .sb_instagram_error {
	width: auto!important;
}

#sbi_load {
	padding-top: 0 !important;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load a {
	border-radius: 2px !important;
	padding: 8px 25px !important;
	margin: 0!important;
	white-space: nowrap;
	line-height: 2;
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
	padding: 6px 25px !important;
}

#sb_instagram .sbi_photo {
	opacity: 1!important;
	transition: all 0.2s!important;
}
#sb_instagram .sbi_photo:hover {
	opacity: 0.8!important;
}

#sb_instagram .sbi_load_btn {
	display: none!important;
}

#sb_instagram #sbi_load .sbi_follow_btn {
	margin: 0!important;
}

#sb_instagram .sb_instagram_header {
	display: none;
}

#sbi_images {
	padding: 0!important;
}

/* Instagram Feed ( Footer )
--------------------------------------------- */

.instagram-footer .widget {
	margin-bottom: 0;
}

.instagram-footer p {
	padding: 0;
	margin: 0;
}

/* Instagram Feed ( Sidebar )
--------------------------------------------- */

.sidebar #sb_instagram .sbi_follow_btn {
	display: none!important;
}

#genesis-sidebar-primary #sb_instagram #sbi_images {
	width: calc(100% + 10px)!important;
	margin-left: -5px;
}

#genesis-sidebar-primary #sb_instagram #sbi_images .sbi_item {
	padding: 5px!important;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 0 30px;
}

.site-header > .wrap {
	padding: 40px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding-bottom: 10px;
	padding-top: 10px;	
	text-align: center;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	margin: 0 auto; 
}

.site-title {
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	text-decoration: none;
}

.site-description {
	padding-bottom: 10px;
	margin: 0;
}

.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	text-indent: -99999px;
	position: absolute;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	float: none;
	position: relative;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 17px 30px;
	text-decoration: none;
	text-transform: uppercase;
}	

.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 {
	position: relative;
	word-wrap: break-word;
	padding: 15px 30px;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	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;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	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;
}

.menu-toggle {
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.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;
}

.menu-toggle:hover {
	box-shadow: none!important;	
}

.genesis-nav-menu .sub-menu {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0, 0.05);
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* 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-responsive-menu .genesis-nav-menu .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
	width: 260px;
}

.genesis-nav-menu .sub-menu {
	opacity: 0;
	padding-left: 0;
	position: absolute;
	transition: opacity .4s ease-in-out;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 200px;
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.cgc-sticky-menu .nav-primary.fixed {
	padding: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}

.cgc-sticky-menu .nav-primary.fixed {
	padding: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}

.nav-primary .genesis-nav-menu {
	text-align: center;
}

/* Secondary Menu
--------------------------------------------- */

.header-top .nav-secondary {
	float: left;
}

.header-top .nav-secondary .genesis-nav-menu a {
	padding: 17px 20px;
}

.header-top .nav-secondary .genesis-nav-menu > li:first-child a {
	padding-left: 0;
}

.header-top .nav-secondary .genesis-nav-menu > li:last-child a {
	padding-right: 0;
}

/* Social Menu
--------------------------------------------- */

.genesis-nav-menu-extra > .right {
	padding: 13px 0;
	display: inline-block;
	vertical-align: middle;
}

.genesis-nav-menu-extra .custom-social {
	float: left;
	padding: 13px 14px 11px; 
}

/* Search Navigation
--------------------------------------------- */

.genesis-nav-menu-extra {
	line-height: 1;
}

.genesis-nav-menu-extra .search {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 12px;
}

.genesis-nav-menu-extra .search input {
	border-color: transparent;
}

.header-top .header-social-search {
	float: right;
}

.header-top .header-social-search input[type="search"] {
	padding: 7px 18px;
	height: 28px;
	line-height: 28px;
	min-width: 235px;
}

.header-top .search-form {
	margin: 0!important;
}

/* Cart Navigation
--------------------------------------------- */

.genesis-nav-menu-extra .nav-cart {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-left: -1px;
	padding: 19px 16px ;
}

.nav-cart .cart-contents {
	padding: 5px;
}

.cart-contents > span {
	padding-left: 8px;
}

.cart-contents:before {
	padding-right: 0;
	content: "\f290";
	font-family: FontAwesome;
}

/* Footer Menu
--------------------------------------------- */

.site-footer .nav-footer {
	float: left;
	text-align: left;
	width: 50%;
	padding: 10px 0 5px;	
}

.site-footer .nav-footer .genesis-nav-menu a {
	padding: 14px 15px;	
}

.site-footer .nav-footer .genesis-nav-menu > li:first-child a {
	padding-left: 0;
}

.site-footer .nav-footer .genesis-nav-menu > li:last-child a {
	padding-right: 0;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	padding-bottom: 05px;
	margin-bottom: 35px;	
	border-bottom: 1px solid transparent;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 0;	
	padding-left: 20px;
	list-style-position: inside;	
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content .caption {
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	padding: 55px 35px 25px 35px;
	border-bottom: none;
}

.entry-content .view-post {
	margin: 0 0 30px;
	text-align: center;
}

.entry-content .view-post:last-of-type,
.widget .entry-content .view-post:last-of-type {
	margin: 0 0 30px;
	text-align: center;
}

.entry-content .view-post a {
	text-decoration: none;
}

.page.type-page .entry-content {
	margin-top: 40px;	
}

.entry-content > :first-child {
	margin-top: 0;
}

/* Entry Image
--------------------------------------------- */

.entry-header .featured-image {
	margin-bottom: 30px;
}

.entry-image-link {
	display: block;
	margin-bottom: 30px;
}

/* Entry Meta
--------------------------------------------- */

.entry-header,
.post.type-post .entry-header,
.page.type-page .entry-header {
	margin: 0 0 18px;
}

.entry-header .entry-meta,
.entry-header .entry-title {
	text-align: center;
	clear: both;
}

p.entry-meta {
	margin: 0 0 6px;	
	text-transform: uppercase;	
}

.entry-title,
.page-title {
	margin: 0 0 12px;	
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-meta .post-edit-link {
	margin-left: 10px;
}

/* Entry Footer
--------------------------------------------- */

.entry-footer {
	margin-bottom: 15px;
	margin-top: 10px;
}

.entry-footer p.entry-meta {
	float: left;
}

.entry-footer .share-buttons {
	float: right;
}

.entry-footer .entry-meta > span {
	margin-left: 10px;
}

.entry-footer .entry-meta > span:first-child {
	margin-left: 0;
}

.entry-footer .entry-meta > span:before {
	content: "\00B7";
	padding-right: 10px;
	font-weight: bold;
	font-size: 15px;
}

.entry-footer .entry-meta > span:first-child:before {
	content: none;
	padding-right: 0;
}

.entry-footer .entry-meta {
	max-width: 60%;
}
.entry-footer .entry-comments-link a:before {
	content: "\f075";
	font-family: FontAwesome;
	padding-right: 12px;
}

.entry-categories > a {
	padding: 0 10px 0 5px;
}

.entry-categories > a:last-child {
	padding-right: 0;
}

/* Clear Floats ( Footer + Meta)
--------------------------------------------- */

.entry-footer:after, .entry-meta:after {
	clear: both;
	content: "";
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	display: inline-block;
	font-weight: 400;
	margin-right: 5px;	
	padding: 15px 20px 15px;	
	text-decoration: none;
	border-radius: 2px;
	line-height: 1;
	border: 1px solid transparent;
	margin-bottom: 8px;	
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: transparent;
}

.archive-pagination li.active a {
	cursor: context-menu;
}

/* Page Edit link (All Page)
--------------------------------------------- */

.type-page .post-edit-link {
	display: inline-block;
	margin: 25px 0 0;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {	
	margin-bottom: 45px;	
}

.comment-respond,
.entry-pings {
	padding: 50px 35px 40px;
}

.entry-comments {
	margin-top: 50px;	
	margin-bottom:0;
}

.entry-comments ul.children {
	margin-left: 40px;
	border-left: 1px solid transparent;
	padding-left: 30px;
}

.entry-comments > h3 {
	text-align: center;
	margin-bottom: 50px;
}

.comment-list ul {
	padding-left: 20px;
}

.comment-list li {
	padding: 0 0 0 8px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list article {
	position: relative;
	padding: 30px 30px 10px;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid transparent; 
}

.comment-list article .comment-reply-link {
	text-transform: uppercase;
	padding: 10px 14px;
	border-radius: 2px;
	line-height: 1;
	letter-spacing:1.5px;
	margin-bottom: 20px;
	display: inline-block;
}

.comment-list article .comment-author {
	text-transform: uppercase;
}

.comment-list article .comment-author .says {
	text-transform: none;
}

.comment-list article .comment-time a {
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.comment-header {
	margin-bottom: 5px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-header p {
	margin-bottom: 0;
}

/* Comments Form
--------------------------------------------- */

.comment-respond #reply-title {
	margin: 0 0 10px;
}

.comment-respond #reply-title #cancel-comment-reply-link {
	display:block;
	margin-top: 5px;	
}

.comment-respond .comment-form-comment {
	margin-bottom: 18px;
}

.comment-respond .comment-reply-title,
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	text-align: center;
}

.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
	letter-spacing: 1.5px;
}

.comment-respond label {
	text-transform: uppercase;
	padding: 0 0 10px 2px;
	display: block;
	margin-right: 12px;
	text-align: left;
	letter-spacing: 1.5px;
}

.comment-respond {
	margin-top: -1px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	margin-bottom: 22px;
	width: 100%;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond .form-submit {
	margin: 25px 0 0 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent {
	text-align: left;
	margin-bottom: 15px;	
}

.comment-form-cookies-consent input {
	margin-right: 6px;
}

.comment-form-cookies-consent label {
	display: inline;
}

/* Single Page
--------------------------------------------- */

.single-post .entry {
	margin-bottom: 0;
}

.featured-image-class img {
	display: block;
}

.featured-image-class {
	margin-bottom: 35px;
}

.single-post .entry-header,
.single-post .post.type-post .entry-header {
	margin-bottom: 28px;
}

.page .entry-header {
	margin-bottom: 40px;
}

.author-box {
	border-bottom: 1px solid transparent;
	overflow: hidden;
}

.author-box {
	margin-bottom: 0;
	padding: 40px 0;
}

.entry-tags > a {
	border-radius: 2px;
	margin:0 5px 8px 0;
	padding: 2px 12px;
	display: inline-block;
	letter-spacing: 1.8px;
}

.entry-tags > a:first-child {
	margin-left: 5px;
}

/* Adjacent Entry Pagination
--------------------------------------------- */

.adjacent-entry-pagination {
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	margin: 0;
	padding: 0;
	margin-top: -1px;
}

.adjacent-entry-pagination a {
	display: block;
	padding: 38px 25px;
	transition: 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.adjacent-entry-pagination .pagination-previous {
	border-right: 1px solid transparent; 
	position: relative;
	float: left;
}

.adjacent-entry-pagination > div {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.adjacent-entry-pagination .pagination-next {
	text-align: right;
}

.adjacent-entry-pagination .pagination-previous > a:before {
	content: "\2190";
	left: 20px;
	position: absolute;
}

.adjacent-entry-pagination .pagination-next {
	position: relative;
	float: right;
}

.adjacent-entry-pagination .pagination-previous a {
	padding-left: 45px;
}

.adjacent-entry-pagination .pagination-next a {
	padding-right: 45px;
}

.adjacent-entry-pagination .pagination-next > a:after {
	content: "\2192";
	position: absolute;
	right: 20px;
}

/* Related Posts
--------------------------------------------- */

.related-posts {
	border-bottom: 1px solid transparent;
	overflow: hidden;
	padding: 50px 0 25px;
}

.related-posts .related-title {
	text-align: center;
}

.related-posts .related-title::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 75px;
	border-bottom: 2px solid transparent;
	margin-bottom: 55px;
}

@media only screen and (max-width: 860px) {
	.related-posts .related-title::after {
		margin-bottom: 40px;
	}
}

.related-posts .related-list li {
	float: left;
	list-style-type: none;
	text-align: center;
}

.related-posts .related-list img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.related-one-third {
	float: left;
	margin-left: 4%;
	width: 30.66%;
}

.related-one-third.first {
	margin-left: 0;
}

.related-one-third h4 {
	margin-bottom: 24px;
}
 
/* Sidebar
--------------------------------------------- */

.sidebar {
	margin-bottom: 20px;	
	text-align: center;
	padding: 0 0 20px;
}

/* Footer
---------------------------------------------------------------------------------------------------- */

/* Footer Widgets
--------------------------------------------- */

#genesis-footer-widgets {
	padding: 70px 0;
}

#genesis-footer-widgets .footer-widget-area .widget p:last-child,
#genesis-footer-widgets .footer-widget-area .widget:last-of-type,
#genesis-footer-widgets .footer-widget-area .featuredpost article:last-of-type p:last-of-type {
	margin-bottom: 0;
}

#genesis-footer-widgets .footer-widget-area .featuredpost article {
	border: none;
	margin-bottom: 0;
}

/* Footer Media Queries
--------------------------------------------- */

@media only screen and (max-width: 1023px) {
		
	#genesis-footer-widgets .footer-widget-area:last-of-type .widget:last-of-type,
	#genesis-footer-widgets .footer-widget-area .widget p:last-child,
	#genesis-footer-widgets .footer-widget-area .widget p:last-child, 
	#genesis-footer-widgets .footer-widget-area .widget ul > li:last-of-type, 
	#genesis-footer-widgets .footer-widget-area .widget-area .widget:last-of-type {
		margin-bottom: 0;
	}
}

 /* Footer Columns
---------------------------------------------------------------------------------------------------- */

/* Footer  Disabled
--------------------------------------------- */

.genesis-footer-disabled {
	display:none;
}

/* Footer 1 Column
--------------------------------------------- */

.genesis-footer-one-column .footer-widgets-1 {
	width: 100%;
	margin: 0;
	float: none;
}

.genesis-footer-one-column .footer-widgets-2,
.genesis-footer-one-column .footer-widgets-3,
.genesis-footer-one-column .footer-widgets-4 {
	display: none;
}

/* Footer 2 Columns
--------------------------------------------- */

.genesis-footer-two-columns .footer-widgets-1,
.genesis-footer-two-columns .footer-widgets-2 {
	float: left;
	margin: 0;
	width: 48.5%;
}

.genesis-footer-two-columns .footer-widgets-2 {
	margin-left: 3%;
}

.genesis-footer-two-column .footer-widgets-3,
.genesis-footer-two-column .footer-widgets-4 {
	display: none;
}

/* Footer 3 Columns
--------------------------------------------- */

.genesis-footer-three-columns .footer-widgets-1,
.genesis-footer-three-columns .footer-widgets-2,
.genesis-footer-three-columns .footer-widgets-3 {
	float: left;
	margin: 0;
	width: 31.33%;
}

.genesis-footer-three-columns .footer-widgets-2,
.genesis-footer-three-columns .footer-widgets-3 {
	margin-left: 3%;
}

.genesis-footer-three-column .footer-widgets-4 {
	display: none;
}

/* Footer 4 Columns
--------------------------------------------- */

.genesis-footer-four-columns .footer-widgets-1,
.genesis-footer-four-columns .footer-widgets-2,
.genesis-footer-four-columns .footer-widgets-3,
.genesis-footer-four-columns .footer-widgets-4 {
	float: left;
	margin: 0;
	width: 22.75%;
}

.genesis-footer-four-columns .footer-widgets-2,
.genesis-footer-four-columns .footer-widgets-3,
.genesis-footer-four-columns .footer-widgets-4 {
	margin-left: 3%;
}

/* Site Footer ( Secondary )
--------------------------------------------- */

.site-footer {
	line-height: 2;
	text-align: center;	
	border-top: 1px solid transparent; 
}

.site-footer .credits p {
	margin-bottom: 0;
}

.site-footer .credits {
	letter-spacing: 2px;
	padding: 24px 0 20px;
	text-transform: uppercase;
	float: right;
	text-align: right;
	width: 50%;	
}

/* Footer To Top
--------------------------------------------- */

.to-top {
	height: 48px;
	width: 48px;
	position: fixed;
	bottom: 25px;
	right: 2%;
	opacity: 0;
	z-index: 1000;	
	text-align: center;
	line-height: 48px;
	border-radius: 2px;
	letter-spacing: inherit;
}

.to-top.top-is-visible {
	visibility: visible;
	opacity: 0.5;
}

.to-top.top-fade-out {
	opacity: 1;
}

.to-top span::before {
	font-family: "dashicons";
	content: "\f343";
}

/* Plugins CG
---------------------------------------------------------------------------------------------------- */

/* # Slideshow
---------------------------------------------------------------------------------------------------- */

/* Genesis Slider
* ========================================================================== */

.home-slider .genesis_responsive_slider {
	max-width: 1920px;
	margin: 0 auto;
}
.home-slider #genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
	overflow: hidden;
}

.home-slider #genesis-responsive-slider .flexslider {
	overflow: visible !important;
	max-width: 100% !important;
}

.home-slider #genesis-responsive-slider .flexslider .slides {
	background: #301d06;
}

.home-slider #genesis-responsive-slider ul li {
	margin: 0;
	padding: 0;
}

.home-slider #genesis-responsive-slider img {
	opacity: 0.9;
	transition: opacity 0.3s ease-in-out;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.9)!important;
	height: 48px!important;
	width: 48px!important;
	margin-top: -24px!important;
	opacity: 0.8;
}

.home-slider #genesis-responsive-slider .flex-control-nav {
	display: none;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li .next,
.home-slider #genesis-responsive-slider .flex-direction-nav li a.flex-next {
	right: 2%!important;
	background: none;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li .prev, .flex-direction-nav li a.flex-prev {
	left: 2%!important;
	background: none;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a:after {
	font-family: "dashicons";
	font-size: 14px;
	font-weight: 400;	
	position: absolute;
	right: 50%;
	top: 50%;
	bottom: auto;
	text-indent: 0;
	line-height: 100%;
	margin-top: -7px;
	margin-right: -7px;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a.next:after,
.home-slider #genesis-responsive-slider .flex-direction-nav li a.flex-next:after {
	content: "\f345";
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a.prev:after,
.home-slider #genesis-responsive-slider .flex-direction-nav li a.flex-prev:after {
	content: "\f341";
}

.home-slider #genesis-responsive-slider .flex-control-nav {
	position: absolute!important;
	bottom: 0;
}

.home-slider #genesis-responsive-slider ol.flex-control-nav > li {
	padding-left: 0;
	padding-right: 8px;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a {
	box-shadow: 0px 0px 5px rgba(100, 100, 100, .25);
}

.home-slider #genesis-responsive-slider .slide-excerpt {
	overflow: hidden;
	width: 530px;
	max-width: 80%;
	right: 0;
	top: 50%;
	bottom: auto;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	opacity: 1;
	transform: translate(0px, -50%);
	border-radius: 2px;
}

.home-slider #genesis-responsive-slider .slide-excerpt {
	box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.2);
	background: rgba(255, 255, 255, 0.95);
}
 
.home-slider #genesis-responsive-slider .slide-excerpt-border {
	float: none;
	display: block;
	padding:35px 55px!important;
	margin: 0;
	border: none!important;
}

.home-slider #genesis-responsive-slider .slide-excerpt-border h2 {
	margin: 18px 0;	
	letter-spacing: 1.5px;
}

.home-slider #genesis-responsive-slider .slide-excerpt-border p {
	margin-bottom: 0;
}

.home-slider #genesis-responsive-slider .slide-excerpt-border > p .view-post {
	display: block;
	margin-bottom: 0;
}

.home-slider #genesis-responsive-slider .button {
	margin: 8px 0 25px;
	width: auto;
}

.home-slider #genesis-responsive-slider:hover .flex-direction-nav li a {
	opacity: 1;
}

.home-slider #genesis-responsive-slider:hover img {
	opacity: 1;
}

.home-slider #genesis-responsive-slider:hover img {
	opacity: 1;
}

/* # Posts Layouts
---------------------------------------------------------------------------------------------------- */

/* 1. First Post Full(Featured) then Grid Posts
-------------------------------------------------- */

.cgc-page-number-1.cgc-posts-page.cgc-posts-featured-grid .content .entry:first-of-type,
.journal .content .entry {
	width: 100%;
}

.cgc-page-number-1.cgc-posts-featured-grid .content .entry:first-of-type .featured-image {
	margin-top: 25px;
}

.cgc-page-number-1.cgc-posts-featured-grid .content .entry:first-of-type .entry-footer {
	display: block;
}

.cgc-posts-featured-grid #genesis-content article.post:nth-of-type(odd) {
	margin-right: 4.5%;
	clear: both;
}

.cgc-page-number-1.cgc-posts-featured-grid #genesis-content article.post:nth-of-type(odd) {
	margin-right: 0;
	clear: none;
}

.cgc-page-number-1.cgc-posts-featured-grid #genesis-content article.post:nth-of-type(2n) {
	margin-right: 4.5%;
	clear: both;
}

.cgc-posts-featured-grid .content .entry,
.cgc-posts-grid .content .entry {
	float: left;
	width: 47.75%;
}

.cgc-posts-featured-grid .content .entry .entry-footer,
.cgc-posts-grid .content .entry .entry-footer {
	display: none;
}

.cgc-page-number-1.cgc-posts-featured-grid .content .entry:first-of-type .entry-header {
	margin: 0 0 25px;
}

/* 2. All Grid Posts
--------------------------------------------- */

.cgc-posts-grid #genesis-content article.post:nth-of-type(2n+1) {
	margin-right: 4.5%;
}

/* 3. First Post Full(Featured) then List Posts
------------------------------------------------- */

.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type .featured-image {
	width: auto;
	margin-top: 28px;
}

.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type .featured-image img {
	margin: 0;
}

.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type .entry-footer {
	display: block;
}

.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type .entry-footer:after,
.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type .entry-meta:after {
	clear: both;
}

.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type {
	padding-bottom: 10px;
}

.cgc-posts-featured-list .content .entry .featured-image {
	margin: 0;
	width: 40%;
}

.cgc-posts-featured-list .content .entry .featured-image img {
	margin: 0 30px 24px 0;
}

.cgc-posts-featured-list .content .entry-footer:after, 
.cgc-posts-featured-list .content .entry-meta:after {
	clear: none;
}

.cgc-posts-featured-list .content .entry .entry-footer {
	display: none;
}

.cgc-posts-featured-list .content .entry {
	padding-bottom: 14px;
}

.cgc-posts-featured-list .content .entry-header {
	margin-bottom: 25px;
}

.cgc-posts-featured-list .content .entry-header .entry-meta,
.cgc-posts-featured-list .content .entry-header .entry-title {
	clear: none;
}

.cgc-posts-featured-list .content .entry-content {
	margin-left: calc(40% + 30px);
}

.cgc-posts-featured-list .content .entry:first-of-type .entry-content{
	margin-left: 0;
}

/* 4. All List Posts
--------------------------------------------- */

.cgc-posts-list .content .entry .featured-image {
	margin: 0;
	width: 42%;
}

.cgc-posts-list .content .entry .featured-image img {
	margin: 0 30px 24px 0;
}

.cgc-posts-list .content .entry-footer:after,
.cgc-posts-list .content .entry-meta:after {
	clear: none;
}

.cgc-posts-list .content .entry .entry-footer {
	display: none;
}
 
.cgc-posts-list .content .entry {
	padding-bottom: 14px;
}

.cgc-posts-list .content .entry-header {
	margin-bottom: 25px;
}

.cgc-posts-list .content .entry-header .entry-meta,
.cgc-posts-list .content .entry-header .entry-title {
	clear: none;
}

.cgc-posts-list .content .entry-content {
	margin-left: calc(42% + 30px);
}

/* 5. All Full(Featured) Posts
--------------------------------------------- */

.cgc-posts-featured .content .entry {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.cgc-posts-featured .content .entry .featured-image {
	margin: 28px 0 25px;
}

.cgc-posts-featured .content .entry .entry-footer {
	display: block;
}

/* 6. Standard
--------------------------------------------- */

.cgc-posts-standard .content .entry-header {
	margin: 0 0 28px;
}

/* Full Width
--------------------------------------------- */

.full-width-content.cgc-posts-featured-list .content,
.full-width-content.cgc-posts-featured-grid .content,
.full-width-content.cgc-posts-featured .content,
.full-width-content.cgc-posts-list .content {
	float: none;
	max-width: 960px;
	margin: 0 auto;
}

.full-width-content.single .content,
.full-width-content.page .content {
	float: none;
	margin: 0 auto;
}

/* Front Page
--------------------------------------------- */

.cgc-front-page .site-inner {
	padding: 75px 30px;
}

/* Error 404 Page
--------------------------------------------- */

.error404 .entry-title {
	margin-bottom: 20px;
}

.error404 .entry-content .search-form {
	width: 100%;
	border: 20px solid transparent;
}

/* Landing Page Template
--------------------------------------------- */

.cgc-landing-page .site-container, 
.cgc-landing-page .site-inner {
	padding-top: 0;
}

.cgc-landing-page .page.type-page .entry-content{
	margin-top: 0;
}

.cgc-landing-page header.entry-header {
	margin-bottom: 0!important;
}

.cgc-landing-page header.entry-header .entry-title {
	margin-top: 60px;
	margin-bottom: 60px;
} 

/* Category Index Template
--------------------------------------------- */

.cgc-category-index .category-index-widgets .featuredpost .post {
	border: none;
	width: 31.623931623931625%;	
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 0;
	padding: 0;
}

.cgc-category-index .category-index-widgets .widget.featuredpost:last-of-type {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.cgc-category-index .category-index-widgets .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.cgc-category-index .category-index-widgets .featuredpost .post:nth-of-type(1n+4) {
	margin-top: 40px;
}

.cgc-category-index .category-index-widgets .featuredpost .entry-header,
.cgc-category-index .category-index-widgets .featuredpost .entry-title {
	margin: 0;
	padding: 0;	
	font-size: 30px;	
}

.cgc-category-index .category-index-widgets .featuredpost a.alignleft,
.cgc-category-index .category-index-widgets .featuredpost a.alignnone,
.cgc-category-index .category-index-widgets .featuredpost a.alignright {
	margin: 0;
	padding: 0;
}

.cgc-category-index .category-index-widgets .featuredpost .entry-content .view-post {
	margin: 0;
	padding: 0;	
}

.cgc-category-index .category-index-widgets .featuredpost .entry-header {
	margin-top: 25px;	
}

.cgc-category-index .category-index-widgets .featuredpost .entry-meta {
	margin-top: 15px;	
}

.cgc-category-index .category-index-widgets .featuredpost .entry-content {
	margin-top: 18px;	
}

.cgc-category-index .category-index-widgets .featuredpost .more-from-category {
	clear: both;
	text-align: center;
}

.cgc-category-index .category-index-widgets .featured-content .more-from-category a {
	padding: 14px 35px;
	margin-top: 40px;
}

.cgc-category-index .category-index-widgets .widget {
	margin-bottom: 50px;
}

.cgc-category-index .category-index-widgets .widget-title {
	margin-bottom: 55px;
	font-size: 30px;
	line-height: 1.25em;
}

.cgc-category-index .category-index-widgets .widget-title:after {
	width:0;
}

.cgc-category-index .category-index-widgets .cat-index-title {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}

.page-template-category_index .site-inner {
	margin-bottom: 50px;
}

.cgc-category-index .category-index-widgets {
	margin-top: -30px
}

/* Widget Image 
--------------------------------------------- */

.sidebar .widget_media_image.widget:nth-of-type(1) {
	margin-bottom: 32px;
}

.sidebar .widget_media_image.widget:nth-of-type(1) img {
	border-radius: 100%;
}

.sidebar .widget_text.widget:nth-of-type(2) {
	margin-top: -8px;
	margin-bottom: 30px;
}

.page .sidebar .widget_media_image .widget-title::after {	
	margin-bottom: 45px;	
}

/* Ninja Forms
--------------------------------------------- */

.nf-form-fields-required,
.nf-form-title,
span.ninja-forms-req-symbol {
	display: none;
}

.nf-form-content .nf-field-label label {
	text-transform: uppercase;
	letter-spacing: 2px;
	/*font-size: 12px;*/
	font-size: 85%;	
}

.nf-form-layout {
	padding: 40px 35px 30px;
}	

/* Front Page
---------------------------------------------------------------------------------------------------- */

/* Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.cgc-front-page .flexible-widgets {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 75px 0;
	overflow: hidden;
}

.cgc-front-page .flexible-widgets .widget {
	float: left;
	margin-left: 2.564102564102564%;
	text-align: center;
	margin-bottom: 0;
}

.cgc-front-page .flexible-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.cgc-front-page .flexible-widgets.widget-area .widget:nth-of-type(1) {	
	clear: left;
	margin-left: 0;	
}

.cgc-front-page .flexible-widgets.widget-full .widget {
	width: 100%;
}

.cgc-front-page .flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.cgc-front-page .flexible-widgets.widget-thirds .widget {	
	width: 31%;	
	margin-left: 3.5%;
}

.cgc-front-page .flexible-widgets.widget-fourths .widget {
	width: 31%;	
	margin-left: 3.5%;
}

.front-page-featured .flexible-widgets .widget p:last-child,
.front-page-featured .flexible-widgets .widget ul > li:last-of-type,
.front-page-featured .flexible-widgets .widget-area .widget:last-of-type {
	margin-bottom: 5px; 
}

.cgc-front-page .flexible-widgets.widget-halves.even .widget:nth-of-type(odd),
.cgc-front-page .flexible-widgets.widget-thirds .widget:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.cgc-front-page .flexible-widgets.widget-thirds .widget:nth-of-type(n+4) {
	margin-top: 45px;
}

.cgc-front-page .flexible-widgets.widget-fourths .widget:nth-of-type(1) {
	width: 100%;
	margin-left: 0;	
	min-height: 100px;
}

.cgc-front-page .flexible-widgets.widget-fourths .widget:nth-of-type(3n+2) {
	margin-left:0;
}

.cgc-front-page .flexible-widgets.widget-fourths .widget:nth-of-type(n+5),
.cgc-front-page .flexible-widgets.widget-fourths .widget:nth-of-type(n+2) {
    margin-top: 45px;
}

.cgc-front-page .flexible-widgets.widget-halves.odd .widget:nth-of-type(n+4) {
	margin-top: 45px;
}

.cgc-front-page .flexible-widgets.widget-halves.even .widget:nth-of-type(n+3) {	
	margin-top: 45px;
}

.cgc-front-page .flexible-widgets.widget-halves.odd .widget:nth-of-type(1) {
	width: 100%;
	margin-left: 0;	
	min-height: 100px;
}

.cgc-front-page .flexible-widgets.widget-halves.odd .widget:nth-of-type(even) {
	margin-left:0;
}

.cgc-front-page .flexible-widgets.widget-area .widget h1,
.cgc-front-page .flexible-widgets.widget-area .widget h2,
.cgc-front-page .flexible-widgets.widget-area .widget h3,
.cgc-front-page .flexible-widgets.widget-area .widget h4,
.cgc-front-page .flexible-widgets.widget-area .widget h5,
.cgc-front-page .flexible-widgets.widget-area .widget h6,

.cgc-front-page .flexible-widgets.widget-halves .widget,
.cgc-front-page .flexible-widgets.widget-thirds .widget,
.cgc-front-page .flexible-widgets.widget-fourths .widget {
	text-align: center;
}

/* Front Page Widget
---------------------------------------------- */

.cgc-front-page .front-page-featured.front-page-1,
.cgc-front-page .front-page-featured.front-page-2,
.cgc-front-page .front-page-featured.front-page-3,
.cgc-front-page .front-page-featured.front-page-4,
.cgc-front-page .front-page-featured.front-page-5,
.cgc-front-page .front-page-featured.front-page-6,
.cgc-front-page .front-page-featured.front-page-7 {
	background-repeat: no-repeat;
}

.cgc-front-page .front-page-featured {
	position: relative;
} 

.cgc-front-page .front-page-featured p {
	text-align: justify;
}

.cgc-front-page .front-page-featured .widget-halves .widget_media_image img {
	border: 20px solid #ffffff;
}

/* Section #1 : Genesis - Featured Page Widget
---------------------------------------------- */

.cgc-front-page .front-page-featured .featuredpage {
	margin-bottom: 0;
	/*font-size: 0;*/
}

.cgc-front-page .front-page-featured .featuredpage .entry {
	position: relative;
	min-height: 50px;
	padding: 0;
	border: none;
}

.cgc-front-page .front-page-featured .featuredpage .entry:last-of-type {
	margin-bottom: 0;
}

.cgc-front-page .front-page-featured .featuredpage .entry-title {
	letter-spacing: 1.5px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 75%;
	max-width: 400px;
	line-height: 2;
	text-align: center;	
	box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.2);
}

.cgc-front-page .front-page-featured .featuredpage .entry-title a {
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	padding: 6px 25px;	
}

.cgc-front-page .front-page-featured .featuredpage .widget-title {
	text-transform: none; 
	letter-spacing: 1.5px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 75%;
	line-height: 2;
	max-width: 400px;
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
	box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.2);		
}

.cgc-front-page .front-page-featured .featuredpage .widget-title:after {
	content: none;
}

.cgc-front-page .front-page-featured .featuredpage {
	position: relative;
}

.cgc-front-page .front-page-featured .featuredpage .widget-title {
	z-index: 1;
	padding: 7px 25px;
}

.cgc-front-page .front-page-featured .featuredpage .entry-header {
	display: inline-block;
}

.cgc-front-page .front-page-featured .featuredpage a.alignleft,
.cgc-front-page .front-page-featured .featuredpage a.alignnone, 
.cgc-front-page .front-page-featured .featuredpage a.alignright {
	margin: 0;
}

/* Section #2 : Featured About Text + Image
--------------------------------------------- */

/* About Text
--------------------------------------------- */

.cgc-front-page .front-page-featured .widget-halves .about {
	z-index: 0;
	position: relative;
	padding: 60px 0;
}

.cgc-front-page .front-page-featured .widget-halves .about::before {
	content: "";
	height: 100%;
	width: 155%;
	display: block;
	top: 0;
	position: absolute;
	z-index: -1;
	left: 50%;
}

.cgc-front-page .front-page-featured .widget-halves .hide_after.about::before {
	display: none;
}

.cgc-front-page .front-page-featured .widget-halves .about h6 {
	letter-spacing: 2.2px;
	margin-bottom: 20px;
}

.cgc-front-page .front-page-featured .widget-halves .about h2 {
	letter-spacing: 3px;
}

.cgc-front-page .front-page-featured .widget-halves .about h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 50px;
	margin-bottom: 25px;
	margin-top: 25px;	
	border-bottom: 2px solid transparent;
}

.cgc-front-page .front-page-2 .flexible-widgets {
	padding-bottom: 80px;
}

/* About Image
--------------------------------------------- */

.cgc-front-page .front-page-featured .widget-halves .widget_media_image {
	z-index: 0;
	position: relative;
	text-align: right;
}

.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-wrap {
	max-width: 475px;
	display: inline-block;
	font-size: 0;
	margin-right: 50px;
	text-align: right;
}

.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-title {
	letter-spacing: 3px;
	line-height: 0;
	position: absolute;
	right: 27px;
	transform: rotateZ(-90deg) translateX(50%);
	transform-origin: right ;
	text-transform: uppercase;
	margin: 0;
	top: 50%;
} 

.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-title::after {
	content: none;
}

.cgc-front-page .front-page-featured .widget-halves .widget_media_image img {
	border: 18px solid #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,.10);
	vertical-align: revert;
}

/* Section #3 : Featured Text + Background Image
------------------------------------------------------------------------------ */ 

/* Submark
--------------------------------------------- */

.cgc-front-page .front-page-featured.front-page-3 {
	background-size: cover;
}

.cgc-front-page .front-page-featured.front-page-3 .flexible-widgets {
	padding-top: 125px;
	padding-bottom: 125px;
}

 .cgc-front-page .front-page-featured .submark {
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
}

.cgc-front-page .front-page-featured .submark.right {
	right: 0;
	left: auto;
	margin-right: 40px;
}

.cgc-front-page .front-page-featured .submark.left {
	left: 0;
	right: auto;
	margin-left: 40px;
} 

.cgc-front-page .front-page-featured .submark.left-half {
	left: 0;
	right: auto;
	margin-left: -70px;
}

.cgc-front-page .front-page-featured .submark.right-half {
	right: 0;
	left: auto;
	margin-right: -70px;
}

/* Text(Class) + Background Image 
--------------------------------------------- */

.cgc-front-page .front-page-featured .featured-text {
	max-width: 80%;
	margin: 0 auto;
}

.cgc-front-page .front-page-featured.front-page-3 {
	position: relative;
}

/* Section #4 : Products (Woocommerce Widget)
----------------------------------------------- */

.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li {
	float: left;
	margin: 0 0 0 3.5%;
	list-style: none;
	width: 31%;
	height: auto;
	text-align: center;
	position: relative;
	padding: 0;
}

.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li:nth-child(1n+4) {
	margin-top: 40px;
}

.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li img {
	width: 100%;
	margin: 0 0 20px;
}

.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li .product-title {
	margin: 0;
	padding: 10px 5px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	margin-bottom: 4px;	
}

.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li del,
.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li ins {
	display: inline-block;
}

/* Section #5 : Genesis - eNews Extended Widget
------------------------------------------------ */

.cgc-front-page .front-page-featured .enews {
	padding: 0;
}

.cgc-front-page .front-page-featured .enews .widget-title {
	float: left;
	text-transform: uppercase;
	width: 29%;
	letter-spacing: 3px;
	text-align: right;
	margin: 0;
	padding: 11px 20px 0 0;
}

.cgc-front-page .front-page-featured .enews .widget-title::after {
	display: none;
}

.cgc-front-page .front-page-featured .enews input {
	float: left;
 	margin: 0 0 0 1.75%;
	width: 25%;
}

.cgc-front-page .front-page-featured .enews-widget input[type="submit"] {
	margin-top: 1px;
	width: 15.75%;	
	cursor: pointer;
}

/* Extra Section - Featured Posts Widget
---------------------------------------------------- */

.cgc-front-page .front-page-featured .featuredpost .post {
	float: left;
	border: none;
	margin-bottom: 0;
	margin-left: 3.5%;		
	padding: 0;
	width: 31%;
}

.cgc-front-page .front-page-featured .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.cgc-front-page .front-page-featured .featuredpost .post:nth-of-type(1n+4) {
	margin-top: 40px;
}

.cgc-front-page .front-page-featured .featuredpost .entry-header,
.cgc-front-page .front-page-featured .featuredpost .entry-title {
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.cgc-front-page .front-page-featured .featuredpost a.alignleft,
.cgc-front-page .front-page-featured .featuredpost a.alignnone,
.cgc-front-page .front-page-featured .featuredpost a.alignright {
	margin: 0;
	padding: 0;
}

.cgc-front-page .front-page-featured .featuredpost .entry-content .view-post {
	padding: 0;	
}

.cgc-front-page .front-page-featured .featuredpost .entry-header,
.cgc-front-page .front-page-featured .featuredpost .post.type-post .entry-header {
	margin-top: 25px;	
}
 
.cgc-front-page .front-page-featured .featuredpost .entry-content {
	margin-top: 18px;	
}

.cgc-front-page .front-page-featured .featuredpost .more-from-category {
	clear: both;
	text-align: center;
}

.cgc-front-page .front-page-featured .featured-content .more-from-category a {
	margin-top: 40px;
	text-decoration: none;
}

/* Front Page Common Classes
------------------------------------------------------------------------------ */

/* Widget Title
--------------------------------------------- */

.cgc-front-page .front-page-featured .widget-title::after {
	margin-bottom: 55px;
}

/* Background Position
--------------------------------------------- */

.cgc-front-page .front-page-featured.front-page-1,
.cgc-front-page .front-page-featured.front-page-2,
.cgc-front-page .front-page-featured.front-page-3,
.cgc-front-page .front-page-featured.front-page-4,
.cgc-front-page .front-page-featured.front-page-5,
.cgc-front-page .front-page-featured.front-page-6,
.cgc-front-page .front-page-featured.front-page-7 {
	background-position: center;
}

/* Blockquote / Cite
--------------------------------------------- */

.cgc-front-page .front-page-featured blockquote::before {
	content: '';
}
 
.cgc-front-page .front-page-featured blockquote {
	font-style: italic;
	text-align: center;
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}

.cgc-front-page .front-page-featured cite {
	display: block;
	font-style: normal;
	letter-spacing: 2px;
	margin-top: 20px;
	text-transform: uppercase;
}

/* Icons + Text
--------------------------------------------- */

.cgc-front-page .front-page-featured .icon:before {
	margin-bottom: 15px;
}

.cgc-front-page .front-page-featured .icon {
	font-size: 36px;
}

/* Pricing Table
--------------------------------------------- */

.cgc-front-page .front-page-featured .pricing-table {
 	margin-bottom: 0;
}

/* # Misc
--------------------------------------------- */

.cgc-front-page.cgc-posts-disabled .site-inner {
	display: none;
}
 
/* Contact Page
---------------------------------------------------------------------------------------------------- */

.full-width-content.cgc-contact-page .nf-form-layout {
	margin: 0;
}

/* Contact Page Sidebar
--------------------------------------------- */

.cgc-contact-page .sidebar .widget_media_image.widget:nth-of-type(1) img {
	border-radius: 0;
}

.cgc-contact-page .sidebar .widget_media_image .widget-title::after {
	margin-bottom: 35px;	
}

.cgc-contact-page .sidebar .widget_media_image.widget:nth-of-type(1) {
	margin-bottom: 40px;	
}

/* Custom Instagram Page Template
--------------------------------------------- */

.cgc-instagram-page .site-inner {
	padding-top: 0;
}

.cgc-instagram-page .content {
	max-width: 800px;
	margin: 0 auto;
	float: none;
	padding: 50px 30px 45px;
	text-align: center;	
}

.cgc-instagram-page .content > article {
	max-width: 80%;
	margin: 0 auto;
}

.cgc-instagram-page.page .page .entry-header {	
	margin: 0 0 18px;
}

.cgc-instagram-page.page .page .entry-content{
	margin-top: 28px;
}

.cgc-instagram-page .page.entry {
	margin-bottom: 15px;
	padding: 0;
}

/* #1 Instagram Widget Area
--------------------------------------------- */

.cgc-instagram-page .widget {
	margin-bottom: 40px;
}

.cgc-instagram-page .instagram.widget-area section:last-of-type .entry.post:last-of-type ,
.cgc-instagram-page .instagram.widget-area section:last-of-type .entry.post:last-of-type .view-post{
	margin-bottom: 0;
}

/* #2 Menu Widget 
--------------------------------------------- */

.cgc-instagram-page .menu li a {
	text-align: center;
	transition: all 0.2s ease-in-out;
	border: none;
	border: 1px solid transparent;
	padding: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
}

.cgc-instagram-page .menu li a:hover {
	box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.70); 
}

/* #3 Simple Social Icons Widget 
--------------------------------------------- */

.cgc-instagram-page .widget.simple-social-icons ul {
	text-align: center;
	float: none;
	display: inline-block;
}

.cgc-instagram-page .simple-social-icons ul li {
	margin: 0 2px !important;
}

.cgc-instagram-page .enews {
	padding: 30px 30px 35px ;
}

/* #4 Featured Post Widget 
--------------------------------------------- */

.cgc-instagram-page .content .widget.featuredpost .entry {
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 10px;	
}

.cgc-instagram-page .widget.featuredpost article {
	margin-bottom: 0;
	border: none;
}

.cgc-instagram-page .content .widget.featuredpost .entry p {
	text-align: justify;
}

.cgc-instagram-page .content .widget.featuredpost .entry .view-post {
	text-align: center;
}

.cgc-instagram-page .content .widget.featuredpost .entry .view-post a {
 	width: 100%;
}

.cgc-instagram-page .featuredpost .post.type-post .entry-header {
	margin: 10px 0 18px;
}

/* Icons
--------------------------------------------- */

.icon.fa {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 150%;
}

.icon.fa.medium {
	margin-bottom: 25px;
	margin-top: 15px;
}

/* Misc
--------------------------------------------- */

.site-inner {
	padding: 55px 30px 40px;
}

/* Portfolio
--------------------------------------------- */

.post-type-archive-portfolio .archive-description {
	max-width: 1200px;
	margin: 0 auto 40px;	
} 

.content .cgc-portfolio-content {
	padding-top: 15px;
	clear: both;
}
 
.cgc-archive .content .cgc-portfolio-content {
	margin-left: -1.5%;	
	margin-right: -1.5%;
}

.cgc-archive .content .cgc-portfolio-content .entry {
	margin-right: 1.617%;
	margin-left: 1.617%;
	width: 30.1%;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.content .cgc-portfolio-content .entry .entry-header {
	margin-bottom: 15px;
} 

.cgc-portfolio-paged .cgc-portfolio-content {
	padding-bottom: 95px;
}

.cgc-preload-isotope .pagination {
	position: relative;
}

.cgc-portfolio-paged .cgc-isotope-loaded .pagination {
	position: absolute;
	bottom: 1px;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	
	.cgc-archive .content .cgc-portfolio-content .entry {
		margin-right: 1.7%;
		margin-left: 1.7%;
		width: 46.6%;
		margin-bottom: 0;
	}	
}

@media only screen and (max-width: 480px) {
	
	.cgc-archive .content .cgc-portfolio-content {
		margin-left: 0;	
		margin-right: 0;
	}	
	
	.cgc-archive .content .cgc-portfolio-content .entry {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}	
}
 
/* Portfolio Single
--------------------------------------------- */

.single-portfolio .entry-header {
	margin-bottom: 50px;	
}

.single-portfolio .content {
	/* max-width: 900px; */
}

.single-portfolio .entry {
	margin-bottom: 0;
}

/* Custom Select
--------------------------------------------- */

.cgc-custom-select-wrapper {
	position: relative;
	user-select: none;
	min-width: 275px;
	float: right;
}

.cgc-custom-select {
	position: relative;
	display: flex;
	flex-direction: column;
}

.cgc-custom-select .cgc-custom-select__trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 10px 40px 10px 20px;
}

.cgc-custom-select .cgc-custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 2;
}

.cgc-custom-select.open .cgc-custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.cgc-custom-select .custom-option {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 0.5s;
	padding: 10px 40px 10px 20px;
}

.cgc-custom-select .cgc-custom-options {	 
	border-radius: 0 0 2px 2px;
}

.cgc-custom-select,
.cgc-custom-select .cgc-custom-select__trigger {
	border-radius: 2px 2px 0 0;
}

.cgc-custom-select .custom-option:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.cgc-custom-select .arrow {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -2px;
	right: 18px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-color: transparent transparent transparent transparent;
	border-top-color: inherit;
}

.cgc-custom-select.open .arrow {
	margin-top: -7px;
	border-top-color: transparent;
	border-bottom-color: inherit;
}

p.cgc-portfolio-result {
	line-height: 2;
	float: left;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 8px
}

.cgc-portfolio-filter {
	/*margin-top: -10px;*/
	margin-bottom: 30px;
}

.cgc-portfolio-filter::after,
.cgc-portfolio-content::after {
	clear: both;
	content: " ";
	display: table;
}

@media only screen and (max-width: 860px) {	

	.cgc-portfolio-filter {
		margin-bottom: 30px;
	}
}

/* Pricing Table
--------------------------------------------- */

.pricing-table {
	line-height: 1;
	margin: 30px 0;
}

.pricing-table h4 {
	text-align: center;
	margin: 0;
	padding: 40px 0;
}

.pricing-table .amount {
	padding-top: 10px;
	display: block;
}

.pricing-table .one-third,
.pricing-table .one-half,
.pricing-table .one-fourth {
	padding: 20px;
	border: 1px solid transparent;	
}

.pricing-table .one-third ul,
.pricing-table .one-half ul,
.pricing-table .one-fourth ul {
	margin: 0;
}

.pricing-table ul {
	padding-left: 0;
	list-style-position: inside;
}
 
.pricing-table ul > li {
	list-style-type: none;
} 
.pricing-table ul:first-of-type {
	padding-top: 20px;
}

.pricing-table ul:last-of-type {
	padding-bottom: 5px;
}

.pricing-table ul li {
	border-bottom: 1px solid transparent;
	text-align: center;
	padding: 20px 0 ;
	margin: 0;
}
.pricing-table ul > li:last-of-type {
	padding: 20px 0 ;	
}

.pricing-table ul:last-of-type li:last-child {
	border-bottom: none;
}

.pricing-table a.button {
 	display: block;
	text-align: center;
}

.pricing-table::before {
	content: " ";
	display: table;
}

.pricing-table::after {
	clear: both;
	content: " ";
	display: table;
}

/* Search Results
--------------------------------------------- */

.search-results .site-inner,
.search-no-results .site-inner {
	margin-bottom: 20px;
}

.search-results.cgc-archive .content .product,
.search-no-results.cgc-archive .content .product {
	border-bottom: none;
}

.search-results .content .search-form,
.search-no-results .content .search-form {
	margin:0 auto;
	width: 100%;
	border: 20px solid transparent;
}

.search-results .content .search-form,
.search-no-results .content .search-form {
	margin-bottom: 45px;
	margin-top: 5px;	
	width: 800px;
	max-width: 100%;
}

.search-results .page.type-page .entry-content,
.search-no-results .page.type-page .entry-content {
	margin-top: 10px;	
}

/* Alert
--------------------------------------------- */

.content > p.alert {
	margin-top: 30px;
}

/* Services
--------------------------------------------- */

.services {
	text-align: center;
}

.services .icon {
	font-size: 41px;
}

/* Forms
--------------------------------------------- */

.post-password-form p{
	text-align: center;
}

.post-password-form input[type="password"] {
	width: 30%;
}

/* Fadeup Effect
--------------------------------------------- */

.cgc-front-page .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;
}

/* Forced Ninja Form Styles
--------------------------------------------- */

.nf-form-content {
    padding: 0!important;
}

.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
    border: 1px solid transparent!important;
	height: auto!important;	
	padding: 15px 18px;
}

.nf-error.field-wrap .nf-field-element::after,
.nf-pass.field-wrap .nf-field-element::after {
	content: ""!important;
	width: 0!important;
}

.nf-error.field-wrap .nf-field-element {
    border: 1px solid #e80000!important;
}

.nf-form-content .nf-field-element textarea {
    min-height: 200px!important;
}

.nf-form-content input[type="button"] {
	padding: 12px 35px;	
	height: auto!important;
}

/* ipad/iphone Fix*
--------------------------------------------- */

/* ipad/iphone roundig of input and shadow*/
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password],
input[type=url],

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/* # Genesis Responsive Slider
--------------------------------------------- */

@media only screen and (max-width: 768px) {
		
	.home-slider #genesis-responsive-slider .slide-excerpt {
		max-width: 72%;
	}
	 
	.home-slider #genesis-responsive-slider .slide-excerpt-border {		
		padding: 15px 30px!important;		
	}

	.home-slider #genesis-responsive-slider .flex-direction-nav li a {
		height: 36px !important;
		margin-top: -18px !important;
		width: 36px !important;		
	}

	.home-slider #genesis-responsive-slider .flex-direction-nav li a::after {	
		font-size: 12px;
		width: 12px;
		margin-right: -6px;
		margin-top: -6px;		
	}
	
}

@media only screen and (max-width: 1600px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -5%;
		max-width: 110%;
	}
	
}

@media only screen and (max-width: 1400px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -10%;
		max-width: 120%;
	}
	
}

@media only screen and (max-width: 1300px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -15%;
		max-width: 130%;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -20%;
		max-width: 140%;
	}
	
}

@media only screen and (max-width: 1000px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -25%;
		max-width: 150%;
	}
	
}

@media only screen and (max-width: 900px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -40%;
		max-width: 180%;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -50%;
		max-width: 200%;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -50%;
		max-width: 200%;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -65%;
		max-width: 230%;
	}
	
}

@media only screen and (max-width: 500px) {

	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -100%;
		max-width: 300%;
	}	

} 

@media only screen and (max-width: 400px) {

	.home-slider #genesis-responsive-slider .flexslider .slides img {
		margin-left: -115%;
		max-width: 330%;
	}

}

@media only screen and (min-width: 1921px) {

	.home-slider .genesis_responsive_slider {
		max-width: 100%;
	}

	.home-slider .slide-image {
		max-height: none;
	}

	.home-slider .slides img {
		width: 100%;
	}
}

/* # Flexible Widgets
--------------------------------------------- */

@media only screen and (max-width: 860px) {	

	.cgc-front-page .flexible-widgets.widget-fourths .widget,
	.cgc-front-page .flexible-widgets.widget-halves .widget,
	.cgc-front-page .flexible-widgets.widget-thirds .widget {
		float: none;
		margin-left: 0;
		margin-bottom: 45px;
		width: 100%;
	}
	
	.cgc-front-page .flexible-widgets.widget-fourths .widget:last-of-type,
	.cgc-front-page .flexible-widgets.widget-halves .widget:last-of-type ,
	.cgc-front-page .flexible-widgets.widget-thirds .widget:last-of-type {
		margin-bottom: 0;
	}	
	
}

/* # Theme
--------------------------------------------- */

@media only screen and (min-width: 1024px) {	

	/* Fixed Menu
	--------------------------------------------- */
	
	.cgc-sticky-menu .nav-primary.fixed {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
	}

	.cgc-sticky-menu .nav-primary.fixed {
		position: fixed;
	}

	.cgc-sticky-menu.admin-bar .nav-primary.fixed {
		top: 32px;
	}
	
	.cgc-sticky-menu .nav-primary.fixed + div {
		margin-top: 54px!important;
	}
	
}

@media only screen and (min-width: 960px) {

	/* # category-index
	--------------------------------------------- */
	
	.cgc-category-index.single .content,
	.cgc-category-index.page .content {
		max-width: none;
	}
}

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
		max-width: 1280px;		
	}
	
}

@media only screen and (max-width: 1023px) {
	
	/* Misc
	--------------------------------------------- */
	
	.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%;
	}

	/* Site Header
	--------------------------------------------- */
	
	.header-top .wrap {
		padding-right: 0;
		padding-left: 0;	
	}
	
	.header-image .title-area {
		float: none;
	}
	
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	/* Header Social Menu
	--------------------------------------------- */
 
	.header-top .custom-social {
		width: 100%;
		padding: 0;
	}

	.header-top .custom-social .simple-social-icons {
		padding: 12px;
	}
	
	.header-top .custom-social .widget-wrap {
		display: inline-block;
	}
	
	.simple-social-icons {
		font-size: 0;
	}	
	
	/* Header Search
	--------------------------------------------- */	
	
	.site-header .search-form {
		float: none;
		margin: 16px auto;
	}		
	
	.header-top .search {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		border-left: none;
	}
	
	.header-top .search.search-right-full {
		width: 100%;
	}
	
	/* Cart Navigation
	--------------------------------------------- */
	
	.header-top .nav-cart {
		width: 80px;
		border: none;
		padding: 14px 14px 14px 0!important;
		text-align: right;
	}

	.header-top .header-social-search {
		float: none;
	}	
	
	/* Content
	--------------------------------------------- */	
	
	#genesis-content {
		float: none;
	}

	.sidebar-primary {
		float: none;
		margin: 0 auto;
		padding: 40px 0;
		max-width: 550px;

	}

	/* Responsive Menus
	--------------------------------------------- */
	
	.genesis-nav-menu,
	.site-description {
		text-align: center;
	}
	
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu,
	.nav-primary {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		padding: 12px; 
	}

	.menu-toggle:hover,
	.sub-menu-toggle:hover {
		border-width: 0;	
	}

	.menu-toggle {
		line-height: 18px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}
	
	.site-container .menu-toggle::before {
		font-size: 18px;
		text-rendering: auto;
		height: 18px;
	}
	
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border: 1px solid transparent;		
	}
	
	.site-header + .menu-toggle {
		border-right: none;		
		border-left: none;		
	}

	.sub-menu-toggle {
		float: right;
		padding: 14px 10px;
		margin-top: 2px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle:hover {
		box-shadow: none;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.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;
		line-height: 1.8;
	}

	.sub-menu-toggle.dashicons-before::before {
		font-size: 12px;
		height: 24px;
		width: 24px;
		line-height: 2;
		margin-right: 5px;
	}
	
	.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: center; 
		overflow: hidden;
	}

	.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: 16px 20px;
		width: 100%;
	}
	
	.site-footer .nav-footer .genesis-nav-menu > li:first-child a,
	.site-footer .nav-footer .genesis-nav-menu > li:last-child a {
		padding: 16px 20px;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: 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;
	}

	.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: 0;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	/* Primary Menu
	--------------------------------------------- */
	
	.nav-primary {
		border-top: none;
	}
	
	.nav-primary .wrap {
		padding: 0;
	}

	.nav-primary .genesis-nav-menu .menu-item a {
		border-top: 1px solid transparent;
	}

	.nav-primary .genesis-nav-menu > .menu-item:first-of-type a {
		border-top: none;
	}
	
	/* Footer
	------------------------------------------------------------------------------------------------ */
	
	.site-footer .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.site-footer .nav-footer {
		width: 100%;
		padding: 0;
	}
	
	.site-footer .menu-toggle {
		border-right: none;
		border-left: none;
	}
	
	.nav-footer .genesis-nav-menu > .menu-item:first-of-type a {
		border-top: none;
	}
	
	.nav-footer .genesis-nav-menu .menu-item a {
		border-top: 1px solid transparent;
	}
	
	.nav-footer {
		border-bottom: 1px solid transparent;
	}
	
	.site-footer .credits {
		width: 100%;
		padding: 18px 30px;
		text-align: center;
		clear: left;
	}
	
	.site-footer {
		border: none;	
	}
	
	#genesis-footer-widgets .wrap {
		max-width: 610px;	
	}
	
	/* Footer 2 Columns
	--------------------------------------------- */
	
	.genesis-footer-two-columns .footer-widgets-1,
	.genesis-footer-two-columns .footer-widgets-2 {
		float: none;
		width: 100%;
		margin: 0;
	}

	.genesis-footer-two-columns .footer-widgets-1 {
		margin-bottom: 25px;
	}

	/* Footer 3 Columns
	--------------------------------------------- */	
	
	.genesis-footer-three-columns .footer-widgets-1,
	.genesis-footer-three-columns .footer-widgets-2,
	.genesis-footer-three-columns .footer-widgets-3 {
		float: none;
		width: 100%;
		margin: 0;
	}

	.genesis-footer-three-columns .footer-widgets-1,
	.genesis-footer-three-columns .footer-widgets-2 {
		margin-bottom: 25px;
	}	
	
	/* Footer 4 Columns
	--------------------------------------------- */
	
	.genesis-footer-four-columns .footer-widgets-1,
	.genesis-footer-four-columns .footer-widgets-2,
	.genesis-footer-four-columns .footer-widgets-3,
	.genesis-footer-four-columns .footer-widgets-4 {
		float: none;
		width: 100%;
		margin: 0;
	}

	.genesis-footer-four-columns .footer-widgets-1,
	.genesis-footer-four-columns .footer-widgets-2,
	.genesis-footer-four-columns .footer-widgets-3 {
		margin-bottom: 25px;
	}		
	
	/* Footer Enews
	--------------------------------------------- */

	#genesis-footer-widgets .enews {
		padding: 0;
	}
	
	/* Pagination
	--------------------------------------------- */
	
	.archive-pagination.pagination {
		text-align: center;
		margin-bottom: 0;
	}

	/* Archives
	--------------------------------------------- */

	.cgc-archive .entry:nth-of-type(3n+1) {
		clear: none;
	}

	.cgc-archive .content .entry {
		float: left;
		width: 48%;
		margin-right: 4%;
	}

	.cgc-archive .entry:nth-of-type(2n) {
		margin-right: 0;
	}

	.cgc-archive .entry:nth-of-type(2n+1) {
		clear: both;
	}	
	
	/* Posts Layouts
	---------------------------------------------------------------------------------------------------- */
	
	/* 1. Featured + Grid
	--------------------------------------------- */
	
	.cgc-posts-featured-grid #genesis-content article.post:nth-of-type(odd),
	.cgc-page-number-1.cgc-posts-featured-grid #genesis-content article.post:nth-of-type(2n) {
		margin-right: 4%;
	}
	 
	/* 5. Featured + List
	--------------------------------------------- */
	
	.cgc-posts-featured-list .content .entry .featured-image,
	.cgc-posts-list .content .entry .featured-image {
		width: 45%;
	}

}

@media only screen and (max-width: 860px) {	

	/* Content
	--------------------------------------------- */
	
	.site-inner {
		padding-top: 45px ;
		padding-bottom: 40px ;
	}
	
	.sidebar {
		margin-bottom: 5%;
	}
	
	.page.type-page .entry-content {
		margin-top: 30px;	
	}
	
	/* Column Classes
	--------------------------------------------- */

	.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%;
	}
	
	/* Misc
	--------------------------------------------- */
	.full-width-content.page .entry-header,
	.after-entry {
		margin-bottom: 30px;
	}	

	.archive-description {
		margin-bottom: 40px;
	}
	
	.author-box {
		margin-bottom: 0;
	}

	/* Footer To Top
	--------------------------------------------- */

	.to-top {
		height: 36px;
		width: 36px;
		line-height: 36px;
	}
	
	 /* Genesis Simple Share
	--------------------------------------------- */

	.share-after::before,
	.share-filled::before {
		content: none;
	}	 
	
	/* Posts Layouts
	--------------------------------------------- */
		
	.cgc-posts-list .content .entry .featured-image,
	.cgc-posts-featured-list .content .entry .featured-image { 
		width: 100%;
	}

	.cgc-posts-list .content .entry .featured-image img ,
	.cgc-posts-featured-list .content .entry .featured-image img,
	.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type .featured-image img {
		width: 100%;
		max-width: 550px;		
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		display: block;
		float: none;
	}	 

	.cgc-posts-featured-list .content .entry,
	.cgc-posts-list .content .entry {
		padding-bottom: 10px;
	}

	.cgc-posts-featured-list .content .entry-content,
	.cgc-posts-list .content .entry-content {
		margin-left: 0;
	}
	
	/* After Entry Enews
	--------------------------------------------- */
		
	.after-entry .enews {
		padding: 35px 30px;
	}
	
	/* Comments
	--------------------------------------------- */
		
	.comment-respond,
	.entry-pings {
		padding: 35px 30px;
	}
	
	/* Footer
	--------------------------------------------- */
			
	#genesis-footer-widgets {
		padding: 65px 0;
	}
	
	/* Pricing Table
	--------------------------------------------- */

	.pricing-table .one-third {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
	/* Portfolio
	--------------------------------------------- */
	
	.post-type-archive-portfolio .archive-description {
		margin: 0 auto 30px;	
	} 

	.cgc-front-page .front-page-featured .featuredpost .entry-content .view-post {
		margin-bottom: 0;
	}			

}

@media only screen and (max-width: 768px) {
	
	/* Misc
	--------------------------------------------- */
		
	.cgc-front-page .site-inner,
	.site-inner, .wrap {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	/* Ninja Forms
	--------------------------------------------- */
		
	.nf-form-layout {
		padding-right: 25px;
		padding-left: 25px;		
	}
	
	.cgc-contact-page .label-above .nf-field-label {
		margin-bottom: 5px;
	}

	.cgc-contact-page .nf-field-container {
		margin-bottom: 15px;
	}

	/* Instagram Feed
	--------------------------------------------- */

	.instagram-footer .sbi_item.sbi_type_image {
		width: 33.33%!important;
	}

	.instagram-footer #sb_instagram .sbi_photo {
		max-height: calc(33.33vw)!important;
	}

	.instagram-footer .sbi_item.sbi_type_image:nth-child(n+7) {
		display: none!important;
	}

}

@media only screen and (max-width: 640px) {

	/* Instagram Feed ( Sidebar )
	--------------------------------------------- */

	.sidebar #sbi_images .sbi_item.sbi_type_image {
		max-width: 33.33%;
	}
	
	.sidebar #sb_instagram .sbi_photo {
		 max-height: calc(27vw)!important;
 	}

	/* Content Misc
	--------------------------------------------- */

	#genesis-content .entry .entry-footer {
		display: none;
	}

	.cgc-page-number-1.cgc-posts-page.cgc-posts-featured-grid .content .entry:first-of-type,
	.journal .content .entry {
		padding-bottom: 10px;
	}	

	.cgc-posts-featured-list .content .entry .featured-image {
		width: 100%;
	}

	#genesis-footer-widgets {
		padding: 55px 0;
	}

	.nf-form-layout {
		padding: 35px 30px 20px;
	}

}

@media only screen and (max-width: 480px) {
	
	.cgc-archive .content .entry {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		float: none;
	}
	
	.cgc-posts-featured-grid .content .entry, 
	.cgc-posts-grid .content .entry {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		float: none;	
	}
	
	/* Header Search
	--------------------------------------------- */	
	
	.header-top .search {
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}

	
	/* Cart Navigation
	--------------------------------------------- */
	
	.header-top .nav-cart {
		width: 60px;
	}
}


/* Front Page Media Queries
------------------------------------------------------------------------------ */

@media only screen and (max-width: 860px) {	

	/* Common
	--------------------------------------------- */

	.cgc-front-page .front-page-featured .wrap {
		max-width: 610px;
	}

	.cgc-front-page .front-page-featured .widget-title::after {
		margin-bottom: 40px;
	}

	.cgc-front-page .flexible-widgets {
		padding: 60px 0;
	}

	.cgc-front-page .site-inner {
		padding: 60px 30px;
	}

	/* Section #2 : Featured About Text + Image
	--------------------------------------------- */

	.cgc-front-page .front-page-featured .widget-halves .about::before {
		content: none;
	}

	.cgc-front-page .front-page-featured .widget-halves .about {
		margin-top: 0!important;
		padding: 0;
	}

	.cgc-front-page .front-page-featured .widget-halves .about h2::after {
		width: 40px;
	}	

	.cgc-front-page .front-page-featured .widget-halves .widget_media_image {
		text-align: center;
	}

	.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-wrap {
		margin: 0;
 	}

	.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-title {
		position: relative;
		transform: none;	
		right: auto;
		line-height: 1.6;
		margin-bottom: 25px; 
	}

	.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-title::after {
		content: "";
		margin-bottom: 20px;
		margin-top: 20px;
		width: 40px;
	}

	/* Section #3 : Featured Text + Background Image
	-------------------------------------------------- */

	.cgc-front-page .front-page-featured.front-page-3 .flexible-widgets {
		padding: 80px 0;
	}

	.cgc-front-page .front-page-featured .featured-text {
		max-width: 100%;
	}

	.cgc-front-page .front-page-featured.front-page-3 .submark {
		top: -65px;
		margin-left: -65px;
		width: 130px;	
	}

	/* Section #4 : Products (Woocommerce Widget)
	---------------------------------------------- */

	.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
		padding: 0;
	}

	.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li:last-child {
		margin-bottom: 0;
	}	

	/* Section #5 : Genesis - eNews Extended Widget
	------------------------------------------------ */

	.cgc-front-page .front-page-featured .enews input,
	.cgc-front-page .front-page-featured .enews .widget-title {
		float: none;
		width: 100%;
		margin: 0 0 22px;
	}

	.cgc-front-page .front-page-featured .enews .widget-title {
		padding: 0;
		text-align: center;
		margin-bottom: 25px;
	}

	.cgc-front-page .front-page-featured .enews-widget input[type="submit"] {
		width:100%;
		margin: 0;	
	}

	/* Extra Section 1. Genesis - Featured Posts Widget
	---------------------------------------------------- */

	.cgc-front-page .front-page-featured .featuredpost .post {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
 		padding: 0;
	}

	.cgc-front-page .front-page-featured .featuredpost .post:last-of-type {
		margin-bottom: 0;
	}	
}

@media only screen and (max-width: 640px) {	

	.cgc-front-page .flexible-widgets {
		padding: 50px 0;
	}

	.cgc-front-page .site-inner {
		padding: 50px 30px;
	}

}

@media only screen and (max-width: 360px) {
	
	.cgc-front-page .site-inner,
	.site-inner,
	.wrap,
	.site-header {
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media only screen and (max-width: 720px) {
	
	.content p.cgc-portfolio-result {
		float: none;
		padding-top:0;
		text-align: center;
		margin-bottom: 15px;
	}

	.cgc-custom-select-wrapper {
		width: 100%;
		float:none;
	}
}

/* Colors
---------------------------------------------------------------------------------------------------- */

/* 01. Site Title Color */
.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333333;
}

/* 02. Site Description Color */
.site-description {
	color: #555555;
}

/* 03. Body Text Color */
body {
	color: #444444;
}

.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
    color: #444444!important;
}

/* 04. Body Background Color */
body {
	background-color: #ffffff; 	
}

.cgc-instagram-page .content {
	background-color: #ffffff;
}

#sb_instagram .sbi_follow_btn a {
	background-color: #ffffff !important;
}

@media only screen and (max-width: 1023px) {
	.genesis-nav-menu-extra .widget.simple-social-icons {
		background-color: #ffffff; 	
	}
}

.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
	background: #ffffff!important;
}

/* 05. Link Color */
a {
	color: #333333;
}

/* 06. Link Hover Color */
a:hover {
	color: #d9a76e;	
}

/* 07. Icon Color */
.widget.simple-social-icons ul li a,
.widget.simple-social-icons ul li a:focus {
	color: #da9b54!important;
}

.icon ,
.search-form input[type="submit"],
.menu-toggle,
.sub-menu-toggle {
	color: #da9b54;
}

/* 08. Icon Hover Color */
.widget.simple-social-icons ul li a:hover {
	color: #d5b490!important;
}

.menu-toggle:hover,
.sub-menu-toggle:hover,

.search-form input[type="submit"]:hover {
	color: #d5b490;
}

/* 09. Border Color */
table td, table th,

.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover,

.nav-primary,
.nav-primary .genesis-nav-menu .menu-item a,

.nav-footer,
.nav-footer .genesis-nav-menu .menu-item a,
	
.entry.post,
.cgc-archive .entry.page,
 
.author-box,

.adjacent-entry-pagination,

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next,

.sidebar .widget_categories ul > li a,

.sidebar .widget_nav_menu .menu-item a,

.related-posts,

.comment-list article,

.widget_calendar th,

.widget_calendar td,

fieldset,

.gallery img,

.related-one-third,

.archive-pagination li a:focus, 
.archive-pagination li a:hover, 
.archive-pagination li.active a,

.entry-comments ul.children,
.site-footer,

.pricing-table .one-third,
.pricing-table .one-half,
.pricing-table .one-fourth,

.pricing-table ul li {
	border-color: #f5ebdf ;
}

@media only screen and (max-width: 1023px) {
	.genesis-nav-menu-extra .widget.simple-social-icons {
		border-color: #f5ebdf ;	
	}
}

/* 10. Primary Navigation Link Color */
.nav-primary .genesis-nav-menu a {
	color: #333333;
}

.cgc-instagram-page li a {
	color: #333333;
}

/* 11. Primary Navigation Link Hover Color */
.nav-primary .genesis-nav-menu li:hover > a.sf-with-ul,
.nav-primary .genesis-nav-menu a:hover {
	color: #d9a76e;
}

/* 12. Primary Navigation Background Color */ 
.nav-primary {
	background-color: #ffffff; 
}

/* 13. Secondary Background Color */
.genesis-nav-menu .sub-menu a,

.adjacent-entry-pagination a:hover, 

.comment-respond, .entry-pings, 

.entry-tags > a,

.sidebar .widget_categories ul > li a:hover,
.sidebar .widget_nav_menu .menu-item a:hover,

.cgc-front-page .front-page-featured .widget-halves .about::before,

.nf-form-layout,

.content .sticky,

.pricing-table h4,

.menu-toggle.activated {
	background-color: #fbf2e8;
}

.archive-pagination li a,
.archive-pagination li a:focus,

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	background-color: #fbf2e8;
	border-color: #fbf2e8;					
}

.error404 .entry-content .search-form,
.search-results .content .search-form,
.search-no-results .content .search-form {
	border-color: #fbf2e8;
}

.cgc-instagram-page li a,
.cgc-instagram-page, 
.cgc-instagram-page .enews {
	background-color: #fbf2e8;
}

.home-slider {
	background-color: #fbf2e8; 
}

.cgc-custom-select,
.cgc-custom-select .cgc-custom-options,
.cgc-custom-select .cgc-custom-select__trigger {
	background: #fbf2e8;
}

/* 14. Secondary Links or Text Color */
.genesis-nav-menu .sub-menu a,

.sidebar .widget_categories ul > li a:hover,
.sidebar .widget_nav_menu .menu-item a:hover,

.archive-pagination,
.archive-pagination li a,
.archive-pagination li:not(.active) a:hover,

.archive-pagination li a:hover,
.archive-pagination li.active a:hover,

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a,

.adjacent-entry-pagination a:hover {
	color: #df994b;	
} 

.archive-pagination .pagination-next a:hover,
.archive-pagination .pagination-previous a:hover {
	color: #df994b;			
	background: transparent;			
}

.cgc-custom-select,
.cgc-custom-select .cgc-custom-options,
.cgc-custom-select .cgc-custom-select__trigger {
	color: #df994b;
}

/* 15. Secondary Links Hover Color */
.genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu li:hover > a.sf-with-ul {
	color: #d5b490; 
}

.gallery img:focus,
.gallery img:hover {
	border-color: #d5b490;
}

/* 16. Header Top Background Color */
.header-top {
	background-color: #fbf2e8;
}

/* 17. Top Navigation Links Color */
.site-container .header-top a {
	color: #df994b ;
}

/* 18. Top Nvigation Links Hover Color */
.site-container .header-top a:hover {
	color: #d5b490 ;
}

/* 19. Header Top Icons Color */
.site-container .header-top .nav-cart a,
.header-top .search-form input[type="submit"] {
	color: #da9b54;
}

#header-social .widget.simple-social-icons ul li a,  
#header-social .widget.simple-social-icons ul li a:focus {
	color: #da9b54!important;
}

/* 20. Header Top Icons Hover Color */
.site-container .header-top .nav-cart a:hover,
.header-top .search-form input[type="submit"]:hover {
	color: #d5b490;
}

.header-top .widget.simple-social-icons ul li a:hover {
	color: #d5b490!important;
}

/* 21. Front Page 1 Background Color */
.cgc-front-page .front-page-1 {
	background-color: #fbf2e8;
}

.cgc-front-page .front-page-featured.front-page-1::after { 
	background-color: #fbf2e8;
}

/* 22. Front Page 2 Background Color */
.cgc-front-page .front-page-2 {
	background-color: #ffffff;
}
.cgc-front-page .front-page-featured.front-page-2::after { 
	background-color: #fbf2e8;
}

/* 23. Front Page 3 Background Color */
.cgc-front-page .front-page-3 {
	background-color: #fbf2e8;
}

.cgc-front-page .front-page-featured.front-page-3::after { 
	background-color: #fbf2e8;
}

/* 24. Front Page 4 Background Color */
.cgc-front-page .front-page-4 {
	background-color: #ffffff;
}

.cgc-front-page .front-page-featured.front-page-4::after { 
	background-color: #fbf2e8;
}

/* 25. Front Page 5 Background Color */
.cgc-front-page .front-page-5 {
	background-color: #fbf2e8;
}

.cgc-front-page .front-page-featured.front-page-5::after { 
	background-color: #fbf2e8;
}

/* 26. Front Page 6 Background Color */
.cgc-front-page .front-page-6 {
	background-color: #ffffff;
}

.cgc-front-page .front-page-featured.front-page-6::after { 
	background-color: #fbf2e8
}

/* 27. Front Page 7 Background Color */
.cgc-front-page .front-page-7 {
	background-color: #fbf2e8;
}

.cgc-front-page .front-page-featured.front-page-7::after { 
	background-color: #fbf2e8
}

/* 28. Post Meta Color */
.entry-meta,
.entry-meta a,

.share-filled.share-small, 
.share-filled.share-small .share, 
.share-filled.share-small .share,

.share-filled.share-small .share:hover, 
.share-filled.share-small .share:hover {
	color: #df994b ;
}

/* 29. Post Meta Hover Color */
.entry-meta a:hover {
	color: #d5b490;
}

/* 30. Headings Color */
h1, h2, h3, h4, h5, h6 ,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333333;
}

#sb_instagram .sbi_follow_btn a {
	color: #333333!important;
}

/* 31. Headings Hover Color */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6,

.related-posts a h3:hover {
	color: #777777;				
}

#sb_instagram .sbi_follow_btn a:hover {
	color: #777777!important;
}

/* 32. Button Background Color, 33. Button Text Color */
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.view-post a.button,
.widget_simpleimage .more a,
.entry-content .view-post a,
.to-top,
.to-top:focus,
.to-top:hover,

.genesis-footer-main .button,
.genesis-footer-main .button:focus,
.genesis-footer-main .button:hover,

.sidebar .button,
.sidebar .button:focus,
.sidebar .button:hover,

.more-from-category a,

.comment-reply a {
	background: #eab48e;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}

.nf-form-content input[type="button"] {
    background: #eab48e!important;
    color: #ffffff!important;
    transition: all 0.2s ease-in-out!important;
}

/***/

button:hover,
.view-post a:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,

.widget_simpleimage .more a:hover,

.to-top:hover,

.more-from-category :hover,

.comment-reply a:hover { 
	color: #ffffff;
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}
 
/* 34. Input Border Color */
input,
select,
textarea {
	border-color: #f5ebdf ;
}

/* 35. Input Focus Border Color */
input:focus,
textarea:focus {
	border-color: #c8b399!important;
}

/* 36. Sidebar Links Color */
.sidebar a {
	color: #333333;
}

/* 37. Sidebar Links Hover Color */
.sidebar a:hover {
	color: #d9a76e;
}	

/* 38. Widget Title Color */
.widget-title {
	color: #333333;
}

/* 39. Widget Title Bottom Border Color */
.widget-title::after,
.related-posts .related-title::after,
.cgc-front-page .front-page-featured .widget-halves .about h2::after {
	border-color: #e0b995;
}

/* 40. Enews Widget Background Color */
.sidebar .widget.enews-widget,

.after-entry .widget.enews-widget {
	background-color: #fbf2e8;
}

/* 41. Footer Background Color */
#genesis-footer-widgets {
	background-color: #fbf2e8;
}

/* 42. Footer Text Color */
#genesis-footer-widgets {
	color: #444444;
}

/* 43. Footer Links Color */
.genesis-footer-main a {
	color: #333333;
} 

/* 44. Footer Links Hover Color */
.genesis-footer-main a:hover {
	color: #d9a76e;
}

/* 45. Footer Icons Color */
#genesis-footer-widgets .widget.simple-social-icons ul li a, 
#genesis-footer-widgets .widget.simple-social-icons ul li a:focus {
	color: #da9b54!important; 
}

.genesis-footer-main .search-form input[type="submit"] {
	color: #da9b54; 
}

/* 46. Footer Icons Hover Color */
#genesis-footer-widgets .widget.simple-social-icons ul li a:hover {
	color: #d5b490!important; 
}

.genesis-footer-main .search-form input[type="submit"]:hover {
	color: #d5b490; 
}

/* 47. Footer Wdget Title Color */
#genesis-footer-widgets .widget-title {
	color: #333333;
}

/* 48. Footer Widget Title Bottom Border */
#genesis-footer-widgets .widget-title::after {
	border-color: #e0b995;
}

/* 49. Secondary Footer Background Color */
.site-footer {
	background: #ffffff;
}
/* 50. Secondary Footer Text Color */
.site-footer {
	color: #444444;
}
/* 51. Secondary Footer Link Color */
.site-footer a {
	color: #333333;
}
/* 52. Secondary Footer Link Hover Color */
.site-footer a:hover {
	color: #d9a76e;
}

/* Buttons */
.button.dark {
	background: #302a26;
	color: #ffffff;
}

.button.light {
	background:#ffffff;
	color:#333333;
}

/* Misc Colors */
::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999999;
}

::-moz-selection {
	background: #bbb;
	color:#ffffff;
}

::selection {
	background: #bbb;
	color:#ffffff;
}

/* Typography
---------------------------------------------------------------------------------------------------- */
/* Font Families //Google Fonts // Typography 1
--------------------------------------------- */

/* 01. Body Font Family, Weight, Style */
body {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* 02. Heading Font Family, Weight, Style */
h1, h2, h3, h4, h5, h6 ,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#sb_instagram .sbi_follow_btn a,

.tagcloud {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: normal;
}

.woocommerce ul.product_list_widget li .product-title,
.woocommerce .comment-reply-title {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: normal;
}

/* 03. Navigation Font Family, Weight, Style */
.genesis-responsive-menu,
.genesis-nav-menu a,
.sidebar .widget_nav_menu .menu-item a,		
.sidebar .widget_categories ul > li a, .sidebar .widget_nav_menu .menu-item a,

.site-footer {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
}

.cgc-instagram-page .menu li a {	
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
}

/* 04. Meta Font Family, Weight, Style */
p.entry-meta,
.share-after::before, .share-filled::before,
.front-page-featured .enews .widget-title,

.cgc-front-page .front-page-featured cite,
.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-title,
.cgc-front-page .front-page-featured .widget-halves .about h6,
.comment-respond label,

.nf-form-content .nf-field-label label {
		font-family: 'Montserrat', sans-serif;
		font-style: normal;
		font-weight: normal;	
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce.widget_recent_reviews .reviewer {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* 05. Widget Font Family, Weight, Style */
.widget-title {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: normal;	
}

/* 06. Button Font Family, Weight, Style */
.button,
.view-post,
.view-post a,
.widget.widget_simpleimage .more,
input[type="button"], input[type="reset"], input[type="submit"],
.comment-reply a {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
}

/* 07. Site Title Font Family, Weight, Style */
.site-title a {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: normal;
}

/* 08. Site Description Font Family, Weight, Style */
.site-description {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.cgc-front-page .front-page-featured blockquote {
	font-family: serif;
	font-weight: normal; 
}

/* Font Sizes // Typography 2
--------------------------------------------- */
 
/* 01. Site Title Font Size */
.site-title {
	font-size: 34px;
}

/* 02. Site Description Font Size */
.site-description {
	font-size: 10px;
}

/* 03. Body Font Size */
body,
body > div,
.sidebar .featured-content .entry-title {
	font-size: 15px;
}

/* 04. Navigation Font Size */
.genesis-nav-menu a,
.sidebar .widget_categories ul > li a,
.sidebar .widget_nav_menu .menu-item a,

.site-footer,

.cgc-instagram-page .menu li a {
	font-size: 11px;
}

/* 05. Social Icons Font Size */ 
.site-container .simple-social-icons ul li a,
.site-container .simple-social-icons ul li a:focus,
.site-container .simple-social-icons ul li a:hover {
	font-size: 14px !important;
}

.cart-contents::before,
.entry-footer .entry-comments-link a::before {
	font-size: 14px;
}
 
/* 06. Meta Font Size */
input,
select,
textarea,

p.entry-meta,
.share-after::before, 
.share-filled::before,
.adjacent-entry-pagination,
.to-top span::before,

.comment-respond p.comment-notes,
.comment-respond p.logged-in-as,
.comment-respond label,
.comment-list article .comment-time a,
.comment-respond p.comment-notes, .comment-respond p.logged-in-as {
	font-size: 11px;	
}

#sb_instagram #sbi_load .fa,
#sb_instagram .sbi_follow_btn .fa {
	font-size: 11px !important;
}

.cgc-front-page .front-page-featured .widget-halves .about h6,
.cgc-front-page .front-page-featured .enews .widget-title,
.cgc-front-page .front-page-featured cite,
.cgc-front-page .front-page-featured .widget-halves .widget_media_image .widget-title {
	font-size: 11px;
}

.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
	font-size:11px;
}

/* 07. Button Font Size */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-from-category a,
.comment-list article .comment-reply-link,
.share-filled .share,
.share-small .share,
.widget_simpleimage .more a,
.entry-tags > a {
	font-size: 10px;
}

.nf-form-content input[type="button"] {	
	font-size: 10px;
}

/* 08. Heading 1 Font Size */
h1 {
	font-size: 33px;
}

.single-post .entry-title,

.home-slider #genesis-responsive-slider .slide-excerpt h2,

.cgc-posts-featured .content .entry .entry-title,
.cgc-page-number-1.cgc-posts-featured-grid .content .entry:first-of-type .entry-title,
.cgc-page-number-1.cgc-posts-featured-grid .content .entry:first-of-type .entry-title,
.cgc-page-number-1.cgc-posts-featured-list .content .entry:first-of-type .entry-title {
	font-size: 33px;	
}

.cgc-front-page .front-page-featured blockquote {
	font-size: 33px;
}

.cgc-front-page .front-page-featured .icon {
	font-size: 41px; /* 33*1.25 */
}

.pricing-table .amount {
	font-size: 33px;
}

.archive-description .entry-title,
.archive-title,

.cgc-instagram-page .entry-header h1 {
	font-size: 33px;
}

/* 09. Heading 2 Font Size */
h2 {
	font-size: 30px;
}

/* 10. Heading 3 Font Size */
h3 {
	font-size: 26px;
}

.cgc-front-page .front-page-featured .featuredpost .entry-header,
.cgc-front-page .front-page-featured .featuredpost .entry-title {
	font-size: 26px;
}
.cgc-category-index .category-index-widgets .featuredpost .entry-title {
	font-size: 26px;
}

.cgc-archive .entry-title {
	font-size: 26px; 
}

.cgc-instagram-page .featuredpost .entry-title {
	font-size: 26px;
}

/* 11. Heading 4 Font Size */
h4 {
	font-size: 24px;
}

/* 12. Heading 5 Font Size */
h5 {
	font-size: 22px;
}

.widget-title {
	font-size: 22px;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load a {
	font-size: 22px !important;
}

.cgc-front-page .front-page-featured .featuredpage .entry-title {
	font-size: 22px;
}

.pricing-table h4 {
	font-size: 22px;
}

/* 13. Heading 6 Font Size */
h6 {
	font-size: 20px;
}

.search-no-results .entry p {
	font-size: 16px; /* 20*.8 */
}

/* // Typography  3
--------------------------------------------- */

/* 1. Site Title Letter Spacing. */
.site-title {
	letter-spacing: 12px;
}

/* 2. Site Description Letter Spacing. */
.site-description {
	letter-spacing: 4px;
}

/* 3. Body Letter Spacing. */
body {
	letter-spacing: 1px;			
}

/* 4. Navigation Letter Spacing. */
.genesis-nav-menu a {
	letter-spacing: 2.2px;
}
	
.sidebar .widget_categories ul > li a,
.sidebar .widget_nav_menu .menu-item a {
	letter-spacing: 2.2px;
}

.sidebar .featured-content .entry-title {
	letter-spacing: 2.2px;
}

.cgc-instagram-page .menu li a {
	letter-spacing: 2.2px;
}

/* 5. Meta Letter Spacing. */
input,
select,
textarea {
	letter-spacing: 2px;
}

p.entry-meta,
.share-filled.share-small:before {
	letter-spacing: 2px;
}

/* 6. Button Letter Spacing. */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-from-category a {
	letter-spacing: 2.2px;

}

/* 7. Heading Letter Spacing. */
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}

.widget-title {
	letter-spacing: 1.5px; /* 1*1.5 */
	
}

.related-posts .related-title {
	letter-spacing: 1.5px; /* 1*1.5 */
}

/* // Typography 4
--------------------------------------------- */

/* 1. Site Title Line Height. */
.site-title {
	line-height: 1.5;
}

/* 2. Site Description Line Height. */
.site-description {
	line-height: 1.5;
}

/* 3. Body Line Height. */
body {
	line-height: 2;	
}

/* 4. Navigation Line Height. */
.genesis-nav-menu a {

}	
.sidebar .widget_categories ul > li a,
.sidebar .widget_nav_menu .menu-item a {

}
.sidebar .featured-content .entry-title {

}

.cgc-instagram-page .menu li a {

}

/* 5. Meta Line Height. */
input,
select {
	line-height: 1;
}

/* 6. Button Line Height. */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-from-category a {
	line-height: 1.6;
}
/* 7. Heading Line Height */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
}

.widget-title {
	line-height: 2; /* 1*1.6 */
}

.related-posts .related-title {
	line-height: 2; /* 1*1.6 */
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333333 !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;
	}
	
	pre {
		margin: 0 0 35px;	
	}
	
	.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;
	}

}