/*
Theme Name: Airmodo
Theme URI: https://buebrick.studio
Author: Bluebrick Studios - Child Theme of Sydney from aThemes
Author URI: https://buebrick.studio
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/*
font-family:'Helvetica Neue LT W05_45 Light';
font-family:'Helvetica Neue LT W05_65 Medium';
font-family:'Helvetica Neue LT W01_75 Bold';
*/
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
body{ overflow-x: hidden;}

.faq-table{
	margin-top: 30px;	
}
.faq-table .fa-check{
	color: #00A85E;	
}
.elementor-price-table .elementor-price-table__feature-inner span{
	color: #000000;	
	font-weight: 300;
}
.compare-airmodo h3 img{
	max-height: 40px;
}
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 28px;
    background-color: #ffffff;
    margin-top: 25px;
    z-index: 1000;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #ffffff;
    cursor: pointer;
}

#mainnav-mobi ul > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 50px;
    color: #000;
}


#mainnav-mobi .menu-download a {

    background-color: inherit;
    border: none;
    color: #000 !important;
    padding: 10px 50px !important;
    text-align: inherit;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
	margin-bottom: 20px;

}





.row.display-flex {
	display: flex;
 	flex-wrap: wrap;
	align-items: center;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}
.hiw-copy{
	padding-right: 30px;
	font-size: 20px;
}
.hiw-number{
	font-size: 50px;
	font-weight: 800;
	color: #FF5A00;
	line-height: 50px;
	vertical-align: top;
}
.how-it-works-container{
	
}
.how-it-works-container img{
	max-height: 600px !important;
	width: auto !important;
	margin: 0 auto;
}
.hiw-image{
	text-align: center;
}
.social-share .sociallabel{
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	padding-top: 4px;
	color: #646569;
}
.stores-sidebar img{
	height: 40px;
	width: auto;
	margin-bottom: 20px;	
}

#secondary.widget-area{
	box-shadow: 0 0 30px #aaa;	
	background-color: #F3F3F3;
	padding: 40px 20px;
}
#secondary.widget-area ul{
	margin-bottom: 20px;
}
#secondary.widget-area ul li{
	background-color: #ffffff;
	border-bottom: #B2B2B2 2px solid;
	display: block;
	padding: 10px 10px;
	font-weight: 500;
}

.wp-share-button {
    margin: 0px 0;
}
.social-share .wp-share-button.theme29 .share-button, .social-share .wp-share-button.theme29 .share-button-more {
    color: #646569;
    display: inline-block;
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    margin: 0 10px 10px 10px;
    padding: 0 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    width: 16px;
}
.single-post .page-wrap{
	background-image: url("images/drone-grey-background-short.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #646569;
	padding-top: 120px;
}
.single-post .page-wrap .entry-header{
	padding-top: 20px;
}
.hentry blockquote {
    background-color: #fff;
    color: #000;
    font-size: 44px;
    font-style: normal;
    line-height: 52px;
    margin-bottom: 0;
    padding: 30px 50px 50px 0;
    position: relative;
	border: none !important;
	font-weight: 700;
}
.news-intro{
	font-size: 18px;
	color: #000;
}
.news-copy{
	background-color: #fff;
	padding: 50px;
	color: #000;
	margin-top: 60px;
	box-shadow: 0 0 30px #aaa;
}
#sidebar-pre-footer{
	padding-top: 80px;	
}


ul.slick-dots {

    position: absolute;
    right: -10px !important;
	display: block;
    width: 10px !important;
    padding: 0;	
	bottom: 33%;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;

}



.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 40px;
    height: 40px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.elementor-slides .slick-slide-bg {

    -webkit-background-size: cover;
    background-size: cover;
    background-position: 20% 50% !important;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;

}

.elementor-slides .slick-slide-inner .elementor-slide-content {

    position: relative;
    z-index: 1;
    width: 50%;
	margin-left: 50%;

}
.elementor-slides .slick-slide-inner .elementor-slide-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
	color: #FF5A00 !important;
	display: block;
	width: 50px;
	float: left;

}
.elementor-slides .slick-slide-inner .elementor-slide-description {
    font-size: 16px !important;
    line-height: 1.2;
	text-align: left;
	font-weight: 300 !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-left: 50px;
}




.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
    padding: 0px;
}
.page-wrap .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:transparent;
}
.site-logo {
    max-height: 50px;
}
.site-header {
    background-color: #fff;
    padding: 18px 0;
	position:inherit;
}
#mainnav ul li a {
    text-transform: capitalize;
	font-size: 1.5rem !important;
	padding: 5px 10px;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
