/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.top-fixed-field {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #103f64;
  display: none;
  padding: 30px;
}

.top-fixed-field > .bottom-fixed-text > h2, .top-fixed-field > .bottom-fixed-text > p {
  color: #666666 !important;
}

.top-fixed-field > .bottom-fixed-button {
  float: right;
  color: white;
  background-color: #b0202e;
}

.scrollToTop-bottom-fix {
  bottom: 65px!important;
}