@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/




@font-face {
    font-family: 'quigleyw';
    src: url('fonts/QuigleyWiggly.eot');
    src: url('fonts/QuigleyWiggly.eot?#iefix') format('embedded-opentype'),
        url('fonts/QuigleyWiggly.woff2') format('woff2'),
        url('fonts/QuigleyWiggly.woff') format('woff'),
        url('fonts/QuigleyWiggly.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background-image:url('img/bg.png');
	background-attachment:fixed;
	font-family: "gotham_b", Helvetica, Arial, sans-serif;
	color:#e4e8e4;
	font-size:19px;
	margin:0;
	padding:0;
}

a:link {color:inherit; text-decoration:none;}
a:visited {color:inherit; text-decoration:none;}
a:active {color:inherit; text-decoration:none;}
a:hover {color:inherit; text-decoration:none;}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

.foogallery.fg-light .fg-item-inner {
	background-color: #bc7b00;
	border-color: #bc7b00;
}

.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
	box-shadow:none;
}

/* HEADER */

#header {
	background-image:url('img/header-bg.png');
	background-attachment:fixed;
	padding-top:70px;
}

#header div {
	text-align:center;
	margin:0 auto;
}

#top-links {
	text-align:center;
	width:100%;
	font-size:14px;
	background-image:url('img/header-bg.png');
	background-attachment:fixed;
	position:fixed;
	padding-top:10px;
	
}

.padding-fix {
padding-left:18px;	
padding-bottom:10px;
}

#top-links, .primary-navigation, #border, #border2 {
z-index:5000;
}

#top-links img {
	display:inline-block;
	vertical-align:middle;
}

#top-links a {
	color:#bc7b00;
}

#heading {
	width:90%;
	max-width:950px;
	margin:0 auto;
	overflow:hidden;
}

#heading h1, #heading h2 {
	font-family:"quigleyw";
	margin:0;
	text-transform:none;
	font-weight:normal;
}

#heading h1 {
	color:#e4e8e4;
	font-size:39px;
	margin-bottom:5px;
}

#heading h2 {
	color:#9c2327;
	font-size:29px;
}

h3 {
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#bc7b00 !important;
	margin:0;
}

.primary-navigation {
	clear:both;
	color:#bc7b00;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	letter-spacing:2px;
	width:100%;
	text-align:center;
	background-image:url('img/header-bg.png');
	background-attachment:fixed;
	padding-top:10px;
}


.primary-navigation ul, .class-menu ul  {
	list-style:none;
	padding:0;
	margin:0;
	padding:2px 0px;
	
}


#border {
	background-image:url('img/border-top2.png');
	background-repeat: repeat-x;
	height: 12px;
	width:100%;
}

#border2 {
	background-image:url('img/border-bottom2.png');
	background-repeat: repeat-x;
	height: 12px;
	width:100%;
}



/* MOBILE HEADER */


@media only screen and (max-width: 920px) {
#top-links, .primary-navigation {
	display:none;
	}
	
#header {
	padding-top:60px;
	padding-bottom:20px;
	background-image: none;
	}

#logo {
	text-align:center;
	padding-top:5px;
}

#info {
	text-align:center;
	padding-top:15px;
}
	
	#heading h1 {
	color:#e4e8e4;
	font-size:30px;
	margin-bottom:5px;
}

#heading h2 {
	font-size:20px;
}

}

@media only screen and (min-width: 920px) {
#mobile-nav, #mobile-navigation {
	display:none;
	}
	
#logo {
	padding-top:5px;
	padding-right:20px;
}

#info {
	padding-top:15px;
}

#logo, #info {
	display:inline-block !important;
	vertical-align: middle;
}

}

