/*
 Theme Name: Parsa Child
 Theme URI: https://www.rtl-theme.com/parsa-wordpress-theme/
 Description: قالب فرزند برای پوسته پارسا
 Author: میهن کد | علی صدری
 Author URI: https://www.rtl-theme.com/author/mihan-code/
 Template: Parsa
 Version: 1.0.0
 Text Domain: parsa-child
*/


.post-content {
    line-height: 30px;
}
.post-content hr {
  margin: 5px 0;
  border: 0;
  text-align: center;
  
  &:before {
    content: "\2022 \2022 \2022";
    font-size: 40px;
    color: #4F8BCA;
  }

#contact_popup {
    display: none;
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    border-radius: 1rem;
    height: fit-content;
    padding: 20px 5px 0px 5px;
    margin:auto;
    overflow-x: auto;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 10px;
}

.contact-pop form {
    padding: 0px 10px !important;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #0c0a151f;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 5px 10px;
    MARGIN-TOP: 20PX;
    font-size: 20px;
}
.login-button {
    background-color: #35b40e;
    padding: 2px;
    border-radius: 30px;
}
.login-button-intro .box-user-content {
    left: -18px;
    margin-top: 19px;
}

blockquote {
     padding: 15px;
     border-radius: 8px;
     border: 1px solid #d4d4d4;
     position: relative;
     margin: 30px 0;
     background-color: #0677b9;
     background-attachment: scroll;
     background-image: url(img/blockquote.png);
     color: white;
     font-weight: 500;
     line-height: 32px;
     font-size: larger;
}
 .post-content blockquote>p {
     margin: 25px;
     color: #ffffff;
}
 .post-content blockquote>p a {
     color: #ffc107;
}
.post-content blockquote>p strong {
     font-weight: 800;
}
 .post-content blockquote::before {
     content: "\f10d";
     color: #1dc80b;
     font-size: 24px;
     right: 6px;
     position: absolute;
     font-family: "font awesome 5 free";
     line-height: 25px;
     border-radius: 50%;
     font-weight: 700;
     padding: 11px 11px;
}




@media screen and (max-width: 768px) {
    .contact-logo img {
        max-width: 90%;
    }
}