/*!
Theme Name: Two Minutes
Author: EMG (edited by HHP)
Author URI: http://emg.co
Description: Two Minutes Theme
Version: 1.1
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #727272;
}

a {
    transition: all ease-in-out 300ms;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}

button:hover, input[type=submit]:hover {
    opacity: 0.8;
    transition: all ease-in-out 300ms;
}

a:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}

strong {
    font-weight: 700;
}


/*Navbar*/

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.navbar-nav li a:hover {
    background: none;
}

.navbar-nav li a:focus {
    background: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
}

.navbar-toggle {
    color: #333;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 998;
    transition: all ease-in-out 30ms;
}

header.stick {
    background: #58595b;
}

.navbar-brand {
    height: auto;
}

.navbar-brand>img {
    display: block;
    width: 100%;
    max-width: 360px;
}

.navbar-nav>li>a {
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.navbar-nav li a.active {
    /*color: #ffd283;*/
}

.navbar-nav .fa {
    width: 20px;
    height: 20px;
    border-radius: 500%;
    background: #fff;
    color: #243d4a;
    text-align: center;
    line-height: 20px;
}

.navbar-nav .social-nav {
    padding-left: 3px;
    padding-right: 3px;
}

#hero {
    background: url("../2-minutes/img/content/hero-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: cover;
    padding-top: 145px;
    padding-bottom: 75px;
    color: #fff;
}

#hero .yellow {
    font-size: 40px;
    text-transform: uppercase;
    color: #ffdd67;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1em;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#hero .yellow-button {
    width: 100%;
    display: block;
    border: 0;
    outline: none !important;
    background: #f6cd76;
    border-radius: 5px;
    color: #2d2d2d;
    padding: 25px;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
}

#hero h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25em;
    margin: 0 auto 25px auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    max-width: 475px;
}

#hero ul {
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

#hero ul li {
    line-height: 2em;
}


.margin-bottom-30 {
    margin-bottom: 30px;
}

.freebie-img-wrapper {
    display: block;
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
}
.freebie-img-wrapper>img {
    display: block;
    width: 100%;
}



.stores {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.stores a {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

#books {
    padding-top: 75px;
    padding-bottom: 95px;
}

#books p {
    margin-bottom: 20px;
}

#books article {
    padding-top: 10px;
}

.read-more-button {
    display: inline-block;
    padding: 15px 40px;
    background: #2d2d2d;
    color: #fff !important;
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
}

.article-footer {
    position: relative;
    margin-bottom: 25px;
}

.article-share {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    color: #2d2d2d;
}

.social-share {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    border-radius: 500%;
    background: #2d2d2d;
    color: #fff !important;
    text-align: center;
    line-height: 25px;
}

.article-share span {
    padding-right: 10px;
}

.video {
    display: none;
}

.video-player {
    position: relative;
}

.video-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.video-thumb {
    position: relative;
    cursor: pointer;
}

.video-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../2-minutes/img/content/play-btn.png") no-repeat center center;
    background-size: auto;
}

.spacer {
    height: 1px;
    background: #e8e8e8;
    margin-top: 95px;
    margin-bottom: 55px;
}

.book-heading {
    min-height: 50px;
}

.book-heading {
    position: relative;
}

.coming-soon {
    position: absolute;
    padding: 10px 15px;
    background: #f6cd76;
    color: #2d2d2d;
    line-height: 1;
    right: 0;
}

#author {
    padding-top: 105px;
    padding-bottom: 105px;
    background: #f5f5f5;
}

#author h2 {
    font-family: 'Minion Pro';
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 42px;
}

#testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

#testimonial .ribbon {
    background: url("../2-minutes/img/content/border-style-dark.png") no-repeat center;
    background-size: auto;
    height: 24px;
}
#testimonial-slider cite {
    color: #fff;
    font-weight: 600;
}
#testimonial-slider p {
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 30px;
    line-height: 1.5;
}
#testimonial-slider cite {
    color: #2c2c2c;
    font-weight: 600;
}

#quote {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../2-minutes/img/content/hero-bg.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    background-size: cover;
}

