/*
 Theme Name:   Imagination Technologies
 Theme URI:    https://www.imgtec.com
 Description:  GeneratePress child theme
 Author:       Stuart Neilson / Rob Masters
 Author URI:   https://www.imgtec.com
 Template:     generatepress
 Version:      1.19
*/


@font-face {
    font-family: 'IMG Ultra';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+0020 to U+007F;
    /* Download only latin glyphs */
    src: local('IMG Ultra'),
    url('https://cdn2.imgtec.com/website-files/fonts/IMGUltraSharp_W_Bd.woff') format('woff');
}

@font-face {
    font-family: 'Aktiv Grotesk Bold';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+0020 to U+007F;
    /* Download only latin glyphs */
    src: local('IMG Ultra'),
    url('https://cdn2.imgtec.com/website-files/fonts/AktivGrotesk_W_Bd.woff2') format('woff2');
}

@font-face {
    font-family: 'Aktiv Grotesk Regular';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+0020 to U+007F;
    /* Download only latin glyphs */
    src: local('IMG Ultra'),
    url('https://cdn2.imgtec.com/website-files/fonts/AktivGrotesk_W_Rg.woff2') format('woff2');
}

@font-face {
    font-family: 'Aktiv Grotesk Medium';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+0020 to U+007F;
    /* Download only latin glyphs */
    src: local('IMG Ultra'),
    url('https://cdn2.imgtec.com/website-files/fonts/AktivGrotesk_W_Md.woff2') format('woff2');
}

* {
	box-sizing: border-box;
}

#imgtec-fbox-page {
    /*text-align: center;*/
    max-width: 1200px;
    width: 100%;
	margin: 0px auto;
	padding: 0 30px;
}

.imgtec-manage-my-subscription {
    margin: 0 auto;
}
.it-demo-info-intro {
	color: #fff;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ff1256;
}

::selection {
    color: #fff;
    background: #ff1256;
}


body,
button,
input,
select,
textarea {
	font-family: Aktiv Grotesk Regular , Arial, "sans-serif";
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Aktiv Grotesk Medium;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1.2;
}



a {
	color: #ff1256;
	font-weight: normal;
	-webkit-transition: color .5s; /* For Safari 3.0 to 6.0 */
	transition: color .5s; /* For modern browsers */

}

a:hover {
	color: #333;
}

/*
###
###
### Start of HubSpot form styles
###
###
*/

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
}

.hbspt-form .legal-consent-container {
    font-size: 11px;
    line-height: 15px;
    color: #3b3b3b;
}

.hbspt-form .legal-consent-container ~ .hs_recaptcha {
    margin: 18px 0px;
}

.hbspt-form ul {
    list-style: none;
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    padding: 8px 0px;
    margin: 0px;
}

.hbspt-form form input[type="email"].error, .hbspt-form form input[type="text"].error, .hbspt-form form textarea.error {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

.hbspt-form ul {
    list-style: none;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin: 0 0 5px 0;
}

.hbspt-form ul.inputs-list {
    padding: 5px 0px;
}

.hbspt-form input[type="submit"] {
    padding: 8px 55px;
    font-size: 17px;
    font-family: Aktiv Grotesk Regular , Arial, "sans-serif";
    font-weight: 500;
}

.hbspt-form input:focus {
    outline-color: transparent;
}

.hs-form-required {
	padding-left: 4px;
}

/* Styles for forms on dark backgrounds */

.form-dark form, .form-dark .submitted-message {
    color: #fff;
}

.form-dark form input[type="email"], .form-dark form input[type="text"], .form-dark form textarea {
    width: 100%;
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #ff1256;
    font-family: "Aktiv Grotesk Regular", Sans-serif;
    font-size: 16px;
    padding: 5px 4px;
    letter-spacing: normal;
}
.form-dark form input[type="email"].error, .form-dark form input[type="text"].error, .form-dark form textarea.error {
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: red;
}

.form-dark .legal-consent-container {
	color: #999;
}

.form-dark form .hs-error-msgs label, .form-dark form .legal-consent-container .hs-error-msgs label, .hs-error-msgs label, .hs-form-required {
	color: red;
}

/*
###
###
### End of HubSpot form styles
###
###
*/

span.facetwp-selection-label {
    display: none;
}
.imgtec-manage-my-subscription {
	margin: 0 auto;
	text-align: center;
}
.post {
	margin: 0 !important;
}
.site-logo {
  max-width: 200px;
	padding-top: 10px;
}

.is_stuck .site-logo {
padding-top: 0px;
}

.header-image {
	width:100%;
	height:40px;
}

.site-logo svg {
	display:inline;
}

#logo-icon {
	width:55px;
	height:40px;
}

