/*******************************************************************************************************************

	Theme Name: Organic Adventure
	Theme URI: https://organicthemes.com/theme/adventure-theme/
	Description: A theme created for sharing travels and adventure.
	Author: Organic Themes
	Author URI: https://organicthemes.com
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Version: 3.5
	Text Domain: organic-adventure
	Domain Path: /languages/
	Tags: one-column, two-columns, three-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, featured-image-header, flexible-header, full-width-template, theme-options, translation-ready, sticky-post

	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Global
	 1.	Hyperlinks
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Home Page
	 7.	Content
	 8. Post Formats
	 9. Social Media
	10. Pagination
	11.	Images
	12. Portfolio
	13.	Wordpress Gallery
	14.	Sidebar
	15.	Widgets
	16.	Recent Comments Widget
	17.	Calendar Widget
	18.	Custom Menu Widget
	19.	Search Form
	20.	Footer
	21.	Comments
	22.	Buttons
	23. Tables
	24. Forms
	25. CSS3 Styles
	26. WordPress Core
	27. Builder Widgets
	28. Gutenberg

*******************************************************************************************************************/

body {
	background-color: #F4F4F4;
	color: #666666;
	font-size: 1em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.65;
	margin: 0px;
	padding: 0px;
}
body.wp-autoresize {
	box-sizing: border-box;
	padding: 12px 24px !important;
}

/************************************************
*	0.	Global									*
************************************************/

p {
	margin: 24px 0px;
	padding: 0px;
}
p:empty {
	display: none;
}
dfn, cite, em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
big {
	font-size: 140%;
}
small {
	font-size: 60%;
}
s {
	text-decoration: line-through;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
div {
	display: block;
}
span {
	display: inline;
}
hr {
	border: 0;
	height: 2px;
	color: #cccccc;
	background-color: #cccccc;
	margin: 36px auto;
	padding: 0px;
}
ol, ul {
	list-style: none;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul li {
	list-style: inside;
	list-style-type: square;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul ol li, ul ol ul ol li {
	list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
	list-style-type: square;
}
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
	margin: 32px 0px;
	padding: 24px 0px;
	border-left: none !important;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
}
blockquote p,
.wp-block-quote p,
.wp-block-pullquote blockquote p {
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
code, pre, .wp-block-code {
	color: #666666;
	background: #f9f9f9;
	font-size: 0.9em;
	font-family: Courier, Verdana, Tahoma, sans-serif;
	line-height: 1.4;
	margin: 24px 0px;
	padding: 12px;
	border: 1px solid #dddddd;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
}
code, pre {
	display: block;
	white-space: pre-line;
}
pre code {
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}
img, object, embed {
	max-width: 100%;
}
img, object, embed {
	height: auto;
	margin: 0px auto 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.align-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
	text-align: left;
}
.align-right {
	float: right;
	text-align: right;
}
.align-center {
	float: none;
	text-align: center;
}
.vertical-center {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontal-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 7;
}
.absolute-center {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 7;
}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
	border: none;
}
a, a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #006699;
	text-decoration: underline;
	cursor: pointer;
}

/************************************************
*	2.	Headings  								*
************************************************/

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	line-height: 1.1;
	word-wrap: break-word;
	font-weight: 300;
	margin: 24px 0px;
	padding: 0px;
}
h1 {
	font-size: 2.4rem;
	letter-spacing: -1px;
}
h2 {
	font-size: 2.2rem;
	letter-spacing: -1px;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.3rem;
}
h6 {
	font-size: 1.1rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #0099ff;
	text-decoration: none;
	border: none;
}
.headline {
	font-size: 3em;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: -1.4px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.headline.small {
	font-size: 2.4em;
	letter-spacing: -0.4px;
}
.title {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}

/************************************************
*	3.	Header
************************************************/

#header {
	position: relative;
	background-color: #ffffff;
	line-height: 0;
	margin: 0px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	z-index: 8;
}
#header .nav-row {
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-direction: row-reverse;
	max-width: 1120px;
	margin: 0px auto 0px;
}
#masthead {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0px;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
	z-index: 9;
}
.adventure-no-logo.adventure-logo-overlay.adventure-has-tagline #header .nav-row {
	justify-content: flex-end;
	width: 100%;
}
.adventure-no-logo.adventure-logo-overlay.adventure-has-tagline #masthead {
	position: absolute;
	top: 0; left: 0;
  display: inline-block;
  background: #000000;
  margin-bottom: 24px;
  padding: 24px;
  z-index: 9999;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.adventure-has-tagline #masthead .site-title,
.adventure-has-tagline #masthead .site-title a {
	display: block;
	color: #ffffff;
}
.adventure-has-tagline #masthead .site-title a:hover {
	text-decoration: underline;
}
.adventure-has-tagline #masthead .site-tagline {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}
.site-logo {
	display: flex;
	align-content: center;
	align-items: flex-start;
	margin: 0px;
	padding: 0px;
}
.custom-logo-link {
	display: block;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}
