/* 
* TSC Main Styles 
*/
:root {
    --souvenir-width-standard: 1400px;
}
html {
   overflow-x: hidden;
}
body {
	font-family: latoregular, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 1;
}
body.custom-background {
	background-size: contain;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-family: latosemibold, Helvetica, Arial, sans-serif;
	font-weight: 700;
}
strong .bold {
	font-family: latobold, Helvetica, Arial, sans-serif;
}
a, a:link, a:visited {
	color: #7B4352;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
a:hover {
	color: #ebd545;
}
p {
	margin: 0 0 15px;
	line-height: 1.35em;
}
blockquote {
	margin: 0;
}
blockquote h2 {
	color: #7B4352;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
ul li {
	padding: 2px 0;
}
ul li:before {
	content: '';
	margin: 0 10px 0 0;
}
ul.slides li:before,
ul li.cat-item:before,
ul.vc_tta-tabs-list li:before,
ul.flex-direction-nav li:before,
ul.select2-results__options li:before {
	content: '';
	margin: 0;
}

/* Layout */
.container-main {
	min-height: 320px;
	background: #fff;
}
header.content-header {
	min-height: 70px;
	position: sticky;
	top: 0;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21);
	z-index: 99999;
}
header.content-header nav ul li {
    transition: all 0.25s;
}
header.content-header.scrolling nav ul li {
    padding: 0;
}
header.content-header.scrolling .branding-header .brand-logo img{
 	width:170px;
	transition-delay: 250ms;
	transition: .25s ease-in-out;
}
section.content-main {
	padding: 0px;
	min-height: 600px;
    margin: 0 auto;
	overflow: hidden;
}
header .row, footer .row {
	max-width: 100vw;
	padding: 0 13vw;
	margin: 0 auto;
}
.container {
	max-width: 100vw;
	padding: 0;
}
.col, .col-xs-12, .col-sm-12, .col-6, .col-lg-12, .col-xl-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 16px;
	margin-left: 16px;
}
.row {
	width: auto;
	margin-right: -16px;
	margin-left: -16px;
    justify-content: center;
}
/* Merchr Customs */

.merchr-wrapper .branding-header, .merchr-wrapper .branding-header-mobile {
	padding: 5px 0;
}
.merchr-wrapper .branding-header i, .merchr-wrapper .branding-header i:hover,
.merchr-wrapper .branding-header-mobile i {
	color: #2D2D2D;
}
.merchr-wrapper .branding-header .d-flex:last-child, .merchr-wrapper .branding-header-mobile .d-flex:last-child  {
	gap: 12px;
}
.merchr-wrapper .branding-header .brand-logo img {
	width: 200px;
	height: auto;
}
.merchr-wrapper .branding-header-mobile .brand-logo img {
	width: 155px;
	height: auto;
}
.hide {
	display: none;
}

.merchr-wrapper .custom-logo-link {
	display: flex;
}
/* Menu */

nav.nav-secondary {
	display: inline-block;
}
nav.nav-primary {
	display: block;
}
nav.nav-secondary {
	float: right;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: robotoregular, Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
}
nav ul.sub-menu {
	font-size: 14px;
}
nav ul li {
	display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 10px 0px;
	position: relative;
}
.nav-primary ul > li {
	/*border-bottom: 2px solid transparent;*/
	color: #000;
}
.nav-primary ul li:hover,
.nav-primary ul li.current-menu-item a:visited {
	/*border-bottom: 2px solid #000000;*/
	color: var(--souvenir-purple);
}
nav ul li:before {
	content: '';
	margin: 0;
}
nav.nav-secondary ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
nav ul li a, 
nav ul li a:link,
nav ul li a:visited {
	color: #000000;
    font-family: robotoregular, Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
}
nav ul li.current_page_item > a,
nav ul li.current_page_parent > a {}
nav ul li.current_page_item > .sub-menu-wrap ul.sub-menu > a {}
nav ul li:hover > a,
nav ul li.current_page_item > .sub-menu-wrap ul.sub-menu li:hover > a {
	font-family: robotoregular, Helvetica, Arial, sans-serif;
    color: #a59fef;
    font-weight: 400;
	font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
}
.nav-primary ul {
	display: flex;
    justify-content: space-between;
}
.top-bar-header {
	background-color: #A59FEF;
	text-align: center;
}
.top-bar-header p {
	margin: 0;
	color: #ffffff;
    font-family: latosemibold, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.5px;
}
.top-bar-header .col {
	min-height: 32px;
	padding: 5px;
}

/* Sub-menu */
.sub-menu-wrap {
    display: none;
	position: absolute;
	background: #ffffff;
	z-index: 99999;
	white-space: nowrap;
	margin-top: 10px;
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
}
.sub-menu-wrap .sub-menu {
	display:flex;
	flex-direction: column;
}
.sub-menu-wrap .sub-menu li {
	margin:0;
	padding: 8px;
}
.sub-menu-wrap .sub-menu li:hover ,.sub-menu-wrap .sub-menu li.current-menu-item {
	background: #A59FEF;
	border-bottom: 2px solid transparent;
}
nav ul li:hover .sub-menu-wrap {
	display:block;
}

