/*
Theme Name: Wsnyc
Author: Wsnyc
Author URI: http://websolutionsnyc.com/
Version: 1.0.0
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
16. PBS Landing Page
17. Print styling

*/

/* =Global
----------------------------------------------- */

@font-face {
    font-family: "ProximaNova-Regular";
    src: url('font/ProximaNova/proxima-nova-regular.eot?#iefix') format('embedded-opentype'),
         url('font/ProximaNova/proxima-nova-regular.woff') format('woff'),
         url('font/ProximaNova/proxima-nova-regular.ttf')  format('truetype'),
         url('font/ProximaNova/proxima-nova-regular.svg') format('svg');
}
@font-face {
    font-family: "ProximaNova-Bold";
    src: url('font/ProximaNova/proxima-nova-bold.eot?#iefix') format('embedded-opentype'),
         url('font/ProximaNova/proxima-nova-bold.woff') format('woff'),
         url('font/ProximaNova/proxima-nova-bold.ttf')  format('truetype'),
         url('font/ProximaNova/proxima-nova-bold.svg') format('svg');
}
@font-face {
    font-family: "ProximaNova-BoldIt";
    src: url('font/ProximaNova/ProximaNova-BoldIt.ttf')  format('truetype');
}
@font-face {
    font-family: "ProximaNova-Semibold";
    src: url('font/ProximaNova/proxima-nova-semibold.eot?#iefix') format('embedded-opentype'),
    url('font/ProximaNova/proxima-nova-semibold.woff') format('woff'),
    url('font/ProximaNova/proxima-nova-semibold.ttf')  format('truetype'),
    url('font/ProximaNova/proxima-nova-semibold.svg') format('svg');
}
@font-face {
    font-family: "ProximaNova-SemiboldIt";
    src: url('font/ProximaNova/ProximaNova-SemiboldIt.otf')  format('opentype');
}


@font-face {
    font-family: "ProximaNovaAlt-RegulatIt";
    src: url('font/ProximaNova/proxima-nova-italic.eot?#iefix') format('embedded-opentype'),
    url('font/ProximaNova/proxima-nova-italic.woff') format('woff'),
    url('font/ProximaNovaAlt/ProximaNovaAlt-RegIt.ttf')  format('truetype'),
    url('font/ProximaNova/proxima-nova-italic.svg') format('svg');
}

body {
    color: #6B6B6B;
    background-color: #FFF;
    /*background-image: url(images/bg.jpg), url(images/bg_bottom.jpg);*/
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    word-wrap: break-word;
    font-family: "ProximaNova-Regular", sans-serif;
    line-height: 20px;
    font-size: 16px;
    cursor: default;
}
@media (max-width: 1023px) {
    body {
        /*background-image: url(images/bg_tablet.jpg), url(images/bg_bottom.jpg);*/
        background-position: center top, center bottom;
    }
}
@media (max-width: 767px) {
    body {
        /*background-image: url(images/mobile_bg2.png), url(images/mobile_bg.jpg);*/
        background-position: right top, left top;
    }
}
a {
  color: #e49140;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #DADADA;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #146678;
  font-weight: 700;
  font-style: normal;
}

h1,
.h1 {
  font-size: 25px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border-radius: 3px;
    -webkit-box-shadow:inset 2px 2px 8px 0 rgba(0,0,0,0.1)!important;
    box-shadow:inset 2px 2px 8px 0 rgba(0,0,0,0.1)!important;
    border: 1px solid #ccc;
    min-height: 30px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    border-color: rgba(228,145,64,.6);
    -webkit-box-shadow:inset 2px 2px 8px 0 rgba(0,0,0,0.1), 0 0 8px rgba(228,145,64,.6)!important;
    box-shadow:inset 2px 2px 8px 0 rgba(0,0,0,0.1), 0 0 8px rgba(228,145,64,.6)!important;
}
.table th {
  background-color: #ddd;
}

.form-control {
    line-height: 1.4em;
    line-height: 1.4em;
}

::-webkit-input-placeholder {
    font-family: "ProximaNovaAlt-RegulatIt";
    color: #999999!important;
    font-size: 1.3em;
}
:-moz-placeholder {
    font-family: "ProximaNovaAlt-RegulatIt";
    color: #999999!important;
    font-size: 1.3em;
}
::-moz-placeholder {
    font-family: "ProximaNovaAlt-RegulatIt";
    color: #999999!important;
    font-size: 1.3em;
}
:-ms-input-placeholder {
    font-family: "ProximaNovaAlt-RegulatIt";
    color: #999999!important;
    font-size: 1.3em;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

p {
    line-height: 1.3em;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
        padding: 0 20px;
        width: auto;
    }
}

/* Clearfix */
.clearfix:after {
  visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Headings */
.title {
  color: #146678;
  font-weight: normal;
  font-family: "ProximaNova-Semibold", sans-serif;
  text-transform: uppercase;
}
.post-title {
  color: #cb9781;
  font-weight: normal;
  font-family: "ProximaNova-Semibold", sans-serif;
}
.subtitle {
  color: #999;
}

.subtitle.event-date {
  text-transform: uppercase;
}

.post-title > a {
  color: #cb9781;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.main-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
@media (min-width: 768px) {
    .main-wrapper {
        padding-top: 40px;
    }
    .top-widget .widget {
        margin-bottom: -40px;
    }
}
.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
    font-size: 18px;
    position: relative;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.main-content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post/page styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
  color: #6B6B6B;
}
.entry-meta {
  margin-bottom: 30px;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
  border-bottom: solid 2px #e49140;
  padding-bottom: 15px;
    overflow: hidden;
}
.page-header .page-title {
  color: #3a7988;
  text-transform: uppercase;
  margin-top: 25px;
}
.page-header .page-subtitle {
  color: #888;
   
}
.page-header .category-description {
    margin: 20px 0;
}
.page-header .sort-dropdown {
    position: absolute;
    right: 15px;
    top: 40px;
}
.page-template-page-event-php .page-header .sort-dropdown {
    top: 134px;
}
@media (min-width: 1024px) {
    .page-header .page-title {
        font-family: "ProximaNova-Semibold";
        font-size: 30px;
		margin: 15px 0 0 0 !important;
    }
    body:not(.page-template-page-event-php) .page-header .page-title  {
        margin-top: 0;
    }
    .single-press .page-header .page-title,
    .page-template-page-multimedia-php .page-header .page-title {
        margin-top: 20px!important;
    }
    .page-template-page-event-php .entry-content .btn {
        margin: 30px 0 8px!important;
    }
}

.page-header .page-title {
    margin-bottom: 5px;
    width: calc(100% - 200px);
}
@media (max-width: 1023px) and (min-width: 768px) {
    .page-template-page-event-php .page-header .sort-dropdown {
        top: 162px;
    }
}
@media (max-width: 767px) {
    .page-header .entry-title {
        width: 100%;
        margin-top: 80px;
    }
    .page-header .page-title {
        font-size: 30px;
        width: 100%;
    }
    .page-template-page-event-php .page-header .sort-dropdown {
        top: 191px;
    }
}
.search-results .page-header .page-title {
    max-width: 100%;
    width: 100%;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #e49140;
}
.btn.btn-default.read-more {
    margin-top: 10px;
    font-size: 16px;
    color: #FFF!important;
    padding: 5px 30px;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 110px;
}
.post-single .secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
.post-inner-content {
  padding: 30px 0;
  border-bottom: #ddd solid 1px;
}
.page-template .post-inner-content {
    border-top: none!important;
    padding-top: 0;
}
.page-template .entry-header {
    border-bottom: 2px solid #e49140;
    padding-bottom: 10px;
}
.page-template .entry-header .page-title {
    color: #146678;
    font-size: 36px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .page-template .entry-header .page-title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .page-template .entry-header {
        padding-bottom: 20px;
    }
    .page-template .entry-header .page-title {
        font-size: 30px!important;
    }
    .page-template .entry-content {
        margin: 0;
        font-size: 16px !important;
        line-height: 20px;
    }
    .page-template .read-more {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
.entry-title {
  margin-top: 0;
}
.more-link,
.says {
  display: none;
}
.page-link {
  color: #146678;
  font-family: "ProximaNova-Semibold",sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}
.comment-reply-title {
  font-size: 14px;
}
.comment-reply-link {
  background: #C1C0C0;
  border: #C1C0C0;
  font-size: 10px;
  text-transform: uppercase;
}
.page-template-page-fullwidth-php .col-md-8 {
  width: 100%;
}
@media(max-width:767px){
    .post-inner-content {
        padding: 20px 25px;
    }
}

/* =Custom pages
----------------------------------------------- */
/* Upcoming Events Page */
.entry-header .event-date {
  float: left;
  width: 180px;
  border-right: solid 1px #ddd;
  margin-right: 20px;
  font-family: "ProximaNovaAlt-Regular", sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  color: #cb9781;
    min-height: 50px;
}
.entry-header .event-date + .entry-title {
  padding-left: 200px;
}
.entry-header .entry-title a {
  color: #D57146;
}
.event .entry-header {
    border: none;
}
.event .entry-title {
    text-transform: none;
    font-size: 26px;
}
.event-content {
    margin-bottom: 30px;
}
.page-template-page-event-php .ssba {
    display: none;
}
.page-template-page-event-php .entry-header,
.page-template-page-event-php .entry-content {
    padding: 0;
    margin: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .page-template-page-event-php .page-header,
    .page-template-page-cpt-php .page-header {
        overflow: visible;
    }
    .banner-event, .banner-press, .banner-page {
        width: calc(100% + 40px);
    }
    .page-template-page-event-php .widget-area .well {
        background-color: #f5f5f5;
    }
    .page-template-page-event-php .widget-area .wsnyc_cpt_widget {
        width: 100%!important;
        background: #fff!important;
    }
    .page-template-page-event-php .widget-area .wsnyc_cpt_widget .widget-book:first-of-type {
        padding-left: 80px;
    }
    .page-template-page-event-php .widget-area .wsnyc_cpt_widget .widget-book:nth-of-type(2) {
        padding-right: 80px;
    }
    .page-template-page-event-php .widget-area .widget:nth-of-type(2) {
        width: 50%;
        clear: both;
        float: left;
    }
    .page-template-page-event-php .widget-area .widget:nth-of-type(3) {
        width: 50%;
        clear: none;
        float: left;
    }
}
@media (max-width: 767px) {
    .event-content {
        padding: 0 !important;
    }
    .page-template-page-event-php .pagination {
        margin-top: -20px;
        margin-bottom: 0;
    }
    .page-template-page-event-php #secondary .widget:first-of-type,
    .page-template-page-event-php #secondary {
        margin: 0;
        padding: 0;
    }
    .widget-book {
        width: 50%;
        float: left;
    }
    .event-content .event-date {
        width: 100%;
        clear: both;
        border: none;
        min-height: 35px;
        padding-bottom: 10px;
    }
    .event-content .entry-title {
        width: 100%;
        clear: both;
        padding-left: 0!important;
    }
    .page-template-page-event-php .entry-header {
        position: relative;
    }
    .page-template-page-event-php .entry-header .ongoing {
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-template-page-event-php .entry-header .event-date {
        width: calc(100% - 140px);
    }
    .page-template-page-event-php .read-more {
        margin-bottom: 25px;
    }
}

/* Upcoming events banner */

.banner-event,
.banner-press,
.banner-page {
    width: calc(100% + 20px);
    margin-left: -20px;
}
.banner-event .banner-content,
.banner-press .banner-content,
.banner-page .banner-content {
    top: 0;
    left: 0;
}
.banner-event .banner-content .events-title,
.banner-press .banner-content .events-title,
.banner-page .banner-content .events-title {
    float: left;
    color: #cb9781;
    padding: 0 30px;
}
.banner-event .banner-content .events-title strong,
.banner-press .banner-content .events-title strong,
.banner-page .banner-content .events-title strong {
    font-family: "ProximaNova-Bold";
}
.banner-event .banner-content .events-title span strong,
.banner-press .banner-content .events-title span strong,
.banner-page .banner-content .events-title span strong {
    font-family: "ProximaNova-BoldIt";
}

.events-newsletter {
    position: relative;
    float: left;
    max-width: 300px;
}
.events-newsletter form {
    max-width: 380px;
    position: absolute;
    bottom: 10px;
    left: 40px;
}
.events-newsletter .input-group-btn {
    padding-left: 10px;
}
.events-newsletter .btn {
    width: 90px!important;
    height: 90px!important;
    margin-left: 10px!important;
    padding: 5px!important;
    border: 5px solid rgba(228,145,64,0.45)!important;
    -webkit-border-radius: 50px 50px 50px 50px!important;
    border-radius: 50px 50px 50px 50px!important;
    background-color: transparent!important;
    outline: none!important;
}
.events-newsletter .btn span {
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e49140;
    background-image: url(images/get-it.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background-color  0.5s;
    -moz-transition: background-color  0.5s;
    -o-transition: background-color  0.5s;
    transition: background-color  0.5s;
}
.events-newsletter .form-control {
    -webkit-border-radius: 4px 4px 4px 4px!important;
    border-radius: 4px 4px 4px 4px!important;
    margin-top: 30px;
}
.events-newsletter .btn:hover span {
    background-color: #363636;
}

@media (max-width: 1280px) {
    .banner-event .banner-content .events-title,
    .banner-press .banner-content .events-title {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .page-banner {
        height: 140px;
        overflow: hidden;
    }
    .page-banner img {
        position: absolute;
        width: auto !important;
        max-width: none;
        right: 0;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .banner-media:before {
        position: absolute;
        width: 170px;
        height: 140px;
        content: "";
        display: block;
        left: 0;
        top: 0;
        background-image: url(images/media-banner-helper.png);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }
    .banner-media img {
        right: -125px;
        height: 100%;
    }
    .banner-media .banner-content h3 {
        font-size: 18px;
    }
    .banner-media .banner-content .subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1024px) and (min-width: 992px) {
    .page-banner .banner-content .events-title {
        font-size: 20px;
        margin: 15px 0 5px 0!important;
    }
    .events-newsletter {
        margin: 0!important;
        padding-left: 30px;
    }
    .events-newsletter button {
        height: 80px!important;
        width: 80px!important;
    }
    .events-newsletter .form-control {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .page-banner .banner-content .events-title {
        font-size: 18px;
        margin: 15px 0 5px 0!important;
    }
    .events-newsletter {
        margin: 0!important;
        padding-left: 30px;
        clear: both;
    }
    .events-newsletter button.btn {
        height: 80px!important;
        width: 80px!important;
        padding: 3px!important;
    }
    .events-newsletter .form-control {
        margin-top: 20px;
    }
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #e49140;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #e49140;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #e49140;
  border: 1px solid #e49140;
  color: #fff;
}
.page-numbers {
  list-style: none;
  padding: 0;
}
.page-numbers > li {
  display: inline-block;
}
.pagination {
  font-family: "ProximaNova-Semibold";
  font-size: 16px;
}
.pagination li a {
  color: #444;
}
.pagination li:hover a {
  color: #e49140;
}
.pagination .current,
.pagination .current:hover,
.pagination .current:focus {
  color: #d13771;
}
.pagination li a.next,
.pagination li a.prev {
  background-color: #e49140;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
    padding: 10px 10px 4px;
}
.pagination li a.next {
  margin-left: 15px;
}
.pagination li a.prev {
  margin-right: 15px;
}
.pagination li>a,
.pagination li>span {
  padding: 10px 8px;
}
.bottom-pagination {
  text-align: center;
}
@media (max-width: 1023px) {
    .pagination li a.next,
    .pagination li a.prev {
        padding: 8px 8px 4px;
    }
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.pink-title {
    color: #d13771;
    font-family: "ProximaNova-Semibold";
}
#secondary .widget {
  color: #666666;
  overflow: hidden;
    padding: 15px 30px 15px;
    background-color: #f5f5f5;
}
#secondary .widget:first-child {
    padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    #secondary .widget {
        width: 50%;
        float: left;
    }
    #secondary .widget_text {
        max-height: 400px;
    }
    .banner-event {
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    #secondary .widget {
        padding: 15px 20px 15px;
    }
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.well {
    overflow: hidden;
    clear: both;
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
#secondary .widget > h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #146678;
    font-family: "ProximaNova-Semibold";
}
#secondary .widget a {
  color: #C1C0C0;
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}
@media (max-width: 767px) {
    #secondary {
        clear: both;
        margin-top: 30px;
        padding: 0;
        margin-bottom: -20px;
    }
}

/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity  0.5s;
     -moz-transition: opacity  0.5s;
       -o-transition: opacity  0.5s;
          transition: opacity  0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
    line-height: 18px;
}
.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content > a {
  color: #cb9781;
    font-family: "ProximaNova-Semibold";
    font-size: 16px;
}
#secondary .widget .post-content > a:hover {
  color: #a97c69;
}
.widget .post-content span {
    font-size: 14px;
}
.widget .post-content span a {
    color: #333!important;
}
.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 6px 12px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #146678 !important;
  background-color: #dee9ec;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px !important;
}
.tagcloud a:hover {
  background-color: #e49140;
  border-color: #e49140;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .btn-alt, .label-default {
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.btn-alt:hover, .btn-alt:focus, .btn-alt:active, .btn-alt.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #363636;
}
.btn.btn-default, .btn.btn-alt, .button-submit {
  color: #FFF;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
  padding: 6px 30px;
  border: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btn-default {
  background-color: #e49140;
}
.btn-alt {
  background-color: #146678;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
button {
  background-color: #e49140;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
button:hover {
  background-color: #363636;
}
#subscription-toggle {
    float: right;
}
.btn-disabled,
.btn-disabled:hover {
  background-color: #e49140;
}

.btn-disabled {
  cursor: default;
  opacity: 0.5;
}

.btn-tweet {
  margin: 0px 10px;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #e49140;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #e49140;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
.home section {
  margin-bottom: 20px;
}
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .site-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .banner-content-default {
    display: none;
  }
}

/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] a {
  border: 1px solid #DADADA;
  background-color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  display: block;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.paging-navigation {
  text-transform: uppercase;
}
.site-content [class*="navigation"] a:hover {
  color: #fff;
  background: #e49140;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.nav>li>a {
  text-transform: uppercase;
}
.navbar.navbar-default {
    background-color: transparent;
    margin-bottom: 0;
    font-weight: 500;
}
.navbar-default .navbar-nav > li {
    padding: 0 calc((100% - 1055px) / 15);
}
.navbar-default .navbar-nav > li:first-child {
    padding: 0 calc(((100% - 1036px) / 15) / 2);
}
.navbar-default .navbar-nav > li:last-child {
    padding: 0 calc(((100% - 1036px) / 15) / 2);
}
.navbar-default .navbar-nav > li > a {
  color: #146678;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "ProximaNova-Bold";
    padding-right: 13px;
    padding-left: 13px;
}
/* Ipad fix */
@media (min-width: 1023px) and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 20px;
  margin: 13px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active ,
.navbar-default .navbar-nav > .active:hover,
.navbar-default .navbar-nav > .active:focus,
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > .open,
.navbar-default .navbar-nav > .open:hover,
.navbar-default .navbar-nav > .open:focus {
    background-color: #bdcdda;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFF;
    background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #e49140;
}
.dropdown-menu {
  font-size: 13px;
}
.navbar-default .navbar-nav .dropdown-menu > li.menu-item > a {
  color: #3a7988;
  font-size: 18px;
}
.navbar-default .navbar-nav .dropdown-menu > li.menu-item > a:hover {
    color: #FFF;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    letter-spacing: -1px;
  }
}
  
@media (max-width: 1023px) {
  .navbar-default .navbar-nav {
    text-align: left;
  }
  .navbar-default .navbar-nav > li,
  .navbar-default .navbar-nav > li:first-child,
  .navbar-default .navbar-nav > li:last-child  {
    margin: 0;
    display: block;
    float: none;
    border-bottom: 1px solid rgba(58, 121, 136, 0.2);
  }
  .navbar-default .navbar-nav .menu-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .navbar-default .navbar-nav .menu-item > a {
    padding: 10px;
    color: #cb9781;
    line-height: 40px;
    font-size: 24px;
    letter-spacing: 0;
  }
  .navbar-default .navbar-nav .menu-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    background: url(images/mobile_menu_sprite.png) no-repeat -380px 0;
      pointer-events: none;
  }
  .navbar-default .navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: none;
  }
  .navbar-default .navbar-nav li.dropdown.open:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar-default .navbar-nav .dropdown-menu > li.menu-item > a {
    line-height: 40px;
    padding: 10px;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    background: #f5f5f5;
    border-top: 1px solid rgba(58, 121, 136, 0.2);
  }
  .navbar-default .navbar-nav .menu-item .caret {
    display: none;
  }
  .navbar-default .navbar-nav .menu-item.open:after {
    background-position: -445px 0;
  }
    .navbar-default .navbar-nav > li,
    .navbar-default .navbar-nav > li:first-child,
    .navbar-default .navbar-nav > li:last-child {
        display: block;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav li.menu-item-search {
    padding: 0 5%;
  }
  .navbar-default .navbar-nav li.menu-item-social:after,
  .navbar-default .navbar-nav li.menu-item-search:after {
    content: none;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 767px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #e49140;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar .navbar-toggle {
   position: absolute;
   top: -170px;
    left: 10px;
   border: none;
}
.navbar .navbar-toggle .icon-bar {
  width: 42px;
  height: 7px;
  background-color: #e49140;
  border-radius: 1px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
    width: 100%;
}

@media (max-width: 1023px) {
  nav.navbar.navbar-default {
    min-height: 0;
    border: none;
    background: none;
  }
  .navbar .navbar-collapse {
    background: #fff;
    padding: 0;
      margin-top: -56px;
  }
  .nav.navbar-nav {
    margin: 0;
  }
    .navbar .navbar-toggle {
        top: -120px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-collapse {
        margin-bottom: 20px;
    }
  .nav.navbar-nav {
    float: none;
  }
  .navbar .navbar-toggle {
     top: -170px;
     left: 3%;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .newsletter-header-link {
    position: absolute;
    top: -150px;
    right: 3%;
    font-size: 24px;
  }
  .menu-item-social {
    overflow: hidden;
  }
  .menu-item-social a {
    display: block;
    float: left;
    background-image: url("images/mobile_menu_sprite.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 50px;
    width: 50px;
    margin: 5px calc((100% - 310px)/12.5);
  }
  .menu-item-social a:hover {
      opacity: 0.6;
  }
  .menu-item-social .facebook {
      background-position: 0px 0;
  }
  .menu-item-social .twitter {
      background-position: -70px 0;
  }
  .menu-item-social .instagram {
      background-position: -140px 0;
  }
  .menu-item-social .pinterest {
      background-position: -222px 0;
  }
  .menu-item-social .vimeo {
      background-position: -305px 0;
  }
  .menu-item-social .youtube {
      background-position: -305px 0;
  }
    .menu-item-social .googleplus {
        background-position: -513px 0;
    }
    .menu-item-social .soundcloud {
        background-position: -587px 0;
    }
}


/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px 0;
  position: relative;
  border-top: 1px solid #DADADA;
}
.comment-list li:first-child .comment-body {
    border-top: none;
}
.comment-list .children {
  margin-left: 40px;
    padding-left: 0;
  border-top: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-date {
  font-size: 16px;
  font-style: italic;
  color: #333;
  line-height: 20px;
}
.comment-meta {
  margin-top: 10px;
  color: #cb9781;
  font-weight: 600;
}
.reply .comment-reply-link:after {
  border-right: 1px solid #eee;
  content: "";
  margin: 0 7px 0 10px;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 14px;
  width: calc(33% - 15px);
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}

/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #e49140;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  color: #999;
}
#footer-area a {
  color: #DADADA;
}

#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .site-info .widgettitle {
  display: none;
}
#footer-area .site-info p {
  margin-bottom: 0;
}
#footer-area .site-info p.bordered {
  border: 1px solid #000;
  display: inline-block;
  padding: 2px 5px;
  max-width: 50em;
  margin-bottom: 5px;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #e49140;
  opacity: .8;
}

