/*
	Theme Name: Dish
	Theme URI: http://completedishsolution.com
	Description: Dish is a Genesis child theme, developed for the Complete Dish Solution website.
	Template: genesis
	Version: 1.0
*/

/**
 *  Stylesheet Structure:
 *   -  Base Styles (default styles, such as default text/default forms)
 *   -  Modules (common/shared sections, such as header/footer/specific widgets)
 *   -  Templates (template/page specific styles)
 *   -  Overrides (misc overrides/customizations)
 */

/* BASE STYLES
------------------------------------------------------------ */

/**
 *  General Layout
 */
html,
body {
	min-width: 1000px;
}

body,
#footer {
  background: #2d2f32;
}

#nav,
#inner {
  background: #fff;
}

#nav {
  padding: 0 0 35px;
}

#inner {
  background: #fff url("http://completedishsolution.com/assets/themes/dish/images/inner.jpg") no-repeat center top;
  margin-top: -134px;
  padding-top: 134px;
}

.wrap,
#content-sidebar-wrap {
  margin: 0 auto;
  width: 1000px;
}

#content-sidebar-wrap {
  padding: 0 0 60px;
}

  .content-sidebar #content,
  .sidebar-content #content {
    width: 650px;
  }

  #sidebar {
    width: 255px;
  }

  /* content-sidebar layout */
  .content-sidebar #content {
    float: left;
  }

  .content-sidebar #sidebar {
    float: right;
  }

  /* sidebar-content layout */
  .sidebar-content #sidebar {
    float: left;
  }

  .sidebar-content #content {
    float: right;
  }

#after-content-sidebar-wrap {
  background: #f8f8f8 url("images/after-content-sidebar-wrap.jpg") no-repeat center top;
  padding: 55px 0;
}

