/*
Theme Name: 	RW Blackbird Theme
Theme URI: 	https://www.radicalwebs.com/
Author:   	Radical Webs
Author URI:   	https://www.radicalwebs.com/
Description: 	A child theme of Divi.
Version: 		1.0
Text Domain: 	blackbird
Template: 	Divi
*/

/* body fonts */
body {
    color: #333 !important;
    font-family: "rucksack", sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
}

/*header*/
h1, h2, h3, h4, h5, h6 {
	font-family: "rucksack", sans-serif !important;
	padding-bottom: 25px;
	line-height: 1.3 !important;
	font-weight:400;
}
.et_pb_row_fullwidth h1 {
	padding-bottom: 0;
}

a {
    color: #B28500;
    text-decoration: none;
}




/* STRUCTURE
-------------------------------------------------------------------------------- */

#page-container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_row {
    width: 100%!important;
    max-width: 1140px!important;
}

.et_pb_section {
    padding: 57px 0 62px !important;
}

.rw-slider {
	padding: 0 !important;
}

.et_pb_row {
    padding: 0 !important;
}

.et_boxed_layout #page-container .et_pb_row {
	width:100%;
}
.et_pb_gutters3 .et_pb_column_2_3 {
    width: 70.175438%;
}

.et_pb_gutters3 .et_pb_column {
    margin-right: 1.7543859%;
}

.et_pb_gutters3 .et_pb_column_1_3 {
    width: 28.070175%;
}

.et_right_sidebar #left-area {
    width: 70.175438%;
    padding-right: 0;
    margin-right: 1.7543859%;
}

#sidebar {
    width: 28.070175%;
}

.et_right_sidebar #sidebar {
    padding-left: 0;
}

#sidebar h4.widgettitle {
    font-size: 28px !important;
}

.et_pb_widget_area_left {
    padding-right: 0;
    border-right: none;
}

.page-header-image {
	height: 216px;
	background-image: url(/wp-content/uploads/2017/04/aircraft-header.jpg) !important;
}

.black-titlebar .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 1140px !important;
	padding-bottom: 0 !important;
}

.black-titlebar .et_pb_row.et_pb_row_fullwidth h1,
.black-titlebar .et_pb_row.et_pb_row_fullwidth h2 {
	color: #FFF;
	font-size: 42px;
	font-weight: 300;
    padding: 0;
}

.home .black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
	font-size: 36px;
}

#main-content .container {
	width:100%;
	padding: 4% 0;
}
#main-content .container:before {
	display:none;	
}

.et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 25px;
}

/* HEADER
-------------------------------------------------------------------------------- */

#main-header {
	display: flex;
	flex-direction: column;
}

body.admin-bar.et_fixed_nav #main-header {
	top:0 !important;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: relative;
}

body.admin-bar.et_fixed_nav #top-header {
    top: 0;
}

#top-header {
    background-color: #F2F2F2;
    border-bottom: 1px solid #E5E5E5;
    height: 40px;
    display: flex;
    justify-content: center;
}

#main-header #top-header .container {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding-top: 0;
	width: 100%;
	max-width: 1140px;
}

#top-header .one-half {
	width: 50%;
    float: none;
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
}

#top-header .one-half #et-info-phone {
	color: #000;
	margin-left: 20px;
	margin-right: 0;
	font-size: 16px;
	line-height: 22px;
}

#top-header a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

#main-header .container {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#main-header .container .rw-header-container {
    width:100%;
    max-width: 1140px;
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
}

.et_header_style_left .logo_container {
	width: 36%;
	max-width: 394px;
	padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}



#logo {
	min-height: 107px;
}

#header-right {
	float:right;
	width:64%;
    position: relative;
}

#header-right .textwidget {
	text-align: right;
	font-weight: 300;
	padding: 12px 0;
	line-height: 1;
}

#header-right .textwidget p {
	padding-bottom: 0 !important;
}

/* =Main Navigation
-------------------------------------------------------------------------------- */

#et-top-navigation {
	padding: 8px 0 !important;
	font-weight: 400;
	position:relative;
	z-index:100;
    clear: both;
    width: 100%;   
    float: left;
    background-color: #000 !important;
}

#main-header.et-fixed-header #et-top-navigation {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background: #000;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#main-header.et-fixed-header #et-top-navigation .nav-container {
	max-width:1140px;
	margin: auto;
	position:relative;
}
	
.admin-bar #main-header.et-fixed-header #et-top-navigation {
	top:32px;
}

.top-menu-nav-wrapper {
	max-width: 1140px;
	margin:0 auto;
}

.top-menu-phone {
	display:none;
}

.et-fixed-header .top-menu-phone {
	display:block;
	float: right;
	width: 130px;
	font-weight:400;
	font-size:15px;
	color: #fff;
	line-height:1 !important;
}

.et-fixed-header .top-menu-phone img {
	float:left;
	max-height: 40px;
}

.et-fixed-header .top-menu-phone div {
	float:left;
	padding:10px 0 0 10px;
}

