/*
 Theme Name:   Patch Child
 Theme URI: https://demos.pixelgrade.com/patch/
 Author: Pixelgrade
 Author URI: https://pixelgrade.com/
 Description: An algorithmic design experiment that cleverly imagines the best layout for your content. Patch brings unity and balance to your beautiful crafted diversity.
 Template:     patch
 Version:      1.0.17
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  patch-child
*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:300,400,500&display=swap');

@font-face {
	font-family: "Overpass-Reg";
	src: url("fonts/Overpass_Regular.eot?") format("eot"), url("fonts/Overpass_Regular.woff") format("woff"), url("fonts/Overpass_Regular.ttf") format("truetype"), url("fonts/Overpass_Regular.svg#Overpass-Reg") format("svg");
	font-weight: normal;
	font-style: normal;
}

html[lang="gr"] h1,
html[lang="gr"] .site-title,
html[lang="gr"] h2,
html[lang="gr"] h3,
html[lang="gr"] h4,
html[lang="gr"] .edit-link a,
html[lang="gr"] blockquote,
html[lang="gr"] input[type="submit"],
html[lang="gr"] .dropcap,
html[lang="gr"] .mfp-container,
html[lang="gr"] .entry-card .entry-image .hover,
html[lang="gr"] .entry-card .entry-title,
html[lang="gr"] .nav--main,
html[lang="gr"] .author-info__link,
html[lang="gr"] .comments-area-title .comments-title,
html[lang="gr"] .comment-reply-title .comments-title,
html[lang="gr"] .comments_add-comment,
html[lang="gr"] .comment-reply-title,
html[lang="gr"] .comment .comment-reply-title a,
html[lang="gr"] :first-child:not(input) ~ .form-submit #submit,
html[lang="gr"] .jetpack_subscription_widget input[type="submit"],
html[lang="gr"] .jetpack_subscription_widget button[type="submit"],
html[lang="gr"] .widget_blog_subscription input[type="submit"],
html[lang="gr"] .widget_blog_subscription button[type="submit"],
html[lang="gr"] .search-form .search-submit,
html[lang="gr"] .overlay--search .search-form,
html[lang="gr"] .overlay--search .search-field,
html[lang="gr"] .posts-navigation,
html[lang="gr"] #infinite-handle,
html[lang="gr"] body div.sharedaddy h3.sd-title,
html[lang="gr"] body div#jp-relatedposts h3.jp-relatedposts-headline,
html[lang="gr"] .entry-meta {
	font-family: 'Fira Sans Extra Condensed', sans-serif!important;
}

html[lang="gr"] [id^="menu-main"] .menu-item a,
html[lang="gr"] .nav--main a {
	font-family: 'Fira Sans Extra Condensed', sans-serif!important;
	font-weight: 400;
}

p {
	margin-bottom: 1.5rem;
	line-height: 1.49;
}

h2 > a,
body.single #main article .entry-content h2 > a:not([class]),
body.page #main article .entry-content h2 > a:not([class]) {
	background-color: transparent!important;
	box-shadow: none!important;
}

.press-release .elementor-widget-wrap {
	background-color: rgba(0, 154, 178, 0.25);
	padding: 10px;
}

.press-release h2 {
	margin: 0;
}

.press-release h2 > a {
	color: black;
}

.press-release h2 + p {
	font-size: 14px;
	font-style: italic;
	margin: 0;
}

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

#masthead {
	display: grid;
	grid-template-columns: repeat(2, 50%);
}

/*-- Logo --*/

#masthead .site-branding {
	margin: 0;
	padding: 0px;
	padding-bottom: calc(10% + 6px);
	align-self: end;
	justify-self: right;
}

#masthead .site-branding a {
	line-height: 0;
}

#masthead .site-branding .site-logo img, .custom-logo-link img {
	max-height: 100%!important;
}

@media only screen and (max-width: 899px) {
	#masthead .site-branding .site-logo img, .custom-logo-link img {
		max-height: 150px!important;
	}

	#masthead .site-branding {
		padding-bottom: 0px;
	}
}

/*-- Main Menu --*/

#site-navigation {
	margin: 0;
	padding: 0% 10% 10% 10%;
}