/* Primary Navigation */

	.primary-navigation {
		float: right;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0 !important;
		display: block !important;
	}

	.primary-navigation ul {
		display: block !important;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
		transition: 1s;
	}

	.primary-navigation li, .class-menu li {
		border: 0 !important;
		display: inline-block !important;
		height: 48px !important;
		line-height: 48px !important;
		position: relative !important;
	}

	.primary-navigation a {
		display: inline-block !important;
		padding: 0 12px !important;
		white-space: nowrap !important;
		color: #bc7b00 !important;
	}

	.primary-navigation ul ul {
		background-color: #9c2327;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
		padding-bottom:0px !important;
		transition: .5s;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: .8;
		font-size:14px;
	}

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

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
		text-align: center;
	}

	.primary-navigation li:hover > a,
	.class-menu li:hover, 
	.primary-navigation li.focus > a {
		background-color: #9c2327;
		transition: .5s;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #bc7b00;
		color:#9c2327;
	}

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

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

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}

#primary-menu-list .sub-menu li {
text-align: center !important;
}

/* MOBILE MENU */



div#mobile-nav {
	position:fixed;
	overflow:hidden;
	top:0;
	width:100%;
	height:45px;
	border-bottom:1px solid #e4e8e4;
	background-color:#bc7b00;
	z-index:5000;
}

div#mobile-title {
	float:left;
	left:100px;
	width:100%;
	margin-top:-55px;
	font-family:"quigleyw";
	font-size:25px;
	padding:8px 0px 0px 10px;
	letter-spacing:3px;
	text-align:center;
}


div#mobile-nav button {
	background:none;
	margin:0;
	padding:0;
	border:none;
	border-right:1px solid #e4e8e4;
	outline:none;
	width:50px;
	height:50px;
	float:left;
	position:relative;
	z-index:7000;
}

div#mobile-navigation {
	position:fixed;
	margin-top:45px;
	width:100%;
	text-align:center;
	letter-spacing:3px;
	color:#fff;
	z-index:3000;
	background-color:#bc7b00;
	text-transform:uppercase;

}

div#mobile-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#mobile-navigation li {
	display:block;
	border-bottom:1px solid #e4e8e4;
	padding-top:10px;
	padding-bottom:10px;
}


div#mobile-navigation li:hover {
	background-color:#c59a29;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s;
}

/* BELLYDANCE CLASS MENU */

.class-menu {
width:100%;
text-align:center;
	border-bottom:1px solid #bc7b00;
}


.class-menu li {
padding:0px 10px;
text-align:center;
text-transform:uppercase;
letter-spacing:2px;
transition: all .5s;
font-size:14px !important;
}

.class-menu li a {
color:#e4e8e4 !important;
}

/* CONTENT */

#contentWrapper {
	position:relative;
	min-height:100vh;
}

#content {
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:90%;
	max-width:800px;
	line-height:30px;
	text-align:justify;
	padding:30px 0 100px;
}

#content a, #footer a {
	font-weight:bold;
	color: #bc7b00;
}


#footer {
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	padding:20px 0px;
	line-height:20px;
	position:absolute;
	bottom:0;
	width:100%;
}

#footer .footer-credit {
	display:block;
	margin-top:8px;
	font-size:11px;
	text-transform:none;
	letter-spacing:0.5px;
	opacity:0.7;
}

#footer .footer-credit a {
	color: #bc7b00 !important;
	text-decoration:none;
}

#footer .footer-credit a:hover {
	text-decoration:underline;
	opacity:1;
}

h1, h2 {
	color: #bc7b00;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:3px;
}

/* WIDGETS STYLING */

#widget-container {
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:50px;
}

.widget-post {
	display:inline-block;
	vertical-align:top;
	text-align:justify;
	overflow:hidden;
	transition:ease-out 1s;
	width:30%;
	margin:1%;
}


@media only screen and (min-width: 800px) {
	
.widget-post {
	width:30%;
	margin:1%;
	min-width:200px;
}
	
}

@media only screen and (max-width: 800px) {
	
.widget-post {
	width:30%;
	margin:1%;
	min-width:150px;
}
	
}

@media only screen and (max-width: 600px) {
	
.widget-post {
	width:90%;
	margin:0 auto;
	display:block !important;
}
	
}


.widget-title {
	text-align:center;
	text-transform:uppercase;
	color:#e4e8e4;
	font-family:"gotham_b", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	padding:10px;
}
/* ARCHIVE STYLING */