.et-fixed-header #top-menu-nav {
	width: calc(100% - 130px);
}


#top-menu {
	float:left;
}

#top-menu li{
	padding-right:0px !important; 
	font-size:15px;
}

#top-menu li a {
	color: #fff;
	padding:10px 12px 9px !important;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.et-fixed-header #top-menu li a {
	margin: 0;
}

#top-menu-nav > ul > li > a:hover{
	background-color: rgba(255,255,255,0.2) !important;
	color: #fff !important;
	opacity:1 !important;
}

#top-menu li.current-menu-item > a {
	background-color: rgba(255,255,255,0.2) !important;
	color: #fff;
}

#top-menu .menu-item-has-children > a {
	padding:10px 25px 9px 12px !important;	
}


#top-menu .menu-item-has-children > a:first-child:after {
	top: 10px;
	right: 9px;
}

#top-menu > li.menu-item-has-children:hover a {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#top-menu li.current-menu-item:hover > a {
	background-color: rgba(255,255,255,0.2);
}

/*#top-menu li.current-menu-ancestor > a {
	background-color: rgba(54, 32, 16, 1);
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
}*/


.nav li ul {
	visibility: hidden;
	width: 260px;
	padding:10%;
	border-top: none;
	opacity: 0;
	background: #333;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
}

.et-fixed-header .nav li ul {
	padding:0 10% 10%;
}

#top-menu li li {
	margin-bottom:1px;
	padding:0;
	width:100%;
	line-height: 1em;
}

#top-menu li li a {
	width:100%;
	background-color: rgba(255,255,255,0.1) !important;
	margin: 0;
    -webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.et-fixed-header #top-menu ul li a {
    margin: 0;
}

#top-menu li li a:hover{
	background-color: rgba(255,255,255,0.4) !important;
	color:#fff !important;
	opacity:1 !important;
}

/* Search Icon
-------------------------------------------------------------------------------- */

#et_top_search {
	margin:55px 0 0 0;
	z-index: 999999; /* Makes Magnifying Glass Appear Over Close X on load */
	display:block;
	width:36px;
	height:36px;
	-webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#et_top_search:hover {
	color: #000;
	background: #FFC925
}

#et_search_icon {
	color: #000;
}

#et_search_icon:hover {
	color: #000;
}

#et_search_icon:before {
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 18px;
    content: "\55";
}

.et_pb_menu_hidden #et_top_search {
	display:none; /* Removes Search Icon to prevent double triggers with Close X */
}

.et_pb_menu_hidden #top-menu-nav {
	margin-right:36px; /* Removes Search Icon to prevent double triggers with Close X */
}


.et-fixed-header #et_top_search {
	margin:13px 0 0 0;
}

/* Search Form
-------------------------------------------------------------------------------- */

.et_search_outer {
	top: 85px;
    right: 0;
}

.et_search_outer .container {
	height: 0;
}

.et-fixed-header .et_search_outer {
	top: 4px;
}

.et_search_outer .container.et_pb_search_visible {
	height: 50px !important; /* Overrides Inline Height */
}

.et_search_outer .container.et_pb_search_form_hidden {
	height: 0 !important;
}

span.et_close_search_field {
	color: #000;
	top:0;
}

.et-search-form input {
	font-family: Raleway, sans-serif;
	color: #000;
	background: #EEE;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	top:0px;
	bottom:0px;
}

.et-fixed-header .et-search-form input {
	padding: 5px 10px;
	top:5px;
	bottom:5px;
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible .mobile_menu_bar {
	z-index: 99;
	opacity: 1;
	-webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.et_pb_menu_hidden #top-menu, .et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden .mobile_menu_bar {
    opacity: 1;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}




/* Mobile Menu
-------------------------------------------------------------------------------- */

.et_header_style_centered #et_mobile_nav_menu {
	margin-top:0;
}
	
.et_header_style_centered #main-header div#et-top-navigation {
	height:52px;
	padding:10px 0 12px;
}

.et_header_style_centered .mobile_nav .select_page {
	line-height: 1;
	color: #000;
	margin-left:37px;
}

.et_header_style_centered .mobile_menu_bar {
	right: inherit;
	left: 5px;
	width:100%;
	cursor: pointer;
}

.et_header_style_centered .et_mobile_menu {
	top:42px;
}

.mobile_menu_bar:before {
	color: #fff !important;
}

.et_mobile_menu {
	width: 100%;
    border:none !important;
	padding:2%;
	background:#000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.et_mobile_menu .menu-item {
	margin-bottom:1px;
}

.et_mobile_menu li a {
	padding: 20px;
    display: block;
	border-bottom:none;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.et_mobile_menu li a:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
	color: #fff !important;
	opacity:1;
}

.et_mobile_menu .menu-item-has-children > a {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: normal;
	margin-bottom: 1px;
}

/*Page Content
-------------------------------------------------------------------------------- */

.et_pb_section_1 {
    position: relative;
    background-color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;	
}
#page-container .et_pb_row {
    width: 100%;
    margin: auto;
}