#logo-copy {
width:145px;
height:40px;
}

.logo-element {
	fill:#000;
}

.generate-combined-header {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.inside-header {
    padding: 0px;
}

.main-navigation a, .menu-toggle {
    font-family: Aktiv Grotesk Regular , Arial, "sans-serif";
    font-weight: Normal;
    text-transform: none;
    font-size: 14px;
}

.main-navigation .main-nav ul ul li a {
    font-size: 12px;
    font-weight: 400;
    transform: none;
    padding: 15px 25px;
    line-height: 20px;
}

.menu-toggle:before {
    content: "\f0c9";
    font-family: GeneratePress;
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}



.sub-menu span.dropdown-menu-toggle {
    padding-right: 10px;
}

.main-navigation ul.menu > li:hover {
    background: #000;
}

.main-navigation ul.menu > li:hover > a, a.it-site-search-btn {
    color:#ff1256!important;
}

.dropdown-hover .main-navigation:not(.toggled) ul .open-left ul {
    left: auto;
    right: 0;
}

.dropdown-hover .main-navigation:not(.toggled) ul .open-left li:hover>ul {
    left: auto;
    right: 100%;
}

.main-navigation .open-left .children .dropdown-menu-toggle:before,
.main-navigation .open-left .sub-menu .dropdown-menu-toggle:before {
    content: "\f104";
}

.is_stuck ul.menu li:hover > a, .is_stuck ul.menu li[class*="current-menu-"]:hover > a {
    background: #000;
	background-color: #000;
    color:#ff1256!important;
}

.is_stuck #menu-primary-navigation .sub-menu {
    background:#0a0a0a;

}

.footer-widgets {
	padding-top: 70px;
	background-color: #000;
  	padding-bottom: 20px;
}

.footer-widgets h2 {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
 	margin-bottom: 15px;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
}

.footer-widgets li a:link,.footer-widgets li a:active, .footer-widgets li a:visited {
	display: block;
	margin-bottom: 10px;
	color: #999999;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
.footer-widgets li a:hover {
	color:#ff1256;
}
.site-info {
	text-align:left;
	background-color: #000;
}


.inside-site-info {
	border-top: 1px solid #e2e2e2;
	padding-top:40px;
}

.footer-copyright {
	margin-top: 7px;
	color: #999999;
	font-size: 12px;
	padding-bottom:50px;
}

.footer-logo {
	max-width:136px;
}

.generate-back-to-top, .generate-back-to-top:visited {
	font-size: 15px;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	z-index: 10;
	transition: opacity 300ms ease-in-out;
}

.generate-back-to-top, .generate-back-to-top:visited {
	border: solid #FFF 2px;
}

/* all CPTs */
#imgtec-fbox-page .fwp-load-more {
	margin: 60px 0;
	background-color: #ff1256 !important;
}
#imgtec-fbox-page .fwp-load-more:hover {
	margin: 60px 0;
	background-color: #ff1256 !important;
}
#imgtec-fbox-page {
	text-align: center;
}
#imgtec-entry-title {
	margin: 40px 20px;
	text-align: center;
	vertical-align: bottom;
}

.imgtec-facetwp-selection-feedback {
    margin-bottom: 30px;
}
.imgtec-filters-btn {
    /* margin-right: 80px; */
    padding: 5px 20px;
    border: 1px solid #ff1256;
    border-radius: 0px;
    color: #ff1256;
    cursor: pointer;
    position: fixed;
		right: 40px;
		z-index: 10;
    /* top: 40px; */
}
.imgtec-filters-btn:hover {
    border: 1px solid #ff1256;
    color: #fff;
}

.imgtec-textcenter {
		text-align: center !important;
}
.imgtec-center {
		margin: 0 auto !important;
		text-align: center;
		display: block;
}


.light-bkg {
	background: #FFF !important;
}


