/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-breadcrumb-wrap{display:none}

.x-navbar{
  background-color: rgba(0,0,0,0.8) !important;
}

.h-custom-headline.accent span:before, .h-custom-headline.accent span:after{
    border-top: 1px solid rgba(0,165,228,1);
}

.x-slider-container.below{
	margin-top:-90px !important;
}

.x-slider-scroll-bottom{
    bottom: 90px !important;
}

.wpcf7-submit{
    /*margin-right:-15px !important;*/
}

.desktopContactFormTable, .desktopContactFormTable th tr, table td{
    border:none !important;
}
@media screen and (max-width: 730px) {
    	.x-slider-container.below{
	        margin-top:0px !important;
         }
	.x-slider-scroll-bottom{
                bottom: 20px !important;
         }	
}