.et_pb_main_blurb_image {
    margin-bottom: 10px;
    text-align: center;
}

/* = Home Page Tagline
-------------------------------------------------------------------------------- */

.site-home-tagline section {
	padding:0 !important;
}

.site-home-tagline section h3 {
	font-size:34px;
	color:#666;
	padding-bottom:0;
	font-weight:400;
}

/* = Slider Style
-------------------------------------------------------------------------------- */

.et_pb_slider .et_pb_container {
    width: 100%;
    max-width: 1140px;
}

.et_pb_slider, .et_pb_slider .et_pb_container { 
	height: calc(100vh - 311px) !important; 
}

.et_pb_slider, .et_pb_slider .et_pb_slide { 
	max-height: calc(100vh - 311px);
	padding:0;
}

.et_pb_slides .et_pb_slider_container_inner {
	vertical-align:top;
	padding:6% 0 0;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	width: 100%;
	margin: auto;
	padding:0;
}

.et_pb_slide_description .et_pb_slide_title {
	margin-top: 0;
	font-size:50px;
	font-weight: 200;
	text-shadow:0px 0px 20px #000;
	line-height:1.3;
	padding: 0 0 10px;
	font-family: "rucksack", sans-serif !important;
}

.et_pb_slide_content p {
	font-size: 20px;
	font-weight: 100;
	text-shadow:0px 0px 20px #000;
}

.et_pb_slider .et_pb_slide .et_pb_more_button {
	margin: -11.25% 5% 0 0;
	float:right;
	background-color: rgba(0, 0, 0, 0.2);
	font-size:18px;
}

.et_pb_slider .et_pb_slide .et_pb_more_button:hover {
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid #FFF;
}

.tagline {
	background-color: rgba(0, 0, 0, 0.2);
	text-align: left;
	padding:5% 7.5%;
}

/* = Content Styles
-------------------------------------------------------------------------------- */

.entry-content ul, .comment-content ul,
body.et-pb-preview #main-content .container ul {
    padding: 0 0 15px;
	margin-left:50px;
    line-height: 26px;
}

.entry-content ol, .comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding: 0 0 15px;
	margin-left:50px;
    line-height: 26px;
	list-style-position: outside;
}

.entry-content li {
	padding-left:0;
	margin-bottom:10px;
}

p,
p:last-of-type {
    padding-bottom: 25px;
}

.home-h1 {
    padding: 5.7% 0 5.9%;
}

.home-h1 .et_pb_row {
    padding: 0 !important;
}

.entry-content h1 {
	font-size:36px;
}
.home .entry-content h1 {
	color: #FFF;
	line-height: 1 !important;
	padding-bottom:0;
}

.entry-content h2 {
	font-size:32px;
}

.entry-content h3 {
	font-size:28px;
}

.entry-content h4 {
	font-size:24px;
}

.entry-content h5 {
	font-size:20px;
}

.entry-content h6 {
	font-size:18px;
}

/* Blurbs
-------------------------------------------------------------------------------- */

.buckets .et_pb_column_1_3 {
	width: 31.33333%;
	margin-right:3%;
}

.buckets .et_pb_main_blurb_image img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.buckets h4 {
	text-align: center;
}

.buckets p {
	text-align: center;
}

/* Featured Products
-------------------------------------------------------------------------------- */

.featured-aircraft h2 {
	text-align: center;
	font-size: 42px;
	font-weight:300;
}

.featured-aircraft h3 {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 15px;
}

.featured-aircraft h4 {
	font-size: 24px;
	padding-bottom: 15px;
}

.featured-aircraft h4 strong {
	font-weight: 500;
}

.featured-aircraft p {
	font-size: 18px;
	padding-bottom: 15px;
}

.featured-aircraft p strong {
	font-weight: 500;
}

.et_pb_gutters3 .featured-aircraft .et_pb_column_1_3 .et_pb_module {
	margin-bottom:0;
}

/* Buttons
-------------------------------------------------------------------------------- */

.et_pb_button {
	background:#FFC925;
	border: none;
	font-size:16px;
	color:#000 !important;
	padding:10px 40px;
}

.et_pb_button:hover {
	background:#FFC925 !important;
	border: none !important;
	font-size:16px;
	color:#000 !important;
	padding:10px 60px 10px 40px !important;
}

.et_pb_button:after {
	font-size: 28px;	
}


/* = Closable Accordion Toggle
-------------------------------------------------------------------------------- */

.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}


/* = Gravity Forms
-------------------------------------------------------------------------------- */

/* General Styling */

input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
	border: 1px solid #DDD;
}

.gform_wrapper {
	margin:0 0 25px !important;	
}

.gform_wrapper .gform_body {
    width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
	margin:0 0 5px !important;
}

.gform_wrapper li.hidden_label input {
	margin-top:0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 10px !important;
    letter-spacing: normal;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color:#DDD;
	background: #F5F5F5;
}

.gform_wrapper textarea.large {
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#F5F5F5;
	padding: 10px !important;
}