/*Discourse forum widget styles*/

.dsc-topic-list {
		border:none;
    width: 100%;
    border-collapse: collapse;
		margin: 0 0 10px;
		font-size: .9em;
		color: #222;
}

.dsc-topic-list td, th {
		padding: 8px 5px;
    border:none;
		line-height: 1.4;
		text-align: center;
		vertical-align: top;
}

.dsc-topic-list tr {
    border-bottom: 1px solid #ebebeb;
}

.dsc-topic-list th {
    color: #222;
    font-weight: 700;
    font-size: .9em;
    text-align: left;
    vertical-align: middle;
		border-bottom:3px solid #ebebeb;
}

.dsc-topic-list a, .dsc-topic-list a:visited {
	color: #000;
	display: block;
	text-align: left;

}

.dsc-topic-list a:hover {
	color: #555;
}

.dsc-topic-title {
	font-size: 1em;
}

.dsc-topic-list td.dsc-topic-users {
	text-align:left;
	padding-left: 13px;
}

td.dsc-topic-users a {
	display:inline-block;
	margin-left: -8px;
}

.dsc-avatar-img {
	-moz-border-radius:50% !important;
  -webkit-border-radius:50% !important;
	border-radius:50% !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);

}

.dsc-topic-activity, .dsc-topic-views, .dsc-topic-replies, .dsc-topic-users {
	width:9%;
	font-size: .8em;
	font-weight: 700;
}

/*Press widget styles*/
.pr-contact-widget {
    padding:20px;
    background:#f9f9f9;
    border:1px solid #e2e2e2;
}

.pr-contact-widget p {
    font-size:14px;
}


/*
#
# Press Release Widget
#
*/

/*Flex items*/
	.pr-list {
	display: flex;
	flex-wrap: wrap;
	margin:30px 0px;
	padding: 0;
	}
	.pr-list-item {
		display: flex;
		padding: 0.5em;
		width: 100%;

	}
@media all and (min-width: 40em) {
	.pr-list-item {
		width: 50%;
	}
}
@media all and (min-width: 60em) {
	.pr-list-item {
		width: 33.33%;
	}
}
	.pr-list-wrapper {
		background-color: #fff;
		display: flex;
		flex-direction: column;

		width: 100%;
		border: 1px solid #cecece;
		border-radius: 3px;
	}
	.pr-list-content {
		padding: 20px 30px;
	}
	.pr-list-content img {

	}

	.pr-list-content h3 {
		font-family: "Aktiv Grotesk Bold", Sans-serif;
		color: #1a1a1a;
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.pr-list-content h3 a {
		color:#000000;
	}
	.pr-list-content-date {
		font-size: 13px;
		color: #999;
		font-family: Aktiv Grotesk Regular , Arial, "sans-serif";
		margin-bottom: 5px;
	}
	.pr-list-content p {
		flex: 1 0 auto;
		color: #444444;
		font-size: 14px;
		line-height: 1.5em;
	}
	.pr-list-content a.read-more {
		display: block;
		color: #ff1256;
		font-size: 14px;
		font-family: "Aktiv Grotesk Bold", Sans-serif;
		margin-top: 20px;
		text-transform: uppercase;
	}

/* ================================ */
/* START OF DOWNLOAD MONITOR STYLES */

#download-page #download-search ol, #download-page .download_group ol {
    padding: 1em 1em .5em;
    margin: 0;
    list-style: decimal inside;
    font-size: 13px;
}

ul.dlm-downloads li {
    list-style-type: none;
    position: relative;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 2px;
}
.elementor-text-editor a.download-link:before {
    content: "\f019";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff1256;
    font-size: 14px;
	padding-right: 0.4em;
}

a.download-link, a.download-link:visited {
    color: #ff1256;
	font-weight: normal;
    font-size: 13px;
    padding-bottom: 0px;
	display: inline-block;
    padding: 0 5px;
}

a.download-link:hover {
	color: #000000;
}

.download-button, .download-button:visited {
	font-family: "Aktiv Grotesk Medium", Sans-serif;
    letter-spacing: 0.2px;
    fill: #ffffff;
    color: #ffffff !important;
    background-color: #ff1256;
    border-radius: 0px;
    padding: 18px 50px;
	line-height: 1;
	font-size: 16px;
	box-shadow: none;
	text-shadow: none;
	background-image:none;
	border: none;
}