/**
 *  Text Defaults
 */
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
li,
span,
input,
button,
textarea {
  color: #65676a;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

p,
ul {
  padding: 0 0 35px;
}

.menu {
  padding: 0;
}

.entry-content ul {
  margin: 0 0 0 50px;
}

.entry-content li {
  list-style: disc;
  padding: 0 0 10px 10px;
}

blockquote {
  border-top: 1px solid #b4b6b9;
  border-bottom: 1px solid #b4b6b9;
  margin: 0 0 35px;
  padding: 15px 58px 0;
}

blockquote + blockquote {
  border-top: 0;
}

  blockquote p {
    color: #ea2c20;
    font-size: 18px;
    font-style: italic;
    padding: 0 0 15px;
  }

  blockquote p em {
    color: #a7a8aa;
    font-size: 14px;
  }

h1,
h2,
h3,
h4,
h5,
h6,
.section-heading,
.archive-title {
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.section-heading,
.archive-title {
  color: #3b3e44;
}

h1,
.section-heading {
  padding: 0 0 70px;
}

h1,
.widgettitle,
.section-heading,
.archive-title {
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 30px;
}

h3,
h3 a {
  color: #ea2c20;
}

h4 {
  font-weight: 700;
  padding: 0 0 19px;
}

.widgettitle,
.widgettitle a {
  color: #cdced1;
}

h5 {
  font-style: italic;
  font-weight: 400;
  padding: 0 0 19px;
  text-transform: uppercase;
}

a,
span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}

a {
  color: #ea2c20;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.menu li {
  line-height: 1em;
}

::selection {
	background: #f83f33;
	color: #fff;
}

::-moz-selection {
	background: #f83f33;
	color: #fff;
}

/**
 *  Form Defaults
 */
input,
textarea,
.button {
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  line-height: 1em;
  outline: none;
  margin: 0;
  padding: 15px 20px 18px;
  width: 100%;
}

input[type="submit"],
.button {
  background: #fe483d;
  background: -moz-linear-gradient(
    top,
    #fe483d 0%,
    #ea2c20 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%,#fe483d),
    color-stop(100%,#ea2c20)
  );
  background: -webkit-linear-gradient(
    top,
    #fe483d 0%,
    #ea2c20 100%
  );
  background: -o-linear-gradient(
    top,
    #fe483d 0%,
    #ea2c20 100%
  );
  background: -ms-linear-gradient(
    top,
    #fe483d 0%,
    #ea2c20 100%
  );
  background: linear-gradient(
    to bottom,
    #fe483d 0%,
    #ea2c20 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe483d', endColorstr='#ea2c20',GradientType=0 );
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  color: #fff;
  cursor: pointer;
  height: 56px;
  line-height: 22px;
  text-align: center;
}

  @media screen and (-webkit-animation) {

    input[type="submit"],
    .button {
      height: 55px;
    }

  }

  input[type="submit"]:hover,
  .button:hover {
    background: #fe483d;
  }

  input[type="submit"]:active,
  .button:active {
    background: #ea2c20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

::-webkit-input-placeholder {
  color: #cdced1;
  line-height: 23px;
}

:-moz-placeholder {
  color: #cdced1;
  line-height: 23px;
}

::-moz-placeholder {
  color: #cdced1;
  line-height: 23px;
}

:-ms-input-placeholder {
  color: #cdced1;
  line-height: 23px;
}

a.button {
  text-decoration: none;
}

/**
 *  Helpers
 */
.clearfix, .wrap, .menu, #content-sidebar-wrap, #title-area {
  display: inline-block;
}

.clearfix:after, .wrap:after, .menu:after, #content-sidebar-wrap:after, #title-area:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix, .wrap, .menu, #content-sidebar-wrap, #title-area {
  display: block;
}

.hide-text, .menu-social-container li, #title a, .footer-logo, #footer #searchsubmit {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/**
 *  Widget defaults
 */
.widget:first-child {
  margin: 0;
}

.widget {
  margin: 75px 0 0;
}

/* MODULES
------------------------------------------------------------ */

/**
 *  Header
 */
#header {
  background: #191d24 url("http://completedishsolution.com/assets/themes/dish/images/header.jpg") no-repeat center top;
  background-size: cover;
  border-top: 5px solid #8c2d29;
  padding: 27px 0 86px;
}

  /* Simulated transparent header border */
  @media screen and (-webkit-animation) {

    #header:before {
      background: rgba(234, 44, 32, .2);
      content: "";
      height: 5px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
    }

    #header {
      border-top: none;
      padding-top: 30px;
      position: relative;
      z-index: 1;
    }

    #menu-header {
      position: relative;
      z-index: 4;
    }

    #inner {
      position: relative;
      z-index: 3;
    }

  }

#header .wrap {
  position: relative;
}

  #title-area {
    float: left;
  }

  #title {
    float: left;
  }

  #title {
    margin: 0 64px 0 0;
  }

  #title,
  #title a {
    display: block;
    height: 80px;
    padding: 0;
    width: 348px;
  }

  #title a {
    background: url("http://completedishsolution.com/assets/themes/dish/images/logo.png") no-repeat;
  }

  .menu-eyebrow-container {
    position: absolute;
    right: 0;
    top: 60px;
  }

  .menu-eyebrow-container li:first-child {
    border-left: 0;
    margin: 0;
    padding: 0;
  }

  .menu-eyebrow-container li {
    border-left: 1px solid #fff;
    float: left;
    font-size: 12px;
    margin: 0 0 0 19px;
    padding: 0 0 0 19px;
  }

  .menu-eyebrow-container a {
    color: #fff;
  }

/**
 *  Header Nav
 */
#menu-header,
.menu-header-container li {
  background: #f63428;
}

#menu-header {
  border: 1px solid #cd261b;
}

  .menu-header-container {
    position: relative;
    top: -50px;
  }

  .menu-header-container li:first-child {
    border-left: 0;
  }

  .menu-header-container li {
    border-left: 1px solid #cd261b;
    box-shadow: inset 0 1px 0 #ff6359;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table;
    float: left;
    font-family: "Open Sans Condensed", "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 87px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;

    /* use this padding for 5 items */
    /* padding: 0 15px; */

    /* use this padding for 4 items */
    padding: 0 40px;

    width: 50%;
  }

  #menu-header:hover,
  .menu-header-container li:hover {
    background: #f51d10;
  }

  .menu-header-container li.current-menu-item,
  .menu-header-container li.current-category-ancestor,
  .menu-header-container li.current-post-ancestor,
  .menu-header-container li.current-page-ancestor {
    background: #f63428 url("http://completedishsolution.com/assets/themes/dish/images/menu-header-li-active.png") no-repeat center top;
  }

  .menu-header-container a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }

  .menu-header-container a:hover {
    text-decoration: none;
  }