/* General Captcha Styling */

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: left !important;
}

.gform_wrapper .left_label .simple_captcha_medium {
	margin-left: 0 !important;
	float: left !important;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: left !important;
}

.gform_wrapper .gfield_captcha_input_container {
	padding-top: 0 !important;
	width:40%;
	float: left !important;
}

.gform_wrapper .simple_captcha_medium input {
    width: 100% !important;
}

/* Submit Button */

.gform_wrapper .gform_footer {
    padding: 0 0 10px !important;
    margin: 16px 0 0;
    clear: both;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 22px !important;
	font-weight:400;
	border:none;
	padding:15px 60px;
	width: auto;
	margin: 0 !important;
	background: #FFC925;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#000;
}

/* Main Form Left Labels */

.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin:5px 0 11px !important;
}

.gform_wrapper .name_first label,
.gform_wrapper .name_last label {
	display: none !important;
}

.gform_wrapper textarea.large {
	height: 320px;
}

/* Main Form Top Labels */

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
	margin-bottom:8px !important;
}

/* Short Form Placeholders */

.short-form h4 {
	font-size:26px;
	color:#333;
}

.short-form #input_4_4 {
	height: 150px;
}

.short-form textarea {
	height: 200px !important;
}

.short-form .gform_wrapper .gform_footer {
    text-align: center;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0 !important;
}

/* Newsletter Form */

.newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin-top:0 !important;
	background-color: rgba(255, 255, 255, 0.2);
	border:1px solid rgba(255, 255, 255, 0.6);
	color:rgba(255, 255, 255, 1);
	padding:15px !important;
}

.newsletter ::-webkit-input-placeholder {
   color:rgba(255, 255, 255, 0.5);
}

.newsletter :-moz-placeholder { /* Firefox 18- */
   color:rgba(255, 255, 255, 0.5);
}

.newsletter ::-moz-placeholder {  /* Firefox 19+ */
   color:rgba(255, 255, 255, 0.5); 
}

.newsletter :-ms-input-placeholder {  
   color:rgba(255, 255, 255, 0.5);
}

/* =Sidebar
-------------------------------------------------------------------------------- */

.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget {
	margin-bottom:15.64%;
}

.et_pb_widget a {
	color: #B28500;
	text-decoration: none;
}

.et_pb_widget li a:hover {
	color: #B28500;
}

/* RW Blog Grid
-------------------------------------------------------------------------------- */

/* Blog Archive Styles
----------------------------------------*/

.rw-masonry-grid-container {
    padding-bottom: 20px;
}

.blog article,
.search article,
.archive article {
    width: 50%;
    float:left;
    padding:0 10px 20px;
} 

.blog .rw-post-content-wrapper,
.search .rw-post-content-wrapper,
.archive .rw-post-content-wrapper {
    border: 1px solid #ddd;
}

.blog .rw-post-image,
.search .rw-post-image,
.archive .rw-post-image {
    position: relative;
    overflow: hidden;
    max-height: 700px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog .rw-post-image img,
.search .rw-post-image img,
.archive .rw-post-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.blog .rw-post-image:hover img,
.search .rw-post-image:hover img,
.archive .rw-post-image:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.1,1.1);
    transform: translate3d(0,0,0) scale(1.1,1.1)
}

.blog .rw-overlay,
.search .rw-overlay,
.archive .rw-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.blog .rw-overlay:hover,
.search .rw-overlay:hover,
.archive .rw-overlay:hover {
    opacity: 1;
}

.blog .rw-table-full,
.search .rw-table-full,
.archive .rw-table-full {
    display: table;
    width: 100%;
    height: 100%;
}

.blog .rw-table-cell,
.search .rw-table-cell,
.archive .rw-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.blog .rw-overlay-item,
.search .rw-overlay-item,
.archive .rw-overlay-item {
    width: 100%;
    position: relative;
    text-align: center;
    height: 100%;
    transition: .5s all;
    opacity: 0;
}

.blog .rw-overlay:hover .rw-overlay-item,
.search .rw-overlay:hover .rw-overlay-item,
.archive .rw-overlay:hover .rw-overlay-item {
    opacity: 1
}

.blog .rw-overlay .rw-overlay-item .rw-overlay-item-container,
.search .rw-overlay .rw-overlay-item .rw-overlay-item-container,
.archive .rw-overlay .rw-overlay-item .rw-overlay-item-container {
    transition: .5s all;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: calc(50% - 30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    text-align: center;
}

.blog .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container,
.search .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container,
.archive .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container {
    background-color: #fff;
    width: 60px;
    -webkit-animation: icon_round_animation .5s;
    animation: icon_round_animation .5s;
    color: #fff;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)
}

.blog .rw-overlay .rw-overlay-item-container i,
.search .rw-overlay .rw-overlay-item-container i,
.archive .rw-overlay .rw-overlay-item-container i {
    font-size: 26px;
    line-height: 60px;
    transition: .5s all;
    opacity: 1;
}

.blog .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container i,
.search .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container i,
.archive .rw-overlay .rw-overlay-item:hover .rw-overlay-item-container i {
    color: #B28500;
}

.blog .rw-overlay .rw-table-cell i,
.search .rw-overlay .rw-table-cell i,
.archive .rw-overlay .rw-table-cell i {
    position: relative;
    overflow: visible;
    z-index: 10;
}

@-webkit-keyframes icon_round_animation {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0
    }
}

