/*
 * Theme Name: Coverdrone theme (V2)
 * Description: Build using Upstatement's Timber theme
 * Author: Via Studios
 * Version: 2.0
*/

/*========================================
=            Basic tag styles            =
========================================*/

body {
	margin: 0;
	background: #fbfbfb;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #879aa9;
	line-height: 1.5;
}

form {
	width: 100%;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-family: "paralucent";
	font-weight: 300 !important;
	color: #063558;
	letter-spacing: 1px;
}

[lang="el"] h1, [lang="el"] h2, [lang="el"] h3, [lang="el"] h4, [lang="el"] h5,
[lang="el"] .h1, [lang="el"] .h2, [lang="el"] .h3, [lang="el"] .h4, [lang="el"] .h5 {
	font-family: "Rubik" !important;
}


h1, .h1 {
	font-size: 50px;
}

h2, .h2 {
	font-size: 29px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 16px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #32c9b6;
}

a:hover {
	text-decoration: underline;
}

form {
	width: 100%;
}
form h2 {
	background:#5fa1ff;
	color:white;
	padding:1.1em;
	border-radius: 3px;
}
form input[type=text], form input[type=number], form input[type=email], form input[type=date] {
	font: 14px/1.35em "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-indent: 15px;
	letter-spacing: 0;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	border: 1px solid #CCC;
	outline: none;
	box-sizing: border-box;
}
form input[type=date] {
	text-indent: 5px;
}
form input:focus, form textarea:focus, form select:focus {
	border:1px solid #AAA;
	background-color:#EFEFEF;
}
form input[type=radio] {
	margin:20px 15px 20px 30px;
}
form select {
	line-height: 1;
	border: 1px solid #ccc;
	height: 45px;
	width:33%;
	margin: 2px 0 15px;
	color: #27303c;
	border-radius: 3px;
	font: 14px/1.35em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAARElEQVR4AZXLoQ3AMBAEwXFP7ielpcvHIQdPLwUs24HzMw8Gd5kuJq8Xs6DMJq9TUZ9PQEF1DmiozwELyryBoDp3sPcBE+gdTR3BcJAAAAAASUVORK5CYII=) no-repeat center right 15px;
	padding: 0 35px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
form textarea {
	display: block;
	width: 100%;
	height: 170px;
	margin-bottom: 20px;
	padding: 12px;
	font: 14px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #27303c;
	overflow: auto;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	border: 1px solid #ccc;
	outline: none;
	box-sizing: border-box;
}
form label {
	white-space: nowrap;
}
form .submit_btn {
	display: inline-block;
	float: right;
	width: 85px;
	height: 35px;
	font: 12px/4.58em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.15em;
	text-decoration: none;
	background-color: #be2844;
	color: #fff;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	border: none;
	outline: none;
	cursor: pointer;
}
form .submit_btn:hover
{
	background-color: #bdbdbd;
}
form input.small-box, form input.medium-box, form input.pounds, form input.pence {
	display:inline;
	width:33%;
	max-width:100px;
	vertical-align: baseline;
	margin-top:10px;
}
form input.small-box {
	max-width: 400px;
}
form input.medium-box {
	width:67%;
	max-width:468px
}
form ul, form ol {
	margin: 1.5em;
}
form ul {
	list-style-type: disc;
}
form ol {
	list-style-type: decimal;
}
form input.parsley-success,
form select.parsley-success,
form textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
form input.parsley-error,
form select.parsley-error,
form textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
form .parsley-errors-list {
	color: #B94A48;
	margin: 0 0 15px 0;
}
div.form-question {
	margin-top:20px;
}
span.form-question-title {
	font-size: 17px;
	margin: 40px 0 15px;
	color: #27303c;
	display: block;
}
label.preceed-input {
	margin-right:10px;
}
form i.fa-chevron-right {
	margin-left: 8px;
}
form i.fa-chevron-left {
	margin-right: 8px;
}
form span.button.read {
	vertical-align: super;
}
form table.buttons {
	width:100%;
}
form table.buttons td {
	width:50%;
}
form table.buttons td:last-child {
	text-align: right;
}
form table .button.hero {
	margin:0;
	padding:0;
	height:80px;
}
form .find-it {
	line-height: 44px;
	height: 44px;
	padding: 0 1em;
	vertical-align: top;
	margin-top: 10px;
}

