﻿/*
Theme Name: Aroma K Candles
Theme URI: https://aromakcandles.com
Description: WordPress theme built by <a href="http://www.hedleyenterprises.co.uk">hedley enterprises</a>. <strong>Web design</strong> starts with a coffee and a chat...
Version: 1
Author: <strong>hedley</strong> enterprises
Author URI: https://hedleyenterprises.co.uk

*/
:root {
	--main-color: #151515;
	--brown: #B48A62;
	--lgrey: #FAFAFA;
	--grey: #F2F2F2;
	--line: #e5e5e5;
  	--black: rgba(0, 0, 0, 1);
}

body {
	font-size:12pt;
  	font-family: 'Lato', sans-serif;
	margin:0;
	padding:0;
  	color: var(--main-color);
	opacity: 0;
	animation: fade-in 0.1s forwards 1s linear;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
p::selection, h1::selection, h2::selection, h3::selection { background-color: #320101; color: #fff;}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection { background-color: #320101; color: #fff; }


/* -------------------- General Styles -------------------- */

.container {
	width: 95%;
	margin: auto;
}
header, .navigation {
	width: 95%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.c {
	clear:both;
}
a {
  text-decoration: none;
}
h1 {
  color: var(--brown);
	font-size: calc(1em + 1.6vw);
}
h1, h2, h3 {
	font-family: 'Merriweather', serif;
	font-weight: normal;
}
h2 {
	font-size: 2rem;
}
p,
ol li {
	line-height:1.6em;
}
img {
	border-style: none;
}
.center {
	text-align:center;
}
.absol {
	position:relative;
}
.line {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--lgrey);
}
.leftcol, .rightcol {
	width: 100%;
}

/* -------------------- Padding and Margins -------------------- */
.down {
	margin-top:10em;
}
.about-page .down {
	margin-top: 0;
}
.instagram {
	margin-top: 10em;
}
.alignright {
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.alignleft {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* -------------------- unordered list -------------------- */
.topbar ul, .basket-checkout ul, .info-grid ul, .nav ul, .contact-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar ul, .info-grid ul {
  display: flex;
}
.topbar li {
	margin-right: 10px;
}
.basket-checkout li {
	margin-left: 10px;
}
/* -------------------- Hyperlinks -------------------- */
.topbar a, footer a {
  color: var(--lgrey);
}
.topbar a:hover, footer a:hover, .check .entry a {
	color: var(--brown);
}
.check .entry a:hover {
	color: var(--main-color);
}
.current_page_item a,
.home .home-nav a,
.contactpage .cont-nav a {
	color: var(--brown);
	font-weight: bold;
}
.entry a {
	color: var(--brown);
}
/* -------------------- Header -------------------- */
.topbar {
  color: var(--lgrey);
  background-color: var(--black);
  padding: 10px;
}
.topbar .contact, .logo {
	display: none;
}
.basket-checkout {
	position: absolute;
	top: 20px;
	right: 90px;
}
.basket-checkout a {
	color: var(--lgrey);
}
.contact:nth-child(1) {
	margin-left: 10px;
}
.contact:nth-child(2) {
	margin-right: 10px;
}
header {
	width: 100%;
  	margin: auto;
}
/* -------------------- Backgrounds -------------------- */
.relax-image, .banner li {
	background-size: cover;
	background-position: center;
}
/* -------------------- Mobile Logo -------------------- */
.logo-mobile {
	width: 150px;
}
.flogo {
	width: 200px;
	margin: auto;
}
.logo-mobile img, .logo img, .flogo img {
	width: 100%;
}
/* -------------------- Site Search -------------------- */
.searchsite, .searchsite input {
	width: 100%;
}
.searchsite input {
	width: 80%;
	border: none;
	padding: 5px;
	flex-grow: 1;
	color: var(--lgrey);
	background-color: var(--main-color);
}
.searchsite input:focus {
	border-bottom: solid thin var(--brown);
}
.searchsite {
	padding: 10px 0 10px 10px;
	background-color: var(--main-color);
}
.searcharomak .search-submit {
	background-color: inherit;
	border: none;
	text-align: right;
	cursor: pointer;
	color: var(--lgrey);
}
/* -------------------- Navigation -------------------- */
.navigation {
	border-top: solid thin var(--grey);
	border-bottom: solid thin var(--grey);
	display: none;
	margin: auto;
}
/* -------------------- Hamburger Icon -------------------- */
#Rectangle_27, #Rectangle_28, #Rectangle_29,
#Rectangle_30, #Rectangle_31, #Rectangle_32 {
	transition: all 0.5s ease-in-out;
}
#Rectangle_27 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 30px);
}
#open-menu:hover #Rectangle_27 {
	transform: translate(332px, 30px);
}
#Rectangle_28 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 36px);
}
#open-menu:hover #Rectangle_28 {
	transform: translate(326px, 36px);
}
#Rectangle_29 {
	transform: translate(334px, 42px);
}
#open-menu:hover #Rectangle_29 {
	transform: translate(316px, 42px);
}
/* -------------------- Navigation Mobile -------------------- */
.navigation-mobile {
	width: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
#navoverlay {
	background-color: var(--main-color);
}
.mobile {
	display: none;
	opacity: 0;
}
.close-btn {
	display: block;
}
.menu-btn {
	cursor: pointer;
	width: 38px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.mobile {
	position: fixed;
	padding: 2em;
	width: calc(100vw - 4em);
	height: calc(100vh - 4em);
	z-index: 200;
}
.close-btn {
	width: 38px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
	color: var(--lgrey);
}
.close-btn:hover {
	color: var(--brown);
	transform: rotate(180deg);
}
.show-menu {
	opacity: 1;
	display: block;
	animation: fade-in 0.5s forwards linear;
}
ul.sub-menu {
	display:none;
}
.slideDown {
  display: block;
}
.menu-contents {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}
.nav {
	font-size: 1.5rem;
}
.nav ul, .contact-nav ul, .social-nav ul {
	flex-wrap: wrap;
}
.nav li, .contact-nav li, .social-nav li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.nav, .contact-nav, .social-nav {
	align-self: center;
	width: 100%;
}
.nav, .contact-nav {
	margin-bottom: 20px;
}
.nav li a, .contact-nav li a {
	color: var(--lgrey);
}
.nav li a .current_page_item a {
	color: var(--brown);
}
/* -------------------- Page Title / CTA -------------------- */
.page-title {
	margin-top: 5em;
	text-align: center;
}
hr {
	width: 100px;
	border: solid thin var(--brown);
	margin: 2em auto;
}
.page-title h2,
.page-title h1 {
	margin-bottom: 0;
}
.page-title h1 {
	color: var(--main-color);
}
.page-title p {
	margin: 0;
}
.google-map iframe {
	width: 100%;
}
/* -------------------- Split Banner -------------------- */
.relax {
	display: grid;
	grid-template-columns: 1fr;
}
.relax-text {
	padding: 30px;
	background-color: var(--grey);
}
.relax--text {
	align-self: center;
}
.relax-image {
	min-height: 500px;
}
/* -------------------- Gallery / Banner -------------------- */

.banner li {
	height: 60vh;
}
.gallery, .grid, .links {
	display: flex;
	flex-wrap: wrap;
}
.space {
	justify-content: space-between;
}
.gallery-item {
	float: left;
	width: 20%;
	flex-grow: 1;
	margin: 5px;
}
.gallery-item img {
	width: 100%;
	height: auto;
}
.gallery-item img:hover {
	opacity: 0.6;
}

.blog:nth-child(1) {
	width: 100%;
	text-decoration: underline;
}

.link {
	flex-grow: 1;
	width: 10%;
	position: relative;
	overflow: hidden;
	margin: 10px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
/* -------------------- Info Grid -------------------- */
.info-grid ul {
	flex-wrap: wrap;
}
.info-grid li {
	flex-grow: 1;
	align-self: center;
	text-align: center;
	padding: 3em;
	color: var(--lgrey);
	width: 300px;
	background-color: var(--main-color);
}
.info-grid h4 {
	color: var(--brown);
	font-size: 1.4rem;
	margin: 0;
	font-weight: normal;
}
.info-grid p {
	margin: 5px 0;
}
/* -------------------- Booking Form -------------------- */
.contact-aromak {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
	width: 80%;
	margin: 5em auto;
}
.wpcf7-submit {
	width: 60%;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background-color: #272727;
	color: #fff;
}
.bookingform input, .bookingform select, .bookingform textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	border: solid thin #dfdfdf;
}
.bookingform input:focus, .bookingform select:focus, .bookingform textarea:focus {
	background-color: #dfdfdf;
}
.bookingform hr {
	width: 100px;
	margin: 20px auto;
	border: solid thin #fff;
}
/* -------------------- Button -------------------- */
.button {
	margin-top: 3em;
}
.relax--text .button a {
	color: var(--lgrey);
	background-color: var(--brown);
}
.button a {
	padding: 0.7em;
	text-decoration: none;
}
.button a:hover {
	color: var(--lgrey);
  background-color: var(--main-color);
}
/* -------------------- Footer -------------------- */
footer {
	padding: 3em;
	color: var(--lgrey);
	background-color: var(--black);
}
.copyright {
	margin-top: 2em;
	font-size: 0.8rem;
}
.flogo i {
	font-size: 20pt;
	padding: 10px;
}
/* -------------------- Search Results -------------------- */

.search-results {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	margin-bottom: 2em;
}
.search-results-image {
	background-size: cover;
	width: 100%;
	height: 300px;
	background-position: center;
}
.search-image-text {
	display: flex;
	height: 100%;
	justify-content: center;
	opacity: 0;
	color: var(--lgrey);
	transition: all 0.5s ease-in-out;
}
.search-image-text:hover {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.search-image-text p {
	margin: 0;
	text-align: center;
	align-self: center;
}
.search .tab {
	margin-bottom: 30px;
	border-bottom: solid thin var(--line);
}
.search-results-text a {
	color: var(--main-color);
	transition: all 0.5s ease-in-out;
}
.search-results-text a:hover {
	color: var(--brown);
}
/* -------------------- About -------------------- */

.about-aromak {
	width: 95%;
	margin: auto;
	max-width: 800px;
}
/* -------------------- Sliding Banner -------------------- */

.bx-controls-direction {
	margin-top: 30px;
	text-align: center;
	display: none;
}
/* .bx-prev {
	margin-right: 10px;
}
.bx-controls-direction a {
	color: #313131;
	font-weight: bold;
	text-decoration: none;
}
.bx-controls-direction a:hover {
	color: #121212;
} */
.bx-default-pager {
	display: flex;
}
.bx-pager-item {
	display: none;
}
.bx-pager-link {
	padding: 5px;
	align-items: center;
}

/* ------------------------ Woocommerce Override ------------------------ */
.paypal-button {
	display: none;
}
.check .paypal-button {
	display: block;
}
.check input {
	border: solid 1px var(--line);
}
.check input:focus {
	border: solid 1px var(--brown);
}
.shop-container {
	width: 100%;
}
.term-description {
	border-bottom: solid thin #e5e5e5;
	margin-bottom: 30px;
	text-align: center;
}
.woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 1fr;
}
.sku_wrapper,
.gift-bag .woocommerce-Price-amount {
	display: none;
}
.gift-bag {
	max-width: 290px;
	margin: auto;
	text-align: center;
	justify-content: center;
	margin-bottom: 3em;
}
.gift-bag p {
	margin: 0;
}
.gift-bag a {
	color: var(--brown);
}
.gift-bag a:hover {
	color: var(--main-color);
}
.gift-bag .woocommerce .add_to_cart_inline {
	border: none!important;
}
/* Products */
ul.painting-shop {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
}
.painting-shop li {
	transition: all 0.5s ease-in-out;
	padding: 10px;
	position: relative;
	width: 46%;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 10px 20px 0;
	box-shadow: 0 0 10px rgba(229,229,229,1);
	background-size: cover;
	background-position: center;
	border: solid thin rgba(229,229,229,1);
}
.painting-shop li:hover {
	border: solid thin var(--brown);
}
.painting-shop-description {
	background-color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.painting-shop-pic {
	height: 300px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.painting-shop a {
	display: block;
	width: 100%;
	color: #313131;
}
.painting-shop li:hover, .inner .exhib-entry:hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(229,229,229,0.5);
}
.painting-shop .button {
	opacity: 0;
}
.painting-shop ins {
	content: "Sale";
	background-color: var(--brown);
	padding: 1em;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	position: absolute;
	justify-content: center;
	bottom: 5vh;
	right: 0;
	display: flex;
	color: var(--lgrey);
	text-decoration: none;
}
ins .woocommerce-Price-amount {
	align-self: center;
}
li.amount:nth-child(2) {
	color: red;
}
.product_meta {
	font-size: 10pt;
}
.woocommerce-ordering select {
	padding: 10px;
}
/* Product Titles */
.woocommerce-loop-product__title {
	font-size: 14pt;
	text-decoration: none;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	text-decoration: none;
}
.price {
	display: block;
	margin: 10px auto;
	font-weight: bold;
}
.your-price {
	padding-right: 10px;
}
.card-products h2 {
	width: 100%;
	display: block;
}
.card-products img {
	opacity: 0;
}
.woocommerce div.product form.cart .button {
	display: block;
	width: 200px;
	margin-top: 0;
}
.woocommerce div.product form.cart {
	display: inline-grid;
	width: 100%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #C21E29!important;
}
.woocommerce-variation-pricing .price {
	align-self: center;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #313131!important;
}
.up-sells {
	width: 100%;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce input.button {
	width: 100%;
	text-align: center;
	align-self: end;
}
.related .painting-shop li {
	background-color: #fff;
}
.related {
	padding: 60px 0;
}
.related h3 {
	text-align: center;
	width: 100%;
}
.coupon {
	display: flex;
}
.coupon .input-text {
	width: 100% !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	box-sizing: border-box;
}

/* Single Product Styling */
.product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-name a {
	color: #C21E29;
}
.posted_in {
	display: none;
}
.woocommerce-product-gallery {
	width: 46%;
}
.summary {
	width: 46%;
	align-self: center;
}
.entry-summary {
	order: 2;
}
.variations select, #giftoption, #nameforgift {
	padding: 10px;
}
.white .quantity {
	float: none !important;
	margin: 0 4px 20px 0;
	height: 50px;
}
.input-text {
	padding: 10px;
}
.strat-options ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.wide {
	width: 100%;
}
.woocommerce-variation.single_variation {
	margin-bottom: 30px;
	width: 320px;
	font-weight: bold;
	border-bottom: solid 1px #e5e5e5;
}
.start-options {
	color: #001f5b
}
.reset_variations {
	color: var(--brown);
	text-decoration: none;
}
.woocommerce-tabs {
    width: 100%;
}
.summary b {
	font-size: 25pt;
}

.wc-tabs-wrapper {
	width: 95%;
	margin: auto;
	display: none;
}

/* My Account */
.acc .content {
	margin: auto auto 60px auto;
	border-radius: 10px;
}
.content {
	margin: auto;
}
.tab-nav {
	width: 100%;
	margin-bottom: 60px;
}
.woocommerce-Addresses {
	display: flex;
	flex-grow: 1;
}
.woocommerce-Address {
	width: 48%;
	border-radius: 10px;
	height: 300px;
	margin: 10px;
	box-sizing: border-box;
	padding: 20px;
	display: grid;
	transition: all 0.5s ease-in-out;
}
.woocommerce-Address header {
	height: auto;
	margin:0;
}
.woocommerce-MyAccount-content form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.address-fields p {
	width: 48%;
}
.card-type {
	width: 60%;
	margin: auto;
	text-align: center;
}
.address-fields p:nth-child(1n+3) {
	width: 100%;
}
.myaccount input, .myaccount textarea {
	border: solid thin #e5e5e5;
}
.myaccount .woocommerce form.login {
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border-radius: 0;
}
dl.variation p {
	display: initial;
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.5em;
}
/*.woocommerce-error, .woocommerce-info, .woocommerce-message {
    width: 100%!important;
}*/
fieldset {
	width: 100%;
	margin-top: 40px;
	border: solid thin #e5e5e5;
}

.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left!important;
	width: 90%!important;
}
#order_review_heading {
	/* width: 100%; */
	display: none;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	margin-bottom: 60px;
	font-weight: bold;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
	margin-bottom: 2em;
	margin-top: 60px;
}

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:28px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: var(--lgrey);
    background-color: var(--brown);
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    vertical-align: top;
}
#order_review {
	margin-top: 3em;
}
.variations .bold {
	font-size: 10pt;
	margin-bottom: -10px;
	font-weight: bold;
}