@keyframes icon_round_animation {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0
    }
}

.blog h2.entry-title,
.search h2.entry-title,
.archive h2.entry-title {
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}

.blog h2.entry-title a,
.search h2.entry-title a,
.archive h2.entry-title a {
    color: #333;
}

.blog h2.entry-title a:hover,
.search h2.entry-title a:hover,
.archive h2.entry-title a:hover {
    color: #000;
}

.blog .entry-meta,
.search .entry-meta,
.archive .entry-meta {
    padding: 0 10px 10px;
    font-size: 12px;
}

.blog .entry-meta p,
.search .entry-meta p,
.archive .entry-meta p {
    padding: 0;
}

.blog .rw-blog-excerpt,
.search .rw-blog-excerpt,
.archive .rw-blog-excerpt {
    padding: 0 10px;
    font-size: 14px;
}

.blog .rw-blog-excerpt.rw-is-page,
.search .rw-blog-excerpt.rw-is-page,
.archive .rw-blog-excerpt.rw-is-page {
    padding: 0 10px 10px;
}

.blog .rw-blog-excerpt p,
.search .rw-blog-excerpt p,
.archive .rw-blog-excerpt p {
    font-size: 14px;
}

.blog .rw-comments-cats-meta,
.search .rw-comments-cats-meta,
.archive .rw-comments-cats-meta {
    font-size: 14px;
    /*margin-left: -10px;*/
    margin-right: 92px;
    margin-top: 20px;
    padding: 20px 0 20px 10px;
    position: relative;
    border-top: 1px solid #ddd;
}

.blog .rw-comments-cats-meta a.post-meta-comments,
.blog .rw-comments-cats-meta span.post-meta-comments,
.search .rw-comments-cats-meta a.post-meta-comments,
.search .rw-comments-cats-meta span.post-meta-comments,
.archive .rw-comments-cats-meta a.post-meta-comments,
.archive .rw-comments-cats-meta span.post-meta-comments {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -82px;
    padding: 0 17px;
    border-radius: 100px;
    transition: .3s all ease-in-out;
}

.blog .rw-comments-cats-meta .post-meta-comments i,
.search .rw-comments-cats-meta .post-meta-comments i,
.archive .rw-comments-cats-meta .post-meta-comments i {
    font-size: 16px;
    position: relative;
    bottom: 0;
    padding-right: 5px;
    color: #B28500;
}

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





/* Blog Single */

.single .woocommerce-products-header {
	margin-bottom: 3%;
}









/* =Footer
-------------------------------------------------------------------------------- */

#main-footer {
    background-color: #000;
}

#main-footer .container {
	width:100%;
}

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
    width: 100%;
}

#footer-widgets .footer-widget li:before {
	position: absolute;
	top: 9px;
	left: 0;
	border-width: 0;
	border-style: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	content: none;
}

#main-footer .footer-widget h4 {
	color: #FFF !important;
	font-size:24px;
	font-weight: 300;
}

.footer-widget {
	text-align: center;
	font-weight: 300;
}

.footer-widget strong {
	font-weight: 500;
}

.footer-widget .newsletter {
	width:100%;
}

#footer-bottom{
	background-color: #000;
	padding:2% 0 2%;
}

#footer-bottom .footer-left {
	float:left;
	width:50%;	
}

#footer-bottom .footer-right {
	float:right;
	width:50%;
	text-align:right;
}

#footer-bottom .footer-right a {
	display:block;
	width:140px;
	float:right;
	padding:10px 0;
	text-align:center;
	background-color: rgba(255, 255, 255, 0.05);
	border:1px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #d8d8d8;
	font-size:12px;
}

#footer-bottom .footer-right a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #d8d8d8;
}

#footer-info,
#footer-info a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
	font-size:14px;
}

#footer-info a:hover {
	color: rgba(255, 255, 255, 1);
}

/* RW Social Icons
-------------------------------------------------------------------------------- */

.rw-social-icons {
    margin:0 auto 20px;
    width: 260px;
    overflow: hidden;
    clear: both;
    padding: 10px;
}

.rw-social-icons a {
    display: inline-block;
    margin-right: 20px;
}

