.block.widget:nth-of-type(odd):before {
    display: none !important;
}
.block.widget:nth-of-type(odd):after {
    display: none !important;
}
#article .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 30px;
}
#article .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#article .soundcloud {
    margin: 20px 0;
}
#article .spotify {
    margin: 0 0 20px;
}
#article {
    color: #373737;
}
#article #article-head {
    background: #fff;
    width: 800px;
    padding-bottom: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
#article #tag-bar {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
#article #date {
    flex: auto;
    line-height: 28px;
    padding: 0 20px;
}
#article #head-text {
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}
#article #head-text a:hover {
    text-decoration: none;
}
#article .author {
    font-size: 16px;
    color: #c2c2c2;
    padding-top: 4px;
}
#article .tag {
    display: none;
}

#article h2 {
    text-align: center;
    letter-spacing: -1px;
}
#article #head-text h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}
#article #article-body h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    padding: 0 100px;
    margin: 40px 0 35px;
}
#article #head-text h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 48px;
    line-height: 50px;
    font-family: gothambook, helvetica neue, Helvetica, Arial, sans-serif;
    text-align: center;
    letter-spacing: -1px;
}
#article #article-body {
    width: 800px;
    margin: auto;
}
#article #article-body p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
#article #article-body p a {
    color: #34b4c9;
    font-weight: 700;
}
#article #article-body p a:visited {
    color: #34b4c9;
}

#article #article-body ol,
#article #article-body ul {
    font-size: 18px;
}

#article #article-body li > a {
    color: #34b4c9;
    font-weight: bold;
}
/*product carousel*/
#article .single-carousel .cloned {
    display: none !important;
}
#article .single-carousel .owl-stage {
    transform: inherit !important;
    width: 0 !important;
}
#article .single-carousel .product-item {
    padding: 0 !important;
}
#article .single-carousel .price-hp-wrapper {
    height: auto !important;
}
#article .single-carousel .product-item-name {
    min-height: auto !important;
}
#article .full-carousel {
    border: 2px solid #dcdcdc !important;
}
#article .full-carousel .product-item {
    box-shadow: none;
}

#article .product-item .price-box .price {
    font-family: 'GothamBook';
}
#article .block-products-list h3 {
    padding-top: 15px !important;
    text-align: center;
    text-transform: initial;
    margin-bottom: 0;
}
#article .block-products-list {
    background: #fff !important;
}

.product-item .price-box .price-label {
    display: inherit;
    padding-bottom: 12px;
}

#article .full-width {
    margin-bottom: 20px;
}

/*warps + structure*/
#article .breaker {
    display: none;
}

#article .wrap {
    display: inline-block;
    max-width: 100%;
}
#article .wrap .content-block {
    width: 380px;
    float: left;
    padding-bottom: 5px;
}
#article .wrap .info.content-block {
    text-align: center;
}
#article .wrap h2 {
    margin-top: 0;
}
#article .wrap:nth-of-type(odd) .content-block {
    float: left;
    padding-right: 30px;
}
#article .wrap:nth-of-type(even) .content-block {
    float: right;
    padding-left: 30px;
}
#article .info {
    line-height: 0;
}
#article .info img {
    line-height: 0;
}
#article .info .sub {
    background: #dcdcdc;
    line-height: 1.42857143;
    padding: 20px;
    font-style: italic;
    display: block;
}
#article #article-head #social-share {
    display: flex;
    align-self: flex-end;
    font-size: 1.3em;
    z-index: 1;
    text-align: right;
    min-width: 25%;
    line-height: 30px;
}
#article .share-btn {
    color: #c2c2c2;
    display: inline;
    border: none;
    padding: 0 1.2em;
    outline: none;
    text-align: center;
}
#article .share-btn:hover {
    color: #a7a7a7;
    text-decoration: none;
}
#article .share-btn:active {
    position: relative;
    top: 2px;
    box-shadow: none;
    color: #e2e2e2;
    outline: none;
}
#article #social-share .a:visited {
    color: #8f8f8f;
}
#article .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000ba;
    z-index: 100;
}
#article .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    text-align: center;
}
#article .modal-content img {
    height: 100%;
    width: 100%;
}
#article .close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: 700;
}
#article .close:hover,
#article .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
#article .info img:hover {
    transition: 0.1s;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 8px 1px;
}
.article-carousel .owl-carousel.videos-widget {
    margin-top: 0;
}
.article-carousel .videos-title {
    display: none;
}
.article-carousel {
    background: #fff;
}
.article-carousel:before {
    content: 'Recent Articles';
    font-weight: 600;
    font-size: 2em;
    text-transform: uppercase;
    margin: 15px;
    position: relative;
    display: block;
}

