/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Colors
********************/
/********************
** Partials
********************/
header .dropdownmenu > ul {
  background: transparent;
  /*     background: #fff; */ }
  header .dropdownmenu > ul > li {
    position: relative; }
    header .dropdownmenu > ul > li::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(40, 40, 40, 0.85); }
header .contact-us-link {
  display: none; }
@media screen and (min-width: 981px) {
  header a.logo img {
    max-height: 57px; }
  header.h1 .title {
    height: 85px; }
  header.h1 .mobile-nav li {
    height: 55px;
    padding-top: 31px; }
  header.h1.with-search-box .nav-container {
    padding-right: 60px; }
  header.h1 nav.mainmenu li.menu-item.mi-depth-0 > .submenu-trigger, header.h1 nav.mainmenu li.page_item.pi_depth_0 > .submenu-trigger {
    margin: 0 13px;
    padding-top: 37px;
    padding-bottom: 27px; } }

/* @include bp(papa-bear) {
  .container {
      width: 1200px;
  }
} */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  overflow: initial; }

body {
  color: #4d4d4d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.63;
  font-weight: normal;
  font-style: normal;
  overflow: initial;
  font-family: 'Open Sans', sans-serif; }
  @media only screen and (min-width: 992px) {
    body {
      font-size: 18px;
      font-size: 1.125rem; } }

.content,
.content p {
  font-weight: 300; }
  .content b,
  .content strong,
  .content p b,
  .content p strong {
    font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  color: #4d4d4d;
  font-weight: 400; }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0; }

p:last-child {
  margin-bottom: 0; }

.content ol,
.content ul {
  padding: 5px 0 5px 42px; }

.content ul li,
.content ol li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 0; }

@media screen and (max-width: 400px) {
  footer, .breadcrumb, .lead, section.revolution-slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px; } }

ul.accordion > li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-shadow: 0 1px 3px #CCCCCC;
  -moz-box-shadow: 0 1px 3px #CCCCCC;
  box-shadow: 0 1px 3px #CCCCCC;
  background: #fafafa; }
  ul.accordion > li > a {
    font-weight: 400; }
