/*-----------------------
# Fonts
-----------------------*/

@font-face {
  font-family: 'Fredoka One Pegasus';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/k3kUo8kEI-tA1RRcTZGmTlHGCaGn8wf-.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Pegasus';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFVZ0df8pkAg.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Pegasus';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/mem5YaGs126MiZpBA-UNirkOUuhvKKSTjw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Pegasus';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/mem5YaGs126MiZpBA-UN7rgOUuhvKKSTjw.woff) format('woff');
}

/*-----------------------
# Resets
-----------------------*/

body {
	font-family: 'Open Sans Pegasus';
	color: #000000;
	overflow-x: hidden !important;
}

h1 {
	color: #000000;
	font-family: 'Fredoka One Pegasus';
	font-size: 4.2em;
	line-height: 1.2;
	margin: 0 0 25px;
}

p {
	font-size: 1em;
}

a, a:active, a:focus {
	outline: none;
}

.site {
	overflow-x: hidden !important;
}

.home .entry-header, .entry-footer {
	display: none;
}

.entry-content, .hentry {
	margin: 0;
}

.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

/*-----------------------
# Navigation
-----------------------*/

.site-header {
	position: absolute;
	width: 100%;
	z-index: 999;
	bottom: 0;
	height: 100px;
	background-color: #ffffff;
	border-top: 7px solid #000000;
	border-bottom: 7px solid #000000;
	padding: 0 20px;
}

.site-header.stuck {
  left: 0;
  position: fixed;
  top: 0;
}

.logo {
	float: left;
	max-width: 159px;
	margin: 14px 0;
}

.logo a::after {
	display: none !important;
}

#primary-menu {
	float: right;
}

.main-navigation {
	float: none;
	max-width: 1100px;
	margin: 0 auto;
}

.main-navigation li {
	margin: 30px;
}

.main-navigation a {
	font-family: 'Fredoka One Pegasus';
	color: #000000;
	font-size: 1.05em;
	letter-spacing: 1px;
}

.main-navigation a:after {
  content: '';
  display: block;
  margin: auto;
  height: 4px;
  width: 0;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -moz-transition: width .5s ease, background-color .5s ease;
  -ms-transition: width .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}

.main-navigation a:hover:after,
.main-navigation a.active:after {
  width: 100%;
  background: #000000;
}

/*-----------------------
# Home
-----------------------*/

.banner {
	background-color: #252525;
}

.banner .wpb_text_column {
	margin-bottom: 100px;
}

#about-us {
	padding: 200px 10px 215px;
	max-width: 1100px;
	margin: 0 auto !important;
}

#about-us .wpb_text_column {
	max-width: 700px;
	float: right;
	position: relative;
	margin-bottom: 0;
}

#about-us .wpb_text_column::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/striped-circle.png');
	background-repeat: no-repeat;
	width: 647px;
	height: 648px;
	position: absolute;
	left: -50%;
	top: -50%;
	z-index: 1;
}

#about-us .wpb_text_column > .wpb_wrapper {
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	padding: 30px 40px 40px;
}

#products {
	background-color: #E1E1E1;
	padding: 70px 10px 50px;
	position: relative;
}

/*#products::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/products-overlay.png');
	width: 100%;
	height: calc(100% + 60px);
	position: absolute;
	top: -30px;
	right: 0;
	background-repeat: no-repeat;
	background-position: right;
}*/

#products::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/products-overlay.png');
	width: calc(100% - 650px);
	height: calc(100% + 60px);
	position: absolute;
	top: -30px;
	right: 0;
	background-repeat: no-repeat;
	background-position: left;
	max-width: 650px;
}

#products .vc_col-sm-12 {
	max-width: 1100px;
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 10;
}

#products .wpb_text_column {
	max-width: 650px;
}

.branding-industry {
	padding: 250px 10px 50px;
	max-width: 1100px;
	margin: 0 auto !important;
}

.branding-industry .wpb_text_column {
	max-width: 700px;
	float: right;
	position: relative;
}

.branding-industry .wpb_text_column::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/pink-circle.png');
	background-repeat: no-repeat;
	width: 568px;
	height: 568px;
	position: absolute;
	left: -50%;
	top: -35%;
	z-index: 1;
}

.branding-industry .wpb_text_column > .wpb_wrapper {
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	padding: 30px 40px 40px;
}

.sizes {
	background-color: #EC008C;
	color: #ffffff;
	padding-top: 16px;
}

.sizes .vc_col-sm-12 {
	max-width: 950px;
	margin: 0 auto;
	float: none;
	position: relative;
}

.sizes .vc_col-sm-12::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/sizes.png');
	width: 324px;
	height: 145px;
	position: absolute;
	top: -160px;
	right: 0;
	z-index: 20;
}

.sizes .vc_col-sm-7 {
	width: 54%;
}