.rw-social-icons .fa {
    color: #fff;
    font-size: 24px;
    background: rgba(255,255,255,0);
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.rw-social-icons .fa:hover {
    -webkit-box-shadow: 0 0 3px 5px rgba(255,255,255,0.2);
    box-shadow: 0 0 3px 5px rgba(255,255,255,0.2);
    text-shadow: 0 0 8px #eee;
}

.rw-social-icons a:last-child {
    margin-right: 0;
}

.rw-social-icons .fa-facebook-f:before,
.rw-social-icons .fa-facebook:before {
    position: absolute;
    top: 11px;
    right: 12px;
}

.rw-social-icons .fa-twitter:before {
    position: absolute;
    top: 11px;
    left: 12px;
}

.rw-social-icons .fa-linkedin:before {
    position: absolute;
    top: 10px;
    left: 13px;
}

.rw-social-icons .fa-youtube:before {
    position: absolute;
    top: 11px;
    left: 12px;
}

.rw-social-icons .fa-instagram:before {
    position: absolute;
    top: 10px;
    left: 13px;
}






/* Media Queries
-------------------------------------------------------------------------------- */

@media only screen and (max-width:1140px) {
	
	#main-header .rw-header-container,
	#page-container .et_pb_row,
	#main-footer .container {
		max-width: 100% !important;
		margin: auto;
        padding: 0 10px;
	}
    
    #main-content .container {
        padding: 3% 10px;
    }
    
    #page-container .et_pb_section {
        padding: 50px 10px !important;
    }
    
    #page-container .et_pb_section.rw-slider {
        padding: 0 !important;
    }
    
    #et-top-navigation {
        padding: 8px 10px !important;
    }
	
}

@media only screen and (max-width:1080px) {
    
    .et_header_style_left .logo_container {
        width: 32%;
        max-width: 394px;
        padding: 42px 0 0;
    }
	
	#top-menu li a {
		padding: 10px 10px 9px !important;
	}
	
	#top-menu .menu-item-has-children > a {
		padding:10px 23px 9px 10px !important;	
	}
	
}

@media only screen and (max-width:1024px) {
	
	.et_header_style_left .logo_container {
		width: 31%;
        padding: 50px 0 0;
	}
	
	#top-menu li a {
		padding: 10px 8px 9px !important;
	}
	
	#top-menu .menu-item-has-children > a {
		padding:10px 21px 9px 8px !important;	
	}
	
	#top-menu .menu-item-has-children > a:first-child:after {
		right: 6px;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 38px;
	}
	
}

@media only screen and (max-width:980px) {
	
	h1, h2, h3, h4, h5, h6 {
		text-align: center;
	}

	.et_header_style_left .logo_container {
		width: 50%;
		max-width: 394px;
		padding: 20px 0 0;
	}
    
    #header-right {
        width: 50%;
    }

	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 100%;
	}
	
	#et-top-navigation {
		width: 100%;
	}
	
	#et_mobile_nav_menu {
		width: 36px;
		height: 36px;
	}
	
	.mobile_menu_bar:before {
		top: 2px;
		left: 2px;
	}
	
	.et_header_style_left .mobile_menu_bar {
		padding-bottom: 0;
	}
	
	#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul {
		padding-left: 0;
	}
	
	.et_mobile_menu li li {
		padding-left: 4%;
	}
	
	#et_top_search {
		float: right;
	}
	
	.et-fixed-header #et-top-navigation {
		height: 50px;
	}
	
	.et-fixed-header .top-menu-phone div {	
		padding: 6px 0 0 10px;
	}
	
	.et-fixed-header #et_top_search {
		margin: 7px 0 0 0;
	}
	
	.et-fixed-header #et_mobile_nav_menu {
		margin: 0;
        float: left;
	}
	
	.et_mobile_menu {
		overflow: scroll !important;
		max-height: 83vh;
	}
	
	.et_pb_slide_description .et_pb_slide_title {
		font-weight: 200 !important;
		padding-bottom: 0;
		font-size: 48px;
	}
	
	.et_pb_slides .et_pb_slider_container_inner {
		padding: 4% 0 0;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 36px;
	}
	
	.gform_wrapper {
		width: 60%;
		margin: 0 auto 25px !important;
	}
	
	.featured-aircraft .et_pb_text_inner {
		max-width: 760px;
		margin: auto;
	}
	
	.et_pb_gutters3 .featured-aircraft .et_pb_column_1_3 .et_pb_module {
		text-align: center;
	}
	
	.footer-widget:nth-child(n) {
		width: 100%!important;
		margin: 0 !important;
	}
	
	#footer-info {
		text-align: left;
	}
    
    #et_top_search {
        margin: 45px 0 0;
    }
	
    .et_search_outer {
        top: 65px;
    }
    
    .et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
        width: 100% !important;
        max-width: 100% !important;
    }
	
	
}

@media only screen and (max-width:800px) {
	
	#main-header {
		background-image: none;
		min-height: 130px;
	}
    
    .et_header_style_left .logo_container {
		width: 50%;
		max-width: 380px;
		padding: 10px 0 0;
	}
	
	.et_pb_slide_description .et_pb_slide_title {
		font-size: 40px;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 32px;
	}
	
	.page-header-image {
		height: 150px;
	}
	
	.et_pb_section.black-titlebar {
		padding: 17px 0 19px !important;
	}
	
	.et_pb_section .et_pb_column .et_pb_module {
		margin-bottom: 20px;
	}
    
    .et_pb_section_2.xti-facts {
        background-position: 50% 50% !important;
        padding: 5% 0 !important;
    }
    
    .et_pb_section_2.xti-facts .et_pb_column {
        margin-bottom: 0;
        margin-right: auto;
    }
    
    #et_top_search {
        margin: 30px 0 0;
    }
	
    .et_search_outer {
        top: 55px;
    }
	
}


