/**
 * Custom Styles
 */
 /*BLUE #1DBBA8 */
 /*ORANGE #fb5045 */
 /*BLACK #32394c */
 /**
  *
  * FORM WRAPPER
  *
  **/
body{
  font-size: 16px;
}
  footer dd a, footer dt span, footer dd {
      font-size: 16px;
  }
footer h3{
  text-decoration: underline;
}
.hero-section .hero-slide-style-1 .hero-middle-text, .hero-section .hero-slide-style-2 .hero-middle-text, .hero-section .hero-slide-style-3 .hero-middle-text{
  text-transform: capitalize;
}
input[type="submit"], input[type="reset"], button, .btn{
  text-transform: capitalize;
}
.header-section .header-navigation{
  font-size: 20px;
}
.wpb_willow_big_title{
  text-transform: capitalize;
}
.wpb_willow_section_heading .section-title{
  text-transform: capitalize;
}
.bigger-list {
    font-size: 20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0,0,0,0);
}
.vc_section{
  margin: 0px !important;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #eee;
}
.navbar-default, .header-section .navbar-nav .sub-menu{
  background-color: #32394c;
  border: none;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .header-section .navbar-nav > li .sub-menu a{
  color: white;
}
.wpb_wrapper h2{
  margin-top: 0px;
}
.wpb_willow_big_title .wpb_wrapper span {
  color: white;
  background-color: #32394c;
}
.newsletter-wrapper{
  text-align: center;
  padding-top: 11px;
  color: white;
}
.newsletter-wrapper form input[type="email"]{
  background-color: rgba( 0,0,0,0 );
  border: none;
  border: 1px solid white;
  padding: 6px;
  width: 40%;
}
.newsletter-wrapper form input[type="submit"]{
  background-color: #fb5045;
  border-radius: 8px;
  border: none;
  color: white;
  padding: 8px 30px;
}
form.wpcf7-form input {
    width: 100%;
    border: 1px solid #32394c;
    padding: 8px 15px 7px 15px;
}
form.wpcf7-form input[type="submit"] {
  background-color: #fb5045;
  border-radius: 8px;
  border: none;
  color: white;
}
form.wpcf7-form input::-webkit-input-placeholder {
color: #d3d5da !important;
}

form.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
color: #d3d5da !important;
}

form.wpcf7-form input::-moz-placeholder {  /* Firefox 19+ */
color: #d3d5da !important;
}

form.wpcf7-form input:-ms-input-placeholder {
color: #d3d5da !important;
}
form.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #32394c;
    padding: 8px 15px 7px 15px;
}
form.wpcf7-form textarea::-webkit-input-placeholder {
color: #d3d5da !important;
}

form.wpcf7-form textarea:-moz-placeholder { /* Firefox 18- */
color: #d3d5da !important;
}

form.wpcf7-form textarea::-moz-placeholder {  /* Firefox 19+ */
color: #d3d5da !important;
}

