/*

SASS_STYLE.SCSS CONTENTS

This file is set up for mobile-first coding. See below for file structure:

- Variables and mixins
- General
    This is where global styles go, as well as styles that apply to content
- Header
- Main Menu
- Footer
- Interior Pages
    - Sidebar
    - Pagination
- Home
- Media Queries
    - Tablet Portrait (768px); corresponds with Bootstrap 'sm'
    - Tablet Landscape (992px); corresponds with Bootstrap 'md'
    - Desktop (1200px); corresponds with Bootstrap 'lg'

*/
/* general ***********************************/
/* header ************************************/
/* main menu *********************************/
/* footer ************************************/
/* interior pages / sidebar / pagination *****/
/* home **************************************/
/*
    = Variables and mixins  
*******************************************************************************************/
@font-face {
  font-family: 'oswaldlight';
  src: url("../../oswald-light-webfont.eot");
  src: url("../../oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../oswald-light-webfont.woff2") format("woff2"), url("../../oswald-light-webfont.woff") format("woff"), url("../../oswald-light-webfont.ttf") format("truetype"), url("../../oswald-light-webfont.svg#oswaldlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald_regularregular';
  src: url("../../oswald-regular-webfont.eot");
  src: url("../../oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../oswald-regular-webfont.woff2") format("woff2"), url("../../oswald-regular-webfont.woff") format("woff"), url("../../oswald-regular-webfont.ttf") format("truetype"), url("../../oswald-regular-webfont.svg#oswald_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldbold';
  src: url("../../oswald-bold-webfont.eot");
  src: url("../../oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../oswald-bold-webfont.woff2") format("woff2"), url("../../oswald-bold-webfont.woff") format("woff"), url("../../oswald-bold-webfont.ttf") format("truetype"), url("../../oswald-bold-webfont.svg#oswaldbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
    = General   
*******************************************************************************************/
/* line 79, ../sass/sass_style.scss */
body.page-template-default, body.archive, body.single {
  background-color: #000000;
  background-image: url("http://eddyzhengstory.com/wp-content/uploads/2016/02/bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/* line 89, ../sass/sass_style.scss */
.container {
  max-width: 68.571428571rem;
}

/* line 93, ../sass/sass_style.scss */
.main-navigation li {
  font-family: 'oswaldlight';
}

/* line 97, ../sass/sass_style.scss */
h1.entry-title, .widget h3, .entry-content h2, .entry-content h3 {
  font-family: "oswald_regularregular";
}

/* line 101, ../sass/sass_style.scss */
hr {
  background-color: #ccc;
}

/* line 105, ../sass/sass_style.scss */
img {
  box-shadow: 0 0px 0px transparent;
  max-width: 100%;
}

/* line 108, ../sass/sass_style.scss */
.entry-content h3, .entry-content h3 a:visited, .entry-content h3 a {
  font-size: 20px;
  color: #000;
}

/* line 113, ../sass/sass_style.scss */
.entry-content h2 {
  font-size: 24px;
  color: #000;
}

/* line 118, ../sass/sass_style.scss */
#logo {
  margin: 0 auto;
  width: 100%;
  max-width: 1042px;
}

/* line 124, ../sass/sass_style.scss */
#logo img {
  max-width: 100%;
  height: auto;
}

/* line 130, ../sass/sass_style.scss */
.site {
  background-color: white;
}

/* line 134, ../sass/sass_style.scss */
.page-template-front-page .site {
  background-color: transparent;
  box-shadow: 0 0px 0px transparent;
}

/* line 140, ../sass/sass_style.scss */
.main-navigation li a {
  color: #0f3647;
}

/* line 144, ../sass/sass_style.scss */
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
  color: #000;
  font-weight: normal;
}

/* line 150, ../sass/sass_style.scss */
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  border: 0px;
}

/* line 155, ../sass/sass_style.scss */
.main-navigation li {
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 25px;
  font-size: 1.5rem;
  line-height: 1.42857143;
}

/* line 163, ../sass/sass_style.scss */
.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #000;
  line-height: 135%;
}

/* line 173, ../sass/sass_style.scss */
.entry-header .entry-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
}

/* line 181, ../sass/sass_style.scss */
body.custom-font-enabled {
  font-family: Helvetica,Arial,sans-serif;
}

/* line 185, ../sass/sass_style.scss */
.main-navigation li ul li a {
  background: #eeeeee none repeat scroll 0 0;
  border-bottom: 1px solid #000;
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0.75rem;
  white-space: normal;
  width: 12.8571rem;
}