.download-button:hover {
	background-color: #cc0033 !important;
	background-image: none;
	color: #fff !important;
}

#download-page ul.dlm-downloads {
 margin: 0 0 0 10px;
}

#download-page .download_group h3 a {
	color: #000;


}

#download-page #download-search h3, #download-page .download_group h3 {
    border-bottom: 1px solid #ddd;
    padding: .5em 1em;
    margin: 0;
    box-shadow: 0 3px 1px rgba(0,0,0,.02);
    background: #999;
    color: #fff;
}

#download-page .download_group h3 a {
    color: #fff;
}
p.imgtec-tax-terms-list {
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    /* CSS in here for mobile only */

	.site-logo svg {
		display:block;
	}

	.dsc-topic-views, .dsc-topic-replies {
	display:none;
	}


	#menu-primary-navigation-1 {
	height:90vh;
	overflow: scroll;
}

	.main-navigation a, .menu-toggle {
 	font-family: Aktiv Grotesk Regular, Arial, "sans-serif";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
	}

	.main-navigation li {
		border-bottom: 1px solid #555;
	}

	.main-navigation .main-nav ul ul ul li a {
		padding: 12px 40px;
	}

	.main-navigation .main-nav ul ul ul ul li a {
		padding: 12px 50px;
	}

}
@media (min-width: 769px) and (max-width: 1024px) {


}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
		.main-navigation ul ul {
			width:240px;
		}
		.main-navigation .main-nav ul ul li a {
		font-size: 13px;
		transform: none;
		padding: 15px 20px;
		border-bottom: 1px solid #222 ;
		}

		.sub-menu .sub-menu {
		background: #101010;
		}

		.sub-menu .sub-menu .sub-menu {
		background: #151515;
		}

		.sub-menu .sub-menu .sub-menu .sub-menu {
		background: #191919;
		}

		#menu-primary-navigation .sub-menu-250 > ul:first-of-type {
			width:250px;
		}
		#menu-primary-navigation .sub-menu-260 > ul:first-of-type {
			width:260px;
		}
		#menu-primary-navigation .sub-menu-270 > ul:first-of-type {
			width:270px;
		}
		#menu-primary-navigation .sub-menu-280 > ul:first-of-type {
			width:280px;
		}
		#menu-primary-navigation .sub-menu-290 > ul:first-of-type {
			width:290px;
		}
		#menu-primary-navigation .sub-menu-300 > ul:first-of-type {
			width:300px;
		}
		#menu-primary-navigation .sub-menu-310 > ul:first-of-type {
			width:310px;
		}
		#menu-primary-navigation .sub-menu-320 > ul:first-of-type {
			width:320px;
		}
		#menu-primary-navigation .sub-menu-330 > ul:first-of-type {
			width:330px;
		}
		#menu-primary-navigation .sub-menu-340 > ul:first-of-type {
			width:340px;
		}
		#menu-primary-navigation .sub-menu-350 > ul:first-of-type {
			width:350px;
		}
		#menu-primary-navigation .sub-menu-370 > ul:first-of-type {
			width:370px;
		}
}

@media (min-width: 1025px) and (max-width: 1300px) {
    /* CSS in here for tablet only */
	.inside-header {
		padding:10px 20px;
	}
}

pre {
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 95%;
        line-height: 140%;
        white-space: pre;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -o-pre-wrap;
				background: #f3f3f3;
				padding: 0em .5em;
    }

    code {
        font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
        font-size: 95%;
        line-height: 140%;
        white-space: pre;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -o-pre-wrap;
        background: #f3f3f3;
				padding: 0em .5em;
    }

	#blog-post-content {
		display:block;
		overflow: hidden;
		width: 100%;
}

figure.alignright {
    margin-left: 20px !important;
    margin-bottom: 20px !important;
}

figure.alignleft {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

figure.aligncenter {
    margin: 20px auto !important;
    text-align: center;
}


#menu-sidebar-powervr-gpu, #menu-sidebar-vision-menu, #menu-sidebar-careers-menu {
	list-style: none;
	margin: 0;
}

#menu-sidebar-powervr-gpu li, #menu-sidebar-vision-menu li, #menu-sidebar-careers-menu li {
	margin-bottom: 5px;
}