[id^="menu-main"] {
	display: grid;
	grid-template-columns: repeat(1, 100%);
	height: 100%;
	margin: 0!important;
}

[id^="menu-main"]:after {
	display: none;
}

[id^="menu-main"] .menu-item {
	margin: 0!important;
	align-self: end;
	width: 100%;
}

[id^="menu-main"] .menu-item a {
	font-weight: 300;
	color: black;
	font-size: 20px;
	line-height: 32px;
}

[id^="menu-main"].nav--main li[class*="current-menu"] > a,
[id^="menu-main"].nav--main li:hover > a {
	box-shadow: #ffffff 0 26px inset;
}

[id^="menu-main"].nav--main .sub-menu li[class*="current-menu"] > a,
[id^="menu-main"].nav--main .sub-menu li:hover > a {
	box-shadow: #ffffff 0 21px inset;
}

[id^="menu-main"] .sub-menu li a {
	font-size: 16px;
}

[id^="menu-main"].nav--main li > a,
[id^="menu-main"].nav--main li:hover > a,
[id^="menu-main"].nav--main li[class*="current-menu"] > a {
	background-color: rgba(0, 154, 178, 0.5);
}

[id^="menu-main"].nav--main li > a {
	white-space: nowrap;
}

#menu-item-5139 .sub-menu {
	left: 100%;
}

@media only screen and (max-width: 899px) {
	#site-navigation {
		padding: 5%;
		display: block;
		grid-template-columns: repeat(1, auto);
	}

	[id^="menu-main"] .menu-item {
		align-self: center;
	}

	[id^="menu-main"].nav--main {
		overflow: visible;
		height: auto;
		align-self: start;
	}

	[id^="menu-main"].nav--main .sub-menu,
	[id^="menu-main"].nav--main li:hover .sub-menu {
		display: none;
	}

	[id^="menu-main"].nav--main li.menu-item-has-children > a > span {
		display: none;
	}
}

/*-- Social Menu --*/

#social-navigation {
	margin: 0;
	position: absolute;
	top: -44px;
	right: -49px;
}

#social-navigation.mobile {
	display: none;
}

#menu-social-menu,
#menu-social-menu-1 {
	display: grid;
	grid-template-columns: 32px 32px 32px 32px 32px;
	grid-template-rows: auto;
	margin: 0;
	padding: 0;
	left: 0px;
}

#menu-social-menu-1 {
	display: none;
}

#menu-social-menu:after,
#menu-social-menu-1:after {
	display: none;
}

#menu-social-menu > li,
#menu-social-menu-1 > li {
	width: 22px;
	justify-self: center;
}

#menu-social-menu > li > a,
#menu-social-menu-1 > li > a {
	line-height: 22px;
	width: 22px;
}

#menu-social-menu > li > a::before,
#menu-social-menu-1 > li > a::before {
	color: #009ab2;
	font-weight: normal;
	transition: transform 0.2s ease;
	line-height: 22px;
	width: 22px;
	padding: 0;
}

#menu-social-menu > li > a:hover::before,
#menu-social-menu-1 > li > a:hover::before {
	background-color: transparent;
	transform: scale(1.2);
}

@media only screen and (max-width: 899px) {
	#social-navigation {
		top: 0px;
		right: 0px;
	}

	#social-navigation.mobile {
		margin-top: 16px;
		top: 0px;
		right: 0px;
		position: relative;
	}

	#menu-social-menu {
		display: none;
	}

	#menu-social-menu-1 {
		display: grid;
		grid-template-columns: 32px 32px 32px 32px;
	}

	#menu-social-menu-1 > li {
		justify-self: start;
	}

	.container {
		position: relative;
	}

	#social-navigation.mobile {
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
	}
}

/*---- LANDING PAGE ----*/

.home #page .container {
	position: relative;
}

.home .grid__item .entry-image .hover {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	left: 0px;
	top: 0px;
	transform: none;
}

.home .grid__item .entry-image .hover::after {
	content: 'READ MORE';
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
}

/*---- ELEMENTOR POSTS WIDGET ----*/

.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
	color: #009ab2;
	font-weight: 400;
	background-color: transparent;
}

.elementor-posts.elementor-posts-container .elementor-post .elementor-post__title a {
	color: #009ab2;
	font-weight: 400;
	background-color: transparent!important;
	font-family: Oswald;
}

