/*
Theme Name: Customizr-child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: hvavAdmin
*/
/* Your awesome customization starts here */

body {
  background: none repeat scroll 0 0 #fff;
  color: #5a5a5a;
  padding-bottom: 0;
}

.round-div {
  border: 104px solid #fff;
}
.page .tc-header {
  background: rgba(0,0,0,0.7);
  border-bottom: none;
  border-top: none;
  min-height: 45px;
  z-index: 200;
}
.home .tc-header {
  background: rgba(0,0,0,0.5);
  border-bottom: none;
  border-top: none;
  min-height: 45px;
  z-index: 200;
}

.carousel {
  line-height: 1;
  margin-top: -145px;
}

.carousel-caption {
  background: none;
  display: inline-block;
  line-height: 14px;
  margin-left: 15%;
  max-width: 60%;
  padding: 5%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.carousel-caption .lead, .carousel-caption h1 {

  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.9);
  
}
.carousel-inner .carousel-caption {
  background: none;
  margin: 0 auto;
  position: absolute;
  top: 25%;

}
.navbar .nav > li > a {
  color: #fff;
  float: none;
  text-decoration: none;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.9) !important;
}
.sticky-enabled .tc-header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-bottom: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-top: 0 none;
  height: auto !important;
}

.site-description{
	display:none !important;
}



.fp-button{
	display:none;
}


.page #custom-wrapper {

  background: #7A1F21;
  color:#FFFFFF;
  display:none;
  
}

.home #custom-wrapper {

  background: #7A1F21;
  color:#FFFFFF;
  display:block;
  
}

#custom-wrapper h3 {
	display:none;
}

#custom-wrapper p {
	color:#ffffff;
}

footer#footer {
  background: none repeat scroll 0 0 #000;
  border-top: none;
  color: #fff !important;
  padding: 0;
}

.font-red{
	color:#7A1F21;
}
.home .visual-form-builder fieldset {
  background-color: #eee;
  border-radius: 7px;
	border: none;
  clear: both;
  margin: 15px 0;
  padding: 0;
}

.colophon{
	display:none;
}

footer#footer a, footer#footer p {
  color: #fafafa;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 2px;
  text-align: center;
}

#footer .widget li {
  list-style: outside none none;
  text-align: center;
}
footer#footer {
  background: none repeat scroll 0 0 #000;
  border-top: medium none;
  color: #fff !important;
  padding: 0;
  text-align: center;
}


.prod-cat-addt-details-main-div {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #e0e0e0;
  display: inline-block;
  float: left;
  height: 100% !important;
  line-height: 0;
  margin-left: 40px;
  text-align: center;
  vertical-align: middle;
  width: 370px;
}


.prod-cat-addt-details {
  min-height: none;
  min-width: auto;

}
.prod-cat-addt-details {
  max-height: 700px;
  min-height: 1000px;
  min-width: 680px;
}

/* fixing description text going over footer */
.prod-cat-addt-details-desc-div {
   max-height: none;
}
/* fixing description text getting truncated in list page */
.upcp-list-desc {
	height: auto;
}

@media (max-width: 979px) {
	.carousel {
  line-height: 1;
  margin-top: 0px;
}
.navbar .nav > li > a {
  color: #000 !important;
  float: none;
  text-decoration: none;
  text-shadow: none !important;
}
.prod-cat-inner, .prod-cat {
  width: 100%;
}
.collapse {
  height: 0;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease 0s;
}
.page .tc-header {
  background: #000;
  border-bottom: none;
  border-top: none;
  min-height: 45px;
  z-index: 200;
}
}