/* Global transition classes */
.t2 {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.t5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.black-nav .black-nav-content:after, .black-nav .black-nav-content .main-nav ul:after, .black-nav .black-nav-content .black-nav-right:after, .black-nav .black-nav-content .black-nav-right .social-icons ul:after, header nav#top-nav .menu:after, header nav#floating-nav div#floating-nav-content:after, header nav#floating-nav div#floating-nav-content .floating-nav:after, .wrapper .wrap-content:after, #nav-prev-next-post:after, #nav-prev-next-post a:after, #list-post:after {
  clear: both;
  display: block;
  content: ''; }

/*****NAV STYLES*******/
/* Top Nav */
.black-nav {
  display: block;
  height: 30px;
  margin: 0px auto;
  text-align: center;
  background-color: #000; }
  .black-nav .black-nav-content {
    width: 1000px;
    padding: 0 0;
    margin: 0px auto; }
    .black-nav .black-nav-content .main-nav {
      float: left;
      width: 450px; }
      .black-nav .black-nav-content .main-nav ul {
        text-transform: uppercase;
        font-family: 'ColaborateThinRegular', Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 1px; }
        .black-nav .black-nav-content .main-nav ul li {
          float: left; }
          .black-nav .black-nav-content .main-nav ul li a {
            color: #fff;
            display: block;
            padding: 0 5px;
            height: 30px;
            line-height: 30px; }
    .black-nav .black-nav-content .black-nav-right {
      float: right;
      width: 338px;
      padding-right: 10px; }
      .black-nav .black-nav-content .black-nav-right .social-icons {
        float: left;
        width: 176px; }
        .black-nav .black-nav-content .black-nav-right .social-icons ul {
          list-style: none;
          height: 14px;
          margin: 8px 0 0; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li {
            float: left; }
            .black-nav .black-nav-content .black-nav-right .social-icons ul li a {
              display: block;
              width: 14px;
              height: 14px;
              margin: 0 4px;
              background: url(../images/top-info-socials.png) no-repeat; }
              @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
                .black-nav .black-nav-content .black-nav-right .social-icons ul li a {
                  background-image: url("../images/top-info-socials@2x.png");
                  background-size: 14px auto; } }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.facebook {
                background-position: 0 0; }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.twitter {
                background-position: 0 -14px; }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.instagram {
                background-position: 0 -28px; }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.rss {
                background-position: 0 -42px; }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.bloglovin {
                background-position: 0 -56px; }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.pinterest {
                background-position: 0 -70px; }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.google {
                background-position: 0 -84px; }
              .black-nav .black-nav-content .black-nav-right .social-icons ul li a.youtube {
                background-position: 0 -98px; }
      .black-nav .black-nav-content .black-nav-right .search-box {
        float: right; }
        .black-nav .black-nav-content .black-nav-right .search-box .search {
          width: 140px;
          height: 22px;
          background: #000;
          border: 1px solid #fff;
          font-size: 14px;
          line-height: 20px;
          text-align: right;
          margin-top: 4px;
          color: #fff;
          font-family: 'ColaborateThinRegular', Arial, sans-serif;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          -webkit-appearance: none; }
          .black-nav .black-nav-content .black-nav-right .search-box .search::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #fff; }
          .black-nav .black-nav-content .black-nav-right .search-box .search:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #fff;
            opacity: 1; }
          .black-nav .black-nav-content .black-nav-right .search-box .search::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #fff;
            opacity: 1; }
          .black-nav .black-nav-content .black-nav-right .search-box .search:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #fff; }

/****HEADER STYLES*******/
header #logo {
  display: block;
  width: 100%;
  height: 140px;
  margin: 0px auto;
  background-color: #fff; }
  header #logo a {
    display: block;
    width: 640px;
    height: 150px;
    margin: 0px auto;
    background: url(../images/apaas_common_topLogo_640x150.png) no-repeat center;
    text-indent: -9999px; }

