@charset "utf-8";
/* YROC Concrete Niche Edits - CSS Document */

body {
    font-family: Montserrat, Arial, sans-serif;
}

textarea.form-control, input[type="checkbox"], input[type="file"], select {
    border: 1px solid #e3e3e3!important;
    border-radius: 0px !important;
}

textarea.form-control:focus-within {
   border: 1px solid #b20000 !important;
}

input:not([type="submit"]) {
    border-radius: 0px !important;
}

.wpcf7 .wpcf7-textarea {
    text-indent: 40px;
}

@media screen and (max-width: 450px) {
.quote form {
    width: 100%;
	}
}

a {
    color: #FC5454;
}

/* RECAPTCHA SUBMIT BUTTON */

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0px !important;
  border-radius: 25px !important;
  padding-left: 10px !important;
  background: #FC5454;
  line-height: 0px;
  height: 50px;
  box-shadow: none;
  outline: none;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-shadow: none;
  color: #fff;
}

button, input[type="button"]:hover, input[type="reset"], input[type="submit"]:hover {
	background: #990303;
	box-shadow: 5px 5px 10px #555;
}

/* HIDE RECAPTCHA BADGE */

.grecaptcha-badge {
      width: 100% !important;
      height: auto !important;
      position: relative !important;
      box-shadow: none !important;
      right: auto !important;
      bottom: auto !important;
    }
    div.grecaptcha-badge:hover {
      right: auto !important;
    }
    .grecaptcha-logo {
      display: block;
      overflow: hidden;
      width: 256px;
      height: 60px;
      margin: -22px auto 0;
      box-shadow: none;
      transform: scale(0.6);
      opacity: 0.6;
      transition: opacity 300ms;
    }
    .grecaptcha-logo:hover {
      opacity: 1;
    }
/* LANDING PAGE BANNER */

.banner-before {
    background: rgba(156, 153, 153, 0.97);
    text-align: left;
    padding: 15px;
    position: relative;
    color: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	box-shadow: 0 25px 28px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.banner {
    background: rgba(156, 153, 153, 0.97);
    text-align: left;
    padding: 31px 23px 24px 29px;
    position: relative;
    color: #292323;
	font-weight: 400;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	box-shadow: 0 25px 28px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: inset 1px 4px 19px -6px #000;
}

.banner-title {
	background: #990303;
	padding:10px;
	border: 1px solid #bbb;
	font-size: 1.6em;
	font-weight:500;
	width: 110%;
    margin-left: -23px;
    box-shadow: 10px 10px 15px #000;
}


.form-group .form-control {
    background: white;
}
 
@media (min-width: 769px){
.form-group .form-control {
    background: white;
	 width:400px;
	}}

.navbar.navbar-transparent {
    background-color: white;
}

.navbar-default .navbar-nav>li>a :hover{
    color: #777;
}

a:not(.btn):not(.button):not(.added_to_cart):hover {
    opacity: .75;
    color: #FC5454;
}

.navbar.hestia_left > .container {
    flex-direction: row;
    color: #777;
}

@media (min-width: 769px){
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .control-label {
    color: #777;
	}}

#nav_menu-2, #custom_html-5, #custom_html-6 {
	background: #f1f1f1;
}


/* SIDEBAR */

aside.blog-sidebar .widget > h5, aside.shop-sidebar .widget > h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
	  padding:10px;
	  background: #990303;
	  color:white;
}

.widget form {
    background: rgba(156, 153, 153, 0.97);
    margin-left: 0px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    position: relative;
    color: #fff;
	  margin: auto;
}

.widgettitle {
	background: #990303;
	margin-left: -10px;
	width: 108%;
	color: white;
	text-align: center;
	padding:10px;
	font-weight: 500;
	font-size:1.2em;
}

.widget-form-banner {
    background: rgba(156, 153, 153, 0.97); 
    color: white; 
    padding-top:10px; 
    font-size: 0.9em;
}

div.widget-form-banner {
    padding: 5px;
}

.widget-form-banner2 {
    background: rgba(156, 153, 153, 0.97); 
    color: white; 
    padding-bottom:10px; 
    font-size: 0.9em;
}

/* BLINK EFFECT */ 
.blink_me {
  animation: blinker 5s linear infinite;
}

@keyframes blinker {
  25% {color:yellow;}
	50% {color:lightgreen;}
	75% {color:pink;}
}

.widget-title {
    font-size:1.4em;
    font-weight:500;
	color:white;
}

textarea.form-control, input[type="checkbox"], input[type="file"], select {
    border: 1px solid #e3e3e3 !important;
    padding-left: 10px !important;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  text-indent: 30px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa{
  position: absolute;
  color: #cdcac3;
  z-index: 100;
  font-size: 18px;
  top: 22%;
  left: 3%;
}
.wpcf7 p .fa-pencil{ top: 4%; }

button, input[type="submit"], input[type="button"], .btn {
    font-size: 1.5em;
}

/* DASHED HR BORDER */
.dashed {
  border-top: 1px dashed #451B04;
}

/* QUOTE PAGE FORM */

.quotepage {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 991px){
    .quotepage {
    width: 100%;
}
}

.quote form {
    background: rgba(129, 177, 79, 0.97);
    margin-left: 5px;
    text-align: center;
    padding: 31px 53px 24px 59px;
    position: relative;
    color: #fff;
	  width: 50%;
	  margin: auto;
}

.quote form input[type="submit"], .widget form input[type="submit"] {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #004C66;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    outline: none;
    height: 72px;
    line-height: 72px;
}

@media (min-width: 769px){
.form-group .form-control {
    background: white;
    width: 700px;
}}

.footer-big .copyright {
    display: none;
}

.navbar .title-logo-wrapper {
    max-width: 450px;
}

@media screen and  (max-width: 768px){
.hestia-title {
	font-size: 8vw !important;
  }
}

@media only screen and (max-width: 991px) {
.quote form {
     width: 100%;
     padding: 10px;
	}
	label {
    display: block;
  }
}

/* SUBMIT BUTTON */

.widget form input[type="submit"] {
    line-height: 0px;
    height: 50px;
    background: #FC5454;
}


.navbar .navbar-header .navbar-brand p {
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 900;
	font-family: Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1.4em;
	-webkit-box-reflect: below -34px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.4)));
}

.navbar .navbar-header .navbar-brand {
    background-repeat: no-repeat;
    padding-left: 60px;  
    display: block;  
}

.hestia-top-bar a:hover, .hestia-top-bar .top-bar-nav li a:hover {
  color: #fff !important;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.fagri-team-wrapper .hestia-team .card-profile .col-md-7 .content .category {
    color: #FC5454;
}

.homecheck {
    list-style-image: url('/wp-content/uploads/logo/red-check.png');
}

.carousel span.sub-title {
    text-shadow: 2px 2px 20px #000;
}

/* MAIN BUTTONS */

.btn.btn-primary, .btn.btn-primary:link {
	background-color: #990303;
	color: #E8E8E8;
	font-weight: 500;
	padding: 10px 50px !important;
	margin-left: 20px;
	font-size: 15px !important;
}

/* TADA TOP BAR PHONE ICON */

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    -ms-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}

/* FA PHONE FIX */

.hestia-top-bar ul li a[href*="tel:"]:before {
    content: "☏";
}

/* LANDING PAGE HEADER SHADOW */

.page-header .container .hestia-title {
    text-shadow: 2px 2px 20px #000;
}