@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

body {
  font-family: "futura-pt", "Helvetica", "Arial", "sans-serif";
  font-size: 15px;
  line-height: 1.4em;
  color: #000;
  background: #efeeee;
}
.row {
  max-width: 1120px;
}
.small-row {
  max-width: 920px;
}
/*Override last child float right in Foundation*/
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
}

.post-password-form input[type="submit"], .button {
  background-color: #333;
  transition: .25s ease opacity;
}
.post-password-form input[type="submit"]:hover, .button:hover {
  background-color: #666;
}
hr {
  margin: 0 0 25px;
}
hr.dotted {
  border-bottom: 5px dotted #ddd;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
h1, .h1 {
  font-size: 20px;
}
h2, .h2 {
  font-size: 17px;
}
h3, .h3 {
  font-size: 16px;
}
h4, .h4 {
  font-size: 14px;
}
h5, .h5 {
  font-size: 14px;
}
/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }
.top-bar, .top-bar ul {
  background: #4c4b4b;
  text-align: center;
  color: #fff;
}
.menu.horizontal>li, .menu>li {
  display: inline-block;
}
.top-bar {
  padding: 10px 0 0;
  font-size: 13px;
}
.top-bar .top-bar-left {
  width: 100%;
  padding-bottom: 15px;
}
.top-bar .top-bar-right {
  border-top: 1px solid #a2a1a1;
  width: 100%;
}
.top-bar .logo {
  max-width: 200px;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.top-bar-right .menu {
  text-align: center;
}
.menu>li>a:nth-child(1) {
  padding-bottom: initial;
}
.top-bar-right .menu>li {
  padding: 0;
  margin: 0 -3px 0 0;
}
.top-bar-right .menu>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 4px 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 12px 12px;
  display: inline-block;
  border-left: 1px solid #a2a1a1;
  transition: .25s background ease;
}
.top-bar-right .menu>li:hover a {
  background: rgba(255, 255, 255, .5);
}
.top-bar-right .menu>.highlight a {
  color: #f0ee38;
}
.top-bar-right .menu>li:first-child>a {
  border-left: 1px solid #a2a1a1;
}
.top-bar-right .menu.medium-horizontal>li {
  display: inline-block;
}
.menu .active>a {
  background: transparent;
}
.off-canvas {
  background: #595656;
}
.off-canvas .menu>li>a {
  color: #fff;
  text-transform: uppercase;
}
.off-canvas .menu>li>a:hover {
  color: #F2E557;
}
/*Header Search*/
#search-wrapper {
  background: #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}