/**
 *  Footer
 */
#footer {
  border-top: 5px solid #8c2d29;
  padding: 60px 0;
}

#footer .branding,
.menu-footer-container {
  float: left;
}

.footer-right {
  float: right;
  width: 350px;
}

#footer .branding {
  border-right: 1px solid #8e8e8e;
  padding: 18px 0 16px;
}


  .footer-logo {
    background: url("images/logo-dish.png") no-repeat;
    display: block;
    height: 50px;
    margin: 0 45px 17px 0;
    padding: 0;
    width: 116px;
  }

  #footer p {
    font-size: 12px;
  }

  .link-out {
    padding: 0;
    text-indent: 18px;
  }

  #footer .link-out a:hover {
    color: #8e8e8e;
    text-decoration: underline;
  }

  #footer li,
  #footer a {
    color: #8e8e8e;
  }

  #footer a:hover {
    color: #dadada;
    text-decoration: none;
  }

.menu-footer-container {
  margin: 5px 0 0 45px;
}

  .menu-footer-container .menu {
    width: 360px;
  }

  .menu-footer-container li {
    float: left;
    font-family: "Open Sans Condensed", "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    padding: 15px 0 0;
    text-transform: uppercase;
    width: 50%;
  }

#footer #searchform {
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
}

  #searchform label {
    display: none;
  }

  #footer #searchform input {
    box-shadow: none;
  }

  #footer input#s {
    background: #45484d;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #dadada;
    width: 299px;
  }

  #footer input#s:focus {
    background: #51555a;
  }

  #footer input#s::-webkit-input-placeholder { color: #8e8d8d; }
  #footer input#s:-moz-placeholder { color: #8e8d8d; }
  #footer input#s::-moz-placeholder { color: #8e8d8d; }
  #footer input #s:-ms-input-placeholder { color: #8e8d8d;  }

 #footer #searchsubmit {
   background: #f53b2f url("images/sprite.png") no-repeat -283px 18px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   bottom: 0;
   padding-left: 0;
   padding-right: 0;
   position: absolute;
   right: 0;
   width: 51px;
 }

 #footer #searchsubmit:hover {
   background-color: #f65247;
 }

 #footer #searchsubmit:active {
   background-color: #f42417;
 }

.menu-social-container {
  overflow: hidden;
  padding: 20px 0 0;
}

#menu-social {
  clear: both;
  float: right;
}

  .menu-social-container li,
  .menu-social-container a {
    display: block;
    height: 50px;
    width: 50px;
  }

  .menu-social-container li {
    float: left;
    padding: 0 0 0 20px;
  }

  .menu-social-container a {
    background: url("images/sprite.png") no-repeat;
  }

  .menu-social-container .twitter a { background-position: 0 -1px; }
  .menu-social-container .facebook a { background-position: -70px -1px; }
  .menu-social-container .youtube a { background-position: -140px -1px; }
  .menu-social-container .rss a { background-position: -210px -1px; }

/**
 *  Post
 */
.entry {
  position: relative;
}

.archive .entry,
.home .entry {
  padding: 0 0 35px;
}

  .entry h1 {
    width: 80%;
  }

  .post-info,
  .featuredpost .byline {
    color: #ea2c20;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .post-info + .entry-content {
    padding: 25px 0 0;
  }

  body.page.sidebar-content .entry-content,
  body.post.sidebar-content .entry-content {
    padding-top: 0;
  }

  .post-info + .entry-title {
    padding-top: 10px;
  }

  .subtitle + .entry-content,
  html body.sidebar-content .subtitle + .entry-content {
    padding: 45px 0 0;
  }

  .archive .entry-content,
  .home .entry-content,
  .search .entry-content {
    padding: 32px 0 0;
  }

  .entry-content a {
    font-style: italic;
  }

  .search .page.entry .entry-content {
    padding-top: 16px;
  }

