/*
    Template:       helas
    Theme Name:     Helas Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Helas - Multipurpose WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    helas-child
    Domain Path:    /languages/
*/

.text-sky {
	color: #4dc4f1;
}
.vc_grid.vc_row .vc_grid-item .portfolio-item-wrapper .wpb_content_element {
	margin-bottom: 0px;
}
.portfolio-item-title a {
	display: inline-block;
	width: 100%;
	background-color: #f38627;
	color: #fff;
	padding: 0.5em 0.5em;
}
.portfolio-item-title a:visited {
	color: #fff;
}
.portfolio-item-wrapper .wpb_single_image {
	min-height: 205px;
}
.portfolio-item-wrapper .wpb_single_image img {
	height: 205px;
	object-fit: cover;
}

body.home {
	background: url(/wp-content/uploads/2024/05/13352.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.head-font,
.head-font * {
	font-family: "Anuphan", sans-serif;
}

.font-700 {
	font-weight: 700 !important;
}

.flex-row {
	display: flex;
}

a.contact-detail svg {
    width: 16px;
}

.site-footer .footer-top .widget .widget-title {
    font-size: 35px;
    font-weight: 300 !important;
    color: #fff;
    margin-bottom: 10px;
}

.footer-top > div {
    background-color: #4ec4f4;
    padding: 0 !important;
    margin: 0;
    text-align: center;
	color: #fff;
}

.footer-sub-title {
    font-size: 22px;
    font-weight: 100 !important;
    color: #fff;
}

.footer-top hr {
    border-top: 1px solid #7cd0f3;
}

.footer-contact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 750px;
    margin: auto;
    gap: 10px 50px;
}

.footer-contact-wrap a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 7px;
	transition: all 0.2s ease-out;
	font-size: 18px;
	font-weight: 500 !important;
}

.footer-text {
	font-size: 18px;
	font-weight: 500 !important;
}

#custom_html-2 {
    padding: 35px 35px;
	max-width: 1000px;
    margin: 0 auto 30px;
}

#custom_html-3 {
	margin-bottom: 0 !important;
}

#custom_html-3 .textwidget.custom-html-widget {
    line-height: 0;
}

.head-top-title {
    letter-spacing: 3px;
    color: #bdbdbd;
    font-weight: 300;
}

.sub-icon-section {
    padding-left: 30px;
}

.la_testimonials.loop-style-3 {
	display: flex;
	flex-wrap: wrap;
}

.la_testimonials--style-3 .testimonial_item--inner {
	padding: 30px 35px 30px ;
    margin-top: 0;
    height: 100%;
    margin-bottom: 0;
}

.la_testimonials--style-3 .testimonial_item--title:before {
	display: none !important;
}

.la_testimonials--style-3 .testimonial_item--role:after {
    content: "";
    width: 80px;
    display: block;
    height: 3px;
    margin: 25px auto 15px;
    background-image: linear-gradient(90deg, #d1ecff 0%, #efcdcd 100%);
}

.rating-style3 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
    color: #000;
    font-weight: 700;
}

.la_testimonials--style-3 .testimonial_item--title {
    font-size: 20px;
	color: #000;
}

.la_testimonials--style-3 .testimonial_item--excerpt {
    font-size: 16px;
    line-height: 1.5;
}

.la_testimonials--style-3 .testimonial_item--role {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
	.mobile-sm-font {
		font-size: 20px !important
	}
}

@media screen and (max-width: 559px) {
	.footer-top > div {
    	width: 100% !important;
	}
	
	.footer-contact-wrap a {
		width: 100%;
	}
}