/*
======================================
  * CUSTOM CSS *  
======================================
*/

/* GEAR BOX */
.styleswitcher {
	display:none !important;
}

/* REMOVE BOTTOM PADDING */
.page-content {
    padding-bottom: 0px;
}

/* WHITE TEXTS */
.text-white {
    color: #fff !important;
}

/* REMOVE SEARCH BOX */
.extra-nav .extra-cell {
    display: none !important;
}

/* REMOVE GALLERY CAPTIONS */
.mfp-title {
	display: none !important;
}

/* HIDE SCROLL TO TOP BUTTON */
.button.scroltop {
	display: none !important;
}
