/*
Theme Name: Titan
Theme URI: https://TitanBML.ca
Author: TaskTeam
Author URI: https://task.team
Description: Child theme for TitanBML website
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.0
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/
Text Domain: crafto-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
Template: crafto
*/


/*** Home ***/

/* Laptops and above */
@media (min-width: 1025px) {
  .home-tabs .nav-tabs {
    width: 33%;
  }
}

/* Portrait tablets and below */
@media (max-width: 1024px) {
  .home-tabs .nav-tabs {
    width: 100%;
  }
	
  .home-tabs .tab-style-1 .nav-tabs>li.nav-item {
		width: 100%;
	}
}

.nav-tabs li.nav-item
 {
    border-bottom: 1px solid #d5d5d5;
}


/* Laptops and above */
@media (min-width: 1025px) {
.home-slider .col.cover-background.content-image {
    border-radius: 0px 30px 30px 0px;
}

.home-slider .content-box {
    border-radius: 30px 0px 0px 30px;
}
}


/* Portrait tablets and below */
@media (max-width: 1024px) {
	.home-slider .col.cover-background.content-image {
    border-radius: 0px 0px 30px 30px;
}

.home-slider .content-box {
    border-radius: 30px 30px 0px 0px;
}
}