/*!
Theme Name: solidcad
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solidcad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Fonts */
/*@font-face {
font-family:"Proxima Nova";
src:url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;
font-style:normal;
font-weight:700;
}

@font-face {
font-family:"Proxima Nova";
src:url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

.tk-proxima-nova { font-family: "Proxima Nova",sans-serif; }*/
@font-face {
  font-family: "AvenirNextBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('fonts/AvenirNextBold_normal_normal.woff2') format('woff2'), url('fonts/AvenirNextBold_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "AvenirNextRegular";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('fonts/AvenirNextRegular_normal_normal.woff2') format('woff2'), url('fonts/AvenirNextRegular_normal_normal.woff') format('woff');
}

/* Parent Theme Style Ovrrides */
h1 { font-size:40px;  }
h2 { font-size:40px;  }
h3 { font-size:40px;  }
h4 { font-size:30px;  }
h5 { font-size:25px;  }
h6 { font-size:25px;  }

h1,h3,h5 {
    font-family: "AvenirNextBold";
    margin-top:20px;
    margin-bottom:20px;
}

h2,h4,h6 {
    font-family: "AvenirNextRegular";
    margin-top:15px;
    margin-bottom:20px;

}



html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
    font-family: "AvenirNextRegular";
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    font-family: "AvenirNextRegular";
    font-size:18px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #313B44;
	font-family: "AvenirNextRegular";
	font-size: 18px;

	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color:none;
	border-radius: 0px;
	background: #1268b1;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 10px 20px;
	height:45px;
	font-weight:700;
	transition: background-color ease .5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#3b9ad2;
	cursor:pointer;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color:#3b9ad2;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #F26426;
}

a:visited {
	color: none;
}

a:hover, a:focus, a:active {
	color: #1268B1;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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


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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Header promotion area */
.header-promotion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3.2vw;
  padding-left: 3.2vw;
  background-color: #d7e0e7;
  height: 35px;
  color: #2f3a43;
  font-family: 'AvenirNextRegular';
}

/* Left-aligned message */
.canadian-pride {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'AvenirNextRegular';
  line-height: 1;
}

.canadian-flag {
  height: 24px;
  width: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom:3px;
}

.header-promotion .widget, .header-promotion p {
    margin: 0;
}

.header-promotion ul { margin: 0; }
.header-promotion a,  
.header-promotion li{
	font-size:18px;
    font-family: 'AvenirNextRegular' !important;
    list-style:none !important;
    font-weight:normal;
    text-decoration:none;
    color:#2f3a43;
}

.header-promotion i {

	margin-right:10px;
	font-size:16px;
}

.header-promotion li {
	display:inline-block;
	margin-right:45px;
	margin-left:45px;
	margin-top:5px;
}

.header-promotion img {
	margin-left:20px;
	margin-right:20px;
	padding-top:3px;
	
}


.header-promotion .search-field {
	border-radius:0;
	border:0;
	padding-right:20px;
	padding-left:20px;
	font-size:14px;
	font-weight:700;
	color:#313B44;
}

.header-promotion .wpml-ls-flag {
	margin-left:3px !important;
	margin-right:3px !important;
}

/* Misc adjustments */
.entry-title {
    display:none;
}
.edit-link {
    display:none !important;
}
.entry-title {
    display: none;
}
.hentry, .entry-content {
    margin: 0 !important;
}
.post, .page {
    margin:0;
}

/* Custom paddings */
.rl-padding {
    padding-left:175px;
}
.rr-padding {
    padding-right:175px;
}

/* Search bar and results */
.sdh-searchbar {
    display: none;
    position: absolute;
    width: 300px;
    height: 79px;
    background: none !important;
    top: 10px;
    left: 100px !important;
    padding: 0 !important;
    margin: 0px !important;
}
#sdh-searchinput {
    border: 0px solid #333333;
    border-radius: 2px;
}

#sdh-searchsubmit {
    border-top: none !important;
    background: #333333 !important;
    padding: 5px 10px 0px 10px;
    border-radius: 2px;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
}

.sdh-search-submit input[type="submit"]  {
    margin-left: 15px !important;
}
.sdh-search-submit {
    padding: 5px 15px 5px 15px;
    border: 3px solid #000 !important;
    background-color: #000;
    text-transform:uppercase;
    color:#fff;
}
.sdh-search-submit:hover {
    color: #000 !important;
    border: 3px solid #000 !important;
}
.sdh-search-input {
    height:auto;
    text-shadow:none !important;
    padding:8px 16px !important;
    color:#555 !important;
    vertical-align:middle !important;
    border-radius: 2px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin-right:15px;
}

.search-container {
    width: 60%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:200px;
    padding-top:100px;
    margin:auto;
}
.search-page-title {
    font-family: "AvenirNextBold";
    font-size:28px;
    margin-top:20px;
    margin-bottom:20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 33px;
    text-align:center;
    padding:15px;
}
.search-post-title {
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:left;
    display:block;
}
.search-post-link, .search-post-link a {
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 20px;
    text-align:left;
    display:block;
    color: #9c7100;
}
.search-post-excerpt {
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 15px;
    text-align:left;
    display:block;
}

#sdh-search-page-form {
    text-align:center;
    margin: auto;
    padding-top:25px;
    padding-bottom:25px;
}
#sdh-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#sdh-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
}


/* SolidCAD Theme */

a.ubtn-link .ubtn .ubtn-text  {
	padding-left:8px !important;
	padding-right:8px !important;
}


.solidcad-btn {
	padding:20px 20px;
	background-color:#00529B;
	font-weight:700 !important;
	letter-spacing:.5px;
	font-size:15px !important;
	text-align:center;
}

.training-buttons .bg-overlay div {
	display:flex;
	align-items:center;
	vertical-align:middle;	
}

.bg-overlay div {
	background-size:100% 100% !important;
}

.heading-with-left-icon {
	display:flex;
	justify-content:center;
	align-items:center;
}


.fixed-height-home {
	min-height:275px;
}

.map .wpb_content_element{
	margin-bottom:0 !important;
}

.ultsl-radio-unchecked, .ultsl-radio-checked {
	background-color:#313B44 !important;
	border-radius:50%;
	outline:none;
	height:0px;
	width:0px;	
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;	
}

.ultsl-radio-unchecked:before, .ultsl-radio-checked:before {
	background-color:#313B44 !important;
    font-family: 'Font Awesome 5 Pro';
	font-weight:900;
	content:'\f111' !important;
	border-radius:50%;

}
.slick-dots {
	background-color:#313B44 !important;
}

.slick-dots li:before {
	background-color:#313B44 !important;
}

.slick-dots li {
	background-color:#313B44 !important;
	border-radius:50%;
}

.slick-prev.slick-disabled {
    display:none !important;
}

.slick-next.slick-disabled {
    display:none !important;
}

.grey-gradient {
background: linear-gradient(90deg, rgba(241,242,246,1) 0%, rgba(241,242,246,1) 63%, rgba(241,242,246,0) 75%, rgba(241,242,246,0) 100%);

  
}

.white-gradient {
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
}

.image-back {
	z-index:-5;
}

.content-stretch {
	width:120% !important;
}

.hide{
	display:none;
}

/*Homepage*/



.product-boxes .aio-icon-component {

	margin-bottom:5px;
	display:flex;
	align-items:center;
}

.event-snippet-template h5 {
	font-size: 16px;
	color:#fff;
	margin-top:-10px;
	margin-bottom:0;
	text-indent:-42px;
	margin-left:45px;
	line-height:1.2;
}