html[lang="gr"] .elementor-posts.elementor-posts-container .elementor-post .elementor-post__title a {
	font-family: 'Fira Sans Extra Condensed';
}

body:not(.page-template-page-virus) #main .elementor-element.elementor-posts--thumbnail-top a.elementor-post__thumbnail__link {
	margin-bottom: 12px;
}

.elementor-posts.elementor-posts-container .elementor-post .elementor-post__excerpt {
	margin-top: 7px;
}

.elementor-posts.elementor-posts-container .elementor-post .elementor-post__excerpt p {
	color: black;
	font-weight: 300;
}

.elementor-posts.elementor-posts-container .elementor-post .elementor-post__excerpt .sharedaddy.sd-sharing-enabled {
	display: none;
}

.elementor-posts.elementor-posts-container .elementor-post .elementor-post__read-more {
	color: #009ab2;
}

body:not(.page-template-page-virus) #main .elementor-element .elementor-pagination {
	margin-top: 20px;
}

body:not(.page-template-page-virus) #main .elementor-element .elementor-pagination .page-numbers {
	display: initial;
	color: #009ab2;
	font-family: Oswald;
	font-size: 12px;
	opacity: 0.7;
}

body:not(.page-template-page-virus) #main .elementor-element .elementor-pagination .page-numbers.current {
	opacity: 1;
	font-size: 14px;
}

/*---- SHOWROOM PROJECT ----*/

.single-showcases .elementor-widget-theme-post-excerpt * {
	font-weight: bold;
	font-size: 20px;
	color: black;
}

@media only screen and (max-width: 899px) {
	#masthead {
		grid-template-columns: repeat(1, 100%);
		padding-left: 0px;
		margin-left: 0px;
	}

	body.home #masthead {
		margin-left: 24px;
	}

	#masthead .site-branding {
		justify-self: left;
	}

	.sidebar-person {
		padding: 0 16%;
	}
}

@media only screen and (min-width: 900px) {
	body.archive #main,
	body.search #main,
	body.page #main {
		margin-left: 200px;
	}

	body.archive #masthead,
	body.search #masthead {
		left: -224px;
		top: -94px;
	}

	body.archive #posts .grid__item:first-child,
	body.search #posts .grid__item:first-child {
		margin: 0px;
		padding: 0px;
	}

	body.archive #main > header.entry-header h1.entry-title,
	body.search #main > header.entry-header h1.entry-title {
		font-size: 3.5rem;
		margin: 0px;
	}

	body.archive #main > header.entry-header,
	body.search #main > header.entry-header {
		margin-top: 0px;
		margin-bottom: 1.5em;
		top: -94px;
	}

	body:not(.home) #masthead {
		position: absolute;
		width: 388px;
	}

	body:not(.home) #masthead {
		grid-template-columns: repeat(1, 100%);
		width: auto;
		max-width: 140px;
	}

	body:not(.home) #masthead [id^="menu-main"] > li {
		text-align: right;
	}

	body:not(.home) #masthead [id^="menu-main"] > li .sub-menu li {
		text-align: left;
	}

	body:not(.home) #masthead [id^="menu-main"] li.menu-item-has-children {
		position: relative;
	}

	body:not(.home) #masthead [id^="menu-main"] li.menu-item-has-children > a > span {
		position: absolute;
		left: 100%;
		top: 0px;
		height: 100%;
		transform: translateX(-6px);
	}

	body:not(.home) #masthead #site-navigation {
		padding: 0 22px 0 0;
	}

	#masthead {
		width: 388px;
	}

	.grid__item:nth-child(1) {
		margin-top: 39px;
	}

	.sidebar-person {
		padding: 0 0 0 32%;
	}
}

body.home .entry-card header.entry-header h1.entry-title {
	color: #009ab2;
	font-weight: normal;
}

body.home .entry-card header.entry-header h1.entry-title {
	font-size: 26px;
}

body.single #main article .entry-content :not(h2):not(h3) > a:not([class]),
body.page #main article .entry-content :not(h2):not(h3) > a:not([class]),
body #main article .entry-content a.elementor-post__read-more,
body #main #comments a.comments_add-comment {
	color: black;
	font-size: inherit;
	background-color: rgba(0, 154, 178, 0.5)!important;
	padding-left: 2px;
	padding-right: 2px;
	transition: box-shadow 0.15s ease-out, color 0.15s;
}