body {
    font: 1.0rem/1.5 Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.0rem;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #646569;
	font-weight: 200;

}
h1,h2,h3,h4,h5,h6 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: none !important;

}
h6 {
    font-size: 16px;
}
.menu-download a, .lrm-login a,  .lrm-register a{
  background-color: #00A85E;
  border: none;
  color: #FFFFFF !important;
  padding: 5px 30px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px; 	
}
.menu-downloadk a:after{
	width: 20px;
	height: 20px;
	content: "";
	display: inline-block;
	background-image: url("images/button-down-arrow.png");
	background-size: contain;
}
.footer-widgets {
	border-top: #000 1px solid;
    padding: 35px 0;
	margin: 0 0px;
	background-image: url("images/footer-background-arc.png");
	background-position: top right;
	background-repeat: no-repeat;
}
.download-header{
	margin-bottom: 40px;
}
#sidebar-footer .sidebar-column{
	margin-top: 30px
}
#simple-social-icons-2 .simple-social-icons ul li {
    background: none !important;
    border: none !important;
    float: left;
    list-style-type: none !important;
    margin: 0 6px 0px 0 !important;
    padding: 0 !important;

}
#simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus {
    padding: 9px 9px 9px 0 !important;

}
.pre-footer-download{
	margin-top: 100px;
	margin-bottom: 100px;
}
.pre-footer-download img{
	height: 40px !important;
	width: auto !important;
}
.pre-footer-download h2{
	font-size: 4.5rem !important;
	font-weight: bold !important;
	text-transform: inherit !important;
	color: #000000 !important;
}
.pre-footer-download p{
	font-size: 2rem !important;
	margin-bottom: 50px;
}

.pre-footer-screens{
	display: none;
}
@media only screen and (min-width: 1024px) {
	.pre-footer-download h2{
		font-size: 6.5rem !important;
		font-weight: bold !important;
		text-transform: inherit !important;
		color: #000000 !important;
	}
	.pre-footer-screens{
		display: block;
	}
	.pre-footer-screens .screens-left{
		text-align: right;
		padding-top: 100px;
	}
	.pre-footer-screens img{
		max-width: 170px !important;
		margin-bottom: 20px;
	}
	.pre-footer-screens .screens-right{
		text-align: left;
		margin-bottom: -150px;
	}	
}





.widget-area .widget ul li {
    padding: 5px 0;    
}
.widget-area .widget {
    position: relative;
    margin-bottom: 	0px;
    padding-top: 35px;

}
.widget-area .widget.simple-social-icons {
    position: relative;
    margin-bottom: 30px;
    padding-top: 35px;

}
.latest-news-wrapper.carousel .entry-thumb {
	border: #959696 1px solid;
}
.latest-news-wrapper.carousel .entry-title a{
	color: #fff !important;
	font-size: 2.5rem !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200 !important;
}
.latest-news-wrapper.carousel .entry-summary, .latest-news-wrapper.carousel .entry-title {
	background-color: #959696;
	margin: 0;
	padding: 10px 20px 0 20px;
	color: #fff;
	text-align: center;
}
.latest-news-wrapper.carousel .entry-summary{
	padding-bottom: 10px;
}
.roll-button.button-slider{
	display: none !important;
}
.treding-home-page-block h2 a{
	color: #000 !important;
	font-size: 2.8rem !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100 !important;
}
label {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 100 !important;

}
.inspiration-block h2 a{
	color: #000 !important;
	font-size: 2.0rem !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100 !important;
}
.elementor-pagination{
	margin-top: 30px;
}
.trending-block h2 a{
	color: #000 !important;
	font-size: 3.0rem !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100 !important;
}
.single .meta-post .post-cat::before {
   padding: 0 0px;
}
.slide-inner {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 2;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
	max-width: 500px;
    -webkit-transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    -o-transform: translateY(-85%);
    transform: translateY(-85%);
}
.text-slider .maintitle, .text-slider .subtitle {
    z-index: 10;
    color: #000 !important;
    margin: 0;
    text-shadow: none;
	font-size: 1.4rem;
	line-height: inherit;
	padding-left: 40px;
}
.text-slider .maintitle {
    position: relative;
    display: inline-block;
    font-size: 3.5rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 100 !important;
    padding-bottom: 10px;
	line-height: inherit;
	color: #000 !important;
	padding-left: 40px;
}
h2.download-title{
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100 !important;
}