ul.accordion ul li, ul.accordion ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.single .post h2 {
  color: #4d4d4d;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.333; }
.single .post h3 {
  color: #4d4d4d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase; }

.eentry .img a {
  display: block;
  position: relative; }
  .eentry .img a:before {
    content: "";
    position: absolute;
    background: #161616;
    background: rgba(22, 22, 22, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .eentry .img a:hover:before {
    opacity: 1; }
  .eentry .img a:hover p,
  .eentry .img a:hover img {
    opacity: 1; }

.aactivity-category .entry > div > a {
  display: block;
  position: relative; }
  .aactivity-category .entry > div > a:before {
    content: "";
    position: absolute;
    background: #161616;
    background: rgba(22, 22, 22, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .aactivity-category .entry > div > a:hover:before {
    opacity: 1; }
  .aactivity-category .entry > div > a:hover p,
  .aactivity-category .entry > div > a:hover img {
    opacity: 1; }

form.contact-form label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }
form.contact-form p {
  clear: both;
  margin-top: 0;
  margin-bottom: 1em; }
form.contact-form input, form.contact-form textarea, form.contact-form select {
  color: #4d4d4d;
  padding: 5px 9px;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-shadow: inset -5px 10px 5px -10px #e6e6e6;
  -moz-box-shadow: inset -5px 10px 5px -10px #e6e6e6;
  box-shadow: inset -5px 10px 5px -10px #e6e6e6; }
form.contact-form textarea {
  min-height: 145px; }
form.contact-form button[type="submit"] {
  background: #25aae1; }

body.color-custom .activity-page ul.tabs li a {
  color: #25aae1; }
  body.color-custom .activity-page ul.tabs li a.selected, body.color-custom .activity-page ul.tabs li a:hover, body.color-custom .activity-page ul.tabs li a:focus {
    color: #939598; }
body.color-custom .top-border {
  border-color: #e6e6e6; }
body.color-custom .mosswood-modal-close .close,
body.color-custom .lead-section-close .close {
  color: #ffffff; }
body.color-custom footer .text a {
  color: #808080; }
body.color-custom ul.accordion li > a {
  color: #4d4d4d; }
  body.color-custom ul.accordion li > a:hover {
    color: #4d4d4d; }
body.color-custom .wpcf7 .wpcf7-form [type="submit"] {
  background: #25aae1; }
body.color-custom label {
  color: #4d4d4d; }

.home section.content {
  margin-top: 50px;
  margin-bottom: 0; }

.breadcrumb {
  z-index: 1;
  margin-bottom: 50px; }

.content {
  padding: 0;
  margin-bottom: 50px; }

.content-bottom {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  z-index: 1; }

.sh-content .sh-toggle-link,
.sh-link .sh-toggle-link {
  font-weight: 400; }

.resource-page .lead-block {
  margin-bottom: 50px;
  text-align: left; }
  .resource-page .lead-block h2 {
    margin-bottom: 50px;
    text-align: center; }

.revolution-slider {
  text-align: center; }
  .revolution-slider .tp-caption h1 {
    color: #ffffff;
    font-size: 63px;
    font-size: 3.9375rem;
    line-height: 1.3;
    text-align: center;
    margin: 0px 0px 28px;
    font-weight: 300; }
  .revolution-slider .tp-caption p {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: 100%; }

@media only screen and (min-width: 1200px) {
  .single-activity .social-sharing {
    position: fixed;
    left: 0;
    top: 257px; }
    .single-activity .social-sharing li {
      margin-right: 0;
      float: left;
      clear: left !important; } }
.single-activity .content .single {
  padding-top: 0;
  padding-bottom: 39px; }

.activity-page .sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 801px) {
    .activity-page .sticky {
      top: 70px; } }
.activity-page .activity-category {
  padding-bottom: 50px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 50px; }
  .activity-page .activity-category .lead-block {
    margin-top: 57px; }
  .activity-page .activity-category .mosswood-masonry {
    margin-bottom: 0; }
  .activity-page .activity-category .entry p,
  .activity-page .activity-category .entry {
    color: #252424;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400; }
  .activity-page .activity-category .entry {
    margin-bottom: 30px; }
    .activity-page .activity-category .entry > div {
      min-height: 330px;
      background: #fff;
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14); }
  .activity-page .activity-category .entry-content {
    padding: 10px 15px; }
  .activity-page .activity-category .more {
    margin-top: -5px;
    position: relative; }
  .activity-page .activity-category .load-more-post {
    font-size: 18px;
    font-size: 1.125rem; }
.activity-page .tabbed-wrapper {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  position: relative;
  padding-top: 20px;
  -webkit-box-shadow: inset -5px 10px 5px -10px #e6e6e6;
  -moz-box-shadow: inset -5px 10px 5px -10px #e6e6e6;
  box-shadow: inset -5px 10px 5px -10px #e6e6e6;
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 400px) {
    .activity-page .tabbed-wrapper {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1171px) {
    .activity-page .tabbed-wrapper {
      margin-left: 0;
      margin-right: 0; } }
  .activity-page .tabbed-wrapper::after {
    content: "";
    height: 1px;
    background: #e6e6e6;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px; }
  .activity-page .tabbed-wrapper > .content {
    padding-bottom: 0;
    margin-bottom: 0; }
.activity-page .tabbed {
  box-shadow: none;
  background: #fafafa;
  overflow: initial;
  border: 1px solid #fafafa; }
  .activity-page .tabbed ul.tabs li a {
    border: 1px solid #fafafa;
    margin-left: 0;
    border-bottom-color: #e6e6e6;
    text-transform: uppercase; }
    .activity-page .tabbed ul.tabs li a.selected {
      border: 1px solid #e6e6e6;
      background: #fff;
      border-bottom-color: #fff; }
  .activity-page .tabbed .tab-content {
    display: none !important; }
.activity-page .tabs {
  border: 0 !important; }

#main-single .panel-layout .widget_text {
  margin-bottom: 40px; }
  #main-single .panel-layout .widget_text .textwidget,
  #main-single .panel-layout .widget_text .textwidget p {
    font-weight: 400; }

.panel-layout .posts-blocks .widget_siteorigin-panels-postloop {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box; }
  @media screen and (max-width: 400px) {
    .panel-layout .posts-blocks .widget_siteorigin-panels-postloop {
      margin-left: -10px;
      margin-right: -10px; } }
  .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry {
    width: 100%;
    float: left;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry {
        width: 33.3333%; } }
    .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry > div {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (max-width: 400px) {
        .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry > div {
          padding-left: 10px;
          padding-right: 10px; } }
    .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry .img {
      margin-bottom: 20px; }
    .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry h3 {
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0; }
      .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry h3 a {
        font-size: 20px;
        font-size: 1.25rem; }
    .panel-layout .posts-blocks .widget_siteorigin-panels-postloop .entry .date {
      font-size: 14px;
      font-size: 0.875rem;
      color: #939598; }
.panel-layout .widget_black-studio-tinymce .wp-caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.63;
  position: relative;
  margin-bottom: 13px; }
  .panel-layout .widget_black-studio-tinymce .wp-caption p {
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.63;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    display: none; }
  .panel-layout .widget_black-studio-tinymce .wp-caption a {
    display: block; }
    .panel-layout .widget_black-studio-tinymce .wp-caption a:before {
      content: "";
      position: absolute;
      background: #cccccc;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .panel-layout .widget_black-studio-tinymce .wp-caption a:hover:before {
      background: #161616;
      opacity: 0.8; }
    .panel-layout .widget_black-studio-tinymce .wp-caption a:hover p,
    .panel-layout .widget_black-studio-tinymce .wp-caption a:hover img {
      opacity: 1; }
  .panel-layout .widget_black-studio-tinymce .wp-caption.loaded p {
    display: block; }
.panel-layout .widget_black-studio-tinymce h3 {
  color: #4d4d4d;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0; }
.panel-layout .widget_black-studio-tinymce .textwidget > p {
  font-weight: 400; }
.panel-layout .widget_sow-image .so-widget-sow-image > h3 {
  font-weight: 400;
  text-transform: none;
  margin-top: 10px; }
.panel-layout .row-contributor .panel-grid-cell + .panel-grid-cell {
  position: relative;
  padding-left: 50px !important; }
.panel-layout .row-contributor .panel-grid-cell .widget_sow-icon {
  position: absolute;
  left: 0;
  top: 10px;
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 20px !important; }
  .panel-layout .row-contributor .panel-grid-cell .widget_sow-icon .sow-icon-icomoon {
    line-height: 19px !important;
    min-width: 22px; }
.panel-layout .row-contributor .panel-grid-cell .widget_sow-icon:nth-child(2) {
  top: 60px; }
.panel-layout .row-contributor .panel-grid-cell .widget_sow-icon:nth-child(3) {
  top: 110px; }
.panel-layout .row-contributor .panel-grid-cell .widget_sow-icon:nth-child(4) {
  top: 160px; }
.panel-layout .row-contributor .panel-grid-cell .widget_sow-icon:nth-child(5) {
  top: 210px; }
.panel-layout .row-contributor .panel-grid-cell .widget_sow-icon:nth-child(6) {
  top: 260px; }
.panel-layout .row-contributor .panel-grid-cell .widget_sow-icon:nth-child(7) {
  top: 310px; }
.panel-layout .row-contributor .widget_sow-headline {
  margin-top: -5px;
  margin-bottom: 0 !important; }
  .panel-layout .row-contributor .widget_sow-headline .sow-headline {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.33; }
.panel-layout .row-contributor .so-widget-sow-headline {
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 25px; }
  .panel-layout .row-contributor .so-widget-sow-headline p {
    color: #bcbcbc;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.36; }
.panel-layout .row-contributor .widget_sow-editor .textwidget,
.panel-layout .row-contributor .widget_sow-editor p {
  color: #bcbcbc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.33;
  font-weight: 400; }
.panel-layout span.light {
  font-weight: 300; }

.top-border {
  border-top: 2px solid #e6e6e6; }

.shadow {
  -webkit-box-shadow: inset -5px 10px 5px -10px #e6e6e6;
  -moz-box-shadow: inset -5px 10px 5px -10px #e6e6e6;
  box-shadow: inset -5px 10px 5px -10px #e6e6e6; }

.mosswood-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .mosswood-modal .mosswood-modal-close {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    float: right;
    padding: 7px 26px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1051;
    display: none; }

.mosswood-modal-open {
  overflow: hidden;
  height: 100%;
  max-height: 100%; }
  .mosswood-modal-open .mosswood-modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .mosswood-modal-open .h1.sticky.sticky-opacity-enabled .main-header {
    background: #ffffff; }

.backdrop-active .mosswood-modal-close {
  display: block; }
.backdrop-active .mosswood-modal {
  bottom: 0; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }

.fade.show {
  display: block; }

.fade.in {
  opacity: 1; }

.mosswood-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none; }

.mosswood-modal-backdrop.in {
  opacity: .75; }

.mosswood-modal.sticky-header,
.mosswood-modal-backdrop.sticky-header,
.mosswood-modal-close.sticky-header {
  top: 70px; }

.mosswood-modal .content {
  color: #ececec;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.63;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 50px; }
  .mosswood-modal .content h1, .mosswood-modal .content h2, .mosswood-modal .content h3, .mosswood-modal .content h4, .mosswood-modal .content h5, .mosswood-modal .content h6 {
    color: #ececec; }
  .mosswood-modal .content .entry-title {
    color: #ffffff; }
  .mosswood-modal .content p {
    color: #ececec;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63;
    margin-bottom: 8px; }
.mosswood-modal .mosswood-lead-section {
  color: #ffffff;
  text-align: center;
  max-width: 450px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.63;
  position: relative;
  margin-top: 145px !important;
  padding-top: 0; }
  .mosswood-modal .mosswood-lead-section .box-mosswood {
    background: none;
    box-shadow: 0;
    padding: 16px 45px 15px;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.33; }
    .mosswood-modal .mosswood-lead-section .box-mosswood p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.33; }
    .mosswood-modal .mosswood-lead-section .box-mosswood::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(40, 40, 40, 0.8); }
    .mosswood-modal .mosswood-lead-section .box-mosswood .box-mosswood-inner {
      position: relative; }
  .mosswood-modal .mosswood-lead-section .lead-section-close {
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999; }
    .mosswood-modal .mosswood-lead-section .lead-section-close a {
      color: #ffffff;
      font-weight: bold;
      display: inline-block;
      padding: 2px 6px; }
      .mosswood-modal .mosswood-lead-section .lead-section-close a:hover {
        text-decoration: none; }
  .mosswood-modal .mosswood-lead-section h3 {
    color: #ffffff;
    margin: 0 0 8px 0; }
  .mosswood-modal .mosswood-lead-section .textwidget > p {
    margin-bottom: 0; }
    .mosswood-modal .mosswood-lead-section .textwidget > p:last-child {
      margin-bottom: 0; }

body > .hidden-section {
  display: none; }

.wpcf7 form.wpcf7-form .half {
  float: left;
  width: 47.5%; }
  .wpcf7 form.wpcf7-form .half + .half {
    clear: none;
    padding-right: 0;
    float: right; }
@media screen and (max-width: 480px) {
  .wpcf7 form.wpcf7-form .half,
  .wpcf7 form.wpcf7-form .half + .half {
    float: none;
    width: 100%; } }
.wpcf7 form.wpcf7-form input[type="text"],
.wpcf7 form.wpcf7-form input[type="email"],
.wpcf7 form.wpcf7-form input[type="url"],
.wpcf7 form.wpcf7-form input[type="date"],
.wpcf7 form.wpcf7-form input[type="number"],
.wpcf7 form.wpcf7-form input[type="range"],
.wpcf7 form.wpcf7-form span.select,
.wpcf7 form.wpcf7-form span.file-input {
  width: 100%;
  float: none;
  display: block;
  max-width: 100%;
  box-sizing: border-box; }
.wpcf7 form.wpcf7-form textarea {
  height: 145px;
  resize: none;
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box; }
  .wpcf7 form.wpcf7-form textarea.wpcf7-not-valid {
    border-color: red; }
.wpcf7 form.wpcf7-form input.wpcf7-submit {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
  width: auto;
  display: inline-block;
  font-weight: normal; }
.wpcf7 #subscribe-form {
  margin-top: 20px; }
  .wpcf7 #subscribe-form .mc4wp-checkbox-contact-form-7 {
    display: none; }
  .wpcf7 #subscribe-form .wpcf7-form-control-wrap input {
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.63; }
  .wpcf7 #subscribe-form label {
    margin: 0;
    display: none; }
  .wpcf7 #subscribe-form .wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-top: 20px; }

@media screen and (min-width: 1171px) {
  footer {
    margin-left: 0;
    margin-right: 0; } }
footer {
  padding-top: 50px;
  padding-bottom: 7px;
  overflow: hidden; }
  footer .menu-main-container {
    padding-bottom: 20px;
    border-bottom: 2px solid #808080;
    margin-bottom: 20px; }
    footer .menu-main-container ul.footer-menu-main {
      margin-left: -17px;
      overflow: hidden; }
      footer .menu-main-container ul.footer-menu-main li ul {
        display: none; }
      footer .menu-main-container ul.footer-menu-main > li {
        margin-left: 17px;
        display: inline-block; }
        footer .menu-main-container ul.footer-menu-main > li.subscribe-link {
          display: none; }
        footer .menu-main-container ul.footer-menu-main > li a {
          color: #808080;
          text-transform: uppercase; }
  footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  footer .text {
    margin-top: 10px; }
  footer nav.social {
    float: none; }
  footer .col1 {
    width: 80%;
    margin: 0 0 20px; }
    footer .col1:first-child {
      width: 20%;
      margin: 0 0 20px; }
  footer .widget_media_image a img {
    max-width: 66px !important; }
  footer .follow-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -4px; }
    footer .follow-social ul li {
      display: inline-block; }
      footer .follow-social ul li a {
        background: url("../images/social-icons.png");
        overflow: hidden;
        text-indent: -999px;
        display: block;
        width: 40px;
        height: 40px;
        background-position: -200px 0;
        opacity: 1; }
        footer .follow-social ul li a.facebook {
          background-position: -40px 0; }
        footer .follow-social ul li a.twitter {
          background-position: -160px 0; }
        footer .follow-social ul li a.pinterest {
          background-position: 0 0; }
        footer .follow-social ul li a.googleplus {
          background-position: -120px 0;
          margin-left: 8px; }
        footer .follow-social ul li a.stumbleupon {
          background-position: -80px 0; }
        footer .follow-social ul li a:hover {
          opacity: 0.8;
          -webkit-transition: opacity 0.15s linear;
          -moz-transition: opacity 0.15s linear;
          -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear; }

/*# sourceMappingURL=all.css.map */