@media (max-width: 767px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}

#footer-area .footer-content {
    background-color: #E08A6D;
}
#footer-area .footer-content a:hover {
    opacity: 0.7;
}
#footer-area .footer-content .links-wrapper {
    display: inline-block;
    padding: 35px 0;
}
#footer-area .footer-content .socials-footer {
	text-align: center;
    padding: 15px 15px 0;
}
#footer-area .footer-content .links-wrapper .title,
#footer-area .footer-content .socials-footer .title {
    color: #e6eacf;
    font-size: 1.3em;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    line-height: 30px;
	margin-top: 50px;
}
#footer-area .footer-content .footer-nav li {
    border: 0;
}
#footer-area .footer-content #menu-footer-links-1 li {
    display: block;
}
#footer-area .footer-content .footer-nav li a {
    padding: 0;
    line-height: 28px;
    font-size: 1.1em;
    text-transform: none;
    color: #FFF;
}
#footer-area .footer-content .newsletter-footer {
    margin: 35px 0;
    position: relative;
}
#footer-area .footer-content .newsletter-footer form, #store-front .footer-content .newsletter-footer form {
    max-width: 380px;
    position: absolute;
    bottom: 10px;
    left: 40px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    #footer-area .footer-content .newsletter-footer {
        margin: 20px 0;
    }
    #footer-area .footer-content .links-wrapper,
    #footer-area .footer-content .socials-footer {
        padding-top: 5px;
    }
    #footer-area .footer-content .links-wrapper,
    #footer-area .footer-content .links-wrapper ul {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #footer-area .footer-content .links-wrapper .title,
    #footer-area .footer-content .socials-footer .title {
        font-size: 18px;
    }
    #footer-area .footer-content .footer-nav li a {
        font-size: 16px;
        line-height: 22px;
    }
    #footer-area .footer-content .newsletter-footer {
        margin: 15px 0;
    }
    #footer-area .footer-content .newsletter-footer form {
        max-width: 320px;
    }
    #footer-area .footer-content .links-wrapper {
        padding-top: 60px;
    }
    #footer-area .footer-content .links-wrapper,
    #footer-area .footer-content .links-wrapper ul {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 400px) {
    #footer-area .footer-content .newsletter-footer form {
        max-width: 250px;
    }
    #footer-area .footer-content .newsletter-footer form input.form-control {
        margin-top: 18px;
    }
    #footer-area .footer-content .newsletter-footer form button.btn {
        width: 70px;
        height: 70px;
    }
}
#footer-area .footer-content .newsletter-footer .btn, #store-front #footer-area .footer-content .newsletter-footer .btn {
    width: 90px;
    height: 90px;
    margin-left: 10px;
    padding: 5px;
    border: 5px solid rgba(228,145,64,0.45);
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    background-color: transparent;
    outline: none;
}
#footer-area .footer-content .newsletter-footer .btn span, #store-front #footer-area .footer-content .newsletter-footer .btn span {
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e49140;
    background-image: url(images/get-it.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background-color  0.5s;
    -moz-transition: background-color  0.5s;
    -o-transition: background-color  0.5s;
    transition: background-color  0.5s;
}
#footer-area .footer-content .newsletter-footer .form-control {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-top: 30px;
}
#footer-area .footer-content .newsletter-footer .btn:hover span, #store-front #footer-area .footer-content .newsletter-footer .btn:hover span {
    background-color: #363636;
}

#footer-area .footer-content .icon-foot-below-title{ 
    height: 35px;
    margin-top: 5px;
}
#footer-area .footer-content .social-substack-icon-foot {
    background-image: url(/wp-content/uploads/2022/09/substack-footer.png) !important;
    width: 100px;
	margin-left: 15px;
}

@media all and (max-width: 768px){
	.social-mewe-icon-foot{ background-size: 40px auto !important; }
	body:not(#store-front) #footer-area .footer-content .social-substack-icon-foot{ background-size: 100px auto !important; }
	body:not(#store-front) #footer-area .footer-content .socials-footer a.facebook,
	body:not(#store-front) #footer-area .footer-content .socials-footer a.twitter,
	body:not(#store-front) #footer-area .footer-content .socials-footer a.social-telegram-icon-foot
	{ background-size: 30px !important; }
	body:not(#store-front) #footer-area .footer-content .socials-footer a.twitter { background-position: 0 -36px !important; }
	body:not(#store-front) #footer-area .footer-content .socials-footer a.social-telegram-icon-foot { background-position: 0 14px !important; }
	body:not(#store-front) #footer-area .footer-content .socials-footer a.youtube { background-position: 0 -170px !important; }
}


#footer-area .footer-content .socials-footer a {
    display: inline-block;
    line-height: 18px;
    min-height: 28px;
    padding: 4px 0 0;
    font-size: 1.1em;
    text-transform: none;
    color: #FFF;
    padding-left: 36px;
    background-image: url(images/footer_socials.png);
    background-repeat: no-repeat;
}
#footer-area .footer-content .socials-footer a.facebook {
    background-position: 0 -3px;
}
#footer-area .footer-content .socials-footer a.twitter {
    background-position: 0 -38px;
}
#footer-area .footer-content .socials-footer a.instagram {
    background-position: 0 -70px;
}
#footer-area .footer-content .socials-footer a.pinterest {
    background-position: 0 -103px;
}
#footer-area .footer-content .socials-footer a.youtube {
    background-position: 0 -140px;
}
#footer-area .footer-content .socials-footer a.googleplus {
    background-position: 0 -175px;
}
#footer-area .footer-content .socials-footer a.soundcloud {
    background-position: 0 -211px;
}
#footer-area .footer-menu {
    background-color: #e4e9cc;
}
#footer-area .footer-menu ul {
    width: 100%;
    text-align: center;
}
#footer-area .footer-menu ul li {
    border: 0;
    padding-top: 20px;
}
#footer-area .footer-menu ul li a {
    padding: 0 8px;
    color: #b65024;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    line-height: 1.2em;
    text-transform: none;
}
#footer-area .footer-menu ul li a:hover {
    color: rgba(209,55,113,.7);
}
#footer-area .footer-menu ul li:not(:last-child) a {
    border-right: 1px solid #d13771;
}
#footer-area .footer-menu .footer-copy {
    padding-bottom: 20px;
    color: #b65024;
    font-family: "ProximaNovaAlt-RegulatIt";
    font-size: 1em;
    line-height: 1.2em;
    text-transform: none;
    text-align: center;
}
#footer-area .site-info {
    background-color: transparent;
    line-height: 14px;
    color: #000;
    padding: 15px 0;
    text-align: center;
}
#footer-area .site-info a {
    color: #e49140;
}


@media (max-width: 1023px) {
    #footer-area .footer-content {
        position: relative;
        padding-top: 320px;
    }
    #footer-area .footer-content .newsletter-footer {
        position: absolute;
        top: 0;
        width: 100%;
    }
    #footer-area .footer-content .newsletter-footer img {
        width: 100%;
    }
    #footer-area .footer-content .footer-links-wrapper {
        overflow: hidden;
        width: 60%;
        float: left;
    }
    #footer-area .footer-content .socials-footer {
        width: 40%;
        float: left;
    }
    #footer-area .container {
        width: 100%;
    }
    #footer-area .footer-content .links-wrapper li {
        clear: both;
        width: 100%;
    }
}
@media (max-width: 850px) {
    #footer-area .footer-content {
        position: relative;
        padding-top: 260px;
    }
}

@media (max-width: 767px) {
    #footer-area .footer-menu {
        padding-top: 20px;
    }
    #footer-area .footer-menu ul li {
        padding: 0!important;
    }
    #footer-area .footer-menu ul li a {
        margin: 0 0 16px;
        font-size: 23px;
        line-height: 18px;
    }
    #footer-area .footer-content {
        position: relative;
        padding-top: 370px;
    }
    #footer-area .footer-content .footer-links-wrapper {
        overflow: hidden;
        width: 100%;
        clear: both;
    }
    #footer-area .footer-content .socials-footer {
        width: auto;
        margin: 0 auto 35px;
        clear: both;
        float: none;
        padding-top: 30px;
        max-width: 360px;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a {
        font-size: 21px;
        padding: 24px 0 20px 46px;
        background-size: 40px auto;
    }
    #footer-area .footer-content .socials-footer .title {
        text-align: center;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a.facebook {
        background-position: 0 6px;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a.twitter {
        background-position: 0 -52px;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a.instagram {
        background-position: 0 -105px;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a.pinterest {
        background-position: 0 -160px;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a.youtube {
        background-position: 0 -224px;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a.googleplus {
        background-position: 0 -285px;
    }
    body:not(#store-front) #footer-area .footer-content .socials-footer a.soundcloud {
        background-position: 0 -342px;
    }
    #footer-area .footer-content .links-wrapper li {
        margin: 4px 0;
    }
    #footer-area .footer-menu .footer-copy {
        font-size: 21px;
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    #footer-area .footer-content {
        position: relative;
        padding-top: 270px;
    }
}
@media (max-width: 500px) {
    #footer-area .footer-content {
        position: relative;
        padding-top: 250px;
    }
}
@media (max-width: 420px) {
    #footer-area .footer-content {
        position: relative;
        padding-top: 200px;
    }
}
/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a {
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#footer-area .social-icons a {
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}

.social-icons a.facebook:hover {
  background-color: #4265b9 !important;
}
.social-icons a.twitter:hover {
  background-color: #55ACEE !important;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89 !important;
}
.social-icons a.flickr:hover {
  background-color: #ff0084 !important;
}
.social-icons a.googleplus:hover {
  background-color: #d62408 !important;
}
.social-icons a.skype:hover {
  background-color: #0bbff2 !important;
}
.social-icons a.pinterest:hover {
  background-color: #c31e26 !important;
}
.social-icons a.linkedin:hover {
  background-color: #005987 !important;
}
.social-icons a.vimeo:hover {
  background-color: #1bb6ec !important;
}
.social-icons a.tumblr:hover {
  background-color: #35506b !important;
}
.social-icons a.youtube:hover {
  background-color: #df3333 !important;
}
.social-icons a.instagram:hover {
  background-color: #F95B60 !important;
}
.social-icons a.rss:hover {
  background-color: #f39c12 !important;
}
.social-icons a.foursquare:hover {
  background-color: #2398C9 !important;
}
.social-icons a.soundcloud:hover {
  background-color: #F50 !important;
}
.fa-googleplus:before {
  content: "\f0d5";
}
.fa-vimeo:before {
  content: "\f194";
}

