@charset "UTF-8";
/*
Theme Name: Community 2022
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.6.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: #1d6b9f;
}

h1,
h2 {
	font-weight: 400;
}

ul,
ol {
	padding-left: 1.25rem;
}

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

.fancyquote {
	max-width: 80% !important;
	margin-left: auto;
	margin-right: auto;
	color: #fff !important;
	text-align: center !important;
	position: relative;
	display: table;
	padding-left: 5%;
	padding-right: 5%;
}
.fancyquote p::before, .fancyquote p::after {
	content: none !important;
}
.fancyquote cite {
	color: #fff !important;
	text-align: center !important;
}
.fancyquote::before {
	content: " ";
	position: absolute;
	left: -10%;
	top: 0;
	bottom: 0;
	color: #fff;
	border-style: solid;
	border-width: 3px;
	border-color: #fff transparent #fff #fff;
	width: 10%;
}
.fancyquote::after {
	content: " ";
	position: absolute;
	right: -10%;
	top: 0;
	bottom: 0;
	color: #fff;
	border-style: solid;
	border-width: 3px;
	border-color: #fff #fff #fff transparent;
	width: 10%;
}

span.star {
	color: #dc3545;
}

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

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

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

#topbar {
	background-color: #1d6b9f;
	color: #fff;
	font-weight: 300;
}
#topbar a {
	color: #fff;
}
#topbar a svg {
	fill: #fff;
}
#topbar a:hover {
	color: rgb(229.5, 229.5, 229.5);
}
#topbar a:hover svg {
	fill: rgb(229.5, 229.5, 229.5);
}
#topbar i {
	font-size: 120%;
}
#topbar i.fa-facebook-f {
	font-size: 105%;
}
#topbar i.fa-lock {
	font-size: 100%;
}
#topbar .border-left {
	border-left-color: rgb(21.1329787234, 77.9734042553, 115.8670212766) !important;
}

#header {
	position: relative;
}
#header #logo {
	display: inline-block;
}
#header a {
	color: #343a40;
}
#header a svg {
	fill: #343a40;
}
#header a:hover {
	color: #1d6b9f;
}
#header a:hover svg {
	fill: #1d6b9f;
}

#footer {
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer a svg {
	fill: #fff;
}
#footer a:hover {
	color: rgb(229.5, 229.5, 229.5);
}
#footer a:hover svg {
	fill: rgb(229.5, 229.5, 229.5);
}
#footer ul.menu {
	list-style-type: none;
	padding-left: 0;
}
#footer ul.menu li {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	text-transform: uppercase;
}
#footer #copyright {
	color: rgb(17.1994680851, 63.460106383, 94.3005319149);
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#sidebar ul li {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dee2e6;
}
#sidebar ul li:first-child {
	padding-top: 0;
}
#sidebar ul li a {
	color: #343a40;
}
#sidebar ul li a:hover {
	color: #12a19a;
}
#sidebar ul li.current-cat > a {
	color: #12a19a;
}
#sidebar .widget-title {
	color: #1d6b9f;
	text-align: center;
}

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

.bezier-img a img {
	display: block;
	position: relative;
	margin: 1.5rem 0.5rem;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 50% !important;
}
.bezier-img a:hover img {
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px);
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
}

.date-box {
	padding: 1rem;
	width: 75px;
	background-color: #12a19a;
	color: #fff;
}
.date-box hr {
	border-color: rgb(23.1284916201, 206.8715083799, 197.8770949721);
}

.page-header {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.page-header h1,
.page-header h2 {
	color: #12a19a;
	margin-bottom: 0.5rem;
}

.carouselscroll-item .blockquote {
	font-size: 1rem;
	padding: 1.5rem !important;
	padding-left: 2rem !important;
	background-color: #fff;
}
.carouselscroll-item .blockquote::before {
	display: none;
}
.carouselscroll-item .blockquote::after {
	color: rgb(49.0279329609, 231.9720670391, 223.0167597765);
	font-size: 3em;
	top: 0.5rem;
	left: 0.25rem;
}

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

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.lessons-block,
.documents-block {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.lessons-block h4,
.documents-block h4 {
	background-color: #1d6b9f;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 400;
	padding: 0.4rem 1rem;
}
.lessons-block ul,
.documents-block ul {
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	clear: both;
}
.lessons-block ul li,
.documents-block ul li {
	padding: 0.5rem 1rem;
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}
.lessons-block ul li a,
.documents-block ul li a {
	color: #343a40;
}
.lessons-block ul li a:hover,
.documents-block ul li a:hover {
	color: #12a19a;
}
.lessons-block ul li a img,
.documents-block ul li a img {
	max-width: 24px;
	height: auto;
	float: left;
	margin-right: 0.75rem;
}

.lessons-block ul li:nth-child(odd) {
	background-color: #f8f9fa;
}

.myaccount-menu li a.active {
	color: #1d6b9f;
}

.readmore-collapse2 {
	max-height: 90px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.readmore-collapse2.expnaded {
	max-height: 2000px;
	transition: max-height 0.5s ease;
}

.readmore-collapse {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.readmore-collapse.expanded {
	-webkit-line-clamp: unset;
}

@media (max-width: 575px) {
	#logo {
		margin: 0 auto;
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	#logo {
		max-width: 100px;
	}
	.documents-block ul li:nth-child(even) {
		background-color: #f8f9fa;
	}
	#login-register-box #login-box {
		border-bottom: 1px solid #dee2e6;
	}
}
@media (min-width: 768px) {
	#logo {
		margin-top: -42px;
	}
	.documents-block ul li {
		width: calc(50% - 0.3rem);
		float: left;
	}
	.documents-block ul li:nth-child(4n+1), .documents-block ul li:nth-child(4n+2) {
		background-color: #f8f9fa;
	}
}
@media (min-width: 992px) {
	#footer ul.menu li {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	#login-register-box #register-box {
		border-right: 1px solid #dee2e6;
	}
}
/* Banner */
#banner {
	position: relative;
	overflow: hidden;
}
#banner .metaslider .flex-control-nav {
	bottom: 30px !important;
}
#banner .metaslider .flexslider {
	margin-bottom: 0;
}
#banner .metaslider .caption-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	opacity: 1;
}
#banner .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: #12a19a !important;
}

