/*
Theme Name: A Bar Above
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.22.7
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 14 May 2019 01:54:17 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.sitewide-popup-wrap .ns-form .input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px;
}
.sitewide-popup-wrap .ns-form .input-wrap ._full_width {
    width: 50%;
    padding: 5px;
}

/* Single Internnal Banner */
.internal-page-banner {
    background-image: url(https://abarabove.com/wp-content/uploads/2019/06/new-footer-bg-1.jpg)!important;
    position: relative;
    padding: 54px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.internal-page-banner .container:before {
    display: none;
}
.internal-page-banner .post-meta {
    display: block !important;
}
.internal-page-banner * {
    color: inherit !important;
}


/* Responsive CSS */
@media screen and (max-width: 767px){
	.sitewide-popup-wrap .ns-form .input-wrap ._full_width {
		width: 100%;
	}
	.sitewide-popup-wrap .ns-form form {
		margin: 10px 0 0 !important;
	}
	.sitewide-popup-wrap .ns-form form ._form-label {
		width: 100% !important;
		margin-bottom: 5px;
		display: block;
	}
	.sitewide-popup-wrap .ns-form form .two-col {
		display: block !important;
	}
	.sitewide-popup-wrap .ns-form form ._field-wrapper {
		width: 100% !important;
	}
	.sitewide-popup-wrap h2 {
		font-size: 18px !important;
	}
}

