/*!
Theme Name: Equo Main
Theme URI: http://underscores.me/
Author: Arif Adnan Khan
Author URI: http://www.linkedin.com/in/arif-adnan-khan-2628a4120
Description: Theme for equo main
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: equo-main
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Equo Main is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Variable Declaration
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms

# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Layouts
	- Mobile
	- Tab
	- Desktop
# Animation
# Header Elements
# Home Page Elements
# Branding Elements
# About Us Elements
# Brand Page
# WooCommerce Page
# My Acoount
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Variable Declaration
--------------------------------------------- */
:root{
	--mainBgColor: #000000;
	--primaryColor: #014228;
}
/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration:none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
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{
	
}
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
.formButton{
	background:#fece08 !important;
	color:var(--mainBgColor) !important;
	border-radius: .25em !important;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
p{
	color: #404040;
	font-family: 'Roboto Slab', serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
#primary-menu a{
	clear: both;
	font-family: 'Amiri', serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
h1,
h2,
h3,
h4,
h5,
h6,
a{
	color : var(--mainBgColor);
}
.green-text, .green-text:hover{
	color : #05452c;
}
.white-text, #primary-menu a {
	color: #fff;
}
.yellow-text {
	background: #fece08;
}
.removeFont{
	font-size: 0;
}
.defaultFont h4,.defaultFont p,.defaultFont{
	font-size: 16px;
}
.defaultFont h1{
	font-size: 32px;
}
.defaultFont h2{
	font-size: 24px;
}
.defaultFont h3{
	font-size: 18px;
}
.defaultFont h5{
	font-size: 14px;
}
.defaultFont h6{
	font-size: 10px;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 2em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.yellowBackground{
	background: #fece08;
}
.yellowLightBackground{
	background: rgba(254, 206, 8,.125);
}

.greenBackground{
	background: #125f45;
}
.greenLightBackground{
	background: rgba(18,95,69,0.025);
}
/* Links
--------------------------------------------- */
/*a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.linkButton,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #fff;
    border: solid var(--mainBgColor) 2px;
    color: var(--mainBgColor);
    transition: 1s;
	line-height: 1;
	padding: 0.5em 1em 0.5em;
	border-radius:3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--primaryColor);
    border: none;
    color: #fff;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.green-area{
	background-color:var(--mainBgColor);
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	text-align:center;
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
/*
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;*/
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
	z-index:99;
	padding: .25em .75em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		border-top: solid 1px;
    	border-bottom: solid 1px;
    	margin-bottom: 10px;
		margin: 10px 0;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

#site-navigation button{
	height: 3em;
    width: 3em;
    background-image: url(/wp-content/themes/equo-main/images/burgerGreen.png);
    background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
    right: .25em;
    top: 2em;
    background-color: white;
	border: none;
	z-index: 999;
}

@media only screen and (min-width: 600px)
{
	.menu-primary-container{
		overflow: hidden;
	}
	.main-navigation li{;
    	position: relative;
		border-radius: 2em;
		margin: .5em 0;
	}
}
@media only screen and (max-width: 599px) {
	#site-navigation #primary-menu {
		right: .025em;
		position: fixed;
		top: 3.5em;
		z-index:99;
	}
	.main-navigation li{
		border-bottom: white solid .01em;
		position: relative;
		padding-left: 0.25em;		
		padding-right: 0.25em;
	}
}
/*#primary-menu li{
	border-right: white solid .1em;
}*/
#primary-menu a{
	color: var(--mainBgColor);
	font-size:.8em;
}
/*#primary-menu li:hover{
	background-color: #125f45;
}*/
@media only screen and (max-width: 600px)
{
	#primary-menu li{
		background-color: var(--mainBgColor);
	}
	#primary-menu li a{
		color: #FFF;
	}
}
@media only screen and (min-width: 800px){
	#primary-menu a{
		font-size:1.2em;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	margin: 1em 0 0 1em;
	max-height: 80%;
}
@media only screen and (min-width: 600px ){
	.custom-logo-link {
		margin: 0.5em 0 0 2em;

	}
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text, .center-text{
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.leftFloat{
	float:left;
}
.rightFloat{
	float:right;
}
.clearFloat{
	clear:both;
}
.centerAlignText{
	text-align:center;
}
.rightAlignText{
	text-align:right;
}
.alignTop{
	vertical-align:top;
}
.alignMiddle{
	vertical-align:middle;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pd1{
	padding:1em;
}
.pd2{
	padding:2em;
}
.pdt0{
	padding-top: 0;
}
.pdb0{
	padding-bottom: 0;
}
.pdb1{
	padding-bottom: 1em;
}
.pdb2{
	padding-bottom: 2em;
}
.m0{
	margin:0;
}
.m3{
	margin:3em;
}
.mt1{
	margin-top:1em;
}
.mt2{
	margin-top:2em;
}
.mb0{
	margin-bottom:0;
}
.mb1{
	margin-bottom:1em;
}
.mr5{
	margin-right:5em;
}

.row{
	display: table;
}
.rowBlock{
	display: inline-block;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Common
	 ========================================================================== */

.sm{
	background-color:#fece08;
	border-radius:1em 0;
	max-width: 275px;
	padding-bottom: .5em;
}
.sm_links{
	height: 2em;
	width: 2em;
}
.centered{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.post, .page{
	margin: 0;
}
/* Mobile
	 ========================================================================== */
.pageContainer{
	margin: 0 .25em 0;
	/*background-image: url('/wp-content/themes/equo-main/images/dotBackground.png');*/
	background-repeat: repeat;
	max-width:95%;
}
.fullWidth{
	width:100%;
}
.halfwidth{
	width:49%;
}

/* Tab
	 ========================================================================== */

@media only screen and (min-width: 768px)
{
	.pageContainer{
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.halfWidthTab{
		max-width: 49%;
		display:inline-block;
	}
	.thirdWidthTab
	{
		max-width: 33%;
		display:inline-block;
	}
	.shopSidebar{
		width: 25%;
		display:inline-block;
	}
	.shopProducts{
		width:74%;
		display:inline-block;
	}
	.middleHeightTransformTab{
		transform: translateY(-20%);
	}
	.halfWidthTab2{
		max-width: 50%;
	}
}
/* Desktop
	 ========================================================================== */
@media only screen and (min-width: 1024px)
{
	.pageContainer{
		max-width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	.middleHeightTransformTab{
		transform: translateY(-50%);
	}
	.thirdWidthDesktop{
		width: 33%;
		display:inline-block;
	}
	.twoThirdWidthDesktop{
		width:66%;
		display:inline-block;
	}
	.prd5{
		padding-right:5em;
	}
}
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    /* transform: perspective(1px) translateZ(0); */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
    
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# Header Elements
--------------------------------------------------------------*/
.site-header .custom-logo{
	width: 13em;
}
.site-header a, .site-header a:hover, #primary-menu a, #primary-menu a:hover{
	text-decoration: none;
}
.site-branding {
	padding: .25em;
    display: flex;
	margin:0;
	overflow:hidden;
}
.site-title{
	padding-top: 0.25em;
}

#site-navigation button{
	height: 3em;
    width: 3em;
    background-image: url('/wp-content/themes/equo-main/images/burgerGreen.png');
    background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
    right: .25em;
    top: 1.5em;
    background-color: white;
	border: none;
}
@media only screen and (min-width:768px){
	#primary-menu li,#headerLinks img{
		width:12.5%;
		transition: all 750ms;
		color:var(--mainBgColor);
	}
	
	#primary-menu li:hover{
		transform: scale(1.25);
	}
	#headerLinks img:hover{
		transform: scale(1.50);
	}
}

#headerLinks{
	float: right;
	position: absolute;
	right: 0;
	top: 5px;		
}
@media only screen and (max-width: 767px){
	#headerLinks{
		font-size:0;
	}
}
#headerLinks a{
	padding: 3px;
}
#mediaLinks img, #contactLinks img{
	max-width: 20px;
	vertical-align:middle;
}
#mediaLinks,#contactLinks {
	display: inline;
	vertical-align:middle;
}
@media only screen and (min-width: 600px){
	#headerLinks{
		top:8px;
	}
}
.searchForm{
	display: inline-block;
	right:0;
	transform:translatey(-2px);
}
@media only screen and (min-width: 600px){
	.searchForm{
		position: absolute;
		top: 50px;
	}
}
@media only screen and (min-width: 1000px){
	.searchForm{
		left:35vw;
	}
}
.searchForm .yith-s{
	width: 25vw;
}
@media only screen and (max-width: 599px){
	.searchForm .yith-s{
		margin:.5em; 
		width: calc(90vw - 80px);
	}
}