#quote.home{
    background: url("../2-minutes/img/content/revelation-bg.jpg");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#quote.for-men {
    background: url("../2-minutes/img/content/book-hero.png");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#quote.through-psalms {
    background: url("../2-minutes/img/content/psalms-hero.png");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#quote.through-proverbs {
    background: url("../2-minutes/img/content/proverbs-hero.png");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#quote.for-women {
    background: url("../../uploads/2017/02/women-hero.png");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#quote.with-jesus {
    background: url("../2-minutes/img/content/jesus-bg.jpg");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#quote.through-revelation {
    background: url("../2-minutes/img/content/revelation-bg.jpg");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#testimonial-slider,
#quote-slider {
    text-align: center;
}

#testimonial-slider .item,
#quote-slider .item {
    padding-top: 70px;
    padding-bottom: 60px;
    font-size: 18px;
}

.owl-next,
.owl-prev {
    background: transparent !important;
    border-radius: 0;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.ribbon {
    background: url("../2-minutes/img/content/border-style.png") no-repeat center;
    background-size: auto;
    height: 24px;
}

#quote-slider p {
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5;
}

#quote-slider cite {
    color: #fff;
    font-weight: 600;
}

.testimonial-share cite a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    display: inline;
}

.owl-theme .owl-controls {
    margin: 0;
}

.testimonial-share a {
    color: #fff !important;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.testimonial-share .fa {
    width: 25px;
    height: 25px;
    border-radius: 500%;
    background: #fff;
    color: #2d2d2d;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}

.navbar-toggle {
    color: #fff;
}

#share {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #2d2d2d;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
}

#share .fa {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 500%;
    background: #fff;
    color: #2d2d2d;
    font-size: 1.2em;
    margin-right: 10px;
}

#share a {
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#share span {
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

#contact {
    padding-top: 95px;
    padding-bottom: 95px;
    background: #f5f5f5;
}

#contact h2 {
    position: relative;
    font-size: 26px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
}

#contact h2:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #b9b9b9;
    position: absolute;
    top: 50%;
    left: 0;
}

#contact h2:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #b9b9b9;
    position: absolute;
    top: 50%;
    right: 0;
}

#contact .read-more-button {
    padding-left: 100px;
    padding-right: 100px;
    border: none;
}


/*Book*/
#hero.home {
    background: url("../2-minutes/img/content/revelation-bg.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 75px;
}

#hero.book-hero {
    background: url("../2-minutes/img/content/book-hero.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#hero.proverbs-hero {
    background: url("../2-minutes/img/content/proverbs-hero.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#hero.psalms-hero {
    background: url("../2-minutes/img/content/psalms-hero.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#hero.women-hero {
    background: url("../../uploads/2017/02/women-hero.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#hero.jesus-hero {
    background: url("../2-minutes/img/content/jesus-bg.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#hero.revelation-hero {
    background: url("../2-minutes/img/content/revelation-bg.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.purchase-book {
    padding-top: 50px;
    padding-bottom: 120px;
    background: #f6cd76;
}

.purchase-book h2 {
    font-size: 30px;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 15px;
    color: #2d2d2d;
}

.stores img {
    max-width: 100%;
    height: auto;
}

.purchase-links {
    text-align: center;
    border-bottom: 1px solid #b99d60;
}
.purchase-links .img-responsive {
    margin-bottom: 20px;
}
.purchase-links a:hover img {
    opacity: 0.75;
}

.purchase-links:nth-of-type(2) {
    border-top: 0;
}

#video {
    padding-top: 50px;
    padding-bottom: 50px;
}

.book-hero article {
    padding-top: 15px;
}

.book-hero article h2 {
    font-family: 'Minion Pro';
    text-transform: uppercase;
    font-size: 42px !important;
}

.button-line {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff !important;
    border: 1px solid #E1BD72;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.button-line:hover {
    background: rgba(246, 205, 118, 0.5);
}

#freebies {
    padding-top: 50px;
    padding-bottom: 100px;
    color: #2d2d2d;
}

#freebies h2 {
    font-family: 'Minion Pro';
    text-transform: uppercase;
    font-size: 36px;
}

#freebies .form-control, #freebies .hs-input {
        display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
    background: #F6F8F7;
    border: none;
    color: #2d2d2d !important;
}

#freebies .button {
    display: inline-block;
    padding: 10px 45px;
    background: #F0C876;
    border: none;
}

