@-webkit-keyframes bouncedelay {
    0%,
  80%,
  100% {
    -webkit-transform: scale(0); }


    40% {
    -webkit-transform: scale(1); }
 }
@keyframes bouncedelay {
    0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }


    40% {
    transform: scale(1);
    -webkit-transform: scale(1); }
 }
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0; }


    100% {
    opacity: 1; }
 }
@keyframes fadeIn {
    0% {
    opacity: 0; }


    100% {
    opacity: 1; }
 }
  .ezoic-wrapper html,
  
 #stylesheet_body,
  .ezoic-wrapper div,
  .ezoic-wrapper span,
  .ezoic-wrapper object,
  .ezoic-wrapper iframe,
  .ezoic-wrapper h1,
  .ezoic-wrapper h2,
  .ezoic-wrapper h3,
  .ezoic-wrapper h4,
  .ezoic-wrapper h5,
  .ezoic-wrapper h6,
  .ezoic-wrapper p,
  .ezoic-wrapper blockquote,
  .ezoic-wrapper pre,
  .ezoic-wrapper a,
  .ezoic-wrapper abbr,
  .ezoic-wrapper address,
  .ezoic-wrapper cite,
  .ezoic-wrapper code,
  .ezoic-wrapper del,
  .ezoic-wrapper dfn,
  .ezoic-wrapper em,
  .ezoic-wrapper img,
  .ezoic-wrapper ins,
  .ezoic-wrapper kbd,
  .ezoic-wrapper q,
  .ezoic-wrapper samp,
  .ezoic-wrapper small,
  .ezoic-wrapper strong,
  .ezoic-wrapper sub,
  .ezoic-wrapper sup,
  .ezoic-wrapper var,
  .ezoic-wrapper b,
  .ezoic-wrapper i,
  .ezoic-wrapper hr,
  .ezoic-wrapper dl,
  .ezoic-wrapper dt,
  .ezoic-wrapper dd,
  .ezoic-wrapper ol,
  .ezoic-wrapper ul,
  .ezoic-wrapper li,
  .ezoic-wrapper fieldset,
  .ezoic-wrapper form,
  .ezoic-wrapper label,
  .ezoic-wrapper legend,
  .ezoic-wrapper table,
  .ezoic-wrapper caption,
  .ezoic-wrapper tbody,
  .ezoic-wrapper tfoot,
  .ezoic-wrapper thead,
  .ezoic-wrapper tr,
  .ezoic-wrapper th,
  .ezoic-wrapper td,
  .ezoic-wrapper article,
  .ezoic-wrapper aside,
  .ezoic-wrapper canvas,
  .ezoic-wrapper details,
  .ezoic-wrapper figure,
  .ezoic-wrapper figcaption,
  .ezoic-wrapper hgroup,
  .ezoic-wrapper menu,
  .ezoic-wrapper footer,
  .ezoic-wrapper header,
  .ezoic-wrapper nav,
  .ezoic-wrapper section,
  .ezoic-wrapper summary,
  .ezoic-wrapper time,
  .ezoic-wrapper mark,
  .ezoic-wrapper audio,
  .ezoic-wrapper video,
  .ezoic-wrapper button,
  .ezoic-wrapper input,
  .ezoic-wrapper textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-family: inherit; }
  .ezoic-wrapper article,
  .ezoic-wrapper aside,
  .ezoic-wrapper details,
  .ezoic-wrapper figcaption,
  .ezoic-wrapper figure,
  .ezoic-wrapper footer,
  .ezoic-wrapper header,
  .ezoic-wrapper hgroup,
  .ezoic-wrapper menu,
  .ezoic-wrapper nav,
  .ezoic-wrapper section {
    display: block; }
  .ezoic-wrapper ol,
  .ezoic-wrapper ul {
    list-style: none; }
  .ezoic-wrapper blockquote,
  .ezoic-wrapper q {
    quotes: none; }
  .ezoic-wrapper blockquote > .ezoic-before-el,
  .ezoic-wrapper blockquote > .ezoic-after-el,
  .ezoic-wrapper q > .ezoic-before-el,
  .ezoic-wrapper q > .ezoic-after-el {
    content: '';
    content: none; }
  .ezoic-wrapper table {
    border-collapse: collapse;
    border-spacing: 0; }
  .ezoic-wrapper button,
  .ezoic-wrapper input[type="submit"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    cursor: pointer;
    -webkit-appearance: none; }
  .ezoic-wrapper button,
  .ezoic-wrapper input {
    border-radius: 0; }
  .ezoic-wrapper button::-moz-focus-inner,
  .ezoic-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .ezoic-wrapper textarea {
    overflow: auto; }
  .ezoic-wrapper a img {
    border: 0; }
  .ezoic-wrapper .cf > .ezoic-before-el,
  .ezoic-wrapper .cf > .ezoic-after-el {
    content: " ";
    display: table; }
  .ezoic-wrapper .cf > .ezoic-after-el {
    clear: both; }
  .ezoic-wrapper .cf {
    *zoom: 1; }
  .ezoic-wrapper ::-webkit-input-placeholder {
    color: inherit; }
  .ezoic-wrapper :-moz-placeholder {
    color: inherit;
    opacity: 1; }
  .ezoic-wrapper ::-moz-placeholder {
    color: inherit;
    opacity: 1; }
  .ezoic-wrapper :-ms-input-placeholder {
    color: inherit; }
  
 #stylesheet_body {
    font: 14px/1.5 "Open Sans", Arial, sans-serif; }
  .ezoic-wrapper p {
    margin-bottom: 21px; }
  .ezoic-wrapper h1 {
    font-size: 24px; }
  .ezoic-wrapper h2 {
    font-size: 21px; }
  .ezoic-wrapper h3 {
    font-size: 18px; }
  .ezoic-wrapper h4 {
    font-size: 16px; }
  .ezoic-wrapper h5 {
    font-size: 15px; }
  .ezoic-wrapper h6 {
    font-size: 14px; }
  .ezoic-wrapper h1,
  .ezoic-wrapper h2,
  .ezoic-wrapper h3,
  .ezoic-wrapper h4,
  .ezoic-wrapper h5,
  .ezoic-wrapper h6 {
    font-weight: normal;
    font-family: "Roboto Slab", Georgia, serif;
    color: #19232d; }
  .ezoic-wrapper ::selection {
    background: #e54e53;
    color: white; }
  .ezoic-wrapper ::-moz-selection {
    background: #e54e53;
    color: white; }
  .ezoic-wrapper img::selection {
    background: rgba(0, 0, 0, 0); }
  .ezoic-wrapper img::-moz-selection {
    background: rgba(0, 0, 0, 0); }
  
 #stylesheet_body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .ezoic-wrapper a {
    color: #19232d;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .ezoic-wrapper a:hover {
    text-decoration: underline; }
  .ezoic-wrapper code,
  .ezoic-wrapper pre {
    padding: 1.857em;
    padding-bottom: 0;
    border-left: 3px solid #d9d9d9;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background: #f2f2f2; }
  .ezoic-wrapper p code {
    padding: 1px 5px;
    border: 0; }
  .ezoic-wrapper pre {
    display: block;
    word-break: break-all;
    word-wrap: break-word; }
  .ezoic-wrapper pre code {
    white-space: pre-wrap; }
  .ezoic-wrapper table {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0); }
  .ezoic-wrapper th,
  .ezoic-wrapper td {
    background: white;
    padding: 4px 7px;
    border: 1px solid #e1e1e1; }
  .ezoic-wrapper th {
    background: #f2f2f2; }
  .ezoic-wrapper tr:nth-child(odd) td {
    background: #fcfcfc; }
  .ezoic-wrapper table caption {
    padding: 0 0 7px 0;
    width: auto;
    font-weight: 600; }
  .ezoic-wrapper input,
  .ezoic-wrapper textarea,
  .ezoic-wrapper select {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    padding: 7px 14px;
    outline: 0;
    font-size: 13px;
    color: #a6a6a6;
    max-width: 100%; }
  .ezoic-wrapper textarea {
    padding: 7px 14px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .ezoic-wrapper input:focus,
  .ezoic-wrapper textarea:focus,
  .ezoic-wrapper select:focus {
    border-color: #bbbbbb;
    color: #606569; }
  .ezoic-wrapper .wp-post-image {
    -moz-transform: translate3d(0, 0, 0); }
  .ezoic-wrapper .wp-post-image:hover {
    opacity: 0.8; }
  .ezoic-wrapper .ie .wp-post-image:hover {
    opacity: 1; }
  .ezoic-wrapper .limit-line {
    overflow: hidden;
    white-space: nowrap; }
  .ezoic-wrapper .ellipsis {
    text-overflow: ellipsis; }
  .ezoic-wrapper .ir {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    overflow: hidden;
    *text-indent: -9999px; }
  .ezoic-wrapper .ir > .ezoic-before-el {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .ezoic-wrapper .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ezoic-wrapper .main-color {
    color: #e54e53; }
  
 #stylesheet_body {
    background: white;
    color: #606569;
    -webkit-text-size-adjust: 100%; }
  .ezoic-wrapper .wrap {
    width: 1078px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: left; }
  .ezoic-wrapper .boxed .main-wrap {
    background: white;
    width: 1128px;
    margin: 0 auto;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
 #stylesheet_body.boxed {
    background: #eeeeee; }
  .ezoic-wrapper .ie8 .bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -999; }
  .ezoic-wrapper .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -25px;
    margin-left: -25px; }

  .ezoic-wrapper .column,
  .ezoic-wrapper .row [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .ezoic-wrapper .col-12,
  .ezoic-wrapper .column {
    width: 100%; }
  .ezoic-wrapper .col-11 {
    width: 91.667%; }
  .ezoic-wrapper .col-10 {
    width: 83.333%; }
  .ezoic-wrapper .col-9,
  .ezoic-wrapper .column.three-fourth {
    width: 75%; }
  .ezoic-wrapper .col-8,
  .ezoic-wrapper .column.two-third {
    width: 66.667%; }
  .ezoic-wrapper .col-7 {
    width: 58.333%; }
  .ezoic-wrapper .col-6,
  .ezoic-wrapper .column.half {
    width: 50%; }
  .ezoic-wrapper .col-5 {
    width: 41.667%; }
  .ezoic-wrapper .col-4,
  .ezoic-wrapper .column.one-third {
    width: 33.333%; }
  .ezoic-wrapper .col-3,
  .ezoic-wrapper .column.one-fourth {
    width: 25%; }
  .ezoic-wrapper .col-2 {
    width: 16.667%; }
  .ezoic-wrapper .col-1 {
    width: 8.333%; }
  .ezoic-wrapper .column.one-fifth {
    width: 20%; }
  .ezoic-wrapper .column.two-fifth {
    width: 40%; }
  .ezoic-wrapper .column.three-fifth {
    width: 60%; }
  .ezoic-wrapper .column.four-fifth {
    width: 80%; }
  .ezoic-wrapper .column.right {
    text-align: right; }
  .ezoic-wrapper .column.left {
    text-align: left; }
  .ezoic-wrapper .column.center {
    text-align: center; }
  .ezoic-wrapper .top-bar {
    background: #f2f2f2;
    border-top: 4px solid #e54e53;
    border-bottom: 1px solid #e7e7e7; }
  .ezoic-wrapper .top-bar.hidden {
    display: none; }
  .ezoic-wrapper .top-bar-content {
    padding: 10px 0;
    color: #999999; }
  .ezoic-wrapper .top-bar-content > div {
    display: inline; }
  .ezoic-wrapper .top-bar-content a {
    color: inherit; }
  .ezoic-wrapper .top-bar .menu {
    float: left;
    color: #656565;
    overflow: hidden; }
  .ezoic-wrapper .top-bar .menu li {
    float: left;
    padding-left: 14px; }
  .ezoic-wrapper .top-bar .menu li:first-child {
    padding-left: 0; }
  .ezoic-wrapper .top-bar .menu .sub-menu {
    display: none; }
  .ezoic-wrapper .top-bar .search {
    float: right;
    margin: -3px 0 -3px 50px;
    position: relative; }
  .ezoic-wrapper .top-bar .search .query {
    width: 130px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .ezoic-wrapper .top-bar .search .query:focus {
    width: 180px; }
  .ezoic-wrapper .search .query,
  .ezoic-wrapper .searchform input,
  .ezoic-wrapper .searchform #s {
    line-height: 24px;
    height: 24px;
    padding: 1px 8px;
    outline: 0;
    border: 0;
    border-right: 15px solid #e9e9e9;
    font-size: 13px;
    background: #e9e9e9;
    float: left;
    color: #999999; }
  .ezoic-wrapper .top-bar .search-button {
    background: rgba(0, 0, 0, 0);
    margin-left: -28px;
    line-height: 26px;
    height: 26px;
    width: 20px;
    outline: 0;
    float: left; }
  .ezoic-wrapper .top-bar .search .fa-search {
    color: #bababa; }
  .ezoic-wrapper .top-bar .social-icons {
    float: right; }
  .ezoic-wrapper .ie8 .top-bar input {
    max-width: 500px; }
  .ezoic-wrapper .live-search-results {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 1500;
    top: 35px;
    width: 305px;
    padding-top: 21px;
    background: white;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top right;
    transform-origin: top right; }
  .ezoic-wrapper .live-search-results.fade-in {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .ezoic-wrapper .live-search-results .posts-list img {
    width: 58px;
    height: auto; }
  .ezoic-wrapper .live-search-results .posts-list li {
    padding: 21px;
    border-bottom: 1px solid #d9d9d9; }
  .ezoic-wrapper .live-search-results .posts-list .content {
    margin-left: 75px;
    border: 0; }
  .ezoic-wrapper .live-search-results .posts-list .content > a {
    color: initial;
    margin-bottom: 0; }
  .ezoic-wrapper .live-search-results .posts-list .view-all {
    border-bottom: 0;
    text-align: center;
    background: #f9f9f9;
    padding: 14px; }
  .ezoic-wrapper .live-search-results .posts-list .view-all a,
  .ezoic-wrapper .live-search-results .no-results {
    float: none;
    text-transform: uppercase;
    font-size: 12px; }
  .ezoic-wrapper .live-search-results .no-results {
    display: block;
    text-align: center;
    padding-bottom: 21px; }
  .ezoic-wrapper .trending-ticker ul {
    float: left; }
  .ezoic-wrapper .trending-ticker li {
    display: none;
    color: #656565; }
  .ezoic-wrapper .trending-ticker a {
    max-width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    padding-right: 10px;
    margin-top: -2px; }
  .ezoic-wrapper .trending-ticker li:first-child {
    display: block; }
  .ezoic-wrapper .trending-ticker .heading {
    float: left;
    color: #e54e53;
    text-transform: uppercase;
    margin-right: 50px; }

  .ezoic-wrapper .main-head .title {
    float: left;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -1px;
    max-width: 100%; }
  .ezoic-wrapper .main-head .title a {
    text-decoration: none;
    color: #19232d; }
  .ezoic-wrapper .logo-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }
  .ezoic-wrapper .main-head .right {
    line-height: 135px;
    text-align: right;
    float: right;
    margin-top: 0px; }
  .ezoic-wrapper .main-head header {
    line-height: 135px;
    overflow: hidden; }
  .ezoic-wrapper .main-head .adwrap-widget {
    width: 728px;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    text-align: right; }
  .ezoic-wrapper .main-head .centered {
    text-align: center; }
  .ezoic-wrapper .main-head .centered .title {
    float: none; }
  .ezoic-wrapper .navigation {
    background-color: #19232d;
    border-bottom: 2px solid #2f4154;
    color: #efefef;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .ezoic-wrapper .navigation.sticky {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 1078px;
    background-color: rgba(25, 35, 45, 0.9);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  .ezoic-wrapper .admin-bar .navigation.sticky {
    top: 32px; }
  .ezoic-wrapper .navigation .mobile,
  .ezoic-wrapper .navigation .off-canvas {
    display: none; }
  .ezoic-wrapper .navigation a {
    color: #efefef; }
  .ezoic-wrapper .navigation .mobile,
  .ezoic-wrapper .navigation .mobile-menu {
    display: none; }

  .ezoic-wrapper .navigation ul {
    list-style: none;
    line-height: 2;
    position: relative; }
  .ezoic-wrapper .navigation ul li {
    float: left; }
  .ezoic-wrapper .navigation .menu li > a {
    float: left;
    padding: 0px 25px; }
  .ezoic-wrapper .navigation .menu > li > a {
    text-decoration: none;
    line-height: 43px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    margin-bottom: -2px; }
  .ezoic-wrapper .navigation .menu li > a > .ezoic-after-el {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 0.9;
    content: "\f107";
    margin-left: 10px; }
  .ezoic-wrapper .navigation .menu li li > a > .ezoic-after-el {
    display: none; }
  .ezoic-wrapper .navigation .menu li > a:only-child > .ezoic-after-el {
    display: none; }
  .ezoic-wrapper .navigation .menu > li:first-child > a {
    border-left: 0; }
  .ezoic-wrapper .navigation .menu > li:hover > a,
  .ezoic-wrapper .navigation .menu > .current-menu-item > a,
  .ezoic-wrapper .navigation .menu > .current-menu-parent > a,
  .ezoic-wrapper .navigation .menu > .current-menu-ancestor > a {
    border-bottom: 2px solid #e54e53; }
  .ezoic-wrapper .navigation .menu > li:hover {
    background: #1e2935; }
  .ezoic-wrapper .menu .user-login {
    float: right; }
  .ezoic-wrapper .navigation .menu .user-login a {
    float: right;
    background: #2a3746;
    padding: 0 21px; }
  .ezoic-wrapper .navigation .user-login .text {
    display: none; }
  .ezoic-wrapper .navigation .menu > li > ul {
    top: 45px;
    border-radius: 0;
    border: 0; }
  .ezoic-wrapper .navigation .menu > li li a {
    float: none;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 25px;
    border-top: 1px solid #1f2c38;
    text-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .ezoic-wrapper .navigation .menu ul li {
    float: none;
    border-top: 0;
    padding: 0 0;
    position: relative; }
  .ezoic-wrapper .navigation .menu > li li:first-child a {
    border-top: 0px; }
  .ezoic-wrapper .navigation .menu ul {
    position: absolute;
    overflow: visible;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 5px 0px;
    background: #19232d;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 100; }
  .ezoic-wrapper .navigation .menu ul ul {
    left: 100%;
    top: 0; }
  .ezoic-wrapper .navigation li:hover > ul {
    visibility: visible;
    opacity: 1; }
  .ezoic-wrapper .navigation .menu li li:hover,
  .ezoic-wrapper .navigation .menu li li.current-menu-item {
    background: #1e2935; }
  .ezoic-wrapper .navigation li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1000; }
  .ezoic-wrapper .navigation .mega-menu {
    width: 100%;
    left: 0;
    top: 45px;
    margin: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 35px 0px;
    background: #19232d;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 100; }

  .ezoic-wrapper .mega-menu .wp-post-image,
  .ezoic-wrapper .mega-menu a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .ezoic-wrapper .mega-menu .sub-cats {
    padding: 0;
    margin-top: -35px; }
  .ezoic-wrapper .mega-menu .sub-nav {
    padding-right: 50px;
    padding-left: 25px;
    margin-right: 25px;
    background: #1e2935;
    margin-bottom: -600px;
    padding-bottom: 600px;
    padding-top: 37px; }
  .ezoic-wrapper .mega-menu .sub-nav li {
    float: none;
    display: block;
    position: relative; }
  .ezoic-wrapper .navigation .mega-menu .sub-nav li a {
    text-transform: uppercase;
    padding: 5px;
    border-top: 0;
    border-bottom: 1px solid #2f4154; }
  .ezoic-wrapper .mega-menu .sub-nav ul {
    top: 0;
    left: 100%; }

  .ezoic-wrapper .navigation .mega-menu .sub-nav ul li:last-child a {
    border-bottom: 0; }
  .ezoic-wrapper .navigation .mega-menu .sub-nav li:hover,
  .ezoic-wrapper .navigation .menu .sub-nav li.current-menu-item {
    background: #1e2c3a; }
  .ezoic-wrapper .mega-menu .extend {
    padding: 0 25px 0 0; }
  .ezoic-wrapper .mega-menu .heading {
    display: block;
    border-bottom: 1px solid #2f4154;
    padding: 5px 0;
    margin-bottom: 21px;
    font-weight: 600; }
  .ezoic-wrapper .mega-menu .featured {
    -webkit-transform: translate3d(0, 0, 0); }
  .ezoic-wrapper .mega-menu .featured h2 {
    text-transform: none; }
  .ezoic-wrapper .mega-menu .featured h2 a {
    color: #efefef; }
  .ezoic-wrapper .mega-menu .highlights article {
    margin-bottom: 14px; }
  .ezoic-wrapper .mega-menu .recent-posts .posts-list {
    text-transform: none; }
  .ezoic-wrapper .mega-menu .posts-list div:first-child {
    padding-top: 0; }
  .ezoic-wrapper .mega-menu .posts-list .post {
    overflow: hidden;
    padding-top: 21px; }
  .ezoic-wrapper .mega-menu .posts-list .post > a {
    float: left;
    position: relative; }
  .ezoic-wrapper .mega-menu .posts-list .content {
    border-bottom-color: #2f4154;
    margin-left: 75px; }
  .ezoic-wrapper .mega-menu .posts-list img {
    width: 60px; }
  .ezoic-wrapper .mega-menu .posts-list .content > a {
    margin-bottom: 10px; }
  .ezoic-wrapper .navigation .mega-menu.links {
    padding: 35px 0 42px 0; }
  .ezoic-wrapper .navigation .mega-menu.links > li.current-menu-item {
    background: inherit; }
  .ezoic-wrapper .navigation .mega-menu.links > li {
    float: left;
    width: 25%;
    border: 0;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .ezoic-wrapper .navigation .mega-menu.links > li:nth-child(5) {
    clear: both; }
  .ezoic-wrapper .navigation .mega-menu.links > li > a {
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #2f4154;
    padding: 5px 0; }
  .ezoic-wrapper .navigation .mega-menu.links > li > a > .ezoic-after-el {
    display: none; }
  .ezoic-wrapper .navigation .mega-menu.links > li ul {
    visibility: inherit;
    opacity: 1;
    position: static; }
  .ezoic-wrapper .navigation .mega-menu.links > li li a {
    padding-left: 10px;
    border-top: 0;
    border-bottom: 1px solid #1f2c38; }
  .ezoic-wrapper .navigation .mega-menu.links > li li a > .ezoic-before-el {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 0.9;
    content: "\f105";
    margin-right: 10px; }
  .ezoic-wrapper .navigation .mega-menu.links > li:hover {
    background: rgba(0, 0, 0, 0); }
  .ezoic-wrapper .mega-menu .wp-post-image:hover {
    opacity: 1; }
  .ezoic-wrapper .touch .menu li:hover ul,
  .ezoic-wrapper .touch .navigation li:hover > ul,
  .ezoic-wrapper .touch .navigation li:hover .mega-menu {
    opacity: 0;
    visibility: hidden; }
  .ezoic-wrapper .touch .menu li.item-active > ul,
  .ezoic-wrapper .touch .navigation li.item-active > ul,
  .ezoic-wrapper .touch .navigation li.item-active .mega-menu,
  .ezoic-wrapper .touch .navigation li.item-active .mega-menu > ul,
  .ezoic-wrapper .touch .navigation li.item-active .mega-menu.links ul {
    visibility: visible;
    opacity: 1; }
  .ezoic-wrapper .nav-center {
    text-align: center; }
  .ezoic-wrapper .nav-center ul li {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .ezoic-wrapper .nav-center .sub-nav li {
    display: block;
    text-align: center; }
  .ezoic-wrapper .nav-center .menu > li .sub-menu li {
    display: block; }
  .ezoic-wrapper .nav-center .menu > li ul li,
  .ezoic-wrapper .nav-center .mega-menu,
  .ezoic-wrapper .nav-center .mega-menu .sub-nav li a {
    text-align: left; }
  .ezoic-wrapper .sticky-logo {
    display: none; }
  .ezoic-wrapper .sticky.has-logo li > a {
    padding-left: 15px;
    padding-right: 15px; }
  .ezoic-wrapper .sticky .sticky-logo {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding-left: 15px;
    padding-right: 30px; }
  .ezoic-wrapper .sticky .sticky-logo img {
    max-height: 43px;
    width: auto;
    display: inline-block;
    vertical-align: middle; }
  .ezoic-wrapper .navigation.sticky .sticky-logo a:hover {
    border-color: rgba(0, 0, 0, 0);
    background: inherit; }
  .ezoic-wrapper .sticky.no-transition li a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .ezoic-wrapper .breadcrumbs {
    background: #f2f2f2;
    padding: 14px 25px;
    font-size: 12px;
    color: #8d97a1;
    line-height: 1; }
  .ezoic-wrapper .breadcrumbs a {
    color: #656565; }
  .ezoic-wrapper .breadcrumbs .delim {
    padding: 0 10px;
    font-size: 16px;
    color: #8d97a1;
    line-height: 0.7; }
  .ezoic-wrapper .breadcrumbs .location {
    color: #e54e53;
    margin-right: 21px;
    text-transform: uppercase; }
  .ezoic-wrapper .main-featured {
    margin: 28px 0 49px 0;
    padding: 28px 0;
    background: #f2f2f2;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-left: 0; }
  .ezoic-wrapper .main-featured .row {
    opacity: 0; }
  .ezoic-wrapper .main-featured .row.appear {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); }
  .ezoic-wrapper .main-featured .slides {
    position: relative; }
  .ezoic-wrapper .main-featured img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .ezoic-wrapper .main-featured .slider {
    opacity: 0; }
  .ezoic-wrapper .main-featured .wp-post-image {
    display: block; }
  .ezoic-wrapper .main-featured .cat {
    line-height: 30px;
    background: #e54e53;
    padding: 0 14px;
    margin-left: 20px; }
  .ezoic-wrapper .main-featured .slider  h3 {
    position: relative;
    float: left; }
  .ezoic-wrapper .main-featured .slider h3 a {
    color: white;
    font-size: 18px;
    line-height: 2; }
  .ezoic-wrapper .main-featured .slider .caption,
  .ezoic-wrapper .featured .caption {
    position: absolute;
    bottom: 0;
    background: #19232d;
    background: rgba(25, 35, 45, 0.7);
    width: 100%;
    padding: 14px 20px 17px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .ezoic-wrapper .main-featured .pages {
    position: absolute;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    padding-top: 10px;
    z-index: 99;
    left: 0;
    padding: 10px 25px 0px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden; }
  .ezoic-wrapper .main-featured .pages a {
    float: left;
    height: 4px;
    width: 19.658%;
    background: #72879c;
    margin-left: 0.285%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .ezoic-wrapper .main-featured .pages:hover a {
    height: 8px; }
  .ezoic-wrapper .main-featured .pages a:hover {
    opacity: 0.6; }
  .ezoic-wrapper .main-featured .pages .flex-active {
    background: #e54e53; }
  .ezoic-wrapper .main-featured .the-date {
    color: #d3dbdf;
    display: block;
    text-transform: uppercase;
    font-size: 11px; }
  .ezoic-wrapper .main-featured .blocks {
    padding-left: 0; }
  .ezoic-wrapper .main-featured .blocks article {
    position: relative; }
  .ezoic-wrapper .main-featured .blocks .large {
    margin-bottom: 14px; }
  .ezoic-wrapper .main-featured .blocks h3 {
    position: absolute;
    bottom: 0;
    background: #19232d;
    background: rgba(25, 35, 45, 0.7);
    width: 100%;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .ezoic-wrapper .main-featured .blocks h3 a {
    color: white; }
  .ezoic-wrapper .main-featured .blocks .small h3 {
    padding: 20px 10px 5px 10px; }
  .ezoic-wrapper .main-featured .small {
    float: left;
    margin-right: 14px; }
  .ezoic-wrapper .main-featured .blocks .small.last {
    margin-right: 0; }
  .ezoic-wrapper .main-featured .small img {
    width: 168px;
    height: 137px; }
  .ezoic-wrapper .ie8 .main-featured .small img {
    max-width: 168px; }
  .ezoic-wrapper .main-featured .slides .image-link,
  .ezoic-wrapper .main-featured .blocks .image-link {
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .ezoic-wrapper .main-featured .slides img,
  .ezoic-wrapper .main-featured .blocks .image-link img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  .ezoic-wrapper .main-featured .blocks article:hover img,
  .ezoic-wrapper .main-featured .slides .flex-active-slide:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
    opacity: 0.9; }
  .ezoic-wrapper .main-featured .large .cat {
    margin-left: 7px; }
  .ezoic-wrapper .main-featured .slider .caption,
  .ezoic-wrapper .main-featured .blocks h3,
  .ezoic-wrapper .featured .caption {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=');
    background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
  .ezoic-wrapper .main-featured .flexslider .slides > li {
    position: relative; }
  .ezoic-wrapper .ie8 .main-featured .slider .caption,
  .ezoic-wrapper .ie8 .main-featured .blocks h3 {
    background-image: url('https://www.aconsciousrethink.com/wp-content/themes/smart-mag/images/ie8-slider-overlay.png'); }
  .ezoic-wrapper .ie8 .main-featured .blocks .small h3 {
    padding-top: 10px; }
  .ezoic-wrapper .flex-container a:active,
  .ezoic-wrapper .flexslider a:active,
  .ezoic-wrapper .flex-container a:focus,
  .ezoic-wrapper .flexslider a:focus {
    outline: none; }
  .ezoic-wrapper .slides,
  .ezoic-wrapper .flex-control-nav,
  .ezoic-wrapper .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10; }
  .ezoic-wrapper .flexslider {
    margin: 0;
    padding: 0; }
  .ezoic-wrapper .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .ezoic-wrapper .flexslider .slides img {
    max-width: 100%;
    height: auto; }
  .ezoic-wrapper .flex-pauseplay span {
    text-transform: capitalize; }
  .ezoic-wrapper .slides > .ezoic-after-el {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .ezoic-wrapper .no-js .slides > li:first-child {
    display: block; }
  .ezoic-wrapper .flexslider {
    margin: 0;
    position: relative;
    zoom: 1; }
  .ezoic-wrapper .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }
  .ezoic-wrapper .loading .flex-viewport {
    max-height: 300px; }
  .ezoic-wrapper .flexslider .slides {
    zoom: 1; }
  .ezoic-wrapper .flex-direction-nav {
    *height: 0; }
  .ezoic-wrapper .flex-direction-nav a {
    z-index: 10;
    width: 35px;
    height: 35px;
    margin: -30px 0 0;
    display: block;
    background: white;
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 0;
    opacity: 0; }
  .ezoic-wrapper .flex-direction-nav a > .ezoic-after-el {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    line-height: 35px;
    font-size: 30px;
    text-align: center;
    color: #19232d; }
  .ezoic-wrapper .flex-direction-nav .flex-prev > .ezoic-after-el {
    content: "\f104"; }
  .ezoic-wrapper .flex-direction-nav a:hover {
    text-decoration: none; }
  .ezoic-wrapper .flex-direction-nav .flex-next {
    right: 44px; }
  .ezoic-wrapper .flex-direction-nav .flex-prev {
    left: 44px; }
  .ezoic-wrapper .flexslider:hover .flex-next {
    opacity: 0.5; }
  .ezoic-wrapper .flexslider:hover .flex-prev {
    opacity: 0.5; }
  .ezoic-wrapper .flexslider:hover .flex-next:hover,
  .ezoic-wrapper .flexslider:hover .flex-prev:hover {
    opacity: 1; }
  .ezoic-wrapper .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center; }
  .ezoic-wrapper .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .ezoic-wrapper .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px; }
  .ezoic-wrapper .flex-control-paging li a:hover {
    background: #333333;
    background: rgba(0, 0, 0, 0.7); }
  .ezoic-wrapper .flex-control-paging li a.flex-active {
    background: black;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }
  .ezoic-wrapper .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden; }
  .ezoic-wrapper .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .ezoic-wrapper .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer; }
  .ezoic-wrapper .flex-control-thumbs img:hover {
    opacity: 1; }
  .ezoic-wrapper .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }
  .ezoic-wrapper .main-pagination {
    overflow: hidden; }
  .ezoic-wrapper .main-pagination .page-numbers,
  .ezoic-wrapper .main-pagination a {
    display: block;
    float: left;
    color: #676767;
    padding: 0 10px;
    margin-right: 5px;
    background: #ebebeb;
    line-height: 25px;
    font-size: 13px; }
  .ezoic-wrapper .main-pagination .current,
  .ezoic-wrapper .main-pagination a:hover {
    color: white;
    background: #e54e53;
    text-decoration: none; }
  .ezoic-wrapper .gallery-title,
  .ezoic-wrapper .section-head {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    line-height: 32px;
    color: #19232d;
    font-size: 13px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 14px;
    margin-bottom: 28px; }
  .ezoic-wrapper .gallery-title,
  .ezoic-wrapper .section-head.prominent {
    color: #e54e53; }
  .ezoic-wrapper .post-format-icon {
    float: right;
    margin-top: -37px;
    background: rgba(255, 255, 255, 0.4);
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-align: center; }
  .ezoic-wrapper .post-format-icon i {
    color: white; }
  .ezoic-wrapper .feedburner .heading {
    margin-bottom: 14px; }
  .ezoic-wrapper .feedburner label {
    display: none; }
  .ezoic-wrapper .feedburner input {
    padding: 8px 12px;
    outline: 0; }

  .ezoic-wrapper .feedburner-subscribe {
    margin-left: 4px; }

  .ezoic-wrapper .social-icons li {
    float: left;
    margin-right: 5px;
    height: 20px; }
  .ezoic-wrapper .social-icons li:last-child {
    margin-right: 0; }
  .ezoic-wrapper .social-icons .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .ezoic-wrapper .social-icons .icon:hover {
    text-decoration: none;
    border-radius: 50%; }
  .ezoic-wrapper .social-icons .fa-twitter {
    background: #00abe3; }
  .ezoic-wrapper .social-icons .fa-pinterest {
    background: #ca2128; }
  .ezoic-wrapper .social-icons .fa-facebook {
    background: #004088; }
  .ezoic-wrapper .social-icons .fa-linkedin {
    background: #01669c; }
  .ezoic-wrapper .social-icons .fa-rss {
    background: #ff5b22; }
  .ezoic-wrapper .social-icons .fa-google-plus {
    background: #d3492c; }
  .ezoic-wrapper .social-icons .fa-instagram {
    background: #517fa4; }
  .ezoic-wrapper .social-icons .fa-youtube {
    background: #fe3432; }
  .ezoic-wrapper .social-icons .fa-tumblr {
    background: #44546b; }
  .ezoic-wrapper .social-icons .fa-vimeo-square {
    background: #1ab7ea; }
  .ezoic-wrapper .social-icons .fa-stumbleupon {
    background: #eb4824; }
  .ezoic-wrapper .cat-title {
    position: absolute;
    top: 0;
    line-height: 25px;
    background: #e54e53;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-left: 7px;
    color: white;
    display: block;
    z-index: 1; }
  .ezoic-wrapper .cat-title a {
    color: inherit; }
  .ezoic-wrapper hr,
  .ezoic-wrapper hr.separator {
    margin: 41px 0;
    height: 1px;
    background: #d9d9d9; }
  .ezoic-wrapper hr.no-line {
    background: rgba(0, 0, 0, 0); }
  .ezoic-wrapper hr.half {
    margin-top: 0; }
  .ezoic-wrapper .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 90%;
    opacity: 0;
    line-height: 1.5;
    filter: alpha(100); }
  .ezoic-wrapper .tooltip.in {
    opacity: 0.8;
    filter: alpha(100); }
  .ezoic-wrapper .tooltip.bottom {
    margin-top: -2px; }
  .ezoic-wrapper .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    background-color: black;
    border-radius: 4px; }
  .ezoic-wrapper .post .read-more {
    margin-top: 21px; }
  .ezoic-wrapper .post .read-more a {
    font: inherit;
    display: inline-block;
    padding: 2px 7px;
    background: #e54e53;
    color: white;
    font-size: 12px;
    text-transform: uppercase; }
  .ezoic-wrapper .post .read-more a:hover {
    color: white; }
  .ezoic-wrapper .ajax-loading {
    margin-bottom: 42px; }
  .ezoic-wrapper .spinner {
    margin: 50px auto 0;
    width: 65px;
    text-align: center; }
  .ezoic-wrapper .spinner > span {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-color: #d6d6d6;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ezoic-wrapper .spinner span:nth-of-type(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .ezoic-wrapper .spinner span:nth-of-type(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  .ezoic-wrapper .widget_search {
    overflow: hidden; }
  .ezoic-wrapper .widget_search label > span {
    display: none; }
  .ezoic-wrapper .widget_search #searchsubmit {
    margin-left: 5px; }
  .ezoic-wrapper .widget {
    font-size: 13px; }
  .ezoic-wrapper .widget li {
    border-bottom: 1px solid #d9d9d9;
    padding: 7px 0px; }
  .ezoic-wrapper .widget li:first-child {
    padding-top: 0; }
  .ezoic-wrapper .widget .main-stars {
    margin-bottom: 10px; }
  .ezoic-wrapper .widget .main-stars > .ezoic-before-el {
    content: "\f006\f006\f006\f006\f006"; }
  .ezoic-wrapper .widget .main-stars > .ezoic-before-el,
  .ezoic-wrapper .widget .main-stars span > .ezoic-before-el {
    letter-spacing: 1px;
    margin-right: -1px; }
  .ezoic-wrapper .recentcomments  .url {
    color: #e54e53;
    font-style: italic; }
  .ezoic-wrapper .widget_categories li {
    overflow: hidden;
    text-align: right;
    font-weight: bold; }
  .ezoic-wrapper .widget_categories li a {
    float: left;
    font-weight: normal; }
  .ezoic-wrapper .widget_categories .children {
    clear: both;
    padding-top: 7px; }
  .ezoic-wrapper .widget_categories .children li {
    border-top: 1px solid #d9d9d9;
    margin-left: 14px; }
  .ezoic-wrapper .widget_categories .children li:first-child {
    padding-top: 7px;
    margin-left: 0;
    padding-left: 14px; }
  .ezoic-wrapper .widget_categories .children li {
    border-bottom: 0; }
  .ezoic-wrapper .widget_categories li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .ezoic-wrapper .adwrap-widget {
    text-align: center; }
  .ezoic-wrapper .adwrap-widget img {
    max-width: 100%;
    height: auto; }
  .ezoic-wrapper .adwrap-widget > img,
  .ezoic-wrapper .adwrap-widget > div,
  .ezoic-wrapper .adwrap-widget > iframe,
  .ezoic-wrapper .adwrap-widget > ins {
    display: inline-block;
    vertical-align: middle; }
  .ezoic-wrapper .tagcloud a {
    padding: 2px 7px;
    border: 1px solid;
    margin: 2px 0.1em;
    display: inline-block; }
  .ezoic-wrapper .widget_rss .widgettitle a {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }

  .ezoic-wrapper .posts-list img {
    float: left;
    width: 85px;
    height: auto; }
  .ezoic-wrapper .posts-list .content {
    margin-left: 103px;
    line-height: 1;
    border-bottom: 1px solid #d9d9d9; }
  .ezoic-wrapper .posts-list li:first-child {
    padding-top: 0; }
  .ezoic-wrapper .posts-list li {
    overflow: hidden;
    padding: 24px 0 0 0;
    border-bottom: 0; }
  .ezoic-wrapper .posts-list li > a {
    float: left;
    position: relative;
    -moz-transform: translate3d(0, 0, 0); }
  .ezoic-wrapper .rate-number {
    font-size: 11px;
    background: #19232d;
    position: absolute;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #efefef;
    right: 0;
    bottom: 0; }
  .ezoic-wrapper .rate-number span {
    margin-top: -25px;
    display: block; }
  .ezoic-wrapper .rate-number .progress {
    background: #e54e53;
    height: 100%;
    width: 0;
    margin-top: 0; }
  .ezoic-wrapper .posts-list .content > a {
    display: block;
    font-size: 13px;
    line-height: 1.615;
    margin: 8px 0;
    font-family: "Roboto Slab", Georgia, serif; }
  .ezoic-wrapper .posts-list .content time {
    color: #a6a6a6;
    font-size: 11px;
    text-transform: uppercase; }
  .ezoic-wrapper .posts-list .content .comments {
    float: right;
    color: #a6a6a6;
    font-size: 11px;
    white-space: nowrap; }
  .ezoic-wrapper .posts-list .comments a {
    color: inherit; }
  .ezoic-wrapper .posts-list .comments a:hover {
    text-decoration: none; }
  .ezoic-wrapper .posts-list .content .fa {
    font-size: 13px; }
  .ezoic-wrapper .posts-list .review {
    margin-top: 0.25em;
    display: block; }
  .ezoic-wrapper .alignnone {
    margin: 5px 20px 20px 0; }
  .ezoic-wrapper .aligncenter,
  .ezoic-wrapper div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .ezoic-wrapper .alignright,
  .ezoic-wrapper a img.alignright {
    float: right;
    margin: 0 0 21px 21px; }
  .ezoic-wrapper .alignleft,
  .ezoic-wrapper a img.alignleft {
    float: left;
    margin: 0 21px 0 0; }
  .ezoic-wrapper .aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .ezoic-wrapper a img.alignnone {
    margin: 0 21px 21px 0; }
  .ezoic-wrapper a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .ezoic-wrapper .wp-caption-text {
    font-style: italic;
    font-size: 0.923em;
    text-align: center; }
  .ezoic-wrapper .widget_calendar #wp-calendar {
    width: 100%;
    text-align: center; }
  .ezoic-wrapper .widget_calendar caption,
  .ezoic-wrapper .widget_calendar td,
  .ezoic-wrapper .widget_calendar th {
    text-align: center; }
  .ezoic-wrapper .no-display {
    will-change: opacity;
    opacity: 0; }
  .ezoic-wrapper .appear {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .ezoic-wrapper .bbp-login-form .fa {
    line-height: 35px;
    border: 1px solid #d9d9d9;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #a6a6a6;
    font-size: 14px;
    background: #eeeeee;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 0 12px; }
  .ezoic-wrapper .bbp-login-form .input-group {
    display: table;
    width: 100%;
    margin-top: 14px; }
  .ezoic-wrapper .bbp-login-form.widget-login .input-group input {
    border-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    padding: 9px 14px;
    display: table-cell; }
  .ezoic-wrapper .bbp-login-form.widget-login .input-group input:focus {
    border-color: #d9d9d9; }
  .ezoic-wrapper .bbp-login-form .bbp-submit-wrapper {
    float: none;
    text-align: left;
    overflow: hidden;
    margin-top: 21px; }
  .ezoic-wrapper .bbp-login-form .bbp-lostpass-link,
  .ezoic-wrapper .register-now .password-msg {
    line-height: 28px;
    color: #a6a6a6; }
  .ezoic-wrapper .bbp-register-info {
    margin-top: 21px;
    border-top: 1px solid #d9d9d9;
    padding-top: 14px;
    background: #f9f9f9;
    text-align: center;
    padding: 10px; }
  .ezoic-wrapper .bbp-register-info > a {
    margin-left: 5px; }
  .ezoic-wrapper .bbp-submit-wrapper .button {
    float: right;
    text-transform: uppercase; }
  .ezoic-wrapper .bbp-logged-in .button {
    text-transform: uppercase;
    margin-top: 21px; }
  .ezoic-wrapper .bbp-logged-in .content {
    margin-left: 75px; }
  .ezoic-wrapper .bbp-logged-in .links {
    margin-top: 21px; }
  .ezoic-wrapper .bbp-logged-in .links a {
    display: block; }
  .ezoic-wrapper .bbp-logged-in .links .fa {
    color: #a6a6a6;
    font-size: 12px;
    margin-right: 5px; }
  .ezoic-wrapper .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black; }
  .ezoic-wrapper .modal-backdrop.fade {
    opacity: 0; }
  .ezoic-wrapper .modal-backdrop,
  .ezoic-wrapper .modal-backdrop.fade.in {
    opacity: 0.6;
    filter: alpha(100); }
  .ezoic-wrapper .modal {
    position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: white;
    outline: none;
    opacity: 0; }
  .ezoic-wrapper .modal.hide {
    display: none; }
  .ezoic-wrapper .modal.fade,
  .ezoic-wrapper .modal-backdrop.fade {
    opacity: 0; }
  .ezoic-wrapper .modal.fade.in {
    opacity: 1; }
  .ezoic-wrapper .modal-header {
    padding: 9px 15px;
    background: #f2f2f2; }
  .ezoic-wrapper .modal-header .modal-title {
    font: 14px "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    border-left: 3px solid #e54e53;
    padding-left: 18px;
    line-height: 24px; }
  .ezoic-wrapper .modal-header .close {
    float: right;
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold; }
  .ezoic-wrapper .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
    font-size: 13px; }
  .ezoic-wrapper .login-modal .bbp-register-info {
    padding: 21px;
    margin: 21px -15px -15px -15px; }
  .ezoic-wrapper .modal-form {
    margin-bottom: 0; }
  .ezoic-wrapper .login-modal {
    width: 400px;
    margin-left: -200px; }
  .ezoic-wrapper .login-modal .lost-pass,
  .ezoic-wrapper .login-modal .register-now {
    display: none; }
  .ezoic-wrapper .fade-in {
    visibility: visible;
    opacity: 1; }
  .ezoic-wrapper .fade-out {
    visibility: hidden;
    opacity: 0; }
  .ezoic-wrapper .main {
    margin: 12px auto; }
  .ezoic-wrapper .main > .row,
  .ezoic-wrapper .main .post-wrap > .row {
    overflow: hidden;
    position: relative; }
  .ezoic-wrapper .no-sidebar .main-content {
    width: 100%; }
  .ezoic-wrapper .main-content {
    position: relative; }
  .ezoic-wrapper .highlights-box {
    margin-bottom: 42px; }
  .ezoic-wrapper .highlights-box.three-col {
    margin: 0 -15px 42px -15px; }
  .ezoic-wrapper .highlights-box.three-col .column.one-third {
    padding: 0 15px; }
  .ezoic-wrapper .highlights-box.three-col .highlights .meta {
    margin-top: -20px; }
  .ezoic-wrapper .highlights-box .column.half:first-child {
    border-right: 1px solid #d9d9d9; }
  .ezoic-wrapper .highlights {
    position: relative; }
  .ezoic-wrapper .highlights .image-link {
    display: block;
    position: relative; }
  .ezoic-wrapper .highlights .image-link img {
    display: block;
    width: 100%; }
  .ezoic-wrapper .highlights article {
    position: relative; }
  .ezoic-wrapper .highlights-box.three-col .post-format-icon {
    margin-top: -45px; }
  .ezoic-wrapper .highlights .section-head a {
    color: inherit; }
  .ezoic-wrapper .highlights .cat-title.larger {
    line-height: 30px;
    padding: 0 14px; }
  .ezoic-wrapper .highlights .image-link .star-rating {
    position: absolute;
    bottom: 12px;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 1px 10px; }
  .ezoic-wrapper .highlights .image-link .post-format-icon + .star-rating {
    right: 25px;
    padding: 2px 10px; }
  .ezoic-wrapper .highlights .meta {
    position: relative;
    margin-top: -12px;
    background: #f2f2f2;
    line-height: 25px;
    font-size: 11px;
    color: #a6a6a6;
    text-transform: uppercase;
    padding-left: 14px;
    overflow: hidden; }
  .ezoic-wrapper .highlights .meta time {
    float: left; }
  .ezoic-wrapper .highlights .meta .comments {
    float: right;
    display: inline-block;
    margin-right: 14px;
    white-space: nowrap; }
  .ezoic-wrapper .highlights .comments .fa {
    font-size: 13px; }
  .ezoic-wrapper .highlights .comments a {
    color: inherit; }
  .ezoic-wrapper .highlights .comments a:hover {
    text-decoration: none; }
  .ezoic-wrapper .highlights .meta .rate-number {
    float: right;
    background: #19232d;
    position: relative;
    height: 25px;
    text-align: center;
    font-weight: bold;
    color: #efefef; }
  .ezoic-wrapper .highlights .rate-number span {
    margin-top: -25px;
    display: block; }
  .ezoic-wrapper .highlights .rate-number .progress {
    background: #e54e53;
    height: 100%;
    width: 0;
    margin-top: 0; }
  .ezoic-wrapper .highlights h2 {
    color: #19232d;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 14px;
    margin: 7px 0; }
  .ezoic-wrapper .highlights h2 > .ezoic-before-el {
    content: " ";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    height: 18px;
    border-left: 3px solid #e54e53; }
  .ezoic-wrapper .highlights h2 a {
    color: #19232d; }
  .ezoic-wrapper .highlights .excerpt {
    font-size: 13px;
    line-height: 1.615;
    margin-top: 14px;
    border-bottom: 1px solid #d9d9d9;
    color: #949697;
    padding-bottom: 14px; }
  .ezoic-wrapper .highlights .excerpt p {
    margin-bottom: 0; }
  .ezoic-wrapper .block.posts li {
    border-top: 1px solid #d9d9d9;
    padding: 9px 0;
    line-height: 1.5;
    overflow: hidden; }
  .ezoic-wrapper .block.posts li:first-child {
    border-top: 0; }
  .ezoic-wrapper .block.posts li:last-child {
    padding-bottom: 0; }
  .ezoic-wrapper .block.posts a {
    color: #19232d;
    font-size: 13px;
    font-family: "Roboto Slab", Georgia, serif;
    margin-left: 14px;
    display: block; }
  .ezoic-wrapper .block.posts .fa-angle-right {
    color: #e54e53;
    font-size: 12px;
    float: left;
    line-height: 1.625; }
  .ezoic-wrapper .highlights .thumb img {
    width: 60px; }
  .ezoic-wrapper .highlights .thumb .content {
    margin-left: 75px; }
  .ezoic-wrapper .highlights .content .star-rating {
    margin-top: -5px;
    margin-bottom: 10px;
    display: block; }
  .ezoic-wrapper .highlights .thumb li {
    padding-top: 21px; }
  .ezoic-wrapper .highlights article {
    margin-bottom: 0px; }
  .ezoic-wrapper .highlights .block.posts {
    border-top: 1px solid #d9d9d9;
    margin-top: 12px; }
  .ezoic-wrapper .highlights .posts-list .cat-title {
    position: static;
    display: inline-block;
    margin-left: 0;
    font-size: 10px;
    padding: 4px;
    line-height: 1; }
  .ezoic-wrapper .highlights .thumb .content > a {
    margin-bottom: 10px; }
  .ezoic-wrapper .news-focus {
    margin-bottom: 42px; }
  .ezoic-wrapper .news-focus .heading {
    background: #f9f9f9;
    color: #e54e53; }
  .ezoic-wrapper .news-focus .heading > a {
    color: inherit; }
  .ezoic-wrapper .news-focus .heading .subcats {
    float: right;
    font-weight: normal; }
  .ezoic-wrapper .news-focus .heading li {
    float: left;
    font-size: 12px;
    margin-left: 14px;
    position: relative; }
  .ezoic-wrapper .news-focus .heading .subcats a {
    color: #949697; }
  .ezoic-wrapper .news-focus .heading .subcats a.active {
    color: #e54e53; }
  .ezoic-wrapper .news-focus .heading .active > .ezoic-after-el,
  .ezoic-wrapper .news-focus .heading .active > .ezoic-before-el {
    bottom: -1px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .ezoic-wrapper .news-focus .heading .active > .ezoic-after-el {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: white;
    border-width: 4px;
    left: 50%;
    margin-left: -4px; }
  .ezoic-wrapper .news-focus .heading .active > .ezoic-before-el {
    border-color: rgba(229, 78, 83, 0);
    border-bottom-color: #d9d9d9;
    border-width: 5px;
    left: 50%;
    margin-left: -5px; }
  .ezoic-wrapper .news-focus .row {
    overflow: hidden;
    margin-top: 28px;
    display: none; }
  .ezoic-wrapper .news-focus .blocks article {
    margin-top: 28px; }
  .ezoic-wrapper .news-focus .blocks article:first-child {
    margin-top: 0; }
  .ezoic-wrapper .news-focus .news-0 {
    display: block; }
  .ezoic-wrapper .news-focus .focus {
    overflow: hidden; }
  .ezoic-wrapper .news-focus .focus .image-link {
    float: left;
    margin-right: 14px; }
  .ezoic-wrapper .news-focus .meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a6a6a6; }
  .ezoic-wrapper .news-focus .meta .comments {
    float: right; }
  .ezoic-wrapper .news-focus .meta .comments a {
    color: #a6a6a6; }
  .ezoic-wrapper .news-focus .comments .fa {
    font-size: 13px; }
  .ezoic-wrapper .news-focus .focus h2 {
    font-size: 14px;
    padding: 10px 0; }
  .ezoic-wrapper .news-focus .focus h2 a {
    color: #19232d; }
  .ezoic-wrapper .news-focus .excerpt {
    color: #949697;
    padding-bottom: 0;
    border-bottom: 0;
    display: block; }
  .ezoic-wrapper .news-focus .excerpt p {
    margin-bottom: 0; }
  .ezoic-wrapper .news-focus .posts-list {
    border-left: 1px solid #d9d9d9; }
  .ezoic-wrapper .news-focus .posts-list li:first-child {
    padding-top: 0; }
  .ezoic-wrapper .news-focus .posts li:first-child {
    padding-top: 0; }
  .ezoic-wrapper .news-focus .posts li:last-child {
    padding-bottom: 0; }
  .ezoic-wrapper h3.gallery-title {
    font-family: "Open Sans", Arial, sans-serif; }
  .ezoic-wrapper .gallery-block {
    margin-bottom: 42px; }
  .ezoic-wrapper .gallery-block .carousel li {
    margin-right: 30px; }
  .ezoic-wrapper .gallery-block .carousel .title a {
    font-family: "Roboto Slab", serif;
    color: #19232d;
    padding-top: 4px;
    display: block; }
  .ezoic-wrapper .gallery-block .carousel .title {
    margin-bottom: 0; }
  .ezoic-wrapper .gallery-block .carousel .flex-direction-nav a {
    top: 70px; }
  .ezoic-wrapper .gallery-block .rate-number {
    display: none; }
  .ezoic-wrapper .gallery-block .carousel .rate-number {
    display: block; }
  .ezoic-wrapper .gallery-block .image-link {
    display: block;
    position: relative; }
  .ezoic-wrapper .gallery-block img {
    display: block; }
  .ezoic-wrapper .page-content .row.grid-overlay {
    margin-bottom: 14px; }
  .ezoic-wrapper .post-header {
    margin-bottom: 0px; }
  .ezoic-wrapper .post-header .featured {
    margin-bottom: 14px;
    position: relative; }
  .ezoic-wrapper .post-header .featured .caption a {
    color: inherit;
    font-weight: 600; }
  .ezoic-wrapper .featured .flex-direction-nav a {
    right: 21px; }
  .ezoic-wrapper .featured .flex-direction-nav .flex-prev {
    left: 21px; }
  .ezoic-wrapper .no-sidebar .post-header .featured img {
    width: 100%;
    height: auto; }
  .ezoic-wrapper .post-header .featured > a {
    display: block;
    position: relative; }
  .ezoic-wrapper .post-header .featured .caption {
    margin-bottom: 0;
    bottom: 5px;
    padding: 14px 20px 14px 20px;
    color: white;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0); }
  .ezoic-wrapper .post-header .post-title {
    font-size: 20px;
    position: relative;
    margin-right: 35px;
    float: left; }
  .ezoic-wrapper .post-header .post-title > .ezoic-before-el {
    content: " ";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    height: 20px;
    border-left: 3px solid #e54e53;
    display: none; }
  .ezoic-wrapper .post-header .comments {
    float: right;
    margin-left: -35px;
    color: #a6a6a6;
    font-size: 11px;
    line-height: 28px; }
  .ezoic-wrapper .post-header .comments:hover {
    text-decoration: none; }
  .ezoic-wrapper .post-header .comments .fa {
    font-size: 13px; }
  .ezoic-wrapper .post-header .post-meta {
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    margin-top: 21px;
    overflow: hidden; }
  .ezoic-wrapper .main-content video {
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .ezoic-wrapper .post-meta {
    color: #a6a6a6; }
  .ezoic-wrapper .post-meta time {
    text-transform: uppercase; }
  .ezoic-wrapper .post-meta .cats {
    float: right; }
  .ezoic-wrapper .title-above .post-header .post-meta {
    margin-bottom: 28px; }
  .ezoic-wrapper .title-above .post-header .featured {
    margin-bottom: 0; }
  .ezoic-wrapper .post-content,
  .ezoic-wrapper .post-share {
    line-height: 1.857;
    font-size: 13px;
    position: relative; }
  .ezoic-wrapper .post-container .post-content {
    margin-bottom: -1.857em; }
  .ezoic-wrapper .post-content a {
    color: #e54e53; }
  .ezoic-wrapper .post-content a:hover {
    color: #19232d; }
  .ezoic-wrapper .post-content p,
  .ezoic-wrapper .post-content > ul,
  .ezoic-wrapper .post-content > div,
  .ezoic-wrapper .post-content > dl,
  .ezoic-wrapper .post-content blockquote,
  .ezoic-wrapper .post-content ol {
    margin-bottom: 1.857em; }
  .ezoic-wrapper .post .post-content > p:first-child {
    font-size: 1.077em;
    color: #3a4149; }
  .ezoic-wrapper .post-content ul {
    list-style-type: square;
    margin-left: 42px; }
  .ezoic-wrapper .post-content ol {
    list-style-type: decimal;
    margin-left: 42px; }
  .ezoic-wrapper .post-content .fa-ul {
    margin-left: 0; }
  .ezoic-wrapper .post-content .fa-ul,
  .ezoic-wrapper .post-content .fa-ul ul {
    list-style-type: none; }
  .ezoic-wrapper .post-content .fa-ul .fa {
    margin-left: -21px;
    width: 2em;
    font-size: 0.9em;
    color: #979797; }
  .ezoic-wrapper .post-content small {
    font-size: 0.923em; }
  .ezoic-wrapper .post-content blockquote {
    padding: 1.857em;
    padding-bottom: 0;
    border-left: 3px solid #d9d9d9;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background: #f2f2f2; }
  .ezoic-wrapper .post-content .pullquote {
    float: right;
    font-style: italic;
    font-size: 1.1em;
    padding-left: 14px;
    border-left: 3px solid #d9d9d9;
    max-width: 35%; }
  .ezoic-wrapper .mejs-container .mejs-controls > div:last-of-type {
    position: relative;
    clear: both;
    float: right;
    top: -31px; }
  .ezoic-wrapper .post-content .tiled-gallery {
    clear: none; }
  .ezoic-wrapper .post-content img,
  .ezoic-wrapper .post-content .wp-caption {
    max-width: 100%;
    height: auto; }
  .ezoic-wrapper .post-content .gallery-caption {
    font-style: italic;
    font-size: 0.923em; }
  .ezoic-wrapper .post-content .wp-caption.alignright {
    margin-left: 31px; }
  .ezoic-wrapper .post-content .wp-caption {
    margin-bottom: 21px; }
  .ezoic-wrapper .post-content .wp-caption-text {
    margin-bottom: 0;
    margin-right: 10px; }
  .ezoic-wrapper .post-content .modern-quote {
    position: relative;
    padding: 0;
    padding-left: 42px;
    padding-right: 14px;
    padding-top: 17px;
    padding-bottom: 0;
    margin-top: 35px;
    margin-bottom: 35px;
    font-family: "Merriweather", Georgia, serif;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0px;
    border: 0;
    border-top: 2px solid #e54e53;
    background: rgba(0, 0, 0, 0); }
  .ezoic-wrapper .modern-quote > .ezoic-before-el {
    content: "\201c";
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
    color: #e6e6e6;
    font-size: 60px;
    line-height: 1;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif; }
  .ezoic-wrapper .modern-quote p {
    margin-bottom: 21px; }
  .ezoic-wrapper .modern-quote cite {
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #a6a6a6; }
  .ezoic-wrapper .modern-quote p > cite {
    display: block; }
  .ezoic-wrapper .modern-quote cite > .ezoic-before-el {
    content: "\2014";
    margin-right: 3px; }
  .ezoic-wrapper .modern-quote.alignleft {
    margin-right: 35px; }
  .ezoic-wrapper .modern-quote.alignright {
    margin-left: 35px; }
  .ezoic-wrapper .modern-quote.pull {
    margin-bottom: 28px;
    margin-top: 0.6em;
    padding-right: 0;
    max-width: 30%; }
  .ezoic-wrapper .review-box {
    background: #f2f2f2;
    border-left: 3px solid #d9d9d9;
    padding: 10px 15px 0 15px;
    font-size: 13px; }
  .ezoic-wrapper .post-content > .review-box {
    margin-bottom: 28px; }
  .ezoic-wrapper .review-box .heading {
    font-size: 16px;
    font-weight: normal;
    border-left: 3px solid #e54e53;
    margin-left: -18px;
    padding-left: 15px;
    line-height: 2;
    margin-bottom: 20px; }
  .ezoic-wrapper .review-box .verdict-box {
    overflow: hidden;
    padding: 28px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
  .ezoic-wrapper .review-box .overall {
    float: left;
    background: #e54e53;
    color: white;
    padding: 10px 8px;
    text-align: center; }
  .ezoic-wrapper .review-box .overall .number {
    display: block;
    font-size: 65px;
    font-weight: 600;
    line-height: 1; }
  .ezoic-wrapper .review-box .overall .best {
    display: none; }
  .ezoic-wrapper .review-box .overall .percent {
    font-size: 25px; }
  .ezoic-wrapper .review-box .overall .verdict {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px; }
  .ezoic-wrapper .review-box .verdict-box .text {
    margin-left: 150px; }
  .ezoic-wrapper .review-box ul {
    list-style: none;
    margin-left: 0;
    padding: 28px 0; }
  .ezoic-wrapper .review-box li {
    margin-bottom: 15px; }
  .ezoic-wrapper .review-box .label {
    text-transform: uppercase; }
  .ezoic-wrapper .review-box .criterion {
    overflow: hidden;
    line-height: 2; }
  .ezoic-wrapper .review-box ul .rating {
    float: right;
    font-weight: 600;
    white-space: nowrap; }
  .ezoic-wrapper .review-box .rating-bar,
  .ezoic-wrapper .review-box .bar {
    background: white;
    height: 21px; }
  .ezoic-wrapper .review-box .bar {
    background: #e54e53;
    display: block; }
  .ezoic-wrapper .review-box.stars li:first-child {
    margin-top: -28px; }
  .ezoic-wrapper .review-box.stars li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    margin: 0; }
  .ezoic-wrapper .review-box .overall-stars {
    display: block;
    height: 15px;
    text-align: center; }
  .ezoic-wrapper .review-box .overall-stars .main-stars {
    float: none;
    max-width: 6em;
    margin: 0 auto;
    margin-top: 14px;
    font-size: 15px;
    color: #ec9494;
    color: rgba(255, 255, 255, 0.2);
    text-align: left; }
  .ezoic-wrapper .review-box .overall-stars .main-stars span > .ezoic-before-el {
    color: white; }
  .ezoic-wrapper .review-box .main-stars {
    float: right;
    font-size: 17px;
    margin-top: 5px;
    display: block;
    padding-right: 1px;
    color: #d9d9d9; }
  .ezoic-wrapper .review-box .main-stars > .ezoic-before-el,
  .ezoic-wrapper .review-box .main-stars span > .ezoic-before-el {
    margin-right: -4px;
    letter-spacing: 5px; }
  .ezoic-wrapper .review-box .main-stars > .ezoic-before-el {
    content: "\f005\f005\f005\f005\f005"; }
  .ezoic-wrapper .ie .review-box .main-stars span > .ezoic-before-el {
    width: 6.25em; }
  .ezoic-wrapper .main-stars {
    position: relative;
    font-size: 13px;
    line-height: 1;
    height: 1em;
    color: #e54e53;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px; }
  .ezoic-wrapper .main-stars span {
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 2em;
    overflow: hidden; }
  .ezoic-wrapper .main-stars > .ezoic-before-el,
  .ezoic-wrapper .main-stars span > .ezoic-before-el {
    content: "\f005\f005\f005\f005\f005";
    color: inherit;
    letter-spacing: 2px;
    margin-right: -2px;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale; }
  .ezoic-wrapper .main-stars > .ezoic-before-el {
    content: "\f006\f006\f006\f006\f006"; }
  .ezoic-wrapper .main-stars span > .ezoic-before-el {
    top: 0;
    left: 0;
    position: absolute;
    color: #e54e53; }
  .ezoic-wrapper .ie .main-stars span > .ezoic-before-el {
    width: 6em; }
  .ezoic-wrapper .user-ratings .votes {
    font-size: 11px;
    letter-spacing: 1px;
    margin-left: 5px; }
  .ezoic-wrapper .user-ratings .hover-number {
    letter-spacing: 1px;
    float: right;
    font-weight: 600; }
  .ezoic-wrapper .stars .user-ratings .hover-number {
    margin-right: 21px; }
  .ezoic-wrapper .user-ratings .main-stars,
  .ezoic-wrapper .user-ratings .rating-bar {
    cursor: pointer; }
  .ezoic-wrapper .user-ratings.voted .main-stars,
  .ezoic-wrapper .user-ratings.voted .rating-bar {
    cursor: default; }
  .ezoic-wrapper .post-pagination {
    float: right; }
  .ezoic-wrapper .post-pagination > span {
    display: block;
    float: left;
    padding: 0 10px;
    margin-right: 5px;
    line-height: 25px;
    font-size: 13px;
    color: white;
    background: #e54e53;
    text-decoration: none; }
  .ezoic-wrapper .post-pagination-next {
    overflow: hidden;
    background: #f2f2f2; }
  .ezoic-wrapper .post-pagination-next .info {
    font-size: 12px;
    text-transform: uppercase; }
  .ezoic-wrapper .post-pagination-next .info strong {
    padding: 0 2px; }
  .ezoic-wrapper .post-pagination-next .button {
    padding: 3px 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
  .ezoic-wrapper .post-pagination-next .fa {
    padding: 0 3px;
    font-size: 11px;
    display: inline-block; }
  .ezoic-wrapper .post-pagination-next .links {
    float: right; }
  .ezoic-wrapper .post-share {
    border-top: 1px solid #d9d9d9;
    padding: 28px 0;
    margin-top: 28px;
    overflow: hidden; }
  .ezoic-wrapper .post-share .text {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    color: #19232d; }
  .ezoic-wrapper .share-links {
    float: right; }
  .ezoic-wrapper .share-links a {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-right: 2px;
    background: #19232d; }
  .ezoic-wrapper .share-links a:hover {
    text-decoration: none; }
  .ezoic-wrapper .share-links .fa-facebook {
    background: #204385; }
  .ezoic-wrapper .share-links .fa-twitter {
    background: #2aa9e0; }
  .ezoic-wrapper .share-links .fa-google-plus {
    background: #d3492c; }
  .ezoic-wrapper .share-links .fa-pinterest {
    background: #ca2128; }
  .ezoic-wrapper .share-links .fa-linkedin {
    background: #02669a; }
  .ezoic-wrapper .share-links .fa-tumblr {
    background: #44546b; }
  .ezoic-wrapper .author-info {
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 28px; }
  .ezoic-wrapper .author-info .avatar {
    float: left; }
  .ezoic-wrapper .author-info [rel="author"] {
    text-transform: uppercase;
    color: #19232d; }
  .ezoic-wrapper .author-info .social-icons {
    float: right; }
  .ezoic-wrapper .author-info .social-icons li {
    margin-right: 10px; }
  .ezoic-wrapper .author-info .social-icons li a {
    background: white;
    color: #606569;
    font-size: 14px; }
  .ezoic-wrapper .author-info .social-icons li a:hover {
    color: #19232d; }
  .ezoic-wrapper .author-info .description {
    margin-left: 135px;
    line-height: 1.714; }
  .ezoic-wrapper .author-info .bio {
    margin-top: 14px;
    margin-bottom: 0; }
  .ezoic-wrapper .navigate-posts {
    border-top: 1px solid #d9d9d9;
    padding: 35px 0;
    overflow: hidden;
    display: table;
    width: 100%; }
  .ezoic-wrapper .navigate-posts .previous,
  .ezoic-wrapper .navigate-posts .next {
    display: table-cell;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
    padding: 0 35px; }
  .ezoic-wrapper .navigate-posts .title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .ezoic-wrapper .navigate-posts .link {
    font-family: "Roboto Slab", Georgia, serif; }
  .ezoic-wrapper .navigate-posts .previous {
    padding-left: 21px; }
  .ezoic-wrapper .navigate-posts .next {
    text-align: left;
    border-left: 1px solid #d9d9d9;
    padding-right: 21px; }
  .ezoic-wrapper .navigate-posts .previous .fa {
    margin-right: 7px; }
  .ezoic-wrapper .navigate-posts .next .fa {
    margin-left: 7px; }
  .ezoic-wrapper .related-posts,
  .ezoic-wrapper .highlights-box.related-posts {
    margin-bottom: 28px;
    margin-top: 28px; }
  .ezoic-wrapper .related-posts .section-head {
    color: #e54e53; }
  .ezoic-wrapper .related-posts ul {
    overflow: hidden; }
  .ezoic-wrapper .related-posts li {
    float: left; }
  .ezoic-wrapper .related-posts article {
    position: relative; }
  .ezoic-wrapper .related-posts .highlights h2 a {
    font-size: 13px; }
  .ezoic-wrapper .related-posts .highlights article {
    margin-bottom: 0; }
  .ezoic-wrapper .comments .section-head {
    word-spacing: 4px; }
  .ezoic-wrapper .comments-list {
    margin-bottom: 42px; }
  .ezoic-wrapper .comments-list .comment {
    margin-top: 28px; }
  .ezoic-wrapper .comments-list .comment-meta,
  .ezoic-wrapper .comments-list .comment-content,
  .ezoic-wrapper .comments-list .children {
    margin-left: 75px; }
  .ezoic-wrapper .comments-list .avatar {
    float: left; }
  .ezoic-wrapper .comments-list .comment-meta {
    color: #a6a6a6;
    font-size: 12px; }
  .ezoic-wrapper .comment-meta a,
  .ezoic-wrapper .comment-meta .comment-author {
    text-transform: uppercase;
    color: #606569;
    margin: 0 2px 0 0;
    display: inline-block; }
  .ezoic-wrapper .comment-meta .comment-edit-link {
    color: #a6a6a6; }
  .ezoic-wrapper .comments-list .bypostauthor .comment-author a {
    color: #e54e53; }
  .ezoic-wrapper .comments-list .comment-content {
    font-size: 13px;
    line-height: 1.714;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    padding-bottom: 42px;
    margin-top: 14px; }
  .ezoic-wrapper .comments-list .comment-content p {
    margin-bottom: 0; }
  .ezoic-wrapper .comment-content .reply {
    position: absolute;
    bottom: -1px;
    right: 0;
    color: #a6a6a6;
    font-size: 12px;
    border-bottom: 1px solid #e54e53; }
  .ezoic-wrapper .comment-content .reply a {
    color: inherit;
    padding: 5px 0;
    text-transform: uppercase;
    display: block; }
  .ezoic-wrapper .comment-content .reply a:hover {
    text-decoration: none; }
  .ezoic-wrapper .comment-content .reply .fa {
    font-size: 13px;
    color: #b4b4b4;
    margin-left: 5px; }
  .ezoic-wrapper .comments-list .pingback {
    font-size: 13px;
    margin-left: 75px;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 21px; }
  .ezoic-wrapper .comment-nav {
    overflow: hidden;
    font-size: 13px;
    margin: -14px 0 28px 75px; }
  .ezoic-wrapper .comment-nav .nav-previous {
    float: left; }
  .ezoic-wrapper .comment-nav .nav-next {
    float: right; }
  .ezoic-wrapper .comment-nav a {
    color: #606569; }
  .ezoic-wrapper .comment .comment-respond {
    margin-left: 75px;
    margin-top: -1px; }
  .ezoic-wrapper .comment-respond form {
    margin-top: 42px; }
  .ezoic-wrapper .comment-respond .section-head {
    display: block; }
  .ezoic-wrapper .comment-respond p {
    margin-bottom: 28px;
    font-size: 13px; }
  .ezoic-wrapper .comment-respond small {
    float: right;
    margin-top: -55px;
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    margin-right: 12px; }
  .ezoic-wrapper .comment-respond small a {
    color: #a6a6a6; }
  .ezoic-wrapper .comment-respond .form-submit {
    overflow: hidden; }
  .ezoic-wrapper #comment-submit,
  .ezoic-wrapper .submit-button {
    float: right;
    background: #19232d;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    padding: 7px 21px; }
  .ezoic-wrapper .post-layout-cover .main {
    margin-top: 35px; }
  .ezoic-wrapper .post-layout-cover .post-cover {
    margin-bottom: 42px;
    overflow: hidden; }
  .ezoic-wrapper .post-cover .featured {
    position: relative; }
  .ezoic-wrapper .post-cover .featured img {
    display: block;
    margin-top: -28px;
    max-width: 100%;
    height: auto; }
  .ezoic-wrapper .post-cover .featured .hidden {
    visibility: hidden; }
  .ezoic-wrapper .post-cover .overlay {
    position: absolute;
    bottom: 0;
    padding: 28px;
    padding-top: 10%;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0); }
  .ezoic-wrapper .post-cover .caption {
    z-index: 200;
    color: #a6a6a6;
    background: rgba(0, 0, 0, 0.35);
    font-size: 12px;
    font-style: italic;
    width: auto;
    bottom: 0;
    right: 0;
    padding: 11px 21px; }
  .ezoic-wrapper .post-cover .caption a {
    color: #eeeeee; }
  .ezoic-wrapper .post-cover .overlay .cat-title {
    position: static;
    display: inline-block;
    margin: 0;
    margin-bottom: 21px;
    pointer-events: auto; }
  .ezoic-wrapper .post-cover .overlay h1 {
    max-width: 66.667%;
    padding-right: 25px;
    padding-bottom: 28px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 31px;
    line-height: 1.45;
    color: white;
    pointer-events: auto; }
  .ezoic-wrapper .post-cover .post-meta {
    color: #eeeeee;
    font-size: 11px;
    font-style: italic;
    padding-left: 3px;
    float: left;
    pointer-events: auto; }
  .ezoic-wrapper .post-cover .posted-by {
    text-transform: lowercase; }
  .ezoic-wrapper .post-cover .posted-by a,
  .ezoic-wrapper .post-cover .posted-on time,
  .ezoic-wrapper .post-cover .comments a {
    font-style: normal;
    text-transform: uppercase;
    padding: 0 3px; }
  .ezoic-wrapper .post-cover .posted-by a {
    font-weight: 600;
    color: white; }
  .ezoic-wrapper .post-cover .comments {
    padding-left: 30px; }
  .ezoic-wrapper .post-cover .comments a {
    color: inherit;
    text-decoration: none; }
  .ezoic-wrapper .post-cover .comments .fa-comments-o {
    padding-right: 3px; }
  .ezoic-wrapper .post-cover .gallery-slider + .overlay {
    pointer-events: none; }
  .ezoic-wrapper .post-cover .gallery-slider li,
  .ezoic-wrapper .post-cover .featured {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .ezoic-wrapper .post-cover .gallery-slider .frame {
    position: static; }
  .ezoic-wrapper .post-cover .gallery-slider li[style] {
    position: static !important; }
  .ezoic-wrapper .post-layout-cover .post-content > p:first-child {
    font-size: inherit;
    color: inherit; }
  .ezoic-wrapper .post-layout-cover .post-content {
    padding-left: 3.9%;
    padding-right: 3.9%; }
  .ezoic-wrapper .post-layout-cover .post-content .alignleft {
    margin-right: 28px;
    margin-top: 7px; }
  .ezoic-wrapper .post-layout-cover .post-content .alignright {
    margin-left: 28px;
    margin-top: 7px; }
  .ezoic-wrapper .post-layout-cover .post-content > p img.alignleft {
    margin-left: -3.9%; }
  .ezoic-wrapper .post-layout-cover .post-content > p img.alignright {
    margin-right: -3.9%; }
  .ezoic-wrapper .post-layout-cover .post-content > p img.aligncenter,
  .ezoic-wrapper .post-layout-cover .wp-caption.aligncenter {
    margin: 35px auto; }
  .ezoic-wrapper .post-layout-cover .post-content > p img.alignnone,
  .ezoic-wrapper .post-layout-cover .wp-caption.alignnone {
    margin: 35px -3.9%;
    max-width: 107.8%; }
  .ezoic-wrapper .post-layout-cover .wp-caption-text {
    color: #a6a6a6; }
  .ezoic-wrapper .post-layout-cover .post-content .gallery {
    margin-bottom: 1.857em !important; }
  .ezoic-wrapper .post-layout-cover .post-content .gallery,
  .ezoic-wrapper .post-layout-cover .review-box {
    margin-left: -3.9% !important;
    width: 107.8%; }
  .ezoic-wrapper .post-layout-cover .gallery-item img {
    border-color: white !important; }
  .ezoic-wrapper .post-layout-cover .review-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .ezoic-wrapper .page .post-content {
    margin-left: 0; }
  .ezoic-wrapper .page .post-header {
    margin-bottom: 0; }
  .ezoic-wrapper .page > .row.builder,
  .ezoic-wrapper .page-content > .main-pagination,
  .ezoic-wrapper .post > .row.builder {
    margin-bottom: 42px; }
  .ezoic-wrapper .page > .row.builder .post-content {
    margin-bottom: -1.857em; }
  .ezoic-wrapper .page-content .widget-title {
    font-weight: bold;
    color: #19232d;
    margin-bottom: 24px;
    font-family: inherit;
    line-height: 1.5; }
  .ezoic-wrapper .page-content .main-heading {
    font-weight: 600; }
  .ezoic-wrapper .page .page-content > div:last-child,
  .ezoic-wrapper .page .page-content > section:last-child {
    margin-bottom: 0; }
  .ezoic-wrapper .post-content h1,
  .ezoic-wrapper .post-content h2,
  .ezoic-wrapper .post-content h3,
  .ezoic-wrapper .post-content h4,
  .ezoic-wrapper .post-content h5,
  .ezoic-wrapper .post-content h6 {
    font-weight: bold;
    color: #19232d;
    margin-bottom: 24px;
    font-family: inherit;
    line-height: 1.5; }
  .ezoic-wrapper .post-slideshow {
    margin-top: 14px;
    background: #f7f7f7;
    padding: 1.857em 25px; }
  .ezoic-wrapper .post-slideshow h1,
  .ezoic-wrapper .post-slideshow h2,
  .ezoic-wrapper .post-slideshow h3,
  .ezoic-wrapper .post-slideshow h4,
  .ezoic-wrapper .post-slideshow h5,
  .ezoic-wrapper .post-slideshow h6 {
    font-weight: 600; }
  .ezoic-wrapper .post-slideshow > p:last-child,
  .ezoic-wrapper .post-slideshow .content-page > p:last-child {
    margin-bottom: 7px; }
  .ezoic-wrapper .post-container .post-slideshow {
    margin-bottom: 14px; }
  .ezoic-wrapper .post-slideshow .post-pagination-next {
    margin: 0 -25px;
    padding: 14px 25px;
    margin-top: -1.857em;
    margin-bottom: 28px; }
  .ezoic-wrapper .post-slideshow .content-page {
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .ezoic-wrapper .post-slideshow .content-page.hidden {
    opacity: 0; }
  .ezoic-wrapper .post-slideshow img.alignnone {
    margin-bottom: 5px; }
  .ezoic-wrapper .author .section-head {
    display: none; }
  .ezoic-wrapper .author .author-info {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 42px; }
  .ezoic-wrapper .authors-list .posts {
    display: block;
    margin-top: 18px; }
  .ezoic-wrapper .authors-list .posts a {
    text-transform: uppercase; }
  .ezoic-wrapper .post-content .wpcf7 {
    margin-top: 42px; }
  .ezoic-wrapper .post-content .wpcf7-not-valid-tip {
    position: static;
    margin-left: 10px;
    padding-left: 10px;
    border: 0;
    font-size: 13px;
    border-left: 2px solid #e54e53; }
  .ezoic-wrapper .error-page {
    margin-top: 10px; }
  .ezoic-wrapper .error-page .text-404 {
    font-size: 60px;
    color: #e54e53;
    line-height: 1;
    text-align: left;
    padding-left: 0; }
  .ezoic-wrapper .error-page .links,
  .ezoic-wrapper .error-page .fa-ul .fa {
    margin-left: 0; }
  .ezoic-wrapper .main-heading,
  .ezoic-wrapper .page-title,
  .ezoic-wrapper .entry-title {
    font: 18px "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    border-left: 3px solid #e54e53;
    padding-left: 14px;
    line-height: 2;
    margin-bottom: 28px; }
  .ezoic-wrapper .main-heading strong {
    font-weight: 600;
    margin-left: 14px; }
  .ezoic-wrapper .main-heading.prominent {
    font-weight: 600; }
  .ezoic-wrapper .listing-alt article {
    padding: 28px 0;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    position: relative; }
  .ezoic-wrapper .listing-alt .cat-title {
    top: 28px;
    z-index: 1; }
  .ezoic-wrapper .listing-alt article:first-child .cat-title {
    top: 0; }
  .ezoic-wrapper .listing-alt article:first-child {
    padding-top: 0;
    border-top: 0; }
  .ezoic-wrapper .listing-alt article > a {
    position: relative;
    float: left;
    max-width: 295px;
    overflow: hidden; }
  .ezoic-wrapper .listing-alt .sticky {
    background: #f2f2f2;
    padding-right: 25px; }
  .ezoic-wrapper .listing-alt .sticky:first-child {
    padding-top: 28px; }
  .ezoic-wrapper .listing-alt img {
    width: auto;
    height: auto;
    margin-left: -10%;
    -webkit-transform: translate3d(0, 0, 0); }
  .ezoic-wrapper .listing-alt article .content {
    margin-left: 325px;
    border-bottom: 0;
    line-height: 1.5;
    margin-top: -5px; }
  .ezoic-wrapper .listing-alt .content > a {
    font-size: 14px; }
  .ezoic-wrapper .listing-alt .content .excerpt {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.714;
    color: #949697; }
  .ezoic-wrapper .listing-alt .content .excerpt p {
    margin-bottom: 0; }
  .ezoic-wrapper .listing-alt .content .read-more {
    margin-top: 18px; }
  .ezoic-wrapper .listing-alt + .main-pagination {
    margin-top: 28px; }
  .ezoic-wrapper .listing {
    overflow: hidden; }
  .ezoic-wrapper .listing article {
    margin-bottom: 28px; }
  .ezoic-wrapper .listing .sticky {
    background: #f2f2f2;
    padding: 15px; }
  .ezoic-wrapper .listing > .column:nth-child(odd) {
    clear: both; }
  .ezoic-wrapper .listing .excerpt {
    font-size: 13px;
    line-height: 1.714;
    margin-top: 14px;
    border-bottom: 0;
    padding-bottom: 0; }
  .ezoic-wrapper .listing + .main-pagination {
    margin-top: 14px; }
  .ezoic-wrapper .listing.grid-3 > .column:nth-child(odd) {
    clear: none; }
  .ezoic-wrapper .listing.grid-3 > .column:nth-child(3n+1) {
    clear: both; }
  .ezoic-wrapper .right-sidebar .listing.grid-3 .column {
    padding-left: 15px;
    padding-right: 15px; }
  .ezoic-wrapper .right-sidebar .listing.grid-3 {
    padding-left: 10px;
    padding-right: 10px; }
  .ezoic-wrapper .listing.grid-overlay {
    margin-left: -13px;
    margin-right: -13px; }
  .ezoic-wrapper .listing.grid-overlay .column {
    padding-left: 13px;
    padding-right: 13px; }
  .ezoic-wrapper .right-sidebar .grid-overlay.grid-3 {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 28px;
    padding: 0; }
  .ezoic-wrapper .right-sidebar .grid-overlay.grid-3 .column {
    padding-left: 1px;
    padding-right: 1px; }
  .ezoic-wrapper .right-sidebar .grid-overlay.grid-3 article {
    margin-bottom: 2px; }
  .ezoic-wrapper .right-sidebar .grid-overlay.grid-3 h2 {
    padding-bottom: 7px;
    font-size: 13px; }
  .ezoic-wrapper .right-sidebar .grid-overlay.grid-3 .meta {
    display: none; }
  .ezoic-wrapper .listing.grid-overlay article {
    margin-bottom: 26px; }
  .ezoic-wrapper .listing.grid-overlay .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10%;
    pointer-events: none;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0); }
  .ezoic-wrapper .listing.grid-overlay article .image-link {
    display: block;
    height: 0;
    padding-bottom: 62.682%;
    overflow: hidden; }
  .ezoic-wrapper .listing.grid-overlay h2 {
    margin: 0;
    margin-bottom: 3px;
    padding-bottom: 14px;
    padding-right: 14px; }
  .ezoic-wrapper .listing.grid-overlay h2 > .ezoic-before-el {
    display: none; }
  .ezoic-wrapper .listing.grid-overlay h2 a {
    pointer-events: auto;
    color: white; }
  .ezoic-wrapper .listing.grid-overlay .meta {
    position: static;
    background: rgba(0, 0, 0, 0);
    color: white;
    margin-bottom: 0px;
    display: inline-block; }
  .ezoic-wrapper .grid-overlay .meta time {
    float: none;
    display: inline-block;
    margin-bottom: 2px;
    color: #efefef; }
  .ezoic-wrapper .list-timeline {
    margin-top: 42px;
    border-left: 1px solid #d9d9d9; }
  .ezoic-wrapper .list-timeline .month {
    margin-left: 25px;
    position: relative;
    margin-bottom: 42px;
    color: #19232d; }
  .ezoic-wrapper .list-timeline .heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    float: left;
    padding: 0 15px;
    line-height: 28px;
    border: 1px solid #d9d9d9;
    margin-top: -14px;
    margin-bottom: 28px; }
  .ezoic-wrapper .list-timeline .heading > .ezoic-before-el {
    display: block;
    position: absolute;
    top: 0px;
    left: -25px;
    width: 25px;
    height: 1px;
    background: #d9d9d9;
    content: " "; }
  .ezoic-wrapper .list-timeline .posts {
    clear: both; }
  .ezoic-wrapper .list-timeline .posts article {
    font-size: 13px;
    line-height: 1.714;
    margin-bottom: 7px;
    font-family: "Roboto Slab", Georgia, serif; }
  .ezoic-wrapper .list-timeline .posts time {
    text-transform: uppercase;
    padding-top: 1px;
    padding-right: 42px;
    color: #606569;
    display: block;
    float: left; }
  .ezoic-wrapper .list-timeline .posts article a {
    display: block;
    overflow: hidden; }
  .ezoic-wrapper .listing-classic > .post {
    padding-bottom: 35px;
    margin-bottom: 42px;
    border-bottom: 1px solid #d9d9d9; }
  .ezoic-wrapper .listing-classic .read-more {
    margin-top: 28px; }
  .ezoic-wrapper .listing-classic .post-content > p:first-child {
    font-size: inherit;
    color: inherit; }
  .ezoic-wrapper .listing-classic .post-share {
    padding-bottom: 0; }
  .ezoic-wrapper .listing-classic .post-header {
    margin-bottom: 21px; }
  .ezoic-wrapper .listing-classic > .post:last-child {
    border: 0;
    padding-bottom: 0; }
  .ezoic-wrapper .listing-classic + .main-pagination {
    border-top: 1px solid #d9d9d9;
    padding-top: 35px; }
  .ezoic-wrapper .main .sidebar .listing .column {
    width: 100%; }
  .ezoic-wrapper .main .sidebar .listing {
    margin-bottom: -28px; }
  .ezoic-wrapper .listing.grid-overlay .column.half {
    width: 100%; }
  .ezoic-wrapper .main .sidebar {
    border-left: 1px solid rgba(0, 0, 0, 0); }
  .ezoic-wrapper .main .sidebar > .ezoic-before-el,
  .ezoic-wrapper .sidebar .theiaStickySidebar > .ezoic-before-el {
    content: " ";
    position: absolute;
    border-left: 1px solid #d9d9d9;
    height: 100%;
    margin-left: -25px; }
  .ezoic-wrapper .main .sidebar .widget {
    margin-bottom: 35px; }
  .ezoic-wrapper .main .sidebar .widgettitle,
  .ezoic-wrapper .tabbed .tabs-list {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    background: #19232d;
    color: #efefef;
    padding: 0 14px;
    line-height: 34px;
    margin-bottom: 35px; }
  .ezoic-wrapper .tabbed .tabs-list {
    overflow: hidden;
    padding: 0; }
  .ezoic-wrapper .tabbed .tabs-list li {
    line-height: 1.5;
    border-bottom: 0;
    padding: 0; }
  .ezoic-wrapper .tabbed .tabs-list .active a {
    border-bottom: 2px solid #e54e53; }
  .ezoic-wrapper .tabbed .tabs-list a {
    color: #efefef;
    float: left;
    display: block;
    padding: 0 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    line-height: 32px; }
  .ezoic-wrapper .tabbed .tabs-list a:hover {
    text-decoration: none; }
  .ezoic-wrapper .tabbed .tabs-data {
    border-bottom: 0; }
  .ezoic-wrapper .tabbed .tabs-data > ul:first-child {
    display: block; }
  .ezoic-wrapper .tabbed .tabs-data > .inactive {
    display: none; }
  .ezoic-wrapper .tabbed .posts-list {
    display: none; }

  .ezoic-wrapper .tabbed .posts-list.active,
  .ezoic-wrapper .tabbed .posts-list .posts-list {
    display: block; }
  .ezoic-wrapper .sidebar .posts-list li {
    line-height: 1.5; }
  .ezoic-wrapper .gallery-block .slider .title {
    display: none; }
  .ezoic-wrapper .gallery-block .slider li {
    padding: 0;
    border: 0; }
  .ezoic-wrapper .gallery-block .flex-direction-nav a {
    width: 25px;
    height: 25px;
    margin: -10px 0 0; }
  .ezoic-wrapper .gallery-block .flex-direction-nav a > .ezoic-after-el {
    line-height: 25px;
    font-size: 25px; }
  .ezoic-wrapper .gallery-block .flex-direction-nav .flex-next {
    right: 10px; }
  .ezoic-wrapper .gallery-block .flex-direction-nav .flex-prev {
    left: 10px; }
  .ezoic-wrapper .sc-tabs {
    overflow: hidden;
    margin-bottom: -1px; }
  .ezoic-wrapper .post-content .sc-tabs {
    list-style-type: none;
    margin: 0 0 -1px 0;
    clear: both; }
  .ezoic-wrapper .sc-tabs a {
    float: left;
    display: block;
    padding: 5px 28px;
    background: #fcfcfc;
    border: 1px solid #d9d9d9;
    border-left: 0;
    color: #19232d;
    font-size: 13px; }
  .ezoic-wrapper .sc-tabs .active a {
    background: #f2f2f2;
    border-bottom: 1px solid #e54e53; }
  .ezoic-wrapper .sc-tabs li:first-child a {
    border-left: 1px solid #d9d9d9; }
  .ezoic-wrapper .sc-tabs a:hover {
    text-decoration: none; }
  .ezoic-wrapper .sc-tabs .active {
    margin-bottom: -3px; }
  .ezoic-wrapper .sc-tabs-panes {
    border: 1px solid #d9d9d9;
    padding: 21px; }
  .ezoic-wrapper .widget .sc-tabs li {
    border: 0;
    padding: 0; }
  .ezoic-wrapper .post-content .sc-tabs-panes {
    margin-left: 0; }
  .ezoic-wrapper .sc-tabs-panes > li {
    display: none; }
  .ezoic-wrapper .sc-tabs-panes > li.active {
    display: block; }
  .ezoic-wrapper .sc-accordion-pane.active,
  .ezoic-wrapper .sc-toggle-content.active {
    display: block; }
  .ezoic-wrapper .sc-accordion-title:first-child,
  .ezoic-wrapper .sc-toggle-title:first-child {
    border-top: 1px solid #d9d9d9; }
  .ezoic-wrapper .sc-accordion-title,
  .ezoic-wrapper .sc-toggle-title {
    border: 1px solid #d9d9d9;
    border-top: 0; }
  .ezoic-wrapper .sc-accordion-title a,
  .ezoic-wrapper .sc-toggle-title a {
    display: block;
    padding: 10px 21px;
    text-decoration: none;
    position: relative; }
  .ezoic-wrapper .sc-accordion-title a > .ezoic-before-el,
  .ezoic-wrapper .sc-toggle-title a > .ezoic-before-el {
    content: " ";
    width: 20px;
    height: 20px;
    background: #19232d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px; }
  .ezoic-wrapper .sc-accordion-title a > .ezoic-after-el,
  .ezoic-wrapper .sc-toggle-title a > .ezoic-after-el {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    position: absolute;
    top: 1.4em;
    left: 21px;
    padding-left: 5px;
    font-size: 13px;
    color: white;
    z-index: 1; }
  .ezoic-wrapper .sc-accordion-title.active a > .ezoic-after-el {
    content: "\f068"; }
  .ezoic-wrapper .sc-accordion-pane,
  .ezoic-wrapper .sc-toggle-content {
    display: none;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 21px; }
  .ezoic-wrapper .sc-button,
  .ezoic-wrapper .button {
    background: #19232d;
    padding: 5px 21px;
    color: white;
    display: inline-block;
    font: inherit; }
  .ezoic-wrapper .button {
    background: #e54e53; }
  .ezoic-wrapper a.button:hover {
    text-decoration: none; }
  .ezoic-wrapper .button.smaller {
    font-size: 12px;
    padding: 2px 7px;
    text-transform: uppercase; }
  .ezoic-wrapper .post-content .sc-button,
  .ezoic-wrapper .post-content .sc-button:hover {
    color: white; }
  .ezoic-wrapper .sc-button:hover {
    text-decoration: none;
    opacity: 0.9; }
  .ezoic-wrapper .sc-button-small {
    font-size: 14px; }
  .ezoic-wrapper .sc-button-medium {
    font-size: 16px; }
  .ezoic-wrapper .sc-button-large {
    font-size: 18px; }
  .ezoic-wrapper .sc-button-red {
    background: #e54e53; }
  .ezoic-wrapper .sc-button-orange {
    background: #ff5b22; }
  .ezoic-wrapper .sc-button-blue {
    background: #2a3c4c; }
  .ezoic-wrapper .sc-button-default:hover {
    background: #e54e53; }
  .ezoic-wrapper .drop-caps {
    float: left;
    font-size: 1.9em;
    line-height: 1;
    background: #e54e53;
    border-radius: 50%;
    color: white;
    padding: 6px 10px;
    margin-top: 5px;
    margin-right: 14px; }
  .ezoic-wrapper .drop-caps.square {
    border-radius: 0; }
  .ezoic-wrapper .main-footer {
    background: #19232d; }
  .ezoic-wrapper .main-footer .wrap {
    padding: 49px 25px; }
  .ezoic-wrapper .main-footer .widget {
    color: #d7dade;
    font-size: 13px;
    line-height: 1.9; }
  .ezoic-wrapper .main-footer .widgettitle {
    font: bold 14px/35px "Open Sans", Arial, sans-serif;
    color: #c5c7cb;
    border-bottom: 1px solid #253443;
    text-transform: uppercase;
    margin-bottom: 28px; }
  .ezoic-wrapper .main-footer .feedburner input {
    background: #1f2c38;
    color: #c5c7cb;
    border: 0;
    font-size: inherit;
    line-height: 1.4; }
  .ezoic-wrapper .main-footer input.feedburner-subscribe {
    background: #2a3c4c;
    padding: 8px 14px;
    font-weight: 600; }
  .ezoic-wrapper .lower-foot {
    background: #121a21;
    color: #8d8e92;
    font-size: 13px; }
  .ezoic-wrapper .lower-foot a {
    color: #b6b7b9; }
  .ezoic-wrapper .lower-foot .wrap {
    padding: 14px 25px;
    overflow: hidden; }
  .ezoic-wrapper .lower-foot .social-icons {
    float: right; }
  .ezoic-wrapper .lower-foot .menu {
    float: right;
    overflow: hidden; }
  .ezoic-wrapper .lower-foot .textwidget {
    float: left; }
  .ezoic-wrapper .lower-foot .menu li {
    float: left;
    padding-left: 0.5em; }
  .ezoic-wrapper .lower-foot .menu li > .ezoic-before-el {
    content: "\b7";
    padding-right: 0.5em;
    display: inline-block; }
  .ezoic-wrapper .lower-foot .menu li:first-child > .ezoic-before-el {
    content: ''; }
  .ezoic-wrapper .lower-foot .menu .sub-menu {
    display: none; }
  .ezoic-wrapper .main-footer .widget a {
    color: #e0e3e9; }
  .ezoic-wrapper .about-widget .logo-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 28px; }
  .ezoic-wrapper .main-footer .posts-list .content {
    border-bottom-color: #253443;
    margin-left: 95px; }
  .ezoic-wrapper .main-footer .posts-list img {
    width: 75px; }
  .ezoic-wrapper .main-footer .posts-list time,
  .ezoic-wrapper .main-footer .posts-list .comments a,
  .ezoic-wrapper .main-footer .posts-list .fa {
    color: #a3a8b1; }
  .ezoic-wrapper .flickr-widget {
    overflow: hidden; }
  .ezoic-wrapper .flickr-widget .flickr_badge_image {
    float: left;
    margin: 0 12px 14px 0px; }
  .ezoic-wrapper .ie8 .flickr-widget .flickr_badge_image {
    margin-right: 8px; }
  .ezoic-wrapper .flickr-widget .flickr_badge_image:nth-of-type(4n) {
    margin-right: 0; }
  .ezoic-wrapper .flickr-widget a {
    overflow: hidden;
    display: block;
    border-radius: 0px;
    max-height: 64px;
    max-width: 72px; }
  .ezoic-wrapper .flickr-widget a img {
    float: left;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .ezoic-wrapper .flickr-widget img:hover {
    opacity: 0.8; }
  .ezoic-wrapper .ie .flickr-widget img:hover {
    opacity: 1; }
  .ezoic-wrapper .main-footer .widget_calendar {
    color: #606569; }
  .ezoic-wrapper .main-footer .widget_calendar a {
    color: #19232d; }
  .ezoic-wrapper .fixedBar {
    background: black;
    bottom: 0px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    padding: 0px 0;
    position: fixed;
    font-size: 16px;
    width: 100%;
    z-index: 99999;
    float: left;
    vertical-align: middle;
    margin: 0px 0 0;
    opacity: 0.95;
    font-weight: bold; }
  .ezoic-wrapper .boxfloat {
    text-align: center;
    width: 920px;
    margin: 0 auto; }
  .ezoic-wrapper #tips {
    margin: 0;
    padding: 15px 0;
    width: 920px;
    font-size: 20px;
    line-height: 120%; }
  .ezoic-wrapper #tips a {
    color: white;
    text-decoration: none; }
  .ezoic-wrapper #tips a:hover {
    text-decoration: none; }
  .ezoic-wrapper .writeforus {
    text-align: center; }
  .ezoic-wrapper .bottombanner {
    text-align: center; }
  .ezoic-wrapper #wmathiddenslider {
    width: 100%;
    margin: 0 auto;
    display: none;
    height: 100vh; }
  .ezoic-wrapper .wmat1 {
    width: 70% !important;
    float: left !important;
    margin-right: 5% !important; }
  .ezoic-wrapper .wmatbutton1 {
    width: 25% !important;
    background-color: #e54e53 !important; }
  .ezoic-wrapper .wmclose {
    margin-top: 20px !important;
    text-align: center; }
  .ezoic-wrapper p.wmclose {
    color: white;
    font-size: 20px !important;
    cursor: pointer !important; }
  .ezoic-wrapper p.bio a {
    color: #e54e53; }
  .ezoic-wrapper .sidebarsignupform {
    width: 325px;
    margin: 5px auto;
    background: #f8a434;
    font-family: 'Lato', sans-serif;
    color: #fdfcfb;
    text-align: center;
    padding: 15px 0px; }
  .ezoic-wrapper .sidebarsignupheader {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold; }
  .ezoic-wrapper .sidebarsignupdescription {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: -2px 0 25px; }
  .ezoic-wrapper .sidebarsignupinput {
    display: flex;
    align-items: center;
    width: 295px;
    margin: 0px auto; }
  .ezoic-wrapper .sidebarsignupbutton {
    height: 34px;
    border: none; }
  .ezoic-wrapper .sidebarsignupform #email {
    width: 75%;
    background: #fdfcfb;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 5px 0 0 5px; }
  .ezoic-wrapper .sidebarsignupform #submit {
    width: 25%;
    height: 36px;
    background: #e54e53;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background 0.3s ease-in-out; }
  .ezoic-wrapper .sidebarsignupform #submit:hover {
    background: #d45d7d; }
  .ezoic-wrapper .sidebarsignupform input:focus {
    outline: none;
    outline: 2px solid #e86c8d; }
  .ezoic-wrapper .inpostsignupform {
    width: 300px;
    margin: 5px auto 30px auto;
    background: #f8a434;
    font-family: 'Lato', sans-serif;
    color: #fdfcfb;
    text-align: center;
    padding: 15px 0px; }
  .ezoic-wrapper .inpostsignupheader {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold; }
  .ezoic-wrapper .inpostsignupdescription {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: -2px 0 25px; }
  .ezoic-wrapper .inpostsignupinput {
    display: flex;
    align-items: center;
    width: 270px;
    margin: 0px auto; }
  .ezoic-wrapper .inpostsignupbutton {
    height: 34px;
    border: none; }
  .ezoic-wrapper .inpostsignupform #email {
    width: 75%;
    background: #fdfcfb;
    font-family: inherit;
    font-size: 11px;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 5px 0 0 5px; }
  .ezoic-wrapper .inpostsignupform #submit {
    width: 25%;
    height: 36px;
    background: #e54e53;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background 0.3s ease-in-out; }
  .ezoic-wrapper .inpostsignupform #submit:hover {
    background: #d45d7d; }
  .ezoic-wrapper .inpostsignupform input:focus {
    outline: none;
    outline: 2px solid #e86c8d; }
  .ezoic-wrapper .inpostsignupform p {
    margin-bottom: 10px; }
  .ezoic-wrapper .belowpostsignupform {
    width: 100%;
    margin: 5px auto 30px auto;
    background: #f8a434;
    font-family: 'Lato', sans-serif;
    color: #fdfcfb;
    text-align: center;
    padding: 15px 0px; }
  .ezoic-wrapper .belowpostsignupheader {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    width: 75%;
    margin: 0px auto; }
  .ezoic-wrapper .belowpostsignupdescription {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: -2px 0 25px; }
  .ezoic-wrapper .belowpostsignupinput {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0px auto; }
  .ezoic-wrapper .belowpostsignupbutton {
    height: 34px;
    border: none; }
  .ezoic-wrapper .belowpostsignupform #email {
    width: 75%;
    background: #fdfcfb;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 5px 0 0 5px; }
  .ezoic-wrapper .belowpostsignupform #submit {
    width: 25%;
    height: 36px;
    background: #e54e53;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background 0.3s ease-in-out; }
  .ezoic-wrapper .belowpostsignupform #submit:hover {
    background: #d45d7d; }
  .ezoic-wrapper .belowpostsignupform input:focus {
    outline: none;
    outline: 2px solid #e86c8d; }
  .ezoic-wrapper .belowpostsignupform p {
    margin-bottom: 10px; }
  .ezoic-wrapper .wmsignupform {
    width: 100%;
    margin: 0px auto;
    background: #f8a434;
    font-family: 'Lato', sans-serif;
    color: #fdfcfb;
    text-align: center;
    padding-top: 35vh;
    height: 65vh; }
  .ezoic-wrapper .wmsignupheader {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
    max-width: 500px; }
  .ezoic-wrapper .wmsignupdescription {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: -2px auto 25px;
    width: 50%;
    max-width: 500px; }
  .ezoic-wrapper .wmsignupinput {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0px auto;
    max-width: 500px; }
  .ezoic-wrapper .wmsignupbutton {
    height: 34px;
    border: none; }
  .ezoic-wrapper .wmsignupform #email {
    width: 75%;
    background: #fdfcfb;
    font-family: inherit;
    font-size: 11px;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 5px 0 0 5px; }
  .ezoic-wrapper .wmsignupform #submit {
    width: 25%;
    height: 36px;
    background: #e54e53;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background 0.3s ease-in-out; }
  .ezoic-wrapper .wmsignupform #submit:hover {
    background: #d45d7d; }
  .ezoic-wrapper .wmsignupform input:focus {
    outline: none;
    outline: 2px solid #e86c8d; }
  .ezoic-wrapper .wmsignupform p {
    margin-bottom: 10px; }
  .ezoic-wrapper a#prize-link {
    font-size: 1.2em;
    font-weight: bold; }
  .ezoic-wrapper p.bio a {
    color: #e54e53; }
  .ezoic-wrapper a#meditation-download {
    display: block;
    text-align: left; }
  .ezoic-wrapper audio#meditation-audio {
    width: 100%; }