#archive-container {
	width:100%;
	overflow:hidden;
	text-align:center;
	
}

.archive-post {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	overflow:hidden;
	transition:ease-out 1s;
}

@media only screen and (min-width: 800px) {
	
.archive-post {
	width:22%;
	margin:1%;
	min-width:150px;
}
	
}

@media only screen and (max-width: 800px) {
	
.archive-post {
	width:30%;
	margin:1%;
	min-width:150px;
}
	
}

@media only screen and (max-width: 400px) {
	
.archive-post {
	width:47%;
	margin:1%;
	min-width:150px;
}
	
}

.featured-tn img {
	display:block;
	width:100%;
	max-width:200px;
	height:auto;
	margin:0 auto;
}

.archive-title, .the_date {
	text-align:center;
	text-transform:uppercase;
	color:#e4e8e4;
	font-family:"gotham_b", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	padding:10px;
}

/* ARCHIVE PAGINATION */

.pagination {
	text-align:center;
	clear:both;
  }
  
.pagination a {
	display:inline-block;
	margin:5px;
	padding:2px 10px;	 
	background-color: #bc7b00;
	color:#e4e8e4 !important;
	transition: 1s;
	}
	
.pagination a:hover {
	background-color:#c59a29;
	color: #e4e8e4 !important;
	transition: 1s;
	}
		
.pagination .current {
	display:inline-block;
	margin:5px;
	padding:2px 13px !important;	
	background-color:#9c2327;
	color: #bc7b00;
	}

/* SINGLE POST */

.post-thumbnail {
margin-top:20px;
text-align:center;
}

.post-thumbnail img {
display:block;
margin:0 auto;
max-width:90%;
height:auto;
}

/* POST NAVIGATION */

.post-navigation a {
font-size:16px;
text-transform:uppercase;
display:inline-block;
	overflow:hidden;
padding:5px 10px;
text-align:center;
background-color:#bc7b00;
color:#e4e8e4 !important;
	}

.nav-next {
float:right;
color:#e4e8e4 !important;
}

.nav-previous {
float:left;
color:#e4e8e4 !important;
}

.post-navigation a:hover {
	background-color:#c59a29;
	color:#e4e8e4 !important;
	transition: 1s;
	  }

.post-navigation {
clear:both;
margin-bottom:24px;
overflow:hidden;
width:100%;
}

/* BUTTONS AND FORMS */

.join-button {
line-height:18px;
display:block;
background-color:#bc7b00;
color:#e4e8e4 !important;
text-transform:uppercase;
letter-spacing:1px;
font-size:13px;
margin-top:24px;
text-align:center;
margin:0 auto;
transition: 1s;
font-weight:normal !important;
	margin-bottom:24px;
	width:200px;
padding:10px;
}

 a.widget-button {
line-height:18px;
display:block;
text-transform:uppercase;
letter-spacing:2px;
font-size:15px;
margin-top:24px;
text-align:center;
margin:0 auto;
width:100%;
padding:10px 0px;
}


.join-button:hover, .wpcf7-submit:hover {
	background-color:#c59a29;
	transition: 1s;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']), select, div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
border:2px solid #bc7b00;
background-color:transparent;
padding:10px;
font-weight:bold;
color:#e4e8e4;
outline:none;
margin:10px;
font-size:15px;
border-radius:0;
}

textarea {
border:2px solid #bc7b00;
background-color:transparent;
padding:10px;
margin:10px;
font-weight:bold;
color:#e4e8e4;
outline:none;
resize:none;
font-size:15px;
font-family: Helvetica, Arial, sans-serif;
}

.wpcf7-form input, .wpcf7-form textarea {
	width:90%;
	max-width:450px;
}

@media only screen and (max-width: 400px) {
textarea, input:not([type=checkbox]):not([type=radio]) {
width:85%;
}
}