body.single #main article .entry-content :not(h2):not(h3) > a:not([class]),
body.page:not(.entry-card) #main article .entry-content :not(h2):not(h3) > a:not([class]),
body #main article .entry-content a.elementor-post__read-more {
	box-shadow: #FFFFFA 0 17px inset;
}

body #main #comments a.comments_add-comment {
	box-shadow: #FFFFFA 0 20px inset;
}

body.single #main article .entry-content :not(h2):not(h3) > a:not([class]):hover,
body.page:not(.entry-card) #main article .entry-content :not(h2):not(h3) > a:not([class]):hover,
body #main article .entry-content a.elementor-post__read-more:hover,
body #main #comments a.comments_add-comment:hover {
	box-shadow: #FFFFFA 0 0px inset;
}

/*---- TEMPLATES ----*/

/*-- Normal Page / Wide Post --*/

body.page #main,
body.single .wide-post #main {
	padding-left: 0px;
}

body.page #main article,
body.single .wide-post #main article {
	max-width: 1140px;
}

/*-- Wide Page / Wider Post --*/

body.page .wide-page #main,
body.single .wider-post #main {
	padding: 0px;
}

body.page .wide-page #main article,
body.single .wider-post #main article {
	margin: 0px;
	max-width: 100%;
}

/*---- ELEMENTOR COLUMN GAP FIX ----*/

.elementor-column-gap-default > .elementor-row > .elementor-column:first-child > .elementor-column-wrap.elementor-element-populated {
	padding-left: 0px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column:last-child > .elementor-column-wrap.elementor-element-populated {
	padding-right: 0px;
}

/*---- OTHER ----*/

.force-oswald, .force-oswald * {
	font-family: Oswald!important;
}

.force-roboto, .force-roboto * {
	font-family: Roboto!important;
}

/*---- OUR WORK ----*/

.ow-date,
.ow-time,
.ow-location,
.ow-contact {
	margin-bottom: 5px;
	padding: 15px;
	background-color: #f7f7f7;
}

.ow-date {
	background-color: rgba(0, 154, 178, 1);
	color: black;
	font-weight: 500;
	font-size: 24px;
}

.ow-date h2,
.ow-time h2,
.ow-location h2,
.ow-contact h2 {
	margin: 0px;
	margin-bottom: 5px;
}

.ow-date p,
.ow-time p,
.ow-location p,
.ow-contact p {
	margin-bottom: 0px;
	font-size: 14px;
}

body.single #main article.category-our-work .entry-content .ow-date a,
body.single #main article.category-our-work .entry-content .ow-time a,
body.single #main article.category-our-work .entry-content .ow-location a,
body.single #main article.category-our-work .entry-content .ow-contact a {
	box-shadow: #f7f7f7 0 15px inset!important;
}

body.single #main article.category-our-work .entry-content .ow-date a:hover,
body.single #main article.category-our-work .entry-content .ow-time a:hover,
body.single #main article.category-our-work .entry-content .ow-location a:hover,
body.single #main article.category-our-work .entry-content .ow-contact a:hover {
	box-shadow: #f7f7f7 0 0 inset!important;
}

.ow-quote {
    background-color: #e6f6f8;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.ow-quote .elementor-image img {
    margin-bottom: 10px;
}

.ow-quote .elementor-widget-wrap > .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

.ow-quote h2 {
    margin: 0px;
}

.ow-quote .elementor-row .elementor-column:first-child p {
    margin: 0px;
    font-size: 12px;
}

.ow-quote .elementor-row .elementor-column:last-child p {
    margin: 0px;
    font-style: italic;
    font-size: 14px;
}

.ow-quote .elementor-row .elementor-column .elementor-widget-wrap {
    display: flex;
    align-content: center;
}

/*---- NJS LINKS ----*/
.njs-links {
  margin-bottom: 10px;
	padding-left: 32%;
}

.njs-links p {
	margin: 0px;
}

.njs-links a {
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 300;
  box-shadow: white 0 21px inset!important;
}

.njs-links a:hover {
	box-shadow: white 0 0 inset!important;
}