.site-title {
	display: block;
	font-size: 1.4rem;
	font-weight: 200;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
}
.site-title a,
.site-title a:link,
.site-title a:visited {
	color: #000000;
	text-decoration: none;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: rgba(0, 0, 0, .7);
}
.site-description {
	display: block;
	color: #ffffff;
	font-size: 2.4em;
	font-weight: 300;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	letter-spacing: 0px;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#logo {
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	max-width: 320px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
	z-index: 8;
}
#logo img {
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#logo .logo-text,
#site-logo .logo-text {
	float: left;
	font-size: 0;
	text-align: left;
	text-indent: -9999px;
	line-height: 0;
}
.video-header {
	max-height: 640px;
	overflow: hidden;
}
.wp-custom-header {
	position: relative;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wp-custom-header img {
	line-height: 0;
	margin-left: -999em;
}
.wp-custom-header-video-button {
	display: none;
}
.adventure-header-video-active .wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.adventure-header-video-active .wp-custom-header iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.adventure-logo-overlay #logo,
.adventure-logo-overlay #site-logo,
.adventure-logo-no-overlay #logo,
.adventure-logo-no-overlay #site-logo {
	position: absolute;
	top: 0; left: 0;
}
.adventure-has-logo.adventure-logo-no-overlay .container {
	margin-top: 120px;
}
.adventure-no-header.single-product #logo,
.adventure-no-header.single-product #site-logo {
	display: none;
}
.adventure-logo-no-overlay #header,
.adventure-no-header.single-product #header {
	margin-bottom: 24px;
}
.adventure-logo-no-overlay.organic-widgets-custom-template #header {
	margin-bottom: 0px;
}
.adventure-logo-no-overlay #header .nav-row,
.adventure-no-logo.adventure-logo-overlay #header .nav-row {
	flex-direction: row;
}
.adventure-has-logo.adventure-logo-no-overlay #header .nav-row {
	flex-direction: row-reverse;
}
#header-active {
	margin-top: -48px;
	z-index: 6;
}

/************************************************
*	4.	Navigation 								*
************************************************/

#navigation {
	display: inline-block;
	background-color: #FFFFFF;
	color: #999999;
	position: relative;
	max-width: 880px;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}
.menu-container {
	float: right;
}

/* Mobile Setup */
#side-menu,
#menu-toggle,
.icon-menu-close {
	display: none;
}

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.menu {
	line-height: 1.0;
}
ul.menu {
	float: left;
	line-height: 1;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
ul.menu ul,
div.menu ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 200px; /* left offset of submenus need to match (see below) */
	opacity: 0;
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
}
ul.menu ul li,
div.menu ul ul li {
	width: 100%;
	margin: 0px;
}
.menu li {
	float: left;
	display: inline-block;
	position: relative;
}
.menu li li {
	display: block;
	position: relative;
}
.menu a {
	display: inline-block;
	position: relative;
}
.menu li:hover ul,
.menu li[aria-expanded="true"] ul {
	left: 0;
	top: 100%; /* match top ul list item height */
	z-index: 99;
	opacity: 1;
}
ul.menu li:hover li ul,
div.menu ul li:hover li ul {
	top: -9999px;
	opacity: 1;
}
ul.menu li li:hover ul,
ul.menu li li[aria-expanded="true"] ul {
	left: 200px; /* match ul width */
	top: 0;
	opacity: 1;
}

/*** SKIN ***/
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	background: rgba(0, 0, 0, .04);
	color: #000000;
}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	background: rgba(0, 0, 0, .04);
	color: #000000;
}
#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
	background: none;
	color: rgba(0, 0, 0, .6);
}
#navigation .menu li.current-menu-ancestor a,
#navigation .menu li.current_page_ancestor a,
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	background: rgba(0, 0, 0, .04);
	color: #000000;
}
.menu {
	margin: 0px;
	padding: 0px;
}
.menu ul.sub-menu,
.menu ul.children {
	background-color: #FFFFFF;
	border-radius: 0px 0px 2px 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	transition-delay: .2s;
	-webkit-transition-delay: .2s; /* Safari */
}
.menu ul.sub-menu ul.sub-menu,
.menu ul.children ul.children {
	transition-delay: 0s;
	-webkit-transition-delay: 0s; /* Safari */
}
.menu ul ul.sub-menu,
.menu ul ul.children {
	border-radius: 0px 2px 2px 0px;
}
.menu a {
	color: #666666;
	background: none;
	line-height: 48px;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(255, 255, 255, .2);
	letter-spacing: 0.1px;
	margin: 0px;
	padding: 0px 12px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.menu a:focus,
.menu a:hover,
.menu a:active {
	color: #000000;
	background: rgba(0, 0, 0, .04);
	outline: 0;
	border-bottom: 2px solid #0099ff;
}
.menu li li a {
	display: block;
	background: none;
	text-transform: none;
	line-height: 36px;
	margin: 0px;
	padding: 0px 12px;
	border-bottom: none;
}
.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	color: rgba(0, 0, 0, .6);
}
.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active {
	color: #000000;
	background: rgba(0, 0, 0, .04);
	outline: 0;
	border-bottom: none;
}
.menu li {
	margin: 0px;
	border-right: 1px solid rgba(0, 0, 0, .08);
}
.menu li:first-child {
	border-left: 1px solid rgba(0, 0, 0, .08);
}
.menu li li {
	background: none;
	text-align: left;
	margin: 0px;
	border-right: none;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.menu li li:last-child,
.menu li li:last-child a {
	border-left: none;
}

/*** ARROWS **/
.menu li.menu-item-has-children > a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f107';
	margin-left: 6px;
}
.menu li li.menu-item-has-children > a::after {
	position: absolute;
	content: '\f105';
	right: 12px;
}

/************************************************
*	5. Slideshow							    *
************************************************/