/* Mobile Menu */
.mobile-menu-wrapper {
	position: fixed;
    z-index: 9999;
    width: 100%;
	height: 100%;
	top: 0;
    right: -3600px;
	padding: 15px;
    background: #0D0F1A;
    color: #ffffff;
	font-family: Roboto,sans-serif;
	transition: right .35s ease-in-out;
    -moz-transition: right .35s ease-in-out;
    -webkit-transition: right .35s ease-in-out;
}
.mobile-menu-wrapper.open {
    right: 0;
}
.mobile-menu-close {
	text-align: right;
    font-size: 28px;
}
.mobile-menu-close .fa {
	cursor: pointer;
}
.mobile-menu-wrapper nav.nav-mobile ul li {
	display: block;
    padding: 5px;
    border-right: none;
    margin: 0;
	color: #000000;
}
.mobile-menu-wrapper nav.nav-mobile ul li {
	display: block;
    padding: 5px;
    border-right: none;
    margin: 0;
}
.mobile-menu-wrapper nav.nav-mobile ul li span.mobile-menu-spacer {
	display: inline-block;
	width: 15px;
}
.mobile-menu-wrapper nav.nav-mobile ul li i {
	padding-right: 30px;
}
.mobile-menu-wrapper nav.nav-mobile ul li > a {
	border-bottom: none;
	padding-bottom: 0;
}
.mobile-menu-wrapper nav.nav-mobile ul li a, 
.mobile-menu-wrapper nav.nav-mobile ul li a:link, 
.mobile-menu-wrapper nav.nav-mobile ul li a:visited {
    color: #ffffff;
	text-align: center;
	font-family: latoregular, Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.5px;
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
}
.mobile-menu-wrapper nav.nav-mobile ul li a:hover {
    font-family: latosemibold, Helvetica, Arial, sans-serif;
}
.mobile-menu-wrapper nav.nav-mobile ul li i {
	display: none;
}
.mobile-menu-wrapper nav.nav-mobile ul li .sub-menu-wrap {
	display: none ;
	visibility: visible;
    opacity: 1;
	position: relative;
    margin: 0;
    padding: 5px 0 5px 15px;
    width: auto;
    background: transparent;
	transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 10000;
}
.mobile-menu-wrapper nav.nav-mobile ul li.current-menu-parent > a, 
.mobile-menu-wrapper nav.nav-mobile ul li.current-menu-parent > a:link, 
.mobile-menu-wrapper nav.nav-mobile ul li.current-menu-parent > a:visited,
.mobile-menu-wrapper nav.nav-mobile ul li.current-menu-item > a, 
.mobile-menu-wrapper nav.nav-mobile ul li.current-menu-item > a:link, 
.mobile-menu-wrapper nav.nav-mobile ul li.current-menu-item > a:visited,
.mobile-menu-wrapper nav.nav-mobile ul li a:hover{
  	color: #ffffff;
	background: #A59FEF;
	border-radius: 100px;
	display: flex;
	width: 250px;
	height: 50px;
	justify-content: center;
	align-items: center;
	gap: 10px;

}
.mobile-menu-wrapper .menu-product-categories-container ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mobile-menu-wrapper .nav-mobile-icons {
	gap: 25px;
}
.mobile-menu-wrapper .nav-mobile-header {
	padding: 5px;
	margin-bottom: 60px;
}

/* Header Search */
.tsc-header-search {
    display: flex;
    margin-left: 10px;
}
.tsc-header-search-input {
    border: 1px solid #bfbfbf!important;
	border-right: none !important;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    outline: none!important;
    padding-left: 5px;
    padding: 8px 12px !important;
    color: #313131;
    font-weight: 300;
    font-size: 14px;
    font-family: roboto;
    background: #ffffff;
}
.tsc-header-search-input::-ms-input-placeholder,
.tsc-header-search-input::placeholder {
    font-weight: 400;
}
.tsc-header-search-btn {
    background: #fff!important;
    border: 1px solid #bfbfbf!important;
    border-left: none!important;
    -webkit-border-top-right-radius: 100px!important;
    -webkit-border-bottom-right-radius: 100px!important;
    -moz-border-radius-topright: 100px!important;
    -moz-border-radius-bottomright: 100px!important;
    border-top-right-radius: 100px!important;
    border-bottom-right-radius: 100px!important;
    outline: none!important;
    padding: 8px 12px !important;
    cursor: pointer;
}
.tsc-header-search-btn svg path {
    fill: #bfbfbf;
}
.tsc-header-search-btn:hover > svg path {
    fill: #898989;
}
#tsc-mobile-search-wrapper {
    display: flex;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    justify-content: center;
    transition: top 0.25s;
}
#tsc-header-search-mobile {
    margin-left: 0;
}
#tsc-header-search-input-mobile {
    width: 260px;
    padding: 10px;
}
#tsc-header-search-btn-mobile {
    padding: 5px 10px;
}

