/* Standardize child theme styling */
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}
.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
	background-color: #080A19;
}
.builder-module-navigation .current-cat a {
	background-color: transparent;
}
.builder-module-navigation .current-menu-item a {
	background-color: transparent;
}
.builder-module-navigation .current_page_item a {
	background-color: transparent;
}
.builder-module-navigation li a {
	color: #FFFFFF;
	font-size: 13px;
	background-color: #080A19;
}
.builder-module-navigation li a:hover {
	background-color: transparent;
}
.builder-module.builder-module-navigation {
	background-color: #080A19;
}


/* Style Manager custom css */
/*Module*/
.builder-container-outer-wrapper,
.builder-module-content .hentry {
	margin-bottom:0;
        margin-top:0;
}
.builder-module-content .builder-module-element {
    overflow: inherit !important;
    padding: 0px;
}
.builder-module-outer-wrapper,
.builder-module-widget-bar {
    overflow: inherit !important;
}
.builder-module-background-wrapper, 
.builder-module-widget-bar-background-wrapper, 
.builder-module-navigation{
	background:none;
	margin-bottom:0;
}

body {
    background: #FFF;
    font-size: 14px;
}
a, a:hover {
    text-decoration: none !important;
}
a {
	transition: all .35s linear;
	-o-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-webkit-transition: all .35s linear;
}
.hentry img {
    margin: 0;
    border: 0;
    padding: 0;
    background: none;
}
.entry-header, .edit-entry-link {
    display: none;
}
.entry-content {
    margin-top: 0;
}
.hentry .entry-footer {
    display: none;
}

/* header */

.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
    position: fixed;
    z-index: 5;
    width: 100%;
}

.builder-module-navigation ul.menu > li > a {
    padding: .5em .7em;
}

.builder-module-navigation ul.menu > li > a {
    line-height: 28px;
    position: relative;
    padding-top: 2em;
    text-transform: uppercase;
}

.builder-module-navigation ul.menu>li>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: transform .3s ease;
}

.builder-module-navigation ul.menu>li.current_page_item>a:before,
.builder-module-navigation ul.menu>li.current-menu-item>a:before,
.builder-module-navigation ul.menu>li:hover>a:before {
    background: #e6c824;
    transform: scale(1);
}

.builder-module-navigation li a {
    font-weight: normal;
}

.builder-module-navigation .sidebar.right ul.menu>li>a {
    padding: .5em .5em;
    font-weight: normal;
    line-height: 50px;
}

.builder-module-navigation-custom-menu .builder-module-sidebar.left .widget {
    padding: 0;
}

a.logo {
    padding-top: 10px;
}

.page-header {
    background: rgba(0, 0, 0, 0.7);
    padding: 50px;
    text-align: center;
}

.page-header .title {
    color: #fff;
}
.xsglobal-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.services-grid {
    position: relative;
    width: 33.33%;
    background-size: cover;
    float: left;
    -webkit-flex: 1 0 33.33%; /* Safari 6.1+ */
    -ms-flex: 1 0 33.33%; /* IE 10 */ 
    flex: 1 0 33.33%;
    padding: 4% 5%;
    box-sizing: border-box;
    text-align: center;
    transition: background-size 300ms ease;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
}
.services-grid::before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}
.services-grid p {
	position: relative;
	color: #fff;
}
/*.services-grid:hover {
    background-size: 105%;
}*/

h2.services-title {
    color: #fff;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}
/*h2.services-title:before {
    content:  '';
    position:  absolute;
    bottom:  0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 90px;
    background: #fff;
}*/
body:not(.home) .xsglobal-services {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

body:not(.home) .services-grid {
    width: 16.66%;
    padding: 4% 2%;
    background-size: cover;
    float: none;
}

body:not(.home) h2.services-title {
    font-size: 12px;
}

body:not(.home) .services-grid .wpb_single_image img {
    max-width: 100%;
    height: 60px !important;
}

body:not(.home) h2.services-title + .btn {
    font-size: 9px;
    border-width: 1px;
}

.btn {
    font-size: 12px;
    padding: 5px 20px;
    border: 2px solid #e6c824;
    color: #e6c824;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

.btn.btn-light {
    color: #fff;
    border-color: #fff;
}

.btn.btn-light:hover {
    background: #fff;
    color: #333;
}

.btn:hover {
    background: #e6c824;
    color: #ffffff;
}



/* footer */
.builder-module-before-footer-background-wrapper, 
.builder-module-footer-background-wrapper {
    background: #000;
    padding: 50px 0;
}

.builder-module-before-footer-background-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.builder-module-before-footer-background-wrapper *, 
.builder-module-footer-background-wrapper *,
.dark .woocommerce-loop-product__title {
    color: #fff !important;
}

.builder-module-before-footer-background-wrapper,
.builder-module-before-footer-background-wrapper .widget-title {
    text-align: center;
}

.builder-module-before-footer-background-wrapper .widget-title {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: normal;
}

.builder-module-footer-background-wrapper {
    padding: 0 0 30px 0;
    text-align: center;
}

.btt {
    margin-bottom: 30px;
    display: inline-block;
}
.btt a span {
    color: #e6c824!important;
    letter-spacing: 2px;
    font-size: 12px;
}
.btt a img {
    display: block;
    margin: 0 auto 10px;
}

.social-icons {
    font-size: 30px;
    letter-spacing: 2px;
}

.social-icons a:hover,
.social-icons a:hover i {
    color: #e6c824 !important;
}

.header-contact {
    text-align: right;
    color: #fff;
    margin-top: 5px !important;
    letter-spacing: 1px;
}
.contact-info {
    padding: 3px 14px;
    display: inline-block;
}
.contact-info.c-num {
    padding-left: 0;
}
.contact-info img {
    vertical-align: middle;
}
.contact-info a {
    color: #e6c824;
}
span.contact-info.c-email {
    background: #e6c824;
}
span.contact-info.c-email a {
    color: #fff;
}

#builder-module-5a1fb0246f3cf-outer-wrapper {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.builder-module-navigation li li {
    padding:  0;
    border: 0;
}

.builder-module-navigation li li a:hover {
    background: #e6c824;
    color: #fff;
}

.builder-module-navigation li ul {
    border: 0;
}
.address_wrap:not(:first-child) {
    display: none;
}
@media (min-width: 500px) {
.builder-module-navigation-custom-menu .builder-module-element-outer-wrapper {
    text-align: center;
}

.builder-module-navigation-custom-menu .builder-module-navigation-menu-wrapper > ul {
    width: 100%;
}

.builder-module-navigation li {
    float: none;
    display: inline-block;
    padding: 0 5px;
}
}
@media (max-width: 500px) {
.header-contact {
    text-align: center;
}
.services-grid {
    width: 100%;
}
.xsglobal-services {
    display: block;
}
.it-mobile-nav-menu-header {
    text-align: center;
}
a.logo {
    text-align: center;
}
}