@charset "UTF-8";
/*
Theme Name: Theme 2023
Theme URI: http://www.sjdworld.com/
Author: SJDWorld
Author URI: http://www.sjdworld.com
Description: A simple, clean and responsive Wordpress template from the house of SJDWorld.
Version: 1.2.0
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 7.3
License: MIT
License URI: LICENSE
Text Domain: sjdw-theme
*/
/* Theme styles */
body {
	background-color: #15020d;
}

h1,
h2 {
	font-weight: 400;
}

ul,
ol {
	padding-left: 1.25rem;
}
ul li,
ol li {
	margin-bottom: 0.5rem;
}

a:hover,
a:focus,
a:active {
	transition: color 0.2s ease;
	text-decoration: none;
	outline: none;
}

a:hover svg {
	transition: fill 0.2s ease;
}

.blockquote {
	font-style: italic;
	font-size: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	position: relative;
}
.blockquote::before {
	content: "”";
	color: #dee2e6;
	font-size: 4em;
	position: absolute;
	top: 0;
	right: 1rem;
}
.blockquote::after {
	content: "“";
	color: #dee2e6;
	font-size: 4em;
	position: absolute;
	top: 0;
	left: 1rem;
}
.blockquote header {
	display: block;
	color: #343a40;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 1em;
}
.blockquote header cite {
	display: block;
	color: #343a40;
	font-style: italic;
	font-weight: 400;
	font-size: 0.8em;
}

span.star {
	color: #dc3545;
}

.form-control.error {
	border: 1px solid #dc3545;
}

label.error {
	display: none !important;
	visibility: hidden !important;
}

#wrapper {
	min-height: calc(100vh - 220px);
	background-color: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
}

#header {
	background-color: #fff;
	color: #343a40;
	position: relative;
}
#header #logo {
	display: inline-block;
	position: relative;
	max-width: 250px;
}
#header a {
	color: #343a40;
}
#header a i {
	color: #1B8084;
}
#header a svg {
	fill: #1B8084;
}
#header a:hover {
	color: #1B8084;
}
#header a:hover svg {
	fill: #1B8084;
}

#footer {
	color: #fff;
	font-size: 0.875rem;
}
#footer a {
	color: #FF8701;
}
#footer a svg {
	fill: #FF8701;
}
#footer a:hover {
	color: #fff;
}
#footer a:hover svg {
	fill: #fff;
}
#footer ul.menu {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#footer ul.menu li {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
}
#footer ul.menu li a {
	text-transform: uppercase;
	display: block;
}
#footer ul.social-icons {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footer ul.social-icons li {
	display: inline-block;
	margin-right: 15px;
}
#footer ul.social-icons li a {
	display: flex;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #FF8701;
	justify-content: center;
	align-items: center;
}
#footer ul.social-icons li a svg {
	fill: #000;
	width: 20px;
	height: 20px;
}
#footer ul.social-icons li a:hover svg {
	fill: #fff;
}
#footer ul.social-icons li:last-child {
	margin-right: 0;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#sidebar ul li {
	display: block;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #dee2e6;
}
#sidebar ul li:first-child {
	padding-top: 0;
}
#sidebar ul li:last-child {
	border-bottom: none;
}
#sidebar ul li a {
	color: #343a40;
}
#sidebar ul li a:hover {
	color: #1B8084;
}
#sidebar ul li.current-cat > a {
	color: #1B8084;
}

.rotate-img img {
	cursor: pointer;
	transition-duration: 0.8s;
	transition-property: transform;
}
.rotate-img:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.grayscale-img img {
	cursor: pointer;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.grayscale-img:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.quick-box img {
	cursor: pointer;
	display: block;
	position: relative;
	margin-bottom: 1rem;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.quick-box:hover img {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.page-header {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.page-header h1,
.page-header h2 {
	color: #1B8084;
	margin-bottom: 0.5rem;
}

.post-content-item + .post-content-item {
	border-top: 1px solid #dee2e6;
	padding-top: 1.5rem;
}

.post-meta {
	color: #6c757d;
}
.post-meta a {
	color: #6c757d;
}
.post-meta a:hover {
	color: #1B8084;
}

.shadow-box {
	position: relative;
	background-color: #fff;
	color: #000;
}
.shadow-box::before, .shadow-box::after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 50%;
	bottom: 2px;
	left: 1rem;
	right: 1rem;
	-moz-border-radius: 100px/10px;
	border-radius: 100px/10px;
}
.shadow-box::after {
	right: 1rem;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.tagcloud a {
	color: #343a40;
	background-color: #ededed;
	padding: 0.25rem 1rem;
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 0.875em !important;
	border-radius: 0.25rem;
}
.tagcloud a:hover {
	color: #1B8084;
}

.slick-item .post-content p {
	margin-bottom: 0;
}

a.read-more {
	color: #FF8701;
}
a.read-more:hover {
	color: #000;
}

@media (max-width: 767px) {
	#header #logo {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1rem;
	}
	#footer ul.social-icons {
		justify-content: center;
	}
	#footer .footer-logo img {
		max-width: 100px;
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px) {
	#footer ul.social-icons {
		justify-content: right;
	}
}
/* Banner */
#banner {
	position: relative;
	overflow: hidden;
}