/*table of contents*/
#article-head .toc {
    background: #34b4c914;
    padding: 20px 40px;
    margin: 25px 0 15px;
  }

  #article-head .toc a {
    display: flex;
    font-size: 16px;
    padding-bottom:8px;
    color: black;
  }
  #article-head .toc a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 8px;
  }

  #article-head .toc .column-holder.toc-two-col {
    columns:2
  }

/*audio player*/
.audio.pc-audio-player {
    min-width: 300px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    user-select: none;
    -webkit-user-select: none;
    background-color: #f2f3f4;
}
.audio.pc-audio-player .play-pause-btn {
    display: none;
    cursor: pointer;
}
.audio.pc-audio-player .spinner {
    width: 18px;
    height: 18px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: spin 0.4s linear infinite;
}
.audio.pc-audio-player .slider {
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative;
}
.audio.pc-audio-player .slider .progress {
    background-color: #34b4c9;
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
}
.audio.pc-audio-player .slider .progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #34b4c9;
    position: absolute;
    pointer-events: all;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.audio.pc-audio-player .controls {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
}
.audio.pc-audio-player .controls .slider {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    height: 4px;
}
.audio.pc-audio-player .controls .slider .progress {
    width: 0;
    height: 100%;
}
.audio.pc-audio-player .controls .slider .progress .pin {
    right: -8px;
    top: -6px;
}
.audio.pc-audio-player .controls .slider .progress .pin:hover {
    background: #20a6a6;
}
.audio.pc-audio-player .controls span {
    cursor: default;
}
.audio.pc-audio-player .volume {
    position: relative;
}
.audio.pc-audio-player .volume .volume-btn {
    display: flex;
    cursor: pointer;
}
.audio.pc-audio-player .volume .volume-btn.open path {
    fill: #34b4c9;
}
.audio.pc-audio-player .volume .volume-controls {
    width: 30px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.audio.pc-audio-player .volume .volume-controls.hidden {
    display: none;
}
.audio.pc-audio-player .volume .volume-controls .slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px;
}
.audio.pc-audio-player .volume .volume-controls .slider .progress {
    bottom: 0;
    height: 100%;
    width: 6px;
}
.audio.pc-audio-player .volume .volume-controls .slider .progress .pin {
    left: -5px;
    top: -8px;
}

@keyframes spin {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(1turn);
    }
}
@media (max-width: 1024px) {
    .article-carousel:before {
        margin: 10px;
    }
}
@media (max-width: 840px) {
    #article #article-head,
    #article #article-body {
        width: 100%;
    }
}
@media (max-width: 767px) {
    #article #head-text {
        padding: 0;
    }
    #article #article-body h2 {
        padding: 0;
    }
    #article #head-text h1 {
        font-size: 34px;
        line-height: 40px;
    }
    #article #head-text h2 {
        font-size: 22px;
        line-height: 30px;
    }
    #article #social-share a {
        color: #c7c7c7;
    }
    #article #social-share a:hover {
        color: #505050;
        text-decoration: none;
    }
    #article #social-share a:visited {
        color: #c7c7c7;
        text-decoration: none;
    }
    #article .twitter {
        padding: 0 1em;
    }
    #article-head .toc {
        padding: 6px 20px 18px;
        
      }
      #article-head .toc a {
        font-size: 14px;
        padding-bottom: 6px;
      }
      #article-head .toc .column-holder.toc-two-col {
        columns:1
      }
    
    #article .content-block + .breaker {
        display: none;
    }
    #article .wrap .content-block {
        padding: 0 0 10px;
        width: 100%;
    }
    #article .wrap h2 {
        margin-top: 2.5rem;
        padding: 0;
    }
    #article .video-responsive {
        margin-bottom: 20px;
    }
    #article .wrap:nth-of-type(odd) .content-block {
        float: none;
        padding-right: 0;
    }
    #article .wrap:nth-of-type(even) .content-block {
        float: none;
        padding-left: 0;
    }
    #article .modal-content {
        width: 200%;
        text-align: left;
    }
    #article .modal {
        padding-top: 0;
    }
    #article .close {
        margin-left: 10px;
        position: initial;
        display: inline-block;
        text-align: left;
    }
    .article-carousel:before {
        margin: 0;
        text-align: center;
    }
}
@media (max-width: 500px) {
    #article #social-share {
        font-size: 1.2em;
    }
    #article #social-share .share-btn {
        padding: 0 0.5em;
    }
    .audio.pc-audio-player {
        min-width: auto;
    }
}
