/*
Theme Name: Alabaster Sermons
Theme URI: sermons.alabaster.io
Author: Jake White
Author URI: jake.alabaster.io
Description: WordPress plugin for sermon management
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: alabaster, church, ministry, sermons, plugin, business
*/
html{
  height: 100%;
}
body{
  position: relative;
  min-height: 100%;
  background-color: #F6F6F7;
}

body.home{
  background-color: #fff;
}

.green-background, .woocommerce .button, .wpcf7-submit{
  background-color: #37B553 !important;
  color: #fff !important;
}

.navbar{
  margin-bottom: 0px !important;
}

.navbar.navbar-fixed-top{
  margin-bottom: 20px !important;
}





.white-background.button{
  background-color: #fff !important;
  color: #37B553 !important;
  border: 2px solid transparent!important;
  transition: all ease-in 0.3s;
  margin-top: 15px!important;
}

.white-background.button:hover{
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff!important;
  transition: all ease-in 0.3s;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
  text-align: center;
  background-color: #fff;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}


.style-remove{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.blue-color{
  color:#546A79;
}

.blue-background{
  background-color: #546A79;
}

.style-remove:hover{
  color: #fff;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans', sans-serif;
}
.green-payment-button,
.single_add_to_cart_button,
.product_type_simple.green-background{
  border: none  !important;
  background-color: #37B553 !important;
  color:#fff !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 1px rgba(37, 76, 53, 0.3) !important;
  padding: 10px 20px !important;
  font-size: 1.3em !important;
  border: 3px solid transparent !important;
  transition: all ease-in 0.3s !important;
  color: #fff !important;
  border: none !important;
}

.green-payment-button:hover,
.product_type_simple.green-background:hover{
  border: 3px solid #37B553;
  background-color: transparent !important;
  color:#37B553 !important;
  text-shadow: none !important;
  transition: all ease-in 0.3s;
  text-decoration: none;
}



/*Navigation Style */
.navbar{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #2f2f2f;
}
.navbar-brand{
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 60%;
}
.navbar-brand img{
  margin: auto;
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
}



.main-container{
  background-color: #F6F6F7;
  position: relative;
  z-index: 1;
  padding-bottom:  125px;
}







.buy-now-button{
  border-radius: 28px;
  padding: 5px 20px 5px 20px;
/*  width: 115px;*/
  text-align: center;
  border: none;
  color: #fff;

}

#navbar{
  position: relative;
}

.nav.navbar-nav.navbar-right{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.navbar-default .navbar-nav>li>a {
    color: #2f2f2f;
    padding: 5px 15px;
}

.buy-now-button a{
  color: #fff !important;
  text-decoration: none;
  padding: 0px !important;
}

@media(max-width:768px){
  .nav.navbar-nav.navbar-right{
    position: relative;;
    top: auto;
    right: auto;
    transform: translateY(0%);
  }
  .buy-now-button{
    border-radius: 0px;
    padding: 20px 0px;
    width: 100%;
    text-align: center;

  }
  .navbar-brand{
    width:65%;
  }
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #37B553 !important;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff !important;
}


/*Hero Section Style */

#asm-hero-section{
  height: 600px;
  position: relative;
  width: 100%;
  background: rgba(117,97,196,1);
  background: -moz-linear-gradient(left, rgba(117,97,196,0.0.9) 0%, rgba(55,181,82,0.9) 100%),url('assets/img/asm-hero-image.png'),-moz-linear-gradient(left, rgba(117,97,196,1) 0%, rgba(55,181,82,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117,97,196,0.9)), color-stop(100%, rgba(55,181,82,1))), url('assets/img/asm-hero-image.png'),-webkit-gradient(left top, right top, color-stop(0%, rgba(117,97,196,1)), color-stop(100%, rgba(55,181,82,1)));
  background: -webkit-linear-gradient(left, rgba(117,97,196,0.9) 0%, rgba(55,181,82,0.9) 100%),url('assets/img/asm-hero-image.png'),-webkit-linear-gradient(left, rgba(117,97,196,1) 0%, rgba(55,181,82,1) 100%);
  background: -o-linear-gradient(left, rgba(117,97,196,0.9) 0%, rgba(55,181,82,0.9) 100%), url('assets/img/asm-hero-image.png'),-o-linear-gradient(left, rgba(117,97,196,1) 0%, rgba(55,181,82,1) 100%);
  background: -ms-linear-gradient(left, rgba(117,97,196,0.9) 0%, rgba(55,181,82,0.9) 100%), url('assets/img/asm-hero-image.png'),-ms-linear-gradient(left, rgba(117,97,196,1) 0%, rgba(55,181,82,1) 100%);
  background: linear-gradient(to right, rgba(117,97,196,0.9) 0%, rgba(55,181,82,0.9) 100%), url('assets/img/asm-hero-image.png'),linear-gradient(to right, rgba(117,97,196,1) 0%, rgba(55,181,82,1) 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#asm-hero-section .container{
  position: relative;
  height: 100%;
}

#asm-call-to-action{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
  display: block;
}