@media (min-width: 576px) {
	#banner .metaslider .caption-wrap .caption {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	#banner .metaslider .caption-wrap .caption {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	#banner .metaslider .caption-wrap .caption {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	#banner .metaslider .caption-wrap .caption {
		max-width: 1140px;
	}
}
/* Navigation */
.nav-button {
	display: none;
	width: 25px;
	height: 25px;
	background: transparent;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 1rem;
	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: #343a40;
	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;
		float: none;
	}
	#nav .navigation {
		display: none;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 1.5rem;
		overflow: hidden;
		background-color: #1d6b9f;
	}
	#nav .navigation ul.menu {
		float: left;
		width: 100%;
		margin-bottom: 0;
		overflow: hidden;
		padding: 0;
	}
	#nav .navigation ul.menu li {
		display: block !important;
		float: none !important;
		line-height: normal;
		text-align: left;
	}
	#nav .navigation ul.menu li a {
		padding: 0.75rem 1rem;
		display: block;
		color: #fff;
		border-top: 1px solid rgb(25.0664893617, 92.4867021277, 137.4335106383);
	}
	#nav .navigation ul.menu li a:hover, #nav .navigation ul.menu li a:active {
		transition: all 0.2s ease;
		color: #fff;
		text-decoration: none;
		background-color: #12a19a;
	}
	#nav .navigation ul.menu li.parent:hover > a, #nav .navigation ul.menu li.current-menu-item > a {
		color: #fff;
		background-color: #12a19a;
		text-decoration: none;
	}
	#nav .navigation ul.menu li:first-child > a {
		border-top: none;
	}
	#nav .navigation ul.menu li ul {
		position: relative;
		width: 100%;
		left: auto;
		z-index: auto;
		margin-left: 0;
		padding: 0 1rem 0.5rem;
		margin-top: 1px;
	}
	#nav .navigation ul.menu li ul li a {
		color: #fff;
	}
	#nav .navigation ul.menu li ul li a:hover {
		color: #fff;
	}
	#nav .navigation ul.menu li ul li.active > a {
		color: #fff;
	}
}
@media (min-width: 768px) {
	#nav {
		background-color: transparent;
		position: relative;
		top: 130px;
		-webkit-transform: translateY(-130px);
		-ms-transform: translateY(-130px);
		transform: translateY(-130px);
		text-align: center;
		z-index: 999;
		display: inline-block;
	}
	#nav .navigation {
		display: block !important;
	}
	#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;
	}
	#nav .navigation ul.menu > li > a {
		line-height: 45px;
		padding: 0 0.5rem;
		cursor: pointer;
		color: #343a40;
		display: block;
		text-transform: uppercase;
		font-size: 1rem;
	}
	#nav .navigation ul.menu > li::before {
		content: " ";
		width: 1px;
		height: 25px;
		position: absolute;
		left: 0;
		top: 10px;
		background-color: #dee2e6;
		display: none;
	}
	#nav .navigation ul.menu > li:first-child::before {
		content: none;
	}
	#nav .navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	#nav .navigation ul.menu > li:last-child > a {
		padding-right: 0;
	}
	#nav .navigation ul.menu > li.current-menu-parent > a, #nav .navigation ul.menu > li.current-menu-item > a, #nav .navigation ul.menu > li:hover > a, #nav .navigation ul.menu > li:focus > a {
		color: #1d6b9f;
	}
	#nav .navigation ul.menu > li ul {
		background-color: #1d6b9f;
		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: 15px;
		top: -7px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #1d6b9f transparent;
		z-index: 9999;
	}
	#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 rgb(31.360106383, 115.7079787234, 171.939893617);
		font-size: 90%;
	}
	#nav .navigation ul.menu > li ul li a:hover {
		color: #12a19a;
	}
	#nav .navigation ul.menu > li ul li.current-menu-item > a {
		color: #12a19a;
	}
	#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;
	}
	#nav.fixed-nav {
		background-color: #1d6b9f;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		transition: -webkit-transform 0.5s linear;
		transition: transform 0.5s linear;
	}
	#nav.fixed-nav .navigation {
		float: none !important;
		text-align: center !important;
	}
	#nav.fixed-nav .navigation ul.menu > li::before {
		background-color: rgb(31.360106383, 115.7079787234, 171.939893617);
	}
	#nav.fixed-nav .navigation ul.menu > li > a {
		line-height: 45px;
		font-size: inherit;
		color: #fff;
	}
	#nav.fixed-nav .navigation ul.menu > li > a:hover {
		color: #12a19a;
	}
	.admin-bar #nav.fixed-nav {
		top: 32px;
	}
}
@media (min-width: 992px) {
	#nav .navigation ul.menu > li > a {
		padding: 0 1rem;
	}
}
/* Calendar */
.calendar_month,
.calendar_currentmonth {
	text-align: center;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	vertical-align: middle;
}
.calendar_month span,
.calendar_currentmonth span {
	display: block;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #dee2e6;
}
.calendar_month span a,
.calendar_currentmonth span a {
	color: #dee2e6;
}