@media only screen and (min-width: 1000px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		width:10.5vw ;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Footer Elements
--------------------------------------------------------------*/
#site-footer{
	margin-top: 1em;
}

#site-footer a:hover{
	color:var(--primaryColor);
}

@media only screen and (min-width: 600px){
	#site-footer td:nth-child(2){
		padding-left: 3em;
	}
}

.footer_column{
	width: 50%;
	display: inline-block;
}
.footer_column:first-child{
	width: 100%;
}
@media only screen and (min-width: 600px){
	.footer_column{
		width:25% !important;
	}

	#site-footer .custom-logo-link{
		margin: 0;
	}
}
.footer_column img{
	max-width: 90%;
}
.paymentIcons img{
	max-width: min(30%,50px);
	padding:0.25em;
}
.contactIcons img{
	max-width: 20px;
    vertical-align: middle;
}
/*--------------------------------------------------------------
# Home Page Elements
--------------------------------------------------------------*/
.announcement{
	background-color: var(--mainBgColor);
	color: #FFF;
	text-align: center;
}
.hero{
	min-height:320px;
}
.hero img{
	width:100%;
	height:100%;
	object-fit:fill;
	object-position:center;
}
.homepage_Row img{
	width: 100%	
}
.homepage_Row_Desc{
	padding: 1em;
}
@media only screen and (min-width:1200px){
	.homepage_Row_Desc{
		padding:10vw 2em 0 2em;		
	}
}
@media only screen and (min-width:600px) and (max-width:767px){
	.homepage_Row_Desc{
		padding: 0 .1em;
	}
	.homepage_Row_Desc >*{
		margin:0;
	}
	.homepage_Row_Desc >p{
		font-size: 14px;
	}
	.homepage_Row_Desc >h1{
		font-size: 28px;
	}
}
.subscription_form_control{
	width: 100%;
	display: inline-block;
}
.subscription_form_control input{
	width:90%;
}
.subscriptionBox{
	border-color: var(--mainBgColor);
    border-style: solid;
    border-radius: 1em;	
	text-align: center;
}
.page-template-homepage .plyr{
	height:auto;
}
.homepageBottomBox{
	display: flex;
	flex-wrap: wrap;
}
/*
# slider
--------------------------------------------------------------*/
.slideshow-container {
    position: relative;
    margin: auto
}