#asm-call-to-action h1{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 3em;
}

.asm-features-button{
  transition: all 0.5s ease-in-out;
  border-radius: 28px;
  border: 3px solid transparent;
  padding: 5px 20px 5px 20px;
/*  width: 200px; */
  height: 50px;
  font-size: 25px;
  line-height: 0;
  text-align: center;
  background: rgba(255,196,0,1);
  background: -moz-linear-gradient(left, rgba(255,196,0,1) 0%, rgba(255,170,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,196,0,1)), color-stop(100%, rgba(255,170,0,1)));
  background: -webkit-linear-gradient(left, rgba(255,196,0,1) 0%, rgba(255,170,0,1) 100%);
  background: -o-linear-gradient(left, rgba(255,196,0,1) 0%, rgba(255,170,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,196,0,1) 0%, rgba(255,170,0,1) 100%);
  background: linear-gradient(to right, rgba(255,196,0,1) 0%, rgba(255,170,0,1) 100%);
  box-shadow: 10px 10px 76px -5px rgba(0,0,0,0.3);
}

.asm-features-button:hover{
  transition: all 0.5s ease-in-out;
  box-shadow: none;
}

@media(max-width:768px){
  #asm-call-to-action h1{
    font-size: 2em;
    line-height: 1.5;
  }
  #asm-hero-section{
    background-position: center right;
  }

}

/*Sections Style */

.body-section{
  margin: 25px 0px 100px;
  min-height: 400px;
}

.final-section{
  margin-bottom: 25px;
  height: 400px;
}

.final-section .container{
  position: relative;
  top: 50%;
  transform:translateY(-50%);
}

@media(max-width:768px){
  .final-section .container{
    position: relative;
    top: auto;
    transform:translateY(0%);
  }
  .final-section{
    height: auto;
  }
}

.body-content h1{
  font-weight: 400;
  color: #2f2f2f;
}

.body-content p{
  font-size: 1.2em;
  font-family: 'Hind', sans-serif;
}
.asm-hosting-platforms{
  padding-left: 0px !important;
  display: flex;
}
.asm-hosting-platforms li{
  display: inline-block;
  list-style: none;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.asm-hosting-platforms li img{
  width: 100%;
}
@media(max-width:1199px){
  .asm-hosting-platforms li{
    width: 80px;
  }
}

@media(max-width:768px){
  .body-content h1{
    text-align:center;
  }

  .body-content p{
    text-align:center;
  }
}

.body-image img{
  width: 100%;
  margin: auto;
  display: block;
}

@media(max-width:768px){
  .asm-player-style-buttons{
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
}

/*Licenses Style */

#license-header{
  width: 100%;
  background: url('assets/img/license-background.png'),#546A79;
  height: 400px;
  background-size: cover;
  background-position: bottom center;
}

#license-header h1{
  text-align: center;
  color: #fff;
  position: relative;
  top: 100px;
  font-size: 4em;
}

#license-options{
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  box-shadow: 10px 10px 76px -5px rgba(0,0,0,0.3);
  position: relative;
  z-index: 20;
  margin-top: -175px;
  height: 500px;
  padding-right: 0px !important;
  padding-left: 0px !important;

}

