.single #header {
	background-color: #231f20;
}

.blog #header {
	background-color: #231f20;
}

/* CONTENT */
.navbar-brand img {
	max-width: 100%!important;
}

.navbar-brand {
	padding: 5px 0px!important;
	max-width: 50%!important;
}

.copyright {
	display: none!important;
}

.entry-title {
	display: none;
}

.footer-widget-area {
	text-align: center;
}

#footer ul li {
	list-style-type: none;
}

.footer-widget-area ul {
	padding: 0;
}


.footer-socials ul {
	text-align: center!important;
}

.footer-right-block {
	width: 100%!important;
}


/* SCROLL DOWN */

.scroll-body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.scroll-container {
  position: relative;
  width: 24px;
  height: 24px;
}

.scroll-chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll-chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll-chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll-chevron:before,
.scroll-chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ec5c73;
}

.scroll-chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll-chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll-text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* FORM */

#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after, #cf7md-form .mdc-multi-select:focus .mdc-list-item:checked, #cf7md-form .mdc-checkbox__background::before, #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio__background::before, #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form .mdc-button--primary.mdc-button--raised, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
	background-color: #ec5c73!important;
}

#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background {
	border-color: #ec5c73!important;
}

/* DISABLE PARALLAX */
@media (max-width: 800px) {
 	.vc_parallax .vc_parallax-inner {
		top: 0 !important;
		height: 100% !important;
		width: 100% !important;
	}
}