#menu-sidebar-powervr-gpu li ul li, #menu-sidebar-vision-menu li ul li, #menu-sidebar-careers-menu li ul li {
	margin-bottom: 0px;
}

#menu-sidebar-powervr-gpu li a, #menu-sidebar-vision-menu li a, #menu-sidebar-careers-menu li a {
	font-family: Aktiv Grotesk Medium;
    color: #000;
    font-size: 16px;
    font-weight:normal;
	list-style: none;

}

#menu-sidebar-powervr-gpu .sub-menu, #menu-sidebar-vision-menu .sub-menu, #menu-sidebar-careers-menu .sub-menu {
	margin:0 0 10px 10px;
	list-style: none;
}

	#menu-sidebar-powervr-gpu .sub-menu li a:link, #menu-sidebar-powervr-gpu .sub-menu li a:visited, #menu-sidebar-vision-menu .sub-menu li a:link, #menu-sidebar-vision-menu .sub-menu li a:visited, #menu-sidebar-careers-menu .sub-menu li a:link, #menu-sidebar-careers-menu .sub-menu li a:visited  {
	font-family: Aktiv Grotesk Regular;
	font-size:14px;
	font-weight:normal;
	padding-top:4px 0px;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	}

	#menu-sidebar-powervr-gpu li a:hover, #menu-sidebar-vision-menu li a:hover, #menu-sidebar-careers-menu li a:hover {
    color: #ff1256;
	}

	#menu-sidebar-powervr-gpu li.current-menu-item a, #menu-sidebar-vision-menu li.current-menu-item a, #menu-sidebar-careers-menu li.current-menu-item a  {
    color: #ff1256;
    font-weight:normal;
	}

	.comment-form #author, .comment-form #email {
		display: block ;
		float: left ;
		width: 49% ;
	}

	.comment-form #author {
		margin-right: 2%;
	}
	.comment-form .comment-form-cookies-consent {
		margin-bottom: .5em;
	}

	.comment-notes, .comment-form-cookies-consent label {
		font-size: 14px;
		line-height: 22px;
	}

@media (max-width: 900px) {

		#download-page .download_category {
			width: 100% !important;
			clear: left;
		}

		#download-page .download_group ol {
			counter-reset: foo;
			display: table;
		}

		#download-page .download_group ol > li {
			counter-increment: foo;
			display: table-row;
			padding-left: 10px;
		}

		#download-page .download_group ol > li::before {
			content: counter(foo) ".";
			display: table-cell;
			text-align: right;
		}

		#download-page .download_group a.download-link, #download-page .download_group a.download-link:visited {
			color: #ff1256;
			font-weight: 500;
			font-size: 15px;
			padding: 8px;
			display: block;
		}

		#download-page .download-information aside, #download-page .download-information article {
			clear: both;
			width: 100%;
			margin-bottom: 20px;
		}

}

@media (max-width: 767px) {
	/* CSS in here for mobile only */
	[class*="nav-float-"] .site-header .inside-header > * {
			width: 100%;
			float: left;
			clear: none;
		}
	.site-logo {
		max-width: 200px;
		height: auto;
		padding: 10px 20px 0px 20px;
		}

	.elementor-top-section .pp-dual-heading .pp-second-text {
		font-size: 35px!important;
	}


}
@media (min-width: 768px) and (max-width: 1024px) {
	[class*="nav-float-"] .site-header .inside-header > *  {
		width: 100%;
		float: left;
		clear: none;
	}

	#primary-menu {
	float: right;
	}

	.site-logo {
		max-width: 200px;
		height: auto;
		padding: 10px 20px 0px 20px;
	}



}

@media (min-width: 990px) and (max-width: 1024px) {



	.main-navigation a, .menu-toggle {
			font-family: Aktiv Grotesk Medium , Arial, "sans-serif";
			font-weight: Normal;
			text-transform: none;
			font-size: 14px;
		}
		.main-navigation .main-nav ul li a {
			padding: 0px 10px;
			line-height: 60px;
		}
		.menu-item-has-children .dropdown-menu-toggle {
			display: inline-block;
			height: 100%;
			clear: both;
			padding-right: 10px;
			padding-left: 5px;
		}
		li.menu-item.it-search-trigger {
    		padding-top: 2px;
		}

		#sticky-navigation li.menu-item.it-search-trigger {
		padding-right: 20px;
		}

	.site-logo {
		max-width: 200px;
		height: auto;
		padding: 10px 20px 0px 20px;
		}
	[class*="nav-float-"] .site-header .inside-header > #site-navigation {
		width: 100%;
	}
}