.calendar_currentmonth {
	width: 50%;
}
.calendar_currentmonth span {
	color: #12a19a;
}

.calendar_month_prev {
	text-align: right;
}
.calendar_month_prev a {
	color: #343a40;
	display: inline-block;
}
.calendar_month_prev a:hover, .calendar_month_prev a:focus {
	color: #12a19a;
}
.calendar_month_prev span {
	border-width: 0 1px 1px 1px;
}

.calendar_month_next {
	text-align: left;
}
.calendar_month_next a {
	color: #343a40;
	display: inline-block;
}
.calendar_month_next a:hover, .calendar_month_next a:focus {
	color: #12a19a;
}
.calendar_month_next span {
	border-width: 0 0 1px 0;
}

.calendar-nav {
	margin-bottom: 2rem;
	overflow: hidden;
}

.calendar-day {
	height: 130px;
	width: 130px;
	padding: 0.5rem;
}
.calendar-day .badge {
	white-space: normal;
}

.calendar-day-np {
	color: #dee2e6;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

.calendar-today .day-number {
	background-color: #12a19a;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

/* 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: #12a19a;
	border-color: #12a19a;
	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: rgb(14.1536312849, 126.5963687151, 121.0921787709);
	border-color: rgb(14.1536312849, 126.5963687151, 121.0921787709);
}
.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: rgb(240.5625, 242.625, 244.6875);
	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: #12a19a;
	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: #1d6b9f;
}
.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: #1d6b9f;
}
.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: #12a19a;
}

.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: #12a19a;
	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%;
	}
}
/* Plugin Overrides */
#icon-search {
	display: inline-block;
}

#icon-search,
#icon-close {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	fill: #fff;
}