@media only screen and (max-width:768px) {
	
	.admin-bar #main-header.et-fixed-header #et-top-navigation {
		top: 46px;
	}
	
	.et_pb_slide_description .et_pb_slide_title {
		font-size: 38px;
		text-shadow: 0px 0px 10px #000;
	}
	
	.et_pb_slide_content p {
		font-size: 18px;
		text-shadow: 0px 0px 5px #000;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 30px;
	}
	
}

@media only screen and (max-width:767px) {
	
	.et_pb_slide_description .et_pb_slide_title {
		font-size: 30px !important;
	}
	
}


@media only screen and (max-width: 600px) {
	
	.admin-bar #main-header.et-fixed-header #et-top-navigation {
		top: 0;
	}
	
	.et_pb_slide_content p {
		font-size: 17px;
		width: 80%;
		margin: auto;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 24px;
	}
	
	.et_pb_section {
		padding: 37px 0 42px !important;
	}
	
	.rw-slider.et_pb_section {
		padding: 0 !important;
	}
	
	.et_pb_slides .et_pb_slider_container_inner {
		padding: 7% 0 0;
	}
	
	.page-header-image {
		height: 100px;
	}
	
	.et_pb_section .et_pb_column .et_pb_module {
		margin-bottom: 15px;
	}
	
	.entry-content h2 {
		font-size: 30px;
	}
    
    #et_top_search {
        margin: 10px 0 0;
    }
	
    .et_search_outer {
        top: 35px;
    }
    
    .et-search-form input {
        padding: 5px !important;
        top: 5px;
        bottom: 5px;
        width: 85%;
    }
	
}

@media only screen and (max-width: 568px) {
	
	.et_pb_slides .et_pb_slider_container_inner,
	.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		display: block;
		padding: 0;
		height: calc(100vh - 233px) !important;
		max-height: calc(100vh - 233px) !important;
		position: relative;
		width:100%;
	}
	
	.et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		width:96%;
		margin: auto;
	}
	
	.et_pb_slide_description .et_pb_slide_title {
		font-size: 36px !important;
		text-shadow: 0px 0px 10px #000, 0px 0px 5px #000;
		position:absolute;
		top: 20px;
	}
	
	.rw-slider .et_pb_slide_content {
		position:absolute;
		bottom:20px;
	}
	
	.rw-slider .et_pb_slide_content p {
		font-weight: 400;
		text-shadow: 0px 0px 10px #000, 0px 0px 5px #000;
	}
	
}

@media only screen and (max-width: 540px) {
	
	.et_pb_slide_content p {
		font-size: 19px;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 28px;
	}
	
	.et_pb_section {
		padding: 27px 0 32px !important;
	}
	
	.rw-slider.et_pb_section {
		padding: 0 !important;
	}
	
	#footer-bottom .footer-left,
	#footer-bottom .footer-right {
		float: none;
		width: 100%;
		clear: both;
		text-align: center;
	}
	
	#footer-info {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#footer-bottom .footer-right a {
		float: none;
		margin: auto;
	}

	
}


@media only screen and (max-width: 480px) {
	
	#page-container .et_pb_section {
        padding: 30px 10px !important;
    }
    
    #main-header {
		min-height: 115px;
	}
	
	.et_header_style_left .logo_container {
		width: 100%;
		float: none;
		position: relative;
		clear: both;
		padding: 10px 0;
		margin: auto;
        max-width: 300px;
	}
	
	#header-right {
		float: none;
		width: 100%;
        text-align: left;
	}
    
    #header-right .textwidget {
		float: left;
		width: 50%;
        text-align: left;
	}
	
	.et-fixed-header .top-menu-phone {
		float: none;
		position: absolute;
		width: 50%;
		top: 0;
		left: 0;
	}
		
	#header-right .textwidget p {
		font-size: 18px;
		font-weight: 400;
	}
	
	.et_pb_slide_description .et_pb_slide_title {
		font-size: 32px !important;
	}
	
	.gform_wrapper {
		width: 90%;
	}
    
    .blog article,
    .search article,
    .archive article {
        width: 100%;
        float:none;
        clear: both;
        padding:0 0 20px;
    }
    
    #et_top_search {
        margin: 0;
    }
	
    .et_search_outer {
        top: -6px;
        right: 0;
    }
    
    .et-search-form input {
        padding: 5px !important;
        top: 5px;
        bottom: 5px;
        width: 89%;
    }

	
}

@media only screen and (max-width: 414px) {
	
	.entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
		margin-left: 30px;
	}
	
}


@media only screen and (max-width: 375px) {
	

	
}

@media only screen and (max-width: 360px) {
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 24px;
	}
	
}