.mySlides {
    display: none;
  	height: 100vw; 	   
}
@media only screen and (min-width:780px){
	.mySlides{
		height:34vw;
	}	
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: 0;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: 0;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: var(--mainBgColor);
}
.slideDots{
	text-align:right;
	margin-top: -1.5em;
	margin-right: 1em;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgba(14, 98, 67, 0.2);
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
}
.active,
.dot:hover {
    background-color: var(--mainBgColor);
}

/*--------------------------------------------------------------
# Brand Page Elements
--------------------------------------------------------------*/
.brandsContainer, .categoriesContainer,.homepageCategories{
	text-align:center;
}
.brandsContainer_brand, .categoriesContainer_category,.homepageCategoriesCategory{
	display: inline-block;
	margin: auto;
  	
}
.brandsContainer_brand{
	width: 100%;  	
}
.categoriesContainer_category, .homepageCategoriesCategory{
	width: 49%;  	
}
.brandsContainer_brand_image, .categoriesContainer_category_image, .homepageCategoriesCategoryImage{
	overflow: hidden;
	position: relative;
}
@media only screen and (min-width: 600px){
	.brandsContainer_brand{
		max-width: 33%;
	}
	.categoriesContainer_category, .homepageCategoriesCategory{
		max-width: 12%;
   	 	padding: 1em;
	}
}
.brandsContainer_brand_image_logo{
	background-color:white;
	width:100%;
}
/*
*/

