  /*
Theme Name: 022 ITMWPB
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: 022 Parent Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 022-itmwpb
*/

  /*=============================================================================

-----------------
Table of Contents
-----------------
==============================================================================*/
  /* -----------------------------------------------------------------------------
* $TYPOGRAPHY
* http://type-scale.com/?size=14&scale=1.333&text=A%20Visual%20Type%20Scale&webfont=PT%2BSerif&font-family=%27PT%20Serif%27%2C%20serif&font-weight=300&font-family-headers=&font-weight-headers=inherit&background-color=white&font-color=%23333
* -------------------------------------------------------------------------- */

  .home br,
  b {
    display: none !important
  }
  .wide-under-navigation{padding-bottom:15px}
  .home .wide-under-navigation{padding-bottom:0px}
  html {
    font-size: 0.875em;
  }

  body {
    background-color: #ededed;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    background: url('') no-repeat fixed top center #ededed;
    padding-top: 0
  }

  p {
    margin-bottom: 1.3em;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 1.414em 0 0.5em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: inherit;
    color: #232323
  }

  h1,
  h2 {
    line-height: 1.2;
  }

  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }

  h1 {
    margin-top: 0;
    font-size: 2.441em;
  }

  h2 {
    font-size: 1.953em;
  }

  h3 {
    font-size: 1.563em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.1em;
    font-weight: bold;
  }

  h6 {
    font-size: 1em;
    font-weight: bold;
  }

  small,
  .font_small {
    font-size: 0.75em;
  }

  blockquote {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.25em;
    color: #232323;
  }

  blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 11px;
  }

  cite {
    font-style: italic !important;
    letter-spacing: 0;
  }

  cite:before {
    content: '';
    opacity: 0.5;
  }

  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  em {
    color: #AAAAAA;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
  }

  p {
    margin-top: 0;
    margin-bottom: 1.3em;
  }

  a {
    outline: none !important;

  }

  a:hover {
    text-decoration: none !important;
    color: #b7b7b7;
  }


  /* -----------------------------------------------------------------------------
* $INPUT
* -------------------------------------------------------------------------- */
  textarea {
    max-width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
  }

  select,
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type=button],
  input[type=submit],
  button,
  .vw-button,
  .woocommerce .button {
    /* for woocommerce */
    padding: 5px 10px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0;
  }

  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"],
  input[type="week"] {
    border: 1px solid #BBBBBB;
    -webkit-appearance: none;
  }

  /* -----------------------------------------------------------------------------
* $WORDPRESS
* -------------------------------------------------------------------------- */
  /* -------------------------------------
* Alignment */
  .alignnone {
    display: block;
    margin: 15px 15px 15px 0;
  }

  .alignnone:before,
  .alignnone:after {
    display: table;
    content: ' ';
  }

  .alignnone:after {
    clear: both;
  }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
  }

  .alignright {
    float: right;
    margin: 15px 0 15px 15px;
  }

  .alignleft {
    float: left;
    margin: 15px 15px 15px 0;
  }

  .aligncenter {
    display: block;
    margin: 15px auto 15px auto;
  }

  a img.alignright {
    float: right;
    margin: 0 0 15px 15px;
  }

  a img.alignnone {
    margin: 15px 15px 15px 0;
  }

  a img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }

  a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .adv-banner img {
    max-width: 100%;
    margin: 4px auto
  }

  .marginTB15 {
    margin: 15px 0
  }

  .marginT15 {
    margin-top: 15px
  }

  .marginB15 {
    margin-top: 15px
  }

  .no-padding {
    padding: 10px 0 10px 0
  }

  /* -------------------------------------
* Image Caption */
  .wp-caption {
    max-width: 100%;
  }

  .wp-caption.alignnone {
    margin: 2em 0;
  }

  .wp-caption.aligncenter {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .wp-caption.aligncenter:before,
  .wp-caption.aligncenter:after {
    display: table;
    content: ' ';
  }

  .wp-caption.aligncenter:after {
    clear: both;
  }

  .wp-caption.alignleft {
    margin: 15px 2em 10px 0;
  }

  .wp-caption.alignright {
    margin: 15px 0 10px 2em;
  }

  .wp-caption img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
  }

  .wp-caption .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    line-height: 1.2em;

    margin: 8px 0 8px 0;
    padding: 5px 10px 5px 10px;

    color: #aaa;
    border-left: 3px solid;
  }

  .wp-post-image {
    max-width: 100%;
    height: auto;
  }

  /* ---------------------------------- * $Helper Classes
\*------------------------------------*/
  .masthead {
    padding: 5px 0
  }

  .alpha-omega {
    padding: 0
  }

  .alpha {
    padding-left: 0
  }

  .omega {
    padding-right: 0
  }

  .page-wrap {
    margin-top: 0;
  }

  .row-a {
    padding: 20px 0 0 0
  }

  /* =============================================================================
$THEME
============================================================================= */

  /* -----------------------------------------------------------------------------
* $BRAND                                                Links, hover, background
* -------------------------------------------------------------------------- */
  /* Brand color () */
  a,
  .color-brand {
    color: #77332e;
  }

  .bg-brand {
    background-color: #77332e;
  }

  .border-brand {
    border-color: #77332e;
  }

  .hover-color-brand:hover,
  .hover-color-brand {
    color: #77332e;
  }

  .hover-bg-brand:hover,
  .hover-bg-brand {
    background-color: #77332e;
  }

  /* Secondary color () */
  .color-secondary {
    color: #b7b7b7;
  }

  .bg-secondary {
    background-color: #b7b7b7;
  }

  .border-secondary {
    border-color: #b7b7b7;
  }

  .hover-color-secondary:hover,
  .hover-color-secondary {
    color: #b7b7b7;
  }

  .hover-bg-secondary:hover,
  .hover-bg-secondary {
    color: #b7b7b7;
  }


  /* Teritary Color */
  .color-teritary {
    color: #737373;
  }

  .bg-teritary {
    background-color: #737373;
  }

  .border-teritary {
    border-color: #737373;
  }

  .hover-color-teritary:hover,
  .hover-color-teritary {
    color: #737373;
  }

  .hover-bg-teritary:hover,
  .hover-bg-teritary {
    background-color: #737373;
  }

  .hover-border-teritary:hover,
  .hover-border-teritary {
    border-color: #737373;
  }

  /* Dark color */
  .color-dark {
    color: #232323;
  }

  .bg-dark {
    background-color: #232323;
  }

  .border-dark {
    border-color: #232323;
  }

  .hover-color-dark:hover,
  .hover-color-dark {
    color: #232323;
  }

  .hover-bg-dark:hover,
  .hover-bg-dark {
    background-color: #232323;
  }

  .hover-border-dark:hover,
  .hover-border-dark {
    border-color: #232323;
  }

  /* Light color (light) */
  .color-light {
    color: #fff;
  }

  .bg-light {
    background-color: #fff;
  }

  .border-light {
    border-color: #fff;
  }

  .hover-color-light:hover,
  .hover-color-light {
    color: #fff;
  }

  .hover-bg-light:hover,
  .hover-bg-light {
    background-color: #fff;
  }

  .hover-border-light:hover,
  .hover-border-light {
    border-color: #fff;
  }

  /* Dark color */
  .color-dark {
    color: #232323;
  }

  .bg-dark {
    background-color: #232323;
  }

  .border-dark {
    border-color: #232323;
  }

  .hover-color-dark:hover,
  .hover-color-dark {
    color: #232323;
  }

  .hover-bg-dark:hover,
  .hover-bg-dark {
    background-color: #232323;
  }

  .hover-border-dark:hover,
  .hover-border-dark {
    border-color: #232323;
  }

  /* Hight-light */
  ::selection {
    background: #77332e;
    /* WebKit/Blink Browsers */
    color: #fff;
  }

  ::-moz-selection {
    background: #77332e;
    /* Gecko Browsers */
    color: #fff;
  }

  /* -----------------------------------------------------------------------------
* $SITE LAYOUT
* -------------------------------------------------------------------------- */
  body {
    background: url('') no-repeat fixed top center #fbfbfb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* ---------------------------------- * $SITE HEADER
\*------------------------------------*/
  .branding {
    padding: 20px 0
  }

  #site_logo img {
    max-width: 100%;
    margin: 0 auto 15px;
    display: block
  }

  #brand_banner img {
    max-width: 100%;
    margin: 0 auto
  }

  #search_group .social-links {
    margin-top: 5px;
  }

  #search_group .social-links {
    text-align: center
  }


  /* -----------------------------------------------------------------------------
* $NAVIGATION
* -------------------------------------------------------------------------- */

  /* ---------------------------------- * $NAVIGATION: SUPERMENU
\*------------------------------------*/
  .menu-title {
    width: 45%;
    display: none !important
  }

  .supermenu__mobile .supermenu__logo-wrapper {
    width: 50%;
  }

  .supermenu__desktop .supermenu__menu-items-ul>li {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
  }

  .supermenu__mobile .supermenu__toggler {
    float: none;
    width: 25%;
    height: 50px !important;
  }

  .supermenu__searchform .supermenu__searchform_icon {
    top: calc(48.3% + 20px) !important;
  }

  .supermenu__menu-items-ul>li {
    padding: 0 12px
  }

  .supermenu__mobile .supermenu__menu-items-ul>li a {
    text-indent: 15px;
  }

  .supermenu__mobile .supermenu--dropdown-toggler {
    background: #b7b7b7;
  }

  .supermenu__menu-items-ul>li:hover>.supermenu--dropdown-toggler,
  .supermenu__menu-items-ul>li>.supermenu--dropdown-toggler {
    color: #232323;
  }

  .supermenu__navbar {
    height: auto !important;
  }

  /* ---------------------------------- * $NEXT/PREVIOUS LINK PAGES
\*------------------------------------*/
  .nav-links {
    background: #77332e;
    padding: 20px;
    margin-bottom: 20px;
  }

  .link-left {
    border-right: 0px
  }

  .story {
    border-bottom: 1px solid #888;
    font: normal 300 14px/38px 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff
  }

  .story .fa {
    margin: 0 5px;
    font-size: 15px;
  }

  .nav-previous,
  .nav-next {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
  }

  .nav-previous a,
  .nav-next a {
    color: #fff
  }

  .nav-previous a:hover,
  .nav-next a:hover {
    color: #999 !important;
    text-decoration: none
  }

  /* ---------------------------------- * $EDIT PAGE BUTTON
\*------------------------------------*/
  .btn-edit-link {
    font-size: .9em;
    line-height: 1em;
    margin-top: 15px;
    border-color: #222;
    background-color: #222;
  }

  .btn-edit-link a {
    color: #fff;
    box-shadow: none;
  }

  .btn-edit-link a:hover,
  .btn-edit-link a {
    color: #fff;
  }

  /* ---------------------------------- * $READ MORE LINK
\*------------------------------------*/
  .read-more a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
    padding-left: 5px;
    border-left: 2px solid #232323
  }

  .read-more a:hover {
    border-left: 2px solid #b7b7b7;
    color: #b7b7b7
  }

  .more-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
    padding-left: 5px;
  }

  /* ---------------------------------- * $READ MORE LINK
\*------------------------------------*/
  .btn-plj {
    text-transform: uppercase;
    color: #fff;
    background-color: #77332e;
    border-color: #77332e;
  }

  .btn-plj:hover {
    color: #fff;
    background-color: #b7b7b7;
    border-color: #b7b7b7;
  }

  .parent-term .view-all {
    font-size: 20px;
    font-weight: 600;
    color: #b7b7b7;
  }

  .parent-term .view-all:hover {
    color: #77332e
  }

  /* ---------------------------------- * $VIP SUBMIT BUTTON
\*------------------------------------*/
  .app_dl .gigya-button {
    font: normal 600 11px/11px 'Montserrat';
    text-transform: uppercase;
    background: #b7b7b7;
    padding: 9px 6px;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .app_dl .gigya-button {
    font: normal 600 11px/11px 'Montserrat';
    text-transform: uppercase;
    background: #b7b7b7;
    padding: 10px 6px;
    margin: 9px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* -----------------------------------------------------------------------------
* $WPB SLIDER
* -------------------------------------------------------------------------- */
  #wpb-slider-57 {
    max-width: 100% !important;
    margin: 0;
  }

  /* ---------------------------------- * $SUPER CAROUSEL
\*------------------------------------*/
  .plj_carousel_wrapper {
    max-height: 290px;
    margin: 0 10px
  }

  .super_title {
    text-align: center;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 500;
    padding: 10px;
    min-height: 75px;
    background: #77332e !important;
  }

  .supercarousel div .super_categories a,
  .supercarousel div .super_title a {
    color: #fff
  }

  .supercarousel div .super_categories a,
  .supercarousel div .super_title a:hover {
    color: #232323
  }

  /* ---------------------------------- * $Youtube Channel Gallery
\*------------------------------------*/
  .ytcplayercontent h3 {
    margin: 0;
    font: normal 600 18px/24px "Raleway";
  }


  /* -----------------------------------------------------------------------------
* $PAGES
* -------------------------------------------------------------------------- */

  /* ---------------------------------- * $PAGE TITLE
\*------------------------------------*/
  .entry-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px
  }

  .page-header {
    border-style: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 40px 0 0 !important;
    padding: 0;
    border-left: 5px solid #b7b7b7;
    border-bottom: 0;
  }

  .page-header h2 {
    font-size: 22px;
    margin: 0 0 0 10px;
  }

  /* -----------------------------------------------------------------------------
* $POSTS
* -------------------------------------------------------------------------- */

  /* ---------------------------------- * $ENTRY META
  \*------------------------------------*/
  .entry-meta ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0
  }

  .entry-meta ul li {
    display: inline-flex;
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    font-style: oblique
  }

  .entry-meta ul li a {}

  /* ---------------------------------- * $SHARIFY
  \*------------------------------------*/
  .sharify .sharify-container {
    padding: 5px 0 0 0;
  }

  /* ---------------------------------- * $POST LISTS
  \*------------------------------------*/
  .posts-list .article-wrapper {
    padding: 0 0 15px 0
  }

  .posts-list h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
    margin-top: 0
  }

  .posts-list h2 a:hover {
    color: #b7b7b7
  }

  .posts-list figure {
    max-width: 150px;
    float: left;
    margin-right: 10px;
    display: block
  }

  .posts-list figure img {
    margin-left: 0
  }

  /* -----------------------------------------------------------------------------
* $ARCHIVES
* -------------------------------------------------------------------------- */
  .archive .page-header {
    border-style: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px 0 15px !important;
    padding: 0;
    border-left: 5px solid #b7b7b7;
    border-bottom: 0;
  }

  .archive .entry-title h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
    margin-top: 0
  }

  .archive .article-wrapper {
    margin-bottom: 15px;
    clear: both;
    /* max-height: 90px; */
  }

  .archive .article-meta {
    font-size: 12px;
    line-height: 16px;
    color: #888;
  }

  .archive figure {
    width: 80px;
    float: left;
    margin-right: 10px;
    display: block
  }

  .archive .entry-summary {
    display: none
  }

  /* ---------------------------------- * $ARCHIVE: SHOW
  \*------------------------------------*/
  .show_archive figure img {
    border: 1px solid #d2d2d2
  }

  .show_archive h2 {
    margin-bottom: 0
  }

  .show_archive .show_excerpt {
    font-size: 14px;
    font-weight: 600
  }

  /* ---------------------------------- * $ARCHIVE: PODCAST
  \*------------------------------------*/

  .content_episode .entry-summary {
    margin-bottom: 10px
  }

  .content_episode .listen {
    margin-bottom: 10px
  }

  .single-episode br {
    display: none
  }

  .share_icons .share {
    font-weight: 600
  }

  .share_icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .share_icons ul li {
    display: inline-flex;
    margin-right: 4px
  }


  /* -----------------------------------------------------------------------------
* $SHOWS
* -------------------------------------------------------------------------- */
  .show_group {
    margin: 45px 0
  }

  .single-show .article-wrapper {
    margin-bottom: 25px;
    border-style: none
  }

  .single-show .show-meta {
    margin: 18px 0 5px 0;
  }

  .single-show .on-air-meta {
    font-weight: 600
  }

  .single-show .show-times {
    font-size: 12px;
    font-weight: 300;
    font-style: oblique;
    margin: 0 0 5px 0
  }

  .single-show .show-section-title {
    border-style: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px 0px;
    padding: 0 0 0 10px;
    border-left: 5px solid #b7b7b7;
  }

  .show_group .entry-title h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
    margin-top: 0
  }

  .show_group .article-wrapper {
    margin-bottom: 15px;
    clear: both;
  }

  .show_group .article-meta {
    font-size: 12px;
    line-height: 16px;
    color: #888;
  }

  .show_group figure {
    width: 80px;
    float: left;
    margin-right: 10px;
    display: block
  }

  .show_group .entry-summary {
    display: none
  }

  /* -----------------------------------------------------------------------------
* $WIDGETs
* -------------------------------------------------------------------------- */
  .widget-border {
    border: 1px solid #f2f2f2
  }

  .widget-padding {
    padding: 10px
  }

  .widget-area {
    font-size: 12px;
  }

  .widget {
    margin: 0 0 15px;

    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  #secondary .widget:first-child {
    margin-top: 15px
  }

  #secondary .widget_recent_posts {
    margin: 30px 0 0 0
  }

  /* ---------------------------------- * $WIDGET TITLE
\*------------------------------------*/
  .title-wrapper {
    margin: 20px 0 10px;
    padding: 0px;
    display: block;
    border-bottom: 2px solid
  }

  .title-wrapper h3 {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }

  .title-wrapper h3 a {
    color: #999;
  }

  .widget-main .title-wrapper {
    margin: 5px 0 10px;
    padding: 0px;
    display: block;
    border-bottom: 2px solid;
    clear: both;
  }

  .widget .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }

  .widget .widget-title a {
    color: #77332e;
  }

  .widget .widget-title a:hover {
    color: #999;
  }

  .widget .widget-title a:after {
    content: "Read All \f101 ";
    font: normal 500 13px/22px 'Montserrat', FontAwesome;
    text-transform: uppercase;

    transition: all .6s ease-in-out 0s;
    color: #77332e;

    float: right
  }

  /* ---------------------------------- * $WPB RECENT POSTS
\*------------------------------------*/
  .postWrapper {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin: 15px;
    max-width: 100%;
  }

  .postWrapper ul {
    list-style-type: none;
    padding: 0
  }

  .widget_post .title-wrapper {
    margin: 0 10px 10px 0;
  }

  .widget_post {
    padding: 5px 0;
    margin: 0 15px 0 0;
    border-bottom: 0px dotted #eee;
    width: 100%;
    float: left;
  }

  .widget_post h2 {
    margin-top: 10px
  }

  .widget_post .post_date {
    margin: 0 0 5px 0;
    font-size: 11px;
    color: #999
  }

  .widget_post .article-wrapper {
    padding-bottom: 0
  }

  /* ---------------------------------- * $WPB RECENT POSTS ADVANCE WIDGET: TWO COLUMN
  \*------------------------------------*/
  .blog-two-col .article-wrapper {
    background: #fff !important;
    margin-bottom: 15px;
    max-height: 90px;
  }

  .blog-two-col figure {
    margin-right: 10px;
    width: 80px;
    display: block
  }

  .blog-two-col h2 {
    margin-bottom: 0;
  }

  .blog-two-col .article-meta {
    padding: 0 !important
  }

  .blog-two-col .entry-title a {
    font-weight: 600
  }

  .blog-two-col .entry-title a:hover {
    color: #b7b7b7
  }


  .blog-two-col .entry-summary,
  .read-more {
    display: none
  }

  /* ---------------------------------- * $WPB RECENT POSTS: ASIDE/SIDEBAR
  \*------------------------------------*/
  .widget-aside .title-wrapper {
    margin: 0 10px 10px 0;
  }

  .widget-aside-posts {
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #eee
  }

  .widget-aside-posts:last-child {
    border-style: none
  }


  .widget-aside-posts h2 {
    margin-top: 10px
  }

  /* ---------------------------------- * $WIDGET SENDPRESS FORM
  \*------------------------------------*/
  .widget-signup .form-wrap {
    width: 80%;
  }

  .widget-signup .sendpress-signup-form input[type="text"] {
    width: 80%;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .widget-signup .submit {
    margin-top: 0;
    padding: 0;
  }

  .widget-signup .sendpress-submit {
    margin: 0 auto;
    width: 150px;
    display: block !important;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    border-style: none;
    background: #77332e;
    color: #fff;

    font-size: 22px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 900;

    text-transform: uppercase
  }

  .widget-signup .sendpress-submit:hover,
  .widget-signup .sendpress-submit {
    background: #b7b7b7;
    color: #fff;
  }

  .widget-signup p {
    margin-bottom: 0px;
    text-align: center;
  }

  .gdpr-class-sc-signup {
    text-align: center
  }

  /* -----------------------------------------------------------------------------
* $PAGINATION
* -------------------------------------------------------------------------- */
  .pagination {
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    position: relative;
    clear: both;
    padding: 20px 0;
  }

  .pagination span,
  .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px;
    text-decoration: none;
    color: #fff;
    background: #77332e none repeat scroll 0 0;
  }

  .pagination a {
    text-decoration: none;
    color: #fff;
    background: none repeat scroll 0 0 #77332e;
  }

  .pagination a:hover {
    background: none repeat scroll 0 0 #b7b7b7;
    /*hover color*/
  }

  .pagination .current {
    padding: 6px 9px 5px;
    color: #fff;
    background: #b7b7b7 none repeat scroll 0 0;
  }

  /* -----------------------------------------------------------------------------
* $PODCASTS PLAYER
* -------------------------------------------------------------------------- */
  .wpb-audio-player.whiteControllers {
    background-color: #232323 !important;
  }

  .wpb-audio-player.whiteControllers {
    background: #232323 !important;
  }

  .player_advance .playlistContainer {
    background-color: #232323 !important;
  }

  .wpb-audio-player.whiteControllers .AudioControls {
    background-color: #77332e !important;
  }

  /* -----------------------------------------------------------------------------
* $SITE FOOTER
* -------------------------------------------------------------------------- */
  footer {
    padding: 25px 0
  }

  .copyright {
    font-size: 10px;
    line-height: 14px;
  }

  .copyright a {
    color: #fff
  }

  .copyright a:hover {
    color: #999
  }

  /* ---------------------------------- * $FOOTER ASIDE
  \*------------------------------------*/
  .column-wrapper {
    padding: 25px 0;
  }

  .widget-footer {
    text-align: center;
  }

  .widget-footer .social-link-item {
    margin: 0 5px;
  }

  /* ---------------------------------- * $FOOTER SENDPRESS FORM
  \*------------------------------------*/
  .widget-footer .form-wrap {
    width: 80%;
  }

  .widget-footer .sendpress-signup-form input[type="text"] {
    width: 80%;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .widget-footer .submit {
    margin-top: 0;
    padding: 0;
  }

  .widget-footer .sendpress-submit {
    margin: 0 auto;
    width: 150px;
    display: block !important;

    -webkit-border-radius: 84px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    border-style: none;
    background: #77332e;
    color: #fff;

    font-size: 22px;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 900;

    text-transform: uppercase
  }

  .widget-footer p {
    margin-bottom: 10px
  }

  /* ---------------------------------- * $FOOTER MENU
\*------------------------------------*/
  .footer_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .footer_nav ul li {
    font-size: 14px;
    color: #fff;
    display: flex;
    padding: 2px
  }

  .footer_nav ul li a {
    color: #fff
  }

  .footer_nav ul li a:hover {
    color: #999
  }

  /*--------------------------------------------------------------
  16.0 Media Queries
  --------------------------------------------------------------*/
  /* No media query since this is the default in Bootstrap */

  /* ---------------------------------- * $Small devices (480px and up)
  \*------------------------------------*/
  @media (min-width: 480px) {

    .supermenu__mobile .supermenu__logo-wrapper {
      width: 35%;
    }

    .blog-two-col figure {
      width: 150px;
    }

    .widget-aside-posts h2 {
      font-size: 18px;
    }

    .posts-list h2 {
      font-size: 16px;
    }

    .blog-two-col .read-more {
      display: block;
    }

    .archive .entry-title h2 {
      font-size: 16px
    }

    .archive figure {
      width: 150px;
    }

    .archive .read-more {
      display: block;
    }

    .show_group .read-more {
      display: block;
    }

    .show_group .entry-title h2 {
      font-size: 16px
    }

    .show_group figure {
      width: 150px;
    }

    .show_group .read-more {
      display: block;
    }
  }

  /* ---------------------------------- * $Small devices (667px and up)
  \*------------------------------------*/
  @media (min-width: 667px) {
    .supermenu__mobile .supermenu__logo-wrapper {
      width: 30%;
    }

    .blog-two-col .entry-summary {
      display: block;
    }

    .archive .entry-summary {
      display: block;
    }

    .show_group .entry-summary {
      display: block;
    }
  }

  /* ---------------------------------- * $Small devices (768px and up)
  \*------------------------------------*/
  @media (min-width: 768px) {

    .postWrapper {
      padding: 10px;
      margin: 15px 0;
      max-width: 100%;
    }

    .widget_post {
      padding: 5px 0;
      margin: 0 15px 0 0;
      width: 45.0%;
      float: left;
    }

    .row-a {
      padding: 35px 0 0 0
    }

    .branding {
      padding: 10px 0;
    }

    #site_logo img {
      max-width: 100%;
      margin: 0 auto;
      display: block
    }

    #search_group .social-links {
      text-align: right;
    }

    .supermenu__mobile .supermenu__logo-wrapper {
      width: 20%;
    }

    .social-links {
      text-align: right;
    }

    .footer-social .social-links {
      text-align: center;
      margin: 15px 0
    }

    .blog-two-col .article-wrapper {
      min-height: 205px;
    }

    .blog-two-col figure {
      min-width: 289px;
    }

    .posts-list figure {
      display: block
    }

    .posts-list h2 {
      font-size: 16px;
      line-height: 20px;
      margin: 0;
    }

    .content_episode {
      padding: 0 70px
    }

    .footer_nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: center
    }

    .footer_nav ul li {
      font-size: 14px;
      color: #fff;
      display: inline-flex;
      padding: 0 6px
    }

    .footer_nav ul li a {
      color: #fff
    }

    .footer_nav ul li a:hover {
      color: #999
    }
  }


  /* ---------------------------------- * $Small devices (992px and up)
  \*------------------------------------*/
  @media (min-width: 992px) {

    .blog-two-col .article-wrapper {
      background: #fff;
      margin-bottom: 15px;
      max-height: 380px
    }

    .blog-two-col figure {
      margin-right: 10px;
      width: 100%
    }

    .blog-two-col {
      margin-bottom: 10px;
    }

    .blog-two-col .article-wrapper {
      position: relative;
      z-index: 10
    }

    .blog-two-col .article-thumb {
      position: absolute;
      overflow: hidden;
      z-index: 20;
      width: 100%;
      float: none;
      margin-right: 0
    }

    .blog-two-col .article-container {
      position: relative;
      bottom: 15px;
      z-index: 40;
      background: #fff;
      margin: 0;
      padding: 10px !important;
    }

    .posts-list h2 {
      font-size: 14px;
      line-height: 18px;
      margin: 0;
    }

    .blog-two-col h2 {
      margin-top: 0;
      font-size: 18px;
      line-height: 22px
    }

    .blog-two-col h2 a {
      font-weight: 500
    }

    .blog-two-col .entry-summary {
      display: none
    }

    .blog-two-col .article-meta {
      padding: 0 !important
    }

    .blog-two-col p {
      margin-bottom: 0
    }

    .blog-two-col .read-more {
      font-weight: 300 !important;
    }

    .archive .article-thumb {
      display: block;
      float: left;
      margin-right: 10px
    }

    .footer_nav ul li {
      padding: 0 15px
    }

  }