.intro-wrap.skinset-sub_header.layout_1.acoda-skin.clearfix {
    display: none;
}

.single-podcast-episode h1.entry-title {
    color: #fff;
    text-align: center;
}

.single-podcast-episode .podcast-content {
    word-break: normal;
}

.single-podcast-episode .podcast-content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-podcast-episode h1.entry-title {
    text-transform: uppercase;
}
.spg-podcast-ad {
    margin-top: 50px;
}


/**
 * Audio JS
 */
.audiojs {
    background-image: none;
    background-color: #234284;
}

.audiojs .scrubber {
    width: 70% !important;
    background: #516a9e;
}
.audiojs .play-pause {
    width: 38px;
}
.audiojs {
    width: 100%;
}

.audiojs .play-pause p {
    margin: 0 auto;
}
.audiojs .play-pause {
    width: 13%;
    text-align: center;
    background-color: #00a1c9;
}
.audiojs .pause, .audiojs .play {
    background: transparent !important;
}
.audiojs .pause:before {
    content: '\f04c';
    font-family: FontAwesome;
    color: #fff;
    vertical-align: middle;
    line-height: 30px;
}
.audiojs .play:before {
    content: '\f04b';
    font-family: FontAwesome;
    color: #fff;
    vertical-align: middle;
    line-height: 30px;
}
.audiojs .play-pause:hover {
    opacity: 0.8;
}

.spg-podcast-loop-item .audiojs .scrubber {
    width: 64% !important;
}

@media(max-width: 768px) {

    .spg-podcast-loop-item .audiojs .scrubber {
        width: 57% !important;
    }

    .audiojs .scrubber {
        width: 64% !important;
    }

    li.spg-social.spg-download {
        width: 100% !important;
        display: inline-block;
        float: left;
        max-width: 100% !important;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
        margin-right: auto;
        margin-left: auto;
    }

    ul.spg-social-links {
        text-align: center;
    }

}
@media(max-width: 480px) {
    .audiojs .scrubber {
        width: 54% !important;
    }

    .spg-podcast-loop-item .audiojs .scrubber {
        width: 40% !important;
    }
}

@media(max-width: 335px) {
    .spg-podcast-loop-item .audiojs .scrubber {
        width: 30% !important;
    }
}



#player-trigger {
    padding-top: 9px;
    padding-bottom: 9px;
}

ul.spg-tos {
    list-style-type: initial;
    padding-left: 20px;
}

.spg-podcast-title-wrapper h2 {
    font-size: 30px !important;
    margin-bottom: 5px;
}
.spg-podcast-guests ul li img {
    display: inline-block;
    max-width: 30px;
}
.spg-podcast-guests ul li {
    display: inline-block;
    margin-right: 20px;
}
.spg-podcast-guests ul {
    list-style-type: none;
}
.spg-podcast-info {
    margin-bottom: 20px;
}

.spg-media-embed audio, .spg-media-embed video {
    width: 100%;
}

.spg-media-embed {
    margin-bottom: 0;
}
.spg-social-links{
  margin-bottom: 50px;
}
.spg-ingredients {
    margin-bottom: 50px;
}
.spg-meta-content {
    margin-top: 50px;
}

p.spg-podcast-title-meta > span {
    margin-right: 5px;
    padding-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
}
p.spg-podcast-title-meta > span:first-child {
    margin-left: 0;
    padding-left: 0;
}
p.spg-podcast-title-meta > span:last-child {
    margin-right: 0;
    padding-right: 0;
}
p.spg-podcast-title-meta{
	margin-bottom: 10px;
}
ul.spg-show-resources {
    list-style: inherit;
    padding-left:20px;
}
.spg-show-resources li a {
    text-decoration: underline;
}
.spg-content .size-full {
    width: 100%;
}


/**
 * Sharing icons
 */