@media (max-width: 1023px) {
  .site-branding {
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */
.cfa {
  padding: 30px 0px;
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #e49140;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #e49140;
  padding: 15px 30px;
  border-color: #e49140;
}
.cfa-button a {
  color: #e49140;
}
.cfa-button:hover {
  background-color: #e49140;
  color: #fff;
}
@media (max-width: 767px) {
  .cfa {
    padding: 0 0 20px;
  }
  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
  display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}

/* Top Bar */
.top-bar {
    line-height: 52px;
    width: 100%;
    background-color: rgba(256,256,256,0.8);
}
.header-newsletter {
    float: left;
	visibility:hidden;
	max-height:50px;
	overflow:hidden;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .header-newsletter {
        width: 248px;
    }
}
.top-menu {
    float: right;
	position: relative;
	z-index: 1000;
}
.header-social {
	/*
   position: absolute;
    padding: 0 4px;
    left: 50%;
    top: 0;
    margin-left: -132px;
	*/
	position: absolute;
    padding: 0 4px;
    left: 20px;
    top: 50px;
}

@media (max-width: 1275px) {
	.header-social{
		display: none;
	}

}

.header-newsletter label {
    float: left;
    font-size: 1.1em;
    padding-right: 10px;
    color: #000000;
    margin-bottom: 0;
}
.header-newsletter input[type=text] {
    float: left;
    width: auto;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 5px 0 0 5px!important;
    border-radius: 5px 0 0 5px!important;
    padding: 4px 15px;
    margin: 8px 0;
    min-width: 200px;
}
.header-newsletter input[type=submit] {
    height: 36px;
    padding-right: 24px;
    padding-left: 15px;
    margin-top: -1px;
    background-image: url("images/right_arr.png");
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    font-family: "ProximaNova-Semibold";
    font-size: 1.1em;
    text-transform: uppercase;
}
.header-social a {
    display: block;
    float: left;
    background-image: url("/wp-content/uploads/2022/05/socials-gray.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 42px;
    width: 42px;
    margin: 5px 0;
}
.header-social a:hover {
    opacity: 0.6;
}
.header-social .facebook {
    background-position: 4px 0;
}
.header-social .twitter {
    background-position: -36px 0;
}
.header-social .instagram {
    background-position: -78px 0;
}
.header-social .pinterest {
    background-position: -121px 0;
}
.header-social .vimeo {
    background-position: -161px 0;
}
.header-social .youtube {
    background-position: -203px 2px;
}
.header-social .googleplus {
    background-position: -245px 2px;
}
.header-social .soundcloud {
    background-position: -287px 2px;
}
.top-menu ul.menu {
  padding-left: 0;
}
.top-menu .menu-item,
.top-menu .back-link {
    display: inline-block;
    margin: 0 0 0 10px;
    list-style: none;
}
.top-menu .menu {
    margin-bottom: 0;
}
.top-menu .menu-item > a {
    padding: 8px 15px;
    background-color: #e49140;
    font-family: "ProximaNova-Regular", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    line-height: 32px;
    -webkit-transition: background-color 0.3s linear;
       -moz-transition: background-color 0.3s linear;
            transition: background-color 0.3s linear;
}
.top-menu .menu-item > a:hover {
  background-color: #363636;
}
.site-header {
    position: relative;
}
.nav-content {
    min-height: 150px;
    position: relative;
}

#logo {
    position: absolute;
    left: 50%;
    margin-left: -115px;
    top: 10px;
}

#logo img {width: 250px}

button .glyphicon-search {
    top: 3px;
}
.searchbar {
  position: relative;
  max-width: 480px;
}
.site-header .searchbar {
    width: 340px;
    position: absolute;
    right: 20px;
    top: 50px;
}
.searchbar .search-query {
    -webkit-border-radius: 4px 4px 4px 4px!important;
    border-radius: 4px 4px 4px 4px!important;
    padding-right: 40px;
    width: 100%;
}
.searchbar button {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}
.searchbar button:hover {
    background-color: transparent;
}
.searchbar button span {
    color: #e49140;
}

  .top-bar .container {
    padding-top: 0px
  }

@media (max-width: 1275px) {
	.top-bar .container {
	 padding-top: 0px;
	}

}
  
@media (max-width: 1023px) {
  .header-newsletter label {
    float: none;
    display: block;
    line-height: 1;
    color: #3a7988;
      margin-bottom: 6px;
  }
  .header-newsletter input[type="text"] {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    min-width: 0;
      width: 160px;
  }
  .header-newsletter input[type="submit"] {
    background-image: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: -8px;
    width: 80px;
    height: 30px;
  }
  .top-menu {
    margin-top: 18px;
  }
  .top-menu .menu-item > a {
    padding: 6px 25px;
  }
  .nav-content {
    min-height: 75px;
  }
  #logo {
      margin-left: -85px;
      top: 15px;
  }
  #logo img {
    width: 170px;
  }
  .site-header .searchbar {
    width: 220px;
  }
}

@media (max-width: 767px) {

   .nav-content {
    min-height: 95px;
  }

  #logo {
    position: static;
    margin: auto;
    text-align: center;
  }
  #logo img {
    width: 140px;
      margin-top: 20px;
  }
  .site-header .searchbar {
    position: relative;
    margin: 20px auto;
      max-width: 300px;
    width: 100%;
    top: 0;
    right: 0;
  }
}

@media (max-width: 479px) {
  #logo img {
    width: 140px;
  }
}

/* Navbar */

.navbar.navbar-default {
    background-color: rgba(255,255,255,.7);
    border-top: 1px solid rgba(58,121,136,.2);
    border-bottom: 1px solid rgba(58,121,136,.2);
}

/* Flexslider */

.flexslider {
    background-color: transparent;
}
.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    background: #e49140;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.flex-control-paging li a.flex-active {
    background-color: #FFF;
}
.flex-direction-nav a {
    text-decoration: none!important;
    display: block!important;
    width: 50px!important;
    margin: -20px 0 0!important;
    position: absolute!important;
    top: 50%!important;
    z-index: 10!important;
    overflow: hidden!important;
    opacity: 0!important;
    cursor: pointer!important;
    color: rgba(255,255,255,0.45)!important;
    text-shadow: none!important;
    -webkit-transition: all .3s ease!important;
    -moz-transition: all .3s ease!important;
    transition: all .3s ease!important;
}
.flex-direction-nav a:hover {
    color: #e49140;
}
.flex-direction-nav a:before {
    font-size: 75px;
}
.flexslider:hover .flex-prev {
    left: 15px;
}
.flexslider .flex-control-nav {
    bottom: 150px;
}
.home .flexslider .flex-control-nav {
    bottom: 20px;
}
.slides .flex-caption {
  max-width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.slides .flex-caption h2 {
  background: none;
  padding: 0;
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
    .flex-caption,
    .flex-control-nav {
      display: block !important;
    }
    .flexslider .slides a > img {
        height: 340px;
        max-width: none;
        text-align: center;
        width: auto;
    }
    .home .flexslider .slides a > img {
        height: auto;
        margin-left: 0;
        width: 100%;
    }
    .home .flex-control-paging li a {
        width: 8px;
        height: 8px;
    }
    .home .flexslider .flex-control-nav {
        bottom: 0;
    }
}

.banner-content-default  {
    top: 20px;
}
.banner-content-default blockquote {
    padding: 20px;
    margin: 0;
    border: 0;
}
.banner-content-default blockquote p {
    background-color: transparent;
    font-size: 60px;
    color: #ffb387;
    max-width: 560px;
    line-height: 1;
    font-family: "ProximaNova-Regular";
}
.banner-content-default blockquote footer {
    font-size: 24px;
    color: #ffb387;
    font-style: normal;
    font-family: "ProximaNova-Regular"; 
}
.banner-content-default blockquote p:before {
    content: "\201C"; 
}
.banner-content-default blockquote p:after {
    content: "\201D"; 
}
.banner-content-default .excerpt {
    background-color: transparent;
    display: block;
    color: #3a7988;
    max-width: 420px;
    padding: 12px 20px;
}
.banner-content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-color: rgba(256,256,256,0.8);
    padding: 20px;
}
.banner-content-bottom .banner-title {
    color: #cb9781;
    font-size: 34px;
    font-family: "ProximaNova-Bold";
    margin-bottom: 8px;
}
.banner-content-bottom .banner-subtitle {
    margin-top: 0;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .banner-content-bottom {
        padding: 0 20px;
    }
    .banner-content-bottom .banner-title {
        font-size: 30px;
        margin-bottom: 2px;
    }
    .banner-content-bottom .banner-subtitle {
        font-size: 16px;
    }
}

/* Top Widget */
.top-widget {
    padding: 40px 0;
}
.top-widget .widgettitle {
    display: none;
}
.top-widget .top-line {
    font-size: 28px;
    text-align: center;
}
.top-widget .bottom-line {
    font-size: 16px;
    text-align: center;
}
.top-widget .special-offer {
    color: #3a7988;
}
.top-widget .special-offer span,
.top-widget .special-offer strong {
    font-family: "ProximaNova-Bold";
}
.top-widget .special-offer span {
    color: #cb9781;
    text-transform: uppercase;
}
.top-widget .subtext {
    color: #a5a5a5;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .top-widget {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .top-widget {
        background-color: rgba(255,255,255,0.76);
        padding: 10px 0 7px;
        margin-bottom: 25px;
    }
    .top-widget span {
        display: block;
    }
    .top-widget .top-line {
        line-height: 30px;
    }
}

/* Featured Blog */
.featured-blog {
    padding: 0 20px;
}
.featured-blog .title {
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #146678;
    font-size: 24px;
}
.featured-blog .featured-post .entry-title {
    color: #cb9781;
    margin-bottom: 10px;
}
.featured-blog .featured-post .subtitle {
    font-size: 16px;
    line-height: 20px;
}
.featured-blog .featured-post a {
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 16px;
    color: #146678;
    display: block;
}
.featured-blog .featured-post a:hover {
    color: #e49140;
}
.featured-blog .featured-post .more-link {
    display: none;
}

.newsletter-side {
    margin: 10px 0 0 -20px;
    position: relative;
    overflow: hidden;
    /*height: 435px;*/
}
.newsletter-side form {
    max-width: 300px;
    position: absolute;
    top: 253px;
    left: 40px;
}
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
		.newsletter-side form{
			top: 273px !important;
		}
     }
}
.newsletter-side .btn {
    width: 90px;
    height: 90px;
    margin-left: 10px!important;
    padding: 5px;
    border: 5px solid #7badb8;
    -webkit-border-radius: 50px 50px 50px 50px!important;
    border-radius: 50px 50px 50px 50px!important;
    background-color: transparent;
    outline: none;
}
.newsletter-side .btn span {
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #146678;
    background-image: url(images/get-it.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background-color  0.5s;
    -moz-transition: background-color  0.5s;
    -o-transition: background-color  0.5s;
    transition: background-color  0.5s;
}
.newsletter-side .form-control {
    -webkit-border-radius: 4px 4px 4px 4px!important;
    border-radius: 4px 4px 4px 4px!important;
    margin-top: 30px;
}
.newsletter-side .btn:hover span {
    background-color: #363636;
}
.newsletter-side .text-box {
  position: absolute;
  /*top: 23px;*/
  left: 14px;
  font-size: 32px;
  line-height: 34px;
  text-align: left;
  width: 250px;
  color: #cb9781;
}
.newsletter-side .text-box strong {
    font-family: "ProximaNova-Bold";
}
.newsletter-side .text-box span {
    font-family: "ProximaNova-BoldIt";
}

@media (max-width: 1023px) {
  .featured-blog {
    padding: 0;
  }
  .featured-blog .featured-post {
    width: 50%;
    float:left;
    padding-right: 20px;
  }
  .featured-blog .newsletter-side {
    width: 50%;
    float: right;
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .featured-blog {
    padding: 0 20px;
  }
  .featured-blog .featured-post,
  .featured-blog .newsletter-side {
    width: 100%;
    float: none;
    padding: 0;
    margin: 10px auto;
  }
}

/* What's hot this month */

#owl-slider {
    margin-bottom: 40px;
}
.owl-title {
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #3a7988;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background-image: url(images/owl_title_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
#owl-slider .item {
    margin: 5px;
    display: block;
    padding: 0 20px;
}
#owl-slider .item img {
    display: block;
    margin: 0 auto;
    max-height: 120px;
}
#owl-slider .item > h2 {
    font-size: 18px;
    margin-bottom: 0;
    color: #cb9781;
    font-family: "ProximaNova-Semibold", sans-serif;
    text-transform: uppercase;
}
#owl-slider .item > h3 {
    font-size: 14px;
    color: #999999;
    font-family: "ProximaNova-Regular";
    font-weight: normal;
    margin: 0;
}
#owl-slider .item > p,
.product-thumbnail .subtitle {
    margin-bottom: 0;
}
#owl-slider .owl-buttons div {
    text-decoration: none;
    width: 30px;
    margin: -36px 0 0;
    position: absolute;
    top: 50%;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    opacity: 1;
    display: inline-block;
    font-family: "FontAwesome";
    color: #e49140;
    font-size: 40px;
    padding: 3px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#owl-slider .owl-buttons div:hover {
    color: #363636;
}
#owl-slider .owl-buttons .owl-prev {
    left: -20px;
}
#owl-slider .owl-buttons .owl-prev:before {
    content: '\f104';
}
#owl-slider .owl-buttons .owl-next {
    right: -20px;
}
#owl-slider .owl-buttons .owl-next:before {
    content: '\f105';
}
.grey-bg-wrapper {
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
    clear: both;
}

.coral-bg-wrapper {
    background-color: rgba(255, 233, 201, 0.58);
    overflow: hidden;
    width: 100%;
    clear: both;
    padding: 0 15px 15px 15px;
    text-align: center;
}
.coral-bg-wrapper h2 {
   color: #D07115;
    font-weight: 500;
    font-style: normal;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: .27em !important;}

