/*
Theme Name: Piccadilly Arcade
Author: DOWO Digital
Author URI: https://www.dowo.digital/
Version: 1.0
Text Domain: dowo
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	transition: color 0.5s ease-in-out;
}
svg{transition: fill 0.4s ease;}
body {
	line-height: 1;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 0;
	margin: 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	
}
body {
	
}

a {
	outline: none;
	
}
a:hover {
	
}
.elementor-button-text{text-transform: capitalize;}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */

.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 15px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}



/* Navigation Menu */
.main-navigation {
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #002800;
	color: #fff;
	padding: 45px 0;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #fff;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}


.entry-content a:visited,
.comment-content a:visited {
	color: #000;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* General css start */

.entry-header {display:none;}
.pic-arc-position{position:relative;}
body *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body{background:#fff; transition: background-color 0.8s ease-in-out; padding-top:75px; overflow-x:hidden;}
body.admin-bar .pic-arc-header{margin-top:32px;}
body.admin-bar .pic-arc-mobile-menu-wrp{margin-top:46px;}

.elementor-widget-button .elementor-button-link{position: relative;   text-decoration: none;}
.elementor-widget-button .elementor-button-link::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0.5px;  background-color: #000;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.elementor-widget-button .elementor-button-link:hover::after {  width: 8%;  left: 92%;}

body.pic-arc-dark-green-bgclr:not([data-bg-clr]) .elementor-widget-button .elementor-button-link::after,
body[data-bg-clr="dark-green"] .elementor-widget-button .elementor-button-link::after{background-color: rgba(255,255,255, 0.5)}

.elementor-button.elementor-button-link .elementor-button-icon svg{width: 8px; position: relative; bottom: -1px;}
.elementor-350 .elementor-element.elementor-element-3ec9a00 .elementor-button:hover svg,
.elementor-350 .elementor-element.elementor-element-3ec9a00 .elementor-button:focus svg{fill: none !important;}

/* header css start */
.pic-arc-header{transition:background-color 0.8s ease-in-out; }
.pic-arc-header-inner{line-height:0px;}
.pic-arc-header{background:#fff;}
.pic-arc-text-left svg{max-width: 28px;width: 100%; height: 100%;} 
.pic-arc-text-right svg{max-width: 20px;width: 100%; height: 100%;}

body.home, body.home .pic-arc-header {background:#F5F0E6;}

body.pic-arc-white-bgclr{background:#FFFFFF;}
body.pic-arc-light-gray-bgclr{background:#F5F0E6;}
body.pic-arc-light-green-bgclr{background:#e6eceb;}
body.pic-arc-dark-green-bgclr{background:#82A29A;}

body[data-bg-clr="white"]{background-color: #ffffff !important;}
body[data-bg-clr="light-gray"]{background-color: #F5F0E6 !important;}
body[data-bg-clr="light-green"]{background-color: #e6eceb !important;}
body[data-bg-clr="dark-green"]{background-color: #82A29A !important;}

body.pic-arc-white-bgclr .pic-arc-header, body.pic-arc-white-bgclr .pic-arc-mobile-menu-wrp{background:#fff !important;} 
body.pic-arc-light-gray-bgclr .pic-arc-header, body.pic-arc-light-gray-bgclr .pic-arc-mobile-menu-wrp{background:#F5F0E6 !important;}
body.pic-arc-light-green-bgclr .pic-arc-header, body.pic-arc-light-green-bgclr .pic-arc-mobile-menu-wrp{background:#e6eceb !important;}
body.pic-arc-dark-green-bgclr .pic-arc-header, body.pic-arc-dark-green-bgclr .pic-arc-mobile-menu-wrp{background:#82A29A !important;}

body[data-bg-clr="white"] .pic-arc-header, body[data-bg-clr="white"] .pic-arc-mobile-menu-wrp{background:#fff !important;} 
body[data-bg-clr="light-gray"] .pic-arc-header, body[data-bg-clr="light-gray"] .pic-arc-mobile-menu-wrp {background:#F5F0E6 !important;}
body[data-bg-clr="light-green"] .pic-arc-header, body[data-bg-clr="light-green"] .pic-arc-mobile-menu-wrp{background:#e6eceb !important;}
body[data-bg-clr="dark-green"] .pic-arc-header, body[data-bg-clr="dark-green"] .pic-arc-mobile-menu-wrp{background:#82A29A !important;} 

body.pic-arc-white-bgclr .pic-arc-header .elementor-nav-menu--dropdown{background:#fff !important;} 
body.pic-arc-light-gray-bgclr .pic-arc-header .elementor-nav-menu--dropdown{background:#F5F0E6 !important;}
body.pic-arc-light-green-bgclr .pic-arc-header .elementor-nav-menu--dropdown{background:#e6eceb !important;}
body.pic-arc-dark-green-bgclr .pic-arc-header .elementor-nav-menu--dropdown{background:#82A29A !important;}

body[data-bg-clr="white"] .pic-arc-header .elementor-nav-menu--dropdown{background:#fff !important;} 
body[data-bg-clr="light-gray"] .pic-arc-header .elementor-nav-menu--dropdown{background:#F5F0E6 !important;}
body[data-bg-clr="light-green"] .pic-arc-header .elementor-nav-menu--dropdown{background:#e6eceb !important;}
body[data-bg-clr="dark-green"] .pic-arc-header .elementor-nav-menu--dropdown{background:#82A29A !important;}

.elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:hover,
.elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item.highlighted, 
.elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:focus{color: rgba(0,0,0,0.5) !important;}

.pic-arc-dark-green-bgclr .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:hover,
.pic-arc-dark-green-bgclr .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item.highlighted,
.pic-arc-dark-green-bgclr .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:focus{color: rgba(255,255,255,0.5) !important;}

body[data-bg-clr="light-gray"] .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:hover,
body[data-bg-clr="light-gray"] .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item.highlighted,
body[data-bg-clr="light-gray"] .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:focus{color: rgba(0,0,0,0.5) !important;}

.elementor-251 .elementor-element .elementor-nav-menu--dropdown a:hover, 
.elementor-251 .elementor-element .elementor-nav-menu--dropdown a:focus, 
.elementor-251 .elementor-element .elementor-nav-menu--dropdown a.highlighted {color: rgba(0,0,0,0.5) !important;}

.pic-arc-dark-green-bgclr .elementor-251 .elementor-element .elementor-nav-menu--dropdown a:hover, 
.pic-arc-dark-green-bgclr .elementor-251 .elementor-element .elementor-nav-menu--dropdown a:focus, 
.pic-arc-dark-green-bgclr .elementor-251 .elementor-element .elementor-nav-menu--dropdown a.highlighted {color: rgba(255,255,255,0.5) !important;}

body[data-bg-clr="dark-green"] .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:hover, 
body[data-bg-clr="dark-green"] .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item.highlighted, 
body[data-bg-clr="dark-green"] .elementor-251 .elementor-element .elementor-nav-menu--main .elementor-item:focus{color: rgba(255,255,255,0.5) !important;}

body[data-bg-clr="dark-green"] .elementor-251 .elementor-element .elementor-nav-menu--dropdown a:hover, 
body[data-bg-clr="dark-green"] .elementor-251 .elementor-element .elementor-nav-menu--dropdown a:focus, 
body[data-bg-clr="dark-green"] .elementor-251 .elementor-element .elementor-nav-menu--dropdown a.highlighted {color: rgba(255,255,255,0.5) !important;}

.brand-post-common-link a.wp-element-button{border-bottom: 1px solid #000; box-shadow: none !important; color: #000 !important;  padding: 0px 15px 2px 0px;  display: inline-block; position:relative;  text-decoration: none;}
.brand-post-common-link a.wp-element-button::after{  position: absolute; right: 0px; top: 5px;  content: url('https://piccadilly-arcade.com/2025/wp-content/uploads/2025/11/next-arrow.svg'); }
.brand-post-common-link{}

/* Home page css start */
.banner-animation-container{display: flex;justify-content: space-between;align-items: flex-start;}
.banner-animation-container .animation-box{display: flex;justify-content: space-between;align-items: flex-start;align-self: stretch;}

.pic-arc-journal-slider{position:relative;}
.pic-arc-journal-slider .elementor-swiper-button-prev,
.pic-arc-journal-slider .elementor-swiper-button-next{ right:0px !important; top:-35px !important;}
.pic-arc-journal-slider .elementor-swiper-button-prev{right:35px !important; left:auto !important; }
.pic-arc-logo-showcase .swiper-slide-inner img{max-height:100px;}

/* Brand page css start */
.pic-arc-brand-single-page-bg{background:url(images/bg-image-brand-single.png) left bottom  repeat-x; background-size: 26px auto}
.pic-arc-brand-imgs-wrp{margin-bottom:15px; display:block; text-align:center;}
.pic-arc-brand-imgs-wrp:last-child{margin-bottom: 0;}

/* Journal section css start */
.pic-arc-journal-slider .elementor-widget-image{height:500px; overflow:hidden; background-image:url(images/post-img-bg.svg); background-repeat:no-repeat; background-size: cover; transition: padding 0.3s ease-in-out !important;}
.pic-arc-journal-slider .elementor-widget-image a{display:inline;}
.pic-arc-journal-slider .elementor-widget-image img{width:100%; height:100% !important;object-fit: cover;object-position: center;}
.pic-arc-journal-slider .elementor-widget-image:hover{padding:20px;}
.jounral-singlepage-releted {font-size:20px;color:#000;font-family: "Or Lemmen Quarto";font-style: normal;font-weight: 400;line-height: 125%; text-transform: uppercase;}
.custom-heading{color: #000;font-family: "Or Lemmen Quarto";font-size:18px;font-style: normal;font-weight: 400;line-height: 16.8px;text-transform: uppercase;}
.single-journal .pic-arc-header, .single-journal .pic-arc-header .elementor-nav-menu--dropdown {background:#e6eceb !important;}
/* Retail page css start */

/* Brand ToolTip css start */
.tooltipster-sidetip .tooltipster-box{background:#fff !important; border-radius: 0px !important; width: 330px; padding: 25px;border: 1px solid #000 !important;}
.tooltipster-sidetip .tooltipster-content{background:none !important; line-height:normal !important; padding:0px !important; }
.tooltipster-sidetip .pic-arc-tooltip-img{width:100%; height:150px; margin-bottom:15px;}
.tooltipster-sidetip .pic-arc-tooltip-img img{width:100%; height:100% !important;object-fit: cover;object-position: center;}
.tooltipster-sidetip .pic-arc-tooltip-cat{color:#3B3D40;font-weight: 400px; font-family: "Basis Grotesque Light";font-size: 15px;font-style: normal;font-weight: 400;
line-height: 150%; letter-spacing: -0.15px; margin-bottom:15px;}
.tooltipster-sidetip .pic-arc-tooltip-title{color: #000;font-family: "Or Lemmen Quarto";font-size: 18px;font-style: normal; margin-bottom:25px; font-weight: 400;line-height:25px;text-transform: uppercase;}
/*.tooltipster-sidetip a.pic-arc-hero-sec-link {border-bottom:1px solid #000; color:#000; padding: 0px 0px 5px 0px;  display:inline-block; text-decoration:none; margin-right:15px;}*/
.tooltipster-sidetip a.pic-arc-hero-sec-link svg{fill:none !important; width: 8px;  position: relative;  bottom: -1px; }
.tooltipster-sidetip a.pic-arc-hero-sec-link svg path{stroke:#000;}
.tooltipster-sidetip a.pic-arc-hero-sec-link .elementor-button-content-wrapper{gap: 5px !important; flex-direction: row-reverse !important;}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:transparent  !important;}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:transparent  !important;} 
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:transparent  !important;}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:transparent  !important;}

/* Only Border Display Class */
.pic-arc-link-border {position: relative; text-decoration: none; padding: 0px 0px 5px 0px; display:inline-block; color:#000 !important;}
.pic-arc-link-border::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;  background-color: #000;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.pic-arc-link-border:hover::after {  width: 10%;  left: 90%;}

/* Only Border and SVG Display Class */
.pic-arc-link-border-svg {position: relative;text-decoration: none;padding: 0 0 2px 0;display: inline-block;color: #000 !important;cursor: pointer;}
.pic-arc-link-border-svg::before {content: ''; position: absolute; bottom: 0; left: 0; width: 110%; height: 1px;  background-color: #000;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.pic-arc-link-border-svg:hover::before {width: 10%;  left: 100%;}
.pic-arc-link-border-svg::after {content: "";position: absolute;top: 50%;right: -12px;transform: translateY(-50%);width: 8px;height: 14px;background-repeat: no-repeat;background-size: contain; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'><path d='M0.370117 0.336426L5.37012 5.83643L0.370117 11.3364' stroke='currentColor'/></svg>");}
.pic-arc-link-border-svg a.wp-block-button__link.wp-element-button {background: transparent;background-image: none !important;color: #000;font-family: "Basis Grotesque Light";font-size: 15px;font-weight: 400; box-shadow: none;border: none;padding: 0;margin: 0;vertical-align: middle;}

/* Contact us Page css */
.pic-atc-mailto a.pic-arc-mail-to{color:#000;}

/***** Write Custom CSS *****/

/* General CSS */
.pic-arc-icon-text .elementor-icon-list-icon{order: 2; margin-left: 5px;}
.pic-arc-text-animation{display: flex; overflow: hidden; margin-top:5px;}
.pic-arc-txt-center{justify-content: center !important;}
.pic-arc-txt-right{justify-content: flex-end !important;}
.pic-arc-text-left,
.pic-arc-text-right{flex-shrink: 0; white-space: nowrap;}
.pic-arc-text-spacer{flex-grow: 1; flex-basis: 100%; transition: all 0.7s ease-in-out;}
.pic-arc-text-anim-hwrp:hover .pic-arc-text-spacer{flex-grow: 0; flex-basis: 5px;}
.pic-arc-text-anim-wrp .pic-arc-txt-active .pic-arc-text-spacer{flex-grow: 0; flex-basis: 5px;}
.pic-arc-reset-counter ol{list-style: none; counter-reset: pic-arc-counter 3;}
.pic-arc-reset-counter ol li{counter-increment: pic-arc-counter; position: relative; padding-left: 1.1em;}
.pic-arc-reset-counter ol li::before{content: counter(pic-arc-counter) "."; position: absolute; left: 0;}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover{border-inline-start: 0px solid transparent !important;}
.pic-arc-ol-lists-wrp ol{margin-left: 13.45px;}
.pic-arc-ol-lists-wrp ol li,
.pic-arc-reset-counter ol li {
	margin-bottom: 15px;
}

/* Home Page First Animation Section CSS */
.pic-arc-hfs-animation-wrp .elementor-element{height: 100%;}
.pic-arc-hfs-anim-wrp{position: relative; width: 100%; height: 100%; display: flex; gap: 10px; justify-content: center;  flex-direction: column; text-align: center;}
.pic-arc-hfs-txt{transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); z-index: 10;}
.pic-arc-hfs-main-txt{white-space: nowrap;  transition: font-size 1.5s cubic-bezier(0.645, 0.045, 0.355, 1); display: flex; }
.pic-arc-hfs-space-1, .pic-arc-hfs-space-2{flex-grow:1; transition:all 0.7s ease-in-out}
.pic-arc-hfs-word{ display: inline-block; font-family: 'Or Lemmen Quarto'; font-size: 94px; line-height:50%; font-style: normal; font-weight: 400; letter-spacing: 0.94px; text-transform: uppercase; transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);}
#step.pic-arc-hfs-word{ margin:0 8px 0 0;}
#into.pic-arc-hfs-word{ margin:0 0 0 8px;}
#pic-arc-hfs-sub-txt{display: flex; font-size:18px !important;font-family: 'Or Lemmen Quarto';text-transform: uppercase; font-style: normal;font-weight: 400;line-height: 125%; margin-top:15px;}
.pic-arc-hfs-img-curtain{position: relative; z-index: 5; background-color: #1a1a1a; width: 2px; height: 0; opacity: 0; overflow: hidden; transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1), height 1.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s ease, margin 1.5s ease-in-out; margin:0px auto;}
.pic-arc-hfs-img-curtain img{width: 100%; height: 100%; object-fit: cover; transition: opacity 0.5s ease 0.5s;}
.pic-arc-hfs-anim-0 #step { transform: translateX(-60%); }
.pic-arc-hfs-anim-0 #into { transform: translateX(60%); }
.pic-arc-hfs-anim-0 #an-icon { transform: translateX(0); }
.pic-arc-hfs-anim-1 #step,
.pic-arc-hfs-anim-1 #into{transform: translateX(0);}
.pic-arc-hfs-anim-1 #pic-arc-hfs-sub-txt{opacity: 1;}
.pic-arc-hfs-anim-2 .pic-arc-hfs-img-curtain{height: 60vh; opacity: 1; margin: 20px auto 30px auto;}
.pic-arc-hfs-anim-3 .pic-arc-hfs-img-curtain img{height: 100%;}
.pic-arc-hfs-anim-3 .pic-arc-hfs-img-curtain{width: 100%; max-width: 100%; opacity: 1;}
.pic-arc-hfs-anim-3 .pic-arc-hfs-img-curtain img{opacity: 1;}
.pic-arc-hfs-anim-4 #pic-arc-hfs-top-txt .pic-arc-hfs-space-1{flex-grow:0;}
.pic-arc-hfs-anim-4 #pic-arc-hfs-bottom-txt .pic-arc-hfs-space-2{flex-grow:0;}
.pic-arc-hfs-anim-4 #pic-arc-hfs-sub-txt{flex-grow:0;}

/* Hero Animation Section CSS */
.pic-arc-hero-section{height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; }
.pic-arc-himg-panel{position: absolute; top: 50%; width: 30%; max-width: 400px;     transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);}
.pic-arc-himg-panel.pic-arc-left{top:0%; background-image:url(images/hero-left-img-bg.png); background-repeat:no-repeat;background-position: bottom right; background-size: 300px;padding:0 30px 30px 0px;}
.pic-arc-himg-panel.pic-arc-right{top:auto;bottom:25%; background-image:url(images/hero-right-img-bg.png); background-repeat:no-repeat;background-position: bottom left; background-size: 300px;padding:0 0px 30px 30px;}
.pic-arc-himg-panel img{width: 100%; height: auto; display: block;}
.pic-arc-hero-sec-cnt{text-align: center; position: relative; z-index: 10; padding: 2rem;    transform: scale(1);  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);}
.pic-arc-hero-sec-cnt h1{line-height: 0.9; margin: 0; position: relative;}
.pic-arc-hero-sec-cnt h1 span{display: block; position: relative; transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);}
.pic-arc-hero-sec-cnt h2{font-size: 24px; line-height:25px; font-style: normal; font-weight: 400; margin-top:30px; margin-bottom:40px;}
.pic-arc-hero-sec-cnt p{ max-width: 450px; margin:0 auto 15px auto;font-size: 15px;font-style: normal;font-weight: 400;line-height: 150%; letter-spacing: -0.15px;}
.pic-arc-hero-sec-cnt a.pic-arc-hero-sec-link {position: relative;   text-decoration: none; padding: 0px 0px 0px 0px; display:inline-block; color:#fff !important;}
.pic-arc-hero-sec-cnt a.pic-arc-hero-sec-link::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;  background-color: #fff;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.pic-arc-hero-sec-cnt a.pic-arc-hero-sec-link:hover::after {  width: 20%;  left: 80%;}

.pic-arc-hero-sec-cnt a.pic-arc-hero-sec-link svg{fill:none !important; }
.pic-arc-hero-sec-cnt a.pic-arc-hero-sec-link .elementor-button-content-wrapper{gap: 5px !important; flex-direction: row-reverse !important;}
.pic-arc-himg-panel.pic-arc-left{left: 0; transform: translate(-100%, 0%);}
.pic-arc-himg-panel.pic-arc-right{right: 0; transform: translate(100%, 0%);}
.pic-arc-hero-sec-cnt h1 span:nth-child(1) {transform: translate(-30vw,0);}
.pic-arc-hero-sec-cnt h1 span:nth-child(2) {transform: translate(-20vw, 0);}
.pic-arc-hero-sec-cnt h1 span:nth-child(3) {transform: translate(0, 0);}
.pic-arc-hero-sec-cnt h1 span:nth-child(4) {transform: translate(30vw, 0);}
.pic-arc-hero-section.scrolled .pic-arc-himg-panel.pic-arc-left{transform: translate(-20%, 0%);}
.pic-arc-hero-section.scrolled .pic-arc-himg-panel.pic-arc-right{transform: translate(20%, 0%);}
.pic-arc-hero-section.scrolled h1 span{transform: translate(0, 0);}

/* Instagram Feeds Section CSS */
.pic-arc-instafeed{visibility: hidden;opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  -webkit-transition: opacity 0.5s linear;  transition:opacity 0.5s linear;  }
.pic-arc-instafeed .sbi-owl-stage{display: flex;  flex-wrap: nowrap;  align-items: end;}
.pic-arc-instafeed .sbi-owl-stage .sbi-owl-item:nth-child(4n + 1) .sbi_photo_wrap{  height: 140px;}
.pic-arc-instafeed .sbi-owl-stage .sbi-owl-item:nth-child(4n + 2) .sbi_photo_wrap {  height: 180px;}

/* Single Post CSS */
.single p{margin-bottom: 15px;}

/* Brand Grid Filter Styles */
.pic-arc-grid-wrapper, .pic-arc-grid-wrapper *{outline: none !important; -webkit-box-sizing: border-box; box-sizing: border-box;}
.pic-arc-clearfix:before, .pic-arc-clearfix:after{content: "";display: table;}
.pic-arc-clearfix::after{clear: both;}
.pic-arc-first{clear:both;}

.pic-arc-fix-iframe1 iframe{height: 350px; width: auto;}
.pic-arc-fix-iframe2 iframe{height: 310px; width: auto;}
.pic-arc-video-wrap{padding:100% 0 0 0;position:relative;}
.pic-arc-portrait-video-wrp{position: relative; padding-bottom: 21.25%; overflow: hidden; width: 100%; height: auto;}
.pic-arc-vp-video-wrap{position: relative; padding: 136% 0 0 0;}
.pic-arc-video-wrap iframe,
.pic-arc-portrait-video-wrp iframe{margin-bottom: 0;}

/* Grid filter CSS - KETAn-start  */
.pic-arc-loader {display: flex;align-items: center;justify-content: center;gap: 10px;padding: 12px 18px;border: 1px solid #C8CBC1;width: fit-content;margin: 10px auto;}
.pic-arc-loader-text {font-weight: bold;font-size: 15px;line-height: 1.4;}
.pic-arc-loader-img img {display: block;width: 24px;height: 24px;object-fit: contain;}
.pic-arc-main-inn-wrap { position: relative; }
.pic-arc-grid-wrapper {max-width: 1312px;margin: 100px auto 20px auto;}
.pic-arc-main-inn-wrap{margin-left:-15px; margin-right:-15px;}
.pic-arc-search-bar {display: flex;gap: 10px;margin-bottom: 20px;align-items: center;}
.pic-arc-brand-search {flex: 1;padding: 12px 20px; border:0px;border-bottom: 1px solid #000;border-radius: 0px;font-size: 18px;background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 5px 15px;padding-left: 30px;}
.pic-arc-brand-search:focus {outline: none;border-color: #000;}
.pic-arc-controls {display: flex;}
.pic-arc-controls button{padding: 10px 20px;background: #fff;color: #000;border: 1px solid #000; ;border-radius: 0px;cursor: pointer;font-size: 18px;display: flex;align-items: center;gap: 8px;transition: background 0.3s; font-style: normal; font-weight: 400;line-height: 150%;letter-spacing: -0.18px; }
.pic-arc-controls button svg path, .pic-arc-view-btn svg path{stroke:#000;}
.pic-arc-controls button:hover,
.pic-arc-controls button.pic-arc-active {background: #000; color: #fff;}
.pic-arc-controls button.pic-arc-active svg path{stroke:#fff;}
.pic-arc-controls button:hover .view-icon svg path, .pic-arc-controls button:hover .sort-icon svg path{stroke:#fff;}
.pic-arc-brand-tabs {display: flex;gap: 10px;margin-bottom: 30px;padding-bottom: 0; justify-content: center; }
.pic-arc-brand-tab {margin: 12px 15px;background: none;border: none; font-weight: 500;border-bottom: 3px solid transparent;cursor: pointer;font-size: 18px;color: #666;transition: all 0.3s;text-transform: capitalize;}
.pic-arc-brand-tab:hover {color: #000;}
.pic-arc-brand-tab.active, .pic-arc-brand-tab.pic-arc-view-active {color: #000;border-bottom-color: #000;}
.no-brand-msg {text-align: center;padding: 30px 0; max-width: 500px; margin: 30px auto;}
.no-brand-msg p{font-size: 15px;font-style: normal;font-weight: 400;line-height: 150%; letter-spacing: -0.15px;}
.pic-arc-grid{text-align:center; margin-bottom:35px;}
.pic-arc-grid .pic-arc-brand-title a {font-size:20px; font-weight:400px; font-family: "Or Lemmen Quarto"; color: #000; line-height: 125%;text-transform: uppercase;}
.pic-arc-block{text-align: center;font-family:"Or Lemmen Quarto";font-size: 13px;font-style: normal;font-weight: 400;line-height: 125%; text-transform: uppercase;}
.pic-arc-grid .pic-arc-brand-category a{font-size:15px; color:#3B3D40;}
.pic-arc-grid .pic-arc-brand-arrow a{font-size:30px; line-height:normal; color:#82A29A;}
.pic-arc-item-img{height:306px; overflow:hidden; margin-bottom:10px; background-image:url(images/post-img-bg.svg);  background-size: cover;  background-repeat:repeat-y;transition: all 0.5s ease-in-out;}
.pic-arc-item-img img{width:100%; height:100% !important;object-fit: cover;object-position: center;}
.pic-arc-item-img:hover {padding:20px;height:298px;}
.pic-arc-svg-view-inn svg{width: 100%;}
.pic-arc-grid-wrapper .pic-arc-view-plan-wrap .pic-arc-block-31 text, .pic-arc-grid-wrapper .pic-arc-view-plan-wrap .pic-arc-block-32 text, .pic-arc-grid-wrapper .pic-arc-view-plan-wrap .pic-arc-block-31:hover text, .pic-arc-grid-wrapper .pic-arc-view-plan-wrap .pic-arc-block-32:hover text{fill: #000 !important;}
.pic-arc-grid-wrapper .pic-arc-view-plan-wrap .pic-arc-block-31:hover, .pic-arc-grid-wrapper .pic-arc-view-plan-wrap .pic-arc-block-32:hover{fill:none !important;}

.pic-arc-view-plan-wrap .pic-arc-block{fill: #fff; cursor: pointer;}
.pic-arc-view-plan-wrap .pic-arc-block text {fill: #000;}
.pic-arc-view-plan-wrap .pic-arc-block:hover, .pic-arc-view-plan-wrap .pic-arc-block:active{fill: #6e0028 !important;}
.pic-arc-view-plan-wrap .pic-arc-block:hover text{fill: #fff;}
.pic-arc-view-plan-wrap[data-category="all"] text{fill:#fff;}
.pic-arc-view-plan-wrap[data-category="all"] .pic-arc-svg-cat-7, .pic-arc-view-plan-wrap[data-category="7"] .pic-arc-svg-cat-7{fill:#838C89;}
.pic-arc-view-plan-wrap[data-category="7"] .pic-arc-svg-cat-7 text{fill:#fff;}
.pic-arc-view-plan-wrap[data-category="all"] .pic-arc-svg-cat-6, .pic-arc-view-plan-wrap[data-category="6"] .pic-arc-svg-cat-6{fill:#82A29A;}
.pic-arc-view-plan-wrap[data-category="6"] .pic-arc-svg-cat-6 text{fill:#fff;}

.pic-arc-view-plan-wrap .pic-arc-block.pic-arc-svg-active {fill: #6e0028 !important;}
.pic-arc-view-plan-wrap .pic-arc-block.pic-arc-svg-active text{fill: #fff !important;}

.pic-arc-hero-sec-link-wrap a.pic-arc-hero-sec-link svg{fill:none !important; width: 8px;  position: relative;  bottom: -1px; }
.pic-arc-hero-sec-link-wrap a.pic-arc-hero-sec-link {position: relative;   text-decoration: none; padding: 0px 0px 0px 0px; display:inline-block; color:#000 !important;}
.pic-arc-hero-sec-link-wrap a.pic-arc-hero-sec-link::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;  background-color: #000;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.pic-arc-hero-sec-link-wrap a.pic-arc-hero-sec-link:hover::after {  width: 10%;  left: 90%;}
.pic-arc-hero-sec-link-wrap a.pic-arc-hero-sec-link .elementor-button-content-wrapper{gap: 5px !important; flex-direction: row-reverse !important;}

/* Brand Gallery Slider CSS */
.pic-arc-brand-gallery-container{position: relative;  overflow: hidden;}
.pic-arc-brand-gallery-container .swiper-slide{text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;}
.pic-arc-brand-gallery-container .swiper-slide{height:500px;}
.pic-arc-brand-gallery-container .swiper-slide img{display: block; width: 100%; height: auto; object-fit: cover;object-position: center;}
.pic-arc-brand-gallery-container .swiper-controls{position: absolute; bottom: 15px; right: 15px; z-index: 10; display: flex; align-items: center;  background-color: rgba(255, 255, 255, 0.9); border: 1px solid #000; border-radius: 0px; font-size: 14px; color: #000000;}
.pic-arc-brand-gallery-container .swiper-pagination-custom{width: auto; padding: 0 5px;}
.pic-arc-brand-gallery-container .swiper-button-prev-custom,
.pic-arc-brand-gallery-container .swiper-button-next-custom{cursor: pointer; user-select: none; font-weight: bold; padding:10px 15px;}
.pic-arc-brand-gallery-container .swiper-button-prev-custom svg,
.pic-arc-brand-gallery-container .swiper-button-next-custom svg{position:relative; bottom:-3px;}
.pic-arc-brand-gallery-container .swiper-button-prev-custom{border-right: 1px solid #000;}
.pic-arc-brand-gallery-container .swiper-pagination-custom{border-right: 1px solid #000; padding: 10px 15px;}
.pic-arc-brand-gallery-container .swiper-button-prev-custom:hover,
.pic-arc-brand-gallery-container .swiper-button-next-custom:hover{color: #000;}

/* Link common css */

.elementor-widget-button a.elementor-button-link {position: relative;   text-decoration: none; padding: 0px 0px 0px 0px; display:inline-block; color:#000 !important;}
.elementor-widget-button a.elementor-button-link::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;  background-color: #000 !important;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.elementor-widget-button a.elementor-button-link:hover::after {  width: 8%;  left: 92%;}

.pic-arc-green-button.elementor-widget-button a.elementor-button-link {position: relative;   text-decoration: none; padding: 0px 0px 0px 0px; display:inline-block; color:#fff !important;}
.pic-arc-green-button.elementor-widget-button a.elementor-button-link::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;  background-color: #fff !important;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.pic-arc-green-button.elementor-widget-button a.elementor-button-link:hover::after {  width: 8%;  left: 92%;}

.pic-arc-journal-slider .elementor-widget-button a.elementor-button-link:hover::after {  width: 12%;  left: 88%;}


/* Find Us Page CSS */
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) .pic-arc-green-button svg,
body[data-bg-clr="dark-green"] .pic-arc-green-button svg{fill: none !important; width: 8px; position: relative; bottom: -1px;}
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) .pic-arc-green-button svg path,
body[data-bg-clr="dark-green"] .pic-arc-green-button svg path{stroke: #fff;}

/* Footer CSS */
.pic-arc-footer-wrp .pic-arc-text-animation{gap: 25px;}
.pic-arc-footer-wrp .pic-arc-text-left svg{max-width: 220px;}
.pic-arc-footer-wrp .pic-arc-text-right svg{max-width: 150px;}

@media only screen and (min-width: 40.0625em) {  
    .pic-arc-column,
    .pic-arc-columns {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: left; }
    .pic-arc-medium-1 {width: 8.33333%;}
    .pic-arc-medium-2 {width: 16.66667%;}
    .pic-arc-medium-3 {width: 25%;}
    .pic-arc-medium-4 {width: 33.33333%;}
    .pic-arc-medium-5 {width: 41.66667%;}
    .pic-arc-medium-6 {width: 50%;}
    .pic-arc-medium-7 {width: 58.33333%;}
    .pic-arc-medium-8 {width: 66.66667%;}
    .pic-arc-medium-9 {width: 75%;}
    .pic-arc-medium-10 {width: 83.33333%;}
    .pic-arc-medium-11 {width: 91.66667%;}
    .pic-arc-medium-12 {width: 100%;}
    .pic-arc-medium-c5{width: 20%;}
}

/* Body */
/*font-family: var(--Type, "Basis Grotesque Pro");*/
.pic-arc-tooltip-title{font-family: "Or Lemmen Quarto"; font-size: var(--Text-Sizes-L, 18px); font-style: normal; font-weight: 400; line-height: var(--Line-height-2XL, 25px); text-transform: uppercase;}
.pic-arc-tooltip-link{display: flex; align-items: flex-start; gap: 15px;}
.pic-arc-tooltip-link a{display: flex;flex-direction: column;align-items: flex-start;gap: 4.894px;}


/* Dark Green Color Body CSS */

body.pic-arc-dark-green-bgclr:not([data-bg-clr]) h1, body[data-bg-clr="dark-green"] h1,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) h2, body[data-bg-clr="dark-green"] h2,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) h3, body[data-bg-clr="dark-green"] h3,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) h4, body[data-bg-clr="dark-green"] h4,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) h5, body[data-bg-clr="dark-green"] h5,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) h6, body[data-bg-clr="dark-green"] h6,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) span, body[data-bg-clr="dark-green"] span,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) p, body[data-bg-clr="dark-green"] p,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) a, body[data-bg-clr="dark-green"] a,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) .pic-arc-text-animation, body[data-bg-clr="dark-green"] .pic-arc-text-animation,
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) ul li svg path, body[data-bg-clr="dark-green"] ul li svg path{color:#fff !important; border-color:#fff !important; stroke: #fff !important;}
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) a svg, body[data-bg-clr="dark-green"] a svg{fill:#fff !important}
body.pic-arc-dark-green-bgclr:not([data-bg-clr]) .pic-arc-header, body[data-bg-clr="dark-green"] .pic-arc-header{; border-color:#c9d0ce !important;}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
 
 @media only screen and (max-width: 1900px) {
	.dowo-discover-img-1 div.elementor-widget-image{width: 230px;height: 310px;}
	.dowo-discover-img-2 div.elementor-widget-image{width: 230px;height: 230px;}
	.dowo-discover-img-3 div.elementor-widget-html{width: 350px; height:350px;}
	.dowo-discover-img-4 div.elementor-widget-html{width: 230px; height:310px;}
	.dowo-discover-img-5 div.elementor-widget-image{width: 350px; height:350px;}
 } 
 
  @media only screen and (min-width: 1901px) {
  	.pic-arc-header .elementor-nav-menu .elementor-item, .pic-arc-header .elementor-nav-menu .elementor-sub-item { font-size:24px !important; }
	.dowo-discover-img-1 div.elementor-widget-image{width: 430px;height: 100%;}
	.dowo-discover-img-2 div.elementor-widget-image{width: 430px;height: 100%;}
	.dowo-discover-img-3 div.elementor-widget-html{width: 550px;height: 100%;}
	/* .dowo-discover-img-4 div.elementor-widget-html{width: 430px;} */
	.dowo-discover-img-4 div.elementor-widget-html{margin-top: 0 !important;}
	.dowo-discover-img-5 div.elementor-widget-image{width: 550px;}
	.pic-arc-hero-section{height: 90vh;}
 } 

/*@media only screen and (min-width: 2400px) {
	.pic-arc-hfs-anim-wrp{height: calc(100vh - 150px) !important;}
	.pic-arc-hfs-animation-wrp{min-height:unset !important;}
	.pic-arc-hfs-img-curtain img{object-position: top center;}
}*/

/* Media for Mobile */
@media only screen and (max-width: 767px) { 
	.single-brand .pic-arc-mobile-menu-wrp {  background: #ffffff;}
	.single-journal .pic-arc-mobile-menu-wrp {  background: #E6ECEB;}
	body h1{font-size:42px !important; line-height:42px !important;}
	.pic-arc-hfs-anim-wrp .pic-arc-hfs-word, .pic-arc-hfs-anim-wrp .pic-arc-text-left, .pic-arc-hfs-anim-wrp .pic-arc-text-right{font-size:42px !important; }
	#pic-arc-hfs-sub-txt{font-size:18px !important;}
	.pic-arc-mobile-menu-wrp .pic-arc-text-animation{margin-top:0px;}
	.pic-arc-img-text-anmi{background:#82A29A; position:relative; padding:150px 0px;}
	.pic-arc-img-text-anmi h1,
	.pic-arc-img-text-anmi h1 span,
	.pic-arc-img-text-anmi h2,
	.pic-arc-img-text-anmi p,
	.pic-arc-img-text-anmi a{Color:#FFF !important;}
	.pic-arc-hfs-anim-2 .pic-arc-hfs-img-curtain{margin: 10px auto;}
	.pic-arc-himg-panel{width:55%}
	.pic-arc-himg-panel.pic-arc-left{top:-150px; padding: 0 20px 20px 0px;}
	.pic-arc-himg-panel.pic-arc-right{bottom:-150px; padding: 0 0px 20px 20px;}
	.pic-arc-hero-sec-cnt h1{font-size: 28px !important;;font-style: normal;font-weight: 400;line-height: 100% !important;;letter-spacing: 0.28px;}
	.pic-arc-hero-sec-cnt h2 {  font-size: 18px !important;;  line-height: 20px !important;;  font-style: normal;  font-weight: 400;  margin-top: 20px;  margin-bottom: 20px;}
	.pic-arc-text-anim-wrp .pic-arc-text-left, .pic-arc-text-anim-wrp .pic-arc-text-right{font-size: 42px;font-style: normal;font-weight: 400;line-height: 100%; /* 42px */letter-spacing: 0.42px;}
	.elementor-251 .elementor-element.elementor-element-58a243b .elementor-nav-menu .elementor-item{color: #000;font-family: "Or Lemmen Quarto" !important;font-size:42px; background: none !important;
	font-style: normal;font-weight: 400;line-height: 100%; /* 42px */letter-spacing: 0.42px;text-transform: uppercase;}
	.elementor-251 .elementor-element.elementor-element-58a243b .elementor-nav-menu .elementor-item .sub-arrow{display:none;}
	.elementor-251 .elementor-element.elementor-element-58a243b .elementor-nav-menu--dropdown a{color:#000;font-size: 15px;font-style: normal;font-weight: 400;line-height: 150%; /* 22.5px */
	letter-spacing: -0.15px; }
	.elementor-251 .elementor-element.elementor-element-58a243b .elementor-nav-menu--dropdown a{padding:0px !important; }
	.pic-arc-controls{display:none;}
	.pic-arc-main-inn-wrap {display: flex;padding: 25px;flex-direction: column;align-items: flex-start;gap:20px;align-self: stretch;}
	.pic-arc-main-inn-wrap .pic-arc-list-view{width: 100%;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-item{display: flex; align-items: center; gap: 15px; justify-content: space-between; width: 100%;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-item-img{align-self: stretch; margin-bottom: 0px; height: 80px; max-width: 80px; width: 100%;}
	.pic-arc-item-img:hover{padding: 5px;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-item-img img{max-width: 100%; width: 100%;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-brand-info{flex-basis: 65%;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-brand-arrow{flex-basis: 27px; text-align: right;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-brand-title a{font-size: 15px;  color: #3B3D40;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-brand-arrow a {  font-size: 30px;  line-height: normal;  color: #82A29A;}
	.pic-arc-main-inn-wrap .pic-arc-list-view .pic-arc-brand-title a {  font-size: 18px;  font-weight: 400px;  font-family: "Or Lemmen Quarto";  color: #000;  line-height: 125%;  text-transform: uppercase;}
	.pic-arc-mobile-menu-wrp .elementor-nav-menu ul{display:block !important;}
	.pic-arc-mobile-menu-wrp .elementor-nav-menu a{padding: 10px 20px !important;}
	.pic-arc-mobile-menu-wrp .elementor-nav-menu{ padding:50px 25px;display: flex;flex-direction: column;align-items: center;gap: 10px;border-top: 1px solid #C8CBC1;border-bottom: 1px solid #C8CBC1;}
	.pic-arc-mobile-menu-wrp .elementor-menu-toggle{background:none;}
	.pic-arc-footer-menu{padding:0px !important;}
	.pic-arc-footer-menu .elementor-nav-menu--dropdown{background-color: transparent !important; color:#000 !important;}
	.pic-arc-footer-menu .elementor-nav-menu{display: flex;padding: 0px; white-space: nowrap;    overflow: auto; background:none; scrollbar-width: none; border:0px;align-items: center;gap: 50px;color:#000;font-family:"Or Lemmen Quarto";font-size:20px;font-style: normal;font-weight: 400;line-height: 125%;letter-spacing: 0.2px;text-transform: uppercase;}
	.pic-arc-footer-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:0px !important;}
	.pic-arc-footer-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
	.pic-arc-footer-menu .elementor-nav-menu--dropdown .elementor-item.highlighted, 
	.pic-arc-footer-menu .elementor-nav-menu--dropdown .elementor-item:focus, 
	.pic-arc-footer-menu .elementor-nav-menu--dropdown .elementor-item:hover, 
	.pic-arc-footer-menu .elementor-sub-item.elementor-item-active, 
	.pic-arc-footer-menu .elementor-sub-item.highlighted, 
	.pic-arc-footer-menu .elementor-sub-item:focus, 
	.pic-arc-footer-menu .elementor-sub-item:hover{background-color: transparent !important; color:#000 !important;}
	.pic-arc-footer-wrp .pic-arc-text-animation{gap: 5px;}
	.pic-arc-footer-anmi .pic-arc-text-left{width:50px;}
	.pic-arc-footer-anmi .pic-arc-text-right{width: 36px;}
	.pic-arc-footer-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container{}
	.pic-arc-footer-sub-menu .elementor-nav-menu{} 

	.pic-arc-mobile-footer-icon ul{display: block !important;}
	.pic-arc-mobile-footer-icon ul li .elementor-icon-list-icon{padding-inline-end: 0 !important;}
	
	body.pic-arc-mb-white-bgclr{background:#FFFFFF;}
	body.pic-arc-mb-light-gray-bgclr{background:#F5F0E6;}
	body.pic-arc-mb-light-green-bgclr{background:#e6eceb;}
	body.pic-arc-mb-dark-green-bgclr{background:#82A29A;}
	
	body.pic-arc-mb-white-bgclr .pic-arc-mobile-menu-wrp{background:#fff !important;} 
	body.pic-arc-mb-light-gray-bgclr .pic-arc-mobile-menu-wrp{background:#F5F0E6 !important;}
	body.pic-arc-mb-light-green-bgcl .pic-arc-mobile-menu-wrp{background:#e6eceb !important;}
	body.pic-arc-mb-dark-green-bgcl .pic-arc-mobile-menu-wrp{background:#82A29A !important;}
	

	body.pic-arc-mb-white-bgclr .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown,
	body.pic-arc-mb-white-bgclr .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown a.elementor-item-active{background:#fff !important;} 
	body.pic-arc-mb-light-gray-bgclr .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown,
	body.pic-arc-mb-light-gray-bgclr .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown a.elementor-item-active{background:#F5F0E6 !important;}
	body.pic-arc-mb-light-green-bgcl .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown,
	body.pic-arc-mb-light-green-bgcl .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown a.elementor-item-active{background:#e6eceb !important;}
	body.pic-arc-mb-dark-green-bgcl .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown,
	body.pic-arc-mb-dark-green-bgcl .pic-arc-mobile-menu-wrp .elementor-nav-menu--dropdown a.elementor-item-active{background:#82A29A !important;}
	
	
	.pic-arc-hero-section h1 span:nth-child(1){transform: translate(-20vw,0);}
	.pic-arc-hero-section h1 span:nth-child(4){transform: translate(20vw, 0);}
	.pic-arc-hero-section.scrolled h1 span:nth-child(1),
	.pic-arc-hero-section.scrolled h1 span:nth-child(4),
	.pic-arc-hero-section h1 span:nth-child(2){transform: translate(0, 0);}
	
	p.pic-arc-banner-p{font-size:11px;font-style: normal;font-weight: 400;line-height: 125%; }
	
	.pic-arc-brand-title{font-size:18px;font-style: normal;font-weight: 400;line-height: 125%;text-transform: uppercase;}
	.elementor-button-icon svg {height: auto; width: 7px;}
	
	.pic-arc-green-button-mobile a, .pic-arc-green-button-mobile a span{color:#000 !important;}
	
	.pic-arc-journal-slider .elementor-widget-image{height:400px;}
	
	.pic-arc-position .elementor-widget-image{padding-left:0px !important; padding-right:0px !important;}
	.pic-arc-position .elementor-absolute{left:15px !important;}
	
	.single-brand .elementor-nav-menu--dropdown { background-color: #ffffff !important;	}
	.single-journal .elementor-nav-menu--dropdown { background-color: #E6ECEB !important;	}
	
	.pic-arc-green-button.pic-arc-green-button-mobile a.elementor-button-link {position: relative;   text-decoration: none; padding: 0px 0px 0px 0px; display:inline-block; color:#000 !important;}
	.pic-arc-green-button.pic-arc-green-button-mobile a.elementor-button-link::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px;  background-color: #000 !important;  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
	.pic-arc-green-button.pic-arc-green-button-mobile a.elementor-button-link:hover::after {  width: 8%;  left: 92%;}

	/* Contact Page */
	.pic-arc-txt-right.pic-arc-mb-txt {
		justify-content: center !important;
	}
	.pic-arc-text-anim-wrp .pic-arc-txt-active .pic-arc-text-spacer {
		flex-basis: 0px;
		width: 0;
	}

	.pic-arc-hero-section {
		height: 55vh !important;
	}

	
}

@media only screen and (max-width: 640px) { 
 .pic-arc-img-text-anmi{padding-bottom:180px;}
 .pic-arc-hfs-anim-2 .pic-arc-hfs-img-curtain{height:390px;}
}
 
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* Mobile Media CSS */
@media only screen and (max-width: 767px) {
	.pic-arc-grid-wrapper {
		margin: 20px auto 20px auto;
	}
	.pic-arc-search-bar .pic-arc-brand-search {
		text-align: center
	}
	.pic-arc-fit-brand-wrap .pic-arc-brand-tabs {
		margin-bottom: 0;
	}
	/* Footer CSS */
	.pic-arc-footer-wrp .pic-arc-text-spacer {
		flex-grow: 0;  flex-basis: 0;
	}
	/* Home - Descover section CSS */
	.dowo-discover-img-1 div.elementor-widget-image {
		height: 128px;
		top: 40%;
		right: 30%;
	}
	.dowo-discover-img-2 div.elementor-widget-image {
		width: 90px;
        height: 90px;
	}
	.dowo-discover-img-5 div.elementor-widget-image {
        width: 115px;
        height: 115px;
    }
    .pic-arc-fix-iframe2 iframe {
	    height: 220px;
        width: 110px;
	}
	.dowo-discover-img-4 div.elementor-widget-html {
		left: 25%;
		height: 164px;
	}

}

@media only screen and (min-width: 768px) {
	.pic-arc-brand-gary-img-wrap { height: 100vh; width: 100%; overflow: hidden;}
	.pic-arc-brand-gary-img-wrap img { height: 100%; width: 100%; object-fit: cover; }

}

/* Tablet Media CSS */
@media only screen and (max-width: 992px) { 
	.pic-arc-hero-section {
		height: 70vh;
	} 
}

/* Large Screen Media CSS */
@media screen and (min-width: 1900px) {
	.pic-arc-himg-panel {
		max-width: 100%;
	}
	.pic-arc-himg-panel.pic-arc-left {
		background-size: 440px;
	}
	.pic-arc-himg-panel.pic-arc-right {
		background-size: 400px;	
	}
	.pic-arc-heritage-col-six {
		justify-content: unset;
		row-gap: 90px;
	}
}

