Viewing File: /home/ubuntu/fx-wordpress-backend/wp-content/uploads/custom-css-js/61.css

<!-- start Simple Custom CSS and JS -->
<style type="text/css">
header.site-header{
	transition: all .5s ease;
}
header.site-header.nav-sticky {
    background: #6730E3;
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
  position: fixed!important;
      right: 0;
    left: 0;
}

.single-post .ast-primary-header-bar{
  background: #6730E3;
}

.footer-widget-area .widget-title{
  font-weight: 700;
}
.footer-widget-area .textwidget p{
  font-weight: 500;
}

.footer-widget-area a{
  font-weight: 500;
}

.footer-address p{
  margin-bottom: 10px;
}

.footer-address a{
  color: #fff;
}

.footer-address i{
  margin-right: 10px;
}
.site-content{
      font-family: 'Open Sans',sans-serif;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{
  padding: 0;
  background-color: transparent!important;
}

.ast-single-related-posts-container, .ast-separate-container .comment-respond{
  padding: 0!important;
  background-color: transparent;
}

.ast-single-post .entry-title, .ast-related-posts-title, .ast-separate-container .comment-reply-title, .widget-title{
         font-size: 1.8em;
    font-weight: 600;
    line-height: 1.6em!important;
    letter-spacing: 0.01em;
}
.ast-related-post-content .entry-header .ast-related-post-title, .ast-related-post-content .entry-header .ast-related-post-title a{
    line-height: 1.6em!important;
}
.entry-content p, .entry-content ul{
  font-size: 1.1em;
    letter-spacing: 0.01em;
}

.sidebar-main p, .sidebar-main ul{
  font-size: 1.1em;
    letter-spacing: 0.01em;
}
.contact-us-hide{
  display:none;
}
.contact-us-sec {
    background-color: #fafafe;
}

.contact-us-form label {
    font-size: 1.2em;
    font-weight: 700;
}

.btn.btn-send {
    border: 1px solid #edeef1;
    background-color: #6730e3;
    padding: 0.8em 3em;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
}

.contact-us-img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.margin-top-xl {
    margin-top: 4em;
}

.contactus-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-us-form .form-control {
    height: 60px;
    padding-left: 1.25em;
    color: #051441;
    border: 0 !important;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
    font-size: 1.2em;
    border-radius: 8px;
    font-weight: 500;
    border-color: #edeef1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-left: 0;
    line-height: 1.5;
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    display: block;
   border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.contact-us-form .form-control:focus {
    border: 0 !important;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
    border-left: 0;
  outline:none!important;
}

.contact-us-form .form-control::placeholder{
  font-weight:400;
}

.contact-us-form .input-group>.input-group-prepend>.input-group-text i {
    font-size: 1.2em;
    color: #6730e3;
}

.contact-us-form .input-group>.input-group-prepend>.input-group-text {
    background: transparent;
    color: #051441;
    border: 0;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
    border-right: 0;
    padding: 1em 1.2em;
}

.contact-us-form .form-group {
    margin-bottom: 1rem;
}

.contact-us-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.contact-us-form .input-group-append, .contact-us-form .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.contact-us-form .input-group-prepend {
    margin-right: -1px;
}

.contact-us-form .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-us-form .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.contact-us-form .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.height-auto {
    height: auto !important;
}

.contact-us-form .input-group .form-control.height-auto{
  border-top-left-radius:8px!important;
  border-bottom-left-radius:8px!important;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .footer-widget-area-inner a:hover{
  text-decoration:underline;
}

 .ast-single-related-posts-container{
  display:none;
}

.navigation.post-navigation {
  display:none;
}

.comments-area{
  display:none;
}

.ast-post-format-.single-layout-1 .entry-content .elementor-widget-wrap.elementor-element-populated .elementor-widget-eael-contact-form-7{
    background-color: #F9F9F9;
    padding: 2em 2em 2em 2em;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
}
</style>
<!-- end Simple Custom CSS and JS -->
Back to Directory File Manager