@media (max-width: 500px) {
    .owl-title {
        background-position: -87px;
    }
}
@media (max-width: 400px) {
    .owl-title {
        font-size: 19px;
    }
}
/* Upcoming events homepage section */
.upcoming-events .main-content-inner {
    padding: 30px 15px 0;
}
.upcoming-events .main-content-inner .event {
    padding: 0 20px 30px 0;
    width: 50%;
    float: left;
}
.upcoming-events .main-content-inner .event:nth-child(4) {
    clear: left;
}
.upcoming-events .main-content-inner .event h3 {
    font-family: "ProximaNova-Bold";
    color: #cb9781;
    font-size: 1.25em;
    margin: 0;
    text-decoration: underline;
}
.upcoming-events .main-content-inner .event p {
    margin-bottom: 5px;
    font-size: 1em;
}
.upcoming-events .main-content-inner .event .btn {
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background-color: #e49140;
    color: #FFF;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold", sans-serif;
    padding: 6px 30px;
}
.home .upcoming-events .main-content-inner .event .btn {
    padding: 8px 40px;
    font-size: 16px;
}
.upcoming-events .main-content-inner .event .btn:hover {
    background-color: #363636;
}
.upcoming-events .page-link {
    float: right;
    margin-right: 30px;
}
.upcoming-events .event-list {
    padding-bottom: 30px;
}
.radio-widget {
    background-image: url("https://www.drnorthrup.com/wp-content/uploads/2021/04/464x362-Audio-App-CN_v2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: right top;*/
	background-position: top left;
    font-size: 20px;
    color: #146678;
    /*padding-left: 20px;*/
    line-height: 26px;
    font-family: "ProximaNova-Semibold", sans-serif;
	cursor: pointer;
}

.upcoming-events .sidebar img,
.mobile-media .sidebar img,
.radio-widget img {
    margin-left: -6px;
    margin-top: 10px;
}
.upcoming-events .sidebar strong,
.mobile-media .sidebar strong,
.radio-widget strong {
    font-family: "ProximaNova-Bold";
    color: #146678;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
}
.upcoming-events .sidebar span,
.mobile-media .sidebar span,
.radio-widget span {
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #FFF;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.radio-widget {
    padding-bottom: 20px;
}
.mobile-media .sidebar {
  overflow: hidden;
}
.mobile-media .radio-widget {
    margin-top: 0;
}
@media (min-width: 1024px) {
    .home .upcoming-events .main-content-inner .event .btn {
        padding: 6px 15px;
    }
    .home .press-media .btn {
        padding: 6px 40px;
        margin-top: 30px;
    }
}
@media (max-width: 1023px) {
  .home .grey-bg-wrapper {
    margin-bottom: 0;
  }
  .mobile-media .sidebar {
    clear: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .radio-widget { 
      width: auto;
  }
  .mobile-media .radio-widget {

  }
}

@media (max-width: 767px) {
  .upcoming-events .main-content-inner .event {
    width: 100%;
  }
  .upcoming-events .page-link {
    display: block;
    float: none;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .mobile-media .sidebar {
    max-height: 400px;
  }
  .mobile-media .radio-widget {
    max-height: 360px;
  }
  .home .upcoming-events .main-content-inner .event h3 {
      font-size: 1.25em;
  }
    .home .upcoming-events .main-content-inner .event .subtitle {
        font-size: 1em;
    }
}

/* Featured videos */
.featured-video-embed {
  /*width: 55%;*/
  padding-right: 15px;
  float: left;
}
.featured-video-player h3 > a {
  color: #d13771;
  font-size: 26px;
}
.featured-video-post {
  border-bottom: solid 1px #ddd;
  padding: 0 20px 10px 40px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.featured-video-post:last-child {
  border: 0;
}
.featured-video-post .post-title {
  font-size: 24px;
  margin-top: 0px;
}
.featured-video-post .subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
}
.featured-video-post .glyphicon {
  font-size: 24px;
  color: #a0b69a;
  position: absolute;
  left: 0;
  top: 0;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article#type-video .byline {
	display: none !important;
}

@media (max-width: 767px) {
  .featured-video-embed {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
}


/* Inspiration quote */
.current-date {
  color: #cb9781;
  font-size: 24px;
  margin: -10px 0 20px;
  font-family: "ProximaNovaAlt-RegulatIt", sans-serif;
}
.inspiration-deco {
  display: block;
  height: 90px;
  position: absolute;
  left: 16em;
  top: 0;
  width: 132px;
  background-image: url("images/inspiration-ornament.png");
  background-position: right top;
}
.health-inspiration .inspiration-deco {
  display: none;
}
.health-inspiration .header-container {
  background-image: url(images/inspiration-ornament.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 70px;
  padding-left: 90px;
}
.inpsiration-quote {
  text-align: center;
}
.home .health-inspiration {
    padding-bottom: 30px;
}
.inpsiration-quote blockquote {
  margin-bottom: 40px;
    border: 0;
}
.inpsiration-quote blockquote footer:before {
  content: "";
}
.inpsiration-quote .quote {
  text-align: center;
  color: #cb9781;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 30px;
  font-family: "ProximaNovaAlt-RegulatIt", sans-serif;
  margin-top: 30px;
  text-align: justify;
}
.inpsiration-quote .quote:before {
  content: "\201C"
}
.inpsiration-quote .quote:after {
  content: "\201D"
}
.inpsiration-quote .author {
  float: right;
  color: #cb9781;
  font-size: 24px;
  font-style: normal;
  font-family: "ProximaNova-Semibold", sans-serif;
}
.inpsiration-quote .author:before {
  content: '— ';
}
.quote-circle blockquote {
  height: 540px;
}
.quote-circle .nicescroll-rails {
    width: 420px!important;
    margin-left: -405px;
}
.inspiration-quote {
    position: relative;
    margin-bottom: 40px;
    height: 680px;
}
.inspiration-quote .quote {
    height: 680px;
}
.inspiration-quote .inspiration-quote-bg {
    height: 680px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#owl-slider-inspiration .owl-buttons div {
    background-color: transparent;
    font-size: 24px;
    font-family: "ProximaNova-Semibold";
    color: #146678;
    opacity: 1;
}
#owl-slider-inspiration .owl-prev {
    position: absolute;
    left: 50px;
    bottom: 40px;
}
#owl-slider-inspiration .owl-next {
    position: absolute;
    right: 50px;
    bottom: 40px;
    display: none;
}
.inspiration-quote .quote-circle {
    -webkit-border-radius: 500px 500px 500px 500px;
    border-radius: 500px 500px 500px 500px;
    width: 640px;
    height: 640px;
    background-color: rgba(255,255,255,0.6);
    left: 50%;
    margin-left: -320px;
    top: 50%;
    margin-top: -320px;
    position: absolute;
}
.inspiration-quote .entry-header {
    position: absolute;
    max-width: 300px;
    top: 40px;
    left: 40px;
    border: none;
}
.inspiration-quote .entry-header .subtitle {
    color: #146678;
    font-size: 18px;
    font-style: normal;
}
.inspiration-quote footer {
    width: 640px;
    height: 640px;
    left: 50%;
    margin-left: -320px;
    top: 50%;
    margin-top: -320px;
    position: absolute;
    padding-top: 550px;
    font-size: 24px;
    color: #146678;
    font-family: "ProximaNova-Semibold";
    text-align: center;
    pointer-events: none;
}
.inspiration-quote blockquote > .ssba {
    display: none;
}
.inspiration-quote blockquote > .ssba:first-child {
    display: block;
    width: 640px;
    height: 640px;
    left: 50%;
    margin-left: -320px;
    top: 50%;
    margin-top: -320px;
    position: absolute;
    padding-top: 580px;
}
.inspiration-quote .quote-social-icons a span {
    border-radius: 0;
}
.inspiration-quote blockquote > .ssba .ssba_sharecount {
    display: none;
}
.inspiration-quote blockquote > .ssba > div {
    text-align: center!important;
}
.inspiration-quote blockquote {
    border: none;
    padding: 120px 80px 0;
    color: #146678;
    font-size: 36px;
    font-style: normal;
    text-align: center;
    line-height: 1em;
    margin: 0;
}
.quote article {
    margin-bottom: 30px;
}
.quote article .entry-header {
    border: none;
}
.quote article .entry-title {
    font-size: 30px;
    font-family: "ProximaNova-Semibold";
    color: #cb9781;
    margin-bottom: 10px;
    max-height: 70px;
    overflow: hidden;
}
.quote article .entry-header .entry-meta,
.quote article .entry-header .entry-content {
    margin: 0;
}
.quote article .post-thumbnail {
    float: left;
    margin-right: 30px;
}
.quote article .post-inner-content {
    border: none;
    overflow: hidden;
    background-color: #FFF;
    padding-top: 0;
}
.quote article .blog-item-wrap {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 30px;
}
.quote article .post-inner-content .cat-links a {
    color: #146678;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
}
.quote article .post-inner-content .comments-link i {
    color: #a0b69a;
}
.quote article .post-inner-content .comments-link a {
    color: #292929;
    font-family: "ProximaNova-Regular";
    font-size: 14px;
}
.quote article .post-inner-content .entry-summary {
    margin-top: 0;
    line-height: 1.3em;
    overflow: hidden;
    font-size: 16px;
}
.page-template-page-inspiration-php .post-inner-content .entry-title {
    text-transform: none;
}
.page-template-page-inspiration-php .breadcrumb {
    display: none;
}
.page-template-page-inspiration-php .ssba {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -o-border-radius: 0;
}
.page-template-page-inspiration-php .comments-link a {
    text-transform: none!important;
}
.quote-social-icons {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -80px;
}
.quote-social-icons .a2a_svg {
    height: 28px;
    line-height: 28px;
    width: 28px;
    background-size: 100%;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .inspiration-quote {
        height: 480px;
        margin-bottom: 0;
    }
    .inspiration-quote .quote {
        height: 480px;
    }
    .inspiration-quote .inspiration-quote-bg {
        height: 480px;
    }
    .quote-circle .nicescroll-rails {
        width: 330px!important;
        margin-left: -315px;
    }
    .inspiration-quote .quote-circle {
        width: 450px;
        height: 450px;
        margin-left: -225px;
        margin-top: -225px;
    }

    .inspiration-quote blockquote {
        padding: 80px 60px 0;
        font-size: 26px;
    }
    .inspiration-quote footer {
        width: 450px;
        height: 450px;
        margin-left: -225px;
        margin-top: -225px;
        padding-top: 360px;
    }
    .inspiration-quote blockquote > .ssba:first-child {
        width: 450px;
        height: 450px;
        margin-left: -225px;
        margin-top: -225px;
        padding-top: 390px;
    }
    .quote-circle blockquote {
      height: 350px;
    }
    .inspiration-quote .entry-header {
        max-width: 220px;
        top: 10px;
        left: 20px;
    }
    .inspiration-quote .entry-header h2 {
        font-size: 28px!important;
    }
    .inspiration-quote .entry-header p {
        font-size: 12px!important;
        font-style: normal!important;
    }
    #owl-slider-inspiration .owl-buttons div {
        font-size: 14px;
    }
    #owl-slider-inspiration .owl-prev {
        left: 5px;
        bottom: 30px;
    }
    #owl-slider-inspiration .owl-next {
        right: 5px;
        bottom: 30px;
    }
    .page-template-page-inspiration-php #secondary .widget {
        width: 100%;
    }
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(1),
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(2) {
        width: 50%;
        border: none;
    }
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(3) {
        width: 100%;
    }
    .page-template-page-inspiration-php #secondary {
        width: 50%;
    }
    .page-template-page-inspiration-php #secondary .widget {
        padding: 0;
        height: 260px;
    }
    .page-template-page-inspiration-php .bottom-sidebar {
        overflow: visible;
        position: relative;
        float: left;
        clear: both;
    }
    .page-template-page-inspiration-php .bottom-sidebar .radio-widget {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        height: 280px!important;
        margin: -280px auto -30px;
        padding-left: 40px;
        font-size: 18px;
    }
    .page-template-page-inspiration-php .bottom-sidebar .radio-widget strong {
        font-size: 18px;
        padding-top: 0;
    }
    .page-template-page-inspiration-php .bottom-sidebar .radio-widget span {
        font-size: 16px;
        padding: 10px 0;
        line-height: 18px;
    }
    .page-template-page-inspiration-php .widget-book:last-of-type {
        display: none;
    }
    .page-template-page-inspiration-php .widget-book,
    .page-template-page-right-sidebar-php .widget-book,
    .page-id-98 .widget-book {
        width: 100%!important;
    }
    .page-template-page-inspiration-php .widget-book .product-image,
    .page-template-page-right-sidebar-php .widget-book .product-image,
    .page-id-98 .widget-book .product-image {
        float: left;
        width: 180px;
    }
    .page-template-page-inspiration-php .widget-book .product-info,
    .page-template-page-right-sidebar-php .widget-book .product-info,
    .page-id-98 .widget-book .product-info {
        float: left;
        width: calc(100% - 180px);
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .inspiration-quote .entry-header {
        top: 5px;
        max-width: none;
        left: 30px;
        width: calc(100% - 60px);
    }
    .inspiration-quote .entry-header .page-title {
        font-size: 24px!important;
        text-align: center;
    }
    .inspiration-quote .entry-header .subtitle {
        font-size: 12px;
        text-align: center;
    }
    .inspiration-quote {
        height: 500px;
    }
    .inspiration-quote .quote {
        height: 500px;
    }
    .quote-circle blockquote {
      height: 260px;
    }
    .inspiration-quote .inspiration-quote-bg {
        height: 500px;
    }
    .inspiration-quote .quote-circle {
        top: 90px;
        margin-top: 0;
        width: 350px;
        height: 350px;
        margin-left: -175px;
    }
    #owl-slider-inspiration .owl-prev,
    #owl-slider-inspiration .owl-next {
        bottom: 10px;
        font-size: 16px!important;
        left: 0;
        width: calc(100% - 30px);
        text-align: center;
    }
    .inspiration-quote blockquote {
        font-size: 22px;
        margin: 0;
        padding: 50px 60px 0;
    }
    .inspiration-quote blockquote > .ssba:first-child {
        width: 350px;
        height: 350px;
        top: 150px;
        margin-top: 0;
        padding-top: 140px;
        padding-left: 40px;
    }
    .inspiration-quote footer {
        width: 350px;
        height: 350px;
        top: 0;
        margin-left: -175px;
        margin-top: -15px;
        padding-top: 280px;
        padding-left: 0;
        font-size: 16px;
    }
    .quote-circle .nicescroll-rails {
        width: 230px!important;
        margin-left: -215px;
    }
    .health-inspiration {
        margin-top: 60px;
    }
    .inspiration-deco {
        display: none;
    }
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(1),
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(2) {
        width: 100%;
        clear: both;
    }
    .page-template-page-inspiration-php .post-thumbnail,
    .page-template-page-inspiration-php .post-inner-content {
        width: 100%!important;
        clear: both!important;
    }
    .page-template-page-inspiration-php .blog-item-wrap {
        padding: 0!important;
    }
    .page-template-page-inspiration-php .post-inner-content {
        padding: 20px 0!important;
    }
    .quote-social-icons {
      bottom: 90px;
    }
    .home .inpsiration-quote .quote {
        font-size: 32px;
    }
}

/* Bottom sidebar */

.bottom-sidebar {
    clear: both;
    overflow: hidden;
    padding: 30px 20px;
    background-color: #f5f5f5;
    width: 100%;
}
.bottom-sidebar .widget {
    float: left;
    width: calc(100% / 3);
    padding: 0 20px;
}
.bottom-sidebar .widget:nth-child(2) {
    border-left: 1px solid #ddd;
}
.bottom-sidebar .widgettitle {
    font-size: 24px;
    color: #146678;
    font-family: "ProximaNova-Semibold";
}
.bottom-sidebar .radio-widget {
    margin: -30px -20px -30px 0;
}
.popular-posts-wrapper .post-content > a {
    color: #cb9781;
    font-size: 18px;
    font-family: "ProximaNova-Semibold";
}
.bottom-sidebar #text-7 img {
    max-width: 50%;
    float: left;
    margin: 0 15px 5px 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .bottom-sidebar .widget {
        width: 50%;
        max-height: 360px;
    }
}
@media (max-width: 767px) {
    .bottom-sidebar .widget {
        width: 100%;
    }
    .bottom-sidebar .widget .radio-widget {
        height: auto!important;
        width: calc(100% + 80px);
    }
    .bottom-sidebar .widget:first-of-type .radio-widget {
        margin: -30px -40px 0 -40px!important;
    }
    .bottom-sidebar .widget:not(:first-of-type) .radio-widget {
        margin: 0 -40px!important;
    }
    .bottom-sidebar .widget:last-of-type {
        margin-bottom: -30px;
    }
    .main-wrapper {
        background-image: url(images/mobile_bg3.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .bottom-sidebar {
        margin-top: 30px;
    }
    .bottom-sidebar .read-more-text {
        display: none;
    }
    .bottom-sidebar .sparkling-popular-posts {
        margin-top: 20px;
    }
    .bottom-sidebar .widget:not(#text-8) {
        padding: 0;
        border: 0;
    }
}

/* Post single */

.banner-post-image {
    border: 1px solid #dadada;
    border-bottom: none;
}
.post-single .post-inner-content {
    position: relative;
    padding-top: 0;
}

.post-single .post-inner-content div.ssba:first-child {
    position: absolute;
    right: 10px;
    top: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .post-single .post-inner-content .featured-image img {
        margin-bottom: 0!important;
    }
}
@media (max-width: 767px) {
    .post-single .post-inner-content div.ssba:first-child {
        left: 7px;
        top: 26px;
    }
    .post-single .secondary-content-box .author-bio {
        background-color: #FFF;
        margin-top: -1px;
    }
}
@media (min-width: 768px) {
    .post-single .secondary-content-box .author-bio {
        background-color: #FFF;
        margin-top: -1px;
    }
}
.post-single div.ssba:first-child {
    margin-top: -170px;
}
.post-single .photo-deployed .page-header {
    position: relative;
    border-bottom: none;
}
.post-single .entry-info {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}
.post-single .photo-deployed .entry-info {
    position: absolute;
    bottom: 60px;
}
.post-single .type-video .entry-info {
  position: static;
}
.post-single .type-video .photo-deployed .cat-links {
  position: static;
  display: block;
}
.post-single .photo-deployed .cat-links {
    position: absolute;
    bottom: 10px;
}
.post-single .photo-deployed .cat-links > a {
    border: none;
}
.post-single .page-header .entry-title {
    color: #cb9781;
    width: 100%;
    font-family: "ProximaNova-Bold";
    max-height: 90px;
    overflow: hidden;
}
.post-single .page-header .entry-titles {
    border-right: 1px solid #ddd;
    padding-left: 10px;
}
.post-single .page-header .entry-subtitle {
    font-size: 18px;
}
.post-single .cat-links {
    width: 100%;
    left: 0;
    bottom: 0;
    /*position: absolute;*/
    height: 50px;
    line-height: 50px;
    background-color: rgba(255,255,255,.7);
}
.post-single .cat-links i {
    display: none;
}
.post-single .cat-links a {
    display: inline-block;
    padding-left: 60px;
    color: #146678;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
}
.post-single .cat-links a:before {
    width: 4px;
    height: 4px;
    margin-top: 23px;
    margin-right: 12px;
    float: left;
    display: inline-block;
    content: "";
    background-color: #cb9781;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.post-single .cat-links a:hover {
    opacity: .7;
}
.post-single .author-name a {
    font-size: 24px;
    font-family: "ProximaNova-Bold";
    color: #d13771;
    text-transform: none;
}
.wp-post-image {
  width: 100%;
}
@media (max-width: 767px) {
    .single-post .top-widget {
        margin: 0;
    }
    .post-single .page-header .entry-titles {
        border: none;
        padding: 0;
    } 
    .post-single .page-header .entry-title {
        width: 100%;
        margin: 0;
        padding-bottom: 5px;
        padding-top: 0;
        max-height: unset;
    }
    .post-single .page-header .entry-meta {
        display: none;
    }
    .post-single .featured-image {
      min-height: 500px;
      overflow: hidden;
    }
    .post-single .photo-deployed .page-header {
        margin: 0 -15px;
        padding: 0;
    }
    .post-single .photo-deployed .page-header .entry-title {
        margin-top: 0;
    }
    .post-single div.ssba:first-child {
        margin-top: -130px;
        left: 20px;
    }
    .post-single .posted-on,
    .post-single .byline {
        display: none;
    }
    .post-single .fa-pencil-square-o,
    .post-single .edit-link {

    }
    .post-single .photo-deployed .entry-info {
      bottom: 50px;
        padding: 20px 20px 40px 20px;
    }
    .post-single .photo-deployed .cat-links {
      bottom: 0;
    }
    .post-single .cat-links a {
        padding-left: 20px;
    }
    .post-single .page-header .wp-post-image {
        left: 50%;
        margin-left: -400px;
        position: absolute;
        width: 800px;
        max-width: none;
    }
}

/* Search page */
.paging-navigation {
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}
.search-results-info {
    color: #000;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
}
.search-results .search-content {
    margin-top: 30px;  
}
.search-results .search-content .entry-title {
    font-family: "ProximaNova-Bold";
}
.search-results article {
    border-bottom: none;
    margin-bottom: 30px;
}
.search-results article .entry-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.search-results article .entry-url {
    color: #3a7988;
    margin-bottom: 0;
}
.search-results article .entry-content {
    margin-top: 5px;
}
.search-results article .entry-title > a {
    color: #d13771;
}
.search-results article .blog-item-wrap {
    margin: 0;
}
.search-results .search-excerpt {
    background: #F7DC6F;
}
.search-results span.audio {
    background-color: #596ebf;
    float: left;
    margin: auto 15px auto 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px 0px 10px;
    border-radius: 4px;
    color: #ffffff;
}
.search-results span.video {
    background-color: #59b1bf;
    float: left;
    margin: auto 15px auto 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px 0px 10px;
    border-radius: 4px;
    color: #ffffff;
}
.search-results .wp-post-image {
    display: none;
}
.search-results .post-inner-content {
    background-color: #FFF;
    padding: 30px;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
.search-results .post-inner-content .page-header {
    border: none;
    padding: 0;
    margin: 0;
}
mark {font-weight: bold; padding: 0 .2em;}

@media (max-width: 767px) {
    .search-results article .entry-title {
        font-size: 24px;
    }
    .search-results article .entry-url,
    .search-results article .entry-content {
        font-size: 16px;
    }
}

/* 404 */

.error-404 .post-inner-content {
    border: none;
}
.error-404 .previous-link {
    display: block;
    width: 100%;
    border-bottom: 2px solid #e49140;
    font-size: 36px;
    font-family: "ProximaNova-Semibold";
    color: #d13771;
    text-transform: uppercase;
}
.error-404 h2 {
    font-size: 30px;
    font-family: "ProximaNova-Semibold";
    margin: 20px 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .error-404 .previous-link {
        font-size: 28px;
    }
    .error-404 h2 {
        margin-bottom: 40px;
        font-size: 28px;
    }
    .error-404 .post-inner-content {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .error-404 h2 {
        font-size: 24px;
    }
    .error-404 .previous-link {
        font-size: 28px;
    }
    .error404 #secondary {
        display: none;
    }
}

/* Product page */
#store-front {
  background-image: none;
}
#store-front .navbar-default {
  border-top: none;
  background: transparent;
}
#store-front .navbar-nav {
  text-align: center;
}
#store-front .navbar-nav > li {
  display: inline-block;
  float: none;
  padding: 0 calc((100% - 1036px) / 15);
}

#store-front .navbar-nav > li.current-menu-item > a,
#store-front .navbar-nav > li.current-category-ancestor > a {
  color: #e49140;
}
#store-front .navbar-nav > li.current-menu-item > a:hover,
#store-front .navbar-nav > li.current-category-ancestor > a:hover {
  color: #fff;
}

#store-front nav.navbar.navbar-default {
    border-bottom: 1px solid rgba(58, 121, 136, 0.2);
}
#store-front .store-menu .navbar-nav .menu-item {
    width: auto;
    padding: 0 15px;
    border: 1px solid rgba(58, 121, 136, 0.2);
    border-bottom: none;
}
#store-front .store-menu .navbar-nav .menu-item.current-menu-item,
#store-front .store-menu .navbar-nav .menu-item.current-category-ancestor {
    border-bottom: solid 1px #fff;
    position: relative;
    bottom: -1px;
}
#store-front .store-menu .navbar-nav .menu-item > a {
    padding: 10px 20px;
    color: #146678;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
}
#store-front .store-menu .navbar-nav .menu-item.current-menu-item > a,
#store-front .store-menu .navbar-nav .menu-item.current-category-ancestor > a {
    color: #e49140;
}
#store-front .store-menu .navbar-nav .menu-item:after {
    display: none;
}
#store-front .store-menu .navbar-nav .menu-item > a:hover {
    color: #FFF;
}

