/******************************************************************
Site Name: dessert
Author: SiloCreativo

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
/*
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't 
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
*/

/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: none; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
TYPOGRAPHY
*********************/

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANISTION
*********************/
a img:hover {
  filter:alpha(opacity=65);
}
article.cakes a img:hover {
  filter:alpha(opacity=35);
}


/******************************************************************

Stylesheet: 481px and Up Stylesheet

******************************************************************/
/*********************
NAVIGATION STYLES
*********************/
.menu { }
  .menu ul { }
    .menu ul li { }
      .menu ul li a { }

/* end .menu */
/*********************
POSTS & CONTENT STYLES
*********************/
/* entry content */
.entry-content {
  /* at this larger size, we can start to align images */ }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
.entry-content img {
width: inherit;  /* Make images fill their parent's space. Solves IE8. */
max-width: 100%; /* Add !important if needed. */
height: auto;    /* Add !important if needed. */
}
/* end .entry-content */

/******************************************************************

Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  max-width: 1005px; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 2.2em; }

.widgettitle {
  border-bottom: 2px solid #444;
  margin-bottom: 0.75em; }

.widget {
  padding: 0 10px;
  margin: 2.2em 0; }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/


/*media only screen and (min-width: 768px) for IE*/ 
  /******************************************************************
    
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .sixcolpost {
    width: 45.856353588%;
  }
  .fourcolpost {
    width: 30.570902392%;
  }
  .threecolpost {
    width: 22.928176794%;
  }
  .threecolpost, .fourcolpost, .sixcolpost {
    position: relative;
    float: left;
    margin-left: 1.035911605%;
	margin-right: 1.035911605%;
  }
  #footersidebar div.fourcolpost {
	width: 31%;
    position: relative;
    float: left;
    margin: 0 1.1666666%;
  }
  #header-bar p.info {
  text-align: right;
  }
  ul.social {
  text-align: left;
  }
  li.social {
  display: inline-block;
  zoom: 1;
  *display: inline;
  }
  #header-bar {
background-color: #eee;
}
  /******************************************************************
    
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .home #content div.custom-bg {
    padding: 0;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  #sidebar1 div.widget {
	text-align: left;
  }
   div.custom-bg h1, .custom-bg p, #latest-post h1, p.latest-post, #latest-blog h1, #testimonials h1 {
    text-align: left;
  }
  div.custom-bg h1 {
   font-size:78px;
  }
  .custom-bg p {
  font-size:1em;
  margin-top: 15px;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .header nav {
    border: 0;
	height: 54px;
  }
  .nav li {
    display: inline-block;
    position: relative;
	zoom: 1;
	*display: inline;
  }
  dl, menu, ol, ul {
  margin: 0 0;
  }
  .nav li a {
	border-bottom: 0;
	text-shadow: 0px 1px 0px #aaa;
	color: #fff;
	transition: .2s all ease;
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: transparent;
	color: #707070;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
	border-radius: 0 0 30px 30px;
	background-color: #95d3e0;
	border: 1px solid #84c7d1;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding: 4px 9px;
    border-right: 0;
    display: block;
    width: 220px;
    border-bottom: 1px dashed #eee;
	font-size: 20px;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover > ul {
    top: auto;
    display: block;
  }
  .nav li ul ul {
  top: 0 !important;
  left: 100%;
  }
  /* end .nav */
  .nav select { display: none; }
  /*********************
  GENERAL STYLES
  *********************/
  /* individual page template (i.e. body.page-template-contact-php */
  section.title-hover {
	margin-top: 40px;
  }
  section.title-hover h3 {
	position: absolute;
	text-align: center;
	left: 0;
	top:0;
	width: 100%;
	height: auto;
	opacity: 1;
	padding: 30px 5px 5px 5px;
  }
  div.custom-bg h1, .custom-bg p, #latest-post h1, p.latest-post, #latest-blog h1, #testimonials h1 {
    text-align: left;
  }
  div.custom-bg h1 {
   font-size:78px;
  }
  .custom-bg p {
  font-size:1em;
  margin-top: 15px;
  }