/*

Theme Name: X – 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-navbar-fixed-left .desktop .x-nav > li, .x-navbar-fixed-right .desktop .x-nav > li {
    border-bottom: 2px solid #eee;
	padding-top: 5px;
}

/* styles for logos and text at the bottom of the nav bar when in large screen mode */
.nav-area-bottom-logos {
    width:230px;
    height: 150px;
    position: fixed;
    bottom:0;
    left:0;
}

.ratings-logos {
    height: 90px;
    width: auto;
    margin: 13px;
}

p.copyright {
    font-size: 11px;
    margin: 5px 10px 10px 10px;
}

.nav-contact-area {
    bottom: -110px;
    position: absolute;

}
.nav-contact-area p {
    font-size:13px !important;
    margin-bottom:0;
    padding-bottom:0;
    margin-left:10px;
    padding:3px;
    line-height: 100%;
}

@media screen and (max-width: 980px) {
    .nav-area-bottom-logos {
        display:none;
        opacity: 0;
    }
    .nav-contact-area {
        display:none;
        opacity: 0;
    }
}

/* styles for submit button in enquiry form */

.x-btn, .button, [type="submit"] {
	border:none;
}

#fullscreen {
	height:100Vh;
	background-image: url('http://development.jsmyrk.work/jewelsashless/wp-content/uploads/2017/07/jewel_sashless-window-installation-example.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80% 0%; 
}