.event-snippet-template h5:before {
	font-family:'Font Awesome 5 Pro';
	content:'\f073'; 
	font-size:30px;
	margin-right:15px;
	margin-top:10px !important;
	
}

.homepage-slider .ms-skin-default .ms-bullet {
	color:#fff;
}

.flex-column {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;

}

.flex-column .wpb_wrapper {
	height:100%;
	padding:20px 4% !important;	
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;	
	
}

.flex-column .vc_column-inner {
	height:100%;
	padding-top:0;
}

.flex-column .ubtn-ctn-center{
	margin-bottom:0;
	width:100%;
	align-self:flex-end;

}


.homepage-slider .ms-bullets.ms-dir-h{
  width:1300px !important;
  transform: translate(44%, 0);  
}


/*PRODUCTS*/



/*Training */
.training-bullets ul {
	list-style-type: square;
	margin-left:0;
	
}

.training-bullets li {
	font-size:18px;
	margin-bottom:7px;
	
}



.training-accordian h2, .training-nonaccordian, .training-accordion h2, .training-nonaccordion {
 	font-size:35px;
    font-weight:700;
}

.training-accordian .vc_tta-title-text {
	font-size:20px;

}

.training-accordian .vc_tta-panel-title a {
	padding-top:8px !important;
	padding-bottom:8px !important;	
}

.training-accordian ul {
	margin-left:0;
}

.training-accordian li {
	list-style:none;

}


.training-accordian li a {
	color:#313B44;

}


.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color:rgba(255,255,255,0) !important;

	
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color:rgba(255,255,255,0)  !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title { 
	background-color:rgba(255,255,255,0)  !important;
	border-color:none  !important;
} 

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
	color:#313B44 !important;
	font-size:20px;
	font-weight:700;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	color:#F26426 !important;
	font-size:25px;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
	border-color:#F26426 !important;
}

.training-search-left {
    float:left;
    padding-bottom:25px;
}

.training-search-right {
    float:right;
    padding-bottom: 25px;
    
}
.training-search-right select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.training-search-left input, .training-search-right select{
	padding: 8px 25px;
}

/* Training Calendar */
.training-grid-title-container:before {
    position:absolute;
    left:25px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f073';
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    padding:0px 0px 0px 5px;

}
.training-grid-title-container {
    padding:15px 25px 15px 45px;
    background-color: #7f8c8d;
    transition: all 700ms ease 0s;
    border-color: transparent;
    box-shadow:none;
    min-height:75px
}
.training-grid-title {
    display:block;
    padding-left:30px;
}
.training-grid-title a {
    color: #fff;
    font-size:16px;
    font-family: "AvenirNextRegular";
    font-weight: 600;
}

.grid-padding-left {
	margin-left:15px;
}

.grid-padding-right {
	margin-right:15px;
}