/**
 *  Share buttons
 */
#share {
  position: absolute;
  right: 0;
  top: 16px;
}

  .twitter-share-button,
  .facebook-share-button-wrap {
    float: left;
    margin: 0 0 0 8px;
  }

  .facebook-share-button-wrap {
    height: 20px;
    overflow: hidden;
    width: 48px;
  }

    .facebook-share-button-wrap iframe {
      margin-top: -41px;
    }

  /* Adjust body.single-post div#share positioning to be inline with post-info */
  .single-post .entry-content {
    position: relative;
  }

  .single-post #share {
    top: -21px;
  }

  /* Adjust div.section-heading #share positioning for pages with section headings */
  .section-heading-wrap {
    position: relative;
  }

  /* Adjust div.before-content-title-wrap #share positioning for pages with sidebar-content layouts */
  .before-content-title-wrap {
    position: relative;
  }

/**
 *  Latest News (featured posts)
 */
.featuredpost .widgettitle {
  padding: 0;
}

.featuredpost .widgettitle + .entry {
  margin: 58px 0 0;
}

.featuredpost .entry {
  margin: 40px 0 0;
  padding: 25px 0 0;
  position: relative;
}

  .featuredpost h2 {
    font-size: 18px;
    line-height: 1.22em;
    padding: 0 0 25px;
  }

  .featuredpost p {
    color: #65676a;
    font-size: 14px;
    padding: 0 0 18px;
  }

  .featuredpost .byline {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }

/**
 *  More News button (text widget)
 */
.more-news {
  margin: 57px 0 0;
}

/**
 *  Subnavs (menu widgets)
 */
.widget_nav_menu li {
  font-family: "Open Sans Condensed", "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 20px;
  text-transform: uppercase;
}

.widget_nav_menu li.current-menu-item a {
  text-decoration: underline;
}

.widget_nav_menu a:hover {
  color: #3b3e44;
  text-decoration: none;
}

/**
 *  Press contact information (text widget)
 */
.press-contact .box {
  background: #8b8b8b;
  border-radius: 4px;
  padding: 5px 0 0;
}

  .press-contact .inner {
    background: #dfdfdf;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 12px 17px;
  }

  .press-contact p {
    color: #ea2c20;
    font-size: 14px;
    padding: 0;
  }

  .press-contact .label {
    color: #8b8b8b;
    font-size: 12px;
    font-weight: 800;
    padding: 0 0 10px;
    text-transform: uppercase;
  }

  .press-contact .name {
    color: #3b3e44;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 13px;
  }

/**
 *  Pagination
 */
.pagination {
  position: relative;
}

  .pagination ul {
    text-align: center;
  }

  .pagination li {
    display: inline;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .pagination li.inc {
    position: absolute;
    top: 2px;
  }

  .pagination li.inc.prev {
    left: 0;
  }

  .pagination li.inc.next {
    right: 0;
  }

  .pagination li.active a,
  .pagination li.inc a {
    color: #ea2c20;
  }

  .pagination a {
    color: #b0b3b9;
    padding: 0 6px;
  }

  .pagination .inc a {
    border-bottom: 0px solid rgba(234, 44, 32, 0);
    padding: 0;
  }

  .pagination li a:hover {
    color: #ea2c20;
    text-decoration: none;
  }

  .pagination li.inc a:hover {
    border-bottom: 2px solid rgba(234, 44, 32, 1);
  }



/* TEMPLATES
------------------------------------------------------------ */

/**
 *  Single post template
 */
.single-post .entry h1 {
  width: 100%;
}

/**
 *  Category template
 */
.archive-title {
  font-size: 30px;
  padding: 0 0 45px;
  text-transform: none;
}

/**
 *  Home template
 */
.home #header {
  background-image: url("images/header-home.jpg");
  padding-bottom: 86px;
}

