/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}
h1 .parallax-container {
  text-shadow: 5px 5px 10px #000000;
}
.button-collapse {
  color: #26a69a;
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 75px;
  padding-top: 10px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
.heavy {
  font-weight: 500;
}
.parallax-container {
  min-height: 640px;
  line-height: 0;
  height: auto;
  text-shadow: 2px 2px 7px rgba(0,0,0,.6);
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
 
#owl-json .owl-item{
  width: 420px !important;
  height: 255px;
  margin: 5px;
}
#owl-json .item img{
  display: block;
  width: 100%;
}
div.icon {
  display: none;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
@media only screen and (max-width : 600px) {
  #owl-json .owl-item {
    width: 120px !important;
    height: 55px;
    margin: 5px;
  }
}

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255,255,255,0) !important;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;

    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;

    /* dimensions: cut off images */
    overflow: auto;
    padding: 0 !important;
    border-bottom: 0 !important;

    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    width: 75% !important;

    /* styling */
    background: #fff;
    cursor: auto;

    /* reset white-space wrapping */
    white-space: normal;
  }

nav {
    z-index: 500; position:relative
}
#sidenav-overlay {
    z-index: 499; position:relative
}
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*custom lightbox styles*/
.featherlight .featherlight-image {
  margin: auto;
}
.featherlight .featherlight-content {
  background-color: rgba(255, 255, 255, 0) !important;
}
.featherlight-next span,.featherlight-previous span{
  font-size: 40px !important;
  text-shadow: 0 0 5px rgba(0,0,0,0.2) !important; 
  color: rgba(255,255,255,.7) !important;
}
.featherlight .featherlight-close-icon {
  display: none !important;
}
/*cutom form styles*/
[type="radio"]:checked + label:after {
  border: 2px solid #ef6c00 !important;
  background-color: #ef6c00 !important;
}
.input-field .prefix.active {
  color: #ef6c00 !important;
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid#ef6c00 !important;
  box-shadow: 0 1px 0 0 #ef6c00 !important;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #ef6c00 !important;
}
.dropdown-content li > a, .dropdown-content li > span {
  color: #ef6c00;
}

/* Custom */

.nav-right {
  margin: 14px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
}

.modal.fluid {
  width: 90%;
  max-width: 960px;
  height: 90%;
  max-height: 860px;
  top: 5% !important;
}

.modal.fit {
  width: auto;
  left: 50%;
  right: unset;
  transform: translateX(-50%) !important;
}

video {
  display: block;
}

@media (max-width: 920px) {
  #features .col {
    width: 100%;
    position: static;
  }

  .modal.fit {
    width: 100%;
    left: 0;
    right: 0;
    top: 50% !important;
  }
}