/**
* Theme Name: Westo Child
* Description: This is a child theme of Westo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Tona Theme</a>
* Template: westo
* Version: 1.2
*/

:root {
    --thm-font: 'Catamaran', sans-serif;
    --thm-font-2: 'Caveat', cursive;
    --thm-gray: #737c76;
    --thm-gray-rgb: 115, 124, 118;
    --thm-primary: #fdc400;
    --thm-primary-rgb: 253, 196, 0;
    --thm-black: #1f3a6b;
    --thm-black-rgb: 30, 50, 38;
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.single-service-style2 .img-holder:before {
    opacity: 0 !important;
}
.single-service-style2:hover .img-holder:before {
    transform: scale(0.0);
	opacity: 0 !important;
}