#callout {
  clear: both;
  padding: 25px 0 0;
  text-align: center;
}

  #callout h2,
  #callout .copy,
  #callout p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }

  #callout h2 {
    font-size: 55px;
    font-weight: 800;
    text-shadow: 0 0 8px #f4f5ce;
    text-transform: uppercase;
  }

  .copy {
    padding: 15px 0 0;
    width: 850px;
  }

  .copy p:first-child {
    padding: 0;
  }

  .copy p {
    font-size: 15px;
    padding: 15px 0 0;
  }

  .home .button,
  #modal .button {
    display: inline-block;
    margin: 40px auto 0;
    padding-left: 60px;
    padding-right: 60px;
    width: auto;
  }

  .home .button {
    margin-top: 22px;
  }

.home #inner {
  background-image: none;
  padding-top: 85px;
}

.home #content-sidebar-wrap {
  padding: 0 0 40px;
}

.resource {
  padding: 0 0 30px;
}

  #resources h2 {
    font-size: 40px;
    font-weight: 800;
    padding: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
  }

  .resource-icon {
    float: left;
    padding: 0 45px 0 0;
  }

  .resource.right .resource-icon {
    float: right;
    padding: 0 0 0 45px;
  }

  .resource-content {
    float: right;
    padding: 30px 0 0;
    width: 630px;
  }

  .resource.right .resource-content {
    float: left;
  }

  .resource h3 {
    font-size: 36px;
    font-weight: 700;
  }

  .resource h3,
  .resource h3 a {
    color: #3b3e44;
  }

  .resource h3 a:hover {
    color: #ea2c20;
    text-decoration: none;
  }

.home .widgettitle {
  padding: 0 0 55px;
  text-align: center;
}

  .home .featuredpost {
    overflow: hidden;
  }

  .home .featuredpost .widgettitle + .entry {
    margin-left: 0;
  }

  .home .featuredpost .entry {
    float: left;
    margin: 0 0 0 72px;
    width: 285px;
  }

.home-bottom .more-news {
  margin: 20px 0 0;
  text-align: center;
}

  .home-bottom .button,
  #modal .button {
    margin: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

/**
 *  Splash
 */
/*
#wrap.locked {
  overflow-y: scroll;
}
*/

#overlay {
  position: fixed;
}

body {
  position: relative;
}

#modal {
  position: absolute;
}

#overlay {
  background: url("images/overlay.png") repeat top left;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#modal {
  background: #191d21 url("images/modal.jpg") no-repeat center top;
  left: 50%;
  margin-left: -349px;
  padding: 40px 45px 45px;
  text-align: center;
  top: 80px;
  width: 608px;
  z-index: 2000;
}

  #modal h2,
  #modal p {
    margin: 0;
  }

  #modal h2 {
    color: #687786;
    font-size: 25px;
    font-weight: 800;
    padding: 0 0 20px;
    text-transform: uppercase;
  }

  #modal p {
    color: #fff;
    font-size: 12px;
    padding: 0 0 23px;
  }

/* OVERRIDES
------------------------------------------------------------ */

/**
 *  CSS Transitions
 */

/* Background transitions */
.menu-header-container li,
#menu-header,
#footer #searchsubmit,
#footer input#s {
  transition: background .1s linear;
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  -o-transition: background .1s linear;
}

/* Color, border transitions */
a {
  transition: color .1s linear, border .1s linear;
  -webkit-transition: color .1s linear, border .1s linear;
  -moz-transition: color .1s linear, border .1s linear;
  -o-transition: color .1s linear, border .1s linear;
}

/**
 *  iOS Media Queries
 */
@media all and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
(max-device-width: 480px) and (orientation: portrait),
(max-device-width: 480px) and (orientation: landscape),
(-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
(min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape),
(min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  html,
  body {
  	min-width: 1100px;
  }

  .menu-header-container li:first-child {
    width: 24%;
  }

  .menu-header-container li {
    width: 25%;
  }

  .menu-header-container li a {
    width: auto !important;
  }

}

/*
@media all and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
(max-device-width: 480px) and (orientation: portrait),
(max-device-width: 480px) and (orientation: landscape),
(-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

  #wrap.locked {
    overflow-y: visible !important;
    height: auto !important;
  }

}
*/