@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//it-specialists.ca/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Arimo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,21,91);
	--wd-text-font-size: 16px;
	--wd-title-font: "Arimo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(0,21,91);
	--wd-entities-title-font: "Arimo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,21,91);
	--wd-entities-title-color-hover: rgb(115, 115, 115);
	--wd-alternative-font: "Arimo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Arimo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,21,91);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Arimo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(115,140,191);
	--wd-alternative-color: rgb(98,126,183);
	--wd-link-color: rgb(98,126,183);
	--wd-link-color-hover: #5070af;
	--btn-default-bgcolor: rgb(80,112,175);
	--btn-default-bgcolor-hover: rgb(72,101,157);
	--btn-accented-bgcolor: rgb(80,112,175);
	--btn-accented-bgcolor-hover: rgb(72,101,157);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(0,102,34);
	--notices-success-color: #ffff00;
	--notices-warning-bg: rgb(179,0,0);
	--notices-warning-color: #ffff00;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(0,21,91);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(0,21,91);
	background-image: none;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,21,91);
	background-image: none;
}
html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a, html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a {
	font-family: "Arimo", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(115,115,115);
}
html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a:hover, body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a:hover, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu  > li > a:hover, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a:hover, html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a:hover, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu  li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a:hover {
	color: rgb(98,126,183);
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(255,255,255);
	--wd-form-placeholder-color: rgb(153,153,153);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}







@media (min-width: 1025px) {
	/* stop header logo from getting squished on scroll */
.wd-logo img {
    width: auto;
    object-fit: contain;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* make menu icon larger on small screens */
body .wd-header-mobile-nav .wd-tools-icon:before { 
    font-size: 60px; 
}

/* make font size of menu options larger on small screens */
body span.nav-link-text { 
    font-size: 20px; 
}

/* make font size of CLOSE larger on small screens */
.wd-action-btn.wd-style-text>a {
    font-size: 17px; 
}

/* make font size of X larger on small screens */
.wd-cross-icon>a:before {
    font-size: 12px; 
}








}

@media (min-width: 577px) and (max-width: 767px) {
	/* make menu icon larger on small screens */
body .wd-header-mobile-nav .wd-tools-icon:before { 
    font-size: 60px; 
}

/* make font size of menu options larger on small screens */
body span.nav-link-text { 
    font-size: 20px; 
}

/* make font size of CLOSE larger on small screens */
.wd-action-btn.wd-style-text>a {
    font-size: 17px; 
}

/* make font size of X larger on small screens */
.wd-cross-icon>a:before {
    font-size: 12px; 
}









}

@media (max-width: 576px) {
	/* make menu icon larger on small screens */
body .wd-header-mobile-nav .wd-tools-icon:before { 
    font-size: 60px; 
}

/* make font size of menu options larger on small screens */
body span.nav-link-text { 
    font-size: 20px; 
}

/* make font size of CLOSE larger on small screens */
.wd-action-btn.wd-style-text>a {
    font-size: 17px; 
}

/* make font size of X larger on small screens */
.wd-cross-icon>a:before {
    font-size: 12px; 
}






}

