#products .row/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   body {
   	   background: #fff;
	   font-family: 'Raleway', sans-serif;
   }
   .btn {
	   padding: 5px 20px;
	   background: #f58428;
	   text-align: center;
	   color: #fff;
	   text-decoration: none;
	   cursor: pointer;
	   border: 0;
	   text-transform: uppercase;
	   font-family: 'Raleway', sans-serif;
	   font-size: 22px;
	   letter-spacing: 1px;
   }
   b {
	   font-weight: bold;
   }
   p, a, h1, h2, h3, h4 {
	   font-family: 'Raleway', sans-serif;
	   color: #4d3028;
   }
   strong {
	   color: #f58428;
   }
   .wrapper {
	   width: 905px;
	   margin: 0 auto;
   }
   .header {
	   width: 100%;
	   margin-top: 30px;
	   height: auto;
   }
   .header .logo {
	   background: url(../img/logo.png) no-repeat;
	   width: 219px;
	   height: 190px;
	   float: left;
   }
  .header .nav {
	   float: right;
   }
   .nav ul {
	   list-style-type: none;
	   float: right;
	   margin-top: 70px;
   }
   .nav ul li {
	   display: inline-block;
   }
   .nav ul li a {
	   text-decoration: none;
	   text-transform: uppercase;
	   color: #4d3028;
	   font-size: 17px !important;
	   padding: 5px 10px;
	   font-weight: 200;
   }
   .nav ul li.current a {
	   background: #f58428;
	   color: #fff;
   }
   .nav ul li.current-order a {
     background: #4D3028;
     color: #fff;
   }
   a.current {
     background: #f58428;
     color: #fff;
   }
    a.current-order {
     background: #4D3028;
     color: #fff;
   }
   /* drop down*/
   a.com {
    background: #fff !important;
     color: #4d3028 !important;
   }
   a.mis {
    background: #fff !important;
     color: #4d3028 !important;
   }
   /*Initialize*/
