html, body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden !important;
	width: 100%;
    overflow-x: hidden; 
}
.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
p {
  font-size: 20px;
  font-weight: 300;
}

h1 {
	font-size: calc(24px + 0.5vw)	
}

h3 {
	font-size: calc(20px + 0.5vw);
    font-weight: bold;
}

/*
.hideme
{
    opacity:0;
}
*/

/*navbar styles*/
nav.navbar {
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
}
nav div.pippa-logo {
    height: 65px;
    width: 100px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/*nav div.pippa-logo object {
    width: 100px;
}*/
.navbar a {
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar li a:hover,
.navbar li a:active
.navbar li a:focus {
    background-color: transparent;
    opacity: .5;
    text-decoration: none;
}
/*override bootstrap focus and hover*/
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    opacity: .5;
    text-decoration: none;
}

nav #collapse {
    background-color: #fff;
}
nav #collapse {
  margin-top: 15.5px;
}
nav #collapse > span {
    background-color: #00BFA5;
}

.navbar-right li a.signup {
    color: #00BFA5;
    background: #ffffff;
    font-size: 14px;
    border: solid 1px #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 6px 30px;
    text-align: center;
    margin-top: 8px;
}
.navbar-right li a.signup:hover,
.navbar-right li a.signup:focus,
.navbar-right li a.signup:active,
.navbar-right li a.signup.active {
    color: #ffffff;
    background: transparent;
    border: solid 1px #ffffff;
    opacity: 1;
}


/*intro header (request demo/signup)*/
.intro {
    background: white url(./assets/green-header.svg) no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    color: #fff;
	height: 100vw;
    min-height: 420px;
    max-height: 650px;
}

.intro h1 {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px;
	font-size: calc(1em + 2vw);
}

.intro .container-fluid {
    height: 100%;
}

.intro .row {
    position: relative;
    top: 25%;
}

.intro a.signup {
    margin-right: 10px;
    color: #ffffff;
    background: transparent;
    font-size: calc(1em + 1vw);
    border: solid 1px #ffffff;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 6px 30px;
    text-align: center;
    width: 100px;
    margin-top: 8px;
}
.intro a.signup:active,
.intro a.signup:hover,
.intro a.signup:focus,
.intro a.signup.focus {
    text-decoration: none;
    background-color: #ffffff;
    color: #00BFA5;
}
.intro a.demo {
    margin-left:10px;
    color: #ffffff;
    font-size: 20px;
}
.intro a.demo:active,
.intro a.demo:hover,
.intro a.demo:focus,
.intro a.demo.focus {
    background-color: transparent;
    opacity: .5;
    text-decoration: none;
   -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*center content in features container rows*/
.our-features, .our-features .row {
    padding-bottom: 20px;
}
.our-features h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 45px;
}
.features-container h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 34px;
}
.features-container object {
    width: 60px;
    height: 60px;
}
.features-container p {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

/*style quotes and background of reviews container*/
.our-reviews {
    background: white url(./assets/grey-footer.svg);
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 150px;
}
.our-reviews .reviews-container {
    padding-top: 40px;
}
.our-reviews h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 45px;
}
.our-reviews h5, .our-reviews p {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}
.our-reviews p { 
  font-size: 14px;
}

.reviews-container blockquote {
    position: relative;
    padding: 15px;
    color: #222222;
    background: #ffffff;
    border-radius: 10px;
}
.reviews-container blockquote:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 46%;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #ffffff transparent;
    border-bottom-color: #ffffff;
    display: block;
    width: 0;
}

.reviews-container .podcaster-cover {
    text-align: center;
    padding-top: 20px;
}
.reviews-container .podcaster-cover h5 {
    font-weight: 300;
}
.reviews-container .podcaster-cover img {
    width: 100%;
    max-width: 200px;
    border: 1px solid #C9C9C9;
}

.press {
  padding-top: 50px;
}
.press .row > a {
    padding: 5px 20px;
}
.press-container h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 45px;
}
/*.press object:last-of-type {
    margin-bottom: 24px;
}*/
object {
    pointer-events: none;
}
a.svg {
  position: relative;
  display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
}