/*****NAV STYLES*******/
/* Top Nav */
header nav#top-nav {
  display: block;
  min-width: 640px;
  max-width: 1000px;
  height: 64px;
  margin: 0px auto;
  line-height: 65px;
  text-align: center;
  border-bottom: 1px solid #c9c9c9; }
  header nav#top-nav .menu {
    display: inline-block;
    zoom: 1;
    padding: 0px; }
    header nav#top-nav .menu > li {
      position: relative;
      float: left;
      text-transform: uppercase;
      font-family: 'ColaborateLightRegular', Arial, sans-serif;
      font-size: 16px;
      height: 64px;
      line-height: 64px;
      letter-spacing: 1px;
      margin: 0 20px;
      color: #696969; }
      .generatedcontent header nav#top-nav .menu > li {
        margin: 0; }
      .generatedcontent header nav#top-nav .menu > li:after {
        content: '|';
        display: block;
        margin: 0 0 0 20px;
        float: left; }
      .generatedcontent header nav#top-nav .menu > li:last-of-type {
        margin-right: 20px; }
      .generatedcontent header nav#top-nav .menu > li:last-of-type:after {
        display: none; }
      header nav#top-nav .menu > li > a {
        display: block;
        line-height: 28px;
        margin: 18px 0;
        color: #5b5b5b;
        text-decoration: none;
        float: left; }
        .generatedcontent header nav#top-nav .menu > li > a {
          margin-left: 20px; }
        header nav#top-nav .menu > li > a:hover {
          border-bottom: 1px solid #d7d7d7; }
      header nav#top-nav .menu > li .sub-menu {
        position: absolute;
        top: 90%;
        left: 50%;
        width: 200px;
        margin-left: -100px;
        white-space: nowrap;
        background: white;
        background: rgba(255, 255, 255, 0.95);
        display: none;
        /* we fade this in with jQuery */
        z-index: 999;
        padding-bottom: 12px;
        text-transform: uppercase; }
        header nav#top-nav .menu > li .sub-menu li {
          line-height: 20px;
          height: 20px; }
          header nav#top-nav .menu > li .sub-menu li a {
            font-size: 15px;
            line-height: 20px;
            height: 20px;
            color: #5b5b5b; }
            header nav#top-nav .menu > li .sub-menu li a:hover {
              color: #222; }