ul.sub-menu {
    padding: 0;
    margin: 10px 0 0 20px;
    font-size:12pt;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;

}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    padding: 5px;
    display:inline-block;
}
ul.sub-menu li a {
      font-size: 14px !important;
      border-bottom: 1px solid #ccc;
      display:block !important;

}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 200px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}

   .footer {
	   text-align: center;
		height: 80px;
		float: left;
		width: 930px;	 
   }
   .footer .left {
	   float: left;
	   padding-top: 30px;
   }
   .footer .right {
	   float: right;
   }
   .footer p {
	   padding: 0;
	   margin: 0 0 40px 0;
   }
   .footer ul.social {
	   list-style: none;
	   margin: 0;
	   text-align: right;
   }
   .footer ul.social li {
	   display: inline-block;
	   margin-right: 5px;
   }
   .footer ul.social li a {
	   color: #f58428;
	   font-size: 22px;
	   
   }
   /* HOME PAGE */
   #main-slider {
	   width: 900px;
	   margin: 0 auto;
   }
   .slider {
	   width: 100%;
	   float: left;
   }
   .slide1 {
	   background: url(../img/Holiday_slider.jpg) #fff0d0;
	   width: 894px;
	   height: 525px;
	   border: 3px solid #483122;
	   -webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
   }
   .slide2 {
     background: url(../img/slider2.png) #fff0d0;
     width: 894px;
     height: 525px;
     border: 3px solid #483122;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }
   .slide3 {
     background: url(../img/slider1.png) #fff0d0;
     width: 894px;
     height: 525px;
     border: 3px solid #483122;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }
   .slide4 {
     background: url(../img/slider3.png) #fff0d0;
     width: 894px;
     height: 525px;
     border: 3px solid #483122;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }
   .slide5 {
     background: url(../img/slider4.png) #fff0d0;
     width: 894px;
     height: 525px;
     border: 3px solid #483122;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }
   /*#main-slider {
     width: 900px;
     margin: 0 auto;
   }
   .slider {
     width: 100%;
     float: left;
   }
   .slide1 {
     background: url(../img/slider1.png) #fff0d0;
     width: 894px;
     height: 325px;
     border: 3px solid #483122;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }
   .slide2 {
     background: url(../img/slider2.png) #fff0d0;
     width: 894px;
     height: 325px;
     border: 3px solid #483122;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }
   .slide3 {
     background: url(../img/slider3.png) #fff0d0;
     width: 894px;
     height: 325px;
     border: 3px solid #483122;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   }*/
   .content {
	   float: left;
	   width: 100%;
   }
   .message h1 {
   	 line-height: 100px;
	   text-align: center;
	   text-transform: uppercase;
	   margin: 0;
   }
   .col2 {
	   float: left;
   }
   #products .col2 {
    float: left;
    padding: 0 0 60px 0;
   }
   .row {
     width: 285px;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
   }

   #products img {border: 1px solid #bbb;}

   #products .row {
     width: 425px;
	   float: left;
	   margin-right: 10px;
     margin-bottom: 10px;
   }
   #products .row h2 {
     text-transform: uppercase;
     color: #f58428;
     text-align: left;
     font-size: 28px;
   }
   .row:first-child {
     margin-left: 9px;
   }
   .row h2 {
	   text-transform: uppercase;
	   color: #f58428;
	   text-align: center;
	   font-size: 28px;
   }
   .row p {
	   text-align: center;
	   font-size: 14px;
   }

   /* ABOUT PAGE */
   .cbg {
	   background: #fff0d0;
	   border: 3px solid #483122;
	   -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
		 border-radius: 4px;
		 padding: 0 20px 20px 0;
   }
   .cbg h1 {
	   padding-left: 25px;
	   color: #f58428;
	   text-transform: uppercase;
	   margin-bottom: 0;
   }
   .cbg p {
     padding-left: 25px;
     line-height: 22px;
     font-size: 16px;
     margin: 8px 0;
   }
   .cbg p.prod {
	   line-height: 22px;
     font-size: 15px;
     margin: 8px 0;
     text-align: left;
     padding-left: 0!important;
   }   
   .ub {
	   text-decoration: underline;
	   font-weight: bold;
   }
   .btn {
	   margin-left: 25px;
	   
   }
   img.good-egg-img {
      width: 150px;
      height: 100%;
      float: right;
      margin: 145px 0 0 0;
    }
   .about ul {
	   list-style: none;
	   padding-left: 25px;
   }
   .about ul li {
	   font-weight: 800;
   }
   /* DELIVERY PAGE */
   .delivery-img {
      float: right;
      margin: -350px 50px 0 0;
   }
   .cbg table {
	  margin: 0 auto;
	   width: 750px;
	   	  border-collapse: collapse;
	      }
   .cbg table thead {
	    border-collapse: collapse;
   }
   .cbg table tbody tr td:first-child{
	   padding-top: 20px;
   }
   .cbg table tbody tr td {
	   text-align: center;
	   padding: 8px;
   }
   .bordered{
	   border: 3px solid #4d3028;
	   -webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border-spacing: 0;
		height: 200px;
		position: absolute;
		width: 754px;
		margin-left: 94px;
		margin-top: 27px;

   }
   .cbg table thead tr th {
	   text-align: center;
   }
   .about-img {
      float: right;
      margin: -350px 50px 0 0;
   }
   /* CONTACT PAGE */
   form.contact {
	   padding: 10px 0;
   }
   form.contact label {
	   width: 100%;
	   float: left;
   }
   .form-row {
	   margin-bottom: 10px;
	   padding-left: 25px;
   }
   .form-row input[type=text] {
	   height: 25px;
	   width: 280px;
   }
   .form-row textarea{
	   height: 100px;
	   width: 280px;
   }
   .contact-img img {
    float: right;
    margin: -380px 150px 0 0;
   }
   /* THANKS MODAL */
   .thanks {
  	display: none;
  	width: 325px;
  	height: 50px;
  	color: #858585;
  	background: #1f1f1f;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	}
	.closer {
		background: url(../img/closer2.png) top right no-repeat;
		width: 30px;
		height: 30px;
		display: block;
		top: -11;
		right: -9;
		position: absolute;
		cursor: pointer;
	 }
	.thanks p {
		text-align: center;
	 }
  .column-left{ float: left; width: 33%; }
  .column-right{ float: right; width: 33%; }
  .column-center{ display: inline-block; width: 33%; }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
       {
        page-break-after: avoid;
    }
}
