/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*-----------------------------
* GLOBALS
-----------------------------*/
.pt-small-text{
    display: block;
    margin-top: 25px;
    font-size: 16px;
}

.pt-text-center{
    text-align: center;
}

.pt-red-text{
    color:#e4121b;
}

/*-----------------------------
* CLASSES FOR PAGE
-----------------------------*/
.pt-logo{
  text-align: center;
  margin-bottom: 30px;
}

 .pt-content-box{

 }

.ap-pt-alert-danger{
  background: #FBC7C7;
  border: 1px solid #E88B8B;
  padding: 10px 15px;
  color: #AB4848;
  font-size: 18px;
  margin-top: 30px;
}

#pt-readmore-btn{
  display: none;
  width: 100%;
  padding: 10px;
  background: #2ecc71;
  border: 1px solid #27ae60;
  font-size: 18px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  margin: 20px 0;
}

#pt-readmore-btn:hover{
  background: #27ae60;
}

.pt-sub-heading{
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: 'Exo', sans-serif;
}

.pt-sub-heading li{
  list-style-type: none;
  display: table-cell;
  font-size: 32px;
  line-height: 100%;
  vertical-align: middle;
  padding: 0 10px;
  font-weight: 700;
}

.pt-sub-heading li input{
  vertical-align: middle;
  width: 250px;
  border: 2px solid #ccc;
  padding: 5px 10px;
  font-size: 20px;
}

.pt-main-title{
  font-size: 50px;
  text-align: center;
  font-family: 'Exo', sans-serif;
  color: #333;
}

.pt-main-content{
  font-size: 18px;
  line-height: 30px;
}

.pt-signup-form{
  margin: 50px 0;
}

.pt-signup-form h1{
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-family: 'Exo', sans-serif;
    color: #333;
}


.pt-signup-form ul li{
  margin: 10px 0;
  list-style-type:none;
}

.pt-signup-form .pt-form-control{
  width: 100%;
  border: 2px solid #ccc;
  box-sizing: border-box;
    padding:10px;
}

.pt-signup-form .pt-newsletter{
  padding: 15px 0;
  font-size: 20px;
}

.pt-signup-form .pt-newsletter input[type="checkbox"]{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.pt-signup-form .pt-submit-btn{
  background: #00a0d2;
  border: 1px solid #0073aa;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}

.pt-signup-form .pt-submit-btn:hover{
  background: #0073aa;
  border: 1px solid #0073aa;
}


.pt-people-feedback{

}

.pt-count-people{
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 100%;
  padding: 30px 0;
  font-family: 'Exo', sans-serif;
}

.pt-count-people .pt-counter{
  font-size: 50px;
}

.pt-feedback-items{
  display: table;;
  margin: 30px 0;
}

.pt-feedback-items li{
  display: table-cell;
  vertical-align: top;
}

.pt-feedback-items .pt-name{
  min-width: 300px;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
  margin-right: 20px;
  box-sizing: border-box;
}

.pt-feedback-items small{
  font-weight: normal;
  font-size: 14px;
}

.pt-feedback-items .pt-msg{
  font-size: 16px;
  line-height: 28px;
}

.pt-pagination ul{
  text-align: center;
  padding: 50px 0 0;
}

.pt-pagination ul li{
  display: inline-block;
  padding: 0 50px;
}

.pt-pagination ul li a{
  display: block;
  text-align: center;
  color: #FFF;
  background: #353535;
  padding: 5px 10px;
  min-width: 70px;
}

.pt-pagination ul li a:hover{
  background: #eb1414;
}

/*---- Thank you page ----*/
.pt-sub-title{
  text-align: center;
  font-size: 32px;
}

.pt-product-list{
  display: block;
  width: 100%;
  overflow: hidden;
}

.pt-product-list li{
  display: inline-block;
  width: 33.3333333%;
  float: left;
  text-align: center;
  line-height: normal;
  margin-top: 50px;
}

.pt-product-list li a{
  display: block;
}

.pt-product-list li figure{
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}

.pt-product-list li figure img{
  float: none;
}

.pt-product-list li figure figcaption{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
  color: #444;
  padding-top: 20px;
}

.pt-share-text{
    font-size: 26px;
    font-weight: bold;
}

.pt-social-btn-box{
    text-align: center;
    margin-top: 10px;
}

.pt-social-btn-box img{
    border:0;
}

/*--- For Mobile View ---*/
@media screen and (max-width: 480px) {
  .pt-sub-heading li{
    display: block;
  }

  .pt-sub-heading li:first-child{
    margin-bottom: 20px;
  }

  .pt-signup-form .pt-submit-btn{
    width: 100%;
  }

  .pt-feedback-items li{
    display: block;
  }

  .pt-feedback-items .pt-name{
    margin-bottom: 20px;
  }

  .pt-main-content{
    height: 200px;
    overflow: hidden;
    padding: 15px 0;
    box-sizing: border-box;
  }

  #pt-readmore-btn{
    display: block;
  }

  .pt-pagination ul li{
    display: block;
    padding: 0;
    margin: 10px 0;
  }

  .pt-pagination ul li a{
    padding: 10px;
  }
  /*---- Thank you page ----*/

  .pt-product-list li{
    display: block;
    width: 100%;
    float: none;
  }
}
