/*
Theme Name:   ViaDirect
Description:  revamp website of viadirect
Author:       viadirect
Author URL:   https://viadirect-dev.wylog.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ViaDirect
*/

/* Write here your own personal stylesheet */

@media only screen and (max-width : 480px) {
	h1 {
		line-height: 1.2em!important;
	}
}
.blob {
	background: rgba(116, 208, 192, 0);
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 25px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: -29px;
  left: -29px;
/*   border: 1px solid white; */
	transform: scale(0.5);
	animation: pulse-black 1.5s ease infinite;
  z-index: 1;
}

@keyframes pulse-black {
	0% {
		transform: scale(0.5);
		box-shadow: 0 0 0 0 rgba(116, 208, 192, 1);
    /* border: 1px solid rgba(255, 255, 255, 0); */
    background: rgba(116, 208, 192, 0);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    background: rgba(116, 208, 192, 0);
	}
  
  90% {
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    background: rgba(116, 208, 192, 0.3);
	}
	
	
	100% {
		transform: scale(0.5);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    /* border: 0.5px solid rgba(255, 255, 255, 0); */
    background: rgba(116, 208, 192, 0);
	}
}

/* Responsive on news search result */
body.search-results .elementor-element.elementor-element-5b79c1fd.elementor-section-full_width.post-content {
	padding-bottom: 0px;
}
body.search-results .post-content .news {
    min-height: 100px;
}
/* end */
/* Cookies and Privacy */
#cookie-law-info-bar {
	right: 0px;
	max-width: 460px;
	background-color: #C31A2C!important;
    color: white!important;
	position: fixed;
	display: block;
	right: 0px!important;
	margin: 0!important;
	box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3)!important;
left: unset;
}
h5.cli_messagebar_head {
	margin-bottom: 20px!important;
}
.cli-bar-btn_container {
	float: right;
}
.cli-bar-btn_container a {
	padding: 10px 20px;
}
a.cli_settings_button {
	color: white!important;
	background: transparent!important;
	border: 1px solid white!important;
	padding: 7px 17px;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: rgb(38, 198, 171)!important;
}
.cli_messagebar_head {
	font-size: 18px;
	margin-bottom: 12px;
}
.cli-style-v2 .cli-bar-message {
	width: 100%;
	margin-bottom: 10px;
}
.cli-bar-container {
	display: inline-block;
	margin-left: 0px;
}
.cli-privacy-overview h4 {
	color: #333333!important;
}
.translatepress-fr_FR .cli-privacy-content-text, .translatepress-fr_FR .cli-privacy-readmore {
	display: none!important;
}
.translatepress-fr_FR h4 .cli-privacy-content-text{
	display: block!important;
	font-weight: 500!important;
}
/* end */

/* Translatepress switcher */
.trp-ls-shortcode-language a {
    background: #C31A2C!important;
    padding-left: 4px!important;
}
.trp-ls-shortcode-language a:hover {
    background: #a51525!important;
}
/* end */
.elementor-swiper-button-prev, .elementor-swiper-button-next {
    background-color: transparent!important;
}

/* HP Installation Slider */
button.slick-arrow {
	background: transparent!important;
	width: 30px!important;
    height: 30px;
    overflow: hidden!important;
	border: 0px!important;
    outline: none!important;
}

.slick-slider .slick-prev:before {
    position: relative!important;
    left: -16px!important;
    color: #26c6ab!important;
}

.slider-template {
	margin-bottom: 0px!important;
}

.slick-slider .slick-next:before {
    position: relative!important;
    left: -4px!important;
    color: #26c6ab!important;
}

.slider-template figure.wp-caption img {
    height: 240px!important;
    object-fit: cover;
}

/* .slider-template span.elementor-icon-list-text {
	font-size: 14px!important;
} */

.slider-template .slick-list.draggable {
    height: 100%!important;
    max-height: 530px;
}


.slider-template figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
	font-family: "Poppins", Sans-serif;
    bottom: 0px;
    background: linear-gradient(to bottom,transparent,#000);
    width: 100%;
    padding: 18px;
    color: white;
    text-align: left;
    font-style: inherit;
}


/* for section with no image */
@media screen and (min-width: 768px) {
	.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
		width: 100% !important;
	}
}