/* Floating Nav */
/* Floating Nav */
header nav#floating-nav {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0px auto;
  text-align: center;
  line-height: 60px;
  background: white;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.9);
  z-index: 8000;
  position: fixed;
  top: 0px;
  margin-top: -70px;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  -ms-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
  -moz-box-shadow: 0 4px 2px -2px #aaa;
  /* Firefox */
  -webkit-box-shadow: 0 4px 2px -2px #aaa;
  /* Safari, Chrome */
  box-shadow: 0 4px 8px -2px #aaa; }
  header nav#floating-nav.sticky {
    margin-top: 0px; }
    .admin-bar header nav#floating-nav.sticky {
      margin-top: 28px; }
  header nav#floating-nav div#floating-nav-content {
    width: 950px;
    height: 60px;
    margin: 0px auto; }
    header nav#floating-nav div#floating-nav-content .floating-nav {
      float: left; }
    header nav#floating-nav div#floating-nav-content .menu > li {
      position: relative;
      float: left;
      text-transform: uppercase;
      font-family: 'ColaborateThinRegular', Arial, sans-serif;
      font-size: 12px;
      height: 60px;
      line-height: 60px;
      letter-spacing: 1px; }
      header nav#floating-nav div#floating-nav-content .menu > li > a {
        display: block;
        line-height: 24px;
        margin: 18px 8px;
        color: #5b5b5b;
        text-decoration: none; }
        header nav#floating-nav div#floating-nav-content .menu > li > a:hover {
          border-bottom: 1px solid #d7d7d7; }
      header nav#floating-nav div#floating-nav-content .menu > li.home > a {
        width: 70px;
        background: url(../images/apaas_floatingHeader_apaas_70x24.png) no-repeat;
        text-indent: -999em; }
      header nav#floating-nav div#floating-nav-content .menu > li .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 126px;
        margin-left: -63px;
        white-space: nowrap;
        background: white;
        background: rgba(255, 255, 255, 0.9);
        display: none;
        /* we fade this in with jQuery */
        z-index: 999;
        padding-bottom: 12px; }
        header nav#floating-nav div#floating-nav-content .menu > li .sub-menu li {
          line-height: 20px;
          height: 20px; }
          header nav#floating-nav div#floating-nav-content .menu > li .sub-menu li a {
            font-size: 12px;
            line-height: 20px;
            height: 20px;
            color: #5b5b5b; }
            header nav#floating-nav div#floating-nav-content .menu > li .sub-menu li a:hover {
              color: #222; }
  header nav#floating-nav div#floating-nav-social-icons {
    float: right; }
    header nav#floating-nav div#floating-nav-social-icons ul {
      list-style: none;
      height: 20px;
      padding: 0;
      margin: 19px 0 21px 0px; }
      header nav#floating-nav div#floating-nav-social-icons ul li {
        float: left; }
        header nav#floating-nav div#floating-nav-social-icons ul li a {
          display: block;
          width: 20px;
          height: 20px;
          background: url(../images/apaas_blog_socialIcons_160x40.png) no-repeat;
          margin-left: 3px; }
          header nav#floating-nav div#floating-nav-social-icons ul li a.facebook {
            background-position: -20px -20px; }
          header nav#floating-nav div#floating-nav-social-icons ul li a.twitter {
            background-position: -40px -20px; }
          header nav#floating-nav div#floating-nav-social-icons ul li a.instagram {
            background-position: -60px -20px; }
          header nav#floating-nav div#floating-nav-social-icons ul li a.rss {
            background-position: -80px -20px; }
          header nav#floating-nav div#floating-nav-social-icons ul li a.bloglovin {
            background-position: -100px -20px; }
          header nav#floating-nav div#floating-nav-social-icons ul li a.pinterest {
            background-position: -120px -20px; }
          header nav#floating-nav div#floating-nav-social-icons ul li a.google {
            background-position: -140px -20px; }

/*****COMMON CONTENT STYLES*******/
.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto; }
  .wrapper .wrap-content {
    width: 1000px;
    margin: 0px auto;
    padding: 20px 0 0; }
    .wrapper .wrap-content .content {
      width: 640px;
      float: left; }
    .wrapper .wrap-content.no-sidebar .content {
      width: auto;
      float: none; }
    .wrapper .wrap-content #sidebar {
      float: right;
      width: 320px; }

#nav-prev-next-post {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0;
  margin: 20px 0 0;
  font-family: 'ColaborateThinRegular', Arial, sans-serif;
  font-size: 16px; }
  #nav-prev-next-post a {
    float: left;
    width: 310px; }
    #nav-prev-next-post a .text {
      float: left;
      width: 165px;
      padding: 0 10px;
      text-align: center;
      display: table; }
      #nav-prev-next-post a .text .text-i {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        overflow: hidden; }
    #nav-prev-next-post a .thumb {
      float: left;
      width: 145px;
      height: 100px;
      display: table-cell;
      overflow: hidden; }
      #nav-prev-next-post a .thumb img {
        display: block;
        width: 100%;
        height: 100%; }
    #nav-prev-next-post a.nav-next {
      float: right; }
      #nav-prev-next-post a.nav-next .text {
        float: right; }

