/* ===================================================================================

* Theme Name: Arino Child
* Theme URI: https://www.themedox.com/arino
* Author: Laralink
* Author URI: https://themeforest.net/user/laralink/
* Description: Arino - Creative Agency WordPress Theme
* Version: 1.2
* Template: arino
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

html:root {
    --primary-color: rgb(57 255 20);
}
.cs-list .cs-type2 svg path, .cs-list .cs-type2 span:hover {
	fill: rgb(57 255 20);
	color: rgb(57 255 20);
}
.cs-funfact.cs-style1 .cs-funfact_number {
	font-size: 34px;
}
.cs-accordian {
	padding-bottom: 0;
}
.cs-accordian:not(:last-child) {
    margin-bottom: 10px;
}
.cs-iconbox_3_list.cs-style2 .cs-hover_tab.active .cs-image_layer.cs-style1 {
	display: none;
}
.cs-iconbox_3_list.cs-style2 .cs-hover_tab::before {
	content: "";
}
.cs-iconbox_3_list.cs-style2 {
	padding-left: 0;
}
.cs-rotate_img_in {
    -webkit-transform: rotate(0deg) scale(1.4);
    transform: rotate(0deg) scale(1.4);
}
.cs-rotate_img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slider-nav_item {
	width: 200px;
}
.cs-testimonial.cs-style1 .cs-testimonial_text {
	font-size: 18px;
    font-weight: 400;
}
.cs-testimonial.cs-style1 .cs-rating {
	display: none;
}
.cs-funfact.cs-style1 .cs-funfact_number {
	width: 240px;
}
.cs-gescout_sticky {
	background-color: #181818;
}