/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.blue-text{
	color:var( --e-global-color-primary );
}
.green-text{
	color:var( --e-global-color-accent );
}
.vertical-linear-divider {
  width: 1px;               /* The thickness of the line */
  height: 227px;            /* Your specific height */
  background: linear-gradient(
    180deg, 
    rgba(31, 31, 31, 0) 5%, 
    rgba(31, 31, 31, 0.99) 50%, 
    rgba(31, 31, 31, 0) 93%
  );
  display: inline-block;    /* Use block or inline-block to respect height */
  border: none;             /* Remove default hr borders if using <hr> */
}
.services-carousel .elementor-swiper-button{
    padding: 20px;
	border-style:solid !important;
    border: 2px solid;
}
.services-carousel .elementor-swiper-button:hover{
	background-color:var( --e-global-color-accent );
}
.singlepost-cat {
    background-color: #fff;
    padding: 12px 18px 12px 18px;
    border-radius: 999px;
    font-size: 15px !important;
    width: 100%;
    display: block;
    color: #434343 !important;
    text-transform: capitalize;
	    transition: all .3s;
}
.singlepost-cat:hover{
	background-color:var( --e-global-color-accent );
	color:#fff !important;
}
.singlepost-cat h6{
    font-family: "Nunito Sans", Sans-serif !important;
	margin:0px !important;
    font-size: 15px !important;
	
}
@media (max-width:767px){
	.services-carousel .swiper-pagination,
	.vertical-linear-divider{
		display:none !important;
	}
}