.metaslider .flexslider {
	margin-bottom: 0 !important;
}
.metaslider .flex-control-nav {
	bottom: 30px !important;
}
.metaslider .flexslider {
	margin-bottom: 0;
}
.metaslider .caption-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	opacity: 1;
}
.metaslider .caption-wrap .caption {
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.flex-control-paging li a {
	background: #f8f9fa !important;
	width: 15px !important;
	height: 15px !important;
	margin-bottom: 0;
}
.flex-control-paging li a.flex-active {
	background: #1B8084 !important;
}

@media (min-width: 576px) {
	.metaslider .caption-wrap .caption {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.metaslider .caption-wrap .caption {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.metaslider .caption-wrap .caption {
		max-width: 960px;
	}
}
/* Navigation */
.nav-button {
	display: none;
	width: 25px;
	height: 25px;
	background: transparent;
	padding: 0;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	outline: none;
	opacity: 1;
	transition: opacity 1s;
	clear: both;
}
.nav-button:hover, .nav-button:focus {
	background-color: transparent;
	color: inherit;
}
.nav-button .icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 2px;
	background: #000;
	transform: rotate(0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-button .icon-bar + .icon-bar {
	margin-top: 0.25rem;
}

#nav ul {
	list-style-type: none;
	margin: 0;
}

@media (max-width: 767px) {
	.nav-button {
		display: block;
	}
	.collapsed .icon-bar:nth-child(1) {
		transform: rotate(45deg);
		margin-top: 3px;
	}
	.collapsed .icon-bar:nth-child(2) {
		opacity: 0;
	}
	.collapsed .icon-bar:nth-child(3) {
		transform: rotate(135deg);
		margin-top: -8px;
	}
	#nav {
		display: block;
	}
	#nav .navigation {
		display: block !important;
		text-align: center;
		margin-top: 1rem;
	}
	#nav .navigation ul.menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#nav .navigation ul.menu > li {
		text-align: center;
		display: inline-block;
		position: relative;
		margin-bottom: 0;
	}
	#nav .navigation ul.menu > li > a {
		line-height: 45px;
		padding: 0 0.75rem;
		cursor: pointer;
		color: #FF8701;
		display: block;
		text-transform: uppercase;
	}
	#nav .navigation ul.menu > li:hover > a, #nav .navigation ul.menu > li:focus > a {
		color: #000;
	}
	#nav .navigation ul.menu > li ul {
		display: none;
	}
}
@media (min-width: 768px) {
	#nav {
		background-color: transparent;
		position: relative;
		text-align: center;
		z-index: 999;
		display: block;
	}
	#nav .navigation {
		display: block !important;
		text-align: right;
	}
	#nav .navigation ul.menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#nav .navigation ul.menu > li {
		text-align: center;
		display: inline-block;
		position: relative;
		margin-bottom: 0;
	}
	#nav .navigation ul.menu > li > a {
		line-height: 45px;
		padding: 0 1rem;
		cursor: pointer;
		color: #FF8701;
		display: block;
		text-transform: uppercase;
	}
	#nav .navigation ul.menu > li > a i {
		color: #FF8701;
		font-size: 1.5em;
		margin-right: 0.075em;
		transition: none;
	}
	#nav .navigation ul.menu > li:last-child > a {
		padding-right: 0;
	}
	#nav .navigation ul.menu > li:hover > a, #nav .navigation ul.menu > li:focus > a {
		color: #000;
	}
	#nav .navigation ul.menu > li:hover > a i, #nav .navigation ul.menu > li:focus > a i {
		color: #000;
		transition: none;
	}
	#nav .navigation ul.menu > li.current-menu-parent::before, #nav .navigation ul.menu > li.current-menu-item::before, #nav .navigation ul.menu > li:hover::before, #nav .navigation ul.menu > li:focus::before {
		display: block;
	}
	#nav .navigation ul.menu > li ul {
		background-color: #1B8084;
		position: absolute;
		width: 200px;
		left: -999em;
		z-index: 10;
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}
	#nav .navigation ul.menu > li ul::before {
		content: " ";
		position: absolute;
		left: 20px;
		top: -7px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #1B8084 transparent;
		z-index: 9999;
	}
	#nav .navigation ul.menu > li ul li {
		margin-bottom: 0;
	}
	#nav .navigation ul.menu > li ul li a {
		display: block;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		padding: 10px 5px;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
		text-align: left;
		border-top: 1px solid #219da2;
		font-size: 90%;
	}
	#nav .navigation ul.menu > li ul li a:hover {
		color: #15020d;
	}
	#nav .navigation ul.menu > li ul li.current-menu-item > a {
		color: #15020d;
	}
	#nav .navigation ul.menu > li ul li:first-child > a {
		border-top: none;
	}
	#nav .navigation ul.menu > li ul li ul {
		margin: -42px 0 0 200px;
	}
	#nav .navigation ul.menu > li:hover ul, #nav .navigation ul.menu > li.sfhover ul {
		left: auto;
	}
	#nav .navigation ul.menu > li:hover ul li ul, #nav .navigation ul.menu > li.sfhover ul li ul {
		left: -999em;
	}
	#nav .navigation ul.menu > li:hover ul li:hover ul, #nav .navigation ul.menu > li:hover ul li.sfhover ul, #nav .navigation ul.menu > li.sfhover ul li:hover ul, #nav .navigation ul.menu > li.sfhover ul li.sfhover ul {
		left: auto;
	}
	#nav .navigation ul.menu > li:last-child:hover ul, #nav .navigation ul.menu > li:last-child.sfhover ul {
		right: 0;
	}
}
@media (min-width: 992px) {
	#nav .navigation ul.menu > li > a {
		padding: 0 1.25rem;
	}
}
/* Woocommerce Overrides */
.woocommerce .woocommerce-products-header {
	margin-bottom: 1rem;
}
.woocommerce .content-area {
	width: 100%;
	padding: 30px 15px;
	margin-right: auto;
	margin-left: auto;
}
.woocommerce .woocommerce-products-header__title {
	text-align: center;
}
.woocommerce ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #2e4660;
}
.woocommerce ul.products li.product .price {
	color: #343a40;
}
.woocommerce ul.products li.product img {
	border-radius: 8px;
}
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button,
.woocommerce a.button.disabled,
.woocommerce a.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce button.button,
.woocommerce button.button.disabled,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button,
.woocommerce input.button.disabled,
.woocommerce input.button.alt,
.woocommerce input.button.alt.disabled {
	color: #fff !important;
	background-color: #1B8084;
	border-color: #1B8084;
	padding: 0.25rem 1rem !important;
	border-radius: 4px;
	line-height: inherit;
	font-weight: 400;
	font-size: 1rem;
}
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt.disabled:hover {
	color: #fff;
	background-color: #156164;
	border-color: #156164;
}
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .input-text {
	display: block;
	width: 100%;
	height: calc(1.4em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #343a40;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
	padding: 0;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background: #f1f3f5;
	color: #343a40;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover {
	background: #1B8084;
	color: #fff;
}
.woocommerce.single .product {
	margin-top: 1.5rem;
}
.woocommerce a.added_to_cart {
	margin-left: 0.5rem;
}
.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
	background-color: #f8f9fa;
	border-top-color: #dee2e6;
}
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot td {
	border-top-color: #dee2e6;
}
.woocommerce table.shop_table a {
	color: #FF8701;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text {
	width: 115px;
}
.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 1rem;
	display: block !important;
	flex-wrap: nowrap !important;
}
.woocommerce form .form-row label {
	margin-bottom: 0;
}
.woocommerce .woocommerce-privacy-policy-link,
.woocommerce .showcoupon {
	color: #FF8701;
}
.woocommerce ul.order_details {
	padding-left: 0;
}
.woocommerce section.related {
	clear: both;
	margin-top: 2rem;
}
.woocommerce section.related h2 {
	margin-bottom: 1.5rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #343a40;
}