/* Training Colors */
.training-grid-cat-p-id-training {
    background-color: #2ecc71;
}
.training-grid-cat-plant-3d-training {
    background-color: #2ecc71;
}
.training-grid-cat-autocad-training {
    background-color: #e74c3c;
}
.training-grid-cat-bim {
    background-color: #3498db;
}
.training-grid-cat-bluebeam-training {
    background-color: #2c3e50;
}
.training-grid-cat-civil-3d-training {
    background-color: #27ae60;
}
.training-grid-cat-dynamo {
    background-color: #1abc9c;
}
.training-grid-cat-fusion-360-training {
    background-color: #f1c40f;
}
.training-grid-cat-infraworks-training {
    background-color: #16a085;
}
.training-grid-cat-nastran-training {
    background-color: #9b59b6;
}
.training-grid-cat-revit-training {
    background-color: #2980b9;
}
.training-grid-cat-vehicle-tracking-training {
    background-color: #e67e22;
}
.sc-training-calendar-form ul {
    margin:0 auto !important;
}
.sc-training-desc p {
    display:block !important;
    width:100% !important;
}
.searchandfilter ul li {
    float:left;
    margin-right:25px;
}
.searchandfilter .sf-field-post_date, .searchandfilter .sf-field-post-meta-date, .searchandfilter .sf-field-post-meta-_post_shift8_zoom_start, .searchandfilter .sf-field-post-meta-_post_shift8_zoom_start_filter {
    padding: 4px 25px 0 0 !important;
}
.searchandfilter .sf-field-post_date input, .searchandfilter .sf-field-post-meta-date input, .searchandfilter .sf-field-post-meta-_post_shift8_zoom_start, .searchandfilter .sf-field-post-meta-_post_shift8_zoom_start_filter input {
    height:32px;
}
.sc-training-calendar-form form {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.sc-training-calendar-form select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.sc-training-calendar-form input::placeholder {
    font-family:'Font Awesome 5 Pro', 'AvenirNextRegular';
}

.sf-input-select, .sf-input-text {
    background-color:#F1F2F6;
    border:none;
    border-radius:0 !important;
    padding:5px 25px;
    outline:none;
    margin-bottom:5px;
    color:#242424;
    font-size:14px;
    font-weight:700;

}

.sf-input-select::placeholder, .sf-input-date::placeholder {
    color:#242424;
    opacity:1;
    font-size:15px;
    font-weight:700;
}

.sf-input-select option {
    border-radius:0;
}

/*.sc-training-calendar-form ul li, .sc-training-calendar-form label, .sc-training-calendar-form select {*/
.sc-training-calendar-form select {
    width:250px;
}
.sf-field-taxonomy-training_category label::after, .sf-field-taxonomy-training_location label::after, .sf-field-taxonomy-zoom_categories label::after, .sf-field-post-meta-_post_shift8_zoom_type label::after {
    content:"\f078";
    font-family:'Font Awesome 5 Pro';
    font-size:14px;
    color: #000;
    position: absolute; 
    z-index: 1;
    pointer-events: none;  
    margin-left:-20px;
    margin-top:5px;
}

/*Pricing Table - custom Training */

.pricing-table .vc_tta-panel-heading{
	background-color:rgba(255,255,255,0) !important;
	border-color:rgba(255,255,255,0) !important;
}

.pricing-table .vc_tta-panel-heading h4{
	font-weight:600;
	font-size:18px;
}

.pricing-table  .vc_tta-panel-heading a{
	color:#313b44 !important;
}

.pricing-table  .vc_tta-panel-heading a:hover{
	color:#F26426 !important;
}

.pricing-table .vc_tta-panel-body{
	background-color:#FBFBFC !important;
	font-size:16px;
}

/*Support*/

.fixed-height-support {
	min-height:380px;
}

.fixed-height-support .aio-icon-img  {
	min-height:50px;
}


.align-icon-middle .left-icon .aio-icon-left{
	vertical-align:middle !important;
	padding-left:20px;
	padding-right:20px;
}

.align-icon-email .left-icon .aio-icon-left {
	padding-top:20px;
}

.align-icon-email .left-icon .aio-ibd-block {
	vertical-align:top;
}

.tech-support-resources  ul{
	margin-left:0px;
	margin-top:-30px;
}

.tech-support-resources ul li a {
	/*color:#fff; */
}

.tech-support-contact .aio-icon-description a {
	 color:#fff;
	 margin-top:0;
}

.tech-support-contact .aio-icon-description {
	 margin-top:0 !important;
}

.tech-support-contact .align-icon {
	height:60px;
}



.padding-bottom-remove {
	padding-bottom:0 !important;
}

/* Woocommerce */

.woocommerce-breadcrumb {
	display:none;
}

.woocommerce-product-gallery li {
	margin-right:8px;
}

body.single-product {
	margin-top:0px; 
		}

.product-title .entry-title {
	display:block !important;
	margin-bottom:0;

}

.product-title .entry-title h1 {
	margin-bottom:0;
}

.product-excerpt h6, .product-excerpt p {
	color:#fff;
}

.product-expand .ult-adjust-bottom-margin {
	margin-bottom:10px !important;
}

.product-expand .ult_ecpsub_cont {
	text-align:left;
	padding:10px;
}


.single_add_to_cart_button {
	width:225px;
	height:45px;
	background-color:#1268B1;
	color:#fff;
	font-size:15px;
	font-weight:700;
	border-radius:0;
}

.single_add_to_cart_button:hover {

	background-color:#3B9AD2;
	cursor:pointer;

}

.product-list button{
	min-width:1.5em;
}

.product-list h2, 
.products-related h2 {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;;
}

.products-related .woocommerce, .products-related .products.column-4{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.products-related img {
	width:100%;
}

.single-product-upsell-container {
    display:table;
}
.products-related ul.products {
    min-width:696px;
    text-align:center !important;
    margin:0 auto;
}
.products-related ul.products li.product {
	width:23%;
	padding:15px;
	margin-right:10px;
	margin-left:10px;
	overflow:hidden;
	margin-right:0;
	transition: transform 1s ease;
    display:inline-block;
    float:none !important;
}

.products-related ul.products li.product:hover {
  transform: scale(1.01);

}

ul.products {
	margin:auto !important;
}

.product-list ul.products li.product {
	margin-right:0px;
	width:350px;
	padding:15px;
}

.product-list ul.products li.product img {
	width:350px;
}

.product-list ul.products {
	margin:auto;
	
}



.products-related ul.products li.product img, 
.product-list ul.products li.product img {


}

.products-related ul.products li.product a:hover img, 
.product-list ul.products li.product a:hover img {

}



.products .columns-4 {
	width:100% !important;
}




.products-related .woocommerce-LoopProduct-link h2,
.product-list .woocommerce-LoopProduct-link h2
 {
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:700;
	font-size:18px;
	background-color:#1268b1 !important;
	padding:7px;
}

.products-related a,
.product-list a {
	text-decoration:none !important;
	color:#fff;
}

.products-related ul.products li.product .button, 
.product-list ul.products li.product .button {
	display:none !important;
}
/* Press Release Landing Page */
.press-release-categories  {
	text-transform: uppercase; 
	font-weight: 700;
	color: #313B44;
	text-align: left !important;
}

.press-release-post-date p{
	display: table;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	background-color: #F26426;

}

.grid-press-release-post-date p{
	display: table;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	background-color: #F26426;
	margin-left: -15px;

}

.fr-date .grid-press-release-post-date p, .fr-date .press-release-post-date{
	text-transform:capitalize;
}

.press-release-post-title-white  {
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 1.2 !important;
}

.press-release-post-title-white:before  {
    content: "";
    display: block;
    background: url('https://www.solidcad.ca/wp-content/uploads/2020/02/pressrelase-icon.png') no-repeat;
    width: 42px;
    height: 52px;
    float: left;
    margin-right: 15px;
}

.press-release-title h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.press-release-single-page-header h1{
	line-height: 1.2 !important;
	font-weight: 700;
}

.press-release-button .vc_btn3.vc_btn3-size-md {
    font-size: 14px !important;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.press-release-button .vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{
	background-color: #1268B1 !important;
}



.press-release-button .vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
font-size: 14px !important;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;

}

.press-release-grid .vc_custom_1582226370508{
	height:100px;
	font-size:15px;
}

/* Training Cal */

.training-cal-item h3, .training-cal-item h5 {
	margin:0 !important;
}

.training-cal-item h3 {
	height:38px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.training-cal-item-1  .vc_btn3.vc_btn3-color-inverse{
	background-color:#F26426 !important;
	color:#fff;
	width:160px;
	font-weight:700!important;	
}

.training-cal-item-1 .vc_btn3.vc_btn3-color-inverse:hover {
	background-color:rgb(209, 81, 25)!important;
}


	
.training-cal-img {
	display:flex;
	align-items:center;
	justify-content:center;
	height:300px;
	margin-bottom:10px;
}

.training cal-item-1 .training-cal-title {
	display:flex;
	}
	
.training-cal-item-1 h5 {
	display:inline;
	padding:5px;
}	

.training-cal-item-1 .vc_btn3.vc_btn3-size-md{
	font-weight:900;
}

.training-cal-title {
	display:flex;
	align-items:center;
}

.training-cal-details {
	font-size:16px;
	}
	
.training-cal-details .vc_gitem-acf-label{
	font-weight:900;
}

/*
.training-cal-item-1 .training-cal-title .vc_custom_1596733003969:before {
	font-family:'Font Awesome 5 Pro';
	content:'\f073';
	font-weight:300;
	font-size:20px;
	color:#fff;
	padding:10px;
	display:inline;
}
*/


.training-date {
	display:inline-block;
	padding:0 10px 5px 0px;
	margin-top:0px;
	font-weight:700;
	padding-bottom:0px;
	color:#313B44;
	font-size:16px;
	
}


.training-date-to:before {
	content:"- ";
	padding-right:8px;
}


.training-category {
	display:flex;
	padding:0 5px 5px 5px;
	margin-top:0px;
	font-weight:700;
	padding-bottom:0px;
	background-color:#F26426;
	color:#fff;
	font-size:14px;
	width:100px;
	
}

.training-short-desc{
	font-size:15px;
}


/* Promos */
.single-post-promos-container {
    margin-top:100px;
}
.single-post-promos-container > h1 > span, .single-post-promos-container > h5 > span{
    display:none;
}


/* Autodesk Landing */

.shop-category-buttons .wpb_wrapper{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}

.single-products-grid .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
	font-size:15px !important;
	font-weight:400 !important;
	
}

.single-products-grid .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	color:#313B44 !important;
}

.single-products-grid .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
	border-color:#313B44 !important;	
}

.single-products-grid .vc_tta-container {
	margin-bottom:0px !important;
}

.single-products-grid .wpb_wrapper ul {
	margin-left:0;
	padding-left:0;
	margin-top:10px;
}

.single-products-grid .wpb_wrapper li {
	list-style:none;
}

.single-product-sections {
	margin-bottom:0 !important;
	border-top:1px solid #D6D6D6;
}

.single-product-sections div {
	padding:5px !important;
}

.product-details-link, .product-platform, .product-platform-windows, .product-platform-mac, .product-platform-linux, .product-details-link a {
	display:flex;
	align-items:center;
	
}

.product-details-link a{
	color:#313B44 !important;
	text-decoration:none;
}

.product-details-link a:hover{
	color:#1268B1 !important;
	text-decoration:none;
}

.product-details-link a:after {
	font-family:'Font Awesome 5 Pro';
	content:'\f35a';
	color:#1268B1;
	margin-left:15px;
	margin-top:3px;
	font-size:18px;
}

.product-platform-windows:after {
	font-family:'Font Awesome 5 Brands';
	content:'\f17a';
	color:#1268B1;
	margin-left:10px;
	font-size:16px;
}

.product-platform-mac:after {
	font-family:'Font Awesome 5 Brands';
	content:'\f179';
	color:#1268B1;
	margin-left:5px;
	font-size:18px;
}

.product-platform-linux:after {
	font-family:'Font Awesome 5 Brands';
	content:'\f17c';
	color:#1268B1;
	margin-left:5px;
	font-size:18px;
}

.button-group p{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	
}

.button-group button{
	margin-right:10px;
	min-width:150px;
	margin-bottom:10px !important;
}


/*Product partners*/

.bullets ul {
	margin-left:0;
}