@media (min-width: 1025px) and (max-width: 1160px) {

		.main-navigation a, .menu-toggle {
			font-family: Aktiv Grotesk Medium , Arial, "sans-serif";
			font-weight: Normal;
			text-transform: none;
			font-size: 13px;
		}
		.main-navigation .main-nav ul li a {
			padding: 0px 8px;
			line-height: 60px;
		}
		.menu-item-has-children .dropdown-menu-toggle {
			display: inline-block;
			height: 100%;
			clear: both;
			padding-right: 8px;
			padding-left: 5px;
		}

		.site-logo {
			max-width: 100%;
			height: auto;
			padding: 10px 20px 0px 20px;
		}

}

@media (max-width: 1200px) {

		.site-logo {
			position: absolute;
			z-index: 50;
		}

		.main-navigation .main-nav ul li.menu-item-has-children>a {
		/* padding-right: 0; */
		position: relative;
		}

		button.menu-toggle {
			background-color: transparent;
			width: 100%;
			border: 0;
			text-align: right;
			padding-right: 50px;
		}



		.inside-header>:not(:last-child):not(.main-navigation) {
    	 margin-bottom: 0px;
		}

		li.menu-item.it-search-trigger {
			padding-top: 0px;
			border: none;
			display: none;
		}

		#sticky-navigation li.menu-item.it-search-trigger {
		padding-right: 20px;
		}

		.header-image {
		width: 200px;
		height: 40px;
		}

		.site-header {
			text-align: left!important;
		}

		.generate-merged-header .main-navigation:not(.is_stuck) {
    	background-color: rgba(0, 0, 0, 0.5);
		}

		.generate-merged-header .main-navigation:not(.is_stuck) .menu-toggle:before, .generate-merged-header .main-navigation:not(.is_stuck) .menu-toggle .mobile-menu {
			color: #ffffff;
		}

		.main-navigation.toggled .main-nav > ul {
			background-color: #ffffff;
			height: 75vh;
			overflow-y: scroll;
		}

		.main-navigation ul ul {
 		   background-color: #222;
		}
}
  
@media (min-width: 1025px) {
  /* CSS in here for desktop only */
}

@media only screen and (max-height: 800px) and (min-width: 1200px) {
  .contactus-footer .elementor-element-populated {
    padding-bottom: 0px !important;
  }
}

.contactus-footer .elementor-element-populated p {
  margin-bottom: 0;
}

/* Download brochure menu styled as button */
.download-brochure {
  width: auto !important;
}

.download-brochure .elementor-widget-container {
  margin: 30px 0px 0px 30px;
}

.download-brochure.elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-item {
  cursor: default;
}

.download-brochure li {
  background-color: #ff1256;
}
.download-brochure li:hover {
  background-color: #cc0033;
}

.download-brochure nav .elementor-nav-menu .menu-item .sub-menu,
.download-brochure nav .elementor-nav-menu .menu-item:hover .sub-menu {
  left: auto !important;
  right: 0 !important;
}

.download-brochure.elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-item,
.download-brochure.elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-item:hover,
.download-brochure.elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-sub-item,
.download-brochure.elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-sub-item:hover {
  color: white;
}

.download-brochure.elementor-widget-nav-menu
  .elementor-nav-menu--main
  .elementor-sub-item:hover {
  background-color: #cc0033;
}

@media (min-width: 767px) {
  .download-brochure.elementor-widget-nav-menu
    .elementor-nav-menu--main
    .elementor-item {
    height: 52px;
    padding: 18px 50px 18px 50px;
  }
}