#video {
    border-top: 1px solid #F6F8F7;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
}

footer a {
    text-transform: uppercase;
    color: #2d2d2d;
    text-decoration: underline;
}

footer .policy {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 30px;
}

footer .policy a {
    text-transform: none;
    color: #2d2d2d;
    text-decoration: none;
}

footer .policy a:hover {
    text-decoration: underline;
}

.copyright {
    padding-top: 30px;
    padding-bottom: 5px;
}

.dummy {
    min-height: 400px;
}


/* Back to top */

.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* Jquery appear */

.hiding {
    opacity: 0;
}

.visible {
    opacity: 1;
}


/* Preloader */

#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 10000;
    height: 100%;
}

#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../2-minutes/img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* Mobile device */

@media (max-width: 767px) {
    .article-share {
        position: static;
    }
    .navbar-nav .social-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .owl-next,
    .owl-prev {
        position: static;
    }
    #contact h2:before,
    #contact h2:after {
        display: none;
    }
    #share a {
        display: block;
        text-align: left;
    }
}


/* Custom mobile */

@media (max-width: 480px) {
    .navbar-header,
    .navbar-collapse {
        background: #58595b;
    }
    .navbar-brand {
        max-width: 75%;
    }

    #hero.home {
        padding-top: 70px;
        padding-bottom: 45px;
    }

    #hero .yellow {
        font-size: 26px;
    }

    #hero h2 {
        font-size: 18px;
    }

}


/* Tablet device */

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }
    .sm-margin-bottom-15 {
        margin-bottom: 15px;
    }
    .stores a {
        margin-bottom: 10px;
    }
    .book-heading {
        min-height: 1px;
    }
    .coming-soon {
        position: static;
    }
}


/* Desktop small screen */

@media (min-width: 992px) {
    .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 72px;
    }
    #testimonial-slider .item,
    #quote-slider .item {
        padding-left: 100px;
        padding-right: 100px;
    }
}


/* Desktop large screen */

@media (min-width: 1200px) {}


/* Hero Hubspot Form */

.hero-form {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 800px; }
  .hero-form .hs_email {
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    width: 70%; }
    .hero-form .hs_email label {
      display: none; }
    .hero-form .hs_email input {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      padding: 8px 10px;
      width: 100%;
      border: none;
      border-radius: 5px;
      background: #ffffff;
      background: rgba(250, 250, 250, 0.8);
      -webkit-box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.3);
      font-size: 18px;
      font-family: 'FontAwesome', 'Open Sans', sans-serif;
      line-height: 1.5;
      color: #727272;
      -webkit-font-smoothing: antialiased; }
  .hero-form .hs_submit {
    display: inline-block;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    width: 29%; }
    .hero-form .hs_submit input {
      padding: 8px 10px;
      width: 100%;
      border: none;
      border-radius: 5px;
      background: #ffdd67;
      color: #2d2d2d;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      font-size: 18px;
      font-family: 'FontAwesome', 'Open Sans', sans-serif;
      line-height: 1.5;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-font-smoothing: antialiased; }
      .hero-form .hs_submit input:hover {
        background: #ffd74e; }
  .hero-form .hero-form-error {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    margin: 12px 0 0 0;
    width: auto;
    background: #ea5b5b;
    -webkit-box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
    -webkit-animation-name: error-message;
    animation-name: error-message;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
    .hero-form .hero-form-error::before {
      position: absolute;
      top: -5px;
      left: 20px;
      width: 10px;
      height: 10px;
      background: #ea5b5b;
      content: '';
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .hero-form .hero-form-error ul {
      margin: 0;
      padding: 0; }
    .hero-form .hero-form-error li {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .hero-form .hero-form-error label {
      display: block;
      color: #ffffff;
      font-style: italic;
      font-family: 'Open Sans', sans-serif;
      -webkit-font-smoothing: antialiased; }

@-webkit-keyframes error-message {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes error-message {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media only screen and (max-width: 600px) {
  .hero-form .hs_email {
    display: block;
    float: none;
    margin-bottom: 10px;
    width: 100%; }
  .hero-form .hs_submit {
    display: block;
    float: none;
    width: 100%; }
    .hero-form .hs_submit input {
      padding: 15px 20px;
      font-size: 24px; } }
