/*
Theme Name: BlankSlate
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


:root {
	--main-color: #006F75;
	--gray: #707070;
}

/* CSS RESET */
main {
	flex: 1;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

html,
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: "Manrope", sans-serif !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

a {
	text-decoration: none !important;
}

ul {
	list-style: none;
	padding: 0 !important;
}

img {
	width: 100%;
}

blockquote::before,
blockquote::after {
	content: "";
}

body {
	overflow-x: hidden;
}

.text-main-color {
	color: var(--main-color);
}

.text-gray {
	color: var(--gray);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

header#header {
	padding: 15px 0;
}

div#site-title a {
	font-size: 25px;
	font-weight: 200;
	letter-spacing: 0.1em;
	margin-right: 20px;
	text-decoration: none !important;
	color: #88898d !important;
}

#site-title-1 h1 {
	font-size: 25px !important;
	color: #008E72 !important;
	letter-spacing: 0.05em !important;
	font-weight: 300;
}

div#site-description h1 {
	font-size: 25px;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #88898d;
}

.sub-header {
	background-color: #02509F;
	text-align: center;
	margin-bottom: 40px;
}

#menu ul {
	margin: auto;
}

#menu ul li {
	display: inline-block;
	padding: 10px 50px;
	font-size: 20px;
	font-weight: 200;
}

#menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
}

.separator {
	width: 7px;
	background-color: #006F75;
	display: inline-block;
}

footer#footer {
	background: #02509F !important;
	color: #FFFFFF;
	text-align: center;
	font-weight: 100;
}

nav.social-media-links li a i {
	font-size: 34px;
}

footer#footer a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 100;
	font-size: 85%;
}

div#counter {
	background: #f0f1f5;
	padding: 30px 90px;
	margin-bottom: 20px;
}

.countbar {
	height: 20px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

#counter>div {
	font-size: 20px;
	font-weight: 200;
}

#counter>div span {
	font-size: 25px;
	margin: 0 5px;
	font-weight: 300;
}

span.selected,
span.total {
	color: #2891c4;
}

span.remaining {
	color: #5db8dc;
}

#participate-btn {
	background-color: #006F75;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	transition: all ease-in-out 0.3s;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 28px;
	padding: 1.4rem 4rem;
}

#participate-btn:hover {
	background-color: #A08E5F;
}

.more-btn {
	background-color: #008E72;
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	transition: all ease-in-out 0.3s;
	padding: 0.75rem 3rem;
}

.more-btn:hover {
	background-color: #03509F;
	font-size: 22px;
}

.bar {
	display: inline-block;
	height: 25px;
	background: #5db8dc;
	background: -webkit-linear-gradient(to right, #5db8dc, #2890c5);
	background: linear-gradient(to right, #5db8dc, #2890c5);
	margin: 0;
}

#filter {
	padding: 20px;
	background: #f0f1f5;
}

#filter a {
	color: #5cb7db;
	font-weight: 200;
	font-size: 12px;
}

#filter hr {
	border-color: #fff !important;
	border-width: 2px;
}

.filter-title {
	font-weight: 100;
	color: #818286;
	font-size: 20px;
	letter-spacing: 0.02em;
}

#filter .entries .entry {
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 0.04em;
	cursor: pointer;
	padding: 2px 0px;
	border: 1px solid #f0f1f5;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
	line-height: 22px;
}

#filter .entries .entry.selected {
	color: #1e8fc6;
	border-color: #b1c1a3;
}

#filter .entries .entry.by-man {
	background-image: url(./images/man.svg);
	background-size: 11px;
	background-position: 96% 5px;
	background-repeat: no-repeat;
}

#filter .entries .entry.by-org {
	background-image: url(./images/building.svg);
	background-size: 20px;
	background-position: 97.5% 6px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-right: 25px;
}

a.send-yours {
	background: url(./images/steile_btn.svg);
	width: 100%;
	display: block;
	text-align: center;
	padding: 19px;
	font-weight: 100;
	font-size: 24px;
	background-size: contain;
	background-position: center;
	color: #fff !important;
	text-decoration: none !important;
	max-width: 350px;
	background-repeat: no-repeat;
}

.legend {
	padding: 20px 10px;
	background: #fff;
	margin-top: 40px;
	font-weight: 100;
}

.legend>div:first-child>img {
	width: 22px;
	margin-right: 10px;
}

.legend>div:last-child>img {
	width: 11px;
	margin-right: 16.5px;
	margin-left: 5px;
	margin-top: 10px;
}