/* line 197, ../sass/sass_style.scss */
.main-navigation li ul li a:hover {
  background: #21759b none repeat scroll 0 0;
  color: #ffffff;
}

/*
    = Header    
*******************************************************************************************/
/* line 208, ../sass/sass_style.scss */
.row.main-laurel .col-sm-2 {
  text-align: center;
}

/* line 212, ../sass/sass_style.scss */
#header {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

/* line 219, ../sass/sass_style.scss */
.row-laurels .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
/* line 223, ../sass/sass_style.scss */
.row-laurels img {
  width: 125px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
/* line 230, ../sass/sass_style.scss */
.row-laurels .row-1, .row-laurels .row-2, .row-laurels .row-3 {
  display: block;
  margin-left: calc(50% - 125px);
}
/* line 234, ../sass/sass_style.scss */
.row-laurels .laurel-6 img {
  margin-right: auto;
}

/*
    = Main Menu 
*******************************************************************************************/
/*
    = Footer    
*******************************************************************************************/
/* line 248, ../sass/sass_style.scss */
footer[role="contentinfo"] {
  border-top: 0;
}

/*
    = New Front Page   
*******************************************************************************************/
/* line 260, ../sass/sass_style.scss */
body.page-template-front-page {
  background-color: #000000;
  background-image: url("http://eddyzhengstory.com/wp-content/themes/EddyZheng/images/bg-min.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}
/* line 266, ../sass/sass_style.scss */
body.page-template-front-page #secondary, body.page-template-front-page #colophon {
  display: none;
}
/* line 269, ../sass/sass_style.scss */
body.page-template-front-page #menu-main-menu-new {
  text-align: center;
  padding-bottom: 50px;
}
/* line 272, ../sass/sass_style.scss */
body.page-template-front-page #menu-main-menu-new a {
  color: #FFF;
}
/* line 277, ../sass/sass_style.scss */
body.page-template-front-page .main-navigation.front-page ul.nav-menu, body.page-template-front-page .main-navigation.front-page div.nav-menu > ul {
  display: block !important;
}
/* line 280, ../sass/sass_style.scss */
body.page-template-front-page #content {
  border: 20px solid #FFF;
  padding: 0;
}
/* line 284, ../sass/sass_style.scss */
body.page-template-front-page .container {
  max-width: 100%;
}
/* line 287, ../sass/sass_style.scss */
body.page-template-front-page .photo img {
  border-radius: 0%;
}
/* line 290, ../sass/sass_style.scss */
body.page-template-front-page #laurels {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* line 295, ../sass/sass_style.scss */
body.page-template-front-page .top-front {
  padding-top: 30px;
}

/* line 300, ../sass/sass_style.scss */
ul.red-button li {
  display: inline-block;
}
/* line 302, ../sass/sass_style.scss */
ul.red-button li > a {
  background-color: #990D00;
  color: #FFF;
  font-size: 20px;
  line-height: 50px;
  font-family: 'oswaldbold';
  display: block;
  padding: 0 15px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 50px;
  font-weight: 400 !important;
}
/* line 314, ../sass/sass_style.scss */
ul.red-button li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* line 319, ../sass/sass_style.scss */
ul.red-button li:first-child {
  padding-right: 10px;
}

/* line 323, ../sass/sass_style.scss */
#black-studio-tinymce-6 img {
  border-radius: 0;
  box-shadow: none;
}

