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

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: #AE000E;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #AE000E;
    font-size: 25px;
    font-weight: 700;
    text-shadow: none;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.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;
    }


.banner {
    background: rgba(13, 76, 101, 0.97);
    text-align: left;
    padding: 31px 23px 24px 29px;
    position: relative;
    color: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.banner-title {
	background: rgba(9, 50, 66, 0.97);
	padding:10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	font-size: 1.6em;
	font-weight:500;
}

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

.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: #890008;
}

.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;
}

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: #154A61;
	  color:white;
}

.widget form {
    background: #004C66;
    margin-left: 0px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    position: relative;
    color: #fff;
	  margin: auto;
}

.widgettitle {
	background: #113F53;
	color: white;
	text-align: center;
	padding:10px;
	font-weight: 500;
	font-size:1.2em;
}

.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;
}

.quote form {
    background: #004C66;
    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;
}

.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%;
	}
	label {
    display: block;
  }
}

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

.footer-big ul li a:hover {
    text-decoration: none;
    color: white !important;
    opacity: .30 !important;
}

.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: 50px;  
    display: block;  
}