.legend>div:last-child>span {
	position: relative;
	top: 6px;
}

.item {
	/* padding:10px;
	border:1px solid #f1f0f5;
	border-radius:5px;
	margin:10px;
	flex:none; */
	/*display:inline-block;*/
	display: inline-table;
	/* max-width:30%!important; */
}

.item-internal {
	padding: 10px;
	border: 1px solid #f1f0f5;
	border-radius: 5px;
	margin: 10px;
	flex: none;
	/*display:inline-block;*/
	display: inline-table;
	max-width: 30% !important;
}

.item-space {
	border: 1px solid #f1f0f5;
	border-radius: 5px;
	margin: 10px 0px;
	padding: 10px;
}

.item .title {
	color: #4d4d4d;
	font-size: 17px;
	margin-bottom: 10px;
}

.item .description {
	font-size: 13px;
	line-height: 15px;
	color: #4d4d4d;
	margin-bottom: 10px;
}

.item a.learn-more {
	color: #2990c4 !important;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	cursor: pointer !important;
}

.item .image {
	height: 170px;
	background-size: cover !important;
	margin-bottom: 10px;
	background-position: center center !important;
}

.action-thumbnail {
	height: 170px;
	background-size: contain !important;
	margin-bottom: 10px;
	background-position: center center !important;
}

.item .badge {
	display: inline-block !important;
	position: absolute;
	margin-top: -30px;
	width: 25px;
	height: 30px;
	background: #fff;
	border-color: #f4f3f8;
	border: 1px solid #f4f3f8 !important;
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
}

.item .badge.org {
	background-image: url(./images/building.svg);
}

.item .badge.man {
	background-image: url(./images/man.svg);
	background-size: 10px;
}

.item .cost {
	display: inline-block;
	font-weight: 100;
}

.cost {
	color: #4d4d4d;
}

.internal-challenge-title {
	color: #818284;
	font-size: 30px;
	letter-spacing: 0.05em;
	margin: 0px;
}

.item span.price {
	display: block;
	font-size: 21px;
	color: #2990c4;
	font-weight: 300;
	margin-top: -5px;
}

.item .select {
	float: right;
	padding: 5px 15px;
	margin-top: 10px;
	border: 2px solid #90c7e1;
	border-radius: 5px;
	color: #288ec5;
	cursor: pointer;
}

.legend span {
	font-size: 12px;
}

.mo_btn-mo.login-button {
	cursor: pointer;
}

#cards .col-md-9.col-sm-12.row {
	flex: none;
	display: initial;
}

.col-md-3.item.selected {
	background: #f6f7fb;
	border-color: #b1c1a1;
}

.item.selected .select {
	color: #fff;
	border: 2px solid #288ec5;
	background: #288ec5;
}

.modal-dialog {
	top: 20%;
	left: 10.5%;
	min-width: 50%;
}

button.close {
	font-weight: 200;
	font-size: 60px;
	position: absolute;
	right: 15px;
	top: -5px;
	transform: rotate(-45deg);
	cursor: pointer;
	color: #154862;
	outline: none !important;
}

h4.modal-title {
	font-size: 18px;
	font-weight: 300;
}