.product-partners .ult-banner-block .title-center {
	margin-top:10px !important;
}

.content-box-expand {
	border:solid 1px #3B9AD2;
}

.content-box-expand .ult_expheader {
	padding:10px;
}

.content-box-expand .ult_ecpsub_cont {
	margin-top:-25px !important;
	padding:15px 15px 5px 15px;
}

.content-box-expand .ult_ecpsub_cont p {
	margin-bottom:0;
}

.solidcad-tabs .vc_tta-tab.vc_active>a {
	background-color:#1268B1 !important;
	color:#fff !important;
}

.solidcad-tabs .vc_tta-tab>a {
	background-color:#f1f2f6 !important;
	font-weight:400;
	text-align:center;
	padding:5px !important;
	color:#313b44 !important;
	
}


.solidcad-tabs .vc_tta-panel-body {
	background-color: #f1f2f6 !important;
	color:#313b44 !important;
	padding:10px 20px !important;
}

.solidcad-tabs .vc_tta-panel-body img {
	padding:5px 20px;
}

.solidcad-tabs .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	background-color:#f1f2f6 !important;
	font-weight:700 !important;
	color:#313b44 !important;
	font-size:16px !important ;
	padding:5px 10px;
	
}

.solidcad-tabs-alt .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	background-color:#fff !important;
	font-weight:700 !important;
	color:#313b44 !important;
	font-size:16px !important ;
	padding:5px 10px;
	
}


.solidcad-tabs-alt .vc_tta-tab.vc_active>a {
	background-color:#1268B1 !important;
	color:#fff !important;
}

.solidcad-tabs-alt .vc_tta-tab>a {
	background-color:#fff !important;
	font-weight:400;
	text-align:center;
	padding:5px !important;
	color:#313b44 !important;
	
}


.solidcad-tabs-alt .vc_tta-panel-body {
	background-color: #fff !important;
	color:#313b44 !important;
	padding:10px 20px !important;
}

.solidcad-tabs-alt .vc_tta-panel-body img {
	padding:5px 20px;
}


.solidcad-tabs-alt h5 {
	margin:0;
}

.solidcad-tabs-alt .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	background-color:#f1f2f6 !important;
	font-weight:700 !important;
	color:#313b44 !important;
	font-size:16px !important ;
	padding:5px 10px;
	
}

.solidcad-tabs-accordian .vc_tta-panel-body {
	margin-top:-20px !important;
}

.solidcad-tabs-horizontal .vc_tta-tab.vc_active>a {
	background-color:#1268B1 !important;
	color:#fff !important;
}

.solidcad-tabs-horizontal .vc_tta-tab>a {
	background-color:#f1f2f6 !important;
	font-weight:400;
	text-align:center;
	padding:5px !important;
	color:#313b44 !important;
	
}

.heading-min-width h3{
	height:50px;
	display:flex !important;
	justify-content:center;
	align-items:center !important;
	margin-top:0;
}

.button-bottom {

	

}

.button-bottom a{
	position:absolute;
	bottom:40px;
	left:50%;
	transform:translate(-50%);
	z-index:10;
	text-align:center;
	

}