.search-form .screen-reader-text {
  color: #fff;
  display: inline-block;
  width: 20%;
  line-height: 1.1em;
  vertical-align: middle;
  font-family: 'Playfair Display';
}
.search-form input {
  display: inline-block;
  margin-left: 15px;
}
.search-form .search-field {
  width: 78%;
  border: 3px solid #666;
  color: #000;
  margin: 0;
}
.top-bar .search-form input {
  max-width: 999px;
}
.search-form label {
  display: inline-block;
  width: 75%;
  font-size: 20px;
  color: #333;
}
.search-form .search-submit {
  margin: 0;
  background: #4C4B4B;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  position: relative;
    top: -3px;
  width: 10%;
}
.search-form .search-submit:hover {
  background: #F0EC4B;
}
.archive-title, .widgettitle {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  /*margin-left: 15px;*/
  margin-bottom: 15px;
}
.sidebar .widgettitle {
  margin-left: 0;
  color: #fff;
  background: #4C4B4B;
  padding: 5px 10px;
  font-size: 15px;
}
.sidebar .widget_categories a {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  border-bottom: 1px dotted #666;
  display: inline-block;
  width: 100%;
}
.sidebar .widget_categories li {
  font-size: 16px;
}
.sidebar .widget {
  margin-bottom: 25px;
}
.sidebar .widget .screen-reader-text {
    text-indent: -200px;
    overflow: hidden;
    height: 0;
}
@media (max-width: 750px) {
  .top-bar-right .menu>li>a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .search-form .screen-reader-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .search-form .screen-reader-text {
    display: none;
  }
  .search-form .search-field { 
    width: 100%;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 35px 0rem 0; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  /*background: #2199e8;*/
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }
.post-wrapper {
  box-shadow: 10px 10px 0 #d8d7d7;
}
.post-wrapper.featured-post {
  margin-bottom: 25px;
}
.post-wrapper.featured-post .columns:first-child {
  float: right;
}

.post-wrapper h2, .page-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 10px;
}
.main-featured h2 {
  min-height: 85px;
  margin-top: 10px;
  font-size: 26px;
}
.page-title {
  font-size: 32px;
}
.post-wrapper .post-meta {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.post-wrapper h2 a {
  color: #000;
}
.post-wrapper {
  display: inline-block;
  width: 100%;
}
.content-wrapper {
  background: #fff;
  padding: 25px;
  display: inline-block;
  /*width: 100%;*/
  position: relative;
}
.img-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.img-wrapper {
  min-height: 225px;
}
.post-tag {
  background: #f0ee38;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 10px;
  display: inline-block;
  font-size: 12px;
}
.post-tag a {
  color: #000;
}
.post-wrapper .hollow {
  color: #000;
  border-color: #000;
  padding: 3px 7px;
  transition: .25s background ease;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.post-wrapper .hollow:hover {
  background: #000;
  color: #fff;
}
.post-wrapper.featured-post .hollow {
  float: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.page-template-page-topics .content-wrapper {
  width: 100%;
  height: 100%;
}
.bg-wrapper {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  background: #fff;
  margin-top: 25px;
}
.bg-wrapper .post-wrapper {
  box-shadow: none;
}
.bg-wrapper .content-wrapper {
  padding-left: 10px;
}
.page .post-wrapper {
  background: #fff;
  margin-bottom: 40px;
  /*padding: 25px;*/
}
.page .post-wrapper.featured-post {
  padding: 0;
}
.posts-grid .img-wrapper {
  min-height: 150px;
  width: 100%;
  background-color: #ddd;
}
.posts-grid .columns {
  margin-bottom: 25px;
}
.page .post-wrapper {
  padding: 0;
}
.footer {
  background: #838181;
  margin-top: 0 !important;
  padding-top: 30px;
  color: #fff;
  font-size: 13px;
}
.footer .menu {
  margin-bottom: 25px;
}
.footer .menu a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 700;
}
.footer .menu li {
  display: inline-block;
  width: 100%;
}
.footer h5 {
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.social {
  float: right;
}
.social a {
  color: #fff;
  font-size: 15px;
  padding: 5px;
}
/*Single Post*/
.single .post-wrapper {
  background: #fff;
}
.single .post-wrapper {
  margin-bottom: 35px;
}
.pad-wrapper {
  padding: 35px;
  display: inline-block;
  width: 100%;
}
.page .banner {
  margin-bottom: 25px;
}
.page .pad-wrapper {
  padding-bottom: 10px;
}
.single .entry-content .pad-wrapper,
.page .entry-content .pad-wrapper {
  padding-top: 0;
}
.single .banner {
  margin-bottom: 35px;
}
.entry-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  line-height: 1.1em;
}
.single .img-wrapper,
.full-width.img-wrapper {
  width: 100%;
  height: 300px;
}
.optin-box {
  color: #9F9D9E;
  font-size: 30px;
  padding: 50px 50px 10px;
  font-weight: 600;
  line-height: 1.1em;
}
.optin-box.row {
  padding: 0 35px 35px 35px;
  font-size: 25px;
}
.optin-box .columns:nth-child(2) {
  text-align: center;
}
.optin-box form input[type=email] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #555;
  color: #000;
  text-align: center;
  font-weight: bold;
  box-shadow: none;
  font-size: 20px;
}
.optin-box .button.hollow {
  border-color: #666;
  color: #666;
  text-transform: uppercase;
  border-width: 2px;
  font-size: 22px;
  padding: 7px 20px;
  font-weight: 600;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .optin-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .optin-box .columns {
    padding-bottom: 15px;
  }
}
/*Topics*/
.page-template-page-topics-php .post-wrapper {
  border: 1px solid #ccc;
}
.page-template-page-topics-php .post-tag {
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-template-page-topics-php .title-wrapper {
  display: inline-block;
  width: 100%;
}
.page-template-page-topics-php .content-wrapper h2 {
  padding-bottom: 10px;
}
.page-template-page-topics-php .section-wrapper {
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.page-template-page-topics-php .size-horizontal-thumb {
  margin-bottom: 20px;
}
.page-template-page-topics-php .button-wrapper {
  display: inline-block;
  width: 100%;
}
/*Blog*/
.blog #main {
  padding-bottom: 25px;
}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px; }

.pagination .current {
  background: #333;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/*MASHSHARE*/
.mashsb-count.mash-medium {
	display: none;
}