.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 115px;
}

#cartcount .count {
	position: absolute;
	top: -7px;
	right: 0;
	font-size: 0.75em;
	line-height: normal;
	color: #1B8084;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: block;
	padding-bottom: 2px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.5rem 0.5rem;
	background-color: #f8f9fa;
	color: #343a40;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #1B8084;
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
	margin-bottom: 2rem;
}

@media (max-width: 576px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 20%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		padding-right: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 80%;
	}
}
/* WordPress Core */
.alignnone {
	margin: 0;
}

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

.alignright {
	float: right;
	margin: 0 0 1rem 1rem;
}

.alignleft {
	float: left;
	margin: 0 1rem 1rem 0;
}

.alignfull {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.has-text-color a {
	color: inherit;
}

.wp-block-group__inner-container,
.wp-block-cover__inner-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

.wp-block-button__link {
	padding: 0.75rem 1.75rem;
	transition: all 0.3s ease;
	border-radius: 0.25rem;
}
.wp-block-button__link:hover {
	background-color: #FF8701 !important;
	color: #000;
}
.wp-block-button__link.has-secondary-background-color:hover {
	background-color: #1B8084 !important;
}

.wp-block-quote {
	border-left: none;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}
.wp-block-quote p {
	margin-bottom: 0;
	font-style: italic;
	position: relative;
	display: inline-block;
}
.wp-block-quote p::before {
	content: "”";
	color: #adb5bd;
	font-size: 1em;
	position: absolute;
	top: 0;
	right: -0.5rem;
}
.wp-block-quote p::after {
	content: "“";
	color: #6c757d;
	font-size: 1em;
	position: absolute;
	top: 0;
	left: -0.5rem;
}
.wp-block-quote cite {
	display: block;
	margin-top: 0;
	font-size: 90%;
	color: #6c757d;
}
.wp-block-quote cite::before {
	content: "— ";
}

.gallery {
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
	margin: auto;
}

.gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
	padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
	margin: 0;
}

.gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .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.665%;
}

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

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

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

.gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
}

/* Shadows */
/**
* https://css-tricks.com/almanac/properties/b/box-shadow/
*/
.shadowbox {
	width: 70%;
	height: 200px;
	background: #fff;
	margin: 40px auto;
}

.shadow-effect-1 {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.shadow-effect-2 {
	position: relative;
}
.shadow-effect-2::before, .shadow-effect-2::after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow-effect-2::after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.shadow-effect-3 {
	position: relative;
}
.shadow-effect-3::before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.shadow-effect-4 {
	position: relative;
}
.shadow-effect-4::after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.shadow-effect-5 {
	position: relative;
}
.shadow-effect-5::before, .shadow-effect-5::after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 25px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 35px 20px #777;
	-moz-box-shadow: 0 35px 20px #777;
	box-shadow: 0 35px 20px #777;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.shadow-effect-5::after {
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	right: 10px;
	left: auto;
}

.shadow-effect-6 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow-effect-6::before, .shadow-effect-6::after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 50%;
	bottom: 0;
	left: 20px;
	right: 20px;
	-moz-border-radius: 100px/20px;
	border-radius: 100px/20px;
}
.shadow-effect-6::after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.shadow-effect-7 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow-effect-7::before, .shadow-effect-7::after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px/10px;
	border-radius: 100px/10px;
}
.shadow-effect-7::after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.shadow-effect-8 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow-effect-8::before, .shadow-effect-8::after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	-moz-border-radius: 100px/10px;
	border-radius: 100px/10px;
}
.shadow-effect-8::after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

/* Plugin Overrides */
.wpcf7-form label {
	display: block;
}

.wpcf7-form-control-wrap {
	margin-top: 0.5rem;
	display: block;
}

.wpcf7-textarea {
	height: 120px !important;
}

.wpcf7-form-control {
	max-width: 100%;
	display: block;
}

span.wpcf7-list-item {
	margin: 0;
	display: block;
}

.wpcf7-list-item-label {
	margin-left: 0.5rem;
}

.inline-field .wpcf7-form-control {
	width: auto !important;
}

.inline-field .wpcf7-form-control-wrap {
	margin-top: 0 !important;
	margin-left: 10px;
	display: inline-block;
}

.wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin-right: 20px;
}

.wpcf7-radio .wpcf7-list-item input,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-submit {
	display: inline-block !important;
}

.wpcf7-not-valid-tip {
	display: none;
	visibility: hidden;
}

.wpcf7-not-valid {
	border-color: #dc3545;
}

.wpcf7-spinner {
	display: table;
	clear: both;
	float: none;
	margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.wpcf7 form.sent .wpcf7-response-output hr {
	border-top-color: #b1dfbb;
}
.wpcf7 form.sent .wpcf7-response-output .alert-link {
	color: #0b2e13;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.wpcf7 form.failed .wpcf7-response-output hr, .wpcf7 form.aborted .wpcf7-response-output hr {
	border-top-color: #f1b0b7;
}
.wpcf7 form.failed .wpcf7-response-output .alert-link, .wpcf7 form.aborted .wpcf7-response-output .alert-link {
	color: #491217;
}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.wpcf7 form.spam .wpcf7-response-output hr, .wpcf7 form.invalid .wpcf7-response-output hr, .wpcf7 form.unaccepted .wpcf7-response-output hr {
	border-top-color: #ffe8a1;
}
.wpcf7 form.spam .wpcf7-response-output .alert-link, .wpcf7 form.invalid .wpcf7-response-output .alert-link, .wpcf7 form.unaccepted .wpcf7-response-output .alert-link {
	color: #533f03;
}