/*==============================================
=            Simple reuable classes            =
==============================================*/

.show {
	display: block;
}

.hidden {
	display: none;
}

.btn {
	-webkit-appearance: none;
	border-radius: 50px;
	border: 2px solid !important;
	padding: 10px 15px;
}

.btn--empty {
	border-color: inherit;
}

.btn--medium {
	font-size: 16px;
	padding: 15px 30px;
}

.btn--empty:hover,
.btn--green {
	border-color: #32c9b6 !important;
	background: #32c9b6;
	color: white;
}

.elementor-button {
	border-radius: 50px !important;
	background-color: #32C9B6 !important;
}

.scroll-x {
	overflow-x: scroll;
}

.pad--5percent {
	padding: 5%;
}

.pad-bottom--5percent {
	padding-bottom: 5%;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.color-inherit {
    color: inherit;
}

.page-title {
	text-align: center;
	line-height: 1.1em;
}

@media only screen and (min-width: 768px) {
	.page-title {
		margin-top: 15vh;
	}
}

.dash-top:before {
	content: "\2014";
	font-size: 3em;
	color: #063558;
	margin-left: -5px;
}

.gradient-radial--blue {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 35%, rgba(219,232,241,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 35%,rgba(219,232,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 35%,rgba(219,232,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbe8f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body:not(.elementor-editor-active) .elementor-background-overlay {
	background: -moz-linear-gradient(top,  rgba(6,53,88,1) 0%, rgba(6,53,88,1) 10%, rgba(6,53,88,0.75) 50%, rgba(6,53,88,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,53,88,1) 0%,rgba(6,53,88,1) 10%,rgba(6,53,88,0.75) 50%,rgba(6,53,88,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,53,88,1) 0%,rgba(6,53,88,1) 10%,rgba(6,53,88,0.75) 50%,rgba(6,53,88,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063558', endColorstr='#1a063558',GradientType=0 ); /* IE6-9 */
}

@media only screen and (max-width: 767px)
{
	.heading--mob--xl.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
		font-size: 29px;
		text-align: left;
	}
}

/*========================================
=            Component styles            =
========================================*/

.header {
	background-color: #063558;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 768px)
{
	.header {
		text-align: initial;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		z-index: 100000;
		top: 0;
		left: 0;
	}
}

/*----------  Site notification  ----------*/

.notification {
	font-size:0.9em;
	width:100%;
	background:#43ffe7;
	color:#063558;
}

.notification__wrapper {
	padding:5px 20px;
	display:flex;
}

.notification__body {
	text-align:center;
	flex:1;
}

.notification__close {
	display:flex !important;
	align-items:center;
	width:32px;
	justify-content:center;
	font-size:1.25rem;
}

/*----------  Logo  ----------*/

.header .logo {
	margin: 0 auto;
	padding: 20px 20px 5px;
}

.header .logo__img {
	height: 35px;
	vertical-align: top;
}

@media only screen and (min-width: 768px)
{
	.header .logo {
		margin: 0 20px;
		padding: 0;
	}

	.header .logo__img {
		height: 45px;
	}
}

.header a {
	color: white;
	display: block;
}

.header .menu-item--green a {
    background-color: #32c9b6;
}

.header .menu-item--green a:hover {
    background-color: rgba(50, 201, 182, 0.75);
}

/*----------  Feefo  ----------*/

.feefo--header {
	flex: 1;
	height: 74px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.feefo--header .feefo__link {
	background: url(data:image/png;base64,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) 0 0 no-repeat;
	display: inline-block;
	width: 109px;
	height: 25px;
	margin-right: 15px;
	background-size: cover;
}

.feefo--header .feefo__detail {
	display: inline-block;
	text-align: left;
	margin-right: 30px;
	opacity: 0.65;
}

.feefo--header  .feefo__stars {
	font-size: 0.65em;
}

.feefo--header  .feefo__award {
	font-size: 0.75em;
	letter-spacing: 0.35px;
}

@media only screen and (max-width: 1280px) {
	.feefo--header {
		display: none;
	}
}

/*----------  Menu  ----------*/

.header ul {
	margin: 0;
	padding: 0;
}

.header li { /* Display everything inline overwrite later */
	display: inline-block;
	text-align: center;
}

.header li.menu--dropdown > a {
	padding:5px 10px 15px;
}

.header nav > ul > li > ul { /* Second level styling - hide until required */
	background: #072338;
	position: absolute;
	top: initial;
	width: 100%;
	left: 0;
	display: block;
	z-index: 10;
	visibility: hidden;
}

@media (any-pointer: coarse) {
	.menu--dropdown--active { /* First level hover */
		background: #072338;
	}

	.header nav > ul > li.menu--dropdown--active > ul {
		visibility: visible;
	}
}

.header nav > ul > li.menu--dropdown:hover { /* First level hover */
	background: #072338;
}

.header li:hover > ul {
	visibility: visible;
}

.header nav > ul > li > ul a:hover {
	background: #031c2f;
}

.header nav > ul > li > ul > li {  /* Second level children display equally */
	display: block;
}

.header nav > ul > li > ul > li > ul > li { /* Overwrite inline and display third level children below each other */
	display: block;
}

.header nav > ul > li > ul > li > ul > li > a {
	padding: 30px 20px;
}

.header nav > ul > li > ul li a {
	border-bottom: 1px solid #0a2c45;
	justify-content: center;
}

@media only screen and (max-width: 474px) {
	.nav-main {
		margin-top: 25px;
	}
	.header li.btn {
		padding: 5px 10px;
	}
}

@media only screen and (min-width: 475px) {
	.header li.menu--dropdown > a {
		padding: 25px;
	}
	.mobile-only {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.header {
		position: fixed;
	}
	.elementor-editor-active .header {
		position: static;
	}
	.header nav > ul > li > ul {
		display: flex;
	}
	.header nav > ul > li > ul > li {
		flex: 1;
	}
	.header nav > ul > li.menu-item--locale > ul {
		flex-wrap: wrap;
	}
	.header nav > ul > li.menu-item--locale  > ul> li {
		width: 25%;
		flex: inherit;
		text-align: left;
	}
	.header nav > ul > li.menu-item--locale > ul > li a {
		justify-content: flex-start;			
	}
}

@media only screen and (min-width: 1000px) {
	.header nav > ul > li.menu-item--locale  > ul > li {
		width: 20%;
	}
}

.products {
	background: #0a2c45;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	padding-bottom: 50px;
	z-index: 10000;
}

.products.visible {
	top: 140px;
	bottom: auto;
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (min-width: 768px) {
	.products.visible {
		top: 74px;
	}
}

.products__close {
	line-height: 1.65em;
	margin: 0 30px 30px;
	text-align: center;
	font-size: 1.125em;
}

.products ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.products ul li.menu-item--hero > a {
	flex-direction: column;
	margin: 0 auto;
}

.products ul li.menu-item--hero > a span {
	font-family: "paralucent";
	font-weight: 300 !important;
	color: white;
	letter-spacing: 1px;
	font-size: 1.5em;
	line-height: 1.15em;
	width: 100%;
	margin: 0 auto;
}

[lang="el"] .products ul li.menu-item--hero > a span {
	font-family: "rubik" !important;
}


.products ul li.menu-item--hero > a p {
	margin: 1rem auto;
	margin-bottom: 0;
}

.products ul li.menu-item--hero > a span,
.products ul li.menu-item--hero > a p {
	max-width: 378px;
}

.products ul li.menu-item--hero > a p:after {
	content: 'Start quote';
	display: block;
	background: #32c9b6;
	color: white;
	border-radius: 50px;
	padding: 10px 15px;
	width: 125px;
	clear: both;
	margin-top: 1rem;
	text-align: center;
}

.menu-item--locale-trigger {
	vertical-align: top;
}

li.menu--dropdown.menu-item--locale-trigger > a {
	padding: 6px 6px 13px;
}

.menu-item--locale-trigger > a:before {
	margin: 0 !important;
}

.menu-item--locale-trigger > a span {
	display: none;
}

.menu-item--locale > a:before {
	content: '';
    display: block;
    width: 27px;
	height: 27px;
	margin-right: 15px;
}

.menu-item--au > a:before {
	background-image: url('static/images/flag-au.svg');
}

.menu-item--ca > a:before {
	background-image: url('static/images/flag-ca.svg');
}

.menu-item--dk > a:before {
	background-image: url('static/images/flag-dk.svg');
}

.menu-item--fi > a:before {
	background-image: url('static/images/flag-fi.svg');
}

.menu-item--de > a:before {
	background-image: url('static/images/flag-de.svg');
}

.menu-item--fr > a:before {
	background-image: url('static/images/flag-fr.svg');
}

.menu-item--ie > a:before {
	background-image: url('static/images/flag-ie.svg');
}

.menu-item--it > a:before {
	background-image: url('static/images/flag-it.svg');
}

.menu-item--nl > a:before {
	background-image: url('static/images/flag-nl.svg');
}

.menu-item--nz > a:before {
	background-image: url('static/images/flag-nz.svg');
}

.menu-item--pl > a:before {
	background-image: url('static/images/flag-pl.svg');
}

.menu-item--es > a:before {
	background-image: url('static/images/flag-es.svg');
}

.menu-item--uk > a:before {
	background-image: url('static/images/flag-uk.svg');
}

.menu-item--eu > a:before {
	background-image: url('static/images/flag-eu.svg');
}

.menu-item--no > a:before {
	background-image: url('static/images/flag-no.svg');
}
.menu-item--gr > a:before {
	background-image: url('static/images/flag-gr.svg');
}
.menu-item--pt > a:before {
	background-image: url('static/images/flag-pt.svg');
}
.menu-item--ro > a:before {
	background-image: url('static/images/flag-ro.svg');
}
.menu-item--hu > a:before {
	background-image: url('static/images/flag-hu.svg');
}
.menu-item--se > a:before {
	background-image: url('static/images/flag-se.svg');
}

.menu-item--locale > a span {
	margin-top: 5px;
}

@media only screen and (min-width: 475px) {
	li.menu--dropdown.menu-item--locale-trigger > a {
		padding: 18px 16px 14px;
	}
	
	.menu-item--locale > a:before { 
		height: 38px;
		width: 38px;
	}
}

@media only screen and (min-width: 990px) {
	.products {
		position: fixed;
		padding-bottom: 0;
		overflow-y: scroll;
	}

	.products.visible {
		bottom: 0;
	}

	.products ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		margin: 30px auto;
		width: calc(100% - 60px);
		max-width: 1380px;
	}

	.products ul li {
		background: #f2f2f2;
		border-radius: 5px;
	}

	.products ul li:hover {
		box-shadow: 0 10px 20px rgba(0,0,0,0.85);
	}

	.products ul li.menu-item--hero > a {
		color: #879aa9;
	}

	.products ul li.menu-item--hero > a:hover {
		border-radius: 5px;
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	}

	.products ul li.menu-item--hero > a span {
		color:#0a2c45;
	}
}

@media only screen and (min-width: 1280px) {
	.products ul li.menu-item--hero > a {
		position: relative;
		display: flex;
		flex-direction: column;
		height: calc(100% - 60px);
	}

	.products ul li.menu-item--hero > a span,
	.products ul li.menu-item--hero > a p {
		margin-right: 0;
	}

	.products ul li.menu-item--hero > a:before {
		width: calc(100% - 438px);
		background-size: cover;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		position: absolute;
		display: block;
		content:'';
		bottom: 0;
		left: 0;
		top: 0;
	}

	.products ul li.menu-item--coverdrone > a:before {
		background-image:url('static/images/prepping-for-flight.jpg');
		background-position: 20%;
	}

	.products ul li.menu-item--free > a:before {
		background-image:url('static/images/AdobeStock_107387798-1024x684.jpeg');
		background-position: 20%;
	}

	.products ul li.menu-item--thirty > a:before {
		background-image:url('static/images/AdobeStock_124599669-1-1024x647.jpeg');
		background-position: 75%;
	}

	.products ul li.menu-item--rov > a:before {
		background-image:url('static/images/AdobeStock_232684341-lr-1024x768.jpg');
		background-position: 65%;
	}
}

/*----------  Quote button beside menu  ----------*/

.header .btn {
	margin: 0 5px;
}

@media only screen and (min-width: 475px) {
	.header .btn:last-child {
		margin-right: 10px;
	}
}

/*----------  Big buttons in menu  ----------*/

.menu-item--hero a {
	font-size: 1.125em;
}

.menu-item--hero > a {
	padding: 30px 20px;
	display: flex;
}

.menu-item--hero > a:hover {
	text-decoration: none;
	background: #072033;
}

/*----------  Content area  ----------*/

.content a {
	border-bottom: 1px solid transparent;
}

.content a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.content .u-link-no-border a:hover {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

@media only screen and (min-width: 768px)
{
	.content {
		margin-top: 74px; /* Menu becomes position: fixed, this pushes the content down into view */
	}
}


/*----------  Footer styles  ----------*/

.footer {
	background: rgb(50,201,182); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(50,201,182,1) 0%, rgba(6,53,88,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(50,201,182,1) 0%,rgba(6,53,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(50,201,182,1) 0%,rgba(6,53,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32c9b6', endColorstr='#063558',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	max-width: 1440px;
	margin: 0 auto;
}

.footer .feefo {
	min-height: 250px;
}

.footer .feefo__logo {
	width: 60%;
	max-width: 210px;
	padding: 60px;
	height: auto;
}

.footer .feefo__stars {
	font-size:1.4em;
	color:#ffdd00;
	margin-bottom: 5px;
}

.footer .feefo__award {
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 5px 0;
}

.footer .feefo__rating {
	color: white;
	margin: 0;
}

.footer .feefo__btn {
	color: white;
	padding: 10px 25px;
	display: inline-block;
}

.footer .feefo__btn:hover {
	background: #093f5e;
}

.footer .accreditations {
	max-width: 432px;
}

@media only screen and (max-width: 768px)
{
	.footer .feefo__stars,
	.footer .feefo__award,
	.footer .feefo__rating {
		text-align: center;
		padding: 0 10%;
	}

	.footer .feefo__btn {
		margin: 20px 0 50px;
	}
}

.footer .contact {
	border-top: 1px solid #7ed7d5;
	font-size: 13px;
}

.footer .contact__address, .footer .contact__social {
	color: #7ed7d5;
	padding: 20px 30px;
	width: 100%;
}

@media only screen and (min-width: 768px)
{
	.footer .contact__social {
		text-align: right;
	}
}

.c-helpline {
	color:white;
	margin: 42px auto 12px;
	align-items: center;
	display: flex;
	text-align: center;
}

	.c-helpline__flag {
		margin:0 20px;
		max-width:40px;
		height: auto;
	}

@media only screen and (max-width: 900px)
{
	.c-helpline {
		flex-direction: column;
	}
}

.c-benefits {
	max-width:650px;
	margin: 0 auto;
	padding: 0 20px;
}

.c-benefits > div {
	display: grid;
	grid-template-columns: 70px 1fr;
	border-bottom: 1px solid #d3e2ec;
	padding: 50px 0;
}

.c-benefits h3,
.c-benefits p {
	margin: 0;
}

.c-bio img {
	border-radius: 100% !important;
}

#mc_embed_signup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(6,53,87,0.65);
}

.mc_embed_signup__wrapper {
	padding: 50px;
	border: 1px solid #32c9b6;
	text-align: center;
	max-width: 500px;
	background: white;
	position: fixed;
	margin: 0 auto;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

	.mc_embed_signup__close {
		position:absolute;
		top: 10px;
		right: 15px;
	}

	#mc_embed_signup .h3 {
		line-height: 1.25em;
		margin-top: 0;
	}

	#mce-responses {
		margin-bottom: 20px;
	}

/*==================================================
=            Duplicate elementor styles            =
==================================================*/

/*  For when Elementor hasn't been initiated */

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-row {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.elementor-column-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.elementor-column-wrap,.elementor-widget-wrap {
	width: 100%;
	position: relative
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-column {
	position: relative;
	min-height: 1px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-blockquote blockquote.elementor-blockquote {
	color: #879aa9;
}

.elementor-align-center {
	text-align: center;
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 4px;
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	border-radius: 6px;
}

.elementor-button .elementor-align-icon-right {
	float: right;
	margin-left: 5px;
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1024px) {
	.elementor-row {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width: 767px) {
	.elementor-column {
		width:100%
	}
}

@media (min-width: 768px) {
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
		width: 20%;
	}
	.elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
		width: 30%;
	}
	.elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
		width: 40%;
	}
	.elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
		width: 50%
	}
	.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
		width: 100%;
	}
}

/*=====================================
=            Module styles            =
=====================================*/

.module__pitch--left {
	background: rgb(197,219,232); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(197,219,232,1) 0%, rgba(255,255,255,1) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(197,219,232,1) 0%,rgba(255,255,255,1) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(197,219,232,1) 0%,rgba(255,255,255,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5dbe8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.module__pitch--right {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 15%, rgba(197,219,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 15%,rgba(197,219,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 15%,rgba(197,219,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5dbe8',GradientType=1 ); /* IE6-9 */
}

.carousel .slick-prev {
	left: 20px;
}

.carousel .slick-prev:before {
	content: url('/wp-content/themes/coverdrone-v2/static/images/chevron-left.svg');
}

.carousel .slick-next {
	right: 20px;
}

.carousel .slick-next:before {
	content: url('/wp-content/themes/coverdrone-v2/static/images/chevron-right.svg');
}

.carousel .slick-next, .carousel .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
}

.carousel .slick-next, .carousel .slick-next:focus, .carousel .slick-next:hover, .carousel .slick-prev, .carousel .slick-prev:focus, .carousel .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent;
}

.carousel .slick-next:before, .carousel .slick-prev:before {
	font-family: FontAwesome;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #063558;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.module__checklist {
	padding: 0;
	text-align: center;
	min-width: 650px;
	margin: 0 auto;
	width: 100%;
}

.module__checklist td {
	border-bottom: 1px solid #ececec;
}

.module__checklist__title {
	display: block;
	margin-bottom: 8px;
	margin-top: 20px;
	color: #063558;
	text-align: left;
}

.module__checklist__copy {
	margin-bottom: 20px;
	padding-right: 20px;
	display: block;
	text-align: left;
	max-width: 550px;
}

.module__checklist__tick {
	color: #063558;
	font-size: 2em;
}


/*========================================
=            Frontpage styles            =
========================================*/

.home .content {
	margin-top: 0;
}

.industry-carousel {
	background: #f5f9fb;
}

.industry-carousel .slick-slide {
	border-left: 1px solid transparent;
	padding: 50px;
	text-align: center;
}

.industry-carousel .slick-slide.slick-active {
	border-left: 1px solid #e6ebef;
}

.industry-carousel .slick-slide:first-child {
	border-left: 0;
}

.industry-carousel .slick-slide .slick-slide-image {
	padding-bottom: 30px;
	display: initial;
}

/*========================================
=            Quote styles:               =
========================================*/

.alert__header {
	display: flex;
	align-items: center;
	background: white;
	min-height: 60vh;
	max-width: 1440px;
	text-align: center;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
}

.alert__header__inner {
	margin: 0 auto;
	max-width: 650px;
}

.section__limits {
	max-width: 1440px;
	margin: 0 auto;
}

.section__widget__wrap {
	padding: 10%;
	box-sizing: border-box;
}

.section__bg--column {
	background-image: url('static/images/no-sales-scripts.jpg');
	background-size: cover;
	min-height: 470px !important;
	background-position: top center;
}


/*========================================
=            Policy styles            =
========================================*/

.policy-carousel {
	background: #FFFFFF;
}

.policy-carousel .slick-slide .elementor-element > .elementor-element-populated {
	padding: 100px 10% !important;
}

.policy-carousel .slick-slide .slick-slide-image {
	padding-bottom: 30px;
}

.policy-carousel .policy__title {
	color: #ccc !important;
	border-top: 1px solid;
	padding-top: 30px !important;
}


/*===================================
=           Contact styles          =
===================================*/

.elementor-social-icon-link {
	margin: 0 5px;
}


/*===================================
=           Archive styles          =
===================================*/

@media only screen and (min-width: 768px)
{
	.archive__wrapper {
		max-width: 1440px;
		margin: 0 auto;
	}
	.archive__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}
}

@media only screen and (min-width: 1180px)
{
	.archive__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.archive__wrapper {
	padding: 0 20px;
}

.archive__aside {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
}

.archive__cat-list {
	padding: 0;
	margin: 0 0 50px;
	list-style-type: none;
	text-align: center;
}

.archive__cat-list .archive__cat-list__item {
	padding: 10px 2px;
	display: inline-block;
}


/*===================================
=            Form styles            =
===================================*/

#quote-form {
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 0;
	background: white;
}

#quote-form .show {
	max-width: 768px;
	margin: 0 auto;
}

#quote-form .elementor-button-link {
	background-color: #32c9b6;
	border: 0;
	cursor: pointer;
	margin: 5px 0 5px 10px;
	vertical-align: top;
}

#quote-form .elementor-button-link.quiet {
	background-color: #e6e6e6;
	color: #888888;
}

#quote-form .elementor-button-link.quote-remove-equipment{
	background-color: #9b0000;
	position: absolute;
	top: 10px;
	right: 4%;
}

#quote-form .elementor-button .elementor-align-icon-right {
	margin-left: 20px;
}

#quote-form .elementor-button .elementor-align-icon-left {
	margin-right: 20px;
}

#quote-form .elementor-button.elementor-size-small .elementor-align-icon-right,
#quote-form .elementor-button.elementor-size-small .elementor-align-icon-left  {
	margin-right: 10px;
}


/* Tooltips */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.quote-equipment-block{
	position:relative;
	padding-top:8px;
}

.quote-equipment-block:nth-child(even){
	background:#fbfbfb;
}

.js-drone-detail-block {
	position:relative;
	padding-top:8px;
}

.js-drone-detail-block:first-child {
	border-top: 0 !important;
}

.js-drone-detail-block:nth-child(even) {
	background:#fbfbfb;
}

.panel {
	background-color: #fff;
	box-shadow: 0 25px 40px -20px;
	margin: 50px 0;
}

.panel-body {
	padding: 4%;
}

.panel-heading {
	padding: 20px 4%;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit
}

.panel-default>.panel-heading {
	color: #FFFFFF;
	background-color: #063558;
}

.panel-footer {
	padding: 20px 15px;
	background-color: #f5f5f5;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin: 0;
	padding:0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 4%;
	margin-bottom: -1px;
	background-color: #fff;
}

.tab {
	width:25%;
	float:left;
	padding:10px;
	color: #AAA;
	text-align: center;
	line-height:1.25em;
	box-sizing:border-box;
}

.tab.next {
	cursor:pointer;
}

.tab.next:hover {
	background: #f3f3f3;
}

.tab.default {
	background-color: #E6E6E6;
	color: #888;
	margin-top: 8px;
}

.tab.active {
	background: #32c9b6;
	color: white;
	padding:15px 10px;
	border-radius: 5px;
}

.roundel {
	background: white;
	display: inline-block;
	border-radius: 50%;
	width: 1.35em;
	height: 1.35em;
	margin-right: 5px;
}

.roundel-number {
	margin: 0px auto;
	width: 10px;
	line-height: 1.35em;
	color: #38860f;
}

@media only screen and (max-width: 768px)
{
	.tab-title {
		display:none;
	}
}


/*=====================================
=            Single styles            =
=====================================*/

.article {
	max-width: 1440px;
	margin: 0 auto;
}

.article__author {
	text-align: center;
	margin-bottom: 100px;
}

.article__title,
.article__content {
	padding: 5% 4%;
	background: white;
	box-sizing: border-box;
}

.article__title {
	text-align: center;
	margin-top: 10vh;
	margin-bottom: 0px;
	background: transparent;
	line-height: 1.1em;
}

.article__image {
	display: block;
	margin-bottom: 50px;
}

.article__title,
.article__image,
.article__wrap,
.article.listing  {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.article__content {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.article.listing .article__title {
	margin-top: 30px;
	padding: 0;
	text-align: left;
	line-height: 1.2em;
}

.article.listing .article__content {
	padding-top: 1.5%;
	margin-bottom: 50px;
}

.article.listing .article__image {
	margin-bottom: 0;
	width: 100%;
	height: auto;
}

.centered-column {
	margin: 0 auto;
	max-width: 650px;
}

/*=======================================
=            Pagination styles          =
=======================================*/

.tool-pagination {
	text-align: center;
	margin-bottom: 50px;
}

.tool-pagination > *, .pages > li {
	display: inline-block;
}

.pages {
	padding: 0;
}

/*=======================================
=            External styles            =
=======================================*/

@font-face {
	font-family: "coverdrone";
	src:url("static/fonts/icons/coverdrone.eot");
	src:url("static/fonts/icons/coverdrone.eot?#iefix") format("embedded-opentype"),
		url("static/fonts/icons/coverdrone.woff") format("woff"),
		url("static/fonts/icons/coverdrone.ttf") format("truetype"),
		url("static/fonts/icons/coverdrone.svg#coverdrone") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class*=" hero-icon"] > a:before,
[class*="checklist"] > li:before {
	font-family: "coverdrone" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-star:before {
  content: "\61";
}
.hero-icon--shield > a:before,
.icon-shield:before {
  content: "\62";
}
.hero-icon--chat > a:before,
.icon-chat:before {
  content: "\63";
}
.hero-icon--claim > a:before,
.icon-claim:before {
  content: "\64";
}
.icon-roundel-tick:before {
  content: "\65";
}
.icon-photos:before {
  content: "\68";
}
.icon-survey:before {
  content: "\66";
}
.icon-manual:before {
  content: "\67";
}
.icon-approval:before {
  content: "\69";
}
.icon-horizontal:before {
  content: "\6b";
}
.icon-commercial:before {
  content: "\6d";
}
.icon-recreational:before {
  content: "\6a";
}
.icon-bubble-ask:before {
  content: "\6c";
}

.icon-lrg--blue {
	font-size: 1.75em;
	color: #063558;
	margin-right: 10px;
}

@media only screen and (max-width: 767px)
{
	.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
		font-size: 39px !important;
	}
}

/*----------  Datepicker css minified  ----------*/
.datepicker{display:none;position:absolute;padding:4px;margin-top:1px;direction:ltr}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;color:#333;font-size:13px;line-height:18px}.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}.datepicker table{border:0;margin:0;width:auto}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border:0;font-size:12px;padding:4px 8px;cursor:pointer}.datepicker td{background:#fff}.datepicker td span.active,.datepicker td.active.day,.datepicker td.active.year{background:#2ba6cb}.datepicker td.new,.datepicker td.old{color:#999}.datepicker td span.month.disabled,.datepicker td span.year.disabled,.datepicker td.day.disabled{color:#eee}.datepicker th{background:#fff}.datepicker th span.active,.datepicker th.active.day,.datepicker th.active.year{background:#2ba6cb}.datepicker th.date-switch{width:145px}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.datepicker.days div.datepicker-days,.datepicker.months div.datepicker-months,.datepicker.years div.datepicker-years{display:block}.datepicker-dropdown:after,.datepicker-dropdown:before{content:'';display:inline-block;position:absolute}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th.cw{cursor:default;background-color:transparent}.datepicker tfoot tr:first-child th{cursor:pointer}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:1px solid rgba(0,0,0,.2);top:-7px;left:6px}.datepicker-dropdown:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:7px}.datepicker-dropdown::after,.datepicker-dropdown::before,.datepicker>div{display:none}.datepicker-close{position:absolute;top:-30px;right:0;width:15px;height:30px;padding:0;display:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}

/*----------  Gravity forms  ----------*/
.gform_wrapper {
	max-width: 768px;
	margin: 0 auto 50px;
}

.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"]{
	background-color: #32c9b6;
	border: 0;
	cursor: pointer;
	margin: 5px 0 5px 10px;
	vertical-align: top;
	font-size: 20px;
	padding: 25px 50px;
	display: inline-block;
	line-height: 1;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	border-radius: 50px !important;
}

.gform_fields {
	list-style-type:none;
	padding: 0;
	background: white;
	padding: 4%;
	box-shadow: 0 25px 40px -20px;
	margin: 0 0 50px 0;
}

.gfield_label {
	white-space: initial;
	color: #27303c;
	margin-bottom: 7px;
	display: inline-block;
}

.gf_progressbar_title {
	background: #063558;
	color: white;
	padding: 4%;
	margin: 0;
}

.gf_progressbar {
	color: #fff;
	background: #32c9b642;
}

.gf_progressbar_percentage {
	padding: 5px;
	background: #32c9b6;
}

.gfield_radio,
.gfield_checkbox {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.gfield_checkbox input[type="checkbox"]{
	margin: 20px 15px 20px 30px;
}

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
	display: inline-block;
	margin-right: 4%;
}


.ginput_container_fileupload input[type="file"] {
	font-size: 0.85rem;
	margin: 20px 15px 20px 30px;
}

.gfield_date_dropdown_month select,
.gfield_date_dropdown_day select,
.gfield_date_dropdown_year select {
	width: 100%;
}

.ginput_container_address {
	margin-top: 5px;
}

.agent-form-header {
	margin-bottom: 20px;
} 

.agent-form-header h2 {
	display: none;
}

.gform_wrapper .validation_error {
	background: orangered;
	color: white;
	padding: 2% 4%;
}

.gform_fields .validation_message {
	margin: -1em 0 2em;
	color: orangered;
}

.gfield_consent_description {
	margin-bottom: 1em;
}

.ginput_container_consent {
	margin-bottom: 1em;
}

.gform_confirmation_message {
    text-align: center;
    margin-bottom: 50px;
}