#search-wraper {
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#search-bg {
	width: 30px;
	height: 30px;
	background-color: #1d6b9f;
	border-radius: 100%;
	position: absolute;
	top: -24px;
	right: 12px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 600ms;
	transition: -webkit-transform 600ms;
	transition: transform 600ms;
	transition: transform 600ms, -webkit-transform 600ms;
	opacity: 0.95;
	z-index: 9999;
}

#search-info {
	width: 100%;
	display: block;
	position: fixed;
	visibility: hidden;
	margin-top: 10%;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
	z-index: 9999;
	left: 0;
	right: 0;
}

.search-open #search-bg {
	width: 200px;
	height: 200px;
	-webkit-transform: scale(40);
	transform: scale(40);
	-webkit-transform-origin: center;
	transform-origin: center;
	box-shadow: none;
	z-index: 9999;
}

.search-open #search-info {
	visibility: visible;
	-webkit-transition: visibility 0s 150ms;
	transition: visibility 0s 150ms;
	left: 0;
}

#search-field {
	border: none;
	border-bottom: 2px solid #ddd;
	background-color: transparent;
	width: 100%;
	font-size: 300%;
	color: #ddd;
	font-weight: 400;
}

#search-close {
	font-size: 26px;
	color: #ddd;
	display: block;
	float: right;
}
#search-close svg {
	fill: #fff;
}
#search-close:hover, #search-close:focus, #search-close:active {
	color: #fff;
}

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

.wp-block-button__link {
	padding: 0.375rem 0.75rem;
}

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

.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: "— ";
}

.font-family-secondary {
	font-family: "Dancing Script OT", cursive;
}

.alignfull > * {
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.alignfull > * {
		max-width: 540px;
	}
	.border-sm-left {
		border-left: 1px solid #dee2e6;
	}
	.border-sm-right {
		border-right: 1px solid #dee2e6;
	}
}
.fullwidth {
	max-width: 100% !important;
}

@media (min-width: 768px) {
	.alignfull > * {
		max-width: 720px;
	}
	.border-md-left {
		border-left: 1px solid #dee2e6;
	}
	.border-md-right {
		border-right: 1px solid #dee2e6;
	}
}
@media (min-width: 992px) {
	.alignfull > * {
		max-width: 960px;
	}
	.border-lg-left {
		border-left: 1px solid #dee2e6;
	}
	.border-lg-right {
		border-right: 1px solid #dee2e6;
	}
}
/* 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: rgb(20.8, 86.84, 35.88);
	background-color: rgb(212, 237.4, 217.8);
	border-color: rgb(194.8, 230.36, 202.92);
}
.wpcf7 form.sent .wpcf7-response-output hr {
	border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.wpcf7 form.sent .wpcf7-response-output .alert-link {
	color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	color: rgb(114.4, 27.56, 35.88);
	background-color: rgb(248, 214.6, 217.8);
	border-color: rgb(245.2, 198.44, 202.92);
}
.wpcf7 form.failed .wpcf7-response-output hr, .wpcf7 form.aborted .wpcf7-response-output hr {
	border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.wpcf7 form.failed .wpcf7-response-output .alert-link, .wpcf7 form.aborted .wpcf7-response-output .alert-link {
	color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: rgb(132.6, 100.36, 3.64);
	background-color: rgb(255, 242.6, 205.4);
	border-color: rgb(255, 237.64, 185.56);
}
.wpcf7 form.spam .wpcf7-response-output hr, .wpcf7 form.invalid .wpcf7-response-output hr, .wpcf7 form.unaccepted .wpcf7-response-output hr {
	border-top-color: rgb(255, 231.265, 160.06);
}
.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: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.metaslider .flexslider {
	margin-bottom: 0 !important;
}
.metaslider .flex-control-nav {
	bottom: 15px !important;
}

.slick-prev,
.slick-next {
	top: 45%;
}

.widget_simpleimage a {
	color: #000;
}
.widget_simpleimage a:hover {
	color: #12a19a;
}