.adjust-heading .content-box-expand .ult_expheader {
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.adjust-heading h5 {
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
}

/*
.solidcad-tabs h5 {
	margin:0;
}
*/
.solidcad-tabs-horizontal.vc_tta.vc_tta-shape-square .vc_tta-tab>a{
	width:250px;
}

.solidcad-tabs-horizontal-fr.vc_tta.vc_tta-shape-square .vc_tta-tab>a{
	width:350px;
}

.inline-buttons .wpb_wrapper {
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	
	
}
.inline-buttons .wpb_wrapper .button-orange, 
.button-flex .vc_column-inner .wpb_wrapper .button-orange  {
	margin-bottom:3px;
	margin-right:3px;
}

.button-flex .vc_column-inner .wpb_wrapper {
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
}

.button-flex .vc_column-inner .wpb_wrapper .align-full {
	width:100%;
}



.font-white p, .font-white li{
	color:#fff;
}

.faro-steps h6 {
	margin-top:-20px;
	margin-bottom:20px;
	font-size:20px;
}

.content-links a {
	text-decoration:none !important;
}


.compare-table {
	width:100% !important;
}

.compare-table .column-2, .compare-table .column-3{
	text-align:center !important;
}


.compare-table .fa-check{
	color:#6DAB3C;
}

.compare-table tfoot th, .compare-table thead th {
	background-color:#f1f2f6 !important;
}

.compare-table img {
	padding:10px 30px !important;
	width:250px !important;
}

.compare-table .odd td{
	background-color:#F9F9FB !important;
}

.compare-table tbody td, .compare-table tfoot th, .compare-table thead th{
	border-color:#f1f2f6 !important;
}



/*Bundles*/
.sc-servicebundle-column {
    background-color: rgb(241, 242, 246);
}

.bundle-button .ubtn-ctn-center {
	position:absolute;
	bottom:15px;
	left:50%;
	transform: translate(-50%, -50%);
	margin-bottom:0 !important;

}


/* Single Post

.single-post .wpb_wrapper p, 
.single-post .wpb_wrapper ul, 
.single-post .wpb_wrapper li, 
.single-post .wpb_wrapper button  {
	font-size:18px;
	max-width:1000px;
	margin:auto;
} */

.single-blog-content .wpb_wrapper{
	font-size:18px;
	max-width:70%;
	margin:auto;
}

.promo-info-boxes .wpb_wrapper img.img-icon {
	margin-bottom:0 !important;
}

.promo-info-boxes .wpb_wrapper h5 {
}

/*
.single-post .wpb_wrapper h2, 
.single-post .wpb_wrapper h3, 
.single-post .wpb_wrapper h4, 
.single-post .wpb_wrapper h5, 
.single-post .wpb_wrapper h6, 
.single-post .wpb_wrapper em{
	max-width:1000px;
	margin:0 auto 15px auto;
} */



.single-post .wpb_wrapper p {
/*	padding-bottom:15px; */
	font-size:18px;
}

.single-post .wpb_wrapper ul {
	padding:0;
	margin-top:-15px;
}

.single-post .wpb_wrapper ul > li > ul{
	padding-top:5px;
	padding-bottom:10px;
	margin-top:0px;
	
}

.single-post .wpb_wrapper ul > li > ul > li {
	list-style: circle;
}

.single-post .blog-thumbnail p {
	font-size:16px;
}

.single-post .wpb_wrapper img {
	margin-bottom:30px;
}

.single-post .header-promotion, .single-training .header-promotion {
    margin-top:29px;
}
.single-post-subscribe {
    padding-right:0px !important;
    background-color: #3b9ad2 !important;
}
.single-post-browse-cat {
    background-color: #313b44 !important;
    padding-top:25px !important;
    padding-bottom:65px !important;
    width: 100% !important;
}
.single-post-cat-list { 
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    min-width:696px;
    list-style:none;
}
.single-post-cat-list li {
    color: #fff;
    font-size:1rem;
    line-height: 1.5;
    margin-left:50px;
    text-align:center;
    display:block;
    padding: 5px 0 5px 0;
}
.single-post-cat-list li a {
    color: #fff;
    text-decoration:none;
    font-size:1rem;
    line-height:1.5;
    text-align:left;
}
.single-post-success-subtitle {
    text-transform: uppercase;
    color:#fff;
    font-size:20px;
}
.single-post-success-subtitle p {
    margin-top:0px !important;
}
.single-post-success-container {
    margin-top:50px;
}
 .single-post-success-container h3 {
    text-transform:capitalize;
}
.success-story-services ul {
    list-style-image: url('https://www.solidcad.ca/wp-content/uploads/2020/05/success-bullet.png');
    margin:0;
	padding-top:0 !important; 
}	



.success-story-header h2 {
	margin:-20px 0 0 0;
	
}

.success-story-header .aio-icon-header{
	margin:0;
	padding:0 !important;
}

.success-story-services .uavc-list-desc {
	padding:0 !important;
}

.success-story-services a, .success-story-website a {

	line-height:16px;
}

.success-story-services a:hover, .success-story-website a:hover {
	text-decoration:none;
	color:#F26426;
	line-height:16px;
}

.single-post .success-story-company p, .single-post .success-story-company li {
	font-size:18px !important;
}

.single-post .success-story-company ul {
	padding-top:0;
}

.single-post .success-story-profile p {
	font-size:18px !important;
	width:100% !important;
}

.post-date {
	color:#fff;
	background-color:#F26426;
	font-weight:700;
	width:200px;
	text-align:center;
}

.post-date-small {
	color:#fff;
	background-color:#F26426;
	font-weight:700;
	width:150px;
	text-align:center;
}

.post-date div p {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.post-date div {
	font-size:16px !important;
	padding:0 3px;
}

.post-author p:before {
	content:'By: ';
}

.author .wpb_wrapper {
	display:flex;
	align-items:baseline;
	
}

.author-headshot img {
	height: 55px;
	width:55px;
	border-radius:50%;
}

.author-details {
	color:#fff;
	margin-left:15px;
}

.share-icons  .wpb_wrapper{
	display:flex;
	justify-content:space-evenly;
	align-items:center;
	width:480px;
	margin:auto;
	margin-top:-10px;
}

.share-icon:hover i{
	color:#1268B1;
}

.category-links  .wpb_wrapper {
	/*display:flex;
	flex-wrap:wrap;
	justify-content:space-between;*/
	width:95%;
	margin:auto;
}

.category-links ul{
	margin-left:0;
}

.category-links p, .category-links a{
	width:250px;
	color:#fff;
	font-size:18px;
	font-weight:400;	
	margin:5px;
}

.category-links li p, .category-links li a {
	color:#fff;
	font-size:18px;
	font-weight:400;
}

.enews {
	text-align:center !important;
	margin:auto;
	margin-bottom:45px;
}

.enews .wpcf7-form-control {
	border-radius:0;
	border:0;
	margin:5px;
	text-align:center;
	font-size:15px;
	color:#242424;
	font-weight:700;
}

.enews input[type=text], .enews input[type=email] {
	width:600px;
	margin-right:auto;
	margin-left:auto;
}

.enews .wpcf7-submit {
	width:175px;
	height:45px;
	color:#fff;
	font-weight:700;
	font-size:15px;
	background-color:#F26426;
	margin-top:10px;
	margin-left:16px;
}

.blog-grid-button a{
	width:160px;
	height:45px;
	background-color:#1268B1 !important;
	color:#fff;
	font-size:15px;
	font-weight:700;
}

.blog-grid-button a:hover {
	background-color:#3B9AD2 !important;
}

.blog-post-grid .vc_btn3.vc_btn3-color-blue {
	border-radius:0 !important;
	width:160px;
}

.blog-post-grid .vc_btn3.vc_btn3-color-blue:hover {
	background-color:#3B9AD2 !important;
}

.filter-options{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.filter-options select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.filter-options input::placeholder {
	font-family:'Font Awesome 5 Pro', 'AvenirNextRegular';
}

.post-filter {
	background-color:#F1F2F6;
	border:none;
	border-radius:0 !important;
	padding:5px 25px;
	width:250px;
	outline:none;
	margin-bottom:5px;
	color:#242424;
	font-size:14px;
	font-weight:700;	
	
}

.post-filter::placeholder {
	color:#242424;
	opacity:1;
	font-size:15px;
	font-weight:700;
}

.post-filter option {
	border-radius:0;
}

.input-with-icon {
	position:relative;
}

.input-with-icon i {
	position:absolute;
	margin-left:-35px;
	top:8px;
}

.vc_custom_1582059199514 { /*related posts background*/
	background-color:#f1f2f6;
	padding-bottom:45px;
}

.vc_custom_1582059199514 .align-icon {
	padding-bottom:20px;
}

.hs-blog-newsletter-container {
    padding-left:15%;
    padding-right:15%;
}

/* Success Stories */

.success-catfilter {
    position:absolute;
    float:right;
    right:0;
    top:-10px;
}
.success-catfilter .searchandfilter ul li {
    float:none;
    margin-right:0px !important;
}
.post-title-bg{
	padding:0 !important;
	margin-bottom:-3px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	}

.post-title-bg .vc_custom_heading {
	margin:0 !important;
}

.post-title-bg h5 {
	margin:0 !important;
}

.vc_grid-filter {
	width:100%;
	display:flex;
	justify-content:space-between;
}

.success-post-grid .vc_grid-filter-item {
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom: 2px solid #313B44 !important;
	min-width:120px;
	margin:0;
	flex-grow:1;
}


.success-post-grid .vc_grid-filter-item span{
	font-weight:700 !important;
	color:#313B44;
	font-size:16px;
}

.success-post-grid .vc_grid-filter-item:hover {
	background-color:#fff !important;
}

.success-post-grid .vc_grid-filter-item:hover span, 
.success-post-grid .vc_grid-filter-item:hover span {
		color:#F26426 !important;
}

.success-post-grid .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active {
	background-color:#fff !important;
	border-bottom: 2px solid #218CCC !important;
}

.success-post-grid .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active span {

	color:#218CCC !important;

}

/* Events */
.single-tribe_events .header-promotion, .single-shift8_zoom .header-promotion {
    margin-top:29px;
}
.single-tribe_events .site-content, .single-shift8_zoom .site-content {
    margin-top:83px;
}
.tribe-events-before-html {
    display:none;
}
.single-tribe_events .events-register, .single-shift8_zoom .events-register {
    padding-left:15px !important;
    padding-bottom:35px;
    background: rgb(49, 59, 68) none repeat scroll 0% 0% !important;
}
.single-tribe_events .events-content, .single-shift8_zoom .events-content {
    padding-bottom:25px;
}
.events-calbutton {
    margin-left:2px !important;
    margin-right:2px !important;
}
.events-footer {
    background-color: #313b44 !important;
    padding-bottom:25px !important;
}
/*.events-single-left-content {
    padding-right:30px;
}*/

/* Event grid category colors */
/* Default */
.event-grid-title-container {
    padding:15px;
    background-color: #7f8c8d;
    transition: all 700ms ease 0s;
    border-color: transparent;
    box-shadow:none;
    min-height:108px
}
.event-grid-cat-general-design {
    background-color: #8e44ad;
}
.event-grid-cat-architecture {
    background-color: #e74c3c;
}
.event-grid-cat-engineering {
    background-color: rgb(243, 156, 18);
}
.event-grid-cat-construction {
    background-color: #f1c40f;
}
.event-grid-cat-advanced-manufacturing {
    background-color: #3498db;
}
.event-grid-cat-manufacturing {
    background-color: #2c3e50; 
}
.event-grid-cat-plant {
    background-color: #2ecc71;
}
.event-grid-cat-infrastructure {
    background-color: #27ae60;
}

.solidcad-events-img-container{
	width:100%;
	height:180px;
	overflow:hidden;
	margin-top:-15px;
	background-position: 50% 50%;
}

.solidcad-events-img-container img{
	width:100%;
	margin-top:0px;
}

 .event-grid-text-container {
 	font-size:16px;
 }

.training-cal-item-1 .training-body-content{
	max-height:310px;
	overflow:hidden;
}

/* Sinlge Training */
.single-training a.ubtn-link {
    margin:5px;
}
.single-training-contact-container { 

    padding-bottom:45px;
    background-color:#313b44;
}

.rr-padding-training-event {
    padding-left:8% !important;
    padding-right:8% !important;
}

.rl-padding-training-event{
    padding-left:8% !important;
    padding-right:8% !important;
    padding-bottom:45px !important;
}

/* Green */
.event-grid-events-civil {
    background-color: rgb(46, 204, 113);
}
/* Purple */
.event-grid-ctc-webinar-series {
    background-color: rgb(155, 89, 182);
}
/* Red */
.event-grid-productivity-tools-for-civil-3d {
    background-color: rgb(231, 76, 60);
}
.events-landing-container .vc_gitem_row .vc_gitem-col {
    padding:0px !important;
}

.events-landing-container p {
	font-size:16px;
}
.events-landing-container {
    background-color: #f1f2f6 !important;
}

.event-grid-title-container:before {
    position:absolute;
    left:5px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f073';
    font-weight: 300;
    color: #fff;
    font-size: 30px;
    padding:0px 0px 0px 5px;

}
.event-grid-title, .event-grid-date {
    display:block;
    padding-left:30px;
}
.event-grid-title a, .event-grid-date {
    color: #fff;
    font-size:16px;
    font-family: "AvenirNextRegular",sans-serif;
    font-weight: 600;
}

.event-grid-img-container {
    margin: 0 auto;
    text-align:center;
}
.event-grid-text-container {
    padding: 0 8%;
    text-align:left !important;
}
.event-grid-button-container a {
    background-color: #f26426 !important;
    font-weight:bold !important;
    color: #fff !important;
}
.event-grid-button-container a:hover {
    background: rgb(209, 81, 25) none repeat scroll 0% 0% !important;
}
.event-grid-parent .vc_grid {
    padding-top: 15px;
}
.event-grid-parent .vc_grid-filter-item {
    border-radius: 0px !important;
}
.event-grid-parent .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover, .event-grid-parent .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
    background-color: transparent !important;
    padding-bottom:10px;
}
.event-grid-parent .vc_grid_filter-item > span {
    font-weight:700 !important;
    color: #313B44 !important;
}
.event-grid-parent .vc_grid-filter-item:hover > span, .event-grid-parent .vc_grid-filter-item.vc_active > span {
    color: #218CCC !important;
}
.event-grid-parent ul {
    padding-bottom:0px;
    margin-bottom:15px;
    border-bottom: 1px solid #313B44;
}

.event-grid-parent-alt .event-landing-grid-container .vc_gitem-col{
	background-color:#fff !important;
}

.event-grid-parent-alt .events-landing-container{
	background-color:#fff !important;
}
.event-landing-opacity {
    opacity: 1 !important;
}

/*Contact*/

div.wpcf7 .ajax-loader {
	display:none;
}

.solidcad-contact-form {
	width:80%;
	margin:auto;
}

.z-index-back {
	z-index:-1;
}

.contact-box .aio-icon-title {
	margin:0 !important;
}

.single-event-contact {
    padding-left:8%;
    padding-right:8%;
    margin:0 auto;
    text-align:center;
}
.solidcad-contact-form select, .sample-contact select {
	-webkit-appearance:none;
}

.solidcad-contact-form input[type="text"],
.solidcad-contact-form input[type="email"],
.solidcad-contact-form input[type="url"],
.solidcad-contact-form input[type="password"],
.solidcad-contact-form input[type="search"],
.solidcad-contact-form input[type="number"],
.solidcad-contact-form input[type="tel"],
.solidcad-contact-form input[type="range"],
.solidcad-contact-form input[type="date"],
.solidcad-contact-form input[type="month"],
.solidcad-contact-form input[type="week"],
.solidcad-contact-form input[type="time"],
.solidcad-contact-form input[type="datetime"],
.solidcad-contact-form input[type="datetime-local"],
.solidcad-contact-form input[type="color"],
.solidcad-contact-form textarea,
.solidcad-contact-form select {
	color: #242424;
	border: 0px none;
	border-radius: 0px;
	padding: 15px 20px;
	font-size:14px;
	margin:15px 10px;
	background-color:#F1F2F6;
	font-weight:700;
	width:100%;

}

.sample-contact input[type="text"],
.sample-contact input[type="email"],
.sample-contact input[type="url"],
.sample-contact input[type="password"],
.sample-contact input[type="search"],
.sample-contact input[type="number"],
.sample-contact input[type="tel"],
.sample-contact input[type="range"],
.sample-contact input[type="date"],
.sample-contactm input[type="month"],
.sample-contact input[type="week"],
.sample-contact input[type="time"],
.sample-contact input[type="datetime"],
.sample-contact input[type="datetime-local"],
.sample-contact input[type="color"],
.sample-contact textarea,
.sample-contact select {
	color: #242424;
	border: 0px none;
	border-radius: 0px;
	padding: 15px 20px;
	font-size:14px;
	margin:15px 10px;
	background-color:#FFF;
	font-weight:700;
	width:100%;

}


.solidcad-contact-form input[type="submit"], .sample-contact input[type="submit"] {
	border: none;
	border-radius: 0px;
	background-color: #3B9AD2;
	color: #fff;
	font-size: 16px;
	font-weight:700;
	line-height: 1;
	padding: .6em 1em .4em;
	width:185px;
	height:60px;
	margin:20px auto;
	text-align:center;
	letter-spacing:.25px;
	
}

.solidcad-contact-form input[type="submit"]:hover {
	cursor:pointer;
	background-color:#00529B;
}

.center-align {
	text-align:center;
	padding-top:20px;
}

.solidcad-contact-form-alt input[type="text"],
.solidcad-contact-form-alt input[type="email"],
.solidcad-contact-form-alt input[type="url"],
.solidcad-contact-form-alt input[type="password"],
.solidcad-contact-form-alt input[type="search"],
.solidcad-contact-form-alt input[type="number"],
.solidcad-contact-form-alt input[type="tel"],
.solidcad-contact-form-alt input[type="range"],
.solidcad-contact-form-alt input[type="date"],
.solidcad-contact-form-alt input[type="month"],
.solidcad-contact-form-alt input[type="week"],
.solidcad-contact-form-alt input[type="time"],
.solidcad-contact-form-alt input[type="datetime"],
.solidcad-contact-form-alt input[type="datetime-local"],
.solidcad-contact-form-alt input[type="color"],
.solidcad-contact-form-alt textarea {

	padding: 8px 10px;
	font-size:14px;
	margin:5px 5px;
	background-color:#F1F2F6;
	font-weight:700;
	width:100%;

}

.solidcad-contact-form-alt input[type="submit"] {
	width:100%;
	height:40px;
	margin:5px 5px;
	text-align:center;
	letter-spacing:.25px;
	
}

.solidcad-contact-form-alt p {
	margin:10px;
}

.sample-contact p {
	margin:0;
	padding:0;
}

.sample-contact input[type="submit"] {
	text-align:center;
	margin:auto;

}

.sample-contact .button {
	display:flex;
}



.request-pricing-form .input-label{
	display:none;
}


.request-pricing-form input[type="submit"], .sample-contact input[type="submit"] {
	border: none;
	border-radius: 0px;
	background-color: #3B9AD2;
	color: #fff;
	font-size: 16px;
	font-weight:700;
	line-height: 1;
	padding: .6em 1em .4em;
	width:220px;
	height:60px;
	margin:5px auto;
	text-align:center;
	letter-spacing:.25px;
	
}

.request-pricing-form input[type="submit"]:hover {
	cursor:pointer;
	background-color:#00529B;
}

/* Single Post Styling */
.shift8-post-container, .shift8-tagcat {
    padding-top:100px;
}
.shift8-post-container h1 {
    line-height:40px;
    font-size:2.7em;
    padding-bottom:25px;
    padding-top:25px;
    text-align:center;
    display:block;
}

  /* Custom Post Grid */
  
.related-posts-heading {
	text-align:center;
}  

.related-posts-heading img {
	width:160px;
	height:auto;
}
  
.related-posts-section {
	background-color:#f1f2f6;
	padding-top:45px;
	padding-bottom:65px;
}

.custom-post-grid {
	display:flex;
	list-style:none;
	margin-left:0;
	padding-left:0;
	justify-content:space-between;

}

.custom-post-grid-item {
	flex:1;
	margin-top:40px;
	margin-bottom:20px;
	background-color:#fff;

	height: calc( 100% - 30px );
	display:flex;
	flex-direction:column;

}

.custom-post-grid li {
	margin-left:15px;
	margin-right:15px;
}

.custom-post-grid li:first-child {
	margin-left:0;
}

.custom-post-grid li:last-child {
	margin-right:0;
}


 .custom-post-grid h5 {
	font-size:22px;
	color:#313b44;
	text-align:center;
	}
	
 .custom-post-grid a {
	text-decoration:none;
	color:#313b44;
 } 

.custom-post-grid-item .post-image {
	height:200px;
	background-size:cover;
	background-position:center center;
}

.custom-post-grid .post-content {
	padding:0 20px;
	font-size:16px;
}

 .custom-post-grid .post-button {
 	text-align:center;
 	padding-bottom:0px;
 	padding-bottom:30px;
 	margin-top:auto;

 	
 }
 
 .custom-post-grid .post-button button {
 	width:180px;
 } 


/* Events */

.event-grid-text-container {
	font-weight: 300;
}

.event-category-filter{
	display:flex;
	padding-bottom:0;
}


.event-category-filter .vc_tta-tabs-container {
	width:100%;
	display:flex;
	justify-content:space-between;
}

.event-category-filter .vc_tta-tabs-list {
	width:100% !important;
	display:flex !important;

}

.event-category-filter.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	flex-grow:1 !important;
	text-align:center !important;
	border-bottom:4px solid #313B44;		
	margin-left:0 !important;
}


.event-category-filter .vc_active a {
	color:#218CCC !important;

}

.event-category-filter .vc_active{
	border-bottom: 4px solid #218CCC !important;
	z-index:1;
}

.event-category-filter a {
	background-color:rgba(255,255,255,0) !important;
	font-weight:700;
	color:#313B44 !important;
	border-radius:0 !important;
	border:0 !important;	

}

.event-category-filter .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
	border:0 !important;
	border-radius:0 !important;
}