div.wpforms-container-full, div.wpforms-container-full .wpforms-form {
	text-align:center;
	width:98%;
	margin:0 auto;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
transition: 1s;
border:5px solid #bc7b00;
margin:10px 0px 10px 15px;
padding:10px;
background-color:#bc7b00;
color:#e4e8e4;
text-transform:uppercase;
font-weight:bold;
width:50%;
max-width:250px;
margin-left:20px;
border:0;
outline:0;
font-size:18px;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container div {
	display:inline-block;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
	text-align:center;
	height:100px;
}


li.product {
	width:28% !important;
	margin:2% !important;
	text-align:center;
}

li.product img {
	display:block;
	width:100%;
	height:auto;
}

ul.products {
	width:100% !important;
}


.products li strong, a.button, button.button, input.button, #review_form #submit, span.price, div.product p.price {
	color:#fff !important;
}

a.button, button.button, input.button, #review_form #submit, .button-alt, .quantity input.plus, .quantity input.minus {
	background-color:#bc7b00 !important;
}

#breadcrumb {
	display:none;
}

div.product div.summary, form.cart {
	text-align:center;
}

form.cart div.quantity, div.product .button-alt {
	float:none !important;
}

.quantity input.plus, .quantity input.minus {
	width:28px !important;
	padding:6px !important;
	border-top: 2px solid #bc7b00 !important;
	height: 30px !important;
}

.quantity input.qty {
	border: 1px solid #bc7b00 !important;
	padding: 0px 5px !important;
}

div.product #tabs  {
	display:none;
}

a.button-alt {
	color:#fff !important;
}

form .form-row input.input-text, #content .form-row input.input-text, form .form-row textarea, #content .form-row textarea, .form-row select {
	background: transparent !important;
	border: 2px solid #bc7b00 !important;
}

#payment {
	background:transparent !important;
}

#payment div.payment_box {
	color:#bc7b00;
}

#TB_window, .ngg-gallery-thumbnail {
	background-color:transparent !important;
	border: 0px!important;
}

#TB_window {
	background-color:#9c2327 !important;
	border: 1px solid #9c2327 !important;
}

#TB_window .screen-reader-text {
	display:none;
}

#TB_caption {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

.tb-close-icon {
	color:#fff !important;
}

/* CART PAGE*/
table.shop_table {
	border: 1px solid #bc7b00 !important;
}

table.shop_table thead {
	background-color: #9c2327;
	text-transform: uppercase;
}

table.shop_table th {
	color: #bc7b00 !important;
	font-size:18px !important;
}

table.shop_table td {
	border-top: 1px solid #bc7b00 !important; 
}

.cart_totals h2 {
	text-transform:uppercase;
	font-size:20px;
	color: #bc7b00;
}

.cart-row-subtotal, .cart-row-total {
	color: #bc7b00;
}

a.remove {
	background-color: #9c2327 !important;
}

/* CHECKOUT PAGE*/
#payment div.payment_box, #payment div.payment_message {
	font-weight:bold;
	color:#fff !important;
	font-size:16px;
	border: 0px !important;
	padding:20px !important
}

#payment div.payment_box {
	background: #c59a29 !important;
}

#payment div.payment_message {
	background: #9c2327 !important;
}

#payment div.payment_box p {
	margin: 0 !important;
}

#payment div.payment_box:after {
	border-bottom-color: #c59a29 !important;
	top: 1px !important;
}

#payment div.payment_message:after {
	border-bottom-color: #9c2327 !important;
	top: 1px !important;
}
/*PARENT THEME MODIFICATIONS*/
button.sub-menu-toggle {
	display:none;
}

.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bc7b00;
	font-size:0;
}

/*NEXTGEN GALLERY*/
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span.current {
	background-color:#9c2327;
	color:#bc7b00 !important;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.current:hover {
	background-color:#bc7b00;
	color:#9c2327 !important;
}

.ngg-navigation .ellipsis {
	background-color:#bc7b00;
}

.ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next, .ngg-navigation span.prev {
	color:#bc7b00 !important;
}

.sl-overlay {
	z-index:9999;
	background: #9c2327;
}

.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close {
	color:#bc7b00;
}

.ngg-gallery-thumbnail-box {
	width:33%;
}