.slideshow {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: -1px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.slideshow .feature-img,
.slideshow .feature-vid {
	margin-bottom: 0px;
	overflow: hidden;
}
.slideshow .feature-vid {
	max-width: 1200px;
	margin: 0px auto 0px;
}
.slideshow .information {
	width: 100%;
	max-width: 1120px;
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px 24px;
	box-sizing: border-box;
	z-index: 8;
}
.slideshow .information .headline {
	font-weight: 300;
	font-size: 2.6em;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.slideshow .information .headline.no-excerpt {
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.slideshow .information .headline a {
	color: #FFFFFF;
	text-decoration: none;
}
.slideshow .information .headline a:hover {
	color: rgba(255, 255, 255, .8);
}
.slideshow .information .excerpt {
	margin: 0px 0px 12px 0px;
}
.slideshow .information p {
	color: #FFFFFF;
	max-width: 60%;
	font-weight: 400;
	line-height: 1.6;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
}
.slideshow .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	border-bottom: 3px solid #666666;
	border-bottom: 3px solid rgba(255, 255, 255, 0.6);
	border-left: 3px solid #666666;
	border-left: 3px solid rgba(255, 255, 255, 0.6);
	border-right: 3px solid #333333;
	border-right: 3px solid rgba(255, 255, 255, 0.2);
	border-top: 3px solid #333333;
	border-top: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	height: 32px;
	width: 32px;
	-webkit-animation: spin .6s infinite linear;
	-moz-animation: spin .6s infinite linear;
	-ms-animation: spin .6s infinite linear;
	-o-animation: spin .6s infinite linear;
	animation: spin .6s infinite linear;
	z-index: 9;
}
.flexslider {
	background: #000000;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.flexslider.loading {
	min-height: 520px;
}
.flexslider ul,
.flexslider li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.flexslider .slides {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	position: relative;
	padding: 0px;
	max-height: 720px;
	min-height: 240px;
	background-size: cover;
	background-position: center;
	box-shadow: inset 0px -20px 20px -20px rgba(0, 0, 0, .2);
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
	line-height: 0;
	opacity: 0;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: none;
}

/* Caption style */
.flex-caption {
	background: none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	background: rgba(0,0,0,.3);
	color: #FFFFFF;
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav li a {
	display: block;
	background: #ffffff;
	font-size: 18px;
	line-height: 50px;
	height: 48px;
	width: 48px;
	text-decoration: none !important;
	margin: -24px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 50%;
	cursor: pointer;
	overflow: visible;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
	z-index: 9;
}
.flex-direction-nav .flex-next {
	right: 0;
	text-align: center;
	border-radius: 2px 0px 0px 2px;
}
.flex-direction-nav .flex-prev {
	left: 0;
	text-align: center;
	border-radius: 0px 2px 2px 0px;
}
.flex-direction-nav .flex-next i,
.flex-direction-nav .flex-prev i {
	color: #999999;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	text-decoration: none !important;
}
.flex-direction-nav .flex-prev:hover i,
.flex-direction-nav .flex-next:hover i {
	color: #333333;
}
.flex-direction-nav a.flex-disabled {
	opacity: 0 !important;
}

/* Control Nav */
.flex-control-nav {
	width: 1120px;
	position: absolute;
	right: 50%;
	bottom: 48px;
	text-align: right;
	margin: 0px -540px 0px 0px;
	padding: 0px;
	z-index: 9;
}
.gallery-slideshow .flex-control-nav {
	width: auto;
	right: 12px;
	bottom: 0px;
	margin: 0px;
}
.flex-control-nav li {
	display: inline-block;
	text-align: left;
	margin: 0px;
	padding: 4px !important;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 6px;
	height: 6px;
	display: block;
	background: #CCCCCC;
	cursor: pointer;
	text-indent: -999em;
	border-radius: 3px;
}
.flex-control-nav li a:hover {
	background: #666666;
}
.flex-control-nav li a.flex-active {
	background: #333333;
	cursor: default;
}

/************************************************
*	6.	Home Page
************************************************/

.home-profile {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: #ffffff;
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.home-profile .profile-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
}
.home-profile .information {
	padding: 36px;
	box-sizing: border-box;
	overflow: hidden;
}
.home-profile .information p {
	color: rgba(0, 0, 0, 0.5);
	font-size: 120%;
}
.home-profile .profile-img {
	min-width: 32%;
	line-height: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home-profile .profile-img img {
	margin-left: -9999px;
	opacity: 0;
}
.home-social {
	display: inline-block;
	background: #F9F9F9;
	width: 100%;
	bottom: 0;
	padding: 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.home-social .social-icons {
	float: left;
	text-align: center;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
.home-social .social-icons li {
	float: left;
}
.home-social .social-icons li a {
	background: #f9f9f9;
	color: #aaaaaa;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid rgba(0, 0, 0, .08);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	border-radius: 0px;
}
.home-social .social-icons li a:before {
	font-size: 18px;
}
.home-social .social-icons li a:hover {
	background: #eeeeee;
	color: #333333;
}
.home-blog .headline.small {
	margin-bottom: 0px;
}
.home-blog .feature-img {
	max-height: 640px;
	margin: 0px;
}
.home-blog .post-author {
	background: #F9F9F9;
	margin-top: 0px;
	padding: 12px;
	border-top: 1px solid rgba(0, 0, 0, .08);
	overflow: hidden;
}

/************************************************
*	7.	Content 					     	    *
************************************************/

#wrap {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.container {
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
}
.article,
.intro {
	display: block;
	background: #FFFFFF;
	padding: 24px 36px;
	overflow: hidden;
	border-radius: 2px;
}
.intro {
	border-top: 4px solid #0099ff;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.intro-img {
	background: #f4f4f4;
	min-height: 120px;
	position: relative;
}
.intro-img .headline {
	position: absolute;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
	font-weight: 300;
	left: 36px;
	right: 36px;
	bottom: 36px;
}
.intro-img .headline a {
	color: #FFFFFF !important;
}
.intro-img .headline a:hover {
	color: rgba(255, 255, 255, .7);
}
.post-holder {
	background: #FFFFFF;
	margin: 12px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	overflow: hidden;
}
.single-holder {
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	overflow: hidden;
}
.blog-holder,
.archive-holder {
	background: #FFFFFF;
	margin-bottom: 24px;
	padding-bottom: 0px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	overflow: hidden;
}
.category-wrap {
	display: inline-block;
	width: calc(100% + 26px);
	width: -webkit-calc(100% + 26px);
	width: -moz-calc(100% + 26px);
	margin-left: -12px;
	margin-bottom: 24px;
}
.category-wrap .article,
.category-wrap .intro {
	padding: 18px 24px;
}
.post-area {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
	padding: 0px;
}
.single.adventure-sidebar-inactive .post-area,
.archive.adventure-sidebar-inactive .post-area,
.search.adventure-sidebar-inactive .post-area {
	max-width: 880px;
}
.archive.woocommerce.adventure-sidebar-inactive .post-area {
	max-width: none;
}
.post-author {
	display: block;
	color: #999999;
	font-size: 0.8em;
	margin: -8px 0px 0px 0px;
	padding: 6px 0px;
}
.post-author p {
	margin: 0px;
	padding: 0px;
}
.post-meta {
	display: block;
	background: #F9F9F9;
	color: #999999;
	font-size: 0.8em;
	margin: 0px;
	padding: 12px;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.post-meta .align-left,
.post-meta .align-right {
	width: 50%;
}
.post-meta .fa-tags {
	margin-left: 8px;
}
.post-meta p {
	margin: 0px;
	padding: 0px;
}
.post-edit-link {
	display: inline-block;
	margin: 12px 0px;
}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0, 0, 0, .08);
}
.archive-column {
	float: left;
	width: 30%;
	margin: 0px;
	padding-right: 5%;
}
.archive-column.last {
	padding-right: 0;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

/************************************************
*	9.	Social Media
************************************************/

.social-menu {
	overflow: hidden;
}
.social-icons {
	list-style: none;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-icons li a {
	display: block;
	background: #333333;
	color: #666666;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	min-width: 32px;
	margin: 2px;
	padding: 0px;
	border-radius: 2px;
}
.social-icons li a:hover {
	background: #444444;
	color: #FFFFFF;
}
.social-icons li a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
	content: '\f0c1';
}
.social-icons li a span {
	display: none;
}
.social-icons li a[href*="bandcamp.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d5'; }
.social-icons li a[href*="soundcloud.com"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1be'; }
.social-icons li a[href*="reddit.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f281'; }
.social-icons li a[href*="twitch.tv"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e8'; }
.social-icons li a[href*="snapchat.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2ac'; }
.social-icons li a[href*="medium.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f23a'; }
.social-icons li a[href*="tumblr.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f173'; }
.social-icons li a[href*="apple.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f179'; }
.social-icons li a[href*="etsy.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d7'; }
.social-icons li a[href*="facebook.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f09a'; }
.social-icons li a[href*="twitter.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f099'; }
.social-icons li a[href*="google.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1a0'; }
.social-icons li a[href*="linkedin.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0e1'; }
.social-icons li a[href*="github.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f113'; }
.social-icons li a[href*="dribbble.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f17d'; }
.social-icons li a[href*="foursquare.com"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f180'; }
.social-icons li a[href*="pinterest.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0d2'; }
.social-icons li a[href*="wordpress.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f19a'; }
.social-icons li a[href*="youtube.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f167'; }
.social-icons li a[href*="vine.co"]::before           { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1ca'; }
.social-icons li a[href*="instagram.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16d'; }
.social-icons li a[href*="stackexchange.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f18d'; }
.social-icons li a[href*="spotify.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1bc'; }
.social-icons li a[href*="amazon.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f270'; }
.social-icons li a[href*="flickr.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16e'; }
.social-icons li a[href*="vimeo.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f27d'; }
.social-icons li a[href*="yelp.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e9'; }
.social-icons li a[href*="imdb.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d8'; }
.social-icons li a[href*="mailto:"]::before           { content: '\f0e0'; }
.social-icons li a[href$="/feed/"]::before            { content: '\f09e'; }

.social-icons li a[href*="tripadvisor.com"]:hover	{
	color: #ffffff;
	background: #00a680;
}
.social-icons li a[href*="twitter.com"]:hover	{
	color: #ffffff;
	background: #00aced;
}
.social-icons li a[href*="facebook.com"]:hover	{
	color: #ffffff;
	background: #3b5998;
}
.social-icons li a[href*="plus.google.com"]:hover {
	color: #ffffff;
	background: #dd4b39;
}
.social-icons li a[href*="linkedin.com"]:hover {
	color: #ffffff;
	background: #007bb6;
}
.social-icons li a[href*="pinterest.com"]:hover	{
	color: #ffffff;
	background: #cb2027;
}
.social-icons li a[href*="youtube.com"]:hover	{
	color: #ffffff;
	background: #bb0000;
}
.social-icons li a[href*="instagram.com"]:hover	{
	color: #ffffff;
	background: #517fa4;
}
.social-icons li a[href*="dribbble.com"]:hover {
	color: #ffffff;
	background: #ea4c89;
}
.social-icons li a[href*="foursquare.com"]:hover {
	color: #ffffff;
	background: #0072b1;
}
.social-icons li a[href*="yelp.com"]:hover {
	color: #ffffff;
	background: #d32323;
}
.social-icons li a[href*="etsy.com"]:hover {
	color: #ffffff;
	background: #d5641c;
}
.social-icons li a[href*="reddit.com"]:hover {
	color: #ffffff;
	background: #ff4500;
}

/************************************************
*	10.	Pagination
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	margin-bottom: 24px;
	padding: 12px 0px;
	position: relative;
	z-index: 9;
}
.pagination .page-numbers {
	display: inline-block;
	background: #dddddd;
	color: #999999 !important;
	color: rgba(0, 0, 0, .3) !important;
	height: 32px;
	width: 32px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #ffffff;
	color: #666666 !important;
	height: 32px;
	width: 32px;
	line-height: 32px;
	padding: 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}
.pagination .page-numbers.current {
	display: inline-block;
	background: #ffffff;
	color: #666666 !important;
	height: 32px;
	width: 32px;
	line-height: 32px;
	padding: 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}
.post-navigation {
	display: block;
	margin: 12px 0px;
	padding: 0px;
	overflow: hidden;
}
.previous-post {
	float: left;
	font-size: 0.9em;
}
.next-post {
	float: right;
	font-size: 0.9em;
}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
}
.page-links span {
	margin: 0px 3px;
}

/************************************************
*	11.	Images
************************************************/

.feature-img,
.feature-vid {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px;
	overflow: hidden;
}
.feature-vid {
	background: #000000;
}
.feature-img.page-banner {
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
}
.feature-img.page-banner img {
	opacity: 0;
}
.page-header {
	position: relative;
	min-height: 320px;
	max-height: 640px;
	background-color: #000000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.page-header img {
	opacity: 0;
}
.avatar {
	background: #FFFFFF;
	margin: 10px 20px 10px 0px;
	padding: 6px;
}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}
img.aligncenter,
.wp-block-image .aligncenter {
	text-align: center;
	margin: 24px auto;
	padding: 0px;
}
img.alignnone,
.wp-block-image .alignnone {
	margin: 24px 0px;
	padding: 0px;
}
img.alignright,
.wp-block-image .alignright {
	margin: 24px 0px 24px 24px;
	padding: 0px;
}
img.alignleft,
.wp-block-image .alignleft {
	margin: 24px 24px 24px 0px;
	padding: 0px;
}
.alignwide, .alignfull {
	position: relative;
	width: calc(100% + 72px);
	left: -36px;
	margin-left: 0px;
	margin-right: 0px;
	box-sizing: border-box;
}
.aligncenter, .alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-right: 0px;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-left: 0px;
}
.wp-caption {
	max-width: 100%;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.wp-caption a {
	display: block;
}
.wp-caption img {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
}
.wp-caption-text,
.wp-caption figcaption,
.wp-block-image figcaption,
[class*="wp-block"] figcaption,
.blocks-gallery-caption {
	display: inline-block;
	font-size: 85%;
	line-height: 1.6;
	margin: 0px;
	padding: 6px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

/************************************************
*	12.	Portfolio
************************************************/

.portfolio-wrap {
	margin-left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
}
#portfolio-filter {
	background: #FFFFFF;
	max-width: 1120px;
	text-align: center;
	margin: 24px 12px 12px 12px;
	padding: 0px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
#portfolio-filter li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#portfolio-filter li a {
	display: inline-block;
	color: rgba(0, 0, 0, 0.6);
	font-size: 80%;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px 18px;
	border-left: 1px solid rgba(0, 0, 0, .08);
}
#portfolio-filter li:last-child a {
	border-right: 1px solid rgba(0, 0, 0, .08);
}
#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
	color: #000000;
	background: #F4F4F4;
}
#portfolio-filter li:last-child a {
	margin-right: 0px;
}
#portfolio-list {
	max-width: 1180px;
	margin: 0px;
	padding: 0px;
}
.portfolio {
	margin-bottom: 24px;
}
.portfolio .portfolio-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.portfolio-item .feature-img,
.portfolio-item .feature-vid {
	margin-bottom: 0px;
}
.portfolio-half .article,
.portfolio-third .article {
	display: block;
	padding: 18px;
}
.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
	float: left;
}
.portfolio-item.single .article {
	padding: 36px;
}
.portfolio .portfolio-item .article {
	text-align: center;
	font-size: 90%;
}
.portfolio .portfolio-item .article p {
	margin: 6px 0px;
	padding: 0px;
}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
  	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/************************************************
*	13.	WordPress Gallery
************************************************/

.gallery {
	margin: 18px auto 18px !important;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0 !important;
	text-align: center;
	width: 33%;
	padding: 6px;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
	line-height: 0;
}
.gallery img {
	border: 6px solid rgba(0, 0, 0, 0.12) !important;
	margin: 6px;
	padding: 0px;
	border-radius: 2px;
	box-sizing: border-box;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.gallery img:hover {
	border-color: rgba(0, 0, 0, 0.4) !important;
}
.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.65;
	margin: 2px 0px 6px 0px;
}
.gallery dl, .gallery dt {
	margin: 0px;
}
.gallery br+br {
	display: none;
}

/************************************************
*	14.	Sidebar
************************************************/

.sidebar {
	font-size: .9em;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
.sidebar.left {
	padding: 0px 24px 0px 0px;
}

/************************************************
*	15.	Widget
************************************************/

.widget {
	background: #FFFFFF;
	margin-bottom: 24px;
	padding: 18px;
	overflow: hidden;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
.widget h6 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.widget li {
	display: block;
	list-style-type: none;
	line-height: 1.5;
	margin: 0px;
	padding: 8px 0px;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.widget li:first-child {
	padding-top: 0px;
	border-top: none;
}
.widget li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.widget li li {
	padding: 8px 12px;
}
.widget li li:first-child {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.widget li a {
	margin: 0px;
	padding: 0px;
}
.widget table {
	margin: 12px 0px;
}
.textwidget {
	margin: 0px;
}
.textwidget p {
	margin: 12px 0px;
	padding: 0px;
}
.textwidget iframe {
	max-width: 100%;
}
.tagcloud {
	line-height: 1.2;
}
.widget .recentcomments {
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 8px;
}
.google-maps-widget .gmw-thumbnail-map img {
	width: 100%;
}
.widget-grofile h4 {
	margin: 0px;
}

/************************************************
*	16.	RSS Widget
************************************************/

.widget h6 a.rsswidget {
	display: inline;
}
.widget a.rsswidget {
	display: block;
	line-height: 1.8;
}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	line-height: 1.6;
	margin-bottom: 12px;
}
.widget_rss .rssSummary {
	line-height: 1.8;
}

/************************************************
*	17.	Calendar Widget
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
}
#wp-calendar {
	width: 100%;
	text-align: center;
}
#wp-calendar a {
	margin: 0px;
}
#wp-calendar caption {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
}

/************************************************
*	18.	Custom Menu Widget
************************************************/

.widget ul.menu {
	float: none;
	text-align: left;
}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-right: none;
}
.widget ul.menu li:first-child {
	border-left: none;
}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	color: #006699;
	background: none;
}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #99CC33;
	height: auto;
	font-size: 1em;
	text-transform: none;
	line-height: 1.6;
	margin: 0px;
	padding: 8px 0px;
	border: none;
}
.widget ul.menu li a:hover {
	color: #006699;
	text-decoration: underline;
}
.widget ul.menu li:first-child a {
	padding-top: 0px;
}
.widget ul.menu li li:first-child a {
	padding-top: 8px;
}
.widget ul.menu li:last-child a {
	padding-bottom: 0px;
}
.widget ul.menu li li:last-child a {
	padding-bottom: 8px;
}
.widget .sf-arrows .sf-with-ul:after {
	right: 2px;
}
.widget ul.menu li ul.sub-menu {
	float: none;
	display: block;
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	box-shadow: none;
	opacity: 1;
}
.widget ul.menu li ul.sub-menu li a {
	padding-left: 12px;
}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
}

/************************************************
*	19.	Search Form
************************************************/

#searchform {
	display: flex;
	margin: 0px;
	padding: 0px;
}
#searchform label {
	display: none;
}
input.search-field,
#searchform #s {
	float: left;
	background: rgba(0, 0, 0, 0.04);
	color: #999999;
	width: 64%;
	line-height: 1.4;
	margin: 0px;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
#searchform #searchsubmit,
.woocommerce-product-search button[type=submit] {
	float: right;
	width: 32%;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
	padding: 10px 12px;
}
.no-result-search {
	display: block;
	margin-top: 12px;
}
.no-result-search #searchform {
	max-width: 480px;
}

/************************************************
*	20.	Footer
************************************************/

.footer {
	background: #000000;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}
.footer-widgets {
	margin: 0px auto 0px;
	padding: 24px 0px;
	overflow: hidden;
}
.footer-widgets .widget {
	float: left;
	width: 25%;
	background: none;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.footer-widgets .widget li {
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.footer-widgets .widget li:first-child {
	border-top: none;
}
.footer-widgets .widget .footer-widget {
	padding: 12px;
}
.footer-widgets .widget h6 {
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.footer-widgets .widget a {
	color: #999999;
}
.footer-widgets .widget a:hover {
	color: #FFFFFF;
}
.footer-widgets .textwidget {
	color: #666666;
}
.footer-widgets form input,
.footer-widgets form input[type='url'],
.footer-widgets form input[type='tel'],
.footer-widgets form input[type='email'],
.footer-widgets form input[type='text'],
.footer-widgets form input[type='password'],
.footer-widgets input.search-field,
.footer-widgets #searchform #s,
.footer-widgets form textarea,
.footer-widgets select {
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: none;
}
.footer-information {
	background: #242424;
	padding: 48px;
	overflow: hidden;
}
.footer-information .align-left {
	font-size: 0.8em;
	line-height: 1.8;
}
.footer-information p {
	margin: 0px;
	padding: 0px;
}
.footer-content {
	color: #666666;
	max-width: 1120px;
	margin: 0px auto 0px;
}
.footer-content a {
	color: #999999;
}

/************************************************
*	21.	Comments
************************************************/

.page #comments {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#comments {
	background: #FFFFFF;
	margin-top: 24px;
	padding: 24px 36px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, .04);
}
#comments-title {
	font-size: 2em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
}
#reply-title {
	margin: 0px;
	padding: 0px;
}
.commentlist li .avatar {
	float: right;
	background: #F4F4F4;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .08);
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0,0,0, .08);
}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0,0,0, .08);
}
.commentlist li ul li {
	padding-left: 24px;
}
.commentlist li ul li:last-child {
	border-bottom: none;
}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
}
.comment {
	padding: 18px 0px;
}
#commentform {
	margin: 6px 0px 0px 0px;
}
.commentlist li #respond {
	border-top: 1px solid rgba(0,0,0, .08);
}
#respond {
	padding-top: 20px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cancel-comment-reply-link {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
}
.form-submit #submit {
	margin-top: 0px !important;
}
p.logged-in-as {
	margin-top: -6px;
}
.nocomments {
	display: none;
}
.comment-edit-link {
	float: right;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1;
	margin-top: -12px;
	padding: 0px;
}
.reply a,
.reply a:link,
.reply a:visited {
	padding-top: 4px;
	padding-bottom: 4px;
}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.form-allowed-tags {
	display: none;
}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
}
.children {
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	margin: 0px;
	padding: 0px;
}

/************************************************
*	22.	Buttons
************************************************/

button, button[type=submit], .button, a.button, a.button:link, a.button:visited, #comments .reply a,
.wp-block-button__link, .wp-block-search__button, a.more-link, a.more-link:link, a.more-link:visited,
#searchsubmit, #prevLink a, #prevLink a:link, #prevLink a:visited, #nextLink a,
#submit, input[type=submit], input#submit, input.button, #infinite-handle span button,
.sidr-class-site-header-cart a.sidr-class-button {
	position: relative;
	top: -3px;
	display: inline-block;
	background-color: #f4f4f4;
	color: #666666;
	font-weight: 400;
	font-size: 0.9rem;
	font-style: normal;
	letter-spacing: 0.4px;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 24px 0px;
	padding: 8px 18px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
}
button:hover, button[type=submit]:hover, .button:hover, a.button:hover, a.button:focus, a.button:active, #comments .reply a:hover,
.wp-block-button__link:hover, .wp-block-search__button:hover, a.more-link:hover, a.more-link:active, a.more-link:focus,
#searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, input[type=submit]:hover,
#submit:hover, input#submit:hover, input.button:hover, #infinite-handle span button:hover,
.sidr-class-site-header-cart a.sidr-class-button:hover {
	top: 0px;
	background-color: #0099ff;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
	line-height: 1.4;
	margin: 24px 0px;
	padding: 8px 18px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	cursor: pointer;
}
.more-link-wrapper a.more-link, .more-link-wrapper a.more-link:link, .more-link-wrapper a.more-link:visited,
.more-link-wrapper a.more-link:hover, .more-link-wrapper a.more-link:active, .more-link-wrapper a.more-link:focus {
	margin: 0px;
}

/************************************************
*	23. Tables
************************************************/

table,
.wp-block-table table {
	width: 100%;
	text-align: left;
	margin: 32px 0px;
	padding: 0px;
	border: 3px solid #dddddd;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	border-spacing: 0;
	border-radius: 4px;
}
table p,
table form,
table ul,
table li {
	margin: 6px 0px;
	padding: 0px;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
	border: 1px solid #dddddd;
}
table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}
table th,
.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border-top: 1px solid #dddddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td,
.wp-block-table td {
	padding: 12px;
	margin: 0px;
	border-top: 1px solid #dddddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}

/************************************************
*	24. Forms
************************************************/

form {
	display: block;
}
form p {
	margin: 6px 0px;
	padding: 0px;
}
form div {
	display: block;
}
form span {
	margin-bottom: 8px;
	overflow: hidden;
}
form span.required {
	display: inline;
}
form li,
form ul,
form ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form fieldset {
	margin: 12px 0px;
	border-color: rgba(0, 0, 0, 0.12);
}
form legend {
	font-weight: bold;
}
form label {
	margin-top: 6px;
}
form li > label {
	font-weight: bold;
}
form li li > label {
	font-weight: normal;
}
form span label {
	font-size: 0.8rem;
}
form input,
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form textarea {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.04);
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	margin: 6px 0px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'] {
	width: 50%;
}
form textarea {
	width: 100%;
}
form input[type='checkbox'],
form input[type='radio'] {
	display: inline-block;
	margin-left: 0px;
	margin-right: 6px;
}
form input[type='submit'] {
	margin-top: 0px;
}
form .form-submit {
	padding: 8px 0px;
}
textarea {
	overflow: auto;
}
address {
	margin: 12px 0px;
}
select {
	display: block;
	background-color: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.6);
	color: #666666;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
	width: auto;
	max-width: 100%;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px 46px 6px 8px !important;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
	background-position:
		calc(100% - 16px) 50%,
		calc(100% - 11px) 50%,
		calc(100% - 32px) 6px;
	background-size:
		5px 5px,
		5px 5px,
		1px 28px;
	background-repeat: no-repeat;

	/* reset */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/************************************************
*	25.	CSS3 Styles
************************************************/

a, button, .button, #submit, #searchsubmit {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.shadow {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .12);
}
.radius-full {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.radius-top {
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
}
.radius-bottom {
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/************************************************
*	26.	WordPress Core
************************************************/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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;
	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. */
}

/************************************************
*	27.	Builder Widgets
************************************************/

.organic-widgets-custom-template .container {
	margin-top: 0px !important;
}
.organic-widgets-content, .organic-widgets-aligner, .organic-widgets-group-container,
.organic-widget_widget_text, .organic-widget_widget_media_video, .organic-widget_widget_media_audio,
.organic-widget_widget_search, .organic-widget_widget_recent_entries, .organic-widget_widget_recent_comments,
.organic-widget_widget_archive, .organic-widget_widget_categories, .organic-widget_widget_meta, .organic-widget_widget_media_gallery {
	max-width: 1104px;
}
.organic-widgets-card,
.home-page .organic-widgets-group-container {
	background-color: #ffffff;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	overflow: hidden;
}
.organic-widget .organic-widgets-button-holder .button {
	margin: 0px auto;
}
.organic-widgets-testimonial-section .flex-viewport {
	padding-left: 12px;
	padding-right: 12px;
}
.organic-widgets-testimonial-section .flex-viewport .slides {
	padding: 0px;
	overflow: visible;
}
.organic-widgets-testimonial-avatar,
.organic-widgets-testimonial-slide-content {
	margin-top: 12px;
}
.organic-widgets-testimonial-avatar {
	margin-bottom: -24px;
}
.organic-widgets-flexslider .flex-direction-nav li a {
	box-shadow: none;
}
.home-page .organic-widget {
	background-color: #ffffff;
	padding: 0px;
	margin-bottom: 24px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}
.home-page .organic-widgets-section.organic-widgets-subpage-section {
	background: #ffffff;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 2px;
}
.home-page .organic-widgets-section.organic-widgets-group {
	background: none !important;
	margin-bottom: 24px;
}
.home-page .organic-widgets-group-container .organic-widget {
	margin: 0px;
	box-shadow: none;
}
.home-page .organic-widgets-section.organic-widgets-group .organic-widgets-card {
	border-radius: 0px;
	box-shadow: none;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.home-page .organic-widgets-section.organic-widgets-group .organic-widget:last-child .organic-widgets-card {
	border-right: none;
}
.home-page .organic-widgets-section.organic-widgets-group,
.home-page .organic-widgets-section .organic-widgets-section,
.home-page .organic-widgets-section {
	padding: 0px;
}
.home-page .widget_organic_widgets_blog_posts_section,
.home-page .widget_organic_widgets_team_section,
.home-page .widget_organic_widgets_portfolio_section,
.home-page .widget_organic_widgets_testimonial_section {
	width: calc(100% + 24px);
	margin-top: -12px;
	margin-left: -12px;
	background-color: transparent;
	box-shadow: none;
}
.home-page .organic-widgets-post-holder article {
	background: none;
}
.home-page .organic-widgets-portfolio-section .organic-widgets-post-holder article {
	margin: 12px;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	overflow: hidden;
}
.home-page .organic-widgets-featured-product-information,
.home-page .organic-widgets-feature-list-section {
	padding: 24px;
}

/************************************************
28. Gutenberg
************************************************/

/* Media */

.wp-block-image {
	text-align: center;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.wp-block-image img {
	display: block;
}
.wp-block-embed {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-gallery .blocks-gallery-item {
	padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	border: none;
}
.wp-block-cover {
	box-sizing: border-box;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull,
.wp-block-cover .wp-block-button,
.wp-block-cover-image .wp-block-button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-block-cover .wp-block-cover__inner-container {
	padding: 36px;
	box-sizing: border-box;
}
.wp-block-column .wp-block-cover .wp-block-cover__inner-container {
	padding: 0px;
}
.wp-block-cover .wp-block-cover__inner-container p {
	margin-top: 24px;
	margin-bottom: 24px;
}
.wp-block-cover .wp-block-cover__inner-container > :first-child {
	margin-top: 0px;
}
.wp-block-cover .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0px;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.wp-block-cover.alignwide .wp-block-cover__inner-container {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0px auto;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
	z-index: 7;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

/* Buttons */

.wp-block-button {
	position: relative;
	box-sizing: border-box;
}
.wp-block-button.alignleft {
	float: none;
	text-align: left;
}
.wp-block-button.alignright {
	float: none;
	text-align: right;
}
.wp-block-button.alignwide .wp-block-button__link {
	display: block;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: inherit;
	box-shadow: none;
	text-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: inherit;
	background: inherit;
}
.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff;
	border-color: #ffffff;
}

/* Quotes */

.wp-block-quote.is-style-large p {
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	margin: 0px;
}
.wp-block-quote.is-style-large.has-text-align-center cite {
	text-align: center;
}
.wp-block-quote.is-style-large.has-text-align-left cite {
	text-align: left;
}
.wp-block-quote.is-style-large.has-text-align-center cite {
	text-align: center;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	font-size: 0.85rem;
	font-style: normal;
	margin-top: 12px;
	opacity: 0.6;
}
.wp-block-pullquote {
	display: block;
	margin: 36px 0px 24px;
	padding: 36px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #dddddd;
}
.wp-block-pullquote blockquote::before {
	position: absolute;
	top: -64px; left: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.4);
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-left: -24px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
}
.wp-block-pullquote.is-style-solid-color {
	padding-left: 48px;
}
.wp-block-pullquote.is-style-solid-color blockquote::before {
	left: -48px;
	top: 0px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: none;
}
.wp-block-pullquote blockquote {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}
.wp-block-pullquote blockquote p {
	margin-bottom: 12px;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
	color: inherit;
	font-size: 90%;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.6;
}

/* Columns */

.wp-block-columns {
	display: flex;
	box-sizing: border-box;
}
.wp-block-columns.alignfull {
	padding-left: 36px;
	padding-right: 36px;
}
.wp-block-column > :first-child {
	margin-top: 0px;
}

/* Jetpack */

div[class*="wp-block"] form.contact-form input[type="text"],
div[class*="wp-block"] form.contact-form input[type="email"],
div[class*="wp-block"] form.contact-form input[type="tel"],
div[class*="wp-block"] form.contact-form input[type="url"] {
	width: 100%;
}
div[class*="wp-block"] form.contact-form label span {
	float: right;
}
div[class*="wp-block"] form.contact-form .contact-submit {
	margin: 0px;
}
.wp-block-jetpack-email,
.wp-block-jetpack-phone,
.wp-block-jetpack-address {
	margin-top: 6px;
	margin-bottom: 6px;
}
.wp-block-jetpack-email::before {
	color: #999999;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 90%;
	content: '\f0e0';
	margin-right: 8px;
}
.wp-block-jetpack-phone::before {
	color: #999999;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f095';
	margin-right: 8px;
}
.wp-block-jetpack-layout-grid {
	box-sizing: border-box;
}
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignfull,
.wp-block-jetpack-layout-grid div[class*="wp-block"].alignwide,
.wp-block-jetpack-layout-grid figure[class*="wp-block"].alignwide {
	left: auto;
	width: auto;
	max-width: 100%;
	padding: 0px;
}

/* Misc */

.wp-block-table {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table figcaption {
	margin-top: -24px;
}
.wp-block-audio {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-audio audio {
	width: 100%;
}
.wp-block-search .wp-block-search__button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-block-separator {
	margin: 36px auto;
	border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-social-links .wp-social-link {
	padding: 0px;
}
.wp-block-social-links .wp-social-link a {
	color: inherit;
}