.license-plan.col-xs-12.col-sm-4{
  padding: 0px!important;
  list-style: none !important;
}

.license-plan{
  height: 100%;
}

.license-plan:first-child .license-plan-header{
  border-top-left-radius: 5px;
}
.license-plan:last-child .license-plan-header{
  border-top-right-radius: 5px;
}

.license-plan:nth-child(2n){
  border-left:1px solid rgba(178,178,178,0.3);
  border-right:1px solid rgba(178,178,178,0.3);
}

.license-plan-header{
  background-color: #EDF1F8;
  height: 55%;
  width: 100%;
  text-align: center;
  padding: 20px 15px 10px 15px;
}

.rounded-border-top-left{
  border-top-left-radius: 5px;
}
.rounded-border-top-right{
  border-top-right-radius: 5px;
}

.license-plan-header img{
  width: 40%;
  margin: auto;
  display: block;
}

.license-name{
  font-weight: 700;
}

.license-name a{
  color: #242424;
  transition: all ease-in 0.3s;
}

.license-name a:hover{
  opacity: 0.5;
  text-decoration: none;
  transition: all ease-in 0.3s;

}

.license-description{
  font-weight: 400;
  font-family: 'Open Sans', serif;
  color: #b2b2b2;
}

.license-plan-content{
  text-align: center;
}

.license-plan-cost{
  font-weight: 700;
  font-size: 5em;
}

.license-plan-occurence{
  font-family: 'Open Sans', serif;
  color: #b2b2b2;
  font-weight: 700;
}

#license-traits{
  background-color: #546A79;
  height: auto;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 25;
}

#license-traits h2{
  font-weight: 700;
}

@media(max-width:768px){
  #license-header{
    height: 250px;
    background-size: cover;
    background-position: bottom right;
    padding: 15px;
  }

  #license-header h1{
    text-align: center;
    color: #fff;
    position: relative;
    top: auto;
    font-size: 3em;
  }
  #license-options{
    border-radius: none;
    box-shadow: none);
    position: relative;
    z-index: 20;
    margin-top: -25px;
    height: auto;
  }
  .license-plan{
    height: auto;
    margin-bottom: 50px;
  }
  .license-plan:nth-child(2n){
    border-left:none;
    border-right:none;
  }
  .rounded-border-top-left{
    border-top-left-radius: 0px;
  }
  .rounded-border-top-right{
    border-top-right-radius: 0px;
  }
}

/*Footer Style */

footer{
  width: 100%;
  height: 125px;
  background-color: #243743;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.home footer{
  position: relative;
}
#footer-brand p{
  color:#fff;
  font-weight: 700;
}

#footer-brand img{
  width:250px;
}
.footer-nav-links{
  float: right;
}
.footer-nav-links li{
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-nav-links a{
  color: #fff;
}

.footer-nav-links a:hover{
  opacity:0.8;
  text-decoration: none;
}

footer .container{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
}
.footer-nav{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width:768px){
  footer{
    height:auto;
    padding: 25px 0px;
  }
  #footer-brand p{
    text-align: center;
  }

  #footer-brand img{
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }
  footer .container{
    position: relative;
    top: auto;
    transform: translateY(0%);
    height: auto;
  }
  .footer-nav{
    position: relative;
    top: auto;
    transform: translateY(0%);
  }
  .footer-nav-links{
    float: none;
  }
  .footer-nav-links li{
    display: block;
    text-align: center;
    margin:15px 0px;
  }

  .footer-nav-links{
    padding-left: 0px;
  }
}
#chimpmodal .modal-content{
  text-align: center;

}
#wpcf7-f34-o1 .wpcf7-submit{
  border: none;
  background-color: #37B553;
  color:#fff;
  font-weight: 700;
  text-shadow: 2px 2px 1px rgba(37, 76, 53, 0.3);
  padding: 10px 20px;
  font-size: 1.3em;
  border: 3px solid transparent;
  transition: all ease-in 0.3s;
  color: #fff;
  border: none;
  width: 100%;
}


