/* Global styles ================================= */
/* * { font-family: "Futura LT W01 Book"; } */
@font-face {
font-family: 'AvenirLT';
src: url('/wp-content/themes/jlsco/assets/fonts/AvenirLTStd_Light.otf');
}
@font-face {
	font-family: 'AvenirHVY';
	src: url('/wp-content/themes/jlsco/assets/fonts/AvenirLTStd-Heavy.otf');
}
@font-face {
	font-family: 'AvenirBLK';
	src: url('/wp-content/themes/jlsco/assets/fonts/AvenirLTStd-Black.otf');
}
@font-face {
	font-family: 'AvenirRMN';
	src: url('/wp-content/themes/jlsco/assets/fonts/AvenirLTStd-Roman.otf');
}
.futura-bold {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	line-height: 26.4px;
}
.content { min-height: calc(100vh - 200px); margin-bottom: 25px; }
/* =============================================== */

/* Topbar/nav styles ============================= */
#top-bar { width: 100%; height: 100px; background: #626262; border-bottom: 15px solid #000; }
.navbar-left { padding-left: 0; }
@media screen and (max-width: 767px) {
	.navbar { margin-bottom: 0 !important; }
	#top-bar { height: auto !important; }
	.home-top-bar { margin-top: 0 !important; }
	.navbar-left { padding-left: 15px; }
	.navbar-brand img { margin-top: 15px !important; margin-left: 10px !important; }
}
#top-bar .navbar-form { margin-top: 25px; }
#top-bar .form-control { border-radius: 25px !important; height: 30px; width: 225px; background: #a0a0a0; box-shadow: inset 0 0 10px #000000; border: none; }
#top-bar .navbar-form .btn { background: transparent; padding-bottom: 3px; padding-left: 5px; color: #fff; letter-spacing: 1px; }
.header-contact-info { margin-top: 30px; padding-left: 0; padding-right: 0; }
.header-contact-info, .header-contact-info a { text-decoration: none; color: #fff; letter-spacing: 1px; font-family: 'AvenirLT', sans-serif; }
.logos { padding-left: 50px; }
.logos img:nth-child(1) { width: 175px; margin-top: 15px; }
.logos img:nth-child(2) { margin-top: 20px; padding-left: 25px; width: 100px; }
/* =============================================== */

/* Navbar styles ================================= */
#menu-primary-menu { margin-top: 15px !important; margin-bottom: 15px !important; }
.screen-reader-text { display: none; }
.navbar { border-radius: 0; margin-bottom: -1px; width: 100%; margin-top: 25px;}
.navbar ul li a { text-decoration: none; padding-top: 10px; padding-bottom: 10px; transition: 0.2s; color: #000; letter-spacing: 1px; font-family: 'AvenirLT', sans-serif; font-size: 25px; padding-right: 0; padding-left: 20px; }
.navbar ul li a:hover { color: #fff; background: #00a950; transition: 0.2s; }
.navbar-nav li ul li { display: none; }
.navbar-nav ul li { display: inline-block; }
.navbar-nav { margin-top: 15px !important; }
.navbar-nav li ul li a:hover { color: #000; background: #fff; }

.navbar-nav li ul li a { text-decoration: none; color: #000; font-size: 18px; }
.navbar-nav li ul li a:after { content: ''; }
.navbar-nav li ul li a:hover { transition: 0.3s; font-weight: 800; text-decoration: underline; }
@media screen and (max-width: 767px) {
	.navbar ul li a { text-align: center; border-bottom: 1px solid #000; }
	/* .sub-menu { position: static !important; padding-left: 25px; } */
	.navbar-nav li ul li { display: block; }
	.navbar { border: none; }
}
.navbar-brand { padding-bottom: 75px !important; }
.navbar-brand img { width: 160px; }
.navbar-nav { float: right !important; margin-top: 40px !important; }
.navbar ul li a:after {
	position: relative;
	content: '|';
	padding-left: 15px;
	color: #000;
}
.navbar ul li:hover > a:after { color: #00a950; }
.navbar ul li:last-child > a:after {
	position: relative;
	content: '' !important;
}
.big-menu {
	width: 530px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	-moz-column-gap: 40px;
	z-index: 2;
}
a.btn.contact-us-btn { transition: 0.3s; padding-top: 3px; }
a.btn.contact-us-btn:hover { transition: 0.3s; color: #fff; background: #003400; border: 1px solid #fff; }
/* Mobile for nav */
@media screen and (max-width: 1200px) {
	.logos img:nth-child(1) { width: 150px; }
}
@media screen and (max-width:  992px) {
	#top-bar { height: auto; }
	.col-md-4.logos { padding-bottom: 15px; }
	.navbar-brand img { width: 120px; }
	.jumbotron h1 { margin-top: 0 !important; }
}
@media screen and (max-width: 767px) {
	#top-bar .form-control { margin: 0 auto !important; }
	.navbar-form { text-align: center; margin: 0 auto; margin-top: 0 !important; }
	.header-contact-info { text-align: center; }
	.logos img:nth-child(1) { width: 135px; }
	.logos { padding-bottom: 10px; padding-left: 0 !important; text-align: center; }
	.navbar-header { background: #626262; }
	.navbar { position: static !important; margin: 0; }
	.navbar-brand img { width: 50px; margin-top: -5px; }
	.navbar-nav { float: none !important; }
	.navbar ul li a { color: #000; }
	.navbar ul li a:after { display: none; }
	.big-menu { column-count: 1 !important; width: 100% !important; }
	.sub-menu { width: 100% !important; border: none !important; }
	.jumbotron-text { margin-top: 0 !important; }
}
/* end mobile styles for nav */
/* =============================================== */

/* Nav toggle animation ========================== */
.cover {display:block; width:50px; height:50px; /*position:absolute;*/ right:0; top:-10px; z-index:999;}
.line {width:30px; height:3px; background:#fff; position:relative; top:23px; left:10px; transition:ease;}
.line::before {content:''; left:0; width:30px; height:3px; position:absolute; top:-10px; background-color:#fff;}
.line::after {content:''; left:0; width:30px; height:3px; position:absolute; top:10px; background-color:#fff;}
.line.animate::before {-webkit-animation: mymove .5s forwards; -moz-animation: mymove .5s forwards; -o-animation: mymove .5s forwards; animation: mymove .5s forwards; }
.line.animate::after {-webkit-animation: mymove2 .5s forwards; -moz-animation: mymove2 .5s forwards; -o-animation: mymove2 .5s forwards; animation: mymove2 .5s forwards;}
.line.animate {-webkit-animation: mymove3 .2s forwards; -moz-animation: mymove3 .2s forwards; -o-animation: mymove3 .2s forwards; animation: mymove3 .2s forwards;}
.line.reverse::before {-webkit-animation: mymove4 .5s forwards; -moz-animation: mymove4 .5s forwards; -o-animation: mymove4 .5s forwards; animation: mymove4 .5s forwards;}
.line.reverse::after {-webkit-animation: mymove5 .5s forwards; -moz-animation: mymove5 .5s forwards; -o-animation: mymove5 .5s forwards; animation: mymove5 .5s forwards;}
.line.reverse {-webkit-animation: mymove6 .2s forwards; -moz-animation: mymove6 .2s forwards; -o-animation: mymove6 .2s forwards; animation: mymove6 .2s forwards;}
@keyframes mymove {
	0% {top:-10px;}
	50% {top:0;}
	51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;}
}
@keyframes mymove2 {
	0% {top:10px;}
	50% {top:0;}
	51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;}
}
@keyframes mymove3 {
	99% {width:30px;}
	100% {width:0px;}
}
@keyframes mymove4 {
	0% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;}
	50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	51% {top:0;}
	100% {top:-10px;}
}
@keyframes mymove5 {
	0% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;}
	50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	51% {top:0;}
	100% {top:10px;}
}
@keyframes mymove6 {
	0% {width:0px;}
	99% {width:0px;}
	100% {width:30px;}
}

@-webkit-keyframes mymove {
	0% {top:-10px;}
	50% {top:0;}
	51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;}
}
@-webkit-keyframes mymove2 {
	0% {top:10px;}
	50% {top:0;}
	51% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	100% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;}
}
@-webkit-keyframes mymove3 {
	99% {width:30px;}
	100% {width:0px;}
}
@-webkit-keyframes mymove4 {
	0% {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); top:0;}
	50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	51% {top:0;}
	100% {top:-10px;}
}
@-webkit-keyframes mymove5 {
	0% {transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); top:0;}
	50% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg);}
	51% {top:0;}
	100% {top:10px;}
}
@-webkit-keyframes mymove6 {
	0% {width:0px;}
	99% {width:0px;}
	100% {width:30px;}
}
/* =============================================== */

/* Green quote bar =============================== */
.home-top-bar { background: #00a950; height: auto; margin-top: 65px; border-bottom: 5px solid #000; }
.home-top-bar p { font-family: 'AvenirHVY'; font-size: 35px; color: #fff; padding: 5px 0 0 0; margin-bottom: 0; }
@media screen and (max-width: 767px) {
	.home-top-bar { margin-top: 0; }
}
/* =============================================== */

/* Header styles ================================= */
.jumbotron { background: #fff; }
.jumbotron h1 { margin-top: 75px; font-family: 'AvenirLT', 'Futura LT W01 Book', sans-serif; color: #000; font-size: 45px; }
.jumbotron .container p:nth-child(2) { font-family: 'AvenirBLK'; font-weight: 800; color: #000; font-size: 56px; margin-top: -15px; }
p.header-intro { color: #000; font-size: 24px !important; margin-bottom: 20px !important; letter-spacing: 1px; margin-top: 45px; font-family: 'AvenirRMN'; }
.jumbotron .btn { color: #fff; background: #00a950; border-radius: 30px; width: 200px; font-family: 'AvenirHVY', 'Futura LT W01 Book', sans-serif; font-size: 25px; font-weight: 800; }
.btn { padding: 0; padding-bottom: 5px; }
/* =============================================== */

/* Second Section styles ========================= */
.second-section { border-bottom: 7px solid #00a950; border-top: 7px solid #00a950; bottom: -25px; position: relative; }
.quality-service, .superior-products, .dedicated-team { background-size: cover !important; height: 350px; box-shadow: inset 0 0 0 2000px rgba(41,41,41,0.3); }
.quality-service .btn, .superior-products .btn, .dedicated-team .btn { padding-top: 8px !important; width: 235px !important; transition: 0.3s; box-shadow: 0px 0px 7px #000; margin-top: 45px; float: right; padding: 0; padding-bottom: 5px; color: #00a950; background: #fff; border-radius: 30px; width: 200px; font-family: 'AvenirHVY', 'Futura LT W01 Book', sans-serif; font-size: 25px; font-weight: 800; }
.quality-service .btn:hover, .dedicated-team .btn:hover { transition: 0.3s; color: #fff; background: #003400; }
.superior-products .btn:hover { background: #003400; transition: 0.3s; color: #fff; }
@media screen and (max-width: 992px) {
	.quality-service, .superior-products, .dedicated-team { margin-top: -10px; }
}
/* =============================================== */

/* Footer styles ================================= */
footer { height: 200px; width: 100%; position: absolute; background: #000; }
ul.footer-menu  { list-style: none; margin-top: 85px; }
ul.footer-menu li { display: inline-block; padding: 0 3px 0 3px; }
ul.footer-menu li a { color: #fff; text-decoration: none; font-size: 18px; letter-spacing: 1px; font-family: 'AvenirLT', sans-serif; }
ul.footer-menu li a:after { content: ' |'; }
ul.footer-menu li:last-child > a:after { content: ''; }
#copyright { color: #fff; padding-top: 20px; }
/* =============================================== */

/* Subpage styles ================================ */
.subpage-container { padding-top: 25px; padding-bottom: 35px; }
.subpage-container p, .subpage-container ul, .subpage-container ol { font-size: 18px !important; }
.subpage-container h3 { font-family: 'AvenirHVY'; margin-top: 200px; padding: 0 25px; }
.subpage-container img { max-width: 100%; height: auto; }
@media screen and (max-width: 991px) {
	.subpage-container h3 { margin-top: 35px; }
}
.jumbotron-sub { height: 225px !important; border-bottom: none; }
.directory { margin-top: 15px; }
.directory span a { cursor: pointer; font-family: 'AvenirRMN', sans-serif; color: #a7a7a7; }
.directory span a:hover { cursor: pointer; }
.directory span { color: #a7a7a7; font-size: 16px; letter-spacing: 1px; }
.sub-section-content img { opacity: 0.5; }
.sub-section-content h2 { color: #00a950; }
.sub-section-content h3 { margin-top: 20px; font-family: 'AvenirHVY', sans-serif; }
.sub-section-content p { font-size: 18px; letter-spacing: 1px; margin-top: 40px; }
.button-group { margin-top: 150px; }
.button-group button { transition: 0.3s; text-align: left !important; width: 100%; letter-spacing: 1px; font-size: 18px; padding-right: 10px; padding-left: 20px; display: block; margin-bottom: 15px; border-radius: 25px; background: #000; color: #fff; }
.button-group button:hover { background: #00a950; color: #fff; transition: 0.3s; }
.contact-info-contain h3, .contact-info-contain address  { font-family: 'AvenirRMN', sans-serif; }
.contact-info-contain address { font-size: 18px; font-weight: bold; }
.contact-info-contain a { color: #00a950; }
/* =============================================== */
.owl-carousel .owl-stage-outer { height: auto; background: #fff; padding-top: 25px; }
@media screen and (max-width: 992px) {
	.owl-carousel .owl-stage-outer { height: auto; }
	.jumbotron p, .jumbotron h1 { text-align: center; }
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel.owl-loaded { padding-bottom: 0; }
.no-js .owl-carousel, .owl-carousel.owl-loaded { padding: 0; margin-bottom: 0; }
.owl-theme .owl-dots .owl-dot { cursor: pointer; }
a.btn.contact-us-btn { border: 1px solid #000; }

/* Search Results Pages ========================== */
#primary .container { padding-left: 0; }
.search-results-page ul { list-style: none; }
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }
#top-bar .navbar-form .btn { border: none; font-size: 16px; padding-left: 10px; }
/* =============================================== */

/* Single Product Page =========================== */
.modal-content input, .modal-content textarea { width: 100%; }
.modal-content input[type=submit] { width: 125px; }
.modal-close { width: 0 !important; background: none !important; color: #333 !important; font-size: 35px !important; margin-right: 10px !important; }
.featured-image img:hover { opacity: 1.0; }
.modal-body { padding-top: 0; }
/* =============================================== */

/* Search Input ================================== */
.navbar-form #s { border-radius: 20px; background: #626262; color: #fff; }
.navbar-form #searchsubmit { background: transparent; color: #fff; border: none !important; }
.navbar-form #searchsubmit:hover  {background: #000; }
#searchform { color: #333; }
/* =============================================== */



.sidebar-category-search .sub-menu { border-right: none; border-left: none; width: 100%; position: relative; font-size: 16px; padding: 0 0 0 22px; }
.sidebar-category-search .sub-menu li { padding: 2px; }
.sidebar-category-search ul li { font-size: 18px; }
.sidebar-category-search #menu-categories { padding-left: 20px; }


#post-grid-416 .title { font-size: 24px !important; font-weight: bold !important; color: #00a950 !important; }
#post-grid-416 .element { font-size: 18px !important; }
#post-grid-416 .item { width: 100% !important; }
#post-grid-416 .paginate { font-size: 20px; text-align: center !important; }
.search-results-page h1 { color: #00a950 !important; font-size: 24px !important; }
.all-products-page { padding-top: 55px; padding-bottom: 55px; }
.all-products-page a { font-family: 'AvenirHVY' !important; font-weight: bold !important; color: #00a950 !important; }
.entry { font-family: 'AvenirHVY' !important; font-weight: bold !important; font-size: 16px; }
.all-products-page { padding-top: 55px; padding-bottom: 55px; }
.archive-title { padding-bottom: 35px; margin-top: 0; }
.all-products-page a { font-family: 'AvenirHVY' !important; font-weight: bold !important; color: #00a950 !important; }
.entry { font-family: 'AvenirHVY' !important; font-weight: bold !important; font-size: 16px; }
.module-heading { display: none; }
.all-products-page #searchform { padding-bottom: 35px; }
.all-products-page #searchform #s { border-radius: 20px; }
.all-products-page #searchsubmit { background: #000; color: #fff; font-family: 'AvenirHVY' !important; border-radius: 20px; padding-right: 15px; padding-left: 15px; padding-top: 3px; }
.all-products-page #searchsubmit:hover { background: #00a950; transition: 0.3s; }
.all-products-page .widget ul { list-style: none; padding-left: 0; font-size: 16px; }
select.wpcf7-form-control.wpcf7-select { width: 100%; }

.search-results { padding-top: 35px; padding-bottom: 35px; }
.img-container { padding-top: 35px; }
.img-container img { width: 350px; height: auto; }
@media screen and (max-width: 767px;) {
	.img-container img { max-width: 100% !important; height: auto !important; }
}
.img-container h3, .img-container p { font-family: 'AvenirHVY' !important; }
.search-results a { color: #333 !important; }
p { font-family: 'AvenirHVY' !important; font-size: 16px; }
#post-grid-416 .title {
	font-size: 24px !important;
	font-weight: bold !important;
}
.search-post-title { color: #00a950 !important; font-weight: bold; font-size: 18px; }
.search-post-excerpt p { margin-top: 10px !important; font-size: 18px !important; }
.search-post-link { font-size: 18px; }

.page-header { font-size: 18px; font-weight: bold; font-family: 'AvenirHVY'; }


.homepage-categories { padding-top: 35px; padding-bottom: 35px; }
.homepage-categories h2 { margin-bottom: 25px; }

.panel-group .panel { margin-top: 0 !important; padding: 0; margin-bottom: 0; height: 75px; }
.panel-default>.panel-heading { padding: 15px; }
.homepage-category-1 .sub-menu { position: relative !important; }
.homepage-category-1 .sub-menu li a { color: #000; font-family: 'AvenirHVY'; font-size: 16px; }
.menu-item-object-category { list-style: none; }
.menu-item-object-category a, .op-heading { color: #da1a32; font-weight: bold; font-family: 'AvenirHVY'; font-size: 18px;  }
.homepage-category-2 .sub-menu li a, .homepage-category-3 .sub-menu li a,
.homepage-category-4 .sub-menu li a, .homepage-category-5 .sub-menu li a,
.homepage-category-6 .sub-menu li a, .other-products .sub-menu { color: #000; font-family: 'AvenirHVY'; font-size: 16px; }
.other-products .sub-menu ul li a, .other-products .sub-menu a { color: #000; }



#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #b42b2b;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #b42b2b;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #b42b2b;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}
.card-header h3 { font-family: 'AvenirRMN'; color: #fff; font-weight: bold; }
.card-header a { background: rgb(0,0,0, 0.8); border-radius: 5px; }
.card-header a:hover { background: #00a950; transition: 0.3s; }
a.collapsed { border-bottom: none; }
.card-img { opacity: 0.5; }
#accordion {font-family: 'AvenirHVY' !important; color: #333 !important; margin-bottom: 55px; }
#accordion a { color: #333 !important; }
#accordion div.panel-body.sidebar-category-search { padding-left: 0;}
#menu-homepage-category-1 { padding-left: 25px; }
#accordion .fa-chevron-down { padding-right: 10px; margin-top: -5px; font-size: 18px; }
@media screen and (max-width: 767px) {
	#accordion .fa-chevron-down { padding-right: 0; }
	.card-header h3 { font-size: 16px; }
}
.gdp { font-family: 'AvenirBLK'; color: #da1a32; padding-bottom: 25px; padding-top: 25px; }

.btn-link { border-radius: 25px !important; background: #000 !important; color: #fff !important; text-decoration: none !important; }
.btn-link p { margin-top: 10px !important; font-size: 14px !important; }
.btn-link:hover { background: #00a950 !important; color: #fff; transition: 0.2s; }
.entry { margin-bottom: 45px !important; }

/* Scroll to top */
.scrollToTop {
	width: 65px;
    height: 65px;
	font-size: 45px;
    font-weight: bold;
    color: #fff;
    background-color: #00a950;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 15px;
    display: none;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .25);
}
.wpcf7-submit { 
	padding-top: 8px !important;
	width: 125px;
    transition: 0.3s;
    box-shadow: 0px 0px 7px #000;
    padding: 0;
    padding-bottom: 5px;
    background: #00a950;
    color: #fff;
    border-radius: 30px;
    font-family: 'AvenirHVY', 'Futura LT W01 Book', sans-serif;
    font-size: 18px;
    font-weight: 800;
}
.wpcf7-submit:hover {
	background: #003400;
	transition: 0.3s;
	color: #fff;
} 
.form-group input, .form-group textarea { background-image: none !important; border-radius: 5px; border: 1px solid #ccc !important;  }