form.wpcf7-form textarea:-ms-input-placeholder {
color: #d3d5da !important;
}
#media_image-2 {
    padding: 80px;
}
#menu-item-906 a, #menu-item-1184 a {
  background-color: #fb5045;
  border-radius: 30px;
  border: none;
  color: white;
  padding: 8px 30px;
}
#menu-item-1187 {
	margin-bottom:10px;
} 
.navbar-brand.site-logo{
  display: none;
}
.header-separator.pull-left.visible-md.visible-lg{
  display: none !important;
}
.container-fluid{
  padding: 0px !important;
}
.navbar{
  min-height: 40px;
}
.header-section .navbar-nav li:nth-child(odd){
  float: right;
}
.sub-menu li{
  float: none !important;
}
#menu-main{
  width: 100%;
}
.strip-wrapper {
    position: relative;
    background: rgba(0, 0, 0, 0) url(http://cookielove.mijo.mx/wp-content/uploads/2017/08/stripes-2.png) repeat-x scroll center top / contain;
    min-height: 100px;
    z-index: 10;
    text-align: center;
}
.strip-wrapper img {
    position: absolute;
    top: -42px;
    width: 200px;
    left: calc( 50% - 100px );
    left: -webkit-calc( 50% - 100px);
}
.header-section.header-floating.floating .strip-wrapper {
    min-height: 0px;
}

.navbar-toggle{
  margin-top: 15px;
  margin-bottom: 15px;
}
.col-md-4{
  text-align: center;
}
#postmates-link{
  display: block;
}
.widget_willow_icon_list{
  text-align: left;
}
#menu-main{
  text-transform: capitalize;
}
dl.dl-icon {
    width: 60%;
    display: inline-block;
    text-align: left;
}
.widget.widget_willow_icon_list{
  text-align: center;
}
.header-section.section.navbar.navbar-default.header-floating.floating .strip-wrapper img{
  width: 125px;
  top: -60px;
}
@media (min-width: 1326px){
  #menu-main{
    width: 100%;
    padding: 0px 8%;
  }
}
@media (max-width: 1024px){
  .strip-wrapper img {
    width: 150px;
    left: calc( 50% - 75px );
    left: -webkit-calc( 50% - 75px);
    top: -10px;
  }
}
@media (min-width: 992px){
  .header-section .navbar-nav > li > a {
      margin-bottom: 10px;
      margin-top: 10px;
      padding: 8px 25px;
  }
}
@media (max-width: 992px){
  .strip-wrapper{
    min-height: 60px;
  }
  .strip-wrapper img {
    top: -30px;
  }
  .navbar-nav {
    margin: 0px;
    padding: 15px;
  }
  .header-section .navbar-nav li:nth-child(odd) {
    float: none;
  }
}
@media (max-width:768px) {
  .newsletter-wrapper form input[type="email"]{
    width: 70%;
  }
  .container-fluid>.navbar-header{
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width:480px) {
}
 body{
	 color: #32394c !important;
 }
h1, h2, h3, h4, h5, h6, .hero-section .hero-slide-style-1 .hero-middle-text, .hero-section .hero-slide-style-2 .hero-middle-text, .hero-section .hero-slide-style-3 .hero-middle-text {
	font-weight: 600 !important;
}
.lower h4, .hero-section .hero-slide-style-1 .hero-bottom-text, .hero-section .hero-slide-style-2 .hero-bottom-text, .hero-section .hero-slide-style-3 .hero-top-text {
	text-transform: none !important;
}
.hero-section .hero-slide-style-1 .hero-bottom-text, .hero-section .hero-slide-style-2 .hero-bottom-text, .hero-section .hero-slide-style-3 .hero-top-text {
    font-size: 22px !important;
    color: #fb5045;
}
.wpb_willow_section_heading .section-title {
	font-weight: 400 !important;
}
.footer-group-section {
	border-top: none !important;
}
.bottom-logo-section {
	padding: 0 !important;
}
.footer-section .widget{
	padding-bottom: none;
}
#delivery {
    color: white;
    text-align: center;
}
.copyright-section{
	padding-top: 0px;
}
.wpb_willow_portfolio_grid .portfolio-grid-post-thumbnail img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	width: auto !important;
}
.wpb_willow_portfolio_grid .portfolio-grid-post-wrapper {
	border: none !important;
}
#text-4 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.hero-section .hero-middle-text .text-rotator li {
	color: #1dbba8;
	border: 4px solid #1dbba8;
	background-color:rgba(255, 255, 255, 0.7);
	padding-bottom:12px;
	/*color: white;
	border: 4px solid white;
	text-shadow: 0 1px 0 #ccc,  0 2px 0 #c9c9c9,  0 3px 0 #bbb,  0 4px 0 #b9b9b9,  0 5px 0 #aaa,  0 6px 1px rgba(0,0,0,.1),  0 0 5px rgba(0,0,0,.1),  0 1px 3px rgba(0,0,0,.3),  0 3px 5px rgba(0,0,0,.2),  0 5px 10px rgba(0,0,0,.25),  0 10px 10px rgba(0,0,0,.2),  0 20px 20px rgba(0,0,0,.15);*/
}
#menu-item-749 a {
	color: red;
}
.footer-section {
	padding: 0px 0px 50px!important;
}
.stripe {
	background: rgba(0, 0, 0, 0) url("../images/stripes-2.png") repeat-x scroll center top / contain ;
}
.shipping {
	position: absolute;
	bottom: 0;
	right: 80px;
}
@media (max-width:1024px) {
	.shipping {
		max-width: 25%;
		right: 66px;
	}
}
@media (max-width:991px) {
	.row{
		text-align: center;
	}
	.row div{
		display: block;
		width: auto;
	}
}

#simple-sticky-footer-container {background:#1DBBA8 !important;}
#simple-sticky-footer {
	background:transparent !important;
	padding-top: 10px;
	color: #fff !important;
	font-weight: bold;
	font-size:18px;
	text-align: center !important;
}
#simple-sticky-footer a {color:#FB5045 !important;}