.njs-links .nominate-link,
.njs-links .juror-link,
.njs-links .submit-link,
.njs-links .showroom-link {
	background-repeat: no-repeat;
	padding: 5px 0 35px 60px;
	overflow: visible;
	margin-bottom: 0px;
}

.njs-links .nominate-link.elementor-widget:not(:last-child),
.njs-links .juror-link.elementor-widget:not(:last-child),
.njs-links .submit-link.elementor-widget:not(:last-child),
.njs-links .showroom-link.elementor-widget:not(:last-child) {
	margin-bottom: 0px;
}

.njs-links .nominate-link {
	background-image: url('./img/nominate-project.png');
}

.njs-links .submit-link {
	background-image: url('./img/become-juror.png');
}

.njs-links .showroom-link {
	background-image: url('./img/example-projects.png');
}

.njs-links .juror-link {
	background-image: url('./img/submit-project.png');
}

.njs-links.njs-links-no-margin {
	padding-left: 0px;
}

/*---- SIDEBAR PERSON ----*/

.sidebar-person .elementor-widget-wrap > .elementor-element.elementor-widget-heading {
	margin-bottom: 5px;
}

.sidebar-person .elementor-widget-wrap > .elementor-element.elementor-widget-heading + .elementor-element.elementor-widget-heading {
	margin-bottom: 5px!important;
}

.sidebar-person .elementor-widget-wrap > .elementor-element.elementor-widget-heading ~ .elementor-element.elementor-widget-heading {
    margin-bottom: 20px;
}

.sidebar-person h3 {
	font-size: 21px;
}

.sidebar-person p {
    font-size: 14px;
    font-style: italic;
}

.sidebar-person p::before,
.sidebar-person p::after {
	font-size: 80px;
	color: #009ab2;
	font-family: "Overpass-Reg";
	font-style: normal;
	height: 14px;
	line-height: 14px;
	opacity: 0.5;
}

.sidebar-person p::before {
	content: "\201e";
	position: relative;
	top: -10px;
	left: -3px;
}

.sidebar-person p::after {
	content: "\201c";
	float: right;
	position: absolute;
	bottom: 2px;
	margin-left: 3px;
}


/*---- HEADER LANGUAGE SWITCHER ----*/

.header-lang-switch {
    height: 22px;
    position: relative;
    float: left;
    z-index: 40;
		margin-right: 9px;
}

.header-lang-switch:after {
	content: "";
	display: block;
	height: 32px;
	width: 1px;
	background-color: #009ab2;
	position: absolute;
	top: -5px;
	right: -5px;
}

.header-lang-switch span {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 22px;
	letter-spacing: 1px;
	color: #009ab2;
}

.header-lang-switch .hls-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-lang-switch .hls-current {
	display: grid;
	grid-template-columns: auto 32px;
	text-align: center;
	cursor: pointer;
	height: 100%;
}

.header-lang-switch.english-only .hls-current {
	cursor: default;
}

.header-lang-switch img {
	border-radius: 50%;
	max-height: 18px;
	max-width: 18px;
}

.header-lang-switch a {
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
}

.header-lang-switch .hls-active-langs {
	width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background: white;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.2s ease;
	padding-bottom: 5px;
}

.header-lang-switch:hover .hls-active-langs {
	transform: scaleY(1);
}

.header-lang-switch .hls-active-langs img {
	transition: transform 0.2s ease;
}

.header-lang-switch .hls-active-langs a:hover img {
	 transform: scale(1.2);
}

.header-lang-switch .hls-active-langs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-lang-switch .hls-active-langs ul li {
    margin: 0px;
    padding: 0px;
    height: 27px;
		line-height: 22px;
		padding: 5px 0 0 0;
}

.header-lang-switch .hls-active-langs ul li a {
		display: grid;
		grid-template-columns: auto 32px;
}

@media only screen and (max-width: 899px) {
	.header-lang-switch {
		margin-right: 0;
	}

	body.home .header-lang-switch {
		right: 24px;
	}

	.header-lang-switch:after {
		display: none;
	}
}

@media only screen and (max-width: 739px) {
	body.home .header-lang-switch {
		right: calc((100vw - 400px) / 2);
	}
}

