/*
	Theme Name: Autographics Template
	Version: 1.0
	Description: A theme for Autographics
	Author: We Design
	Author URI: https://www.wedesigngroup.ca
*/

/* FONT STYLES 
---------------------------------------------------------------------------*/


@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Bold Italic'), local('Metropolis-BoldItalic'),
        url('fonts/Metropolis-BoldItalic.woff2') format('woff2'),
        url('fonts/Metropolis-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: optional;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Bold'), local('Metropolis-Bold'),
        url('fonts/Metropolis-Bold.woff2') format('woff2'),
        url('fonts/Metropolis-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis SemiBold Italic'), local('Metropolis-SemiBoldItalic'),
        url('fonts/Metropolis-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Metropolis-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: optional;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Light Italic'), local('Metropolis-LightItalic'),
        url('fonts/Metropolis-LightItalic.woff2') format('woff2'),
        url('fonts/Metropolis-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: optional;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis-RegularItalic'), local('Metropolis-RegularItalic'),
        url('fonts/Metropolis-RegularItalic.woff2') format('woff2'),
        url('fonts/Metropolis-RegularItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: optional;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis'),
        url('fonts/Metropolis-Regular.woff2') format('woff2'),
        url('fonts/Metropolis-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis SemiBold'), local('Metropolis-SemiBold'),
        url('fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Metropolis';
    src: local('Metropolis Light'), local('Metropolis-Light'),
        url('fonts/Metropolis-Light.woff2') format('woff2'),
        url('fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: optional;
}

/* TAG STYLES 
---------------------------------------------------------------------------*/

*	{ margin: 0; padding: 0; }

html	{ position: relative; }

body	{ position: relative; font-size: 20px; font-family: 'Metropolis', 'Arial', sans-serif; font-weight: 500; line-height: 160%; }

header	{ position: relative; z-index: 2; }
main	{ position: relative; z-index: 1; }

iframe { display: block; max-width: 100%; }

h1, h2, h3, h4, h5, h6 { padding: 0px; /*margin-bottom: 30px;*/ font-weight: 700; line-height: 110%; }

h1	{ /*font-size: 3.61em;*/ font-size: 2.125rem; font-size: clamp(2.125rem, 1.828rem + 1.4849999999999999vw, 3.61rem); }
h2	{ /*font-size: 3.42em;*/ font-size: 1.75rem; font-size: clamp(1.75rem, 1.624rem + 0.6299999999999999vw, 2.38rem); }
h3	{ /*font-size: 2.38em;*/ font-size: 1.5625rem; font-size: clamp(1.5625rem, 1.495rem + 0.3374999999999999vw, 1.9rem); }
h4	{ /*font-size: 1.9em;*/ font-size: 1.375rem; font-size: clamp(1.375rem, 1.37rem + 0.024999999999999915vw, 1.4rem); }
h5	{ font-size: 1em; }
h6	{ font-size: 1em;  }


p	{ padding-bottom: 25px; }

ul,
ol	{ margin: 0 0 20px 30px; }

ul li,
ol li	{ line-height: 150%; padding-bottom: 5px; }

img	{ border: none; max-width: 100%; height: auto; display: block; border-radius: var(--po-border-radius); }

figure,
.wp-block-kadence-image	{  }

.wp-block-video { display: block; margin: 0; }
video { display: block; }

a		{ color: #FFAB4C; text-decoration: none; }
a:hover	{ text-decoration: underline; }


i span { display: none;  }

iframe { background-color: #ffffff; }

strong { font-weight: 700; }





/* COMMON STYLES 
---------------------------------------------------------------------------*/

.dayBlock { display: inline-block; width: 90px;  }
.timeBlock { display: inline-block; }

/*.force-content-right > .kt-row-column-wrap { margin-right: 0; }
.force-content-left > .kt-row-column-wrap { margin-left: 0; }*/




/* buttons */
.kb-button:hover { color: inherit; text-decoration: none; }

.bordered-heading > .kt-highlight { position: relative; display: flex; align-items: center; justify-content: center;  }
.bordered-heading > .kt-highlight::before	{ content: " "; display: block; height: 2px; width: 95px; margin-right: 20px; background-color: #fca94b; }
.bordered-heading > .kt-highlight::after	{ content: " "; display: block; height: 2px; width: 95px; margin-left: 20px; background-color: #fca94b; }


.wp-block-kadence-advancedheading mark.kt-highlight { line-height: 180%; }


/* HEADER STYLES 
---------------------------------------------------------------------------*/

header { position: fixed; width: 100%; background-color: #1B1C1A; /*background: rgb(75,75,75); background: linear-gradient(0deg, rgba(75,75,75,0) 0%, rgba(75,75,75,0.9) 100%); */ padding: 15px 0; }
#headerWrapper	{ width: 100%;  }


#headerContentwrapper { display: flex; justify-content: space-between; align-items: center; width: 95%; max-width: 1500px; margin: 0 auto; padding: 10px 0; }

#header-logo { display: block; margin: 20px 0 20px 20px; max-width: 60%; }
#header-logo img { width: 100%; height: auto; }

#header-nav { display: block; margin: 20px 0px 20px 0; }

#mainNavigation					{  list-style: none; margin: 0; padding: 0; height: 100%; display: flex; justify-content: flex-end; font-weight: normal; gap: 26px; }
#mainNavigation li				{  display: block; height: 100%; padding: 0 10px; position: relative; }
#mainNavigation a				{  display: block; text-align: center; text-decoration: none; height: 100%; color: #ffffff; position: relative; text-transform: uppercase; }
#mainNavigation .menu-item-has-children > a { padding-right: 30px;}
#mainNavigation .menu-item-has-children > a::after { position: absolute; content: " "; top: -3px; right: 0; height: 30px; width: 18px; display: block; color: #a4a4a4; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }
#mainNavigation .menu-item-has-children:hover > a::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23FFAB4C%7D%3C/style%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z'/%3E%3C/svg%3E"); }
#mainNavigation li.current_page_ancestor a,
#mainNavigation li.current_page_item a,
#mainNavigation li:hover a,
#mainNavigation a:hover			{ color: #FFAB4C; }


#mainNavigation ul								{ display: none; padding: 0 0 20px; margin: 0; visibility: hidden; position: absolute; z-index: 1000; left: 0; width: 300px; list-style: none; -webkit-box-shadow: 6px 6px 10px -2px rgba(0,0,0,0.21); -moz-box-shadow: 6px 6px 10px -2px rgba(0,0,0,0.21); box-shadow: 6px 6px 10px -2px rgba(0,0,0,0.21); }
#mainNavigation li.accessmenu ul,
#mainNavigation li.left_drop ul					{ right:0px; left: auto;  }
#mainNavigation ul li							{ display: block; padding: 0; background-image: none; line-height: normal; height: auto; margin: 0; padding: 0px; background: transparent !important; border-right: none;  }
#mainNavigation .current_page_ancestor li a,
#mainNavigation .current_page_item li a,
#mainNavigation li:hover ul li a,	
#mainNavigation ul li a							{ position: relative; display: block; text-align: left; color: #ffffff; background-color: #3a3a3a !important; font-weight: normal; height: auto; line-height: normal; background-image: none; margin: 0; padding: 0 15px 15px; border: none; text-decoration: none; text-transform: none; }

#mainNavigation ul .menu-item-has-children > a::after { top: 0px; right: 15px; height: 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z'/%3E%3C/svg%3E"); }
#mainNavigation ul .menu-item-has-children:hover > a::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cstyle%3Esvg%7Bfill:%23FFAB4C%7D%3C/style%3E%3Cpath d='M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z'/%3E%3C/svg%3E"); }


#mainNavigation ul li.current_page_ancestor a,
#mainNavigation ul li.current_page_item a,
#mainNavigation li:hover ul li.current_page_ancestor a,
#mainNavigation li:hover ul li.current_page_item a,
#mainNavigation li:hover ul li:hover a,
#mainNavigation ul li:hover a,
#mainNavigation ul li a:hover					{ display: block; color: #FFAB4C; height: auto; line-height: normal; background-image: none; margin: 0; padding: 0 15px 15px; background-color: #3a3a3a !important; border: none; text-decoration: none;  }
#mainNavigation ul li:last-child a,
#mainNavigation ul li.last a					{ border-width: 0px;   }

/*#mainNavigation ul.sub-menu li.current_page_ancestor a,
#mainNavigation ul.sub-menu li.current_page_item a,*/
#mainNavigation ul.sub-menu li:first-child a,
#mainNavigation ul.sub-menu li:first-child a:hover	{ padding-top: 15px !important; }

#mainNavigation ul ul								{ display: none; padding: 0; margin: 0; visibility: hidden; position: absolute; z-index: 1000; height: 0; top: 2px; left: 300px; width: 300px; list-style: none; -webkit-box-shadow: 6px 6px 10px -2px rgba(0,0,0,0.21); -moz-box-shadow: 6px 6px 10px -2px rgba(0,0,0,0.21); box-shadow: 6px 6px 10px -2px rgba(0,0,0,0.21); }
#mainNavigation ul ul li a,
#mainNavigation ul li:hover ul li a,
#mainNavigation li:hover ul ul li a,
#mainNavigation li:hover ul li:hover ul li a   { color: #ffffff !important; }

#mainNavigation ul ul li.current_page_item a,
#mainNavigation ul ul li a:hover,
#mainNavigation ul li:hover ul li.current_page_item a,
#mainNavigation ul li:hover ul li a:hover,
#mainNavigation li:hover ul ul li.current_page_item a,
#mainNavigation li:hover ul ul li a:hover,
#mainNavigation li:hover ul li:hover ul li.current_page_item a,
#mainNavigation li:hover ul li:hover ul li a:hover { color: #FFAB4C !important; }



#mainNavigation li:hover ul,
#mainNavigation a:hover ul					{ padding: 0; margin: 0; display: inline; visibility: visible; }
#mainNavigation :hover ul ul					{ padding: 0; margin: 0; display: none; visibility: hidden; }
#mainNavigation :hover ul :hover ul				{ padding: 0; margin: 0; display: inline; visibility: visible; }







#menu-button { display: none; height: 41px; width: 59px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='59px' height='41px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M-0.000,23.000 L-0.000,19.000 L59.000,19.000 L59.000,23.000 L-0.000,23.000 ZM17.000,-0.000 L59.000,-0.000 L59.000,4.000 L17.000,4.000 L17.000,-0.000 ZM58.998,41.000 L6.758,41.000 L6.758,37.000 L58.998,37.000 L58.998,41.000 Z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

#menu-button:hover { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='59px' height='41px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255 171 76)' d='M-0.000,23.000 L-0.000,19.000 L59.000,19.000 L59.000,23.000 L-0.000,23.000 ZM17.000,-0.000 L59.000,-0.000 L59.000,4.000 L17.000,4.000 L17.000,-0.000 ZM58.998,41.000 L6.758,41.000 L6.758,37.000 L58.998,37.000 L58.998,41.000 Z'/%3E%3C/svg%3E"); }

#close-menu-button { display: block; align-self: flex-end; margin: 10px 10px 10px auto; min-height: 41px; width: 41px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41px' height='41px' viewBox='0 0 320 512'%3E%3Cpath fill='rgb(129, 130, 133)' d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }


#close-menu-button:hover { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41px' height='41px' viewBox='0 0 320 512'%3E%3Cpath fill='rgb(255 171 76)' d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E"); }


#popup-menu-wrapper				{ display: none; position: fixed; z-index: 500; top: 0; right: 0; height: 100vH; padding: 0; width: 100%;  background-color: rgba(0, 153, 217,0.8);   }
#popup-menu				{ display: flex; position: fixed; z-index: 500; top: 0; right: 0; height: calc(100vH - 30px); padding: 30px 0 0px; width: 100%; max-width: 560px; justify-content: space-between; flex-direction: column; background-color: #1b1c1a;  }
#popup-menu-content { flex-grow: 1;  width: calc(100% - 40px); padding: 0 20px 30px; overflow: hidden; }

#popup-main-navigation-wrapper { overflow-y: auto; overflow-x: hidden; direction: rtl; max-height: 100%; width: calc( 100% - 20px); padding: 10px 0px 10px 20px;  scrollbar-width: thin; }

#popup-main-navigation-wrapper::-webkit-scrollbar-track	{ background-color: #da9a29; }
#popup-main-navigation-wrapper::-webkit-scrollbar			{ width: 4px; background-color: #da9a29; }
#popup-main-navigation-wrapper::-webkit-scrollbar-thumb	{ background-color: #ffffff; }

#popup-main-navigation { direction: ltr; }
#popup-main-navigation ul			{ list-style: none; margin: 0; padding: 0;direction: ltr; }
#popup-main-navigation			{ list-style: none; margin: 0; padding: 0; }
#popup-main-navigation li			{ margin-bottom: 10px;  }	
#popup-main-navigation li a		{ text-decoration: none; color: #ffffff;  width: calc(100% - 10px); padding: 5px 0 5px 10px; display: block; font-family: 'Metropolis', 'Arial', sans-serif; font-weight: normal; line-height: 100%; text-align: right; }	


#popup-main-navigation > li.menu-item-has-children > a { position: relative; display: flex; justify-content: flex-end; align-items: center; gap: 5px; font-size: 1.2rem; }
#popup-main-navigation > li.menu-item-has-children > a::after { position: relative; content: " "; height: 30px; width: 18px;  background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z'/%3E%3C/svg%3E"); background-position: 50% 50%; }

#popup-main-navigation > li.menu-item-has-children:hover > a::after,
#popup-main-navigation > li.menu-item-has-children.open > a::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg%7Bfill:%23FFAB4C%7D%3C/style%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z'/%3E%3C/svg%3E"); }

#popup-main-navigation li	.sub-menu { display: none; }
#popup-main-navigation li.open .sub-menu { display: block;  margin: 10px 0 0; }

#popup-main-navigation li .sub-menu li	{ margin-bottom: 5px;  }
#popup-main-navigation li .sub-menu a		{ color: #939393; font-size: 0.9em; width: auto; font-family: 'Metropolis', 'Arial', sans-serif; }	
#popup-main-navigation li.current-menu-item > a,
#popup-main-navigation li a:hover	{ color: #FFAB4C; }

#popup-menu-footer		{ padding: 0; width: 100%; align-self: flex-end; }
#popup-menu-footer ul	{ margin-bottom: 0px;}








/* CONTENT STYLES 
---------------------------------------------------------------------------*/

#before-content-block	{ width: 100%; }

#content { width: 100%; overflow: hidden;  }

#after-content-block	{ width: 100%;  }

.single-post { width: 100%;   }



/* FOOTER STYLES 
---------------------------------------------------------------------------*/

#footerContentBlock {  }

#footerCopyrightBlockWrapper	{ width: 100%; background-color: #ffab4c; padding: 20px 0;  font-size: 0.8em; /*border-top: 5px solid #000000;*/ }
#footerCopyrightBlock			{ width: calc(100% - 60px); max-width: 1500px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; color: #000000; font-size: 0.8em; text-transform: uppercase;  }

#footerCopyrightBlock div		{ flex-basis: 0; flex-grow: 1; }

#footerCopyrightBlock a			{ color: #000000; text-decoration: none; fill: #000000;}
#footerCopyrightBlock a:hover	{ text-decoration: underline;  }

#footerCopyrightBlock .designer { text-align: right; }
#footerCopyrightBlock .designer a { display: inline-block; }


#back-to-top			{ display: flex; visibility: hidden; z-index: 100; position: fixed; bottom: 30px; right: 30px; height: 50px; width: 50px; border-radius: 5px; background-color: rgba(109, 177, 217, 0.5); color: #ffffff; text-decoration: none; line-height: 50px; font-size: 20px; text-align: center; justify-content: center; align-items: center; fill: #000000; }
#back-to-top:hover	{ cursor: pointer; background-color: rgba(0, 153, 217,1);}


/* CLEAR STYLES 
---------------------------------------------------------------------------*/

.clearfix:after	{ content: ""; display: table; clear: both; }







/* RESPONSIVE STYLES 
---------------------------------------------------------------------------*/

@media screen and (max-width: 1400px) {
	#mainNavigation { gap: 0; }
	
}

@media screen and (max-width: 1150px) {
	
	#mainNavigation a { font-size: 0.8em; }
	
}



@media screen and (max-width: 1020px) {
	#main-menu { display: none; }
	#menu-button { display: block; }
	
}


@media screen and (max-width: 615px) {

	#footerCopyrightBlock			{ flex-wrap: wrap; display: block; text-align: center; }
	#footerCopyrightBlock div		{ width: 100%; }

	#footerCopyrightBlock .designer { text-align: center; }
	
	#footerCopyrightBlock .order_1	{ order: 1; }
	#footerCopyrightBlock .order_2	{ order: 2; margin: 10px 0; }
	#footerCopyrightBlock .order_3	{ order: 3; }
	
}