/*
 Theme Name:   Catamaran Child Theme
 Theme URI:    https://catamaran.axiomthemes.com/
 Description:  Catamaran Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     catamaran
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  catamaran
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* Services cards */

.custom-services-section .sc_icons_accent2 .sc_icons_item {
	background-color: transparent !important;
}

.custom-services-section .sc_icons_accent2 .sc_icons_item:hover {
	background-color: transparent !important;
	color: white !important;
}

.custom-services-section .sc_icons_accent2 .sc_icons_item:hover .sc_icons_icon {
	color: white !important;
}

.custom-services-section .sc_icons_accent2 .sc_icons_item:hover .sc_icons_item_title a {
	color: white !important;
}

.custom-services-section .sc_icons_accent2 .sc_icons_item:hover .sc_icons_item_description {
	color: white !important;
}

.custom-services-section .sc_icons_item.sc_icons_item_linked.with_more {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}

.custom-services-section .sc_icons_item_details, .sc_icons_item_title, .sc_icons_item_more_link {
	color: white !important;
}

.custom-services-section .sc_icons_item_details {
	margin-top: 1.5rem !important;
	flex: 1 !important;
 	display: flex !important;
 	flex-direction: column !important;
	justify-content: flex-start !important;
}

.custom-services-section .sc_icon_as_image, .custom-services-section svg, .custom-services-section .sc_icons_icon:before {
	height: 100px !important;
	width: 100px !important;
	font-size: 100px !important;
}

.custom-services-section .sc_icons_icon {
	min-height: 100px !important;
}

.custom-services-section .sc_icons_item_description {
	margin-top: 1.3rem !important;
	margin-bottom: auto !important;
}

#our-services.custom-services-section .sc_icons_item_title,
.custom-section-align .sc_icons_item_title {
	margin-bottom: auto !important;
}

.custom-section-align .sc_icons_item_details {
	margin-top: 1.5rem !important;
	flex: 1 !important;
 	display: flex !important;
 	flex-direction: column !important;
	justify-content: flex-start !important;
}

.custom-section-align .sc_icons_item.sc_icons_item_linked.with_more {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}

/* Slider arrows */
rs-module-wrap:not(.jetstream-slider-home) rs-layer.rs-layer.rs-waction {
	display: none;
}

/* Cart icon in mobile header should be hidden */
.sc_layouts_item:has(.sc_layouts_cart_icon), .sc_layouts_cart_icon {
    display: none !important;
}