.page-template-template-page-no-sidebar-php h1,
.page-template-template-page-php h1 {
  text-align: center;
  text-transform: uppercase;
  color: #606060; }

/*****BANNER STYLES*******/
.banner img {
  display: block;
  max-width: 100%;
  height: auto; }
.banner.btw-content-banner {
  margin: 0 0 20px; }

/*****WIDGET STYLES*******/
.widget {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #c9c9c9; }
  .widget h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-family: 'ColaborateLightRegular', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center; }
  .widget iframe {
    margin-bottom: 0;
    display: block; }
  .widget.widget_mc4wp_widget {
    font-family: 'ColaborateLightRegular', Arial, sans-serif; }
    .widget.widget_mc4wp_widget h2 {
      text-align: left; }
    .widget.widget_mc4wp_widget .mc4wp-form {
      margin: 0; }
      .widget.widget_mc4wp_widget .mc4wp-form p {
        margin: 0 0 5px; }
        .widget.widget_mc4wp_widget .mc4wp-form p label {
          font-size: 14px;
          font-weight: normal;
          margin-bottom: 0;
          font-style: italic; }
        .widget.widget_mc4wp_widget .mc4wp-form p .field {
          font-family: 'ColaborateLightRegular', Arial, sans-serif;
          font-size: 16px;
          border: 1px solid #bebebe;
          height: 28px;
          line-height: 26px;
          padding: 0 5px;
          width: 100%; }
        .widget.widget_mc4wp_widget .mc4wp-form p .button {
          width: 100px;
          height: 30px;
          margin: 10px 0 0;
          padding: 0;
          border: 0;
          background: #9e9e9e;
          font-family: 'ColaborateLightRegular', Arial, sans-serif;
          font-size: 16px;
          line-height: 30px;
          letter-spacing: 1px;
          color: #fff;
          text-align: center;
          text-transform: uppercase; }
        .widget.widget_mc4wp_widget .mc4wp-form p:last-of-type {
          margin-bottom: 0; }
      .widget.widget_mc4wp_widget .mc4wp-form .mc4wp-alert {
        margin: 15px 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        font-size: 14px; }
  .widget.kr_pinterest_rss_widget li {
    margin: 0;
    margin-bottom: 15px; }
    .widget.kr_pinterest_rss_widget li:last-of-type {
      margin-bottom: 0; }
  .widget.kr_pinterest_rss_widget .pins-feed-item a img {
    display: block;
    width: 100%;
    height: auto; }
  .widget.featured-widget .upw-posts article {
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom-style: dotted; }
    .widget.featured-widget .upw-posts article:last-child {
      margin-bottom: 0; }
  .widget.featured-widget .upw-posts .entry-image {
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: auto; }
  .widget.featured-widget .upw-posts .entry-title {
    margin: .5em 0;
    text-align: center; }
  .widget.widget_apaas-the-shop {
    border: 1px solid #eee;
    padding: 15px 4px; }
    .widget.widget_apaas-the-shop h2 {
      text-transform: uppercase;
      text-align: center;
      font-size: 18px;
      color: #696969; }
    .widget.widget_apaas-the-shop .products .item {
      padding: 0 5px; }
    .widget.widget_apaas-the-shop .products a {
      display: block;
      text-align: center; }
      .widget.widget_apaas-the-shop .products a img {
        display: block;
        width: 100%;
        height: auto; }
      .widget.widget_apaas-the-shop .products a h3 {
        margin: 1em 0 0;
        font-size: 1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .widget.widget_adrotate_widgets {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
    .widget.widget_adrotate_widgets .banner {
      margin: 0 0 15px;
      padding: 0 0 15px;
      border-bottom: 1px solid #c9c9c9; }

/*****FOOTER STYLES*******/
.push {
  width: 100%;
  height: 165px; }

#sidebar-footer {
  max-width: 1000px;
  margin: 30px auto 0; }
  #sidebar-footer .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px; }

#site-footer {
  margin-top: 30px; }
  #site-footer .footer-banner {
    width: 1000px;
    margin: 0 auto 20px; }
  #site-footer #footer-ig {
    max-width: 1000px;
    margin: 0 auto; }
    #site-footer #footer-ig h2 {
      margin: 0 0 10px;
      font-family: 'ColaborateLightRegular', Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
      font-size: 18px; }
    #site-footer #footer-ig .si_feed .si_item {
      float: left;
      width: 16.66%; }
      #site-footer #footer-ig .si_feed .si_item a {
        display: block; }
      #site-footer #footer-ig .si_feed .si_item img {
        display: block;
        width: 100%;
        height: auto; }
  #site-footer .w-footer-info {
    background: #000; }
    #site-footer .w-footer-info .black-nav .black-nav-content {
      border-bottom: 1px solid #fff; }
    #site-footer .w-footer-info .credit {
      width: 1000px;
      margin: 0px auto;
      color: #fff;
      padding: 1em 5px 1.5em;
      font-size: 13px;
      font-family: 'ColaborateThinRegular', Arial, sans-serif;
      max-height: 100000px; }

