/*!
 * Theme Name: Wonderful DIY 2016
 * Theme URI: http://www.wonderfuldiy.com/
 * Author: Hipmill
 * Author URI: http://www.hipmill.com/
 * Description: 
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: wdiy
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url("./static/fonts/montserrathairline.eot");
  src: url("./static/fonts/montserrathairline.eot") format("embedded-opentype"), url("./static/fonts/montserrathairline.woff2") format("woff2"), url("./static/fonts/montserrathairline.woff") format("woff"), url("./static/fonts/montserrathairline.ttf") format("truetype"), url("./static/fonts/montserrathairline.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url("./static/fonts/montserratultralight.eot");
  src: url("./static/fonts/montserratultralight.eot") format("embedded-opentype"), url("./static/fonts/montserratultralight.woff2") format("woff2"), url("./static/fonts/montserratultralight.woff") format("woff"), url("./static/fonts/montserratultralight.ttf") format("truetype"), url("./static/fonts/montserratultralight.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("./static/fonts/montserratlight.eot");
  src: url("./static/fonts/montserratlight.eot") format("embedded-opentype"), url("./static/fonts/montserratlight.woff2") format("woff2"), url("./static/fonts/montserratlight.woff") format("woff"), url("./static/fonts/montserratlight.ttf") format("truetype"), url("./static/fonts/montserratlight.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("./static/fonts/montserratregular.eot");
  src: url("./static/fonts/montserratregular.eot") format("embedded-opentype"), url("./static/fonts/montserratregular.woff2") format("woff2"), url("./static/fonts/montserratregular.woff") format("woff"), url("./static/fonts/montserratregular.ttf") format("truetype"), url("./static/fonts/montserratregular.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("./static/fonts/montserratsemibold.eot");
  src: url("./static/fonts/montserratsemibold.eot") format("embedded-opentype"), url("./static/fonts/montserratsemibold.woff2") format("woff2"), url("./static/fonts/montserratsemibold.woff") format("woff"), url("./static/fonts/montserratsemibold.ttf") format("truetype"), url("./static/fonts/montserratsemibold.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("./static/fonts/montserratbold.eot");
  src: url("./static/fonts/montserratbold.eot") format("embedded-opentype"), url("./static/fonts/montserratbold.woff2") format("woff2"), url("./static/fonts/montserratbold.woff") format("woff"), url("./static/fonts/montserratbold.ttf") format("truetype"), url("./static/fonts/montserratbold.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("./static/fonts/montserratextrabold.eot");
  src: url("./static/fonts/montserratextrabold.eot") format("embedded-opentype"), url("./static/fonts/montserratextrabold.woff2") format("woff2"), url("./static/fonts/montserratextrabold.woff") format("woff"), url("./static/fonts/montserratextrabold.ttf") format("truetype"), url("./static/fonts/montserratextrabold.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url("./static/fonts/montserratblack.eot");
  src: url("./static/fonts/montserratblack.eot") format("embedded-opentype"), url("./static/fonts/montserratblack.woff2") format("woff2"), url("./static/fonts/montserratblack.woff") format("woff"), url("./static/fonts/montserratblack.ttf") format("truetype"), url("./static/fonts/montserratblack.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'icomoon';
  src: url("./static/fonts/icomoon.eot?nxkkln");
  src: url("./static/fonts/icomoon.eot?nxkkln#iefix") format("embedded-opentype"), url("./static/fonts/icomoon.ttf?nxkkln") format("truetype"), url("./static/fonts/icomoon.woff?nxkkln") format("woff"), url("./static/fonts/icomoon.svg?nxkkln#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class="icon"], [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e986"; }

.icon-google-plus2:before {
  content: "\ea8c"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-pinterest:before {
  content: "\ead1"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./static/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./static/fonts/slick.eot");
  src: url("./static/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./static/fonts/slick.woff") format("woff"), url("./static/fonts/slick.ttf") format("truetype"), url("./static/fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff; }

* {
  box-sizing: border-box; }

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background: #f5f5f5;
  padding-top: 3.125rem; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

a {
  color: #230A3F; }

.wrapper {
  *zoom: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .wrapper:before, .wrapper:after {
    content: '';
    display: table; }
  .wrapper:after {
    clear: both; }
  @media (min-width: 768px) {
    .wrapper {
      width: auto;
      max-width: 760px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .wrapper {
      width: auto;
      max-width: 100%;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 5rem;
      padding-right: 5rem;
      } }
  @media (min-width: 1440px) {
    .wrapper {
      width: auto;
      max-width: 1360px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0; } }

.mobile-menu {
  display: block;
  width: 30px;
  padding: 0.0625rem;
  position: absolute;
  right: 0.9375rem;
  top: 0.8125rem;
  z-index: 7; }
  @media (min-width: 768px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu span {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    text-indent: -9999px; }
    .mobile-menu span, .mobile-menu span:before, .mobile-menu span:after {
      display: block;
      width: 30px;
      height: 3px;
      background-color: #fff;
      -webkit-transition-property: background-color, -webkit-transform;
      -moz-transition-property: background-color, -moz-transform;
      -o-transition-property: background-color, -o-transform;
      transition-property: background-color, transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .mobile-menu span:before, .mobile-menu span:after {
      position: absolute;
      content: ""; }
    .mobile-menu span:before {
      top: -8px; }
    .mobile-menu span:after {
      top: 8px; }
  .mobile-menu.open span {
    background-color: transparent; }
  .mobile-menu.open span:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }
  .mobile-menu.open span:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); }

body.show-mobile-nav .mobile-menu {
  z-index: 20;
  position: fixed; }

    @media (min-width: 1024px) {
.page-header .wrapper {
  padding: 0 5rem;
  position: relative; } }

    @media (min-width: 1440px) {
.page-header .wrapper {
  padding: 0;
  position: relative; } }



.page-header .container {
  position: relative;
  z-index: 99;
  left: 0;
  right: 0;
  background: #e5e5e5; }
.page-header .nav {
  display: block;
  background: #230A3F;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease;
  height: 3.125rem; }
  .page-header .nav ul {
    margin: 0 0 0 -0.625rem;
    padding: 0;
    list-style: none;
    display: none;
    height: 3.125rem; }
    @media (min-width: 768px) {
      .page-header .nav ul {
        display: block;
        overflow: hidden; } }
    .page-header .nav ul li {
      display: inline-block; }
      .page-header .nav ul li a {
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 1.125rem;
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        text-decoration: none;
        padding: 0.9375rem 0.625rem;
        line-height: 1.25rem; }
        .page-header .nav ul li a:hover {
          color: #fff !important; }
      .page-header .nav ul li.color-B61F00 a {
        color: #B61F00; }
      .page-header .nav ul li.color-F2C83F a {
        color: #F2C83F; }
      .page-header .nav ul li.color-FF4D98 a {
        color: #FF4D98; }
      .page-header .nav ul li.color-803C95 a {
        color: #803C95; }
      .page-header .nav ul li.color-556DB0 a {
        color: #556DB0; }
      .page-header .nav ul li.color-9F85BE a {
        color: #9F85BE; }
      .page-header .nav ul li.color-F95902 a {
        color: #F95902; }
  .page-header .nav .wd-logo {
    margin: 0;
    padding: 0.6875rem;
    float: left;
    display: none; }
    @media (min-width: 768px) {
      .page-header .nav .wd-logo {
        display: block; } }
    .page-header .nav .wd-logo h2 {
      display: block;
      width: 1.75rem;
      height: 1.75rem;
      background: url("./static/img/symbol.png") center center no-repeat;
      margin: 0;
      text-indent: -99999px;
      opacity: .8; }
    .page-header .nav .wd-logo:hover h2 {
      opacity: 1; }
  .page-header .nav .socials {
    color: #fff;
    padding: 0.4375rem; }
    .page-header .nav .socials .search input[type="text"] {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.3); }
      .page-header .nav .socials .search input[type="text"]::placeholder {
        color: #fff; }
    .page-header .nav .socials .search button[type="submit"] {
      color: #fff; }
    .page-header .nav .socials .social-links {
      height: auto; }
    .page-header .nav .socials .social-links li a {
      color: #fff; }
    @media (min-width: 768px) {
      .page-header .nav .socials {
        display: none; } }
.page-header .top {
  *zoom: 1;
  padding: 1.25rem 0; }
  .page-header .top:before, .page-header .top:after {
    content: '';
    display: table; }
  .page-header .top:after {
    clear: both; }
  .page-header .top .socials {
    text-align: right;
    display: none;
    *zoom: 1; }
    .page-header .top .socials:before, .page-header .top .socials:after {
      content: '';
      display: table; }
    .page-header .top .socials:after {
      clear: both; }
    @media (min-width: 768px) {
      .page-header .top .socials {
        display: block; } }

    @media (min-width: 1024px) {
  .page-header .top .wrapper {
    padding: 0 7.5rem; } }

    @media (min-width: 1440px) {
  .page-header .top .wrapper {
    padding: 0 2rem; } }

.page-header .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  background: rgba(255,255,255,0.2); }
  .page-header .social-links li {
    display: inline-block; }
    .page-header .social-links li a {
      text-decoration: none;
      display: block;
      font-size: 1.25rem;
      line-height: 1.25rem;
      padding: 0.3125rem; }
.page-header .search {
  display: inline-block; }
  .page-header .search input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0.3125rem;
    outline: none;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #000;
    min-width: 200px; }
    .page-header .search input[type="text"]::placeholder {
      color: #000; }
  .page-header .search button[type="submit"] {
    background: none;
    border: none;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0.3125rem; }
.page-header .branding {
  width: 50%;
  float: left; }
  .page-header .branding .logo {
    text-decoration: none; }
    .page-header .branding .logo h2 {
      color: #000;
      font-weight: 900;
      line-height: .8;
      margin: 0;
      font-size: 1.5rem; }
      @media (min-width: 480px) {
        .page-header .branding .logo h2 {
          font-size: 1.75rem; } }
      @media (min-width: 768px) {
        .page-header .branding .logo h2 {
          font-size: 2.25rem; } }
      @media (min-width: 1024px) {
        .page-header .branding .logo h2 {
          font-size: 2.625rem;
          background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.05), rgba(255,255,255,0.2));
          padding: 0.5rem; } }

.admin-bar .page-header .nav {
  top: 46px; }
  @media (min-width: 783px) {
    .admin-bar .page-header .nav {
      top: 32px; } }

body.home .page-header .container {
  position: absolute;
  background: none; }

body.show-mobile-nav .page-header .container nav ul {
  position: fixed;
  display: block;
  z-index: 20;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 2.5rem;
  overflow: auto; }
  body.show-mobile-nav .page-header .container nav ul li {
    display: block;
    border-bottom: 1px solid #333;
    padding: 0.625rem 0; }
    body.show-mobile-nav .page-header .container nav ul li a {
      font-size: 1.5rem; }
      body.show-mobile-nav .page-header .container nav ul li a:hover {
        color: #fff; }
    body.show-mobile-nav .page-header .container nav ul li:last-child {
      border-bottom: none; }

.page-section-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3125rem;
  font-weight: 900;
  color: #333;
  line-height: 1.2;
  font-size: 1.125rem;
  margin: 2.5rem 0; }
  @media (min-width: 768px) {
    .page-section-title {
      font-size: 1.5rem;
      text-align: center; } }

.page-hot .articles, .page-latest .articles {
  *zoom: 1; }
  .page-hot .articles:before, .page-hot .articles:after, .page-latest .articles:before, .page-latest .articles:after {
    content: '';
    display: table; }
  .page-hot .articles:after, .page-latest .articles:after {
    clear: both; }
  .page-hot .articles .article-card, .page-latest .articles .article-card {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 3%; }
    .page-hot .articles .article-card:last-child, .page-latest .articles .article-card:last-child {
      margin-right: 0; }
    @media (min-width: 480px) {
      .page-hot .articles .article-card, .page-latest .articles .article-card {
        float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%; }
        .page-hot .articles .article-card:nth-of-type(n), .page-latest .articles .article-card:nth-of-type(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .page-hot .articles .article-card:nth-of-type(2n), .page-latest .articles .article-card:nth-of-type(2n) {
          margin-right: 0;
          float: right; }
        .page-hot .articles .article-card:nth-of-type(2n + 1), .page-latest .articles .article-card:nth-of-type(2n + 1) {
          clear: both; } }
    @media (min-width: 768px) {
      .page-hot .articles .article-card, .page-latest .articles .article-card {
        float: left;
        clear: none;
        width: 31.33333%;
        margin-left: 0;
        margin-right: 3%; }
        .page-hot .articles .article-card:nth-of-type(n), .page-latest .articles .article-card:nth-of-type(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .page-hot .articles .article-card:nth-of-type(3n), .page-latest .articles .article-card:nth-of-type(3n) {
          margin-right: 0;
          float: right; }
        .page-hot .articles .article-card:nth-of-type(3n + 1), .page-latest .articles .article-card:nth-of-type(3n + 1) {
          clear: both; } }
    @media (min-width: 1024px) {
      .page-hot .articles .article-card, .page-latest .articles .article-card {
        float: left;
        clear: none;
        width: 22.75%;
        margin-left: 0;
        margin-right: 3%; }
        .page-hot .articles .article-card:nth-of-type(n), .page-latest .articles .article-card:nth-of-type(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .page-hot .articles .article-card:nth-of-type(4n), .page-latest .articles .article-card:nth-of-type(4n) {
          margin-right: 0;
          float: right; }
        .page-hot .articles .article-card:nth-of-type(4n + 1), .page-latest .articles .article-card:nth-of-type(4n + 1) {
          clear: both; } }

.page-trending {
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .page-trending .articles {
    *zoom: 1; }
    .page-trending .articles:before, .page-trending .articles:after {
      content: '';
      display: table; }
    .page-trending .articles:after {
      clear: both; }
    .page-trending .articles .article-list {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .page-trending .articles .article-list:last-child {
        margin-right: 0; }
      @media (min-width: 480px) {
        .page-trending .articles .article-list {
          float: left;
          clear: none;
          width: 48.5%;
          margin-left: 0;
          margin-right: 3%; }
          .page-trending .articles .article-list:nth-of-type(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          .page-trending .articles .article-list:nth-of-type(2n) {
            margin-right: 0;
            float: right; }
          .page-trending .articles .article-list:nth-of-type(2n + 1) {
            clear: both; } }
      @media (min-width: 768px) {
        .page-trending .articles .article-list {
          float: left;
          clear: none;
          width: 31.33333%;
          margin-left: 0;
          margin-right: 3%; }
          .page-trending .articles .article-list:nth-of-type(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          .page-trending .articles .article-list:nth-of-type(3n) {
            margin-right: 0;
            float: right; }
          .page-trending .articles .article-list:nth-of-type(3n + 1) {
            clear: both; } }
      @media (min-width: 1024px) {
        .page-trending .articles .article-list {
          float: left;
          clear: none;
          width: 18.4%;
          margin-left: 0;
          margin-right: 2%; }
          .page-trending .articles .article-list:nth-of-type(n) {
            margin-right: 2%;
            float: left;
            clear: none; }
          .page-trending .articles .article-list:nth-of-type(5n) {
            margin-right: 0;
            float: right; }
          .page-trending .articles .article-list:nth-of-type(5n + 1) {
            clear: both; } }

@media (min-width: 768px) {
  .page.attachment .wrapper {
    padding: 2rem;
    background: #fff;
    margin: 2rem 5rem 0 5rem;
    } }

@media (min-width: 1440px) {
.page.attachment .wrapper {
    margin: 2rem auto;
} }

.show-more-link {
  text-align: center;
  padding: 2.5rem; }
  .show-more-link a {
    text-decoration: none;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 0.625rem 1.875rem;
    border: 2px solid #000; }
    .show-more-link a:hover {
      background: #000;
      color: #fff; }

.page-mustdo {
  background: #230A3F;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .page-mustdo .page-section-title {
    color: rgba(255, 255, 255, 0.8);
    border-color: #666; }
  .page-mustdo .articles {
    *zoom: 1; }
    .page-mustdo .articles:before, .page-mustdo .articles:after {
      content: '';
      display: table; }
    .page-mustdo .articles:after {
      clear: both; }
    .page-mustdo .articles .article-list {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .page-mustdo .articles .article-list:last-child {
        margin-right: 0; }
      @media (min-width: 480px) {
        .page-mustdo .articles .article-list {
          float: left;
          clear: none;
          width: 48.5%;
          margin-left: 0;
          margin-right: 3%; }
          .page-mustdo .articles .article-list:nth-of-type(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          .page-mustdo .articles .article-list:nth-of-type(2n) {
            margin-right: 0;
            float: right; }
          .page-mustdo .articles .article-list:nth-of-type(2n + 1) {
            clear: both; } }
      @media (min-width: 768px) {
        .page-mustdo .articles .article-list {
          float: left;
          clear: none;
          width: 31.33333%;
          margin-left: 0;
          margin-right: 3%; }
          .page-mustdo .articles .article-list:nth-of-type(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          .page-mustdo .articles .article-list:nth-of-type(3n) {
            margin-right: 0;
            float: right; }
          .page-mustdo .articles .article-list:nth-of-type(3n + 1) {
            clear: both; } }
      @media (min-width: 1024px) {
        .page-mustdo .articles .article-list {
          float: left;
          clear: none;
          width: 17.6%;
          margin-left: 0;
          margin-right: 3%; }
          .page-mustdo .articles .article-list:nth-of-type(n) {
            margin-right: 3%;
            float: left;
            clear: none; }
          .page-mustdo .articles .article-list:nth-of-type(5n) {
            margin-right: 0;
            float: right; }
          .page-mustdo .articles .article-list:nth-of-type(5n + 1) {
            clear: both; } }
      .page-mustdo .articles .article-list .article-data .article-categoty {
        color: rgba(255, 255, 255, 0.3); }
      .page-mustdo .articles .article-list .article-data .article-title {
        color: rgba(255, 255, 255, 0.7); }
      .page-mustdo .articles .article-list .article-data .article-title-link:hover {
        color: #fff; }
      .page-mustdo .articles .article-list .article-data .article-categoty-link:hover .article-categoty,
      .page-mustdo .articles .article-list .article-data .article-title-link:hover .article-title {
        color: white; }

.page-footer {
  background: #eee;
  padding: 5rem 0; }

.article-full {
  background: #fff;
  padding: 1.25rem 2.5rem;
  }
  .article-full .article-content * {
    line-height: 1.4; }
  .article-full .article-content p {
    line-height: 1.6;
    font-weight: 300; }
  .article-full h3 {
    font-size:1.4rem;
    font-weight:normal; };
  .article-full h2 {
    font-size:1.75rem;  }  
  .article-full .related {
    background: #F2C83F;
    padding: 1.25rem 2.5rem;
    margin: 1.5rem -2.5rem;
    width: auto;
    }
    .article-full .related .article {
      display: table; }
      .article-full .related .article .article-featured-image, .article-full .related .article .article-data {
        display: table-cell;
        vertical-align: middle; }
    .article-full .related .article-categoty {
      text-transform: uppercase }
    .article-full .related .also-read-title {
      font-size: 2.25rem;
      line-height: .9;
      font-weight: 900;
      text-transform: uppercase;
      margin: 0 0 1.25rem 0; }
      @media (min-width: 480px) {
        .article-full .related .also-read-title {
          float: left;
          width: 7.5rem;
          margin: 0.4375rem 0 0 0; } }
      @media (min-width: 768px) {
        .article-full .related .also-read-title {
          float: none;
          width: 100%;
          margin: 0 0 1.25rem 0; } }
      @media (min-width: 1024px) {
        .article-full .related .also-read-title {
          float: left;
          width: 7.5rem;
          margin: 0.4375rem 0 0 0; } }
    .article-full .related .article-featured-image {
      margin-right: 1.25rem; }
    .article-full .related .article-featured-image img {
      display: block;
      width: 10rem; }
    .article-full .related .article-data {
      padding-left: 0; }
    .article-full .related .article-list {
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .article-full .related .article-list {
          margin-left: 8.75rem; } }
      @media (min-width: 768px) {
        .article-full .related .article-list {
          margin-left: 0; } }
      @media (min-width: 1024px) {
        .article-full .related .article-list {
          margin-left: 8.75rem; } }
      .article-full .related .article-list .article-title {
        font-size: 1.5rem;
        line-height: 1.2; }
  .article-full .gallery {
    *zoom: 1; }
    .article-full .gallery:before, .article-full .gallery:after {
      content: '';
      display: table; }
    .article-full .gallery:after {
      clear: both; }
    .article-full .gallery .gallery-item {
      margin: 0;
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 480px) {
        .article-full .gallery .gallery-item {
          float: left;
          clear: none;
          width: 50%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 640px) {
        .article-full .gallery .gallery-item {
          float: left;
          clear: none;
          width: 33.33333%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 768px) {
        .article-full .gallery .gallery-item {
          float: left;
          clear: none;
          width: 50%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 960px) {
        .article-full .gallery .gallery-item {
          float: left;
          clear: none;
          width: 33.33333%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 1280px) {
        .article-full .gallery .gallery-item {
          float: left;
          clear: none;
          width: 25%;
          margin-left: 0;
          margin-right: 0; } }
      .article-full .gallery .gallery-item a {
        display: block;
        padding: 0.3125rem; }
      .article-full .gallery .gallery-item img {
        display: block;
        height: auto;
        width: 100%;
        box-sizing: border-box; }
      .article-full .gallery .gallery-item .article-thumb-image {
        margin: 0; }
  .article-full .group-images ul.thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .article-full .group-images ul.thumbs:before, .article-full .group-images ul.thumbs:after {
      content: '';
      display: table; }
    .article-full .group-images ul.thumbs:after {
      clear: both; }
    .article-full .group-images ul.thumbs li {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 480px) {
        .article-full .group-images ul.thumbs li {
          float: left;
          clear: none;
          width: 50%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 640px) {
        .article-full .group-images ul.thumbs li {
          float: left;
          clear: none;
          width: 33.33333%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 768px) {
        .article-full .group-images ul.thumbs li {
          float: left;
          clear: none;
          width: 50%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 960px) {
        .article-full .group-images ul.thumbs li {
          float: left;
          clear: none;
          width: 33.33333%;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 1280px) {
        .article-full .group-images ul.thumbs li {
          float: left;
          clear: none;
          width: 25%;
          margin-left: 0;
          margin-right: 0; } }
      .article-full .group-images ul.thumbs li a {
        display: block;
        padding: 0.3125rem; }
      .article-full .group-images ul.thumbs li img {
        display: block;
        width: 100%;
        box-sizing: border-box; }
  .article-full .article-thumb-image {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: auto;
    display: block;
    }
    .article-full .article-thumb-image a, .article-full .article-thumb-image img {
      display: block;
      height: auto;
      width: 100%; }
    .article-full .article-thumb-image figcaption {
      padding: 0.625rem 1.25rem;
      font-size: 80%;
      color: #999; }
  .article-full .article-content {
    color: #333; }
    .article-full .article-content a {
      color: #B61F00;
      text-decoration: underline; }
      .article-full .article-content a:hover {
        text-decoration: none; }
  .article-full .article-related {
    margin: 3.125rem 0; }
    .article-full .article-related .articles-wrapper {
      *zoom: 1; }
      .article-full .article-related .articles-wrapper:before, .article-full .article-related .articles-wrapper:after {
        content: '';
        display: table; }
      .article-full .article-related .articles-wrapper:after {
        clear: both; }
      .article-full .article-related .articles-wrapper .article-card {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        @media (min-width: 480px) {
          .article-full .article-related .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 48.5%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(2n) {
              margin-right: 0;
              float: right; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(2n + 1) {
              clear: both; } }
        @media (min-width: 640px) {
          .article-full .article-related .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 31.33333%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(3n) {
              margin-right: 0;
              float: right; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(3n + 1) {
              clear: both; } }
        @media (min-width: 768px) {
          .article-full .article-related .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 48.5%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(2n) {
              margin-right: 0;
              float: right; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(2n + 1) {
              clear: both; } }
        @media (min-width: 960px) {
          .article-full .article-related .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 31.33333%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(3n) {
              margin-right: 0;
              float: right; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(3n + 1) {
              clear: both; } }
        @media (min-width: 1280px) {
          .article-full .article-related .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 22.75%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(4n) {
              margin-right: 0;
              float: right; }
            .article-full .article-related .articles-wrapper .article-card:nth-of-type(4n + 1) {
              clear: both; } }
  .article-full .article-network {
    padding: 1.875rem;
    background: rgba(159, 133, 190, 0.2);
    margin: 3.125rem -2.5rem;
    width: auto;
    }
    .article-full .article-network > h3 {
      font-size: 3rem;
      margin: 0 0 1.875rem 0;
      font-weight: 100; }
    .article-full .article-network .articles-wrapper {
      *zoom: 1; }
      .article-full .article-network .articles-wrapper:before, .article-full .article-network .articles-wrapper:after {
        content: '';
        display: table; }
      .article-full .article-network .articles-wrapper:after {
        clear: both; }
      .article-full .article-network .articles-wrapper .article-card {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        @media (min-width: 480px) {
          .article-full .article-network .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 48.5%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(2n) {
              margin-right: 0;
              float: right; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(2n + 1) {
              clear: both; } }
        @media (min-width: 640px) {
          .article-full .article-network .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 31.33333%;
            margin-left: 0;
            margin-right: 3%;
            margin-bottom: 0; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(3n) {
              margin-right: 0;
              float: right; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(3n + 1) {
              clear: both; } }
        @media (min-width: 768px) {
          .article-full .article-network .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 48.5%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(2n) {
              margin-right: 0;
              float: right; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(2n + 1) {
              clear: both; } }
        @media (min-width: 960px) {
          .article-full .article-network .articles-wrapper .article-card {
            float: left;
            clear: none;
            width: 31.33333%;
            margin-left: 0;
            margin-right: 3%; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(n) {
              margin-right: 3%;
              float: left;
              clear: none; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(3n) {
              margin-right: 0;
              float: right; }
            .article-full .article-network .articles-wrapper .article-card:nth-of-type(3n + 1) {
              clear: both; } }
      .article-full .article-network .articles-wrapper .article-featured-image {
        height: 0;
        max-width: 20rem;
        overflow: hidden;
        padding-top: 90%;
        position: relative;
        width: 100%; }
        .article-full .article-network .articles-wrapper .article-featured-image:hover {
          box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05); }
        .article-full .article-network .articles-wrapper .article-featured-image .article-thumb-link {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0; }
          .article-full .article-network .articles-wrapper .article-featured-image .article-thumb-link:hover {
            box-shadow: none; }
          .article-full .article-network .articles-wrapper .article-featured-image .article-thumb-link img {
            min-height: 100%;
            width: 100%; }

.article-gallery {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  width: auto; }
  @media (min-width: 768px) {
    .article-gallery {
      padding: 0 2.5rem; } }
  .article-gallery .advertising {
    text-align: left; }
  .article-gallery .article-header {
    padding: 0 2.5rem; }
    @media (min-width: 768px) {
      .article-gallery .article-header {
        padding: 0; } }
  .article-gallery .article-content {
    position: relative;
    background: #efefef; }
  .article-gallery .gallery-nav-link {
    width: 5rem;
    height: 5rem;
    top: 50%;
    margin-top: -2.5rem;
    display: block;
    position: absolute;
    text-align: center;
    opacity: .5;
    background: rgba(255, 255, 255, 0.5);
    display: none; }
    .article-gallery .gallery-nav-link:hover {
      opacity: 1; }
  .article-gallery .gallery-nav-link a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 1.25rem 0 0 0;
    border: 1px solid #000;
    transform: rotate(45deg);
    text-indent: -9999px; }
  .article-gallery .gallery-nav-right {
    right: 0; }
    .article-gallery .gallery-nav-right a {
      border-color: #000 #000 transparent transparent;
      margin-left: 0.625rem; }
  .article-gallery .gallery-nav-left {
    left: 0; }
    .article-gallery .gallery-nav-left a {
      border-color: transparent transparent #000 #000;
      margin-left: 1.875rem; }
  .article-gallery .article-content:hover .gallery-nav-link {
    display: block; }
  .article-gallery .gallery-image {
    margin: 0 -2rem; }
  .article-gallery .gallery-image img {
    width: 100%;
    height: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .article-gallery h1 {
    font-size:3rem;
    margin: 0.67rem 0 0 0;
    font-weight: 400; }

.article-featured {
  background: #eee;
  position: relative; }
  .article-featured .article-featured-image {
    overflow: hidden; }
    .article-featured .article-featured-image img {
      position: relative;
      width: 300%;
      left: -100%; }
      @media (min-width: 480px) {
        .article-featured .article-featured-image img {
          width: 200%;
          left: -50%; } }
      @media (min-width: 768px) {
        .article-featured .article-featured-image img {
          width: 150%;
          left: -25%; } }
      @media (min-width: 1024px) {
        .article-featured .article-featured-image img {
          width: 100%;
          left: 0; } }
  .article-featured .article-data {
    position: absolute;
    z-index: 12;
    left: 0;
    bottom: 0;
    padding: 0 2.5rem 2.5rem 2.5rem; }
    .article-featured .article-data .article-title-link, .article-featured .article-data .article-categoty-link {
      text-decoration: none; }
    .article-featured .article-data .article-categoty {
      margin: 0;
      font-size: 0.75rem;
      color: #F2C83F;
      font-weight: 400;
      margin-bottom: 0.3125rem;
      background: #4A4A4A;
      padding: 5px;
      width: 10rem;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .article-featured .article-data .article-categoty {
          margin-bottom: 0;
          font-size: 0.6rem;
          text-transform: uppercase; } }
    .article-featured .article-data .article-title {
      margin: 0;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1;
      color: #000; }
      @media (min-width: 480px) {
        .article-featured .article-data .article-title {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .article-featured .article-data .article-title {
          font-size: 2.25rem; } }
      @media (min-width: 1024px) {
        .article-featured .article-data .article-title {
          font-size: 3rem;
          width: 75%; } }

.article-card {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .article-card {
      margin-bottom: 3.75rem; } }
  .article-card .article-featured-image {
    display: block; }
    .article-card .article-featured-image img {
      height: auto;
      width: 100%;
      display: block; }
  .article-card .article-thumb-link:hover {
    display: block;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05); }
  .article-card .article-data {
    padding: 1.25rem 0 0 0; }
    .article-card .article-data .article-title-link {
      text-decoration: none; }
      .article-card .article-data .article-title-link:hover {
        text-decoration: underline; }
    .article-card .article-data .article-categoty-link {
      text-decoration: none; }
      .article-card .article-data .article-categoty-link:hover .article-categoty {
        color: rgba(0, 0, 0, 0.8); }
    .article-card .article-data .article-categoty {
      font-size: 0.625rem;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 400;
      margin: 0 0 0.3125rem 0; }
      @media (min-width: 768px) {
        .article-card .article-data .article-categoty {
          font-size: 0.75rem; } }
    .article-card .article-data .article-title {
      margin: 0;
      font-size: 1rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        .article-card .article-data .article-title {
          font-size: 1.125rem; } }

.article-list {
  margin-bottom: 2.5rem;
  *zoom: 1; }
  .article-list:before, .article-list:after {
    content: '';
    display: table; }
  .article-list:after {
    clear: both; }
  .article-list .article-featured-image {
    float: left; }
    .article-list .article-featured-image img {
      height: auto;
      max-width: 5rem;
      width: 100%;
      display: block; }
  .article-list .article-thumb-link:hover {
    display: block;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05); }
  .article-list .article-data {
    padding: 0 0 0 6.25rem; }
    .article-list .article-data .article-title-link {
      text-decoration: none; }
      .article-list .article-data .article-title-link:hover {
        text-decoration: underline; }
    .article-list .article-data .article-categoty-link {
      text-decoration: none; }
      .article-list .article-data .article-categoty-link:hover .article-categoty {
        color: rgba(0, 0, 0, 0.8); }
    .article-list .article-data .article-categoty {
      margin: 0;
      font-size: 0.625rem;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 400;
      margin-bottom: 0.3125rem; }
    .article-list .article-data .article-title {
      margin: 0;
      font-size: 1rem;
      font-weight: 600; }

.footer-sections {
  *zoom: 1; }
  .footer-sections:before, .footer-sections:after {
    content: '';
    display: table; }
  .footer-sections:after {
    clear: both; }
  @media (min-width: 768px) {
    .footer-sections {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  .footer-sections .footer-section {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .footer-sections .footer-section {
        float: left;
        clear: none;
        width: 48.5%;
        margin-left: 0;
        margin-right: 3%; }
        .footer-sections .footer-section:nth-of-type(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .footer-sections .footer-section:nth-of-type(2n) {
          margin-right: 0;
          float: right; }
        .footer-sections .footer-section:nth-of-type(2n + 1) {
          clear: both; }
        .footer-sections .footer-section.footer-section-social {
          float: left;
          clear: none;
          width: 100%;
          margin-left: 0;
          margin-right: 3%; }
          .footer-sections .footer-section.footer-section-social:last-child {
            margin-right: 0; } }
    @media (min-width: 1024px) {
      .footer-sections .footer-section {
        float: left;
        clear: none;
        width: 22.75%;
        margin-left: 0;
        margin-right: 3%; }
        .footer-sections .footer-section:nth-of-type(n) {
          margin-right: 3%;
          float: left;
          clear: none; }
        .footer-sections .footer-section:nth-of-type(4n) {
          margin-right: 0;
          float: right; }
        .footer-sections .footer-section:nth-of-type(4n + 1) {
          clear: both; }
        .footer-sections .footer-section.footer-section-social {
          float: left;
          clear: none;
          width: 48.5%;
          margin-left: 0;
          margin-right: 3%; }
          .footer-sections .footer-section.footer-section-social:last-child {
            margin-right: 0; } }
  @media (min-width: 768px) {
    .footer-sections .articles article {
      float: left;
      clear: none;
      width: 48.5%;
      margin-left: 0;
      margin-right: 3%; }
      .footer-sections .articles article:nth-of-type(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .footer-sections .articles article:nth-of-type(2n) {
        margin-right: 0;
        float: right; }
      .footer-sections .articles article:nth-of-type(2n + 1) {
        clear: both; } }

.footer-section.footer-section-about .textwidget {
    font-size: 0.9rem!important;
    font-weight: 300;
    line-height: 1.9;
}

.page-footer {
  line-height: 1.4; }
  .page-footer .footer-link {
    display: inline-block;
    padding: 0.625rem 1.875rem;
    text-decoration: none;
    border: 2px solid #000;
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    .page-footer .footer-link:hover {
      background: #000;
      color: #fff; }
  .page-footer .footer-nav ul {
    list-style: none;
    padding: 0; }
  .page-footer .footer-nav a {
    font-size: 0.875rem;
    line-height: 2;
    text-decoration: none;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #FF4D98; }
  .page-footer .footer-nav ul.menu li a:hover {
    text-decoration: underline; }
  .page-footer .footer-nav ul.socials li a .icon {
    font-size: 150%;
    position: relative;
    top: 3px;
    margin-right: 0.3125rem; }

.slick-slider a:active, .slick-slider a:focus {
  outline: none; }

.slick-prev {
  left: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  z-index: 16;
  display: none; }
  .slick-prev:before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-color: transparent transparent #fff #fff;
    display: block; }

.slick-next {
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  z-index: 16;
  display: none; }
  .slick-next:before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-color: #fff #fff transparent transparent;
    display: block; }

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
  display: block; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  text-align: left;
  bottom: 1.25rem;
  padding-left: 2.1875rem; }
  .slick-dots li {
    margin: 0; }

.slick-dots li button:before {
  font-size: 0.6875rem; }

body.show-mobile-nav .slick-prev,
body.show-mobile-nav .slick-next {
  z-index: 1; }

.page-single {
  padding-top: 0; }
  .page-single .main-wrapper {
    background: #fff;
    width: 100%;
    margin-bottom: 6.25rem; }
    @media (min-width: 768px) {
      .page-single .main-wrapper {
        margin-right: -21.25rem;
        float: left; } }
  @media (min-width: 768px) {
    .page-single .main-inner-wrapper {
      padding-right: 21.25rem; } }
  .page-single .sidebar {
    width: 21.25rem; }
    @media (min-width: 768px) {
      .page-single .sidebar {
        float: left; } }
  .page-single .main {
    background: #f5f5f5; }
    @media (min-width: 768px) {
      .page-single .main {
        padding: 0 2.5rem 0 0; } }

@media (min-width: 1024px) {
  .sidebar .sidebar-column {
    width: 21.25rem;
    float: left; } }
.sidebar .sidebar-column .sidebar-column-wrapper {
  *zoom: 1; }
  .sidebar .sidebar-column .sidebar-column-wrapper:before, .sidebar .sidebar-column .sidebar-column-wrapper:after {
    content: '';
    display: table; }
  .sidebar .sidebar-column .sidebar-column-wrapper:after {
    clear: both; }
  .sidebar .sidebar-column .sidebar-column-wrapper .sidebar-column {
    width: 100%; }
    @media (min-width: 648px) {
      .sidebar .sidebar-column .sidebar-column-wrapper .sidebar-column {
        width: 50%;
        padding-right: 1.25rem;
        float: left; } }
    @media (min-width: 1024px) {
      .sidebar .sidebar-column .sidebar-column-wrapper .sidebar-column {
        padding-right: 0;
        width: 100%;
        float: none; } }
    @media (min-width: 648px) {
      .sidebar .sidebar-column .sidebar-column-wrapper .sidebar-column:last-child {
        padding-right: 0; } }

.sidebar-section {
  padding: 1.25rem;
  background: #fff;
  margin-bottom: 1rem; }
  .sidebar-section .sidebar-section-title {
    background: #F2C83F;
    display: block;
    margin: -1.25rem -1.25rem 1.25rem -1.25rem;
    width: auto;
    padding: 0.625rem 1.875rem; }
    .sidebar-section.whats-hot.vertical {
    margin-bottom: 0!important;
    padding: 1.25rem 1.25rem 0 1.25rem; }

.sidebar-section#pl_recent_posts-2 {
    padding: 1.25rem 1.25rem 0 1.25rem;
    margin-bottom: 0!important; }

.sidebar-section.connect {
  background: #4A4A4A;
  padding: 1.25rem; }
  .sidebar-section.connect .sidebar-section-title {
    margin: -1.25rem -1.25rem 0 -1.25rem;
    padding: 1.25rem;
    background: transparent;
    color: #fff;
    font-weight: 900; }
  .sidebar-section.connect ul.social-links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar-section.connect ul.social-links li {
      display: inline-block;
      margin-right: 0.625rem; }
      .sidebar-section.connect ul.social-links li a {
        text-decoration: none;
        color: #F2C83F;
        font-size: 2rem; }
        .sidebar-section.connect ul.social-links li a:hover {
          color: #fff; }
  .sidebar-section.connect ul.socials-nav {
    list-style: none;
    margin: 1.25rem 0 0 0;
    padding: 0; }
    .sidebar-section.connect ul.socials-nav li {
      display: inline-block;
      margin-right: 0.625rem; }
      .sidebar-section.connect ul.socials-nav li a {
        text-decoration: none;
        color: #FFF;
        font-size: 0.75rem; }
        .sidebar-section.connect ul.socials-nav li a:hover {
          text-decoration: underline; }
  .sidebar-section.connect .sidebar-newsletter-subscribe {
    display: none;
    margin: 1.25rem -1.25rem -1.25rem -1.25rem;
    padding: 1.25rem;
    width: auto;
    background: #333;
    color: #fff; }
    .sidebar-section.connect .sidebar-newsletter-subscribe label {
      display: block;
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.5); }
    .sidebar-section.connect .sidebar-newsletter-subscribe input[type="text"] {
      display: block;
      width: 100%;
      padding: 0.3125rem;
      box-sizing: border-box;
      color: #666;
      margin-bottom: 0.625rem; }
    .sidebar-section.connect .sidebar-newsletter-subscribe input[type="submit"] {
      background: #F2C83F;
      color: #333;
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      border: 0.125rem solid #333;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 2px;
      transition: all 0.5s ease;
      padding: 0.625rem 1.5625rem;
      margin-right: 0; }
      .sidebar-section.connect .sidebar-newsletter-subscribe input[type="submit"]:hover {
        background: #333;
        color: #F2C83F; }
  .sidebar-section.connect br {
    display: none; }
  .sidebar-section.connect .widgettitle {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1; }
    .sidebar-section.connect .widgettitle em {
      display: block;
      font-weight: 800;
      font-style: normal;
      font-size: 2.25rem;
      text-transform: uppercase; }
  .sidebar-section.connect #mc_display_rewards {
    display: none; }

.sidebar-section.whats-hot .popular-posts {
  list-style: none;
  margin: 0;
  padding: 0; }

.article-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.article-breadcrumb a {
  text-decoration: none;
  color: #999;
  font-size: 0.75rem; }
  .article-breadcrumb a:hover {
    text-decoration: underline; }
.article-breadcrumb li {
  display: inline-block; }
  .article-breadcrumb li:after {
    content: ">";
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    color: #ccc;
    font-size: 0.75rem; }
  .article-breadcrumb li:last-child a {
    color: #230A3F; }
  .article-breadcrumb li:last-child:after {
    display: none; }

.advertising {
  margin: 1.25rem 0;
  text-align: center; }

.main__socialbottom {
  *zoom: 1; }
  .main__socialbottom:before, .main__socialbottom:after {
    content: '';
    display: table; }
  .main__socialbottom:after {
    clear: both; }

.main__socialbottom .socialshare {
  width: 100%;
  line-height: 25px; }

.main__socialbottom .socialshare img {
  width: auto; }

.main__socialbottom .fbig {
  background: #3B5998;
  width: 160px;
  float: left;
  height: 31px;
  padding: 3px 0 0 0;
  margin: 0 5px 0 0;
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.main__socialbottom .tbig {
  background: #00c3f3;
  width: 145px;
  float: left;
  height: 31px;
  padding: 3px 0 0 0;
  margin: 0 5px 0 0;
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

.main__socialbottom a {
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.main__socialbottom span.fbicon {
  background: url("./static/img/flogo.png") no-repeat;
  margin-left: 10px; }

.main__socialbottom span.fbicon a {
  color: #fff !important;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold; }

.main__socialbottom span.twicon {
  background: url("./static/img/twlogo.png") no-repeat;
  margin-left: 10px; }

.main__socialbottom span.twicon a {
  color: #fff !important;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold; }

.main__socialbottom .sharetoggle {
  background: #f87;
  float: left;
  width: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 31px;
  padding: 3px 0 0 10px;
  font-size: 35px;
  color: #fff;
  cursor: pointer; }

.main__socialbottom .Gbig {
  float: left;
  background: #eb4026;
  width: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 31px;
  padding: 8px 0 0 11px;
  margin-right: 5px; }

.main__socialbottom .Pbig {
  float: left;
  background: #ca212a;
  width: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 31px;
  padding: 3px 2px 0 7px;
  margin-right: 5px; }

.main__socialbottom .Sbig {
  float: left;
  background: #ff4e2e;
  width: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 31px;
  padding: 3px 4px 0 7px;
  margin-right: 5px; }

.main__socialbottom .fullshares {
  display: none; }

.main__socialbottom .fullsharestoggle {
  background: #999;
  float: left;
  width: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 31px;
  padding: 2px 0 0 10px;
  font-size: 18px;
  color: #fff;
  cursor: pointer; }

.page-title-404 {
  margin: 3.125rem 0;
  text-align: center; }

p.article-author {
    font-size: 0.75rem;
}

.article-featured .article-data {
  width: 100%;
  padding: 2.5rem;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
.article-featured .article-data .article-title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  padding: 0.6rem 0; }

.goto-gallery {
  background: #F8E71C;
  color: #666;
  cursor: pointer;
  display: none;
  font-size: .8rem;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -84px;
  opacity: .9;
  padding: 12px 40px 12px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 166px;
  z-index: 4;
}
.goto-gallery::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  position: absolute;
  height: 12px;
  right: 12px;
  top: 15px;
  transform: rotate(-45deg);
  width: 12px;
}
.goto-gallery:hover {
  opacity: 1;
}
.article-thumb-image {
  position: relative;
}
.article-thumb-image:hover .goto-gallery {
  display: block;
}
.gallery-item .article-thumb-image:hover .goto-gallery {
  display: none;
}

div#div-gpt-ad-1478269882432-0 {
    margin-left: -18px;
}
.wgPlayerVideoTitleContainer{
    display: none;
}

li#menu-item-30757 a {
    color: #fff;
}

li#menu-item-30757 a:hover {
    color: red!important;
    background:#fff;
}

li#menu-item-30757 {
    color: white!important;
    background:red;
}