.sizes .vc_col-sm-5 {
	width: 46%;
}

.sizes p {
	line-height: 1.3;
	font-size: 1.07em;
	border-left: 10px solid #ffffff;
	padding-left: 15px;
}

.sizes strong {
	font-size: 1.3em;
	letter-spacing: 0.5px;
	line-height: 1;
}

.sailing-industry {
	background-color: #E1E1E1;
	padding: 82px 10px 60px;
	position: relative;
	clear: both;
}

.sailing-industry::after {
	content: '' !important;
	display: block !important;
	background-image: url('/wp-content/uploads/2018/02/sailing-after-2.png');
	width: calc(100% - 535px);
	height: calc(100% + 60px);
	position: absolute;
	top: -25px;
	right: 0;
	background-repeat: no-repeat;
	background-position: left;
	max-width: 590px;
}

.sailing-industry .vc_col-sm-12 {
	max-width: 1100px;
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 10;
}

.sailing-industry .wpb_text_column {
	max-width: 650px;
	position: relative;
}

.sailing-industry .wpb_text_column::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/sailing-before-2.png');
	width: 100%;
	height: calc(100% + 60px);
	position: absolute;
	top: -25px;
	left: calc(-100% - 40px);
	background-repeat: no-repeat;
	background-position: right;
}

.electric-motor {
	padding: 130px 10px 110px;
	max-width: 1100px;
	margin: 0 auto !important;
}

.electric-motor .wpb_text_column {
	max-width: 700px;
	float: right;
	position: relative;
}

.electric-motor .wpb_text_column::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/pink-balls.png');
	background-repeat: no-repeat;
	width: 355px;
	height: 337px;
	position: absolute;
	left: -54%;
	top: -10%;
	z-index: 1;
}

.electric-motor .wpb_text_column > .wpb_wrapper {
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	padding: 30px 0 40px;
}

.electric-motor p {
	max-width: 500px;
}

.other-applications {
	background-color: #EBEBEB;
	padding: 0 10px;
	position: relative;
	clear: both;
}

.other-applications::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 35px;
	border-top: 90px solid transparent;
	border-right: 80px solid #ffffff;
	border-bottom: 90px solid transparent;
}

.other-applications .vc_col-sm-12 {
	max-width: 1100px;
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 10;
}

.other-applications .wpb_text_column {
	max-width: 650px;
	position: relative;
	background-color: #ffffff;
	border: 12px solid #000000;
	padding: 30px 38px 38px;
	margin-bottom: -50px;
	margin-top: -50px;
}

.other-applications .wpb_text_column::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/triangle.png');
	width: 122px;
	height: 241px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -122px;
	top: 30px;
}

.diameters {
	padding: 160px 10px 60px;
	max-width: 1100px;
	margin: 0 auto !important;
}

.diameters .wpb_text_column {
	width: 100%;
	max-width: 700px;
	float: right;
	position: relative;
}

.diameters .wpb_text_column::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/small-pink-circles.png');
	background-repeat: no-repeat;
	width: 355px;
	height: 337px;
	position: absolute;
	left: -53%;
	top: 10%;
	z-index: 1;
}

.diameters .wpb_text_column > .wpb_wrapper {
	position: relative;
	z-index: 10;
	background-color: #ffffff;
	padding: 30px 0 40px;
}

.diameters h1 {
	max-width: 645px;
}

.diameters p {
	max-width: 470px;
}

#contact-us {
	background-color: #252525;
	padding: 90px 10px 75px;
	min-height: 480px;
}

#contact-us h1 {
	color: #ffffff;
	max-width: 300px;
}

#contact-us .wpb_text_column {
	max-width: 1070px;
	position: relative;
	margin: 0 auto !important;
}

#contact-us .wpb_text_column:last-child {
	margin: 0;
}

#contact-us .wpb_text_column a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	line-height: 1.3;
}

#contact-us .wpb_text_column p {
	margin-bottom: 10px;
}

#contact-us .wpb_text_column p::before {
	color: #EC008C;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1.1em;
	font-weight: 600;
}

#contact-us .wpb_text_column p:nth-child(2)::before {
	content: 'A';
}

#contact-us .wpb_text_column p:nth-child(3)::before {
	content: 'T';
}

#contact-us .wpb_text_column p:nth-child(4)::before {
	content: 'E';
}

.contact-button {
	cursor: pointer;
	font-family: 'Fredoka One Pegasus';
	letter-spacing: 2px;
	font-size: 2.1em;
	border: 5px solid #EC008C;
	padding: 30px 35px;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 30;
	opacity: 1;
	-webkit-transition: 0.35s ease;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.contact-button:hover {
	background-color: #EC008C;
}

.contact-button.hidden {
	opacity: 0;
	-webkit-transition: 0.15s ease;
	-ms-transition: 0.15s ease all;
	-o-transition: 0.15s ease all;
	transition: 0.15s ease all;
}

#contact-us .close {
	position: absolute;
	right: 12px;
	top: 0;
	max-width: 15px;
}