.spg-sharing-icons ul li i.fa {
    color: gray;
}
.spg-sharing-icons ul li {
    display: inline-block;
    margin-right: 15px;
}
.spg-sharing-icons ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}
.spg-sharing-icons ul li:last-child {
    margin-right: 0;
}
ul.spg-host-social-links-inner {
    margin-top: 10px;
}

/**
 * Leader 
 */
ul.spg-leaders {
  max-width: 37em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}
ul.spg-leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}
ul.spg-leaders span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
ul.spg-leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: #fff;
}
ul.spg-leaders {
    list-style: inherit;
    overflow: hidden;
    padding-left: 22px;
}


/**
 * Block quotes
 */
.single-podcast-episode blockquote{
  display:block;
  background: #fff;
  padding: 17px 25px 15px 54px;
  margin: 0 0 20px;
  position: relative;
  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
  border: none;
 
}
.single-podcast-episode blockquote::before{
  content: "\201C"; 
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #e3e3e3;
  position: absolute;
  left: 10px;
  top:5px;
}
.single-podcast-episode blockquote::after{
  content: "";
}
.single-podcast-episode blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
.single-podcast-episode blockquote a:hover{
 color: #666;
}
.single-podcast-episode blockquote em{
  font-style: italic;
}


/* General */
.spg-headline {
	font-size: 20px;
}
.spg-image-center {
    display: block;
    margin: 0 auto;
}
.spg-text-center {
	text-align:center;
}
.spg-full {
	width: 100%;
}


/* About the host */
.spg-podcast-guest {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    max-width: 100px;
}
.spg-about-the-host {
    color: gray;
}
.spg-about-the-host .spg-headline {
    color: #f0f0f0;
}
.spg-about-the-host {
    background: #000;
    padding: 50px;
}
.spg-about-the-host .row:last-child {
    margin-bottom: 0;
}
.spg-about-the-host a {
    color: #3eb2d9 !important;
}
.spg-about-the-host a:hover {
    color: #f0f0f0 !important;
}




