/*
Theme Name: dronemaster
Theme URI: http://underscores.me/
Author: dronemaster
Author URI: http://dronemaster
Description: dronemaster
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dronemaster
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dronemaster is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.screen-reader-text {
  display: none; }

body {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.container {
  max-width: 1100px !important; }

.main-color {
  color: #00CED2; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-upppercase {
  text-transform: uppercase; }

.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

img {
  max-width: 100%;
  height: auto; }

a, button, .btn {
  transition: all 0.3s; }

/* Header */
.site-header {
  background-color: #2276b9;
  box-shadow: 0 3px 4px #2276b9;
  padding: 10px 0; }
  @media (min-width: 992px) {
    .site-header {
      padding: 25px 0; } }

.site-branding {
  padding-right: 0; }

.site-title {
  margin: 0; }
  .site-title a:hover {
    text-decoration: none; }
  .site-title img {
    height: 35px; }
  .site-title .brand-style {
    font-size: 20px;
    color: #FFF; }
  @media (min-width: 480px) {
    .site-title img {
      height: auto; }
    .site-title .brand-style {
      font-size: 30px;
      margin-left: 10px; } }

.social-bar {
  background-color: #303030;
  padding: 5px 0; }
  .social-bar a {
    color: #6d6d6d; }
    .social-bar a:hover {
      color: #fff; }
  .social-bar .fa {
    margin-left: 12px; }

.main-navigation ul {
  list-style: none;
  font-size: 18px;
  padding: 0;
  margin: 0; }
  .main-navigation ul li {
    display: inline-block; }
    .main-navigation ul li a {
      display: inline-block;
      color: #FFF;
      padding: 12px 5px; }
      .main-navigation ul li a:hover {
        background: none !important;
        text-decoration: underline; }
  .main-navigation ul li:not(:last-child):after {
    content: '|';
    margin: 0 7px;
    color: #FFF; }

@media (max-width: 992px) {
  .main-navigation ul {
    padding-top: 10px; }
    .main-navigation ul li {
      display: block;
      text-align: center;
      padding: 0; }
      .main-navigation ul li:after {
        display: none; } }

.header-login-container {
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.login-link {
  color: #FFF;
  font-size: 18px;
  display: inline-block;
  padding: 12px 0; }
  .login-link:hover {
    color: #fff; }
  .login-link:after {
    content: "|";
    display: inline-block;
    margin: 0 5px 0 10px; }
    @media (min-width: 992px) {
      .login-link:after {
        display: none; } }

.navbar-toggle {
  margin: 0; }
  .navbar-toggle:hover {
    opacity: 0.8; }

.icon-bar {
  background: #FFF; }

.navbar-collapse {
  transition: all 0.15s; }
  @media (max-width: 992px) {
    .navbar-collapse {
      opacity: 0; } }

.navbar-collapse.in {
  margin-top: 15px;
  opacity: 1; }

/* Footer */
.footer {
  font-size: 12px;
  color: #BDBDBD;
  background-color: #181818;
  padding: 35px 0 50px; }
  .footer-socials {
    text-align: right; }
    .footer-socials a {
      color: #5B5B5B;
      font-size: 14px;
      margin-left: 12px; }
      .footer-socials a:hover {
        color: #FFF; }
    .footer-socials .fa {
      font-size: 16px; }
  .footer-info {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #BFBFBF;
    text-align: left; }

.backtotop {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FFF;
  margin-left: 22px;
  width: 43px;
  height: 43px;
  border-radius: 4px;
  line-height: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .backtotop:hover {
    color: #000 !important;
    opacity: 0.8;
    text-decoration: none; }

@media all and (max-width: 767px) {
  .footer-socials,
  .footer-info {
    text-align: center; } }

/* Home Page */
/* Banner */
.brand-style {
  font-weight: 300;
  color: #333434;
  line-height: 0.8; }
  @media (min-width: 992px) {
    .brand-style {
      max-width: 350px; } }

.banner {
  background: transparent url("../img/banner-img.png") no-repeat 25% 50% scroll;
  height: calc(100vh - 130px);
  background-size: cover; }
  @media (min-width: 1200px) {
    .banner {
      background: transparent url("../img/banner-img.png") no-repeat 50% 50% scroll;
      background-size: cover; } }
  .banner-logo {
    display: none; }
    .banner-logo span {
      font-size: 70px;
      margin-left: 15px; }
    @media (min-width: 992px) {
      .banner-logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .banner-text {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
    position: relative; }
    @media (min-width: 992px) {
      .banner-text {
        text-align: left;
        padding-left: 15px; }
        .banner-text:before {
          content: "";
          display: block;
          height: 100%;
          border-left: 2px solid #3a3b3b;
          position: absolute;
          top: 0;
          left: -15px; } }
    .banner-text span {
      display: block;
      font-size: 40px;
      margin-bottom: 15px; }
    .banner-text p {
      display: inline-block;
      max-width: 300px;
      font-size: 19px;
      line-height: 1.3;
      margin-bottom: 0; }
  .banner .btn {
    display: inline-block;
    max-width: 280px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .banner .btn {
        margin: 0 15px; } }

@media (max-width: 991px) {
  .banner .btn {
    display: block;
  }
  .banner .btn + .btn{
  	margin-top: 15px;
  }
}

.btn {
  display: inline-block;
  background: #00CED2;
  color: #FFF;
  font-size: 16px;
  padding: 0.5em 1em;
  border-radius: 0; }
  .btn:hover {
    color: #FFF;
    background: #00afb3;
    text-decoration: none; }

.btn:active, .btn:focus {
  color: #FFF;
}

.btn-blue {
  background: #1a75bb;
}

.btn-blue:hover {
  background: #16629c;
}

.btn-grey {
  background: #b7bfce;
}

.btn-grey:hover {
  background: #a3aec1;
}

.btn-lg {
  font-size: 22px;
  padding: 0.5em 1.5em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }

/* About text */
.about {
  padding: 50px 0; }
  .about-text {
    font-size: 19px;
    line-height: 1.5;
    text-align: center; }

.read-more,
.read-less {
  display: none;
  font-size: 19px;
  line-height: 1.5;
  color: #00ced2; }
  .read-more:hover,
  .read-less:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: underline; }
  .read-more.show,
  .read-less.show {
    display: block !important;
    text-align: center; }

.text-hidden {
  display: none; }

.block-title {
  font-size: 45px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  text-align: center;
  margin: 0 0 10px; }
  .block-title span {
    color: #00CED2; }
  .block-title--applications {
    margin-bottom: 60px; }

.block-subtitle {
  font-size: 16px;
  color: #acacac;
  text-align: center; }

/* Applications */
.applications {
  padding-top: 55px; }

.app-item {
  min-height: 350px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 30px; }
  .app-item figure {
    display: block;
    background-color: #00CED2;
    width: 107px;
    height: 107px;
    line-height: 107px;
    border-radius: 107px;
    vertical-align: middle;
    margin: 0 auto 15px; }
  .app-item-title {
    font-size: 30px;
    margin: 0 0 15px; }
  .app-item-content {
    font-size: 19px;
    line-height: 1.3; }

/* Pricing */
.pricing-table {
  background-color: #F4F4F4;
  padding: 45px 0; }

.prices-row {
  margin-top: 50px; }

.price-item {
  background: #FFF;
  border: 1px solid #EAEAEA;
  padding: 30px;
  margin-bottom: 15px;
  text-align: center; }

.price-title {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 30px 0; }

.price-amount {
  font-size: 35px;
  font-weight: 700;
  color: #1FB3CD;
  border-bottom: 1px solid #1FB3CD;
  max-width: 150px;
  margin: 0 auto 20px; }
  .price-amount sup {
    font-size: 16px;
    top: -1.1em; }

.price-description {
  color: #777;
  margin-bottom: 18px; }

.price-feature {
  color: #777;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 250px; }
  .price-feature li {
    padding: 7px 0;
    border-bottom: 1px solid #E5E5E5; }

.btn-signup {
  background: #2e8dd9;
  border: 1px solid #2276b9;
  border-radius: 3px; }
  .btn-signup:hover {
    background: #2276b9; }

.price-item.featured {
  background-color: #4381cf;
  border-color: #4381cf; }
  .price-item.featured > * {
    color: #FFF; }
  .price-item.featured .price-amount {
    border-color: #285DAA; }
  .price-item.featured .price-feature li {
    border-bottom-color: #2B6FBC; }
  .price-item.featured .btn-signup {
    background-color: #FFF;
    color: #000; }
    .price-item.featured .btn-signup:hover {
      background: #d9d9d9; }

/* Contact Form */
.contact-form {
  padding: 50px 0 35px; }
  .contact-form .wpcf7-form {
    position: relative; }
  .contact-form p {
    width: 48%;
    margin: 0 2% 15px 0; }
    .contact-form p:nth-of-type(4) {
      position: absolute;
      top: 0;
      right: 0;
      margin-right: 0; }
    .contact-form p:last-of-type {
      width: 100%;
      margin: 0;
      text-align: center; }

.wpcf7-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 400; }

.wpcf7-form input, .wpcf7-form button, .wpcf7-form textarea {
  height: 35px;
  line-height: 1;
  width: 100%;
  padding: 0 10px;
  font-size: 16px; }

.wpcf7-form input:focus, .wpcf7-form textarea:focus,
.wpcf7-form input:active, .wpcf7-form textarea:active {
  border: 2px solid #00ced2;
  box-shadow: none !important;
  outline: none !important; }

.wpcf7-form textarea {
  height: 190px;
  padding: 10px; }

.wpcf7-form input[type="submit"] {
  background: #00ced2;
  border: 1px solid #00ced2;
  color: #fff;
  width: 200px; }
  .wpcf7-form input[type="submit"]:hover {
    background: #00afb3; }

.wpcf7-validation-errors {
  display: none !important; }

span.wpcf7-not-valid-tip {
  background: #e7e7e7;
  font-weight: normal;
  padding: 0 10px; }

@media all and (max-width: 767px) {
  .contact-form p {
    width: 100%;
    margin: 0 0 15px; }
    .contact-form p:nth-of-type(4) {
      position: static; } }

/* Default Page */
#content {
  padding: 50px 0; }

/* Landing Page */
.page-template-template-landing #content {
  padding-top: 0; }

.page-template-template-landing .page-banner {
  height: calc(100vh - 130px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; }
  @media all and (max-width: 767px) {
    .page-template-template-landing .page-banner {
      height: 300px; } }

.page-template-template-landing .page-title {
  color: #FFF;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media all and (max-width: 767px) {
    .page-template-template-landing .page-title {
      font-size: 35px; } }

.page-template-template-landing .contact-form {
  max-width: 500px;
  margin: 0 auto; }
  .page-template-template-landing .contact-form p {
    width: 100%;
    margin: 0; }
    .page-template-template-landing .contact-form p:nth-of-type(4) {
      position: relative; }
    .page-template-template-landing .contact-form p:last-of-type {
      width: 100%;
      margin: 0;
      text-align: center; }

/*# sourceMappingURL=style.css.map */

/* Sign Up */
.signup-open{
	overflow: hidden;
}
.signup-wrapper{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
	z-index: 50;
	display: none;
}
.signup-wrapper-table{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.signup-wrapper-table td{
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
.signup-box{
	display: inline-block;
	width: 100%;
	max-width: 532px;
	text-align: left;
	background: #FFF;
}
.signup-box-header{
	padding: 14px 60px 14px 26px;
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	background: #1a75bb;
	position: relative;
}
.signup-box-body{
	padding: 18px 30px;
}
.signup-close{
	position: absolute;
	top: 13px;
	right: 14px;
	width: 30px;
	height: 30px;
	background: #FFF;
	border-radius: 15px;
	opacity: 0.7;
	transition: 0.3s;
}
.signup-close:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -7px;
	width: 15px;
	height: 15px;
	background: url(../img/signup-close.png) left top no-repeat;
}
.signup-close:hover{
	opacity: 1;
}
.signup-step{
	display: none;
	position: relative;
}
.signup-step.active{
	display: block;
}
.signup-step.loading:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75) url(../img/signup-step-loading.gif) center center no-repeat;
	z-index: 20;
}
.signup-header{
	font-size: 26px;
	padding-bottom: 25px;
}
.signup-box .control-label{
	font-weight: 400;
}
.signup-box .control-label span.red{
	margin-right: -14px;
	width: 10px;
	text-align: center;
	display: inline-block;
}
.signup-box input{
	border: none;
	outline: none;
	border-bottom: #e0e0e0 1px solid;
	border-radius: 0;
	box-shadow: none;
}
.signup-box input:focus{
	border-bottom: #e0e0e0 1px solid;
	box-shadow: none;
}
.signup-box select{
	border: none;
	outline: none;
	border-bottom: #e0e0e0 1px solid;
	border-radius: 0;
	box-shadow: none;
	background: url(../img/signup-arrow.png) right center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.signup-box select:focus{
	border-bottom: #e0e0e0 1px solid;
	box-shadow: none;
}
.signup-button-row{
	padding-top: 15px;
}
.signup-box label.error{
	font-weight: 400;
	font-size: 12px;
	color: #b71b1b;
	padding: 0 5px;
}
span.red{
	color: #b71b1b;
}
label.checkbox{
	font-weight: 400;
}
label.checkbox input[type='checkbox']{
	opacity: 0;
	visibility: hidden;
}
label.checkbox input[type='checkbox'] + span{
	display: inline-block;
	padding-left: 25px;
	position: relative;
}
label.checkbox input[type='checkbox'] + span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	background: url(../img/checkboxes.png) 0 0 no-repeat;
}
label.checkbox input[type='checkbox']:checked + span:before{
	background-position: -22px 0;
}
label.checkbox label.error{
	padding: 0 5px 0 30px;
}
.signup-free-info{
	font-size: 16px;
	color: #00ced2;
	padding-bottom: 10px;
}
.signup-price-info{
	padding-top: 8px;
	font-size: 14px;
	text-align: center;
}
.signup-autocomplete-wrapper{
	position: relative;
}
.signup-autocomplete-container{
	position: absolute;
	left: 15px;
	top: 40px;
	right: 15px;
	max-height: 137px;
	overflow: auto;
	border: #eee 1px solid;
	background: #FFF;
	z-index: 10;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
}
.signup-autocomplete-container.active{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
.signup-autocomplete-container ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.signup-autocomplete-container ul li{
	margin: 0;
	padding: 0;
}
.signup-autocomplete-container ul li a{
	display: block;
	list-style: none;
	padding: 5px 10px;
	text-decoration: none;
	background: #FFF;
	transition: 0.3s;
	font-size: 14px;
	line-height: normal;
}
.signup-autocomplete-container ul li a:hover{
	background: #EEE;
}
.signup-error-row{
	color: #b71b1b;
	display: none;
	text-align: center;
}
.sign-up-from-terms{
	max-height: 300px;
	overflow: auto;
}
/* Sign Up */
