/*
Theme Name:		 Brisk Child
Theme URI:		 http://brisk.uicore.co/
Description:	 Child theme for Brisk - Elementor Multi-Purpose WordPress Theme
Author:			   UiCore
Author URI:		 https://uicore.co
Template:		   brisk
Version:		   1.0.0
Text Domain:	 brisk
*/


/*
    Add your custom styles here
*/

@font-face {
  font-family: 'EthosNovaBold';
  src:  url('https://themadrasweddingcompany.com/wp-content/uploads/2024/07/EthosNova-Bold.woff') format('woff');
}

@font-face {
  font-family: 'EthosNovaHeavy';
  src:  url('https://themadrasweddingcompany.com/wp-content/uploads/2024/07/EthosNova-Heavy-1.woff') format('woff');
}

@font-face {
  font-family: 'EthosNovaRegular';
  src:  url('https://themadrasweddingcompany.com/wp-content/uploads/2024/07/EthosNova-Regular.woff') format('woff');
}

h1,h2{
	font-family: 'EthosNovaHeavy' !important;
}
h3,h4,h5,h6{
	font-family: 'EthosNovaBold' !important;
}
body, p, span, a{
	font-family: 'EthosNovaRegular' !important;
}
.uicore-menu li a span{
	font-family: 'EthosNovaHeavy' !important;
}
.uicore-footer-widget h6, .uicore-footer-widget h4{
	margin: 0!important;
    font-size: 20px;
    text-transform: none;
}
.uicore-footer-wrapper .uicore-inner-footer li a, .uicore-footer-widget a.link {
	font-size: 16px;
	font-family: 'EthosNovaBold' !important;
}
.uicore-footer-widget a.link{
	display: block;
	margin-bottom: 10px;
}
.elementor-section.elementor-section-boxed .uicore.elementor-container{
	max-width: 90%!important;
}
.uicore-footer-widget{
	padding-bottom: 10px!important;
}
.uicore-footer-column:nth-child(2) {
    width: 400px;
    margin: 0 auto;
    display: block;
}
.story-banner, .about-us{
	max-width: 90% !important;
}
.story-banner img{
	width: 100%;
}
/* .services-section img{
	border-top-left-radius: 150px !important;
	width: 100% !important;
}
.services-section.odd img{
	border-top-right-radius: 150px !important;
	border-top-left-radius: 0 !important;
} */
.services-column .elementor-widget-container{
	max-width: 600px;
	margin: 0 auto;
}
.services-section .elementor-image-box-wrapper{
	background: #de3726;;
	border-radius: 20px;
}

.services-section .elementor-image-box-wrapper img{
	border-top-right-radius: 20px !important;
	border-top-left-radius: 20px !important;
}
.services-section .elementor-image-box-content{
	padding: 20px 30px;
	margin-top: -30px;
	min-height: 270px;
}
.section-about .elementor-top-column{
	max-width: 50%;
	margin: 0 auto;
}
.uicore-copyrights .uicore-copy-content *, .uicore-copy-socials{
	line-height: 20px;
}
.uicore-copyrights .uicore-copyrights-wrapper{
	padding: 15px 0 !important;
}
.story-banner .col .elementor-widget-image, .story-banner .col .elementor-widget-image img{
	height: 100% !important;
}
.story-banner .col .elementor-widget-image img{
	object-fit: cover !important;
}
.group-form .half {
    width: 50%;
    float: left;
    padding-right: 10px;
	position: relative;
	z-index: 1;
}
.group-form .half.nopad{
	padding-right: 0;
}
.contact .elementor-icon-box-title a{
	color: #000 !important;
}
.group-form .half.nopad.con{
	margin-top: -25px;
}
.footer-cta{
	z-index: 10;
}
.footer-cta .elementor-container{
	background: #DE3726;
	padding: 40px;
	border-radius: 15px
}
.footer-cta a{
	font-family: 'EthosNovaHeavy' !important;
}
.copy *{
	font-family: 'EthosNovaHeavy' !important;
	color: #E79B39 !important;
}
@media (min-width: 768px) and (max-width: 1023){

}
@media (max-width: 767px){
	.uicore-footer-wrapper .uicore.elementor-section-boxed .uicore.elementor-container{
		max-width: 100%!important;
		width: 98%;
	}
	.solutions .elementor-container{
		margin: 0!important;
		max-width: 100%!important;
	}
	.services-section .elementor-image-box-content{
		min-height: 320px;
	}
	.services-section .e-grid{
		padding: 0 !important;
	}
	.section-about .elementor-top-column{
		max-width: 100%;
	}
	.group-form .half {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.group-form .half.nopad{
		padding-right: 0;
	}
	.group-form .half.nopad.con{
		margin-top: 0;
	}
}