/* Merchr Paginator */
.col-merchr-pager {
	margin-bottom: 15px;
}
.col-merchr-pager.col-merchr-pager-top {}
.col-merchr-pager.col-merchr-pager-bottom {}
.col-merchr-pager a, .col-merchr-pager a:link,
.col-merchr-pager strong {
	display: inline-block;
	padding: 3px 6px;
    margin-right: 3px;
	background: #2f4354;
    color: #fff !IMPORTANT;
    text-align: center;
}
.col-merchr-pager a:hover,
.col-merchr-pager strong {
	background: #4d6a6a;
}

/* Footer */
footer {
	padding: 50px 0px 25px 0px;
	background: #0D0F1A;
	
}

footer h5 {
	color: #ffffff !important;
} 
footer p {
	margin: 0;
	padding: 0;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul li:before {
	content: '';
	margin: 0;
}
footer .merchr-footer-widget {
	margin: 15px 0 15px;
}
.footer-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width:350px;
	min-height:360px;
}
#row-footer {
	justify-content: space-between;
	align-items: flex-start;
}
.footer-1 div:last-of-type {
	margin-top: auto;
}
#footer-1 .footer-1-text p {
	color: #FFF;
	text-align: center;
	font-family: latoregular, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 21.6px;
	letter-spacing: 1px;
}
#footer-1 .wp-block-social-links li {
	background-color:#278eb0;
	width:36px;
	height: 36px;
	display:flex; 
	justify-content:center;
}
#footer-1 .wp-block-social-links li a{
	padding: 0;
}
#footer-2 a, #footer-3 a {
	color: #EFEFEF;
	font-family: latolight, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24.3px;
	letter-spacing: 1px;
}
#footer-2 h5, #footer-3 h5 {
	margin:0; 
	font-family: latoregular, Helvetica, Arial, sans-serif;
}
.footer-4{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	row-gap:20px;
}
#footer-4, #footer-4 .wp-block-button, #footer-4 a  {
	width: 180px;
	margin: 0;
}
.footer-4 #footer-4:nth-child(3) a {
	background-color: #887BBC !important;
}
.footer-4 #footer-4:last-child a {
	background-color: #01B5E1 !important;
}
.col-content-footer-bottom-bar {
	height: 15px;
	display: flex;
    justify-content: space-between;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #ffffff;
}
.col-content-footer-bottom-bar a {
	color: #ffffff!important;
}
.col-content-footer-bottom-bar a:hover {
	opacity: 0.85;
}

/* Media Queries */
@media only screen and (max-width: 1023px) {
	nav.nav-primary, nav.nav-secondary {
		display: none;
	}
	#mobile-logo, #menu-burger {
		display: inline-block;
	}
}
@media only screen and (max-width: 992px) {
	.footer-1 {
		max-width: 100%;
		min-height: auto;
	}
	.footer-4 {
		align-items: center;
	}
	footer .col-6 {
		margin: 0;
		text-align: center;
	}
	.col-content-footer-bottom-bar {
		justify-content: flex-start; 
		flex-direction: column;
    	align-items: center;
		height: auto;
		white-space: nowrap;
	}
	.col-content-footer-bottom-bar div {
		margin: 0;
	}
	#row-footer {
		row-gap: 20px;
		justify-content:space-around;
	}
	#footer-4, #footer-4 .wp-block-button, #footer-4 a  {
		width: auto;
		margin: 0;
	}
	#footer-4 a {
		min-width: 160px;
		white-space: nowrap;
	}
	.footer-4 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "first second" "third fourth";
		gap: 20px;
		justify-content: center;
	}
	.footer-4 #footer-4:first-child {
		grid-area: first;
		margin: 0;
	}
	.footer-4 #footer-4:nth-child(2) {
		grid-area: second;
		margin: 0;
	}
	.footer-4 #footer-4:nth-child(3) > div{
		justify-content: flex-end;
	}
	.footer-4 #footer-4:nth-child(3) {
		grid-area: third;
	}
	.footer-4 #footer-4:last-child {
		grid-area: fourth;
	}
	header .row, footer .row {
		padding: 0 5vw;
	}
}
@media only screen and (max-width: 768px) {
	.footer-1 {
		max-width: 100%;
	}
	.footer-4 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "first first" "second second" "third fourth";
		gap: 20px;
		justify-content: left;
		justify-items: start;
		margin: 0;
	}
	#footer-3 a {
		font-size:16px;
	}
	#footer-1 .wp-block-image img {
		height: 100% !important;
	}
	footer .col-6 {
		text-align: left;
	}
}