/*form styles*/
.contact-us {
    background-color: #4D4D4D;
    color: #ffffff;
    padding-bottom: 50px;
    padding-top: 50px;
}
.contact-us input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0px;
    background-color: #4D4D4D;
    color: #ffffff;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-us input:focus {
    box-shadow: none;
    color: #ffffff;
}
.contact-us input[type='submit'] {
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 5px 30px;
    display: block;
    margin: auto;
}
.contact-us input[type='submit']:hover {
    background: #ffffff;
    color: #111111;
    border: 2px solid #ffffff;
    text-decoration: none;
}
.contact-us form div:nth-last-child(2) {
    padding-bottom: 15px;
}
.contact-us input[type="text"], .contact-us input[type="email"] {
    width: 65%;
    margin-left: 17.5%;
}

#wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}
/*footer styles*/
footer {
    background-color: #4D4D4D;
    color: #ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
}
footer ul a {
    color: #ffffff;
}
footer ul a:hover,
footer ul a:focus,
footer ul a:active,
footer ul a.active {
    color: #ffffff;
    background-color: transparent;
    opacity: .5;
    text-decoration: none;
   -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
footer .footer-logo {
    padding: 10px;
    padding-top: 30px;
}
footer .footer-logo img {
    width: 100px;
}

.btn-outline {
    color: #ffffff;
    font-size: 20px;
    border: solid 2px #ffffff;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #000000;
    background: #ffffff;
    border: solid 2px transparent;
}
.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid transparent;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn-facebook {
    background-color: #3B5998;
}
.btn-twitter {
    background-color: #55ACEE;
}
.btn-instagram {
    background-color: #ed4b6f;
}
.btn-medium {
    background-color: #00ab6b;
}
.btn-medium:hover,
.btn-medium:focus,
.btn-medium:active,
.btn-medium.active {
    color: #00ab6b;
    background: white;
}
.btn-white:hover,
.btn-white:active {
    color: #ffffff;
    background: transparent;
    border: solid 1px #ffffff;
    opacity: 1;
    text-decoration: none;
}

/*Media Queries*/
@media (max-width: 1640px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1000px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
	/* PARTNER */
/* PARTNER */
    .partner-container img {
        max-height: 3.5em;
        padding: 5px;        
    }
	
    /*change size of features icons*/
    .features-container object {
        max-width: 165px;
    }
    nav div.pippa-logo{
        padding-left:15px;
    }
    
}


    #navbar-links {
      background-color: #00bfa5 !important;
    }
    /*disable nav hover effects*/
    .navbar a {
        border-bottom: none;
    }
    .navbar li a:hover,
    .navbar li a:active
    .navbar li a:focus {
        padding: 10px 15px;
        border-bottom: none;
        text-decoration: none;
    }
    .navbar-right li a.signup {
        padding: 6px 30px;
        width: 120px;
    }
    .our-features {
       padding-top: 1em;
    }
    .features-container h2 {
        font-size: 20px;
    }
    .request-demo h1,
    .press-container h3,
    .our-reviews h2,
    .our-features h2 {
        font-size: 40px;
    }
    div.about-contact-team,
    div.terms-privacy {
        text-align: center;
    }
   

  #navbar-links li {
    text-align: center;
  }
  #navbar-links li .signup {
    display: inline-block;
  }

@media (max-width: 390px) {
    .text-xss-sm {
        font-size: 9px;
    }
}


/*
768px
992px
1200px
*/

