/*
Theme Name:   ProMark Customer Portal 2023
Theme URI:    http://supertusch.dk/theme/promark/
Description:  Basically Bootstrap 5 Child Theme created for ProMark 2023
Author:       Supertusch
Author URI:   http://supertusch.dk
Template:     basically-bootstrap-5
Version:      1.0.0
Domain Path: /languages/
Text Domain:  promark
*/

/* Fonts */

/* Proxima Nova */
@import url("https://use.typekit.net/yjl8jtf.css");

/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Istok Web */
@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Variables */

:root {
	/* Colors */
	--black: #000000;
	--blue: #03204A;
	--grey: #EEF1F7;
	--dark-grey: #9a9a9a;
	--red: #E1004E;
	--dark-red: #B91C4A;
	--white: #FFFFFF;
	--input-border: #e2e2e2;

	/* New Colors */
	--core-link-blue: #352BA5;
	--signal-indigo: #5348CE;
	--network-violet: #887dfd;
	--deep-connect: #004096;
	--sync-blue: #006AF9;
	--flow-light: #4896FF;
	--smart-teal: #13A6A6;

	--ink-black: #000000;
	--slate-depth: #131c27;
	--soft-steel: #8fa8b2;
	--cloud-grey: #cedae0;
	--mist-grey: #ebf0f1;
	--ice-grey: #f5f7f8;
	--white: #ffffff;

	--success-green: #3bb273;
	--warning-amber: #f5a623;
	--error-red: #ff3744;
	--info-blue: #006af9;

	/* Gradients*/
	--main-gradient: linear-gradient(180deg, #2b87da 0%, #29c4a9 100%);
}

/* Headings */

h1, h2, h3, h4 {
	color: var(--ink-black);
	font-family: "Istok Web", sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 2.5rem;
}

h3, .h1-small {
	font-size: 2rem;
}

h4 {
	font-size: 1.25rem;
}

/* General */
body {
	color: var(--ink-black);
	font-family: 'Open Sans', sans-serif;
}
header.main-header {
	background-color: var(--grey);
	padding: 1rem 0 3rem 0;
}
a {
	color: var(--ink-black);
	text-decoration: none;
}
a.blue-link {
	color: var(--ink-black);
	font-size: 1.125rem;
	font-weight: 400;
}
.background-grey {
	background-color: var(--mist-grey);
}
.btn,
.user-registration-Button {
	border-radius: 100px;
	font-weight: 400;
	padding: .5rem 2rem !important;
}

.pink-btn {
	padding: 1em 2.5em;
	background: var(--sync-blue);
	color: white;
}
.primary-btn,
.user-registration-Button {
	background-color: var(--sync-blue);
	border: 2px solid var(--sync-blue);
	color: var(--white);
}
.secondary-btn {
	border: 2px solid var(--sync-blue);
	color: var(--ink-black);
}
.entry-content {
	margin-top: 5rem;
}
.hidden {
	display: none !important;
}
figure {
	margin: 0;
}

@media screen and (hover: hover) {
	a:hover {
		color: var(--ink-black);
	}
	.primary-btn:hover {
		background-color: var(--white);
		color: var(--sync-blue) !important;
	}
	.secondary-btn:hover {
		background-color: var(--sync-blue);
		color: var(--white);
	}
	.pink-btn:hover {
		background-color: var(--dark-red);
		color: var(--white);
	}
}

/* WinTid */
.not-wintid .mega-menu-wintid {
	display: none !important;
}

/* Access restriction */
.mega-da-network,
.mega-no-network {
	display: none !important;
}
.da-menu-access .mega-da-network {
	display: block !important;
}
.no-menu-access .mega-no-network {
	display: block !important;
}


/* Language selector */
.languages {
	background-color: var(--grey);
}
.wpml-ls-statics-shortcode_actions {
	max-width: 155px;
}
.wpml-ls-statics-shortcode_actions li a {
	border: none;
	color: var(--ink-black);
	padding: 1rem;
}
.wpml-ls-flag {
	display: none !important;
}
@media screen and (hover: hover) {
	.wpml-ls-statics-shortcode_actions li a:hover,
	.wpml-ls-statics-shortcode_actions li a:focus {
		background-color: var(--white) !important;
	}
}
@media screen and (min-width: 500px) {
	.wpml-ls-flag {
		display: inline !important;
	}
}

/* Forms */
._form_18 {
	box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
	padding: 30px 24px !important;
    background-color: #ffffff;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-radius: 12px;
}
._form_18 form {
	box-shadow: none;
	padding: 0 !important;
}
._form_element input,
._form_element textarea {
	border: 1px solid rgba(0,0,0,.15) !important;
    border-bottom: 2px solid rgba(0,0,0,.15) !important;
    padding: 15px 20px !important;
    color: #4e4e4e !important;
}
._form-fieldset {
	margin-bottom: 1rem !important;
}
._submit {
	background-color: var(--sync-blue);
    font-size: 16px !important;
    width: 100%;
    margin-top: 16px
}

/* User registration and Login */
.user-registration-Input--text,
.ur-frontend-field,
.user-registration-valid {
	border: 1px solid rgba(0,0,0,.15);
    border-bottom: 2px solid rgba(0,0,0,.15);
    padding: 15px 20px;
    background-color: var(--white) !important;
    height: 49px;
    border-radius: 0.5em !important;
    box-shadow: none !important;
    font-size: 13.3333px;
}
.user-registration.ur-frontend-form,
.ur-frontend-form.login  {
	background-color: var(--white);
	padding: 40px 34px;
    margin-bottom: 40px;
    border-radius: 12px;
    border: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}
.ur-form-row {
	margin-bottom: 1rem;
}
.ur-submit-button {
	width: 100%;
	margin-top: 2rem;
}
::placeholder {
	color: var(--dark-grey) !important;
}
.admin-field label,
.admin-field .required {
	font-weight: normal !important;
	color: #000000 !important;
}
.admin-field ul {
	padding: 0;
}
.admin-field .ur-radio-list {
	list-style: none !important;
	display: inline;
	margin-right: 1rem !important;
}
.admin-field .description {
	font-size: 12px !important;
}
.user-registration-password-hint {
	font-size: 12px !important;
}

/* Logged in user */
.user-name {
	color: var(--ink-black);
	font-family: "Istok Web", sans-serif;
	font-size: 20px;
	font-weight: 800;
	height: normal;
	margin-top: -10px;
}
.user-name .first-name {
	color: var(--ink-black);
}
.portal-name {
	color: var(--ink-black);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
.current-user .email {
	margin-top: 2.5rem;
	display: none;
}
.current-user .company {
	font-size: 12px;
}
.site-branding {
	padding-top: 4rem;
}
.logout-link a {
	color: var(--ink-black);
	font-size: 18px;
	font-weight: 400;
}
.logout-link {
	margin-top: 1rem;
}

@media screen and (hover : hover) {
	.logout-link a:hover {
		color: var(--ink-black);
	}
}
@media screen and (min-width: 500px) {
	.current-user .email {
		display: block;
	}
	.logout-link {
		margin-top: 0;
	}
	.user-name {
		font-size: 30px;
		height: 40px;
	}
	.portal-name {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) {
	.portal-name {
		font-size: 20px;
	}
	.user-name {
		font-size: 50px;
		height: 60px;
	}
	.logout-link {
		margin-top: 20px;
	}
}

/* Main Menu */
#mega-menu-wrap-header-menu {
	width: 100%;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: "Istok Web", sans-serif;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: normal;
}
.mega-current-menu-item > a,
.mega-current-menu-parent > a {
	color: var(--ink-black) !important;
}
.single-post #mega-menu-item-2461 a,
.single-post #mega-menu-item-3512 a,
.single-post #mega-menu-item-3515 a,
.single-post #mega-menu-item-3509 a {
	color: var(--ink-black) !important;
}
@media screen and (min-width: 992px) {
	#mega-menu-header-menu {
		display: flex !important;
		justify-content: space-between;
		width: 100% !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0;
	}
}

