/**
 * Custom css for this site
 **/

/** Pages **/
.home-services-cols .elementor-column .elementor-widget-wrap:hover {
    background-color: #015cd3;
}
.home-services-cols .elementor-column .elementor-widget-wrap:hover h3.elementor-icon-box-title, 
.home-services-cols .elementor-column .elementor-widget-wrap:hover p {
	color: #ffffff;
}
.home-services-cols .elementor-column .elementor-widget-wrap:hover span.elementor-icon {
    fill: #ffffff;
    color: #ffffff;
    border-color: #ffffff;
}
.home-services-cols .elementor-column .elementor-widget-wrap:hover a.elementor-button-link {
    background-color: #ffffff;
    color: #015cd3;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper::before {
    top: 10px;
}
.tss-wrapper .tss-carousel1 .item-content {
    font-weight: 400;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #015cd3 !important;
    border: 0px !important;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px 11px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus {
    background-color: #0253bd;
}

.hwc-blogs-wrapper-row .hwc_col-sm-4 {
	float: left;
	width: 33.33%;    
    text-align: center;
}
.hwc-blogs-wrapper-row .hwc_col-sm-4 .hwc_col-inner {
    padding: 10px;
}
.hwc_col-lpj-img-wrapper {
	cursor: pointer;
}
.hwc-blogs-wrapper-row .hwc_col-sm-4 .hwc_col-inner h4 a {
    text-decoration: none;
}
.hwc-blogs-wrapper-row .hwc_col-sm-4 img {
    display: none;
}
.hwc-blogs-wrapper-row .hwc_col-sm-4 p.hwc-post-date {
    margin-bottom: 15px;
    color: #015cd3;
}
.hwc-blogs-wrapper-row .hwc_col-sm-4 .hwc_col-lpj-img-wrapper {
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
}
.hwc-blogs-wrapper-row .hwc_col-sm-4 a.hwc-read-more-btn {
    background-color: #015cd3;
	border: 1px solid #015cd3;
    color: #ffffff;
    text-decoration: none !important;
    padding: 4px 20px;
    display: inline-block;
    font-size: 14px;
}
.hwc-blogs-wrapper-row .hwc_col-sm-4 a.hwc-read-more-btn:hover, 
.hwc-blogs-wrapper-row .hwc_col-sm-4 a.hwc-read-more-btn:focus {
	background-color: #ffffff;
	color: #015cd3;
}


/** Footer **/
.site-footer h5.wp-block-heading {
    color: #015cd3;
    border-bottom: 1px solid #015cd3;
    padding-bottom: 15px;
}
.site-footer p {
    font-size: 14px;
    line-height: 1.45rem;
}
.site-footer a:hover,
.site-footer a:focus {
	font-weight: 600 !important;
}
.site-footer .widget {
    margin-bottom: 1.5rem;
}
.site-footer p, .site-footer a, .site-footer ul li, .site-footer ul li a {
    font-weight: 400;
}
ul.hwc-cinfo-footer li {
	padding-bottom: 10px;
}
ul.hwc-cinfo-footer li::before {
    content: '';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	padding-right: 5px;
	color: #015cd3;
}
ul.hwc-cinfo-footer li:nth-child(1)::before {
	content: '\f3c5';
}
ul.hwc-cinfo-footer li:nth-child(2)::before {
	content: '\f095';
}
ul.hwc-cinfo-footer li:nth-child(3)::before {
	content: '\f0e0';
}
ul.hwc-cinfo-footer li:nth-child(4)::before {
	content: '\f0ac';
}
.hwc-foot-social-icons a {
    font-size: 1.6rem;
    margin-right: 1rem;
}

/** Responsive **/
@media only screen and (max-width: 981px){
	.site-footer .site-above-footer-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 560px){
	.hwc-blogs-wrapper-row .hwc_col-sm-4 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}	
}