a.return-back {
	padding: 5px 10px;
	border: 1px solid #2891c4;
	color: #2891c4 !important;
	font-weight: 100;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

p.description {
	font-size: 85%;
}

p.total-cost {
	font-weight: 100;
}

.total-cost span {
	color: #5db8dc;
	font-size: 130%;
	margin-left: 10px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.modal .select {
	padding: 7px 20px;
	border: 1px solid #5db8dc;
	color: #5db8dc !important;
	font-weight: 100;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
}

.modal .select.active {
	color: #fff !important;
	border: 2px solid #288ec5;
	background: #288ec5;
}

.modal img {
	width: 100%;
}

.modal-body, .modal-header {
	padding: 25px 35px !important;
}

.submit-selection {
	float: right;
	position: relative;
}

.submit-selection {
	float: right;
	position: relative;
	padding: 10px 25px;
	border: 2px solid #2891c4;
	color: #2891c4;
	font-weight: 300 !important;
	cursor: pointer;
	transition: all 0.4s ease;
	top: 5px;
	letter-spacing: 0.05em;
}

.submit-selection:hover {
	color: #fff;
	background: #2891c4;
}

.grab {
	display: inline-block;
	margin-right: 20px;
}

.vote-sort .title {
	display: inline-block;
}

.vote-sort {
	padding: 10px 0;
	margin-top: 20px;
}

.vote-item {
	padding: 5px 15px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f6f7fb;
}

.vote-sort .title span {
	color: #2890c5;
	font-size: 100% !important;
}

span.remaining.negative {
	color: #f44336;
}

.vote-item .remove {
	float: right;
	cursor: pointer;
	color: #bbb;
}

.modal-content.selected {
	border: 1px solid #b1c1a3;
	background: #f6f7fb;
}

a.profile-icon {
	width: 30px;
	height: 30px;
	position: relative;
	float: right;
	top: -40px;
	background: url(./images/profile.svg) no-repeat center center / contain;
}

.user-row {
	margin-bottom: 14px;
}

.user-row:last-child {
	margin-bottom: 0;
}

.dropdown-user {
	margin: 13px 0;
	padding: 5px;
	height: 100%;
}

.dropdown-user:hover {
	cursor: pointer;
}

.table-user-information>tbody>tr {
	border-top: 1px solid #ddd;
}

.table-user-information>tbody>tr:first-child {
	border-top: 0;
}

.table-user-information>tbody>tr>td {
	border-top: 0;
}

.toppad {
	margin-top: 20px;
}

#user-profile .panel-body {
	padding: 25px;
	background: #f4f3f8;
	border-radius: 6px;
}

.col-md-6.items-wrapper {
	padding-top: 51px;
	margin-bottom: 40px;
}

.voted-item-image {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: cover !important;
	background-position: center center !important;
}

.voted-items .title {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 0;
	top: -11px;
	position: relative;
}

.voted-items .title span {
	font-size: 21px;
	color: #2990c4;
	font-weight: 300;
}

.voted-items {
	margin-top: 20px;
}

.voted-item {
	padding: 10px;
	border-bottom: 1px solid #f1f0f5;
	padding-bottom: 0;
}

.voted-item:last-child {
	border-bottom: 0 solid #f1f0f5;
}

.message-box {
	height: 200px;
	width: 380px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: 50px;
	color: #2f3242;
	font-weight: 300;
}

.message-box h1 {
	font-size: 60px;
	line-height: 46px;
	margin-bottom: 40px;
}

.buttons-con .action-link-wrap {
	margin-top: 40px;
}

.buttons-con .action-link-wrap a {
	background: #1791c9;
	padding: 8px 25px;
	border-radius: 4px;
	color: #fff !important;
	font-weight: 200;
	font-size: 14px;
	transition: all 0.3s linear;
	cursor: pointer;
	text-decoration: none;
	margin-right: 10px;
	letter-spacing: 0.05em;
}

.buttons-con .action-link-wrap a:hover {
	background: #19679a;
	color: #fff;
}

#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
	animation: float 1s infinite ease-in-out alternate;
}

#Polygon-2 {
	animation-delay: 0.2s;
}

#Polygon-3 {
	animation-delay: 0.4s;
}

#Polygon-4 {
	animation-delay: 0.6s;
}

#Polygon-5 {
	animation-delay: 0.8s;
}

@keyframes float {
	100% {
		transform: translateY(20px);
	}
}

@media (max-width: 450px) {
	.error404 svg {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -250px;
		margin-left: -190px;
	}

	.message-box {
		top: 50%;
		left: 50%;
		margin-top: -100px;
		margin-left: -190px;
		text-align: center;
	}
}

a.program {
	width: 80%;
	margin: 20px auto;
	display: block;
}

.program img {
	width: 100%;
}

.submit-selection.disabled {
	background: rgb(244, 67, 54);
	color: #fff;
	border-color: #ff0000;
	cursor: not-allowed;
	opacity: 0.5;
}

#success .modal-dialog {
	left: initial;
	width: 400px !important;
	min-width: 400px;
	text-align: center;
	background: url(./images/bg_apofasizoun2.svg) no-repeat;
	background-size: cover;
	height: 210px;
	padding: 40px;
	color: #fff;
}

#success .modal-dialog .modal-content {
	border: none;
	background: none;
}

#failure .modal-dialog {
	left: initial;
	width: 400px !important;
	min-width: 400px;
	text-align: center;
	background: url(./images/bg_apofasizoun2.svg) no-repeat;
	background-size: cover;
	height: 210px;
	padding: 40px;
	color: #fff;
}

#failure .modal-dialog .modal-content {
	border: none;
	background: none;
}

#closed .modal-dialog {
	left: initial;
	width: 400px !important;
	min-width: 400px;
	text-align: center;
	background: url(./images/bg_apofasizoun2.svg) no-repeat;
	background-size: cover;
	height: 210px;
	padding: 40px;
	color: #fff;
}

