/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Entry Meta
   2.	Entry Meta Base
   3.	Display classes
   4.	Spacing classes
   5.	Containers
   - - - - - - - - -
 */
.blog-post-meta-top,
.blog-post-meta-bottom {
  margin-top: 0.6rem!important;
  margin-bottom: 0.8rem!important;
  font-weight: 400;
  display: block!important;
  clear: both;
}
/* @group Blog post */
body.BlogPost .videoWrap,
body.BlogPost .videoWrapCaption {
  margin-bottom: 1.3rem;
  margin-top: 1.3rem;
}
body.BlogPost .caption {
  font-size: 0.85em;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem!important;
}
body.BlogPost h1 {
  margin-top: 1.6rem!important;
}
body.BlogPost hr {
  background-color: #000000;
  margin-top: 4rem;
}
body.BlogPost blockquote {
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  padding-top: 0px;
}
body.BlogPost blockquote p {
  font-size: 100%;
  line-height: 1.3em;
}
body.BlogPost .blogcontentblock {
  display: block;
  clear: both;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
body.BlogPost .blogInsetImageLeft,
body.BlogPost .blogInsetImageRight {
  margin-top: 0px;
  margin-bottom: 0.2rem;
}
body.BlogPost .blogInsetImageLeft img,
body.BlogPost .blogInsetImageRight img {
  width: 350px;
  height: auto;
}
body.BlogPost .blogInsetImageLeft {
  margin-right: 1.3rem;
  float: left;
}
body.BlogPost .blogInsetImageRight {
  margin-left: 1.3rem;
  float: right;
}
body.BlogPost .blogInsetImageFull {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
body.BlogPost .flexslider {
  margin-bottom: 4rem!important;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .post {
    padding-top: 4rem;
  }
  .blogInsetImageLeft,
  .blogInsetImageRight {
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-bottom: 1rem!important;
    width: 100%!important;
  }
  .blogInsetImageLeft img,
  .blogInsetImageRight img {
    width: 100%!important;
    height: auto!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blogInsetImageLeft,
  .blogInsetImageRight {
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-bottom: 1rem!important;
    width: 100%!important;
  }
  .blogInsetImageLeft img,
  .blogInsetImageRight img {
    width: 100%!important;
    height: auto!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.BlogPost .post {
    padding-top: 6rem!important;
  }
  body.BlogPost .post h1 {
    margin-top: 0px!important;
  }
}
/* @end */
/* @end */
/* @group Pagination */
.ArticlesPagination {
  display: block;
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.ArticlesPagination ul {
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ArticlesPagination ul li {
  list-style: none;
  display: inline;
  font-family: 'Deck Bold';
}
.ArticlesPagination ul a {
  padding: 0.6rem 1rem;
  background-color: #f3f3f3;
  transition: all 0.1s linear;
}
.ArticlesPagination ul a:hover,
.ArticlesPagination ul a:active,
.ArticlesPagination ul a:focus {
  background-color: #000000;
  color: white;
  text-decoration: none!important;
  cursor: pointer;
}
.ArticlesPagination ul .disabled {
  display: none;
}
.ArticlesPagination ul .active a {
  background-color: #000000;
  color: white;
}
/* @end */