/*
    = Media Queries 
*******************************************************************************************
*******************************************************************************************
*******************************************************************************************/
@media (min-width: 768px) {
  /* Tablet Portrait */
  /* general ***********************************/
  /* line 341, ../sass/sass_style.scss */
  #logo img {
    max-width: 86%;
  }

  /* line 344, ../sass/sass_style.scss */
  .laurel-0 img {
    position: relative;
    right: 110px;
    width: 210px;
    top: 22px;
  }

  /* line 351, ../sass/sass_style.scss */
  .row-laurels .row-1, .row-laurels .row-2, .row-laurels .row-3 {
    display: initial;
    margin-left: initial;
    margin-right: initial;
  }

  /* line 357, ../sass/sass_style.scss */
  #header {
    margin-bottom: 0px;
  }

  /* line 360, ../sass/sass_style.scss */
  .row.main-laurel {
    position: relative;
  }
  /* line 362, ../sass/sass_style.scss */
  .row.main-laurel .col-sm-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
  }

  /* line 374, ../sass/sass_style.scss */
  .row-laurels {
    width: 100%;
    margin: 10px 0 0px;
  }
  /* line 378, ../sass/sass_style.scss */
  .row-laurels img {
    display: inline-block;
    width: calc(100% / 6 - 12px);
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 10px;
  }
  /* line 387, ../sass/sass_style.scss */
  .row-laurels .laurel-6 img {
    margin-right: 0px;
  }
  /* line 391, ../sass/sass_style.scss */
  .row-laurels a:first-child img, .row-laurels a:nth-child(2) img {
    width: calc(12% - 6px);
    top: -4px;
  }
  /* line 397, ../sass/sass_style.scss */
  .row-laurels a:first-child img {
    left: calc(38% + 8px);
  }
  /* line 402, ../sass/sass_style.scss */
  .row-laurels a:nth-child(2) img {
    left: calc(50% + 10px);
  }
  /* line 409, ../sass/sass_style.scss */
  .row-laurels a:nth-child(3) img {
    left: calc(28.5% + 6px);
  }
  /* line 415, ../sass/sass_style.scss */
  .row-laurels a:nth-child(4) img {
    left: calc(62% + 12px);
  }
  /* line 421, ../sass/sass_style.scss */
  .row-laurels a:nth-child(5) img {
    left: calc(19% + 4px);
  }
  /* line 427, ../sass/sass_style.scss */
  .row-laurels a:nth-child(6) img {
    left: calc(71.5% + 14px);
  }
  /* line 433, ../sass/sass_style.scss */
  .row-laurels a:nth-child(7) img {
    left: calc(9.5% + 2px);
  }
  /* line 439, ../sass/sass_style.scss */
  .row-laurels a:nth-child(8) img {
    left: calc(81% + 16px);
  }
  /* line 445, ../sass/sass_style.scss */
  .row-laurels a:nth-child(9) img {
    left: calc(0%);
  }
  /* line 451, ../sass/sass_style.scss */
  .row-laurels a:nth-child(10) img {
    left: calc(90.5% + 18px);
  }

  /* line 458, ../sass/sass_style.scss */
  body.page-template-front-page {
    background-size: cover;
  }

  /* main menu / header ************************/
  /* footer ************************************/
  /* interior pages / sidebar / pagination *****/
  /* home **************************************/
}
/************************************************************************/
@media (min-width: 992px) {
  /* Tablet Landscape */
  /* general ***********************************/
  /* line 472, ../sass/sass_style.scss */
  #logo img {
    max-width: 90%;
  }

  /* line 475, ../sass/sass_style.scss */
  .laurel-0 img {
    width: 250px;
  }

  /* line 478, ../sass/sass_style.scss */
  #header {
    margin-bottom: -40px;
  }

  /* main menu / header ************************/
  /* footer ************************************/
  /* interior pages / sidebar / pagination *****/
  /* home **************************************/
}
/************************************************************************/
@media (min-width: 1200px) {
  /* Desktop */
  /* general ***********************************/
  /* main menu / header ************************/
  /* footer ************************************/
  /* interior pages / sidebar / pagination *****/
  /* home **************************************/
  /* line 496, ../sass/sass_style.scss */
  ul.red-button li:first-child {
    padding-left: 15px;
    padding-right: 20px;
  }
  /* line 497, ../sass/sass_style.scss */
  ul.red-button li > a {
    padding: 0 20px;
  }

  /* line 500, ../sass/sass_style.scss */
  #laurels img {
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  /* line 506, ../sass/sass_style.scss */
  ul.red-button li > a {
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 518, ../sass/sass_style.scss */
  #black-studio-tinymce-6 {
    padding-bottom: 40px;
  }

  /* line 522, ../sass/sass_style.scss */
  .main-navigation.front-page ul.nav-menu li {
    display: inline-block;
  }
  /* line 524, ../sass/sass_style.scss */
  .main-navigation.front-page ul.nav-menu li a {
    padding-right: 20px;
    padding-left: 10px;
    text-transform: uppercase;
  }

  /* line 530, ../sass/sass_style.scss */
  ul.red-button {
    text-align: center;
  }
  /* line 533, ../sass/sass_style.scss */
  ul.red-button li:first-child {
    padding-right: 0px;
  }
  /* line 534, ../sass/sass_style.scss */
  ul.red-button li a {
    padding: 0 5px;
  }

  /* line 539, ../sass/sass_style.scss */
  .main-navigation li {
    line-height: 2;
  }

  /* line 543, ../sass/sass_style.scss */
  #menu-main-menu-new .sub-menu {
    display: none;
  }
  /* line 547, ../sass/sass_style.scss */
  #menu-main-menu-new .menu-item-has-children .show-submenu {
    float: right;
    padding: 0 10px;
  }
}