@media (max-width: 1024px) {
  .download-brochure.elementor-widget-nav-menu
    .elementor-nav-menu--main
    .elementor-item {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .download-brochure .elementor-widget-container {
    margin: 20px 0px 0px 0px;
  }
  .download-brochure {
    width: 100% !important;
    max-width: 100%;
  }

  .download-brochure ul,
  .download-brochure li {
    width: 100%;
  }
  .download-brochure li a {
    justify-content: center;
    font-size: 14px;
  }
}
/* END Download brochure menu styled as button */

/* Youtube embedded fix */
.elementor iframe {
	height: 100%;
}
@media (min-width: 500px) {
  .elementor iframe {
    min-height: 400px;
  }
}

/* Captcha */
.hs-recaptcha {
	margin: .7em 0;
}

.hs-recaptcha iframe {
	min-height: auto;
	height: -webkit-fill-available;
}

/* COURSE */
.site-content .sfwd-courses.type-sfwd-courses .elementor-container .elementor-column-wrap .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment.ld-course-status-seg-action .ld-course-status-action a.ld-button,
.site-content .sfwd-courses.type-sfwd-courses .elementor-container .elementor-column-wrap .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-segment.ld-course-status-seg-action .ld-course-status-action #btn-join {	
	background-color: #00a2e8!important;
}

.ld-course-status-seg-price {
	display: none;
}

.learndash-wrapper .ld-button {
	color: white;
}

/* LOGOUT BOX */
.eael-login-form-wrapper.eael-lr-form-wrapper.style-2 {
	padding: 20px;
}

/* Gated downloads */
tr.is_gated, tr.hubspot_script, tr.hubspot_shortcode {
    display: none !important;
}

/* LOGOUT BOX */
.eael-login-form-wrapper.eael-lr-form-wrapper.style-2 {
	padding: 20px;
}

/* HEADER & MEGA MENU */
/* Styles can be found in the backend:
Mega Menu > Menu Themes > Custom Styling */ 
.header-wrap {
	z-index: 11;
}

.header-wrap #site-navigation.main-navigation, .header-wrap #sticky-navigation.main-navigation {
	background-color: #000000;
}

.inside-navigation {
	padding: 10px 0px;
    max-width: 1200px;
    margin: auto;
}

.navigation-branding {
	width: 30%;
	margin-left: 54px;
}

.main-navigation .mega-menu-wrap { 
	order: 2; 
}

.search-item {
	padding-top: 10px;
}

.main-navigation .mega-menu-wrap ul ul li a, .main-navigation .mega-menu-wrap .mega-menu-item-type-widget {
	border-bottom: 1px solid #222!important;
	padding-bottom: 15px!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 15px 15px 0px 15px;
}

#mega-menu-wrap-primary {
    align-self: center;
}

@media (max-width: 1057px) {
	.mobile-bar-items {
		display: block;
	}
	.navigation-branding {
		width: 45%;
	}
	.sticky-navigation-logo {
		position: absolute;	
		max-width: 200px;
		height: auto;
		padding: 10px 20px 0px 20px;    
	}
	.main-navigation .mobile-bar-items a, .main-navigation .mobile-bar-items a:hover,
	.main-navigation .mobile-bar-items a:focus  {
		color: #fff;
	}
}

@media (min-width: 769px) {
	.site-logo, .sticky-navigation-logo {
		max-width: 300px;
		padding-top: 0px;
	}
}

@media (max-width: 1057px) {
	.mobile-bar-items {
		display: none;
	}
	.main-navigation:not(.slideout-navigation) .inside-navigation {
        padding-right: 10px;
        justify-content: flex-end;
    }

	#sticky-navigation .mega-menu-wrap {
        padding-right: 0 !important;
    }

	.main-navigation.has-sticky-branding.navigation-stick .inside-navigation {
        align-items: flex-start;
    }
}

/** Push menu onto new line **/ 
#{$wrap} { 
    clear: both; 
}

@media only screen and (min-width: 1058px){
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    	width: 33%;
	}
}

@media only screen and (max-width: 1057px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    	width: 94vw;
	}
	
	.navigation-search.nav-search-active {
		z-index: 100;
	}
	
	.inside-navigation .mobile-bar-items {
		z-index: 101;
	}
	
	.search-item.menu-item-align-right {
		display: none;
	}
}
/** Greys out the username field and remove the required * from the username field.  **/
#wppb-edit-user #wppb-form-element-2 input{
    background: #eaeaea;
}
#wppb-edit-user #wppb-form-element-2 label .wppb-required{
    display: none;
}
#wppb-recover-password-button{
	min-width: 185px;
}