/* Hero area */
.hero-container {
	background-color: var(--grey);
	padding: 3rem 2rem;
}
.account-hero {
	background-color: var(--grey);
	padding-bottom: 3rem;
}
.hero-teaser {
	font-size: 1.125rem;
	margin-top: 2rem;
}
.hero-teaser li {
	list-style: square;
	margin-top: 1rem;
}
.hero-teaser li::marker {
	color: var(--core-link-blue);
}

/* Front page */
.front-page-hero-content {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: 1fr;
	margin-top: 3rem;
}
.front-page-hero {
	padding: 1rem;
	box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-top: 1.5rem;
	background: url("/wp-content/themes/promark/assets/images/inline-bg.png"), var(--main-gradient);
	background-position: 50%;
	background-size: cover;
	color: var(--white) !important;
	h2, a {
		color: var(--white) !important;
	}
	.secondary-btn {
		border-color: white;
	}
	.preheader {
		color: var(--white);
	}
}
.front-page-hero-teaser {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.front-page-hero-buttons {
	text-align: right;
}
.front-page-hero-buttons * {
	margin-bottom: 1rem;
}
.front-page-hero-buttons .primary-btn {
	margin-left: 1rem;
}

@media screen and (min-width: 400px) {
	.front-page-hero {
		padding: 2rem;
		margin-top: 2rem;
	}
}
@media screen and (min-width: 500px) {
	.front-page-hero {
		padding: 4rem;
		margin-top: 3.3rem;
	}
}
@media screen and (min-width: 992px) {
	.front-page-hero-content {
		grid-gap: 5rem;
		grid-template-columns: 3fr 3fr;
	}
	.front-page-hero-buttons * {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1400px) {
	.front-page-hero-content {
		grid-template-columns: 3fr 2fr;
		grid-gap: 8.75rem;
	}
}

/* CTA Block */
.cta-block-container {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}
.cta-block-description {
	color: var(--ink-black);
	font-size: 20px;
	margin-right: 4rem;
}
/* News and events */
.events-search-result {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	display: grid;
  grid-gap: 2.5rem;
  margin-bottom: 5rem;
}
article p, article li {
	font-size: 1.125rem;
	line-height: 30px;
}
article ul {
	padding-left: 21px;
}
article li {
	list-style: square;
	margin-top: 1rem;
	padding-left: 10px;
}
article li::marker {
	color: var(--core-link-blue);
	/*font-size: 29px;*/
	content: '\25FC' ' ';
}
.featured-image img {
	border-radius: 10px;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {

}
article .entry-content {
	margin-top: 5rem;
}
article .posted-date {
	font-size: 0.875rem;
}
.quote-container {
	background-image: url('/wp-content/themes/promark/assets/images/quote-transparent.png');
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: 0 36px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 1.25rem 0;
	padding: 2rem 0 2rem 3rem;
}
.quote-text p {
	font-size: 1.125rem;
	font-style: italic;
}
cite {
	font-style: normal;
	font-weight: 400;
}
.cta-block .btn {
	margin: .5rem;
}
.fact-box {
	background-color: #ebeef5!important;
    color: #002f5f!important;
    border-left-color: #002f5f!important;
    padding: 1.25rem 2rem;
    border-radius: 12px;
    margin: 1.25rem 0;
    border-left-width: 4px;
    border-left-style: solid;
}
.fact-box p {
	margin-bottom: 0;
}

/* News & Events archive */
.alm-reveal,
.search-result-news {
	display: grid;
	grid-gap: 2.5rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 2.5rem;
}
.post-item {
	box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
}
.post-item a {
	text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post-item img {
	border-radius: 1rem 1rem 0 0;
}
.post-content {
	padding: 1.5rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.post-content-header {
	display: flex;
}
.post-content-header svg {
	margin-right: .5rem;
}
.post-content-header h4 {
	margin-bottom: 0;
}
.post-content p.entry-meta {
	color: var(--ink-black);
	font-size: 0.875rem;
	margin-top: 0;
	padding-top: 0;
}
.post-content p {
	color: var(--ink-black);
}
.searchandfilter ul {
	padding-left: 0;
}
.sf-field-category {
	display: flex !important;
	margin-bottom: 2rem !important;
}
.sf-field-category ul {
	display: flex;
}
.sf-field-category h4 {
	margin-right: 2rem;
	padding:  5px 0 !important;
}
.sf-level-0 {
	background-color: var(--grey);
	border-radius: 16px;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	margin-right: 40px !important;
	line-height: normal;
}
.sf-level-0 label {
	cursor: pointer;
}
.sf-option-active {
	background-color: var(--sync-blue);
	color: var(--white);
}
.sf-input-radio {
	display: none;
}
.sf-label-radio {
	font-weight: 400;
	padding: 0 1rem !important;
}
.alm-btn-wrap {
	display: flex;
	justify-content: flex-end;
}
.alm-load-more-btn {
	background: none;
	border: none;
	color: var(--ink-black);
	font-size: 1.125rem;
	font-weight: 400;
}
.alm-load-more-btn.done {
	color: var(--grey);
}
.read-more-link {
	color: var(--ink-black);
	font-family: "Istok Web", sans-serif;
	font-weight: 400;
	text-align: right;
}

@media screen and (min-width: 992px) {
	.alm-reveal,
	.search-result-news {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (hover: hover) {
	.sf-level-0:hover {
		background-color: var(--sync-blue);
		color: var(--white);
	}
	.post-item:hover .read-more-link {
		color: var(--ink-black);
	}
}

/* Release information */
.release-filter {
	align-items: center;
	display: flex;
	padding: 0 0 3rem 0;
}
#products-selector {
    border: 1px solid var(--input-border);
    border-radius: .5rem;
	padding: 0.5rem;
}
.filter-heading {
	font-size: 1.25rem;
	padding-right: 1rem;
}
.release-header {
	background-color: var(--core-link-blue);
	border-radius: 1rem 1rem 0 0;
	color: var(--white);
	display: grid;
	font-size: 1.25rem;
	font-weight: 400;
	grid-gap: 2rem;
	grid-template-columns: 3fr 7fr 2fr;
	padding: 1rem;
	text-transform: uppercase;
}
.version-header {
	background-color: var(--grey);
	color: var(--ink-black);
	font-size: 0.8125rem;
	font-weight: 400;
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 3fr 7fr 2fr;
	font-weight: 400;
	padding: 1rem 2rem;
}
.release-product {
	color: var(--ink-black);
	font-size: 0.8125rem;
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 3fr 7fr 2fr;
	padding: 1rem 2rem;
}
.download-file {
	text-align: center;
}

/* Content blocks */
.content-block {
	margin-bottom: 5rem;
}

/* Hardware table */
.category-filter {
	align-items: center;
	display: flex;
	padding: 0 0 3rem 0;
}
#categories-selector {
    border: 1px solid var(--input-border);
    border-radius: .5rem;
	padding: 0.5rem;
}
.products-table {
	width: 100%;
	overflow-x: scroll;
}
.product-header {
	background-color: var(--sync-blue);
    border-radius: 1rem 1rem 0 0;
    color: var(--white);
    display: grid;
    font-size: 1rem;
    font-weight: 400;
    grid-gap: 2rem;
    grid-template-columns: 1fr 2fr 3fr 1fr 2fr;
    padding: 1rem 2rem;
    text-transform: uppercase;
}
.products-container {
    min-width: 900px;
}
.product-container {
	border-bottom: 1px solid var(--grey);
	color: var(--ink-black);
	font-size: 0.8125rem;
	display: grid;
	grid-gap: 2rem;
    grid-template-columns: 1fr 2fr 3fr 1fr 2fr;
    padding: 1rem 2rem;
}
.product-category {
	word-break: break-all;
}

/* Icon and content */
.icon-text-container {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr 7fr;
}
.icon-text-container .icon {
	justify-self: center;
}
.icon-text-container .icon img{
	height: 45px;
	width: auto;
	margin-inline: auto;
}
.icon-text-container .text {
	font-size: 18px;
	line-height: 30px;
}
.icon-text-container .text h2 {
	font-size: 2rem;
}

/* Image and text */
.image-and-text p {
	font-size: 20px;
	color: var(--ink-black);
}
.image-and-text h2 {
	font-size: 36px;
	padding-bottom: 25px;
}
.image-and-text img {
	border-radius: 12px;
}
.image-and-text.image-left .image-container {
	margin-bottom: 20px;
}
.image-and-text.image-right .image-container {
	margin-bottom: 20px;
}
.image-and-text.image-right .row {
	flex-direction: column-reverse;
}
.image-and-text .content-container {
	display: flex;
	flex-direction: column;
	height: 100%;
  justify-content: center;
}


@media screen and (min-width: 768px) {
	.image-and-text.image-left .image-container {
		margin-right: 40px;
		margin-bottom: 0;
	}

	.image-and-text.image-right .image-container {
		margin-left: 40px;
		margin-bottom: 0;
	}

	.image-and-text.image-right .row {
		flex-direction: row;
	}
}

/* Image Cards */

.image-card {
	box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
  -webkit-box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
	border-radius: 12px;
}

.image-card h3 {
	font-size: 20px;
}

.image-card p {
	color: var(--ink-black);
	font-size: 18px;
}

.image-card-content {
	padding: 0 50px 34px 25px;
}

.image-card .image-card-header {
	padding: 25px 50px 25px 25px !important;
    position: relative;
    font-size: 21px;
    background-image: url('https://promark365.com/wp-content/uploads/2022/12/arrow-point-to-right.svg')!important;
    background-position: right 20px top 25px !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
}

.image-card img {
	border-radius: 12px 12px 0px 0px;
	width: 100%;
}

/* Fullwidth image */

.fullwidth-image {
	border-radius: 12px;
}

.fullwidth-image img {
	width: 100%;
}


/* Cards */
.cards-container {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 5rem 0;
}
.card-item {
	background-color: var(--white);
	border-radius: 15px;
	min-height: 325px;
	padding: 1.5rem;
	position: relative;
}
.card-link-title {
	color: var(--ink-black);
	font-size: 1.125rem;
	font-weight: 400;
	text-align: right;
	position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}
.card-content {
	color: var(--black);
	line-height: normal;
}
.card-item .icon {
	margin-bottom: 1rem;
}
.card-item .icon img {
	width: 24px;
	height: 24px;
}
.card-item a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media screen and (hover : hover) {
	.card-item:hover .card-link-title {
		color: var(--ink-black);
	}
}
/* Content */
.content-content {
	font-size: 18px;
	line-height: 30px;
}
.content-content ul {
	padding-left: 23px;
}
.content-content li {
	list-style: square;
	margin-top: 1rem;
	padding-left: 10px;
}
.content-content li::marker {
	color: var(--core-link-blue);
	/*font-size: 29px;*/
	content: '\25FC' ' ';
}
/* Tables */
.tablepress thead tr th {
	background-color: var(--core-link-blue);
	color: var(--white);
	font-size: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	white-space: nowrap;
}
.tablepress thead tr th:first-of-type {
	border-radius: 1rem 0 0 0;
	padding-left: 1rem;
}
.tablepress thead tr th:last-of-type {
	border-radius: 0 1rem 0 0;
	padding-right: 1rem;
}
.tablepress tbody td {
	border: 0;
	color: var(--ink-black);
	font-size: .8125rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.tablepress tbody tr td:first-of-type {
	padding-left: 1rem;
}
.tablepress tbody tr.odd td {
	background-color: var(--grey);
}
.tablepress tbody tr.even td {
	background-color: var(--white);
}
@media screen and (min-width: 768px) {
	.cards-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1200px) {
	.cards-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.cards-container.number-of-cards-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.tablepress>:where(thead,tfoot)>tr>.column-1 {
	background-color: transparent;
}




/* HEROS */

/* Fullwidth image */

.preheader {
	color: var(--ink-black) !important;
	font-size: 16px;
}
.fullwidth-hero .preheader {
	color: var(--white) !important;
}

.fullwidth-hero {
	position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
		padding: 200px 0px 50px 0px;
}

.fullwidth-hero .hero-content {
	padding: 40px 0px;
}

.fullwidth-hero h1, .fullwidth-hero h2 {
	color: white;
}

.fullwidth-hero h2 {
	font-size: 46px;
}

/* Text and right-aligned image */

.hero-container.image-text-hero {
	padding: 0;
}

.hero-container.image-text-hero .row {
	flex-direction: column-reverse;
}
.image-text-hero .hero-image-container {
	height: 100%;
	background-position: center;
	background-size: 100%;
	background-size: cover;
	min-height: 500px;
}
.image-text-hero p {
	font-size: 20px;
	color: var(--ink-black);
}
.image-text-hero .btn {
	margin-top: 20px;
}
.image-text-hero .hero-content {
	padding: 40px 0px;
}
.hero-note p {
	font-size: 13px;
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	.hero-container.image-text-hero .row {
		flex-direction: row;
	}

	.image-text-hero .hero-content {
	  	padding-top: 15vh;
	  	padding-bottom: 15vh;
	  	padding-right: 34px;
	}
}

/* Release Notes */
a[href^='start']:before {
	content: '<' !important;
	font-family: "Istok Web", sans-serif;
}

/* Footer */
.page-footer {
	background-color: var(--sync-blue);
	padding: 5rem 0;
	background: url("/wp-content/themes/promark/assets/images/inline-bg.png"), var(--main-gradient);
	background-position: 50%;
	background-size: cover;
}
.page-footer .widget-title {
	color: var(--white);
	text-transform: uppercase;
}
.page-footer .custom-html-widget {
	color: var(--white);
}
.page-footer .custom-html-widget p {
	font-size: 1.125rem;
	margin-bottom: .5rem;
}
.page-footer .custom-html-widget p a {
	color: var(--white);
	font-weight: 300;
}
.page-footer .custom-html-widget p a:hover {
	text-decoration: underline;
}
.footer-grid {
	display: grid;
	grid-gap: .6rem;
	grid-template-columns: 1fr;
	margin-bottom: 1rem;
}
.footer-grid .footer-icon {
	display: none;
}
.footer-grid .footer-icon img {
	width: 35px;
}
.footer-widget {
	margin-bottom: 2rem;
}

.navbar-brand > img {
	height: 65px;
}
._submit {
	background: var(--sync-blue) !important;
}