.event-heading h5{
	font-size:16px;
	margin:0;
	color:#fff;

}

.event-heading {
	width:100%;
	display:flex;
	align-items:center;
}

.event-heading:before {
	font-family:'Font Awesome 5 Pro';
	content:'\f073';
	font-weight:300;
	color:#fff;
	font-size:30px;
	padding-right:10px;
	padding-left:10px;

}

.event-heading-bg {
	display:flex;
	align-items:center;
	justify-content:left;
	padding-left:8%;
	padding-right:8%;
	margin-top:0;
    margin-left:100px;
	margin-bottom:0;
    line-height:1;
}

.single-event-date-icon:before {
	font-family:'Font Awesome 5 Pro';
	content:'\f073';
	font-weight:300;
	color:#fff;
	font-size:80px;
	padding-right:20px;
	padding-left:10px;
}

.single-event-header-date{
	text-align:left !important;
	padding-left:8%;
	padding-right:8%;
	margin-top:-60px;
	margin-bottom:0;
}

.single-training-date {
    text-align:left !important;
    padding-left:8%;
    padding-right:8%;
    margin-top:-30px;
    margin-bottom:0;
}
.single-training-date-bottom {
    margin-left:100px;
}
.single-training-date-container {
    margin-top:-60px;
}
.event-date {
	padding-right:45px;
}