#contact-us .close img {
	cursor: pointer;
}

.contact-form {
	/* visibility: hidden; */
	background-color: #ffffff;
	border: 12px solid #000000;
	position: absolute;
	top: -58px;
	right: -604px;
	z-index: 10;
	width: 100%;
	max-width: 600px;
	padding: 0 !important;
	-webkit-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.contact-form::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2018/02/triangle-2.png');
	width: 106px;
	height: 204px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -106px;
	bottom: 30px;
}

.contact-form::after {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	background-color: #ED008C;
	position: absolute;
	left: -118px;
	bottom: 236px;
}

.contact-form.slide {
	right: -22px;
	z-index: 40;
	/* visibility: visible; */
}

body #gform_wrapper_1 {
	padding: 5px 30px 10px;
}

body .gform_wrapper label.gfield_label {
	color: #ED008C;
	font-weight: 600;
	font-family: 'Open Sans Pegasus', sans-serif;
	display: inline;
	width: auto !important;
	margin-bottom: 0 !important;
	padding-right: 8px !important;
}

body .gform_wrapper .gfield_required {
	color: #ED008C;
}

body .gform_wrapper .left_label input.medium {
	border: none;
	border-bottom: 2px solid #000000;
	border-radius: 0;
	line-height: 1.2;
	position: relative;
	top: -12px;
	color: #000000;
	outline: none !important;
}

body #input_1_1 {
	width: calc(100% - 72px);
}

body #input_1_2 {
	width: calc(100% - 83px);
}

body #input_1_3 {
	width: calc(100% - 68px);
}

body #field_1_4 .gfield_label {
	display: block;
	width: 100% !important;
	margin-bottom: 15px !important;
}

body .gform_wrapper textarea.medium {
	height: 130px;
	border: 2px solid #000000;
	border-radius: 0;
	color: #000000;
	width: 100% !important;
	outline: none !important;
}

body .gform_wrapper .gform_footer:not(.top_label) {
	padding: 5px 0 16px;
	margin-left: 0;
	width: 100%;
}

body .gform_wrapper .gform_footer input.button {
	margin: 0;
	font-family: 'Open Sans Pegasus', sans-serif;
	background-color: #EC008C;
	border: 2px solid #EC008C;
	border-radius: 0;
	padding: 7px 15px 9px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.2px;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

body .gform_wrapper .gform_footer input.button:hover {
	background-color: #ffffff;
	color: #EC008C;
}

body .gform_confirmation_wrapper h2 {
	color: #EC008C;
	padding: 20px 30px 315px;
	font-family: 'Fredoka One Pegasus';
	letter-spacing: 0.5px;
}

body .gform_wrapper div.validation_error {
	color: #EC008C;
	font-size: 0.9em;
	margin-bottom: 10px;
	border-top: 2px solid #EC008C;
	border-bottom: 2px solid #EC008C;
	padding: 7px 0;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	margin-top: 0;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0 !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}

body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	float: left;
	width: 29%;
	padding-right: 16px;
	margin-bottom: 0;
	margin-top: 0 !important;
}

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
	line-height: 1;
}

body .gform_wrapper .validation_message {
	line-height: 0;
	color: #EC008C;
}

body .gform_wrapper .gfield_error .gfield_label {
	color: #EC008C;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
body .gform_wrapper li.gfield_error textarea {
	border: none;
	border-bottom: 2px solid #000000;
}

/*-----------------------
# Footer
-----------------------*/

.coffee-foot {
	text-align: center;
	padding: 30px 20px;
}

.coffee-foot img {
	position: relative;
	top: 1px;
	margin-right: 7px;
}

.coffee-foot a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.95em;
}

/*-----------------------
# Search / 404
-----------------------*/

.search #primary,
.error404 #primary {
	padding: 25px;
	max-width: 1135px;
	margin: 125px auto 0;
}

.search h1,
.error404 h1 {
	font-size: 2.5em;
}

.search .site-info,
.error404 .site-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

/*-----------------------
# Responsive
-----------------------*/

#coffeerm-button {
	background-color: transparent;
	top: 21px;
	right: 18px;
	display: none;
	position: absolute;
	bottom: 0;
}

#coffeerm-button span {
	width: 33px;
	background-color: #000000;
}

ul.responsive-menu-items {
	background-color: #ffffff;
	padding: 0;
}

ul.responsive-menu-items .sub-menu {
	padding-left: 0;
	margin: 0;
}

ul.responsive-menu-items li ul.sub-menu li {
	margin: 0;
	padding-right: 20px;
}

ul.responsive-menu-items li ul.sub-menu a {
	padding-left: 0;
}