#closed .modal-dialog .modal-content {
	border: none;
	background: none;
}

.col-md-8.border-left {
	border-left: 2px solid #90c7e1;
	padding-left: 30px;
}

.home .row h1,
.home section h1 {
	font-weight: 300;
	color: #707070;
	margin-bottom: 25px;
	font-size: 30px;
}

.home .row p {
	font-size: 13px;
	font-weight: 100;
	color: #4d4d4d;
}

.apofasizoun {
	background: url(./images/bg_apofasizoun.svg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.03em;
	padding: 40px 70px;
}

hr.dotted {
	background: url('./images/horizontal_line.svg') no-repeat;
	background-position: center center;
	background-size: 300px;
	border: none;
	height: 3px;
	margin: 30px !important;
}

.how-it-works {
	padding: 20px;
}

.bg-how-it-works {
	background: #f0f1f5;
}

.how-it-works .inner {
	background: url(./images/Visaltia-pws_douleuei.svg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 590px;
}

.how-it-works .one {
	font-weight: 100;
	text-align: center;
	position: absolute;
	margin-top: 103px;
	margin-left: 215px;
	line-height: 20px;
}

.how-it-works .two {
	font-weight: 100;
	text-align: center;
	position: absolute;
	margin-top: 190px;
	margin-left: 438px;
	line-height: 20px;
}

.how-it-works .three {
	font-weight: 100;
	text-align: center;
	position: absolute;
	margin-top: 390px;
	margin-left: 880px;
	line-height: 20px;
}

.how-it-works .four {
	font-weight: 100;
	text-align: center;
	position: absolute;
	margin-top: 600px;
	margin-left: 435px;
	line-height: 20px;
}

.how-it-works .five {
	font-weight: 100;
	text-align: center;
	position: absolute;
	margin-top: 390px;
	margin-left: 0px;
	line-height: 20px;
}

section .bordered {
	border: 3px solid #f0f1f5;
	border-radius: 7px;
	padding: 20px;
}

h1.special.category small {
	font-weight: 200;
}

h1.special.category {
	margin-top: 20px;
}

p.description.special {
	padding: 15px;
	background: #f0f1f5;
	font-size: 16px;
	padding-bottom: 30px;
}

.home section .col a span {
	font-size: 37px;
	font-weight: 100;
	color: #fff;
	position: absolute;
	top: 35px;
	left: 50px;
}

.home .with-borders .col h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	color: #c39740;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.home .with-borders .custom-col h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	/*color: #c39740;*/
	color: #808284;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	margin-top: 25px;
}

.badge.inline-block {
	display: block !important;
	width: 30px;
	height: 30px;
}

a.front-item {
	color: #000 !important;
	font-weight: 100;
	margin-bottom: 20px;
	display: block;
}

a.front-item .title {
	font-weight: 400;
}

.badge.inline-block.org {
	background: url('./images/building.svg') no-repeat;
	background-size: 15px;
	background-position: center center;
}

.badge.inline-block.man {
	background: url('./images/man.svg') no-repeat;
	background-size: 25px;
	background-position: center center;
}

.with-borders .col {
	border-right: 2px solid #c0c0c0;
}

.with-borders .col:last-child {
	border-right: 0px solid #c0c0c0;
}

.with-borders .custom-col {
	border-right: 2px solid #c0c0c0;
}

.with-borders .custom-col:last-child {
	border-right: 0px solid #c0c0c0;
}

.vl {
	border-left: 1px solid #FFFFFF;
	height: 40px;
}


@media screen and (max-width: 1350px) {
	.top-header {
		flex-direction: column;
		gap: 1.5rem;
		margin-bottom: 1rem;
	}

	#logo {
		padding-left: 0 !important;
	}

	#site-title-1 h1 {
		text-align: center;
	}
}

@media screen and (max-width: 766px) {
	.with-borders .custom-col {
		border-right: none;
		border-bottom: 2px solid #c0c0c0;
	}

	.with-borders .custom-col:last-child {
		border-right: none;
		border-bottom: 0px solid #c0c0c0;
	}

	.with-borders .custom-col a img {
		/*margin:25px 0px;*/
		margin: 25px 0px 75px 0px;
	}

	.vl {
		display: none !important;
	}

	header#header .top-header {
		padding: 1rem !important;
		margin: 1rem !important;
	}

	section.bg-how-it-works h1 {
		font-size: 24px;
	}
}


