/*
Theme Name: Synergy Consumer
Theme URI: https://synergyconsumer.co.nz
Author: Established Group
Author URI: http://establishedgroup.com
Version: 1.0.0
*/


/**
 * Fonts
 */

@font-face {
  font-family: 'gotham_book';
  src: url('../synergyweb/resources/font/gotham-book-webfont.eot');
  src: url('../synergyweb/resources/font/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('../synergyweb/resources/font/gotham-book-webfont.woff') format('woff'), url('../synergyweb/resources/font/gotham-book-webfont.ttf') format('truetype'), url('../synergyweb/resources/font/gotham-book-webfont.svg#gotham_book') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'gotham_medium';
  src: url('../synergyweb/resources/font/gotham-medium-webfont.eot');
  src: url('../synergyweb/resources/font/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../synergyweb/resources/font/gotham-medium-webfont.woff') format('woff'), url('../synergyweb/resources/font/gotham-medium-webfont.ttf') format('truetype'), url('../synergyweb/resources/font/gotham-medium-webfont.svg#gotham_medium') format('svg');
  font-style: normal;
  font-weight: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: 'gotham_book',sans-serif;
  font-size: 12px;
  color: #000;
}

/*h1, h2 {
  text-transform: uppercase;
    font-size: 40px;
    padding-top: 60px;
}
*/

h3 {
  font-size: 20px;
}

h4, h5 {
   text-transform: uppercase;
}

ul,ol{
      margin-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
body {
    font-family: 'gotham_book',sans-serif;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;

}
body.blog,
body.single,
body.archive {
  color: #fff;
  background-color: #716D70;
}
body.page {
  margin: 0;
}
.about-bg{ background-color: #DBD6C8; }



/**
 * Header & Navigation
 */
 
 .follow_us {
	  font-family: 'gotham_book';
	 font-size:11px;
	 display:inline;
	 float:left;
	 margin:6px 10px 0 0;
 }

.site-header > .navbar-synergy {
  background-color: rgba(255,255,255,1);
  margin: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(127, 127, 127, 1);
  -moz-box-shadow:    0px 2px 10px 0px rgba(127, 127, 127, 1);
  box-shadow:         0px 2px 10px 0px rgba(127, 127, 127, 1);
  z-index: 400;
}
.admin-bar .site-header > .navbar-synergy {
  top: 46px;
}
.blog .site-header > .navbar-synergy,
.single .site-header > .navbar-synergy,
.archive .site-header > .navbar-synergy {
  background-color: rgba(113,109,112,1);
}
.navbar-synergy > .container {
  position: relative;
}
.navbar-synergy button.navbar-toggle {
  margin-top: 38px;
  margin-bottom: 38px;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.navbar-synergy button.navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-synergy .navbar-brand {
  height: auto;
}
.navbar-synergy .navbar-brand > span {
  display: block;
  width: 80px;
  height: 81px;
  background-image: url(../synergyweb/resources/img/logo-top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog .navbar-synergy .navbar-brand > span,
.single .navbar-synergy .navbar-brand > span,
.archive .navbar-synergy .navbar-brand > span {
  background-image: url(../synergyweb/resources/img/logo-top-white.png);
}
.navbar-synergy div.media-buttons {
  position: absolute;
  padding-right: 20px;
  right: 15px;
  top: 15px;
}
.navbar-synergy .navbar-collapse {
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
}

.navbar-synergy ul.nav {
  counter-reset: menuitems;
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-synergy ul.nav li {
  text-transform: uppercase;
  font-family: 'gotham_medium';
  font-size: 13px;
  color: #5d595c;
  border-bottom: 1px solid #c9c9c9;
  margin: 0 15px;
}
.blog .navbar-synergy ul.nav li,
.single .navbar-synergy ul.nav li,
.archive .navbar-synergy ul.nav li {
  color: #fff;
  border-bottom-color: #fff;
}
.navbar-synergy ul.nav li.active,
.navbar-synergy ul.nav li:hover,
.navbar-synergy ul.nav li:focus {
  color: #000;
}
.navbar-synergy ul.nav > li > a,
.navbar-synergy ul.nav > li > a:hover,
.navbar-synergy ul.nav > li > a:focus,
.navbar-synergy ul.nav > .active > a,
.navbar-synergy ul.nav > .active > a:hover,
.navbar-synergy ul.nav > .active > a:focus {
  color: inherit;
  background-color: inherit;
}




/* TESTIMONIALS */

.testimonials {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}


.testimonial_img {
  height: 300px;
  width:300px;
  background-size: cover;
  background-position: center center;
}

.sideways-txt {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  bottom: 0;
   font-family: 'gotham_medium';
  font-size: 9px;
  line-height: 12px;
  white-space: nowrap;
  text-transform: uppercase;
  margin-left: -5px;
}

.about .page:nth-child(2n+2) > .entry-content {
width:100%!important;
}


/**
 * media limit tablets
 */
@media (min-width: 768px) {


h1, h2 {
  text-transform: uppercase;
    font-size: 40px;
    padding-top: 60px;
}

  
  .admin-bar .site-header > .navbar-synergy {
    top: 32px;
  }
  .site-header > .navbar-synergy {
    position: fixed;
    background-color: rgba(255,255,255,.9);
    padding: 30px 0;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
  }
  .blog .site-header > .navbar-synergy,
  .single .site-header > .navbar-synergy,
  .archive .site-header > .navbar-synergy {
    background-color: rgba(113,109,112,.9);
  }
  .navbar-synergy .navbar-brand > span {
    width: 131px;
    height: 132px;
  }
  
  .navbar-synergy ul.nav {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .navbar-synergy ul.nav li {
    margin: 0;
    margin-left: 60px;
    border-bottom: 0 none;
  }
  .navbar-synergy ul.nav li:first-child {
    margin-left: 0;
  }
  .navbar-synergy ul.nav > li > a {
    padding: 0;
    padding-right: 30px;
  }
  .navbar-synergy ul.nav > li > a:hover,
  .navbar-synergy ul.nav > li > a:focus,
  .navbar-synergy ul.nav > .active > a,
  .navbar-synergy ul.nav > .active > a:hover,
  .navbar-synergy ul.nav > .active > a:focus {
    border-bottom: 1px solid #000;
  }
  .blog .navbar-synergy ul.nav > li > a:hover,
  .blog .navbar-synergy ul.nav > li > a:focus,
  .blog .navbar-synergy ul.nav > .active > a,
  .blog .navbar-synergy ul.nav > .active > a:hover,
  .blog .navbar-synergy ul.nav > .active > a:focus,
  .single .navbar-synergy ul.nav > li > a:hover,
  .single .navbar-synergy ul.nav > li > a:focus,
  .single .navbar-synergy ul.nav > .active > a,
  .single .navbar-synergy ul.nav > .active > a:hover,
  .single .navbar-synergy ul.nav > .active > a:focus,
  .archive .navbar-synergy ul.nav > li > a:hover,
  .archive .navbar-synergy ul.nav > li > a:focus,
  .archive .navbar-synergy ul.nav > .active > a,
  .archive .navbar-synergy ul.nav > .active > a:hover,
  .archive .navbar-synergy ul.nav > .active > a:focus {
    border-bottom-color: #fff;
  }
  .navbar-synergy ul.nav > li > a:before {
    content: "0" counter(menuitems);
    counter-increment: menuitems;
    display: block;
    line-height: 16px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .navbar-synergy ul.nav li:last-child{ border-bottom: none; }
}

/**
 * Content
 */

.site-main {
  margin-top: 152px;
}
.admin-bar .site-main {
  margin-top: 158px;
}

/* Homepage s */
.page {
  margin-top: 100px;
}
.page:first-child {
  margin-top: 0;
}
.about .page {
  margin-top: 60px;
}

.page > .entry-header,
.articles > .header {
  position: relative;
  margin-bottom: 20px;
}
.page > .entry-header .headline,
.articles > .header .headline {
  margin: 0;
  font-family: 'gotham_medium';
  /*font-size: 40px;*/
}
.page > .entry-content,
.articles > .content {
  font-size: 11px;
  position: relative;
}

.entry-content p{
	font-family: "gotham_book",sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 13px;
}

.entry-content p strong{
	font-family: "gotham_book",sans-serif;
	font-style: normal;
	font-weight: 700;
    font-size: 14px;
}

.page > .entry-content .content-header,
.page > .entry-content .content-footer,
.page.contact > .entry-sidebar .widget,
.articles > .sidebar .widget {
  position: relative;
  font-family: 'gotham_medium';
  font-size: 13px;
  line-height: 18px;
  color: #19181C; 
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased;
}
.content-header p{
    position: relative;
  font-family: 'gotham_medium';
  font-size: 13px;
  line-height: 18px;
  color: #19181C; 
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased;
}
.articles > .sidebar .widget {
  color: #000;
}
.blog .articles > .sidebar .widget,
.single .articles > .sidebar .widget, 
.archive .articles > .sidebar .widget {
  color: #fff;
}
.page > .entry-content .content-footer {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 40px;
}
.about .page > .entry-content .content-footer {
  margin-top: 10px;
}
.page > .entry-content .media-buttons {
  display: none;
}
.about .page > .entry-content .media-buttons,
.page.contact > .entry-content .media-buttons {
  display: block;
}
.page > .entry-content .content-header:before,
.page > .entry-content .content-header:after,
.page > .entry-content .content-footer:before, 
.page > .entry-content .content-footer:after,
.page.contact > .entry-sidebar .widget:before,
.page.contact > .entry-sidebar .widget .content-footer:before,
.page.contact > .entry-sidebar .widget .content-footer:after {
  content: '';
  display: block;
  width: 100px;
  margin: 12px 0;
  border-bottom: 1px solid #000;
}
.page > .entry-content .content-footer:before, 
.page > .entry-content .content-footer:after,
.page.contact > .entry-sidebar .widget:before,
.page.contact > .entry-sidebar .widget .content-footer:before,
.page.contact > .entry-sidebar .widget .content-footer:after {
  width: 15px;
  border-color: #716D70;
}
.page > .entry-content .content-header:before {
  margin-top: 0;
}
.about .page > .entry-content .content-header:before {
  display: none;
}

.articles > .sidebar {
  margin-bottom: 15px;
}
.about .page > .entry-sidebar .entry-meta > span {
  font-family: 'gotham_medium';
  font-size: 7px;
  display: none;
}

.page.contact > .entry-content .content-header {
  margin-left: 0;
  margin-bottom: 15px;
}
.page.contact > .entry-content .content-header:before,
.page.contact > .entry-content .content-header:after {
  display: none;
}
.page.contact > .entry-content .media-buttons {
  display: block;
}
.page.contact > .entry-sidebar .widget:after,
.page.contact > .entry-content .google-map:before,
.page.contact > .entry-content .google-map:after {
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  margin: 20px 0;
  width: 110px;
}
.page.contact > .entry-sidebar .widget h5 {
  margin: 5px 0;
  font-size: 13px;
}
.page.contact > .entry-sidebar .widget .content-footer {
  font-size: 11px;
}
.page.contact > .entry-content .google-map:before,
.page.contact > .entry-content .google-map:after {
  margin: 10px 0;
}
.page.contact > .entry-content .google-map > div {
  height: 330px;
  width: 100%;
}
.work-categories{
    position: absolute;
    right: 222px;
    top: 0;
}
.work-categories p{
  font-family: 'gotham_medium';
  font-size: 18px;
  line-height: 18px;
  color: #cccccc;
  width: 100%;
  text-align: right;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.post-21 .has-post-thumbnail p a{
      margin-left: 94px;
}

#about > .entry-contacts > section{ 
  position: relative; 
  width:70%;
}

.sideways-name{
  position: absolute;
  bottom: 65px;
  width: 110px;
  margin-left: -125px;
  opacity: 1;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -0-transform-origin: 100% 0;
}
.sideways-name > p{
  font-family: 'gotham_medium';
  font-size: 9px;
  line-height: 12px;
  white-space: nowrap;
}
.bg-img{
  position: absolute;
  margin-top: 120px;
  margin-left: -365px; }



/* BRAND PORTFOLIO SECTION */

#brand_portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-between;
  max-width: 1500px;
  margin: 10px -20px 50px -20px;
}

#brand_portfolio img {
  height: auto;
  width:100%;
  max-width: 140px;
  margin: 25px 33px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center
}

#brand_portfolio img.tall {
   max-width: 100%;
   max-height: 90px;
   width: auto;
}

#brand_portfolio img.square {
   max-width: 130px;
}

#brand_portfolio img.wide {
   max-width: 170px;
}

#brand_portfolio img.super-wide {
   max-width: 200px;
}




/* Social Link Circles */





.media-buttons a {
      width: 25px;
      height: 25px;
       border: 2px solid #888;
      border-radius: 50%;
      display: inline-block;
      margin-right: 3px;
}

.media-buttons a:hover {
      border: 2px solid #111;
}

.media-buttons a:hover i {
      color: #111;
}


.media-buttons a:hover > footer a:before {
  height: 0;
  visibility: hidden;
}

.media-buttons a i {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.media-buttons a i.fa-twitter {
  line-height: 16px;
}


#contact {
  margin-bottom: 200px;
}

.intro-text {
  text-transform: uppercase;
  font-family: 'gotham_medium',sans-serif;
  font-size: 14px;
}
.intro-text:after {
  content: '';
    display: block;
    width: 100px;
    margin: 12px 0;
    border-bottom: 1px solid #000;
}




@media (max-width: 992px) {

  .sideways-name{ display: none; }

  #about > .entry-contacts > section {
    width: 100%;
}

}

/* Article s */

.articles > .sidebar .widget {
  margin-bottom: 40px;
}
.articles > .sidebar .widget:before,
.articles > .sidebar .widget:after,
.articles > .content > .post .entry-header:before,
.articles > .content > .post .entry-header:after {
  content: '';
  display: block;
  width: 15px;
  margin: 12px 0;
  border-bottom: 1px solid #fff;
}
.articles > .sidebar .widget h5,
.articles > .content > .post .entry-header h4,
.articles > .content > .post .entry-content h4 {
  text-transform: uppercase;
  font-weight: bold;
}
.articles > .sidebar .widget ul {
  list-style: none;
}
.articles > .sidebar .widget a,
.articles > .content > .post a {
  color: #000;
}
.blog .articles > .sidebar .widget a,
.blog .articles > .content > .post a,
.single .articles > .sidebar .widget a,
.single .articles > .content > .post a,
.archive .articles > .sidebar .widget a,
.archive .articles > .content > .post a {
  color: #fff;
}
.articles > .sidebar .widget a:hover,
.articles > .sidebar .widget a:focus,
.articles > .content > .post a:hover,
.articles > .content > .post a:focus {
  color: #000;
}

.blog .articles > .content > .post,
.archive .articles > .content > .post {
  font-family: 'gotham_book';
  font-size: 14px;
  margin-bottom: 40px;
}
.blog .articles > .content > .post:after,
.archive .articles > .content > .post:after {
  content: '';
  display: block;
  width: 100px;
  margin: 20px 0;
  border-bottom: 1px solid #fff;
}
.blog .articles > .content > .post h4,
.archive .articles > .content > .post h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.blog .articles > .content > .post h5,
.archive .articles > .content > .post h5 {
  margin-top: 0;
}
.blog .articles > .content > .post .entry-content span,
.archive .articles > .content > .post .entry-content span {
  display: block;
}
.blog .articles > .content > .post .entry-content .share,
.archive .articles > .content > .post .entry-content .share {
  margin-top: 20px;
}
.blog .articles > .content > .post .entry-content h4,
.blog .articles > .content > .post .entry-content .media-buttons,
.archive .articles > .content > .post .entry-content h4,
.archive .articles > .content > .post .entry-content .media-buttons {
  display: inline-block;
  vertical-align: top;
}
.blog .articles > .content > .post .entry-content .media-buttons,
.archive .articles > .content > .post .entry-content .media-buttons {
  margin-top: 4px;
  margin-left: 30px;
}

.single .articles > .content > .post .content-header:before,
.single .articles > .content > .post .content-header:after {
  content: '';
  display: block;
  width: 100px;
  margin: 12px 0;
  border-bottom: 1px solid #fff;
}
.single .articles > .content > .post .content-header {
  position: relative;
  font-family: 'gotham_book';
  font-size: 13px;
  line-height: 18px;
  color: #fff; 
}

.pagination>li>a,
.pagination>li>span {
  background-color: inherit;
  border: 0 none;
  color: #fff;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
  background-color: inherit;
  color: #000;
}

.home .logo-overlay {
  position: relative;
}
.home .logo-overlay:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../synergyweb/resources/img/logo-grey.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 468px;
  height: 468px;
  bottom: -280px;
  left: -380px;
}
.home .logo-overlay:after {
  display: none;
}

@media (max-width: 767px) {
  #wpadminbar {
    position: fixed!important;
  }
  
  .about .page > .entry-sidebar {
    display: none!important;
  }
  .about .page > .entry-sidebar img {
    max-width: 150px;
  }
  
  .single .articles > .header .headline {
    font-size: 28px;
  }
  .work-categories, .bg-img{ display: none; }
  
  .text-left > p{ margin-left: 0 !important; }

    #brand_portfolio {
    justify-content: space-around;
    max-width: 90%;
    margin: 10px auto 50px auto;
  }

  h1, h2 {
/*  text-transform: uppercase;*/
    font-size: 28px;
    padding-top: 30px;
  }

}