/*utlilties*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.green-block {
    height: 200px;
    width: 100%;
    background-color: #00BFA5;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-contact-team,
.terms-privacy {
    padding-top: 30px;
}

.content-container {
    padding-bottom: 60px;
}

.about-contact-team {
    text-align: left;
}
.about-contact-team li, .terms-privacy li {
    padding: 0px 25px;
}
.terms-privacy {
    text-align: right;
}

.outline-btn {
    color: #ffffff;
    background: transparent;
    font-size: 14px;
    border: solid 1px #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 6px 30px;
    text-align: center;
}
.outline-btn:hover,
.outline-btn:focus,
.outline-btn:active,
.outline-btn.active {
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    border: solid 1px transparent;
}


.subscribe {
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 5px 30px;
}
.subscribe:hover,
.subscribe:active,
.subscribe:focus {
    background: #ffffff;
    color: #111111;
    border: 2px solid #ffffff;
    text-decoration: none;
}

@media (min-width: 768px) {
	.navbar-collapse .navbar-right {
	    float: right!important;
	    margin-right: 0;
	}
}

body .advertiser-only,
body .podcaster-only {
  display: none;
}
body.pippa-podcaster .podcaster-only {
  display: block;
}
body.pippa-advertiser .advertiser-only {
  display: block;
}

.margin-right-m {
  margin-right: 10px;
}
.margin-right-l {
  margin-right: 16px;
}

.feature-bg {
	padding-top: 30px; 
}

.screen-reader-response {
	display: none;
}

.btn {
	padding: 6px 30px;
}

.nav.navbar-nav {
    margin: 7.5px 0;
}

b {
  font-weight: 700;
}


.max-width-600 {
  max-width: 600px;
}
.contact-us-form {
   margin-bottom: 40px;
}
.contact-us-form input {
 width: 80%;
 margin-bottom: 20px;
}
.contact-us-form input[type="submit"] {
    color: #fff;
    background: #00bfa5;
    font-size: 14px;
    border: solid 1px #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100px;
    margin-top: 20px;
}
.contact-us-form input[type="submit"]:hover,
.contact-us-form input[type="submit"]:active,
.contact-us-form input[type="submit"]:focus {
  color: #00bfa5;
  background: #fff;
  border-color: #00bfa5;
}

.bubble 
{
position: relative;
margin: 30px;
width: 440px;
height: 150px;
padding: 10px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
right: -20px;
top: 101px;
}


/*new ad-bar styles - start*/
.announcement {
  position: fixed;
  bottom: 0px;
  height: 60px;
  width: 100%;
  font-size: 14px;
  background-color: #4d4d4d;
  color: white;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 1);
  z-index: 1000;
}
.announcement .announcement-text {
  line-height: 60px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media(max-width: 920px) {
  .announcement .announcement-text {
    line-height: 20px;
    font-size: 12px;
  }
}
.announcement .announcement-text p {
  display: inline-block;
  text-align: center;
  margin-bottom: 0px;
}
.bolder {
  font-weight: 600;
}
.announcement-close {
  line-height: 60px;
}
.announcement-close span:hover {
  opacity: 0.5;
}
/*new ad-bar styles - end*/


/*team-page styles - start*/

.team-photo-container img, .team-photo-container{
    width: 100%;
    position: relative;
}
.team-photo-container:hover img {
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
  background-color: #0e78d4;
}

.team-photo-container:hover .team-member-description {
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7;    
}
.team-member-description {
    position: absolute;
    width: 100%:
    height: 100%;
    bottom: 0;
    right: 0;
    color: black;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.3s ease-in-out; 
    transition: visibility 0s, opacity 0.3s ease-in-out;
}
.team-member-title p {
    margin: 0px;
}
.team-member-title p:first-child {
    padding-top: 15px;
}
@media (max-width: 760px) {
    .team-photo-container:hover .team-hover-block,
    .team-hover-block,
    .team-member-container,
    .team-photo-container img, .team-photo-container {
/*         width: 200px;
        height: 276px; */
    }
}

.team-members-container {
    padding-top: 20px;
    padding-bottom: 50px;
}

/*NEW*/
.mini-social-icon {
    border: 2px solid transparent;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
}
.mini-social-icon .fa-twitter {
    position: relative;
    top: 1px;
}
.mini-social-icon .fa-facebook {
    position: relative;
    top: 1px;
}
.mini-social-icon .fa-github {
    font-size: 25px;
    color: black;
    vertical-align: middle;
}
.mini-social-icon a {
    color: white !important;
}
.team-member-social-media-buttons > div:hover {
    transition: all .3s ease-in-out;
    opacity: 0.5;
}
.team-photo-container:hover .team-member-social-media-buttons {
    /*transition: all .3s ease-in-out;*/
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
.btn-linkedin {
    background-color: #0077B5;
}
.btn-github {
    background-color: white;
}
/*END OF NEW*/




/*new signup/login page styles*/
.podcaster-signup .info {
  font-size: 18px;
}
.podcaster-signup .images .pippa-cat {
  display: block;
  margin: auto;
  width: 350px;
  padding-bottom: 20px;
}
.podcaster-signup .user-info > div,
.podcaster-signin .user-info > div {
  margin: 25px 0px;
}

@media (max-width: 768px) {
  .podcaster-signup .images .pippa-cat {
    width: 200px;
  }
}
/*signup/login - end*/

.gutter-bottom-xl {
  margin-bottom: 40px;
}
.btn-primary, .text-m {
  font-size: 16px;
}

/*animations styles*/
.hiding {
  visibility: hidden;
}

@keyframes fade-in-scale {
  from {opacity: 0; transform: scale(.95,.95)}
  to {opacity: 1;}
}

.fade-in-scale-element {
  animation: fade-in-scale 2s;
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.fade-in-element {
  animation: fade-in 2s;
}


/******** PRICING */
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #00BFA5;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #00BFA5;
}

.pricing:hover h4 {
  color: #00BFA5;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #00BFA5;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #00BFA5;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #00BFA5;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #00BFA5;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #f3c200;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}




.pippa-macbook {
    pointer-events: none;
    position: absolute;
    top: 220px;
    text-align: right;
    padding: 0px !important;
    width: 100%;
}
.pippa-macbook img {
    width: 55vw;
    max-width:500px;
}

@media (max-width: 950px) {
   .pippa-macbook img {
     
    }
}
@media (max-width: 768px) {
  .pippa-macbook {
    top: 200px;
  }
}
@media (max-width: 600px) {
    .pippa-macbook {
        top: 200px;
    }
    .pippa-macbook img {
    
    }
    .pippa-ipad img {
        max-width: 80%! important;
    }
}
@media (max-width: 400px) {
    .pippa-macbook {
        top: 250px;
    }
    .pippa-macbook img {

    }
}



.pippa-ipad {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pippa-ipad h3 {
    margin-top: 0px;
}
.ipad {
    padding-left: 0px !important;
}
.pippa-ipad p {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}
.ipad img {
    width: 100%;
    max-width: 465px;
}
@media (max-width: 768px) {
    .pippa-ipad {
        padding-top: 100px;
    }
}
@media (max-width: 600px) {
    .pippa-ipad {
        padding-top: 50px;
	padding-bottom: 10px;
    }
    .our-reviews {
        padding-top: 10px;
    }
}
@media (max-width: 450px) {
    .pippa-ipad {
        padding-bottom: 5px;
    }
    .our-features, .our-features .row {
        padding-bottom: 0px;
    }
}

.green-block .row {
    font-family: "Nunito";
    font-size: 44px;
}

a.link:hover,
a.link:active
a.link:focus {
    text-decoration: none !important;
    color: #007363;
    transition: all .3s ease-in-out;
}



/*SIGNUP PLAN STYLES*/
.plan-title {
    color: #00BFA5;
}

.plan-container {
    background-color: #F2F2F2;
    color: #E6E6E6;
    padding: 1rem 5rem 3rem;
    margin-top: 25px;
}

.plan-footer {
    background-color: #4D4D4D;
    color: #E6E6E6;
    padding: 1rem;
    text-align: center;
}
.plan-title {
    color: #00BFA5;
    text-align: center;
    margin-bottom: 2rem;
    margin-left: -1.5rem;
}

.plan-footer {
    background-color: #4D4D4D;
    color: #E6E6E6;
    padding: 2rem;
    text-align: center;
}

.plan-feature {
    display: inline-block;
    color: #4D4D4D;
    margin: 1rem;
    font-size: 1.5rem;
}

.plan-feature-list {
    margin: 0 auto;
    padding: 0;
    width: 20rem;
}

.plan-feature-list-item {
    margin: 0 auto;
    padding: 0;
    width: 20rem;
}

.plan-feature-icon {
    color: #00bfa5;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: normal;
}

.plan-price-currency {
    font-size: 1rem;
}

.plan-amount {
  display: inline-block;
}

.plan-details-text {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.plan-details-change {
    font-size: 85%;
}

.plan-feature-inactive {
    color: #4D4D4D;
    opacity: 0.4;
}

i.plan-feature-inactive {
    color: transparent;
}
/*SIGNUP PLAN STYLES END*/

/* PARTNER */
.partner-container img {
    max-height: 4em;
	height: 17vw;
    padding: 7px;        
}

/* TWITTER */
@media (min-width: 992px) {
	.twitter-love {
		padding: 0.5em 5vw;
	}
}

@media (max-width: 992px) {
	.twitter-love {
		padding-left: calc(50vw - 250px);
	}
}

@media (max-width: 525px) {
	.twitter-love {
		padding: 1em;
	}
}