ul.ul-download-list{
	margin: 0;
	padding: 0;
}
.ul-download-list li{
	list-style: none;
	margin: 0
}
ul.cat-buttons{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 40px;
}
.cat-buttons li{
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}
a.cat-button {
    background-color: #ffffff;
    border: #959696 1px solid;
    color: #000000 !important;
    padding: 5px 30px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	border-radius: 16px;

}
a.cat-button-selected {
    background-color: #F9B234;
    border: #959696 1px solid;
    color: #ffffff !important;
    padding: 5px 30px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	border-radius: 16px;

}
.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
    background: #F9B234;
    color: #FFF;
}
a.login-button {
    background-color: #000000;
    border: none;
    color: #ffffff !important;
    padding: 5px 30px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	border-radius: 16px;
}
a.login-button:hover {
    background-color: #959696;    
}

.text-slider .maintitle::after {

    background-color: transparent !important;

}
.elementor-accordion-item{
	margin-bottom: 20px;
	background-color: #ffffff !important;
}

.archive .page-wrap{
	background-color: #646569;
	background-image: url("images/drone-blog-background.png");
	background-size: 100% 800px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 80px;
	padding-bottom: 40px;
}

.eqWrap {
	display: flex;
}

.eq {
	padding: 30px;
	background-color: #fff;
}

.eq:nth-of-type(odd) {
	
}

.eq:nth-of-type(even) {
	
}

.equalHW {
	flex: 1;
}

.equalHMWrap {
	justify-content: space-between;
}




.equalHMRWrap {
	justify-content: space-between;
	flex-wrap: wrap;
}

.equalHM {
	width: 100%;
}

.equalHMR {
	width: 100%;
	margin-bottom: 2%;
}
.equalHMV {
	width: 100%;
	margin: 1%;	
}
.equalTitles{
 	height: auto;
	font-size: 2.5rem;
	font-weight: bold !important;
	color: #000 !important;
}


@media only screen and (min-width: 1024px) {
	.equalHM {
		width: 49%;
	}

	.equalHMR {
		width: 49%;
		margin-bottom: 2%;
	}
	.equalHMV {
		width: 49%;
		margin: 1%;	
	}
	.equalTitles{
		height: 60px;	
		font-size: 2.5rem;
		font-weight: bold !important;
		color: #000 !important;
	}
	.blog-grid-right{
		position: relative;	
		border-left: #DBD9D6 1px solid;
	}
	.big-news .blog-grid-right{
		padding-left: 40px;
	}
}

.equalHMR img{
	border: #eeeeee 1px solid;
}
.equalHMR h4{
	
}

.equalHMVWrap {
	flex-wrap: wrap;
}


.equalHMV:nth-of-type(2n) {
	margin-right: 0;	
}

.equalHMV:nth-of-type(2n+1) {
	margin-left: 0;	
}
.newsread-readmore{
  background-color: #FF5900;
  border: none;
  color: #FFFFFF !important;
  padding: 10px 40px 10px 20px !important;
  text-align: left !important;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px; 		
	font-weight: bold;
	margin-bottom: 20px;
}


.big-news {
	padding: 50px;
	background-color: #fff;
	display: block;
	margin-bottom: 50px;
}
.news-title{
	margin-top: 80px;
	margin-bottom: 30px;
}

.screen-1-column div{
	right:0 !important;
	left:auto !important;
}
.small-screen{
	max-width: 170px;
	float: right;
}
.large-screen{
	max-width: 340px;
	float: left;
}


@media (max-width: 768px) {
	
	
	
	.btn-menu {
		float: right;
		margin: 0px 20px 0;
	}
	#sidebar-pre-footer {
		padding-top: 0px;
	}
	.pre-footer-download {
		margin-top: 0px;
		margin-bottom: 100px;
	}
	ul.slick-dots {

		position: relative;
		right: inherit !important;
		display: block;
		width: auto !important;
		padding: 0;	
		bottom: inherit;
		margin: 30px auto 0 auto;
		list-style: none;
		text-align: center;
		line-height: 1;

	}
	.hiw-panel{
		padding-bottom: 30px;
	}
	.hiw-number{
		font-size: 30px;	
	}
	.hiw-copy {
		font-size: 16px;
	}
	
	#sidebar-footer .col-md-2 {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	ul.slick-dots {

		position: relative;
		right: inherit !important;
		display: block;
		width: auto !important;
		padding: 0;	
		bottom: inherit;
		margin: 30px auto 0 auto;
		list-style: none;
		text-align: center;
		line-height: 1;

	}
}