@media (max-width: 320px) {
  .navbar-synergy .navbar-brand > span {
    width: 60px;
    height: 61px;
  }
  .navbar-brand {
    padding: 5px;
  }
  .navbar-synergy button.navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  
  .site-main {
    margin-top: 102px;
  }
  .admin-bar .site-main {
    margin-top: 108px;
  }

    h1, h2 {
/*  text-transform: uppercase;*/
    font-size: 28px;
    padding-top: 30px;
  }


}

/**
 * media limit tablets
 */
@media (min-width: 768px) {
  .site-main,
  .admin-bar .site-main {
    margin-top: 227px; /* height+margins */
  }
  .home .site-main {
    counter-reset: items;
  }
  
  .page {
    margin-top: 200px;
  }
  
  .page > .entry-header .headline,
  .articles > .header .headline {
    max-width: 470px;
  }
  
  .page > .entry-header {
    margin-bottom: 70px;
  }
  .site-main > .page > .entry-header:before,
  .site-main > .articles > .header:before {
    font-family: 'gotham_medium';
    font-size: 190px;
    line-height: 190px;
    color: #ededed;
    
    content: "0" counter(items);
    counter-increment: items;
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
  }

  .page > .entry-header .headline {
        font-size: 26px;
    max-width: 400px;
  }
  .page > .entry-sidebar,
  .page > .entry-content {
    display: inline-block;
    vertical-align: top;
  }
  .page > .entry-sidebar {
    width: 300px;
  }
  .post-16 .entry-sidebar {
    width: 400px;
  }
  .page > .entry-content {
    width: 420px;
  }
  .post-16 .entry-content {
    width: 288px;
  }
  .page.default > .entry-content {
    margin-left: 20px;
  }
  .page > .entry-content .content-header {
    margin-left: 6px;
        text-transform: uppercase;
  }
/*  // .post-16 > .entry-content .content-header {
  //   margin-left: -40px;
  //       text-transform: uppercase;
  // }*/
  .page.default > .entry-content > * {
    max-width: 300px;
  }
  .page.default > .entry-content > .content-header,
  .page.default > .entry-content > .content-footer {
    max-width: none;
  }
  
  .page.default > .entry-sidebar .entry-meta {
    display: none;
    width: 40px;
    height: 0;
    margin-bottom: 0;
  }
  .page.default > .entry-sidebar .entry-meta > span {
    width: 100px;
    display: block;
    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  .about .page.default > .entry-sidebar .entry-meta {
    display: inline-block;
    vertical-align: bottom;
  }
  .about .page.default > .entry-sidebar img {
    display: inline-block;
    width: 260px;
    margin-left: 35px;
  }
  
  .page.about > .entry-content .title {
    font-family: 'gotham_medium';
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block;
  }
  .about .page > .entry-content .content-header {
    margin-top: -4px;
  }
  .about .page > .entry-content .content-footer,
  .about .page > .entry-content .media-buttons {
    margin-left: 100px;
  }
  .about .page:nth-child(2n+2) {
    margin-left: 150px;
  }
  .about .page:nth-child(2n+2) > .entry-content {
    width: 270px;
  }
  
  .page.contact > .entry-sidebar,
  .articles > .sidebar {
    width: 260px;
  }
  .page.contact > .entry-content,
  .articles > .content {
    width: 460px;
    margin-left: -3px;
  }
  .page.contact > .entry-content p {
    max-width: 260px;
  }
  .page.contact > .entry-content .media-buttons {
    position: static;
    /*bottom: 373px;
    left: 300px;*/
  }
  
  .articles > .sidebar {
    width: 235px;
  }
  .articles > .content {
    width: 485px;
    margin-left: -3px;
  }
  .site-main > .articles > .header:before {
    content: '04';
  }
  .blog .site-main > .articles > .header:before,
  .single .site-main > .articles > .header:before,
  .archive .site-main > .articles > .header:before {
    color: #676366;
  }
  .articles > .content,
  .articles > .sidebar,
  .blog .articles > .content > .post,
  .archive .articles > .content > .post {
    display: inline-block;
    vertical-align: top;
  }
  .blog .articles > .content > .post,
  .archive .articles > .content > .post {
    width: 215px;
    margin-right: 30px;
  }
  .blog .articles > .content > .post:nth-child(2n+2),
  .archive .articles > .content > .post:nth-child(2n+2) {
    margin-left: -3px;
    margin-right: 0;
  }
  .blog .articles > .content > .post .inner,
  .archive .articles > .content > .post .inner {
    min-height: 217px;
  }
  
  .single .articles > .content > .post {
    width: 80%;
  }

 

}

/**
 * media limit desktops
 */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  
  .page > .entry-header .headline,
  .articles > .header .headline {
    max-width: 540px;
  }

  .post-16 > .entry-header .headline{ max-width: 600px; }
  
  .post-16 > .entry-content{
    width: 508px !important;
  }

  .page > .entry-content,
  .articles > .content {
    width: 60%;
    font-size: 12px;
  }
  .page.default > .entry-content > * {
    max-width: 350px;
  }
  
  .page.about > .entry-content {
    width: 500px;
  }
  .about .page:nth-child(2n+2) {
    margin-left: 260px;
  }
  .about .page:nth-child(2n+2) > .entry-content {
    width: 340px;
  }
  
  .page.contact > .entry-content {
    width: 580px;
  }
  .page.contact > .entry-content p {
    max-width: 320px;
  }
  .page.contact > .entry-content .media-buttons {
    left: 420px;
    bottom: 375px;
  }
  
  .articles > .content {
    width: 705px;
  }
  .blog .articles > .content > .post:nth-child(2n+2),
  .archive .articles > .content > .post:nth-child(2n+2) {
    margin-left: -3px;
    margin-right: 30px;
  }
  .blog .articles > .content > .post:nth-child(3n+3),
  .archive .articles > .content > .post:nth-child(3n+3) {
    margin-left: -3px;
    margin-right: 0;
  }
}

/**
 * Buttons
 */

.media-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../synergyweb/resources/img/media-icons.png);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.media-button.media-twitter {
  background-position: 0 0;
}
.blog .media-button.media-twitter,
.single .media-button.media-twitter,
.archive .media-button.media-twitter {
  background-position: 0 -54px;
}
.media-button.media-twitter:hover {
  background-position: 0 -27px;
}
.media-button.media-facebook {
  background-position: -31px 0;
}
.blog .media-button.media-facebook,
.single .media-button.media-facebook,
.archive .media-button.media-facebook {
  background-position: -31px -54px;
}
.media-button.media-facebook:hover {
  background-position: -31px -27px;
}
.media-button.media-linkedin {
  background-position: -62px 0;
}
.blog .media-button.media-linkedin,
.single .media-button.media-linkedin,
.archive .media-button.media-linkedin {
  background-position: -62px -54px;
}
.media-button.media-linkedin:hover {
  background-position: -62px -27px;
}
#wp-admin-bar-edit, #wp-admin-bar-wpseo-menu{ display: none; }