.brandsContainer_brand_image .brandsContainer_brand_image_overlay, .categoriesContainer_category_image .categoriesContainer_category_image_overlay, .homepageCategoriesCategoryImage .categoriesContainerCategoryImageOverlay{
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.brandsContainer_brand_image:hover .brandsContainer_brand_image_overlay, .categoriesContainer_category_image:hover .categoriesContainer_category_image_overlay, .homepageCategoriesCategoryImage:hover .categoriesContainerCategoryImageOverlay{
  opacity: 1;
}
.homepageCategoriesCategoryImage:hover .categoriesContainerCategoryImageLogo{
	opacity:25%
}
.brandsContainer_brand_image_details, .categoriesContainer_category_image_details, .categoriesContainerCategoryImageDetails {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.brandsContainer_brand_image:hover .brandsContainer_brand_image_details, .categoriesContainer_category_image:hover .categoriesContainer_category_image_details, .homepageCategoriesCategoryImage:hover .categoriesContainerCategoryImageDetails{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.brandsContainer_brand_image_details h3, .categoriesContainer_category_image_details h3, .categoriesContainerCategoryImageDetails h3{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.brandsContainer_brand_image_details p, .categoriesContainer_category_image_details p, .categoriesContainerCategoryImageDetails p{
  color: #fff;
  font-size: 12px;
}
.categoriesContainerCategoryImageDetails p, .categoriesContainerCategoryImageDetails h3{
	color: var(--mainBgColor);
}
.categoriesContainer_category_image_logo img{
	border: 2px solid #000;
	border-radius: 5px;
}
.categoriesContainerCategoryImageLogo img{
	border-radius:50%;
	border: 2px solid #000;
}
.fadeIn-left{
  left: 20%;
}

.brandPageIntro{
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}

.brandPage_Background{
	width:100vw;
}
@media only screen and (min-width:1200px){
	.brandText p{
		font-size: 1.5em;
	}
	.brandText{
		top:calc(150px + 1em);
	}
}
.brandText a{
	color: black;
	background-color: white;
	padding: 1em;
}
.brandText a:hover{
	background-color: #125f45 !important;;
	color: white !important;;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#map {
        width: 100%;
        height: 100vw;
        background-color: grey;
      }
@media only screen and (min-width:600px){
	#map{
		width: calc(33%);
		height:calc(90vw/3);
	}
}
@media only screen and (min-width:1024px){
	#map{
		width: calc(33%);
		height:calc(80vw/3);
	}
}

.location img{
	width: 100%;
}
/*--------------------------------------------------------------
# Brand Page
--------------------------------------------------------------*/

/*Woocommerce
*/
/*
Archive
*/
.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button{
	background-color: #fff;
	border: solid var(--mainBgColor) 2px;
	color: var(--mainBgColor);
	transition: 1s;
}
.woocommerce ul.products li.product .button:hover, .woocommerce div.product form.cart .button:hover{
	background-color: var(--primaryColor);
	border: none;
	color: #fff;
}
.woocommerce ul.products li.product .price {
    color: var(--mainBgColor);
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 0.8em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	min-height: 6em;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
    .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 5px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #337ab7;
    color: #fff;
    padding: 12px;
}
.woocommerce-pagination ul.page-numbers a.page-numbers {
    color: #444;
    padding: 12px;
    margin: 0px;
    background: #ddd;
}
.woocommerce a.added_to_cart{
	padding-left: .5em;
}
.woocommerce ul.products li.product a img{
	transition: transform 1s;
}

.woocommerce ul.products li.product a img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
}
/*
 * Item
 */

.woocommerce div.product p.stock {
    font-size: 2em;
    font-weight: bold;
}
#tab-description .plyr{
	max-width: 500px;
    margin-left: max(0px ,50% - 250px);
}
/*
Checkout
*/

#coupon_code{
	width:min(205px,100%);
}

.woocommerce-checkout #headerLinks, 
.woocommerce-checkout .main-navigation{
 	display: none;
}

/*
Cart
*/

.cart-contents {
    position: fixed;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
	right: 10px;
	z-index:1;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
}
@media only screen and (min-width:1024px){
	.cart-contents{
		top: 35px;
	}
}
.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;  
}
.yith-wcmcs-currency-flag{
	min-width: 0;
}
.yith-wcmcs-currency-without-flag:before{
	width:0;
}

.filter-items .active{
	background-color: #fff;
}

