/*

Theme name: Connectum

Description: Custom theme on Wordpress

Version: 1.0

Author: rising bear



All css files are placed in /css/ folder

*/

.link-privacy-policy a {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 2px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	display: block;
	padding-bottom: 35px;
	margin: 0;
}

.yikes-easy-mc-form {
	position: relative;
}
.yikes-mailchimp-eu-compliance-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.home .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	margin-bottom: 1em;
	margin-top: 0;
}
.newsletter_form .yikes-easy-mc-form label.label-inline {
	padding-right: 20px;
	padding-left: 0;
	float: left;
	width: calc(50% - 95px);
}

.newsletter_form .yikes-easy-mc-form .submit-button-inline-label {
	position: absolute;
	right: 0;
	top: 0;
}
.copyright-right p {
	margin-bottom: 15px;
}
.cookie-notice-container #cookie-notice .cn-button {
	margin: 0 0 0 10px;
}
.cookie-notice-container #cn-accept-cookie {
	height: auto;
}
.page-template-template-3 .content {
	padding: 70px 0;
}
.page-template-template-3 .content h1 {
	text-align: center;
}
.page-template-template-3 .content-header {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	margin-bottom: 40px;
}
.page-template-template-3 .content-header .return-back a,
a.green-link {
	color: #74a10b;
	transition: .4s;
	text-decoration: underline;
}
.page-template-template-3 .content-header .return-back a:hover,
a.green-link:hover {
	color: #4a6607;
}

.page-template-template-3 .content-header .text-center {
	margin: auto;
    position: relative;
    left: -39px;
}
.calculator_iframe,
.investor_coach_iframe {
	height: 1080px;
}
html:lang(en-US) h1.hide_on_mobile.white-color.text-shadow {
	line-height: 62px !important;
}

@media (max-width: 1024px) {
	.calculator_iframe {
	    height: 1760px;
	}
	.investor_coach_iframe {
        min-height: 600px;
        height: auto;
	}
}

@media (max-width: 768px) {
	.newsletter_form .yikes-easy-mc-form .submit-button-inline-label {
		position: static;
		margin-top: 10px;
	}
	.yikes-mailchimp-eu-compliance-label {
		position: static;
	}
	.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {
		margin-top: 1em;
	}
}
@media (max-width: 480px) {
	.calculator_iframe {
	    height: 2630px;
	}
	html[lang="sv-SE"] .calculator_iframe,
	html[lang="nb-NO"] .calculator_iframe {
	    height: 2770px;
	}
}