/*
 * header 
*/
.spg-header > .vc_row{
  padding-top: 55px !important;
  background-image: url(https://stpetersburggroup.com/wp-content/uploads/2016/07/shineheader.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/**
 *  review
 */
.spg-write-review {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    max-width: 150px;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.spg-review {
    border-top: 1px solid #ccc;
    margin-bottom: 50px;
}
.spg-podcast-share {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.spg-podcast-share ul {
    display: inline-block;
    margin-left: 15px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.spg-podcast-share ul li {
    display: inline-block;
    margin-right: 10px;
}
.spg-podcast-share ul li:first-child{
  margin-left: 0;
}
.spg-podcast-share ul li:last-child{
  margin-right: 0;
}

.spg-write-review:hover {
  cursor: pointer;
}

/*
Review form
*/
.spg-review-form{
  margin-top: 35px;
  margin-bottom: 35px;
}
.spg-review-form .form-group > input[type=text] {
    margin-bottom: 10px;
}
.spg-review-form .form-group > label {
    margin-bottom: 0;
}


/**
 * Review items
 */

 .spg-review-main {
    width: 100%;
    padding: 10px;
}

.spg-review-item .spg-review-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.spg-review-item .spg-review-date {
    text-align: right;
}
.spg-review-item .spg-review-name, .spg-review-item .spg-review-date {
    width: 50%;
    float: left;
}
.spg-review-item {
}
.spg-review-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.spg-review-list {
    margin-bottom: 50px;
}

.single-podcast-episode > #primary-wrapper #header-wrap:not(.stuck) #header-logo #logo img{
  filter: initial !important;
}

/**
 * logo
 */
 .spg-logo-wrapper {
    height: 100px;
}
.spg-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.spg-logo {
    vertical-align: middle;
    max-height: 100px;
}


/**
 * Social below the player
 */
ul.spg-social-links li {
    display: inline-block;
    max-width: 120px;
}
ul.spg-social-links {
    list-style-type: none;
}
.spg-download {
    background-color: #dddddd;
    color: #858585;
    padding: 11px 25px;
    border-radius: 3px;
    float: right;
    max-width: 170px !important;
}
.spg-download i.fa {
    margin-right: 8px;
}

.spg-podcast-title-wrapper .spg-sharing-icons {
    margin-top: 15px;
    float:left; 
}

/**
 Loop Items
 */

.spg-podcast-loop-item {
    margin-bottom: 60px !important;
}

.spg-podcast-loop-item .spg-headline,
.spg-podcast-loop-item .spg-podcast-title-wrapper h2 {
    margin-bottom: 15px;
}

@media(min-width: 767px) {
	h3.page-lead {
	    padding-right: 15%;
	    line-height: 1.6;
	}
}

.spg-podcast-loop-item .spg-headline{
    color: #9a9a9a;
    font-family: 'Libre Baskerville', serif;
}

.spg-show-notes {
    border: 1px solid #00a0cb !important;
    background-color: white !important;
    color: #00a0cb !important;
    text-transform: uppercase;
}
.spg-show-notes:focus, .spg-show-notes:hover, .spg-show-notes:active {
    color: #fff !important;
    background-color: #00a0cb !important;
}

.spg-podcast-loop-item .spg-media-embed {
    margin-top: 30px;
}

.spg-sharing-icons-loop ul, .spg-sharing-icons-loop ul li {
    text-align: center;
}
.spg-sharing-icons-loop {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.stpetex-intro-wrap .wpb_wrapper {
}

.stpetex-intro-wrap .stpetex-intro-title h1 {
    font-size: 28px;
    margin-bottom: 20px !important;
    font-weight: 500;
}
.stpetex-intro-wrap .stpetex-intro-text p {
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
    color: #a5a5a5;
}

.stpetex-intro-wrap:after {
    content: ' ';
    display: block;
    background-image: url(https://stpetersburggroup.com/wp-content/uploads/2017/11/spg-hosts-v2-1.png);
    height: 340px;
    width: 589px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
}


@media(min-width: 2220px) {
    .stpetex-intro-wrap:after{
        right: 30%;
    }
}

@media(min-width: 1450px) {
    .stpetex-intro-wrap:after{
        right: 15%;
    }
}



@media(min-width: 768px) {


	.single-podcast-episode .entry-title {
    	font-size: 50px !important;
	}
    .pull-right-m{
        float: right !important;
    }
    .spg-show-notes-wrapper {
        float: left;
        width: 100%;
        margin-top: 37px;
    }

}

@media(max-width: 1100px) {
    .stpetex-intro-wrap:after {
        height: 340px;
        width: 509px;
        background-position: bottom right;
    }
}

.mobile-only {
    display: none;
}

@media(max-width: 768px) {

    .stpetex-intro-wrap:after {
        background-position: center bottom !important;
        width: 100%;
    }

    .mobile-only{
        display: block !important;
    }
    .spg-show-notes {
        margin-top: 20px !important;
    }
	.spg-about-the-host .spg-logo {
    	margin-bottom: 25px;
    	margin-top: 15px;
	}
	.spg-podcast-info {
	    margin-top: 50px;
	}

    .single-podcast-episode #header-logo #logo a {
        position: relative;
        top: -25px;
    }

    .spg-page-title {
        margin-top: 135px !important;
    }

    .mobile-only {
        height: 260px !important;
    }
}

@media(max-width: 680px) {
    .mobile-only {
        height: 230px !important;
    }
}

@media(max-width: 620px) {
    .mobile-only {
        height: 210px !important;
    }
}

@media(max-width: 520px) {
    .mobile-only {
        height: 178px !important;
    }
}

@media(max-width: 480px) {
    .mobile-only {
        height: 155px !important;
    }
}

@media(max-width: 320px) {
    .mobile-only {
        height: 130px !important;
    }
}