ul.responsive-menu-items li {
	list-style: none;
	position: relative;
	margin: 0;
	text-align: left;
}

ul.responsive-menu-items a {
	text-align: left;
	text-decoration: none;
	padding: 8px 15px 6px;
	display: block;
	border: none;
	margin: 0;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
	display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
	background-color: #EC008C;
	color: #ffffff;
}

ul.responsive-menu-items li.menu-item-has-children::after {
	border-left: 10px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 0px solid #ffffff;
	top: 9px;
	right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover:after {
	border-left: 10px solid #000000;
	border-right: 0px solid #000000;
}

ul.responsive-menu-items li ul.sub-menu {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	width: 100%;
}

ul.responsive-menu-items li ul.sub-menu li {
	padding-right: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
	padding: 8px 15px 6px 25px;
	font-size: 1em;
}

ul.responsive-menu-items li ul.sub-menu .sub-menu a {
	padding-left: 45px;
}

@media (max-width: 1100px) {
	.branding-industry {
		padding: 190px 10px 50px;
	}
	.electric-motor {
		padding: 70px 10px 65px;
	}
	.diameters {
		padding: 90px 10px 15px;
	}
}

@media (max-width: 950px) {
	.sizes p {
		font-size: 0.92em;
	}
}

@media (max-width: 800px) {
	.other-applications .wpb_text_column {
		max-width: 520px;
	}
}

@media (max-width: 768px) {
	/* iPad */
	.vc_col-xs-12, .vc_column_container {
		width: 100% !important;
		float: none !important;
	}
	.sizes .vc_col-sm-12 > .vc_column-inner {
		padding: 0;
	}
	.sizes .vc_col-sm-7,
	.sizes .vc_col-sm-5 {
		width: 100%;
		text-align: center;
	}
	.sizes .vc_col-sm-7 .wpb_text_column {
		margin-bottom: 0;
	}
	.sizes .vc_col-sm-12::before {
		background-size: contain;
		background-repeat: no-repeat;
		width: 250px;
		height: 112px;
		top: -128px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.sizes p {
		padding-left: 0;
		border-left: none;
	}
}

@media (max-width: 750px) {
	.electric-motor {
		padding: 22px 10px 42px;
	}
	.electric-motor .wpb_text_column::before {
		display: none;
	}
	.diameters {
		padding: 65px 10px 0;
	}
	.diameters .wpb_text_column::before {
		display: none;
	}
	#contact-us {
		padding: 60px 10px 42px;
	}
	.contact-button {
		font-size: 1.2em;
		padding: 15px 22px;
	}
}

@media (max-width: 700px) {
	.contact-form {
		width: calc(100% + 45px);
	}
	.contact-form::before,
	.contact-form::after {
		display: none !important;
	}
	body #gform_wrapper_1 {
		padding: 5px 15px 10px;
	}
}

@media (max-width: 660px) {
	#coffeerm-button, .responsive-menu-items {
		display: block !important;
	}
	#primary-menu {
		display: none;
	}
	.other-applications::after {
		display: none;
	}
	.other-applications .wpb_text_column::after {
		display: none;
	}
}

@media (max-width: 640px) {
	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1;
	}
	body .gform_wrapper .gform_footer:not(.top_label) {
		padding: 5px 0 12px;
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 3em;
	}
	p {
		font-size: 0.9em;
	}
	#about-us {
		padding: 35px 0;
		min-height: 420px;
	}
	#about-us .wpb_text_column::before {
		width: 420px;
		height: 420px;
		left: -140px;
		top: 50%;
		background-size: contain;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#about-us .wpb_text_column > .wpb_wrapper {
		padding: 15px 18px 20px;
	}
	#products {
		padding: 40px 10px 20px;
	}
	.branding-industry {
		padding: 85px 0 75px;
	}
	.branding-industry .wpb_text_column::before {
		width: 420px;
		height: 420px;
		left: -110px;
		top: -80px;
		background-size: contain;
	}
	.branding-industry .wpb_text_column > .wpb_wrapper {
		padding: 15px 18px 20px;
	}
	.sailing-industry {
		padding: 35px 10px 12px;
	}
	.electric-motor {
		padding: 12px 10px 25px;
	}
	.other-applications .wpb_text_column {
		padding: 15px 15px 22px;
	}
	.diameters {
		padding: 55px 10px 0;
	}
	.diameters .wpb_text_column > .wpb_wrapper {
		padding: 30px 0 18px;
	}
	.contact-button {
		float: none;
		position: relative;
		right: auto;
		bottom: -30px;
		left: 0;
	}
}

@media (max-width: 450px) {
	h1 {
		font-size: 2em;
	}
}

@media (max-width: 400px) {
	.coffee-foot {
		padding: 20px 20px 23px;
	}
	.coffee-foot a {
		font-size: 0.8em;
	}
}