@media screen and (max-width: 390px) {
	#site-title {
		margin-left: 110px !important;
		margin-top: -100px !important;
	}
}


a.login-register {
	float: right;
	position: relative;
	top: -40px;
	left: 110px;
	color: #000 !important;
	font-weight: 200;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

img.img-circle.img-responsive {
	border-radius: 100%;
}

.home section .col-md-4 img {
	width: 100%;
}

div#filter>img {
	width: 100%;
}

.home .badge.inline-block.man {
	background-size: 10px;
}

.tml {
	max-width: 350px !important;
	margin: auto;
}

.header-title {
	font-weight: 300;
	color: #818284;
	margin-bottom: 25px;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.table-header-title {
	color: #818284;
	letter-spacing: 0.05em;
}

.space {
	margin: 100px 0;
}

/* footer at bottom of screen */
html {
	height: 100%;
	box-sizing: border-box;
}

.footer {
	overflow: hidden;
}

.acf-form-submit {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.crowdpolicy-logo {
	display: inline-block;
}

.dev-from {
	text-align: right;
}

.acf-field input[type='text'],
.acf-field input[type='password'],
.acf-field input[type='number'],
.acf-field input[type='search'],
.acf-field input[type='email'],
.acf-field input[type='url'],
.acf-field textarea,
.acf-field select {
	border: 1px solid #aaa;
	border-radius: 4px;
}

.acf-google-map {
	border: 1px solid #aaa;
	border-radius: 4px;
}

div.parent {
	display: table;
	padding: 5px;
	width: 100%;
	margin: 5px 0;
	/* you can change/remove margin */
}

div.text {
	vertical-align: middle;
	display: table-cell;
	text-align: justify;
}

div.parent .img {
	vertical-align: middle;
	display: table-cell;
	padding-right: 5px;
	width: 50px;
	/* you can change width */
}

div.img img {
	width: 100%;
	height: 35px;
	/* you can change height */
	vertical-align: middle;
}

.td-align-middle {
	vertical-align: middle;
}

/*
.challenge-status {
	padding:5px 10px;
	border:1px solid #2891c4;
	color:#2891c4!important;
	font-weight:100;
	text-decoration:none;
	font-size:14px;
	margin-right:20px;
	float: right;
	margin-top: 20px;
}*/

.challenge-status {
	padding: 7px 14px;
	/* border: 1px solid #2891c4; */
	color: #ffffff !important;
	font-weight: 100;
	text-decoration: none;
	font-size: 14px;
	margin-right: 20px;
	float: right;
	margin-top: 20px;
}

#pointer-open {
	height: 32px;
	position: relative;
	background: #8abe56;
}

#pointer-open:before {
	content: '';
	position: absolute;
	right: -16px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 16px solid #8abe55;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

#pointer-close {
	height: 32px;
	position: relative;
	background: #c7ccd0;
}

#pointer-close:before {
	content: '';
	position: absolute;
	right: -16px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 16px solid #c7ccd0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

.from-who .badge.org {
	background-image: url(./images/building.svg);
}

/* .from-who .badge {
    display: inline-block!important;
    width: 25px;
    height: 30px;
    background: #fff;
    border-color: #f4f3f8;
    border: 1px solid #f4f3f8!important;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
} */

.from-who .badge.man {
	background-image: url(./images/man.svg);
	background-size: 10px;
}

.from-who {
	margin: 5px;
}

.from-who .badge {
	display: inline-block !important;
	width: 25px;
	height: 30px;
	background: #fff;
	border-color: #f4f3f8;
	border: 1px solid #f4f3f8 !important;
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
}

.cust-width {
	max-width: 800px !important;
}

.style-list {
	list-style: circle;
	padding-left: 20px;
}

.internal-svg {
	margin: 30px;
}

.acf-button,
#wp-submit {
	color: #fff;
	background: #2891c4;
	border: 2px solid #2891c4;
	padding: 10px 25px;
	font-weight: 300 !important;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 0.4s ease;
}

.acf-button:hover,
#wp-submit:hover {
	padding: 10px 25px;
	border: 2px solid #2891c4;
	color: #2891c4;
	font-weight: 300 !important;
	cursor: pointer;
	letter-spacing: 0.05em;
	background: white;
}

.margin-t-50 {
	margin-top: 50px;
}

.heateor_ss_social_login_optin {
	margin-right: 8px !important;
}

.mo-openid-app-icons {
	text-align: center;

	a.mo_btn-mo.mo_btn-social.login-button {
		display: inline-block;
	}
}