/*!
Theme Name: Chatty Press
Theme URI: http://underscores.me/
Author: Matt Jones
Author URI: https://chattypress.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chatty-press
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Chatty Press is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
}

body {
	color: #182832;
	font-family: Karla;
	font-size: 1.1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1px;
}

h1, h2, h3 {
	font-size: 35px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.nowrap {
	white-space: nowrap;
}

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

header.site-header {
	margin: 45px auto 0 auto;
	padding: 0 53px;
	max-width: 1600px;
	display: flex;
	align-items: center;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #D59F35;
}

a:visited {
	color: #D59F35;
}

a:hover, a:focus, a:active {
	color: #D59F35;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	margin-left: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-left: 30px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #182832;
}

.main-navigation a:visited, .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
	color: #182832;
}

/* Small menu. */
a.menu-toggle {
	display: block;
	float: left;
	margin: 13px 0 0 20px;
	font-size: 20px;
}

.main-navigation.toggled ul {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 138px;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	animation: mobilemenu;
	animation-duration: 150ms;
	overflow: hidden;
}

@keyframes mobilemenu {
  from {height: 0%;}
  to {height: 100%;}
}

.main-navigation.toggled ul li {
	display: block;
	float: none;
	margin-top: 10px;
}

@media screen and (min-width: 992px) {
	a.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

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

.site-info {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 1em;
}

footer.site-footer {
	background-color: #d59f35;
}

#footer-sidebar {
	color: #fff;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer-sidebar1 h3, #footer-sidebar3 h3 {
	font-family: Karla;
	font-size: 14px;
	text-transform: uppercase;
	margin: 56px 0 0 0;
}

#footer-sidebar1 a, #footer-sidebar3 a {
	color: #fff;
	font-family: Playfair Display;
	text-decoration: none;
	font-size: 14px;
}

#footer-sidebar1 .padding {
	padding-left: 100px;
}

#footer-sidebar2 {
	text-align: center;
}

#footer-sidebar2 .padding {
	padding-bottom: 20px;
}

#footer-sidebar2 h3 {
	margin: 48px 0 12px 0;
}

#footer-sidebar2 a {
	color: #fff;
}

#footer-sidebar2 i {
	font-size: 24px;
	margin: 10px;
}

#footer-sidebar3 {
	text-align: right;
}

#footer-sidebar3 .padding {
	padding-right: 100px;
}

.max1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.nowrap {
	white-space: nowrap;
}

#sb_instagram {
  padding-left: 40px;
}

#sb_instagram #sbi_images .sbi_item {
  padding: 18px 18px 0 0 !important;
}

#sb_instagram svg {
  display: none !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

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

@media screen and (max-width: 1024.98px) {
	#footer-sidebar1 .padding {
		padding-left: 10px;
	}

	#footer-sidebar3 .padding {
		padding-right: 10px;
	}
}

@media screen and (max-width: 991.98px) {
	header.site-header {
		margin-top: 20px;
		padding: 0 20px;
		display: block;
	}
	
	header.site-header .site-branding {
		text-align: center;
		padding-right: 18px;
	}

	#footer-sidebar {
		padding-bottom: 10px;
	}

	#footer-sidebar1 h3, #footer-sidebar3 h3 {
		margin-top: 40px;
	}

	#footer-sidebar2 h3 {
		margin-top: 34px;
	}
}


@media screen and (max-width: 767.98px) {
	#footer-sidebar {
		padding-bottom: 20px;
	}

	#footer-sidebar2 .padding {
		padding-bottom: 0;
	}

	#footer-sidebar1 h3, #footer-sidebar3 h3 {
		margin: 0;
	}

	#sb_instagram {
		padding-left: 0;
	}

	#sb_instagram #sbi_images .sbi_item {
		padding: 0 0 18px 0 !important;
	}
}