@media only screen and (max-width: 320px) {
	
	.et_header_style_left .logo_container {
		width: 96%;
		margin: auto;
	}
	
	#text-3 p img {
		width: 96%;
		margin: auto;
	}
	
}

/* Home Page Height Styling
----------------------------------------------------------------*/

@media only screen and (max-width:800px) and (max-height:1140px) {

	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 281px) !important;
		max-height: calc(100vh - 281px) !important;
	}
	
	.et_pb_slides .et_pb_slider_container_inner {
		padding: 10% 0 0;
	}
	
}

@media only screen and (max-width:768px) and (max-height:1024px) {

	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 279px) !important;
		max-height: calc(100vh - 279px) !important;
	}
	
	.et_pb_slides .et_pb_slider_container_inner {
		padding: 8% 0 0;
	}
	
}

@media only screen and (max-width:1280px) and (max-height:800px) {
	
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 311px) !important;
		max-height: calc(100vh - 311px) !important;
	}
	
	.et_pb_slides .et_pb_slider_container_inner {
		vertical-align: baseline;
		padding: 0;
		position: relative;
		width: 100%;
	}
	
	.et_pb_slide_description .et_pb_slide_title {
		position:absolute;
		top: 20px;
		width: 100%;
	}
	
	.rw-slider .et_pb_slide_content {
		position:absolute;
		bottom:20px;
		width: 100%;
	}
	
	.rw-slider .et_pb_slide_content p {
		font-weight: 400;
		text-shadow: 0px 0px 10px #000, 0px 0px 5px #000;
	}
	
}

@media only screen and (max-width:600px) and (max-height:800px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 233px) !important;
		max-height: calc(100vh - 233px) !important;
	}
	
}


@media only screen and (max-height:780px) {
	
	/* Mac Book Pro Screen Size 1440 x 780 */
	
	.et_pb_section {
		padding: 37px 0 42px !important;
	}
	
	.rw-slider {
		padding: 0 !important;
	}
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 311px) !important;
		max-height: calc(100vh - 311px) !important;
	}
	
}


@media only screen and (max-height:768px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 255px) !important;
		max-height: calc(100vh - 255px) !important;
	}
	
}

@media only screen and (max-width:1024px) and (max-height:768px) {

	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 267px) !important;
		max-height: calc(100vh - 267px) !important;
	}
	
}

@media only screen and (max-width:980px) and (max-height:768px) {

	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 265px) !important;
		max-height: calc(100vh - 265px) !important;
	}
	
}

@media only screen and (max-width:600px) and (max-height:768px) {

	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 233px) !important;
		max-height: calc(100vh - 233px) !important;
	}

}


@media only screen and (max-height:600px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 214px) !important;
		max-height: calc(100vh - 214px) !important;
	}
	
}

@media only screen and (max-width:800px) and (max-height:600px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 241px) !important;
		max-height: calc(100vh - 241px) !important;
	}
	
}

@media only screen and (max-width:768px) and (max-height:600px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 239px) !important;
		max-height: calc(100vh - 239px) !important;
	}
	
}



@media only screen and (max-width:568px) and (max-height:600px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 231px) !important;
		max-height: calc(100vh - 231px) !important;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 22px;
	}
	
}

@media only screen and (max-width:480px) and (max-height:600px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 214px) !important;
		max-height: calc(100vh - 214px) !important;
	}
	
	.black-titlebar .et_pb_row.et_pb_row_fullwidth h1 {
		font-size: 20px;
	}
	
	.et_pb_slide_content p {
		width: 100%;
	}
	
}

@media only screen and (max-width:414px) and (max-height:600px) {
		
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 230px) !important;
		max-height: calc(100vh - 230px) !important;
	}
	
}

@media only screen and (max-width:360px) and (max-height:600px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 214px) !important;
		max-height: calc(100vh - 214px) !important;
	}
	
	.black-titlebar {
		padding: 27px 0 32px !important;
	}
	
}


@media only screen and (max-width:600px) and (max-height:568px) {
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description{
		height: calc(100vh - 233px) !important;
		max-height: calc(100vh - 233px) !important;
	}
	
}






@media only screen and (max-width:600px) and (max-height:480px) {
	
	.et_header_style_left .logo_container {
		padding: 22px 0 0 0;
	}
	
	#et-top-navigation {
		padding: 0 0 0 0 !important;
	}
	
	#main-header {
		background-image: none;
		min-height: 90px;
	}
	
	.black-titlebar {
		padding: 25px 0 30px !important;
	}
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 169px) !important;
		max-height: calc(100vh - 169px) !important;
	}
	
}

@media only screen and (max-width:600px) and (max-height:375px) {
	
	.black-titlebar {
		padding: 20px 0 25px !important;
	}
	
	.rw-slider .et_pb_slider,
	.rw-slider .et_pb_slider .et_pb_slide,
	.rw-slider .et_pb_slider .et_pb_container,
	.rw-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
		height: calc(100vh - 90px) !important;
		max-height: calc(100vh - 90px) !important;
	}
	
}