#store-front .footer-content {
    background-color: #abd2f7;
}
#store-front .footer-content a,
#store-front #footer-area .footer-content .links-wrapper .title,
#store-front #footer-area .footer-content .socials-footer .title {
    color: #0a5161 !important;
}
#store-front .footer-menu {
    display: none;
}
/*#store-front #footer-area .footer-content .newsletter-footer form {
    position: static;
    max-width: 420px;
    padding-left: 30px;
}
#store-front .newsletter-footer {
    border-left: 1px solid #d3e7fb;
    border-right: 1px solid #d3e7fb;
    margin: 0!important;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(images/footer-banner2_q3_2015.jpg); 
    background-size: 100% 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
#store-front .newsletter-join {
    padding-left: 30px;
    font-family: "ProximaNova-BoldIt";
    font-size: 30px;
    text-transform: uppercase;
    color: #0a5161;
    margin-bottom: 5px;
    white-space: nowrap;
}
#store-front .newsletter-join span {
    color: #d13771;
}

#store-front #footer-area .footer-content .newsletter-footer .btn {
    width: 134px;
    height: 37px;
    margin-left: 10px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
}
#store-front #footer-area .footer-content .newsletter-footer .btn span {
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 37px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e49140;
    background-image: none;
    font-size: 20px;
    font-family: "ProximaNova-BoldIt";
}

#store-front #footer-area .footer-content .newsletter-footer .form-control {
    margin-top: 0;
    height: 38px;
}
*/
#store-front #footer-area .footer-content .socials-footer {
    padding-left: 30px;
    margin-bottom: 0;
}
#store-front #footer-area .footer-content .socials-footer > a {
    /*text-indent: -9999999px;
    height: 28px;
    width: 28px;
    padding: 0;
    float: left;
    margin: 5px 10px 15px 0;*/
}
#store-front #footer-area .footer-content .socials-footer .bookstore-nav {
    clear: both;
}
#store-front #footer-area .footer-content .socials-footer .bookstore-copy {
    color: #3f3f3f;
}
#store-front #footer-area .footer-content .socials-footer .footer-nav a {
    background-image: none;
    min-height: 0;
    line-height: 20px;
    font-family: "ProximaNova-Bold";
}
#store-front #footer-area .footer-content .socials-footer .footer-nav li:not(:last-child) a {
    border-right: 1px solid #0a5161;
    padding-right: 5px;
    margin-right: 3px;
}
#store-front #footer-area .links-wrapper {
    padding-bottom: 0;
}
#store-front #footer-area .links-wrapper ul li:last-of-type {
    display: none;
}
#store-front #footer-area .site-info {
    background-color: #c7ecfa;
}
#store-front .top-bar {
	/*
    background-color: rgba(216,233,255,0.2);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
	*/
	position: absolute;
}
#store-front .top-bar .btn,
#store-front .page-banner .btn,
#store-front .top-bar .top-menu a {
    background-color: #635b98;
}
#store-front .top-bar .btn:hover,
#store-front .page-banner .btn:hover,
#store-front .top-bar .top-menu a:hover {
    background-color: #9388d4;
}
@media (min-width: 1024px) {
    #store-front .mobile-store-menu {
      display: none !important;
    }
   /* #store-front .newsletter-footer {
      padding-bottom: 60px;
    } */
}
@media (max-width: 1023px) and (min-width: 768px) {
    #store-front .products-grid .product-block {
        border-left: 1px solid #ddd;
        border-right: none;
    }
    #store-front .page-header {
        width: 135%;
        margin-left: -35%;
    }
    #store-front .top-widget {
        padding: 25px 0;
    }
@media (max-width: 1023px) {
    #store-front .navbar .navbar-collapse {
        margin: 0 -15px 40px;
    }
    #store-front .navbar-collapse.in {
        overflow-y: hidden;
    }
    #store-front #footer-area .footer-content .newsletter-footer {
        border: none;
        border-bottom: 1px solid #d3e7fb;
    }
    #store-front .footer-content {
        padding-top: 195px!important;
        padding-bottom: 20px;
    }
    #store-front .banner-productstore,
    #store-front .banner-bookstore {
        height: 220px;
    }
    #store-front .banner-productstore img,
    #store-front .banner-bookstore img {
        height: 100%;
        left: 0;
    }
    #store-front .banner-productstore .banner-content,
    #store-front .banner-bookstore .banner-content {
        margin-top: 0!important;
        margin-bottom: 0!important;
        top: 35px;
    }
    #store-front .banner-productstore .banner-content h2,
    #store-front .banner-bookstore .banner-content h2 {
        font-size: 34px;
    }
    #store-front .banner-productstore .banner-content p,
    #store-front .banner-bookstore .banner-content p {
        font-size: 22px;
    }
}
}
@media (max-width: 767px) {
    #store-front .top-widget {
        background-color: transparent;
    }
    #store-front .newsletter-header-link {
        top: -105px;
    }
    #store-front .navbar .navbar-toggle {
        top: -120px;
    }
    #store-front .navbar .navbar-collapse {
        margin: 0 -15px 40px;
    }
    #store-front .navbar-default .navbar-nav .menu-item.current-menu-item {
        border-bottom-color: rgba(255,255,255,0.6);
    }
    #store-front .sidebar-product {
        margin: 0 0 -40px!important;
    }
    #store-front .footer-content {
        padding-top: 200px;
    }
   /* #store-front #footer-area .links-wrapper {
        padding-top: 130px;
    } */
    #store-front #footer-area .footer-content .socials-footer {
        padding-top: 20px;
    }
    #store-front .footer-content .newsletter-footer {
        border-bottom: solid 1px #fff;
    }
    #store-front #footer-area .footer-content .socials-footer {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
    }
    #store-front #footer-area .footer-content .socials-footer .title {
        text-align: left;
    }
    #store-front #footer-area .footer-content .socials-footer .bookstore-nav a {
        font-size: 13px;
    }
    #store-front #footer-area .footer-content .socials-footer .bookstore-copy {
        margin-bottom: 10px;
    }
    #store-front .footer-content .footer-nav li a {
        font-size: 14px;
        line-height: 1;
    }
    #store-front #footer-area .footer-content .socials-footer > a {
        margin-right: 8px;
    }
    #store-front .navbar-default .navbar-nav .menu-item > a {
        padding: 10px;
        font-size: 16px;
    }
    #store-front .banner-productstore {
        height: 180px;
    }
    #store-front .banner-productstore,
    #store-front .banner-bookstore {
        height: 180px;
    }
    #store-front .banner-productstore img,
    #store-front .banner-bookstore img {
        height: 100%;
    }
    #store-front .banner-bookstore img,
    #store-front .banner-productstore img {
        left: -100px;
    }
    #store-front .banner-bookstore .banner-content {
        left: 20px;
        top: 30px;
        margin: 0!important;
    }
    #store-front .banner-productstore .banner-content {
        left: 20px;
        top: 0;
    }
    #store-front .banner-productstore .banner-content h2,
    #store-front .banner-bookstore .banner-content h2 {
        font-size: 24px;
    }
    #store-front .banner-productstore .banner-content p,
    #store-front .banner-bookstore .banner-content p {
        font-size: 18px;
    }
   
}
.product-banner img {
    width: 100%;
}
.page-banner {
    position: relative;
}
.banner-content {
    position: absolute;
    left: 50%;
    top: 0;
}
.banner-content .banner-title {
    font-size: 60px;
    width: 100%;
    font-family: "ProximaNovaAlt-RegulatIt";
}
@media (max-width: 1200px) {
    .banner-content .banner-title {
        font-size: 50px;
    }
}
@media (max-width: 1000px) {
    .banner-content .banner-title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .banner-content .banner-title {
        font-size: 20px;
    }
}
.categories {
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    color: #414141;
    list-style: none;
}
.categories ul {
    list-style: none;
    padding: 0;
}
.categories .children {
    padding-left: 15px;
}
.categories li {
    padding: 6px 0;
}
.categories li a {
    color: #146678;
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
}
.categories li a:hover {
    color: #e49140;
}
.categories li.current-menu-item > a {
    color: #e49140;
}
.categories li ul {
    padding-left: 20px;
}
.categories li li {
    position: relative;
    line-height: 1.1;
}
.categories li li:before {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    left: -12px;
    top: 12px;
    border-radius: 3px;
    background-color: #bee3f9;
}
.categories li li a {
    text-transform: none;
    font-size: 14px;
}
.sidebar-product {    
    margin-top: 40px;
}
.mobile-category-toggle {
    color: #414141;
}
.mobile-category-toggle > i {
    display: none;
}
@media (min-width: 1024px) {
    .sidebar-product {
        width: 260px;
    }
    .products-section {
        width: calc(100% - 260px);
    }
}
@media (max-width: 767px) {
  .sidebar-product {
    display: none;
  }
  .mobile-category-toggle {  
    background-color: #f5f5f5;
    color: #cb9781;
    cursor: pointer;
    font-family: "ProximaNova-Semibold";
    font-size: 22px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    top: -2px;
  }
  .mobile-category-toggle > i {
    display: inline;
  }
}
.products-section .page-title {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 0;
}
.products-section .page-header {
    margin: 40px 0 0;
}
.products-grid {
    background-color: #FFF;
    position: relative;
}
.products-grid:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    visibility: visible;
    top: -1px;
}
.product-block {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}
.product-thumbnail {
    text-align: center;
	margin-top: 30px;
}
.product-block:last-child {
    border-bottom: none;
}
.product-block .post-title {
    text-transform: uppercase;
    margin: 0;
}
.product-block .post-excerpt {
    margin-bottom: 15px;
}
.products-grid .product-block {
    height: 330px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.border-cut {
    border: 1px solid #fff;
    bottom: 1px;
    margin: 0;
    position: absolute;
    width: 100%;
}

@media (min-width: 992px) {
    .products-grid .product-block:nth-child(3n),
    .products-grid .product-block-alt:nth-child(3n) .product-block {
        border-right: none;
    }
}
@media (max-width: 991px) {
    .products-grid .product-block:nth-child(2n),
    .products-grid .product-block-alt:nth-child(2n) .product-block {
        border-right: none;
    }
    .products-section .page-header {
      margin: 0;
    }
}
@media (max-width: 767px) {
    .products-section .page-title {
      font-size: 28px;
    }
}
.products-grid .product-block .product-info {
    position: absolute;
    top: 330px;
    height: 330px;
    width: 100%;
    left: 0;
    padding: 15px;
    background-color: rgba(15,80,94,.9);
    -webkit-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
}
.products-grid .product-block-alt .product-info-alt {
    position: absolute;
    top: 350px;
    height: 330px;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: solid 1px #8ba8ae;
    box-shadow: 0 2px 5px #bbb;
    padding: 15px;
    color: #666;
    z-index: 10;
    display: none;
}
/*
.products-grid .product-block:hover .product-info {
    top: 0;
    color: #fff;
}
*/
.products-grid .product-block .product-info {
    color: #fff;
}
.products-grid .product-block .product-info p {
    line-height: 1.1;
    margin: 5px 0;
}
.products-grid .product-block .product-info .post-title {
    margin: 0 auto 10px;
    line-height: 1em;
}
.products-grid .product-block .product-info .post-title a {
    text-transform: uppercase;
    font-size: 22px;
    font-family: "ProximaNova-Semibold";
    color: #fff;
}
.products-grid .product-block-alt .entry-author {
    text-align: center;
}
.products-grid .product-block .product-info .post-excerpt {
    line-height: 1.1em;
    margin: 15px 0;
}
.products-grid .product-info-alt .post-title {
    text-transform: uppercase;
    margin-bottom: 0;
}
.products-grid .product-info-alt .post-excerpt {
    line-height: 1.2;
}
.products-grid .product-info-alt .post-extra {
    margin-top: 20px;
}
.products-grid .product-block-alt .product-info .post-author {
    margin-bottom: 20px;
}
.products-grid .product-block .product-info .price-regular {
    display: block;
}
.products-grid .product-block .product-info .price-special {
    display: block;
    margin-bottom: -10px;
    padding-top: 6px;
    font-size: 20px;
    color: #e49140;
    border-top: 1px solid #86a6ae;
    font-family: "ProximaNova-Semibold";
}
.products-grid .product-block .product-info .read-more {
    bottom: 20px;
    display: block;
    font-size: 14px;
    left: 50%;
    margin-left: -100px;
    padding: 4px 9px;
    position: absolute;
    width: 200px;
    max-width: 90%;
}
.products-grid .product-block .product-thumbnail .entry-title,
.products-grid .product-block-alt .product-thumbnail .entry-title {
    margin: 0;
    text-align: center;
    line-height: 18px;
}
.products-grid .product-block .product-thumbnail .entry-title a,
.products-grid .product-block-alt .product-thumbnail .entry-title a {
    font-size: 18px;
    font-family: "ProximaNova-Semibold";
    color: #cb9781;
    text-transform: uppercase;
}
.products-grid .product-block-alt .read-more {
    width: 200px;
}
.products-grid .product-block .product-thumbnail img,
.products-grid .product-block-alt .product-thumbnail img {
    max-height: 220px;
    display: block;
    margin: 0 auto 15px;
}
.product-block-alt.show-info .product-block:after {
    background: url("images/shop_info_arrow.png") no-repeat center bottom;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -20px;
    position: absolute;
    width: 50px;
    z-index: 11;
}
.product-info-close {
    height: 20px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    background: #8ba8ae url(images/shop_info_close.png) no-repeat center center;
    border-radius: 0;
    border: solid 1px #fff;
    text-indent: -999em;
}
.product-info-close:hover {
  background-color: #e33;
}
.product-block .product-thumbnail button.btn {
    margin-top: 20px;
    width: 100%;
}
.product-extra {
    margin-top: 20px;
    clear: both;
}
@media (min-width: 1024px) {
  .product-block .product-thumbnail button.btn {
      display: none;
  }
  .product-extra {
    padding-left: calc((100%/3) + 15px);
  }
}
@media (max-width: 1023px) {
  .product-block .product-info button.btn {
      display: none;
  }
}
@media (max-width: 767px) {
  .products-grid .product-block-alt .product-info-alt {
    margin: 0 -20px;
    width: unset;
    padding: 5px 30px;
    overflow: auto;
  }
}
.no-products {
  margin: 20px 0;
  font-size: 18px;
  font-style: italic;
}

/* Languages table */
.languages-container {
    padding: 20px 0;
}
.languages-table a {
    text-decoration: underline;
}
.table-striped {
    border-top: solid 2px #146678;
}
.table-striped th {
    color: #146678;
    font-weight: normal;
    font-size: 12px;
    background: none;
    text-transform: uppercase;
}
.table-striped th,
.table-striped td {
    border: none !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td {
   background: #f5f5f5;
}

/* Health Wisdom A-Z page */
.az-category-list .children,
.az-category-list .grandchildren {
  list-style: none;
  padding-left: 20px;
}
.az-category-list .grandchildren {
  display: none;
  padding-left: 10px;
}

.categories-list-section.az-category-list > ul {
  background: none;
  display: block;
}
.categories-list-section.az-category-list > ul > li:before {
  content: none;
}
.az-category-list .children > li.cat-item {
    padding-left: 10px;
}
.az-category-list .children > li:before {
   content: "\00BB";
   color: #cb9781;
   font-size: 16px;
   display: inline;
   margin-left: -15px;
   margin-right: 5px;
}
.az-category-list .children > li > a {
    color: #3a7988;
    font-size: 14px;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
}
.az-category-list .grandchildren > li {
    line-height: 1.2;
    margin-bottom: 10px;
}
.az-category-list .grandchildren > li > span {
  display: block;
  font-style: normal;
}
.az-category-list .grandchildren > li > a {
    font-family: "ProximaNova-Semibold";
}
.az-category-list .grandchildren > li:before {
   content: "\00BB";
   color: #3a7988;
   font-size: 16px;
   display: inline;
   margin-left: -15px;
   margin-right: 5px;
}
.col-narrow {
  width: 20%;
  float: left;
}
.col-title {
  font-size: 28px;
  color: #cb9781;
}
@media (max-width: 1023px) {
  .col-narrow {
    width: calc(100%/3);
    margin-top: 20px;
  }
  .col-narrow:nth-child(6) {
    clear: left;
  }
  .col-narrow.cat-item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
.categories-list-section.az-category-list .children {
    display: block;
  }
}
@media (max-width: 767px) {
  .col-narrow {
    width: calc(100%/2);
  }
  .col-narrow:nth-child(6) {
    clear: none;
  }
  .col-narrow:nth-child(2n+1) {
    clear: left;
  }
  .category-health .page-header {
    border-bottom: 2px solid #e49140;
    padding-bottom: 15px;
  }
  .categories-list-section.az-category-list > ul {
    margin: 20px -15px;
  }
  .az-category-list .children > li:before {
     font-size: 22px;
     position: relative;
     bottom: 1px;
     margin: 0;
  }
  .categories-list-section.az-category-list > ul > li {
    padding: 10px 30px;
  }
  .categories-list-section.az-category-list ul.children > li > a {
    display: inline;
    line-height: 2;
    font-size: 18px;
    padding-left: 10px;
  }
  .categories-list-section.az-category-list ul.children li {
    border: none;
    background: none;
    padding-left: 10px;
  }
}


/* Load more button */
#infscr-loading {
    position: relative;
    top: 30px;
    text-align: center;
}
#infscr-loading:before {
    background-color: #fafafa;
    bottom: 0;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#infscr-loading > img {
    position: relative;
    z-index: 2;
}
.ajax-pagination {
  display: block !important;
  margin-bottom: 20px;
  padding: 0 20px;
}
.ajax-pagination .load-more {
}
.ajax-pagination .load-more > a {
  display: block;
  background-color: #f5f5f5;
  height: 40px;
  color: #146678;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  border: 1px solid #e7e7e7;
margin: 0 0 20px 0;
}
.content-area .ajax-pagination {
  padding: 0;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .ajax-pagination .load-more > a {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  } 
}