/*
 * My Account
*/
.woocommerce-MyAccount-navigation {
display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.accountNavigation{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}

.accountNavigationButton{
	height: 150px;
    min-width: min(250px,100vw);
    max-width: max(24vw,400px);
	display: flex;
	justify-content: center;
	align-items:center;
	border: solid 2px rgb(18,95,69);
	border-radius: 10px;
}

.accountNavigationButton img{
	height: 50px;
	padding: 5px;
}
.accountNavigationButton:hover{
	background: var(--mainBgColor);
}
.products{
	text-align:center;
}

/*
 * Login Page
*/

.login{
	background: black;
}

/*
 * Store Page
 * */
.categoriesHero img
{
	width:100vw;
	
}
.categoriesBanners,.categoriesHighlight{
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: center;
}
.categoriesBannersBanner{
	flex:1;
	min-width: max(250px , 50%);
}
.categoriesBannersBannerAction{
	text-align: center;
    border: 2px solid;
    width: 50%;
    position: relative;
    margin-top: -2em;
    margin-right: auto;
    margin-left: auto;
	background: #FFF;
	padding: .5em;
}
.categoriesHighlightMajor{
	flex:2;
	min-width: max(400px,66%);
}
.categoriesHighlightMinor{
	flex:1;
	min-width: max(200px,33%);
}
.categoriesHighlightEqual{
	min-width:max(400px,50%);
	flex:1;
}
.categoriesHighlightEqualIcons{
	width:33%;
	flex:1;
}
.categoriesHighlightEqual img{
	width:100%;
}
.categoriesHighlight h1, .categoriesHighlight p{
	color:#b1b1b3 !important;
}

.categoriesHighlight p{
	font-size: 1.5em;
}
.categoriesHighlight h2, .categoriesHighlight h1{
	display:inline-block;
}
.categoriesHighlight p, .categoriesHighlight h1, .categoriesHighlight h2, .categoriesHighlight li{
	font-weight:200;
	color:#bcbcbe;
}
.underlinedHeader h2::after, .underlinedHeader h1::after  {
        display:block;
        clear:both;
        content : "";
        position: relative;
        left    : 0;
        bottom  : 0;
        max-width:250px;
        height  : 1px;
        padding:0px;
	 	width: 85%;
}
.underlinedHeader h2::after{
	border-bottom:5px solid #ec923e;
}
.underlinedHeader h1::after{
	border-bottom:5px solid #000;
}
.categoriesHighlight ul{
	list-style-image: url('https://equotrad.com/wp-content/uploads/2022/11/Untitled-design-40-1-1.png');
}
.categoriesHighlight li{
	font-size: 1.5em;	
}
.shopBanner{
	min-height:150px;
	background-color:#9a9a9a;
	color: #FFF;
	text-align: center;
	padding: 0.75em;
}
.shopBanner h1{
	color:#fff;
	font-weight: 200;
}
.shop{
	margin-top: -3em;
	padding: 1em;
}

.single-product-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-images {
  width: 60%;
  text-align: center;
}

.product-summary {
  width: 40%;
  padding: 1em;
}
.woocommerce span.onsale{
	top: 0.5em;
	background-color: #000;
	padding: 1em;
}
.woocommerce ul.products li.product .onsale{
	left:0;
	right: auto;
}

.product .product_meta > *{
	display: block;
}
/* Display Sale! Badge Icon */
.sale-icon[data-icon]:before {
    font-family: 'ETmodules';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
/* Optional styling */
.woocommerce-page ul.products li.product span.onsale, .woocommerce ul.products li.product span.onsale {
  left: 0px!important;
    top: 0px!important; 
    font-size: 12px;
   background: #000!important;
	min-height: 1.5em;
	line-height: 1.5em;
	padding: 0 .2em;
	border-radius: 0;
}

/* Breadcrumb container */
.woocommerce-breadcrumb {
    margin: 0.5rem;!important /* Adjust margin as needed */
    padding: 0.5rem;!important /* Padding */
    background-color: #f7f7f7; /* Background color */
    border: 1px solid #e3e3e3; /* Border color */
    border-radius: 0.5rem; /* Rounded corners */
}

/* Breadcrumb items */
.woocommerce-breadcrumb li {
    display: inline;
    margin-right: 0.5rem; /* Adjust spacing between breadcrumbs */
    font-size: 1rem; /* Font size */
    color: #333; /* Text color */
}

/* Breadcrumb links */
.woocommerce-breadcrumb li a {
    color: #007bff; /* Link color */
    text-decoration: none;
}

/* Separator */
.woocommerce-breadcrumb li::after {
    content: '/'; /* Separator character */
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #999; 
}