@media only screen and (max-width: 447px) {
	body.home .header-lang-switch {
		right: 24px;
	}
}

.ipi-team-member p {
	font-size: 14px;
}

.ipi-team-member p strong {
	font-size: 16px;
}

.number-heading {
	position: relative;
	padding-left: 18px;
	line-height: 50px;
	height: 50px;
}

.number-heading > .elementor-widget-container {
	background-color: transparent!important;
	padding: 10px!important;
}

.number-heading::before {
	font-size: 32px;
	font-weight: 400;
	color: #009ab2;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 18px;
	text-align: left;
}

.number-heading-1::before {
	content: "1";
}

.number-heading-2::before {
	content: "2";
}

.number-heading-3::before {
	content: "3";
}

.number-heading-4::before {
	content: "4";
}

.number-heading-5::before {
	content: "5";
}

.number-heading-6::before {
	content: "6";
}

.number-heading-7::before {
	content: "7";
}

.number-heading-8::before {
	content: "8";
}

.number-heading-9::before {
	content: "9";
}

.number-heading-10::before {
	content: "10";
	width: auto;
	left: -15px;
}

.elementor-widget.subheadings:not(:last-child) {
	margin-bottom: 10px;
}

.subheadings h3 {
	color: #a9a7a7;
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
}

.subheadings h4 {
	font-size: 32px;
	margin: 0px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: initial;
}

.subheadings p {
	margin-bottom: 0px;
}

.single .entry-content .elementor-post__title a:not([class]),
.page:not(.entry-card) .entry-content .elementor-post__title a:not([class]) {
	padding: 0px;
}

.grid__item .entry-card--text .entry-header {
	background-color: #009ab2;
}

.ipi-floating-image {
	float: left;
	margin: 0 10px 10px 0;
}

body.single .category-our-work .entry-featured.entry-thumbnail {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

body .elementor-posts .category-our-work h3.elementor-post__title a {
	text-transform: uppercase;
}

.category-our-work .entry-featured.entry-thumbnail img {
	margin: 0px;
}

.menu-lp-panel h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.menu-lp-panel .elementor-widget-image {

}

.menu-lp-panel .elementor-column-wrap {
	padding-top: 0px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column.menu-lp-panel > .elementor-element-populated {
	padding-top: 0px;
}

#cn-accept-cookie,
#cn-more-info {
	border: 1px solid white;
	padding: 5px 10px;
	color: white;
	text-transform: uppercase;
	transition: color 0.4s, background-color 0.4s;
	box-shadow: none!important;
	background-color: #009ab2!important;
	background-image: none;
	border-radius: 0px;
}


#cn-accept-cookie:hover,
#cn-more-info:hover {
	color: #009ab2;
	background-color: white!important;
}


#ipi-showroom-filter input[type=submit] {
  box-shadow: none!important;
  background-color: white!important;
  border: 1px solid #009ab2;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 3px 6px;
  margin: 0px;
  width: auto;
  transition: background-color 0.4s, color 0.4s;
  color: #009ab2;
	margin-top: 10px;
}


#ipi-showroom-filter input[type=submit]:hover {
	background-color: #009ab2!important;
	color: white;
}

#ipi-showroom-filter input[type=submit]:after {
  content:"";
  display: table;
  float: none;
  clear: both;
}

h3.green-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #009ab2;
  font-family: 'Oswald';
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

h3.black-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: black;
  font-family: 'Oswald';
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

#ipi-lentsch-link {
	cursor: pointer;
}

.grecaptcha-badge {
	display: none;
}

#wpcf7-f13972-p13970-o1 input[type=text],
#wpcf7-f13972-p13970-o1 input[type=email] {
	margin-bottom: 20px;
}

#wpcf7-f13972-p13970-o1 input[type=submit] {
  box-shadow: none!important;
  background-color: white!important;
  font-weight: 400;
  margin: 0px;
	margin-top: 10px;
  width: auto;
  transition: background-color 0.4s, color 0.4s;
  color: #009ab2;
	float: right;
	border: 1px solid #009ab2;
	padding: 5px 15px;
}

@media only screen and (min-width: 1200px) {
	.pull-right.not-that-much,
	.pull-left.not-that-much {
		width: calc(200px + 30%);
	}
}