/* Product labels */
.product-label {
  display: none;
    position: relative;
    height: 34px;
    overflow: hidden;
}
.product-label span {
    height: 34px;
    display: block;
    line-height: 34px;
    margin-left: 15px;
    padding: 0 20px;
    font-size: 14px;
    font-family: "ProximaNova-Bold";
    color: #FFF;
    text-transform: uppercase;
}
.product-label:before {
    display: block;
    content: "";
    position: absolute;
    background-color: #F00;
    left: -2px;
    top: -8px;
    height: 16px;
    width: 30px;
    -webkit-transform: rotate(55deg);
       -moz-transform: rotate(55deg);
         -o-transform: rotate(55deg);
            transform: rotate(55deg);
}
.product-label:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #F00;
    left: -2px;
    bottom: -8px;
    height: 16px;
    width: 30px;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.product-label:first-child {
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.lbl-featured:before,
.lbl-featured:after,
.lbl-featured span {
  background: #e49140;
}
.lbl-on-sale:after,
.lbl-on-sale:before,
.lbl-on-sale span {
  background: #b90000;
}
.lbl-editors-pick:after,
.lbl-editors-pick:before,
.lbl-editors-pick span {
  background: #236bd7;
}
.lbl-top-seller:after,
.lbl-top-seller:before,
.lbl-top-seller span {
  background: #d13771;
}

.lbl-nyt-bestseller:after,
.lbl-nyt-bestseller:before,
.lbl-nyt-bestseller span {
    background: #b90000;
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-family: "ProximaNovaAlt-RegulatIt";
    color: #858585;
    margin: 0;
    clear: both;
}
.breadcrumb a {
    color: #146678;
    text-decoration: underline;
}
.breadcrumb a:hover {
    color: #c57452;
    text-decoration: none;
}


/* Categories list */
.categories-list-section {
    padding: 0;
    margin: 8px 0 30px 0;
    max-width: 100%;
    width: 100%;
}
.categories-list-section > ul {
    background-color: #f5f5f5;
    padding: 15px 20px;
    overflow: hidden;
    list-style: none;
    margin: 0;
}
.categories-list-section > ul > li {
    float: left;
    width: 20%;
}
.categories-list-section > ul > li:nth-child(5n+1) {
    clear: left;
}
.categories-list-section > ul > li:before  {
    width: 4px;
    height: 4px;
    margin: 8px;
    float: left;
    display: inline-block;
    content: "";
    background-color: #cb9781;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}
.categories-list-section > ul > li > a {
    font-size: 16px;
    color: #146678;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    padding-left: 20px;
    display: block;
}
.categories-list-section > ul > li > a:hover {
    opacity: .7;
}
.categories-list-section .category-toggle {
    width: 250px;
    height: 30px;
    margin: 0 auto;
    background-color: #f5f5f5;
    color: #cb9781;
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}
.categories-list-section .children {
    display: none;
    padding-left: 20px;
    overflow: hidden;
}
.subcategory-toggle {
    display: none;
}
@media (max-width: 1023px) {
  .categories-list-section > ul > li {
      width: 25%;
  }
  .categories-list-section > ul > li:nth-child(5n+1) {
      clear: none;
  }
  .categories-list-section > ul > li:nth-child(4n+1) {
     clear: left;
  }
}
@media (max-width: 767px) {
    .categories-list-section {
        background-color: #f5f5f5;
        width: unset;
        max-width: unset;
        margin: 0 -15px 30px;
    }
    .categories-list-section .categories {
        display: none;
    }
    .categories-list-section .category-toggle {
        width: 100%;
        height: 54px;
        line-height: 54px;
        font-size: 18px;
    }
    .categories-list-section > ul {
        display: none;
        padding: 0;
    }
    .categories-list-section  ul  li {
        position: relative;
        width: 100%;
        clear: both;
        border-bottom: 1px solid #d4d4d4;
        margin: 0!important;
        padding: 0 15px;
        background-color: #ffffff;
    }
    .categories-list-section  ul  li:first-child {
        border-top: 1px solid #d4d4d4;
    }
    .categories-list-section  ul  li:before {
        display: none;
    }
    .categories-list-section  ul  li  a {
        height: 70px;
        line-height: 70px;
        font-family: "ProximaNova-Bold";
        font-size: 24px;
        color: #146678;
        display: block;
        padding: 0 50px 0 20px;
    }
    .categories-list-section ul.children,
    .categories-list-section ul.sub-menu {
        display: none;
        list-style: none;
        padding: 0;
    }
    .categories-list-section ul.children li,
    .categories-list-section ul.sub-menu li {
        padding-left: 40px;
        border-top: 1px solid #d4d4d4;
        border-bottom: none;
        background-color: #f5f5f5;
    }
    .categories-list-section .categoriesOpen {
        display: block;
    }
    .subcategory-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        width: 50px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
        font-size: 26px;
        color: #cb9781;
    }
}

.blog-header {
    padding: 0 30px;
    margin: 0;
    border: 0;
}
.categories-blog-section ul {
    padding: 0;
    list-style: none;
}
.blog-item-wrap {
    margin: 0;
}
.categories-blog-section .post-inner-content {
    padding: 25px;
    border: none;
    background-color: #f5f5f5;
}
.categories-blog-section .post-inner-content .entry-title {
    font-size: 30px;
    font-family: "ProximaNova-Semibold";
    color: #cb9781;
    margin-bottom: 10px;
    max-height: 70px;
    overflow: hidden;
}
.categories-blog-section ul {
    list-style: none;
}
.post-inner-content .cat-links > a,
.post-inner-content .cat-links > span {
    color: #146678;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.post-inner-content .cat-links > a:last-of-type,
.post-inner-content .cat-links > span:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.post-inner-content .cat-links .comments-link {
    padding-left: 0;
}
.post-inner-content .comments-link i {
    color: #a0b69a;
}
.post-inner-content .comments-link a {
    color: #292929;
    font-family: "ProximaNova-Regular";
    font-size: 14px;
}
.post-inner-content .entry-summary {
    margin-top: 0;
    line-height: 1.2em;
    overflow: hidden;
}
@media (max-width: 767px) {
  .post-inner-content .page-header .entry-title {
    margin: 20px 0 0;
  }
}

/* Press media */
.press-content.post-inner-content {
    border: 0;
    border-top: 1px solid #dddddd!important;
    padding: 40px 0;
    height: 245px;
    overflow: hidden;
}
.press-content article {
    border-right: 1px solid #ddd;
    padding-right: 70px;
    overflow: hidden;
}
.press-content:nth-child(2n) article {
    padding-left: 70px;
    overflow: hidden;
    border-right: 0;
    padding-right: 0;
}
#main .press-content:first-of-type,
#main .press-content:nth-of-type(2) {
    border-top: none!important;
    margin-top: -20px;
}
.press-content .entry-header h2 {
  text-transform: none;
  max-height: 104px;
  overflow: hidden;
  font-size: 20px;
  margin: 0px 0px 10px 0;
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.2;
}
.press-content .entry-header {
    border: none;
    padding: 0;
}
.press-content .entry-header .entry-meta,
.press-content .entry-content {
    margin: 0!important;
}
.press-content .entry-header .entry-meta strong {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #146678;
    padding-top: 20px;
}
.press-content .entry-content a {
    height: 34px;
    line-height: 34px;
    padding: 0 30px!important;
    font-size: 16px!important;
    display: block;
}
.singular-press .entry-title {
    width: calc(100% - 240px);
    font-size: 34px;
    color: #cb9781;
    margin-bottom: 10px;
    border-right: 1px solid #DDD;
    padding-right: 20px;
    font-family: Georgia, serif;
    font-weight: normal;
}
.type-press .entry-content {
    position: relative;
}
.type-press .entry-content > .ssba:first-of-type {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -124px;
}
.type-press .entry-content > .ssba:nth-of-type(2) {
    margin-top: 20px;
}
.type-press .entry-meta p:nth-child(3) strong {
    color: #146678;
    font-size: 18px;
}
@media (max-width: 1024px) {
    .press-content article {
        padding-right: 30px;
    }
    .press-content:nth-child(2n) article {
        padding-left: 20px 30px;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .press-content {
        padding: 0!important;
        height: auto!important;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .press-content:nth-child(even) article,
    .press-content:nth-child(odd) article {
        padding: 30px 0;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .press-content .entry-content a {
        float: left!important;
    }
    .press-content .entry-header h2 {
        margin-bottom: 0;
    }
    .press-content.post-inner-content {
        border-top: 0 !important;
    }
}
.press-link {
    margin: 10px 0 15px;
}
.press-link .post-title {
    font-family: Georgia,serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
    max-height: 104px;
    overflow: hidden;
    text-transform: none;
}

.press-link .post-title a {
    color: #d57146;
}

.press-link .entry-meta p:nth-child(3) strong {
    color: #146678;
    font-size: 18px;
}

/* Multimedia */
.banner-media .banner-content {
    left: 250px;
}
.banner-media .banner-content h3 {
    margin: 0;
    font-size: 24px;
}
.banner-media .banner-content h3 strong {
    font-family: "ProximaNova-Bold";
}
.banner-media #wpcf-field-banner-html-2 p {
    margin: 0;
}
.banner-media .banner-content .subtitle {
    font-family: "ProximaNova-Semibold";
    color: #FFF;
    font-style: normal;
    font-size: 18px;
}
.banner-media img {
    width: 100%;
}
.banner-media .banner-content .btn {
    background-color: #146678;
}
.media-page .page-header {
    border-bottom: 1px solid #ddd;
}
.media-page .page-header .page-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e49140;
    width: 100%;
}
.media-page .popular-video-embed .post-title {
    font-size: 26px;
    text-transform: uppercase;
}
.media-page .popular-video-embed p {
    color: #146678;
    font-family: "ProximaNova-Semibold";
}
.media-page iframe {
    width: 100%;
}
.media-page .popular-media-widget .title {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
}
.media-page .popular-media-widget article {
    padding: 10px 60px 10px 0;
    background-image: url(images/media_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.media-page .popular-media-widget .post-title {
    overflow: hidden;
    margin: 0;
}
.media-page .popular-media-widget p {
    margin: 0;
}
.media-page .popular-media-widget article:not(:last-child) {
    border-bottom: 1px solid #DDD;
}
.media-page .popular-media-widget {
    padding: 0 20px 20px;
    margin-top: 20px;
    background-color: #f5f5f5;
}
.media-page .featured-audio,
.media-page .popular-media {
    padding: 0;
}
.media-page .featured-audio {
    background-color: #FFF;
    margin-top: 50px;
}
.page-template-page-multimedia-php .entry-title a {
    text-transform: none;
}
.page-template-page-multimedia-php .bottom-sidebar {
    margin-bottom: 0;
    margin-top: 40px;
}
.page-template-page-multimedia-php .bottom-sidebar .widget:first-of-type .radio-widget {
    margin: -30px -20px -30px -40px;
}
.page-template-page-multimedia-php .bottom-sidebar .widget:nth-of-type(2) {
    border: none;
}
.page-template-page-multimedia-php .bottom-sidebar .widget:nth-of-type(2) .radio-widget {
    margin: -30px -20px -30px -20px;
}
.page-template-page-multimedia-php .flourish-widget {
    background-image: url(images/flourish2.png);
}
.page-template-page-multimedia-php .flourish-widget2 {
    background-image: url(images/flourish3.png);
}
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget,
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget2 {
    padding-top: 30px;
}
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget .btn,
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget2 .btn {
    margin-top: 90px;
    display: block;
    max-width: 180px;
}
@media (max-width: 1280px) {
    .banner-media .banner-content h3 {
        margin-top: 0;
        font-size: 21px;
    }
}
@media (max-width: 1023px) {
    .banner-media .banner-content {
        left: 180px;
    }
    .banner-media .banner-content h3 {
        margin-bottom: 0;
    }
    .banner-media .banner-content p {
        margin-bottom: 0;
    }
    .media-page .container .row > div {
        overflow: hidden;
    }
    .media-page .featured-audio {
        padding: 0 15px;
    }
    .media-page .featured-audio + .widget {
        width: 50%;
        max-height: 360px;
        overflow: visible;
    }
    .media-page .featured-audio + .widget .radio-widget {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .media-page .popular-video-embed > iframe {
        min-height: 600px;
    }
}
@media (max-width: 767px) {
    .banner-media {
        height: 150px;
        background-repeat: no-repeat;
        background-image: url(images/media-banner.jpg);
        background-size: cover;
        background-position: right center;
    }
    .banner-media .banner-content h3 {
        max-width: 300px;
    }
    .banner-media img {
        display: none;
    }
    .banner-media .banner-content {
        left: 20px;
    }
    .banner-media .btn-default {
        margin-top: 11px;
    }
    .banner-media .banner-content #wpcf-field-banner-html-2:before {
        content: "";
        display: inline-block;
        width: 150px;
        height: 50px;
        background-image: url(images/hayhouse.png);
        background-repeat: no-repeat;
        background-position: -6px center;
        float: left;
        margin-top: 4px;
    }
    .media-page .page-header .page-title {
        max-width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .media-page .featured-audio {
        padding: 20px;
    }
    .media-page .featured-audio + .widget {
      width: 100%;
    }
    .multimedia-header {
        padding: 0 20px;
    }
    .page-template-page-multimedia-php .bottom-sidebar {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .banner-media {
        background-image: url(images/media-banner-mobile.jpg);
    }
}

/* Comments */
.comments-area .comments-title {
    float: left;
}
.comments-area .comment-slide {
    float: right;
    margin-top: 15px;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .comments-area .comment-slide {
        display: none;
    }
}
.comments-area .comment-list {
    clear: both;
}
.comments-area .author-name {
    font-family: "ProximaNova-Semibold";
    color: #d13771;
    font-size: 16px;
    line-height: 20px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    float: left;
}
.comments-area .author-name a {
    font-family: "ProximaNova-Semibold";
    color: #d13771;
    font-size: 18px;
}
.comments-area time {
    color: #232323;
    font-family: "ProximaNovaAlt-RegulatIt";
    font-size: 16px;
    line-height: 20px;
}
.comments-area .reply {
    float: left;
}
.comments-area .reply a {
    background-color: transparent;
    font-size: 12px;
    color: #146678;
    padding: 0;
    font-family: "ProximaNova-Bold";
}
.container {
    width: auto !important;
}
.comments-area .ajax-pagination {
    margin-top: -40px;
}
.single-post .comments-area .form-submit {
    margin-bottom: 40px;
}
.comment-respond .comment-reply-title {
    color: #146678;
    font-size: 30px;
    font-family: "ProximaNova-Semibold";
    text-transform: none;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.comment-respond .comment-form-author {
    padding-left: 0;
}
.comment-respond .comment-form-email {
    padding-right: 0;
}
.comment-respond .comment-form-newsletter {
    line-height: 22px;
    margin: 20px 0;
}
.comment-respond label:not(.comment-after-label) {
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 14px;
}
.comment-respond input[type="checkbox"]  {
    float: left;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        padding: 0;
    }
    .comment-respond .btn {
        width: 100%!important;
    }
}
blockquote {
    margin-left: 30px;
    border-left: 0;
    border-top: 1px solid #e49140;
    border-bottom: 3px solid #e49140;
    font-family: "ProximaNovaAlt-RegulatIt";
    color: #111;
    padding-left: 0;
}

/* Newsletter SignUp Page */

.wsnyc-form .wdform-field {
    padding-right: 0!important;
    clear: both;
    width: 100%!important;
}
.wsnyc-form .wdform-field > div,
.wsnyc-form .wdform-label-selection {
    width: 100%!important;
    overflow: hidden;
}
.wsnyc-form .wdform-field input[type=text],
.wsnyc-form .wdform-field input[type=email],
.wsnyc-form .wdform-field select,
.sort-dropdown select {
    height: 36px;
    line-height: 36px;
    padding: 5px 10px;
    -webkit-box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
            box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
    -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
    border: 1px solid #d0d0d0;
}
.sort-dropdown select {
    width: 180px;
    font-style: italic;
    font-size: 18px;
    color: #888;
}
.wsnyc-form .wdform-field textarea {
    padding: 5px 10px;
    -webkit-box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
    box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #d0d0d0;
}
.wsnyc-form .wdform-field input[type=text]:focus,
.wsnyc-form .wdform-field input[type=email]:focus,
.wsnyc-form .wdform-field select:focus {
    -webkit-box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
            box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
    outline: none!important;
}
.wsnyc-form .form-gender > div {
    width: 50%;
    position: relative;
    height: 36px;
}
.wsnyc-form .form-gender > div > div > label {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    height: 36px;
    line-height: 36px;
    width: 100%;
    margin: 0;
    border: 1px solid #d0d0d0;
    background-color: #FFF;
    cursor: pointer;
    color: #146678;
}
.wsnyc-form .form-gender > div:first-child > div > label {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.wsnyc-form .form-gender > div:nth-child(2) > div > label {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: none;
}
.wsnyc-form .form-gender .active {
    background-color: #146678;
    color: #FFF;
    -webkit-box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
    box-shadow:inset 1px 1px 5px 0 rgba(0,0,0,0.2)!important;
}
.wsnyc-form p.info {
    font-family: "ProximaNovaAlt-RegulatIt";
    font-size: 14px;
    color: #999999!important;
}
.wsnyc-form .wdform-label {
    font-size: 16px;
    font-family: "ProximaNova-Bold";
    color: #146678;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}
.wsnyc-form .wdform-required {
    font-size: 20px;
    font-family: "ProximaNova-Bold";
    color: #FF0000;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
}
.wsnyc-form .wdform_select {
    position: relative;
    width: 100%!important;
    clear: both;
}
.sort-dropdown {
    position: relative;
    display: none;
}
.wsnyc-form .wdform_select:after,
.sort-dropdown .after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    background: url(images/select_toggle.png) no-repeat center;
    pointer-events: none;
    cursor: pointer;
}
.wsnyc-form .wdform_column .acceptation .wdform-label-section {
    display: none;
}
.wsnyc-form .wdform_column .acceptation .wdform-ch-rad-label {
    font-weight: normal;
    float: right;
    color: #666666;
    width: calc(100% - 32px);
    margin-bottom: 20px;
    margin-top: 20px;
}
.wsnyc-form .wdform_column .acceptation .checkbox-div {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 30px;
}
.wsnyc-form .wdform-element-section {
    display: block!important;
}
.wsnyc-form button {
    width: 100%;
    margin-left: 0;
}
.page-id-108 .post-inner-content {
    border: none;
}
.page-id-108 .entry-content p {
    color: #666666;
    margin: 20px 0;
}
.page-id-108 .entry-content form {
    margin-top: 50px;
}
.page-id-108 .well {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .sort-dropdown {
        display: block;
    }
    .wsnyc-form .wdform_column  > div {
        min-height: 69px;
    }
    .wsnyc-form .wdform-label-section {
        margin-top: 20px;
    }
    .wsnyc-form p.info {
        margin: 4px 0 0;
    }
    .page-id-108 #secondary .widget:first-child {
        padding-top: 0;
    }
    .page-id-108 #secondary .widget:last-child {
        padding-bottom: 30px;
    }
    .page-id-98 .entry-content h3 {
        font-size: 23px;
    }
    .page-id-98 .widget_text {
        margin-top: 15px;
    }
    .wsnyc-form .wdform-field textarea {
        height: 130px!important;
    }
    .wsnyc-form button {
        font-size: 14px;
    }
}

.contact-form .acceptation {
    padding: 30px 15px;
}
.contact-item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.products-section .ssba {
    display: none;
}
.page-banner img {
    width: 100%;
}

/* Wsnyc widgets */
.wsnyc_cpt_widget {
    background-color: transparent!important;
}

.wsnyc_cpt_widget .widget-title,
.widget_wsnyc_featured_products_widget .widget-title {
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.wsnyc_cpt_widget .product-image img,
.widget_wsnyc_featured_products_widget .product-image img {
    max-height: 150px;
    display: block;
    margin: 0 auto;
}
.wsnyc_cpt_widget .product-info,
.widget_wsnyc_featured_products_widget .product-info {
    text-align: center;
}
.wsnyc_cpt_widget .post-title,
.widget_wsnyc_featured_products_widget .post-title {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.wsnyc_cpt_widget .post-title a,
.widget_wsnyc_featured_products_widget .post-title a {
    color: #cb9781!important;
    font-family: "ProximaNova-Semibold";
}
.wsnyc_cpt_widget p,
.widget_wsnyc_featured_products_widget p {
    overflow: hidden;
}
.wsnyc_cpt_widget .post-author,
.wsnyc_cpt_widget .post-subtitle,
.widget_wsnyc_featured_products_widget .post-author,
.widget_wsnyc_featured_products_widget .post-subtitle {
}
.wsnyc_cpt_widget .post-subtitle,
.widget_wsnyc_featured_products_widget .post-subtitle {
    color: #999999;
    display: block;
    clear: both;
}
.wsnyc_cpt_widget .post-subtitle,
.widget_wsnyc_featured_products_widget .post-subtitle {
    font-family: "ProximaNovaAlt-RegulatIt";
}
.wsnyc_cpt_widget .widget-book {
    padding-bottom: 10px;
}
.wsnyc_cpt_widget .btn.btn-default.read-more {
    width: 160px;
    margin: 10px auto 0;
    float: none;
    padding: 5px;
    font-size: 16px;
    color: #FFF!important;
}
#text-4 {
    background-image: url(images/widget_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    clear: left;
}
.wsnyc_featured_widget .post-title a {
    color: #cb9781!important;
    font-size: 24px;
    font-family: "ProximaNova-Semibold";
}

.wsnyc_featured_widget .post {
    margin-bottom: 30px;
}


/* Video Page */
.video-gallery-filter {
    height: 50px;
    width: 100%;
    background-color: #dde6ec;
    padding: 0 40px;
    list-style: none;
    margin-bottom: 30px;
}
.video-gallery-filter li {
    border-right: 1px solid #FFF;
    float: left;
}
.video-gallery-filter li:first-child {
    border-left: 1px solid #FFF;
}
.video-gallery-filter li a {
    display: block;
    font-size: 24px;
    font-family: "ProximaNova-Semibold";
    color: #146678;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}
.video-gallery-filter .current-menu-item {
    background-color: #FFF;
}
.video-post {
    margin-bottom: 30px;
}
.video-post .single-featured {
    position: relative;
    z-index: 0
}
.video-play-btn-overlay {
  left: 0;
  padding-top: 53%;
  position: absolute;
  top: 0;
  width: 100%;
  background: url("images/video_play_button.png") no-repeat center center transparent;  
  z-index: 1;
}
.video-post:nth-child(2n+1) {
    clear: left;
}
.video-post .content-text {
    padding: 30px;
    background-color: #f5f5f5;
}
.video-post .content-text h3 {
    margin-bottom: 4px;
}
.video-post .content-text h3 a {
    color: #cb9781;
    font-size: 32px;
    font-family: "ProximaNova-Semibold";
}
.video-post .content-text .subtitle {
    text-transform: uppercase;
}
.post-single .video-gallery {
    padding-top: 30px;
    clear: both;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .video-post .content-text h3 a {
        font-size: 27px;
    }
    .video-post {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .video-post .content-text {
        padding: 18px 20px 20px;
    }
    .video-post .content-text .entry-title {
        margin-bottom: 5px;
    }
    .video-gallery-filter {
        height: 44px;
    }
    .video-gallery-filter li a {
        height: 44px;
        line-height: 44px;
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .video-post .content-text h3 a {
        font-size: 30px;
        text-transform: none;
    }
    .video-post .content-text .subtitle {
        padding: 5px 0;
    }
    .video-gallery-filter li:last-child {
        border-right: 0;
    }
    .video-gallery-filter li:first-child {
        border-left: 0;
    }
    .video-gallery-filter {
        padding: 0;
    }
    .video-gallery-filter li {
        width: calc(100% / 3);
        text-align: center;
    }
    .video-gallery + .ajax-pagination {
        margin-bottom: 80px;
    }
    .video-gallery-filter li a {
        padding: 0 10px;
        overflow: hidden;
    }
}
.video-post .content-text p,
.video-post .content-text div {
    margin: 0 0 10px;
}
.video-post .content-text .subtitle {
    color: #146678;
    font-family: "ProximaNova-Semibold";
    font-style: normal;
}
.video-post .content-text .entry-meta {
    margin: 0;
}
.video-detail-page article .post-inner-content {
    padding: 0 15px 20px;
    border: 0;
}
.video-detail-page article .post-inner-content .page-header {
    margin: 0;
    border: 0;
}
.video-detail-page article .post-inner-content .page-header .entry-title {
    font-size: 36px;
    color: #146678;
}
.video-detail-page iframe {
    width: 100%;
    min-height: 640px;
}
.video-detail-page + .content-box-inner .comments-area {
    padding-top: 20px;
    border-top: solid 1px #ddd;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .video-detail-page iframe {
        min-height: 480px;
    }
    .video-post .content-text .entry-content {
        height: 138px;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .video-detail-page iframe {
        min-height: 0;
    }
}

/* Affiliate Page */
.page-id-88 .affiliate-image {
    max-height: 670px;
    width: auto;
}
.page-id-88 .entry-content ul {
    padding-left: 480px;
    margin-bottom: 50px;
}
.page-id-88 .page-banner {
    display: none;
}
.page-id-88 ol li {
    padding: 10px 0;
}
.page-id-88 p a strong {
    color: #cb9781;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .page-id-88 .affiliate-image {
        max-height: 480px;
        width: auto;
    }
    .page-id-88 .entry-content ul {
        padding-left: 0;
    }
    .page-id-88 #text-5 {
        display: none;
    }
}
@media (max-width: 767px) {
    .page-id-88 .affiliate-image {
        max-width: 200px;
        margin-right: 10px;
    }
    .page-id-88 .entry-content ul {
        padding-left: 30px;
    }
    .page-id-88 #text-5 {
        display: none;
    }
    .page-id-88 li {
        padding: 4px 0;
    }
}

/* Category blog page */
.category-blog-page .blog-item-wrap {
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    border-bottom: 1px solid #DDD;
}
.category-blog-page article:first-of-type .blog-item-wrap {
    padding-top: 20px;
}
.category-blog-page article:last-of-type .blog-item-wrap {
    border: 0;
}
.category-blog-page .blog-item-wrap > a {
    padding: 0;
}
.category-blog-page .blog-item-wrap .post-inner-content {
    padding: 0 0 30px 30px;
    background-color: transparent;
    border: none;
}
.category-blog-page .blog-item-wrap .entry-header {
    border: none;
    padding: 0;
    margin: 0;
}
.category-blog-page .blog-item-wrap .entry-header .entry-title {
    width: 100%;
}
.category-blog-page .blog-item-wrap .entry-header .entry-meta {
    margin: 0;
}
.category-blog-page .blog-item-wrap .entry-header .entry-meta .fa-comment-o {
    margin-bottom: -5px;
    margin-right: 8px;
}
.category-blog-page .blog-item-wrap .entry-content {
    color: #666666;
}
.category-blog-page .blog-item-wrap .entry-content .btn.btn-default.read-more {
    float: left;
    padding: 6px 30px;
    font-size: 16px;
}


@media (max-width: 1023px) and (min-width: 768px) {
    .page-template-page-inspiration-php #secondary .widget {
        width: 100%;
    }
    #secondary .widget-book {
        width: 50%;
        float: left;
    }
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(1),
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(2) {
        width: 50%;
        border: none;
    }
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(3) {
        width: 100%;
    }
    .bottom-sidebar {
      padding: 30px 0;
    }
    .category-blog-page .blog-item-wrap .post-inner-content {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(1),
    .page-template-page-inspiration-php .bottom-sidebar .widget:nth-child(2) {
        width: 100%;
        clear: both;
    }
    .page-template-page-inspiration-php .post-thumbnail,
    .page-template-page-inspiration-php .post-inner-content {
        width: 100%!important;
        clear: both!important;
    }
    .page-template-page-inspiration-php .blog-item-wrap {
        padding: 0!important;
    }
    .page-template-page-inspiration-php .post-inner-content {
        padding: 20px 0!important;
    }
    .category-blog-page .blog-item-wrap .entry-header .entry-meta {
        margin-bottom: 10px;
    }
}
.page-template-page-event-php .ssba {
    display: none;
}
.page-template-page-event-php .entry-content {
    clear: both;
    margin-top: 10px;
}
.page-template-page-inspiration-php .ssba {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -o-border-radius: 0;
}
body:not(.page-template-page-inspiration-php) .ssba_sharecount {
    padding: 4px 5px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
}
body:not(.page-template-page-inspiration-php) .ssba_pinterest_share,
body:not(.page-template-page-inspiration-php) .ssba_sharecount:nth-of-type(3) {
    display: none;
}

body:not(.page-template-page-inspiration-php) .ssba_facebook_share {
    display: inline-block;
    width: 54px;
    margin-right: 8px;
    margin-bottom: -6px;
    height: 21px;
    background-image: url(images/fb_ico.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
body:not(.page-template-page-inspiration-php) .ssba_facebook_share img,
body:not(.page-template-page-inspiration-php) .ssba_twitter_share img,
body:not(.page-template-page-inspiration-php) .ssba_google_share img {
    display: none!important;
}
body:not(.page-template-page-inspiration-php) .ssba_twitter_share {
    display: inline-block;
    width: 58px;
    margin-right: 8px;
    margin-left: 12px;
    margin-bottom: -6px;
    height: 21px;
    background-image: url(images/tw_ico.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
body:not(.page-template-page-inspiration-php) .ssba_google_share {
    display: inline-block;
    width: 58px;
    margin-right: 8px;
    margin-left: 12px;
    margin-bottom: -6px;
    height: 21px;
    background-image: url(images/g_ico.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* Common & other CSS */
.comment-respond .comment-reply-title {
    color: #146678;
    font-size: 30px;
    font-family: "ProximaNova-Semibold";
    text-transform: none;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.comment-respond .comment-form-author {
    padding-left: 0;
}
.comment-respond .comment-form-email {
    padding-right: 0;
}
.comment-respond .comment-form-newsletter {
    line-height: 22px;
    margin: 20px 0;
}
.comment-respond .comment-form-comment {
    clear: both;
    padding-top: 10px;
}
.comment-respond label:not(.comment-after-label) {
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 14px;
}
.comment-respond input[type="checkbox"]  {
    float: left;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        padding: 0;
    }
}
.page-template-page-multimedia-php .bottom-sidebar {
    background: none;
}
.page-template-page-multimedia-php .flourish-widget {
    background-image: url(images/flourish2.png);
}
.page-template-page-multimedia-php .flourish-widget2 {
    background-image: url(images/flourish3.png);
}
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget,
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget2 {
    padding-top: 30px;
}
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget .btn,
.page-template-page-multimedia-php .bottom-sidebar .flourish-widget2 .btn {
    margin-top: 90px;
    display: block;
    max-width: 180px;
}
.page-template-page-inspiration-php .breadcrumb {
    display: none;
}

.read-more-text {
    font-family: "ProximaNova-Semibold";
    font-size: 16px;
    color: #146678;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}
.audio-gallery {
    overflow: hidden;
}
.audio-gallery .ssba {
    display: none;
}
.single-press .inline-divider,
.page-id-131 .inline-divider {
    background-color: #bbb;
    height: 13px;
    width: 1px;
    margin: 0 10px -2px;
    display: inline-block;
}
.comments-link {
    display: inline-block;
}
.widget .comments-link:before {
    content: ""!important;
    background: url(images/comment-icon.png) no-repeat 0 0;
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -5px;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 30px;
    padding: 0 4px
}
.banner-productstore .banner-content,
.banner-bookstore .banner-content {
    left: 50px;
    top: 0;
}
.banner-productstore .banner-content h2,
.banner-bookstore .banner-content h2 {
    font-size: 44px;
    font-family: "ProximaNova-Bold";
}
.banner-bookstore .banner-content p {
    font-size: 28px;
    color: #3a7988;
}
.fa-comment-o,
.fa-comment {
    content: ""!important;
    background: url(images/comment-icon.png) no-repeat 0 0;
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -5px;
}
.fa-comment-o:before,
.fa-comment:before {
    content: ""!important;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .page-template-page-multimedia-php .bottom-sidebar {
      margin-top: 0;
    }
    .page-template-page-event-php .page-header,
    .page-template-page-cpt-php .page-header {
        overflow: visible;
    }
    .page-template-page-event-php .page-header h2 {
        font-size: 28px;
    }
    .banner-event, .banner-press, .banner-page {
         width: calc(100% + 40px);
    }
    .search-results .pagination {
        margin-bottom: 40px;
    }
    .page-id-88 .well,
    .search-results .well,
    .category:not(.category-blog) .well,
    .page-template-page-event-php .widget-area .well {
        margin-bottom: 0;
        background-color: #f5f5f5;
        padding-bottom: 20px;
    }
    .page-template-page-cpt-php .wsnyc_cpt_widget,
    .page-template-page-cpt-php .wsnyc_featured_widget {
        width: calc(100% + 40px )!important;
        margin: 0 -20px -20px;
    }
    .page-template-page-cpt-php .wsnyc_featured_widget .widget-cpt {
        width: 50%;
        float: left;
        padding: 0 10px;
    }
    .wsnyc_cpt_widget .btn.btn-default.read-more {
        width: 130px;
    }
    .search-results .radio-widget,
    .category:not(.category-blog) .radio-widget,
    .category:not(.category-blog) #widget_featured {
        display: none;
    }
    .category .the-content {
        max-height: 92px;
        overflow: hidden;
    }
    #secondary .widget-book {
        width: 50%;
        float: left;
    }
    .page-template-page-multimedia-php .bottom-sidebar .radio-widget {
       margin: -30px -20px 0;
    }
    .page-template-page-multimedia-php .main-wrapper {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .search-results .radio-widget {
        display: none;
    }
    #primary .post-inner-content {
        padding: 0;
    }
    #text-4 img {
        max-width: 220px;
        float: left;
        margin: 0 20px 10px 0;
    }
    #text-4 h3 {
        font-size: 23px;
    }
    #text-4 p {
        font-size: 18px;
    }
    .sparkling-popular-posts {
        padding-top: 25px;
    }
    #secondary .widget .post-content > a {
        font-size: 19px;
        line-height: 23px;
    }
    .widget .post-content span a {
        font-size: 19px;
    }
    .wsnyc_cpt_widget {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .wsnyc_cpt_widget .widget-title {
        padding: 0;
        margin: 0;
        border: 0;
        height: 70px;
        line-height: 70px;
        text-align: left;
        background-image: url(images/flower-img.png);
        background-repeat: no-repeat;
        background-position: right center;
        text-indent: 20px;
        text-transform: uppercase;
    }
    .page-banner {
        width: calc(100% + 40px);
        margin-right: -20px;
    }
    .page-template-page-multimedia-php .main-wrapper,
    .page-template-page-event-php .main-wrapper,
    .category .main-wrapper,
    .page-template-page-cpt-php .main-wrapper,
    .page-template-page-inspiration-php .main-wrapper,
    .error404 .main-wrapper,
    .page-id-98 .main-wrapper,
    .page-id-88 .main-wrapper {
        margin-top: -25px;
    }
    .category-blog .page-title {
        margin-bottom: 0;
    }
    .category-blog .breadcrumb {
        margin-bottom: 20px;
    }
    .categories-blog-section ul {
        height: auto !important;
    }
    .categories-blog-section ul li {
        width: 100%!important;
        clear: both!important;
        float: none!important;
        position: static!important;
        margin-bottom: 20px;
    }
    .load-more {
        padding: 0 10px;
        font-size: 18px;
    }
    .content-area .load-more {
        padding: 0;
    }
    .categories-blog-section .blog-item-wrap .post-inner-content {
        padding: 30px!important;
    }
    .btn.read-more {
        margin-bottom: 0;
    }
    #widget_featured .widget-title {
        text-align: center;
    }
    /*.category:not(.category-blog) .entry-title {
        margin-top: 20px;
    }
    .category:not(.category-blog) .entry-title a {
        font-size: 30px;
        font-family: "ProximaNova-Semibold";
    }
    .category:not(.category-blog) #secondary {
        display: none;
    }
    .category:not(.category-blog) .page-header .page-title {
        margin-bottom: 0;
    }
    .category:not(.category-blog) .entry-content {
        margin-top: 0;
    }*/
    .singular-press .entry-title {
        width: 100%;
    }
    .entry-content > .ssba {
        margin-top: 20px;
    }
    .page-template-page-cpt-php .page-header {
        padding-bottom: 15px;
        border-bottom: 2px solid #e49140;
    }
}
@media (min-width: 420px) and (max-width: 767px) {
    #text-4 p {
        float: left;
        width: calc(100% - 240px);
    }
}
.page-id-88 .affiliate-image {
    max-height: 670px;
    width: auto;
}
.page-id-88 .entry-content ul {
    padding-left: 480px;
    margin-bottom: 50px;
}
.page-id-88 .page-banner {
    display: none;
}
.page-id-88 ol li {
    padding: 10px 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
    .top-bar {
        display: none;
    }
    .page-id-88 .affiliate-image {
        max-height: 480px;
        width: auto;
    }
    .page-id-88 .entry-content ul {
        padding-left: 0;
    }
    .page-id-88 #text-5 {
        display: none;
    }
    .page-id-88 .well,
    .category:not(.category-blog) .well {
        margin-bottom: 0;
        background-color: #f5f5f5;
    }
    .page-template-page-inspiration-php #secondary {
        width: 50%;
    }
    .page-template-page-inspiration-php #secondary .widget {
        padding: 0;
        height: 260px;
    }
    .page-template-page-inspiration-php .bottom-sidebar {
        overflow: visible;
        position: relative;
        float: left;
        clear: both;
    }
    .page-template-page-inspiration-php .bottom-sidebar .radio-widget {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        height: 280px!important;
        margin: -280px auto -30px;
        padding-left: 40px;
        font-size: 18px;
    }
    .page-template-page-inspiration-php .bottom-sidebar .radio-widget strong {
        font-size: 18px;
        padding-top: 0;
    }
    .page-template-page-inspiration-php .bottom-sidebar .radio-widget span {
        font-size: 16px;
        padding: 10px 0;
        line-height: 18px;
    }
    .page-template-page-inspiration-php .widget-book:last-of-type {
        display: none;
    }
    .single-press .widget-book,
    .page-template-page-inspiration-php .widget-book,
    .page-template-page-right-sidebar-php .widget-book,
    .page-id-98 .widget-book {
        width: 100%!important;
    }
    .single-press .widget-book .product-image,
    .page-template-page-inspiration-php .widget-book .product-image,
    .page-template-page-right-sidebar-php .widget-book .product-image,
    .page-id-98 .widget-book .product-image {
        float: left;
        width: 150px;
    }
    .single-press .widget-book .product-info,
    .page-template-page-inspiration-php .widget-book .product-info,
    .page-template-page-right-sidebar-php .widget-book .product-info,
    .page-id-98 .widget-book .product-info {
        float: left;
        width: calc(100% - 150px);
        padding-top: 20px;
    }
    .page-template-page-cpt-php .wsnyc_cpt_widget,
    .page-template-page-cpt-php .wsnyc_featured_widget {
        width: calc(100% + 40px )!important;
        margin: 0 -20px -20px;
    }
    .page-template-page-cpt-php .wsnyc_featured_widget .widget-cpt {
        width: 50%;
        float: left;
        padding: 0 10px;
    }
    .wsnyc_cpt_widget .btn.btn-default.read-more {
        width: 130px;
    }
    .search-results .radio-widget,
    .category:not(.category-blog) .radio-widget,
    .category:not(.category-blog) #widget_featured {
        display: none;
    }
    .top-widget {
        padding: 0;
    }
    .category .the-content {
        max-height: 92px;
        overflow: hidden;
    }
    .home .press-media .btn {
        margin: 20px auto 30px;
        display: block;
        max-width: 164px;
    }
    .single-post .well {
        background-color: #f5f5f5;
    }
    .single-post .well .wsnyc_cpt_widget {
        background-color: #fff;
    }
    .single-post .well aside:nth-of-type(3) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .page-id-88 .affiliate-image {
        max-width: 200px;
        margin-right: 10px;
    }
    .page-id-88 .entry-content ul {
        padding-left: 30px;
    }
    .bottom-sidebar .widget {
        width: 100%;
    }
    .bottom-sidebar .widget .radio-widget {
        height: auto!important;
        width: calc(100% + 80px);
        padding: 20px;
    }
    .bottom-sidebar .widget:first-of-type .radio-widget {
        margin: -30px -40px 0 -40px!important;
    }
    .bottom-sidebar .widget:not(:first-of-type) .radio-widget {
        margin: 0 -40px!important;
    }
    .bottom-sidebar .widget:last-of-type {
        margin-bottom: -30px;
    }
    .main-wrapper {
        background-image: url(images/mobile_bg3.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .bottom-sidebar {
        margin-top: 30px;
    }
    .bottom-sidebar .read-more-text {
        display: none;
    }
    .bottom-sidebar .sparkling-popular-posts {
        margin-top: 20px;
    }
    .bottom-sidebar .widget:not(#text-8) {
        padding: 0;
        border: 0;
    }
    .wsnyc-form .wdform-label-section {
        margin-top: 20px;
    }
    .wsnyc-form p.info {
        margin: 4px 0 0;
    }
    .page-id-108 #secondary .widget:first-child {
        padding-top: 0;
    }
    .page-id-108 #secondary .widget:last-child {
        padding-bottom: 30px;
    }
    .page-id-98 .entry-content h3 {
        font-size: 23px;
    }
    .wsnyc-form .wdform-field textarea {
        height: 130px!important;
    }
    .wsnyc-form button {
        font-size: 14px;
    }
    .category-foreign-translations .product-block .product-excerpt {
        line-height: 19px;
    }
}
@media (min-width: 1024px) {
    .menu-item-3386 ul {
        right: 0;
        left: auto;
    }
}
.page-template-page-multimedia-php .entry-title a {
    text-transform: none;
}
.page-template-page-multimedia-php .bottom-sidebar {
    margin-bottom: 0;
}
.page-id-131 .inline-divider {
    background-color: #bbb;
    height: 13px;
    width: 1px;
    margin: 0 10px -2px;
    display: inline-block;
}
.comments-link {
    display: inline-block;
}
.gridster .comments-link {
    padding-left: 8px;
}
.comments-link a {
    text-transform: none;
}
.page-template-page-event-php .entry-header,
.page-template-page-event-php .entry-content {
    padding: 0;
    margin: 0;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 30px;
    padding: 0 4px
}
.page-id-108 .post-inner-content {
    border: none;
}
.error404 #main {
    margin-bottom: 170px;
}
.type-video .entry-content p:first-of-type {
  margin-top: 20px;
}
.post-single .post-inner-content .addtoany_content_top {
    position: absolute;
    right: 10px;
    margin-top: -170px;
    top: 20px;
    width: 240px;
}
.post-single .type-video .post-inner-content .addtoany_content_top {
  right: 50px;
  width: 200px;
  margin-top: -90px;
  left: auto;
}
@media (min-width: 1024px) {
    .single-press .wsnyc_cpt_widget {
        padding-top: 0!important;
    }
    .single-press .comments-area {
        padding-bottom: 20px;
    }
    .navbar-collapse.collapse.navbar-main-menu {
        display: none!important;
    }
    #page {
        width: auto!important;
        position: static!important;
    }
    .page-template-page-cpt-php .page-title {
        margin-top: 20px!important;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .single-press .page-banner {
        height: auto;
        width: 100%!important;
    }
    .single-press .page-banner img {
        position: static;
    }
    .single-press #secondary .widget {
        max-height: none;
    }
    .page-template-page-press-php #secondary .widget,
    .page-template-page-cpt-php #secondary .widget {
        width: 100%;
        clear: both;
    }
}
@media (min-width: 768px) {
    .single-post .ssba:first-of-type {
        max-width: 238px !important;
        overflow: visible !important;
        margin-top: -150px !important;
        top: 0 !important;
    }
    .type-press .entry-content .ssba:first-of-type {
        max-width: 218px !important;
        overflow: visible !important;
        margin-top: -150px !important;
        top: 0 !important;
    }
    .single-post .ssba:first-of-type .ssba_google_share,
    .type-press .entry-content .ssba:first-of-type .ssba_google_share {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .single-post .entry-header .entry-info .entry-meta {
        width: 240px;
        padding-right: 0;
    }
    .single-post .entry-header .entry-info .entry-titles {
        width: calc(100% - 240px);
    }
    .single-press .comments-area {
        border-top: 1px solid #ddd;
        margin-top: 40px;
        padding-top: 10px;
    }
    .post-single .ssba:last-of-type {
        margin: 50px 0 -20px;
    }
    .singular-press {
        min-height: 120px;
    }
    .gridster .post-inner-content .entry-summary {
        max-height: 92px;
    }
    .post-single .post-inner-content .addtoany_content_top .a2a_button_google_plus_share {
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .page-template-page-inspiration-php .page-header {
        border-bottom: solid 2px #e49140;
        padding-bottom: 15px;
    }
    .page-template-page-inspiration-php #secondary {
        margin-top: 0;
    }
    .error404 #main {
        margin-bottom: 0;
    }
    .post-single .post-inner-content .addtoany_content_top {
        width: 100%;
        padding-left: 12px;
        margin-top: -124px;
    }
}
@media (max-width: 1279px) and (min-width: 1024px) {
    #footer-area .footer-content .footer-nav li a {
        font-size: 12px;
    }
    #footer-area .footer-content .socials-footer a {
        font-size: 14px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .home .flexslider {
        width: 100%;
        clear: both;
    }
    .home .featured-blog .h2 {
        width: 50%;
        float: left;
    }
    .home .featured-blog .featured-post {
        width: 50%;
        float: left;
        clear: both;
    }
    .home .featured-blog .newsletter-side {
        width: 50%;
        float: right;
        margin: -81px -20px 0 0;
        max-height: 380px;
    }
}
@media (max-width: 1023px) {
    .navbar-main-menu {
        position: absolute;
        left: -320px;
        width: 320px;
        padding: 0 !important;
        display: block !important;
    }
    .site-navigation-inner .navbar-nav {
        display: none!important;
    }
}