.strat-options {
	width: 100%;
}

/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices


*/

/* -------------------- 800 -------------------- */

@media all and (min-width: 50em) {
.topbar .contact {
	display: block;
}
header {
	width: 95%;
  margin: 30px auto;
}
.logo-mobile {
	display: none;
}
.menu-btn {
	display: none;
}
.basket-checkout ul {
	display: flex;
}
.searchsite input {
	border: none;
	padding: 5px;
	color: var(--main-color);
	background-color: transparent;
	border-bottom: solid thin var(--grey);
	transition: all 0.5s ease-in-out;
}
.searchsite input:hover {
	border-bottom: solid thin var(--brown);
}
.searcharomak .search-submit {
	color: var(--main-color);
}
.searchsite {
	padding: 20px 0;
	background-color: transparent;
}
.searchsite, .basket-checkout {
	width: 250px;
	align-self: center;
}
.logo {
	display: block;
	width: 300px;
}
.basket-checkout {
	position: relative;
	justify-content: flex-end;
	top :inherit;
	right: 0;
}
.basket-checkout a {
	color: var(--main-color);
}
.relax {
	grid-template-columns: 1fr 1fr;
}
.checkout.woocommerce-checkout {
	flex-wrap: nowrap;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 90% !important;
}
.strat-options {
	width: 48%;
}
.leftcol {
	width: 25%;
}
.rightcol {
	width: 70%;
}
.search-results {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-gap: 20px;
	margin-bottom: 2em;
}
.search-results-image {
	width: 100%;
	height: auto;
}
.page-title {
	margin-top: 0;
}

/* -------------------- Navigation -------------------- */
.navigation {
	display: block;
}
.navigation nav {
    display: flex;
    justify-content: center;
}
.navigation-mobile {
	display: none;
}

/* -------------------- Drop-Down -------------------- */
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background-color: var(--lgrey);
}
nav ul li:hover a {
	color: var(--brown);
}
nav ul li a {
	display: block;
	padding: 10px;
	color: var(--main-color);
	text-decoration: none;
}
nav ul ul {
	background-color: var(--lgrey);
	border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none;
  position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: #fff;
}
nav ul ul li a:hover {
	color: var(--main-color);
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
}


/* -------------------- 1200 -------------------- */

@media all and (min-width: 75em) {

.page-title h2, .page-Title h1 {
	font-size: 3rem;
}
.painting-shop li {
	width: 20%;

}
.painting-shop-pic {
	height: 500px;
}
}

/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices with bigger screens


*/


@media all and (min-width: 1900px) {
.topbar {
	background-color: var(--black);
}

}