#list-post {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }
  #list-post li {
    float: left;
    width: 33.33333%;
    padding: 0 15px 20px; }
    #list-post li a {
      display: block;
      text-align: center;
      color: #696969;
      border-bottom: 1px solid #c9c9c9; }
      #list-post li a img {
        display: block;
        width: 100%;
        height: auto; }
      #list-post li a h3 {
        margin: 0;
        font-size: 13px;
        padding: 10px; }

@media only screen and (max-width: 999px) {
  body {
    min-width: 640px; }

  .black-nav .black-nav-content {
    width: 640px; }
    .black-nav .black-nav-content .main-nav {
      width: auto; }
      .black-nav .black-nav-content .main-nav ul li a {
        padding-left: 5px;
        padding-right: 5px; }
    .black-nav .black-nav-content .black-nav-right {
      width: 286px;
      padding-right: 5px; }
      .black-nav .black-nav-content .black-nav-right .social-icons {
        width: 176px; }
        .black-nav .black-nav-content .black-nav-right .social-icons ul li a {
          width: 14px;
          height: 14px;
          background-size: 14px auto; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li a.facebook {
            background-position: 0 0; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li a.twitter {
            background-position: 0 -14px; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li a.instagram {
            background-position: 0 -28px; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li a.rss {
            background-position: 0 -42px; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li a.bloglovin {
            background-position: 0 -56px; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li a.pinterest {
            background-position: 0 -70px; }
          .black-nav .black-nav-content .black-nav-right .social-icons ul li a.google {
            background-position: 0 -84px; }
      .black-nav .black-nav-content .black-nav-right .search-box .search {
        width: 100px; }

  header nav#top-nav .menu > li {
    margin-left: 10px;
    margin-right: 10px; }
    .generatedcontent header nav#top-nav .menu > li {
      margin: 0; }
    .generatedcontent header nav#top-nav .menu > li:after {
      margin-left: 10px; }
    .generatedcontent header nav#top-nav .menu > li:last-of-type {
      margin-right: 10px; }
    .generatedcontent header nav#top-nav .menu > li > a {
      margin-left: 10px; }
  header nav#floating-nav div#floating-nav-content {
    width: 640px; }

  .wrapper .wrap-content {
    width: 640px; }
    .wrapper .wrap-content .content {
      float: none; }
    .wrapper .wrap-content #sidebar {
      display: none; }

  #sidebar-footer {
    width: 640px; }

  #site-footer .g, #site-footer #footer-ig {
    width: 640px;
    margin-left: auto;
    margin-right: auto; }
  #site-footer .footer-banner {
    width: auto; }
  #site-footer .w-footer-info .credit {
    width: 640px;
    padding-left: 5px;
    padding-right: 5px; }

  footer nav#footer-nav {
    height: 90px; }

  footer nav#footer-nav div#footer-nav-content {
    width: 640px;
    display: block; }

  footer nav#footer-nav div#footer-nav-content > ul {
    height: 50px; }

  footer nav#footer-nav div#footer-nav-content > ul > li.divider {
    margin: 0px 25px; }

  footer nav#footer-nav div#social-icons {
    float: none;
    width: 100px;
    margin-left: auto;
    margin-right: auto; } }

/*# sourceMappingURL=layout.css.map */