div.wpcf7-validation-errors {
    background-color: #f05555;
    color: #fff;
    border: none;
}

div.wpcf7-mail-sent-ok{
  background-color: #37B553;
  color: #fff;
  border: none !important;
}

.wpcf7-not-valid-tip{
  color: #f05555;
}

/* Single-product page */
.woocommerce-main-image{
  margin: auto;
  display: block;
  width: 30%;
}
.woocommerce-main-image img{
  width: 100%;
}

.summary{
  float: left;
  width: 100%;
  text-align: center;
  padding: 50px 10px;
}

.product_title{
  display: none;
}

.entry-summary .woocommerce-Price-amount{
  font-size: 75px;
}


/*.woocommerce .cart .button, .woocommerce .cart input.button {
    margin-top: 15px;
}*/

.woocommerce-message {
    border-top-color: #37B553 !important;
}

.woocommerce-message:before {
    content: "\e015";
    color: #37B553 !important;
}

.woocommerce-error {
    border-top-color: #f05555 !important;
}

.woocommerce-error:before {
    color: #f05555 !important;
}

.product-head{
  width: 100%;
  height: auto;
  padding: 25px 0px;
  background-color: #37b553;
}

.product-title{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.single-product-image img, .single-product-image img {
    height: auto;
    max-width: 50% !important;
    margin: auto;
    display: block;
    width: 50%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0 0 !important;
    border-top: 0px !important;
}

.checkout-button{
  background-color: #37B553 !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #f05555 !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #f05555 !important;
}

.single_add_to_cart_button{
    margin-top:15px !important;
}

#wc-stripe-cc-form input,
.woocommerce-Input,
#documentation-form input{
    display: block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

#documentation-form textarea{
  display: block !important;
  width: 100% !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}


.thankyou.well{
  min-height: 375px;
  background-color: #37B553 !important;
}

.thankyou.well{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 0px !important;
}

.thankyou.well h1{
  font-weight: 700;
}

.woocommerce-thankyou-order-details{
  display: flex;
  justify-content: center;
}

.products .license-plan.col-xs-12.col-sm-4{
  padding: 0px 0px 25px 0px !important;
  background-color: #fff;
}

.content.container{
    background-color: #fff;
    padding: 25px 15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
     float: none !important;
     width: auto !important;
}

.profile-usermenu li a{
  color: #243743;
}

.profile-usermenu li.is-active a,
.profile-usermenu li a:hover,
.profile-usermenu li a:active,
.profile-usermenu li a:focus{
  background-color: #37B553 !important;
  color: #fff !important;
}
@keyframes fadeOut {
   0% {opacity: 1;
       z-index: 2500;
       position: fixed}
   75%{opacity: 1;
       z-index: 2500;}
  99.9%{position: fixed;}
   100% {opacity: 0;
        z-index: 0;
        position: fixed;}
}

.error-page{
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  font-size: 3em;
  animation: fadeOut 2s;
  display: flex;
  justify-content: center;
  flex-flow: column;
  z-index: 0;
}

.error-page h1{
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 700;
}

.error404 .main-container{
  background-color: #fff;
}

#cheatsheetSideNav,
.documentation{
  background-color: #fff;
}
.nav-link{
  color: #2f2f2f;
  opacity: 0.3;
}

.active .nav-link, .nav-link:hover{
  opacity: 1;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-link::after{
  content:'';
  position: relative;
  display: block;
  height: 3px;
  background-color: transparent;
  width: 0%;
  transition: all ease-in 0.25s;
}
.active .nav-link::after, .nav-link:hover::after{
  content:'';
  position: relative;
  display: block;
  height: 3px;
  background-color: #37B553;
  width: 100%;
  transition: all ease-in 0.25s;
}
.sticky-top{
  top: 0;
  position: -webkit-sticky;
  position: sticky;
    }

.doc-explain{
   min-height: 175px;
   padding: 15px 0px;
   border-bottom: 3px solid #F6F6F7;
}

.doc-explain h3{
  font-weight: 700;
  color: #37B553;
  margin-top: 0px !important;
}
