/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* background pattern*/
.container-wrap{
	background-image: url("https://ag.zdcbrands.com/wp-content/uploads/2025/11/shutterstock_24811381091.webp");
	background-size: contain;
	background-repeat: repeat;
	/*background-color: #000000;*/
	/*background-size: 30%;*/
}
/* works gallery */
.nectar-flickity.nectar-simple-slider:not([data-arrows="true"]) .flickity-slider .cell{
	padding:0px;
}
.wpcf7-form p span{color: #e5ddd3;}
a.toggle-heading{
	font-size: 18px !important;
	line-height:20px !important;
	color: #e5ddd3 !important;
}
/* gallery bullets to numbers */
.nectar-simple-slider .flickity-page-dots .dot:before{display:none;}
.nectar-simple-slider .flickity-page-dots svg{
	width: 55px !important;
    height: 50px !important;
    left: -10px;
    top: -7px;
}
.flickity-page-dots {
	counter-reset: a;
}
.flickity-page-dots .dot::after {
	content: counter(a);
	counter-increment: a;
	font-size: 25px;
	font-family: "Inter", sans-serif;
}

/* title over ivdeo*/
.top-title-video{
    z-index: 999999;
    position: relative;
    top: -100px;
    right: 70px;
	font-size: 25px !important;
	font-family: "Inter", sans-serif;
}
/* ------------------------  BREAKOINTS ------------------ */
@media only screen and (min-width: 1700px){
	.nectar-simple-slider .flickity-page-dots{
		width: 50%;
		padding:0px 0px 100px 0px !important; !important;
}
	.top-title-video{
		font-size: 35px !important;
		top: -120px;
	}
	.flickity-page-dots .dot::after{font-size: 55px !important;}
	.nectar-simple-slider .flickity-page-dots .dot{
		padding: 40px !important;
	}
	.nectar-simple-slider .flickity-page-dots svg{
		width: 100px !important;
        height: 100px !important;
        left: 11px;
		top: 13px;
	}
	/*h2{
		font-size: 55px !important;
    	line-height: 66px;
	}
	h3{
		font-size: 40px !important;
	}
	p{
		font-size: 30px;
		line-height: 40px;
	}
	#top nav > ul > li > a{
		font-size: 35px;
	}
	.nectar-button span{
		font-size: 30px;
		padding-top:10px;
	}
	.wpcf7 .wpcf7-submit{font-size: 30px;}*/
}

@media only screen and (min-width: 1000px) and (max-width: 1699px){
	.nectar-simple-slider .flickity-page-dots{
		width: 50%;
		padding:0px 0px 60px 60px !important; !important;
	}
	.nectar-simple-slider .flickity-page-dots svg{
		width: 60px;
        height: 45px;
	}
	.nectar-simple-slider .flickity-page-dots .dot{
		width: 50px;
        height: 50px;
        padding: 3px;
	}
}
@media only screen and (max-width: 690px) {
	.top-title-video{
		top: -20px;
    	right: 0px;
	}
	.wpb_wrapper h2.vc_custom_heading{
		font-size: 20px !important;
	}
	h2.top-title-video{
		font-size: 20px !important;
		text-align: center !important;
	}
	.flickity-page-dots .dot::after {
		font-size: 20px;
	}
	.nectar-simple-slider .flickity-page-dots{
		text-align:center !important;
	}
	.nectar-simple-slider .flickity-page-dots svg{
		width: 35px !important;
    	height: 45px !important;
    	left: 0px;
	}
	.nectar-simple-slider .flickity-page-dots .dot{
		    width: 27px;
    		height: 27px;
	}
}