@media (max-width: 767px) {
/*this is for the inline newsletter gravity form setup */
.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {width: 95%;}
.gform_wrapper .top_label li.gfield.gf_middle_third {margin-left: 0px !important;}
.gfield button {margin-left: 27px;}
}


.home .radio-widget {
    height: 360px!important;
}
.home .container #owl-slider,
.home .container {
    margin-bottom: 0;
}
.content-area {
    padding-bottom: 20px;
}
.post-single .photo-deployed {
    padding-bottom: 0;
}
.page-id-98 .post-inner-content {
    border-bottom: 0;
}
.featured-post .post-title {
    font-size: 30px;
}
.single-post .entry-info {
    width: 100%;
}
.addtoany_share_save_container {
    clear: both;
    margin: 0 0 12px;
}
.page-template .addtoany_content_top {
    margin-top: 0;
}
.page-template-page-fullwidth-php .main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-page-fullwidth-php .banner-page {
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.footer-links-wrapper ul li {
    display: block!important;
}
.home .press-media {
    padding-bottom: 30px;
}



/* IE custom styles */

html[data-useragent*='MSIE'] .newsletter-side .text-box {
    font-size: 30px;
}

.post-inner-content:not(.photo-deployed) .addtoany_content_top {
    margin-top: 0!important;
    width: auto!important;
}


/* DADM Custom */

#responsive-menu #responsiveSearch input {
	border-radius: 6px !important;
}

