Viewing File: /home/ubuntu/allinonecluster-landing/blog/wp-content/uploads/custom-css-js/40.css

/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2022 | 05:49:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.logo-part img{
	height: 70px;
    width: auto;
}

.footer-desc{
    color: #e0e0e0;
	margin-top:1em;
}

.widget-title-head{
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
}

.fa.fa-facebook:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa.fa-linkedin:before {
    content: "\f0e1";
}

.address-widget{
	list-style: none;
    margin-left: 0;
	color:#e0e0e0;
}

.address-widget li{
	display: flex;
    gap: 1em;
   	align-items: baseline;
	padding-bottom:1.5em;
}

.address-widget li:last-child{
	padding-bottom:0;
}

.address-widget li i{
	color:#106eea;
	font-size: 1.2em;
}

.address-widget li a{
	color:#e0e0e0;
}
.footer-social{
	display:flex;
	align-items:center;
}

.footer-social li{
	font-size: 15px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #106eea;
    color: #ffffff;
    text-align: center;
	margin-right:1em;
}
.footer-social li:last-child{
	margin-right:0;
}
.footer-social li a{
	color::#e0e0e0;
}
.footer-social li i:before{
	color:#e0e0e0;
}

.ast-footer-copyright p{
	color:#e0e0e0;
	font-size:1em;
}

.ast-separate-container .ast-article-single{
	padding: 2em;
}

.sidebar-main .wp-block-group{
	padding:0;
}
.wp-block-group__inner-container h2{
	 font-size: 1.5rem;
    font-weight: 600;
}

.ast-single-post .entry-title{
	font-size: 1.8rem;
    font-weight: 600;
}

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

.footer-social li a i{
	font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.contact-us-sec{
	background: #f1f6fc;
	padding:4em 0;
}

.contact-info{
	background: #106eea;
    height: 100%;
    color: #ffffff;
    padding: 30px;
    font-size: 16px;
}

.contact-us-sec form label{
	font-weight: 600!important;
    font-size: 1.2em;
}

.contact-us-sec .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	background-color:#fff;
	padding:2em;
}

.contact-us-sec .elementor-element-b5118c3 .elementor-element-populated{
	padding-right:0!important;
}

.contact-us-sec input[type=text].wpcf7-form-control,
.contact-us-sec input[type=email].wpcf7-form-control,
.contact-us-sec textarea.wpcf7-form-control{
	background-color: #f1f6fc!important;
    width: 100%!important;
    padding: 10px 18px!important;
    border: none!important;
    outline: none!important;
    border-radius: 0;
    color: #363636!important;
    font-size: 16px!important;
	 border-radius: 5px!important;
}
.contact-us-sec input[type=submit].wpcf7-form-control{
	background-color: #106eea!important;
    padding: 1em 4em!important;
    display: inline-block!important;
    border-radius: 5px!important;
    margin-right: 1em!important;
    color: #fff!important;
    font-size: 1em!important;
    font-weight: 600!important;
}

.book-appointment-btn {
    background-color: #fff;
    padding: 0.5em 2em;
    display: inline-block;
    border-radius: 5px;
    color: #106EEA;
    margin-right: 1em;
    color: #106EEA;
    font-size: 1em;
    font-weight: 600;
	text-decoration:none!important;
}

.contact-us-sec .info-wrap{
	display: flex;
    gap: 1em;
    align-items: baseline;
    padding-bottom: 1em;
}

.contact-us-sec .content-part p{
	margin-bottom:0;
}

.contact-us-sec .contact-info .title {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 25px;
	font-weight: 700;
}

.contact-us-sec .content-part h4{
	color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
}
.contact-us-sec .content-part p a{
	color: #ffffff;
	text-decoration:none!important;
}
.contact-us-sec .book-appointment-title{
	font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    margin-top: 0em;
    color: #fff;
}
.contact-us-sec .elementor-widget{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-us-form-box{
	background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%) inset;
	padding:2em;
}

.contact-us-form-box input[type=text].wpcf7-form-control,
.contact-us-form-box input[type=email].wpcf7-form-control,
.contact-us-form-box textarea.wpcf7-form-control{
	background-color: #f1f6fc!important;
    width: 100%!important;
    padding: 10px 18px!important;
    border: none!important;
    outline: none!important;
    border-radius: 0;
    color: #363636!important;
    font-size: 16px!important;
	 border-radius: 5px!important;
}
.contact-us-form-box input[type=submit].wpcf7-form-control{
	background-color: #106eea!important;
    padding: 1em 4em!important;
    display: inline-block!important;
    border-radius: 5px!important;
    margin-right: 1em!important;
    color: #fff!important;
    font-size: 1em!important;
    font-weight: 600!important;
}

.contact-us-form-box form label{
	font-weight: 600!important;
    font-size: 1.1em;
}

.contact-us-form-box textarea.wpcf7-form-control {
	height:160px;
}

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

.footer-booking-card .book-appointment-title{
	color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.footer-booking-card p{
	color: #e0e0e0;
}

.site-logo{
	position: absolute;
    width: 10em;
    height: 4em;
}

/* ul{
	list-style:none;
	padding-left:0;
	margin-left:0;
} */

.ast-archive-description .page-title.ast-archive-title{
	display:none;
}

.ast-archive-description{
	padding: 2em!important;
}

.page-title.ast-archive-title{
	font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 0;
}

.ast-row {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	background-color: var(--ast-global-color-5);
}

.ast-row .web-story{
	padding:2em!important;
}

.web-story .post-thumb-img-content.post-thumb img{
	height: 30em;
    object-fit: contain;
	width:100%;
}

.web-story .entry-title a{
	font-size: 0.6em;
    font-weight: 600;
    margin-bottom: 0;
}

.ast-row .wp-block-web-stories-embed.web-stories-embed.alignnone{
	display:none;
}

.single .post-1244 .entry-header .post-thumb img{
	display:none;
}

Back to Directory File Manager