.event-previous a:before {
	font-family:"Font Awesome 5 Pro";
	content:"\f323";
	font-size:14px;
	padding-right:6px;
	font-weight:400;
}

.event-next a:after {
	font-family:"Font Awesome 5 Pro";
	content:"\f324";
	font-size:14px;
	padding-left:6px;
	font-weight:400;
	
}

.flex-buttons .wpb_wrapper, .social-flex .wpb_wrapper {
	display:flex;
	flex-wrap:wrap;

}

.social-flex .wpb_wrapper {
	align-items:center;
}

.social-flex p {
	margin-top:0;
	margin-right:15px;
}

.social-flex .wpb_content_element {
	margin-bottom:0;
}

.social-flex .aio-icon {
	margin-right:10px !important;
	
}

.social-flex .aio-icon:hover {
	color:#1268B1 !important;
}

.flex-buttons .ubtn {
	margin:2px;
}


/* Footer */
.site-footer {
    background-color: #f1f2f6;
    color: #313b44;
 
}
.site-footer h6 {
    font-size:20px;
    margin:0 0 10px 0;
}
.site-footer ul {
    list-style:none;
    font-size:14px;
    margin:0;
    padding:0;
}

.site-footer a, site-footer p {
	font-size:14px;
	text-decoration:none;
    color: #313b44;
}

.site-footer a:hover{
	color:#f26426;
}

.site-footer .margin-override {
	margin-bottom:10px !important;
}

.footer-social {
	margin-left:-10px !important;
	width:215px !important;
}

.site-footer .wpb_content_element {
	margin-bottom:0;
}

/* 404 page styling */
.errorpage-container {
    padding: 100px 0 300px 0;
}

/* Show hide mobile content */
.hide-mobile, .mobile-hide, .mobile-hide-768 {
    display: block;
}
.show-mobile {
    display:none !important;
}

/* Hide Fullnav on desktop */
.fn-header, .fn-menu-mobile-parent, .fn-primary-nav, .shift8-social {
    display:none !important;
}
.fn-primary-nav a {
    font-family: "AvenirNextRegular" !important;
    font-size: 18px !important;
}
.fn-primary-nav li {
    margin: 0 !important;
}
.fn-mobile-dropdown-content > li a {
    font-size:14px !important;
}
.menu, .site-header {
    display: block !important;
}
.mobile-lang-switch {
    position:absolute;
    right:50px;
    top:17px;
}

/* Page template Digital Campaign */
.page-template-page-digital header, .page-template-page-digital .header-promotion { display:none !important; }
.page-template-page-digital h1 { font-weight: 900 !important; line-height:1 !important; }
.page-template-page-digital h3 { font-weight: 900 !important; }
.sc-dc-image { margin-bottom:0 !important; }
.sc-dc-footer p, .sc-dc-footer .wpb_content_element { padding:0; margin:0 }

/* H1 override */
.search-page-title h1 {
    font-size:28px;
    font-family: "AvenirNextRegular";
    font-weight:700;
}
.sc-h1-override, .sc-h1-override h1 {
    font-family: "AvenirNextRegular"
    font-size:35px;
}

/* Architecture page */
.architecture-expertise-container .hr-tab-page-content-col > div {
    border: 0 !important;
}
/*.h2-40, .et-content-wrap section {
    color :#313B44 !important;
}*/
/* Mobile responsive */