#responsive-menu .responsive-menu li {
	overflow: hidden;
}

#responsive-menu .responsive-menu li a {
	font-weight: 600 !important;
	text-transform: uppercase !important;
	height: auto !important;
	white-space: normal !important;
}

#responsive-menu .responsive-menu li:before {
	content: "";
	width: 30px;
	height: 30px;
	display:block;
	position: absolute;
	left: 0;
	margin: 6px 0 0 15px;
}

#responsive-menu .responsive-menu li.facebook:before {
	background: url(images/sprite.png) 4px 0;
	left: -5px;
}

#responsive-menu .responsive-menu li.facebook a, #responsive-menu .responsive-menu li.twitter a, #responsive-menu .responsive-menu li.pinterest a, #responsive-menu .responsive-menu li.instagram a, #responsive-menu .responsive-menu li.youtube a, #responsive-menu .responsive-menu li.google a {
	background: none !important;
	padding-left: 48px !important;
}

#responsive-menu .responsive-menu li.twitter:before {
	background: url(images/sprite.png) -25px 0;
}

#responsive-menu .responsive-menu li.youtube:before {
	background: url(images/sprite.png) -114px 0;
}

#responsive-menu .responsive-menu li.google:before {
	background: url(images/sprite.png) -144px 0;
}

#responsive-menu .responsive-menu li.pinterest:before {
	background: url(images/sprite.png) -55px 0;
}

#responsive-menu .responsive-menu li.instagram:before {
	background: url(images/sprite.png) -85px 0;
}

#store-front #responsive-menu .responsive-menu li.facebook:before {
	background: url(images/sprite.png) 5px -40px;
	left: -4px;
}

#store-front #responsive-menu .responsive-menu li.twitter:before {
	background: url(images/sprite.png) -25px -40px;
}

#store-front #responsive-menu .responsive-menu li.youtube:before {
	background: url(images/sprite.png) -114px -40px;
}

#store-front #responsive-menu .responsive-menu li.google:before {
	background: url(images/sprite.png) -144px -40px;
}

#store-front #responsive-menu .responsive-menu li.pinterest:before {
	background: url(images/sprite.png) -55px -40px;
}

#store-front #responsive-menu .responsive-menu li.instagram:before {
	background: url(images/sprite.png) -85px -40px;
}

#responsive-menu .responsive-menu .connect {
	background: #d6aa95;
	color: #edc8bb !important;
	font-size: .8em;
	text-transform: uppercase;
	cursor: none;
}

#store-front #responsive-menu .responsive-menu .connect {
	background: rgba(10,81,97,0.9) !important;
	color: #abd2f7 !important;
	font-size: .8em;
	text-transform: uppercase;
	cursor: none;
}

#responsive-menu .responsive-menu .store {
	background: #d6aa95;
	color: #edc8bb !important;
	text-transform: uppercase;
	cursor: none;
}

#store-front #responsive-menu, #store-front #responsive-menu .responsive-menu {
	background: #abd2f7;
}

#store-front #responsive-menu .responsive-menu li a {
	border-top: 1px solid rgba(10,81,97,0.2) !important;
}

#store-front #responsive-menu .responsive-menu li a:hover {
	background: rgba(10,81,97,0.5) !important;
}

#store-front #responsive-menu #responsiveSearch {
	display: none !important;
}

.nav .telegram, .nav .rumble, .nav .mewe, .nav .google, .nav .youtube, .nav .facebook,.nav .twitter, .nav .instagram, .nav .pinterest, .nav .connect, .nav .store, .sidebar .google, .sidebar .youtube, .sidebar .facebook,.sidebar .twitter, .sidebar .instagram, .sidebar .pinterest, .sidebar .connect, .sidebar .store {
	display: none;
}

@media screen and (max-width: 1000px) {
	.nav .telegram, .nav .rumble, .nav .mewe, .nav .google, .nav .youtube, .nav .facebook,.nav .twitter, .nav .instagram, .nav .pinterest, .nav .connect, .nav .store {
		display: block;
	}
}

/* Responsive Homepage Newsletter */


@media screen and (max-width: 1000px) {
	.cycloneslider-template-standard .cycloneslider-pager {
		bottom: 22px !important;
	}
}

/* Auth Comment */

.authcomment {
	background: url(/wp-content/uploads/2014/11/dr-christiane-northrup-60x60.jpg) 0 25px no-repeat;
	padding-left: 80px !important;
}

/* Multimedia Page */

.media-page .featured-audio {
	margin-top: 0;
}

/* Header Fix Tablet */


@media screen and (max-width: 1024px) {
	.sidebar.radio-banner, .featured-audio-widget{ z-index: 1; }
}

.cycloneslider-template-standard .cycloneslider-pager {
	bottom: 30px !important;
}

/* Comment Form Error Handling */
.error {
  color: rgba(255,0,0,0.8);
  padding: 15px;
  background-color: rgba(255,0,0,0.1);
  margin-top: 15px;
  display: block;
}


/* ---- 17. Print Styling ----- */

@media screen {
	.printOnly {display: none}
}

@media print {
    body {
        background: #fff none !important;
        color: #000;
    }
    #wrapper {
        clear: both !important;
        display: block !important;
        float: none !important;
        position: relative !important;
    }
    #header {
        border-bottom: 2pt solid #000;
        padding-bottom: 18pt;
    }
    #colophon {
        border-top: 2pt solid #000;
    }
    #site-title,
    #site-description {
        float: none;
        line-height: 1.4em;
        margin: 0;
        padding: 0;
    }
    #site-title {
        font-size: 13pt;
    }
    .entry-content {
        font-size: 14px !important;
        line-height: 1.3em;
    }
    .entry-title {
        font-size: 21pt;
    }

    .nav-content {
    min-height: 30px !important;
}

    #logo, .featured-image, 
    footer.entry-meta,
    #comments, #secondary, .footer-content, .footer-menu, .addtoany_share_save_container
 {
        display: none !important;
    }

    h4.author-name a {font-size: 14px !important}

    #access,
    #branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
        display: none !important;
    }
    #container,
    #header,
    #footer {
        margin: 0;
        width: 100%;
    }
    #content,
    .one-column #content {
        margin: 24pt 0 0;
        width: 100%;
    }
    .wp-caption p {
        font-size: 11pt;
    }
    #site-info,
    #site-generator {
        float: none;
        width: auto;
    }
    #colophon {
        width: auto;
    }
    img#wpstats {
        display: none;
    }
    #site-generator a {
        margin: 0;
        padding: 0;
    }
    #entry-author-info {
        border: 1px solid #e7e7e7;
    }
    #main {
        display: inline;
    }
    .home .sticky {
        border: none;
    }
}

.nlogo {
  position: absolute; left: 45%; top: 30px;
}

.last-updated {
  font-family: "ProximaNova-Regular";
  color: #6B6B6B;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.last-updated span{
  font-family: "ProximaNova-Bold";
}

@media (max-width: 480px){
  .nlogo {
    position: absolute; left: 42%; top: 5px;
  }
}
textarea#comment {
  background:#fff;
  backface-visibility:hidden;
}

body.home.page-id-3424 #page > div.main-wrapper > section:nth-child(6) > div {
	display:none;
}

body.home.page-id-3424 #page > div.main-wrapper > section:nth-child(5) > div > div:nth-child(3) {
	padding-bottom:20px;
}
.social-substack-icon-head {
    background-image: url(/wp-content/uploads/2022/09/substack-header2.png) !important;
    background-position: bottom center !important;
    width: 118px !important;
    height: 20px !important;
    margin-top: 16px !important;
}
