/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSOTM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
}

.font__size {
    max-width: 500px;
}

@media (max-width: 480px) {
    .font__size {
        max-width: 280px;
    }  
}

.price_main {
    font-size: 23px;
    font-weight: 700;
}

.comments {
    padding: 20px;
}

.comments__prof {
    display: flex;
    margin-top: 5px;
    margin-bottom: 30px;
}

.no__foto {
    margin-right: 20px;
    width: 65px;
}

.footer__btn {
    display: flex;
    justify-content: center;
}

.btn__footer {
    margin-bottom: 20px;
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border-radius: 10px;
}

.btn__footer:hover {
    color: white;
}

.copy {
    display: flex;
    justify-content: center;
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-subscription label {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0;
}

.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit], 
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox], 
.tnp-widget input[type=radio] {
    width: auto;
    display: inline;
}

.tnp-subscription select option {
    margin-right: 10px;
}

.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit] {
        width: 100%;
    }
}


/* Profile form */

.tnp-profile {
    font-size: 13px;
}

.tnp-profile form .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-profile form .tnp-field label {
    display: block;
    color: #333;
    font-size: 14px;
}

.tnp-profile form .tnp-field input[type=text], 
.tnp-profile form .tnp-field input[type=email], 
.tnp-profile form .tnp-field input[type=submit], 
.tnp-profile form .tnp-field textarea, 
.tnp-profile form .tnp-field select {
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0;
    height: auto;
    float: none;
}

.tnp-profile form input[type=checkbox], .tnp-profile input[type=radio] {
    width: auto;
    display: inline;
}

.tnp-profile form .tnp-list-label {
    margin-left: 15px;
}

.tnp-profile form select option {
    margin-right: 10px;
}

.tnp-profile form .tnp-field input[type=submit] {
    background-color: #444;
    color: #fff;
    height: auto;
}



.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline;
}

.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {
    
}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    box-sizing: border-box;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    box-sizing: border-box;
    height: auto;
}


.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
}

.tnp-subscription-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-subscription-minimal input.tnp-email {
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 0px;
}

.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 0px;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline;
    width: auto!important;
}

.comments__footer {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;

}

.order-form__wrp {
    display: block;
    max-width: 590px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    background-image: url("../img/phone-form.jpg");
    background-position: 50% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    text-align: center;
  }
  
  .logo-form {
    display: block;
    max-width: 80px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  
  .form-title {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
    line-height: 1.5;
    text-align: center;
  }
  
  .bold-text {
    font-size: 30px;
  }
  
  .opld-price {
    margin-top: 40px;
    color: #d40000;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-decoration: line-through;
  }
  
  .new-price {
    margin-top: 15px;
    color: #01792b;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  
  .descript-price {
    max-width: 560px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.5;
    text-align: center !important; 
  }
  
  .form {
    max-width: 500px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .field {
    height: 50px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #adadad;
    border-radius: 5px;
    font-size: 18px;
  }
  
  .label {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
  }
  
  .submit-btn {
    width: 100%;
    height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #2f71f5;
    border-radius: 5px;
    box-shadow: 0 7px 7px 0 rgba(0, 52, 156, 0.53);
    font-size: 20px;
    text-transform: uppercase;
  }
  .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
  }
  
  form {
      margin-left: 10%;
      margin-right: 10%;
  }
  
  label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
  }
  
  .logo-form {
      display: block;
      max-width: 80px !important;
      margin-right: auto;
      margin-bottom: 30px;
      margin-left: auto;
  }
  
  .w-input, .w-select {
      display: block;
      width: 100%;
      height: 50px;
      padding: 8px 12px;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #333333;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      box-sizing: border-box;
      }
  
      .politic {
      margin-top: 20px;
      text-align: center;
  }
  
  @media all and (max-width: 500px) {
    .order-form__wrp {
      padding: 10px;
    }
    form {
      margin: 1%;
    }
    .w-button {
      font-size: 14px;
    }
  }


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.promo {
    padding: 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #2d706d, #59b3af);
    margin-bottom: 20px;
}
.promo .promo-text {
    max-width: 30%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promo .promo-text p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.promo .promo-text p span {
    color: #b71c1c;
}
.promo img {
    width: 100%;
    max-width: 300px;
}
.promo a {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
    padding: 10px 30px;
    animation: anim 2s infinite ease-out;
    border-radius: 20px;
}
.promo a:hover {
    text-decoration: none;
}
@keyframes anim {
    0% {
        background-color: #ffd300;
    }
    50% {
        background-color: #24a529;
    }
    100% {
        background-color: #ffd300;
    }
}
@media (max-width: 480px) {
    .promo {
        flex-direction: column;
    }
    .promo .promo-text {
        
        max-width: unset;
    }
    .promo img {
        margin-right: 0;
        width: 100%;
    }
}

.img__form {
	width: 100%;
	margin-top: 10px;
	max-width: 600px;
	display: block;
}

@media (max-width: 480px) {
	.img__form {
		max-width: 280px;
	}
}

@media (max-width: 400px) {
	.img__form {
		max-width: 200px;
	}
}


@media screen and (max-width: 767px) {
    .promo {
        flex-direction: column;
    }

    .promo .promo-text {
        max-width: 90%;
        width: 100%;
    }

    .promo img {
        width: 80%;
        max-width: 280px;
    }
}

.comm__date {
	    margin-left: 85px;
    margin-top: -20px;
    margin-bottom: 20px;
        color: #007bff;
}

@media screen and (max-width: 480px) {
	.comm__date {
		    font-size: 1rem!important;
	}
}