@media only screen and (max-width: 1400px) {
    .rl-padding {
        padding-left:50px;
    }
    .rr-padding {
        padding-right:50px;
    }
    
    .event-grid-text-container {

	    }
}

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

    .event-landing-grid-container, .training-grid-parent .vc_grid-item {
        display: block !important;
    }
    .hs-blog-newsletter-container {
        padding-left:50px;
        padding-right:50px;
    }
	.header-promotion{
		display:none;
	}


    /*.events-single-left-content {
        padding-right:0px;
    }*/
    .single-event-contact {
        padding-left:4%;
        padding-right:4%;
    }
    /* fix background position fixed */
    #mobile-background {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-repeat: repeat !important;
        background-color: transparent !important;
    }
    .rl-padding {
        padding-left:15px;
    }
    .rr-padding {
        padding-right:15px;
    }
    .mobile-center, .mobile-center p {
        text-align:center !important;
        margin: 0 auto !important;
    }
    .site-footer, .site-footer h2, .mobile-footer-logo, .mobile-center {
        text-align:left;
    }
    .hide-mobile, .mobile-hide {
        display:none !important;
    }
    
    .show-mobile {
        display:block !important;
    }
    .mobile-margin {
        margin: 0 !important;
    }
    .mobile-bottom, .mobile-bottom .wpb_content_element {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .mobile-top, .mobile-top .vc_column-inner {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .mobile-left, .mobile-left .vc_column-inner {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .mobile-center, .mobile-center p {
        text-align:center !important;
        margin: 0 auto !important;
    }
    .mobile-nospace, .mobile-space .vc_column-inner {
        padding: 0 !important;
        margin: 0 !important;
    }
    
	.products-related ul.products li.product {
    	width:100%;
    	margin-left:0;

    }
    
	.products-related ul.products li.product img {
    	margin-right:0;	
	}    
	
	.products-related .woocommerce-LoopProduct-link h2 {
		width:300px;
	}
	
	ul.products li.product .woocommerce-loop-product__title {
		margin-right:0;
		width:100%;
	}
	
	.product-list ul.products li.product img{
		width:auto;
	}
	
	.sc-logo{
		padding-left:5px;
	}
	
		.training-search-left input, .training-search-right select{
		width:60%;
		height:40px;
	}
	
	.training-search-left, .training-search-right{
		float:none;
		text-align:center;
	}
	
	/* SolidCAD General */	
	
	h1 {font-size:35px;}
	h2 {font-size: 30px;}
	h3 {font-size:25px;}
	h4 {font-size:25px;}
	h5 {font-size:20px;}
	h6 {font-size:20px;}
	
	.grey-gradient, .white-gradient{
		background:none;
		}
	
	.white-gradient .vc_column-inner{
		background-color:#fff;
	}	
		
	.grey-gradient .vc_column-inner, .white-gradient .vc_column-inner{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	
	.grey-gradient .vc_column-inner  p, .white-gradient .vc_column-inner  p{
		padding-left:10px !important;
		padding-right:10px !important;
		}
		
	
	/* SolidCAD Homepage */
	
	.homepage-slider h1 {
		font-size:30px !important;
		margin-top:-150px;
		padding:10px;
		padding-bottom:20px;
        line-height:25px;
	}
	
	.homepage-slider h4 {
		margin-top:-105px;
		font-size:18px !important;
		padding:10px;
		padding-bottom:40px;
	}
	
	.homepage-slider h6, .homepage-slider p {
		font-size:16px !important;
		padding:10px;		
	}
	

	
	.homepage-slider h6 {
	}
	

	
	.ms-btn-container a{
		width:200px !important;
		margin-top:80px;
		margin-left:20px;
	}
	
	/* SolidCAD Blog  */
	.vc_grid-item-zone-c-left .vc_gitem-zone-c, 
	.vc_grid-item-zone-c-left .vc_gitem-animated-block{
		width:100% !important;
	}
	
	.vc_custom_1586291900942 {
		height:480px !important;
	}
    
    .blog-grid-item  {
    	height:550px !important;
    }
    
    .enews input[type=text], .enews input[type=email] {
    	width:100%;
    }
    
    .custom-post-grid {
    	flex-wrap:wrap;
    }
    

    /* Training cal*/
    
    .filter-options {
    	justify-content:center;
    }
    
    .training-cal-item-1 {
    	height:450px !important;
    }
    
    .training-cal-img {
    	height:200px;
    	margin-bottom:0;
    }
    
    .training-cal-img .wpb_text_column .wpb_content_element {
    	margin-bottom:0 !important;
    }
    
	.training-cal-item-1 .training-body-content{
	height:auto;
	overflow:auto;
	}
	    .event-grid-text-container {
    }
    

    

    /*Events - mobile*/
    
   .shift8_zoom-template-default .site-header{
   		margin-top:25px;
   } 
    
    .single-tribe_events .site-content, .single-shift8_zoom .site-content{
    	margin-top:0;
    }
    .event-heading-bg{
    	margin-left:0;
        	display:flex;
        	flex-wrap:wrap;
        	justify-content:center;
	
    }
    
       .event-heading-bg:before{
    	margin-left:0;
    	font-family:'Font Awesome 5 Pro';
    	content:'\f073';
    	color:#fff;
    	font-size:60px;
    	font-weight:300;
    	padding-bottom:20px;
    } 
    
    .single-event-date-icon:before{
    	display:none;
    }
    
    .single-event-header-date{
    	margin-top:20px;
    }
    
    .event-previous, .event-next{
    	margin:0;
    }
    
    .events-register, .single-event-contact {
    	padding-left:0 !important;
    }
}

/* Mobile nav breakpoint */
@media only screen and (max-width: 959px) {
    .fn-header, .fn-menu-mobile-parent, .fn-primary-nav, .shift8-social {
        display:block !important;
    }
    .fn-header {
        height: 60px !important;
    }
    .menu, .site-header {
        display: none !important;
    }
}

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

	.homepage-slider h4{
		font-size:20px;
	
	}
	


	.homepage-slider h4, .homepage-slider p{
		line-height:1.2;
		padding-top:20px;
		margin-bottom:0;
		width:80%;
		}
		
	.homepage-slider .ms-btn-container {
		margin-top:20px !important;

	}
	
	.homepage-slider .ms-btn-container a{
		padding:30px 20px ;		
		}
		
	.homepage-slider .ms-slide .ms-layer{
		display:block !important;
	
	}

	.shop-category-buttons .wpb_wrapper {
		justify-content:center;
	}
	
	.products-related ul.products{
		min-width:0;
	}
	
	.solidcad-tabs.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading{
		background-color:#1268B1 !important;
		color:#fff !important;
	}
	
	.solidcad-tabs.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a{
		color:#fff!important;
		font-weight:600;
	}	

	

	.solidcad-tabs.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{
		font-weight:400;
		text-align:center;
		padding:5px !important;
		background-color:#f1f2f6 !important;
	}
	
	.solidcad-tabs.vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a{
			color:#313b44 !important;
		font-weight:400;
		font-size:18px;	
	}
	
	.training-search-left input, .training-search-right select{
		width:100%;
		height:40px;
	}
	
	.training-search-left, .training-search-right{
		float:none;
	}
	
	.pr-featured.vc_gitem-zone {
		height:780px !important;
	}
	
	.events-landing-container.vc_gitem-zone{
		height:510px !important;
	}
}
/* 09/01/2025 */
@media only screen and (max-width: 767px) {
	.event-heading-bg{
		justify-content: left;
    	line-height: 45px;
	}
	.single-training-date-container {
    	margin-top: 10px;
	}
	.single-training-date ,.single-training-date-bottom {
    	margin-top: 0px;
		margin-left: 0;
	}
}















