/*increase header height and top padding to bring down logo and navigation*/
nav#site-navigation {
    height: 60px !important;
    margin-top: -15px;
}


.module.widget-handle.search-widget-handle.hidden-xs.hidden-sm {
    display: none;
}


/*Header Background*/
nav {
		background-color: rgb #FFFFFF;
}

/*Sticky header*/
header#masthead {
    position: fixed;
    width: 100%;
    z-index: 80;
}


/*Home Parallax width*/
#shapely_home_parallax-3 .col-md-4.col-sm-5 {
width: 80%;
}
#shapely_home_parallax-3 .col-md-7 {
width: 80%;
}

/*Parallax bg color*/
.bg-secondary {
    background: white;
}

section {
padding: 20px 0px;
}

/*Remove footer*/
.footer .footer-credits {
    display: none;
}

/*Column width team section*/
#shapely_home_parallax-20 .col-md-4.col-sm-5 {
width: 70%;
}
#shapely_home_parallax-20 .col-md-7 {
width: 30%;
margin-left: 0%;
}

/*Column width team section bis*/
#shapely_home_parallax-22 .col-md-4.col-sm-5 {
width: 70%;
}
#shapely_home_parallax-22 .col-md-7 {
width: 30%;
margin-left: 0%;
}

/*Column width team section ter*/
#shapely_home_parallax-23 .col-md-4.col-sm-5 {
width: 70%;
}
#shapely_home_parallax-23 .col-md-7 {
width: 30%;
margin-left: 0%;
}

/* Change widget title font colour and size */

.widget .widget-title {
    color: white;
    font-size: 2em;
}

/* Other Widget height */
col-sm-6 {
margin-bottom: -200px;
	margin-top: -20px;
	padding-bottom: 50px;
	padding-top: 0px;
}

/* Client widget height */
.shapely_home_clients {
	margin-bottom: 50px;
	margin-top: -170px;
	padding-bottom: 0px;
	padding-top: 0px;
}
	
/*footer increase widget width*/
.col-md-3.col-sm-6.footer-widget {
  	width: auto;
		text-align: left;
		float: left !important;
		margin-top: -300px;
		margin-bottom: -200px;
}

/*Color Features section logo*/
.shapely_home_features .fa:before {
color: #000;
}

footer#colophon {
    margin-top: 0px;
    padding-bottom: 0px
}
footer#colophon {
    background: whitesmoke;
}

/*Remove button*/
a.btn.btn-sm.fade-half.back-to-top.inner-link {
    display: none;
}


body.page section.content-area {
    padding-top: 0px;
		padding-bottom: 0px;
		text-align: justify
}
footer#colophon .textwidget p a,
.copyright-text {
background-color: none;
}

/*Menu on mobile device*/
.nav-open .navbar-collapse, .nav-open #menu {
display: block !important;
}


