/**
 * Theme Name:     JJL Media
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   jjl-media
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body{
    font-family: "Poppins", sans-serif; background:#fff; font-size:16px; color:#151515;
}
a{
	text-decoration:none !important; transition:0.3s ease-in-out; color:#bf851f !important;
}
#wpadminbar .quicklinks>ul>li>a{
	color:#fff !important;
}
.entry-content p, .entry-content li{
	font-family: "Poppins", sans-serif; font-size:14px; color:#151515; line-height:26px;
}
.container{
    width:100%; max-width:1170px; padding:0 15px; margin:auto;
}
.flexbox{
    display:flex; justify-content:space-between;
}
#site-header{
	background:#151515; 
}
.header-inner{
	padding-top:18px; padding-bottom:18px; border-bottom:1px solid #4c4a4a;
}
.primary-menu a{
	color:#fff !important; font-size:14px; font-weight:400; 
}
.primary-menu a:hover{
	color:#bf851f !important;
}
.primary-menu li.current-menu-item > a{
	color:#bf851f !important;
}
.primary-menu > li{
	margin: 0 0 0 50px;
}
.main-banner{
	height:690px !important;
}
.inner-banner{
	height:400px !important;
}
h1{
	font-size:70px; font-weight:700 !important;
}
h1 span{
	color:#f4c771 !important;
}
h2{
	font-size:36px; font-weight:700 !important;
}
h3{
	font-size:40px; font-weight:800 !important; margin-top:0px; margin-bottom:10px;
}
.elementor-widget-button .elementor-button{
	background: #BF851F; background: linear-gradient(90deg, rgba(191, 133, 31, 1) 0%, rgba(244, 199, 113, 1) 50%, rgba(191, 133, 31, 1) 100%);
	color:#151515 !important; font-size:13px !important; padding:18px 70px; border-radius:0px;  transition:0.3s ease-in-out; font-weight:600 !important;
}
.elementor-widget-button .elementor-button:hover{
	background: #BF851F; background: linear-gradient(90deg, rgba(191, 133, 31, 1) 0%, rgba(244, 199, 113, 1) 20%, rgba(233, 185, 96, 1) 82%, rgba(191, 133, 31, 1) 100%);
}
.ptb-60{
	padding-top:60px; padding-bottom:60px;
}
.pt-60{
	padding-top:60px;
}
.pb-60{
	padding-bottom:60px;
}
span.elementor-heading-title{
	font-family: "Poppins", sans-serif !important; font-size:18px !important; color:#bf851f !important; text-transform:uppercase; font-weight:500 !important;
}
.service-wrap{
	display: grid; grid-template-columns: repeat(4, 1fr); gap:20px;
}
.service-block{
	text-align:center; background:#fff; transition:0.3s ease-in-out; padding:30px 25px; border-radius:5px;
}
.service-block:hover{
	box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.3);
}
.service-image{
	background:#151515; width:100px; height:100px; margin:auto; border-radius:50%; position:relative; margin-bottom:10px;
}
.service-icon{
	position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); max-height:80px; width:auto;
}
.title a{
	font-size:20px; font-weight:600; color:#000 !important;
}
.right-line{
	border-right:1px solid #adadad; padding-right:50px;
}
.img-box{
	margin-bottom:40px !important; 
}
.img-box img{
	transition:0.3s ease-in-out;
}
.img-box:hover img{
	transform: scaleX(-1);
}
.pl-20{
	padding-left:20px !important;
}
.testimonial-wrapper{
	width:80%; margin:50px auto; display:flex; gap:40px;
}
.quote{
	margin-bottom:15px;
}
.testimonial-wrapper2 .testimonial-col{
	padding:0; margin-bottom:30px;
}
.testimonial-col{
	padding:0 20px;
}
.testimonial-col p{
	font-size:14px;
}
.name{
	font-size:14px; color:#bc8e26; font-weight:500;
}
.des{
	font-size:14px;
}
.text-lg{
	font-size:24px;
}
.text-lg span{
	color:#f4c771;
}
.brands{
	padding:10px;
}
.brand-col{
	transition:0.3s ease-in-out; 
}
.brand-col:hover{
	box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.3);
}
.brands .elementor-image-box-img{
	width:184px !important; height:184px; background:#151515; border-radius:50%; position:relative;
}
.brands .elementor-image-box-img img{
	position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);
}
.brands h3{
	font-size:26px !important;
}
.portfolio-image{
	width:100%; height:209px; margin-bottom:10px;
}
.portfolio-image img{
	width:100% !important; height:100% !important; object-fit:cover;
}
.portfolio-block{
	padding:0 15px;
}
.portfolio-block .title{
	font-size:16px; font-weight:600; color:#282828;
}
.portfolio-block p{
	font-size:14px;
}
.portfolio-wrap{
	padding-bottom:50px;
}
.portfolio-wrap .slick-arrow{
	position:absolute; cursor:pointer; color:#b4b4b3;
}
.portfolio-wrap .slick-arrow:hover{
	color:#bf851f;
}
.slick-prev{
	bottom:0px; left:48%;
}
.slick-next{
	bottom:0px; right:48%;
}
.contact-form{
	width:80%; margin:30px auto 0;
}
.form-row p{
	display:flex; gap:10px;
}
.wpcf7-form-control-wrap{
	width:100%;
}
.custom-field{
	border:1px solid #a2a0a0; font-size:14px !important; color:#383838 !important; font-family: "Poppins", sans-serif; width:100%; padding:15px;
}
.wpcf7-submit{
	display:flex !important; margin:auto !important; background: #BF851F !important; background: linear-gradient(90deg, rgba(191, 133, 31, 1) 0%, rgba(244, 199, 113, 1) 50%, rgba(191, 133, 31, 1) 100%) !important; color:#151515 !important; font-size:13px !important; padding:18px 70px !important; border-radius:0px;  transition:0.3s ease-in-out !important; font-weight:600 !important; text-transform:capitalize !important;
}
.wpcf7-submit:hover{
	background: #BF851F; background: linear-gradient(90deg, rgba(191, 133, 31, 1) 0%, rgba(244, 199, 113, 1) 20%, rgba(233, 185, 96, 1) 82%, rgba(191, 133, 31, 1) 100%) !important; text-decoration:none !important;
}
.bg-gold{
	background: #BF851F !important; background: linear-gradient(90deg, rgba(191, 133, 31, 1) 0%, rgba(244, 199, 113, 1) 50%, rgba(191, 133, 31, 1) 100%) !important; color:#151515 !important;
}
.icon-list .elementor-icon-list-icon{
	background:#fff; width:59px; height:58px; border-radius:50%; align-items:center; justify-content:center;
}
.icon-list .elementor-icon-list-icon svg{
	margin:0px !important;
}
#site-footer{
	background:#151515; padding:0;
}
#site-footer a{
	color:#fff !important;
}
#site-footer a:hover{
	color:#bf851f !important;
}
.footer-top{
	padding-top:60px; padding-bottom:60px;
}
.footer-left img{
	max-height:121px; width:auto;
}
.social{
	display:flex; gap:15px; list-style:none; margin:0px;
}
.social li{
	list-style:none;
}
.social li a{
	color:#fff !important;
}
.footer-top h2{
	margin-top:0px; color:#fff; font-size:16px; font-weight:500 !important; margin-bottom:15px;
}
.footer-mid ul, .footer-right ul{
	list-style:none; margin:0; padding:0;
}
.footer-mid ul li, .footer-right ul li{
	list-style:none; margin:0; padding:0;
}
.footer-mid li a, .footer-right li a{
	font-size:14px;
}
.footer-top{
	border-color:#696868 !important;
}
.footer-bottom{
	padding:20px 0; text-align:center; font-size:14px; color:#fff;
}
.footer-copyright{
	font-weight:500 !important;
}
.icon-img img{
	max-height:80px; width:auto;
}
.contact-page-icon .elementor-icon-list-icon{
	background:#000; width:59px; height:58px; border-radius:50%; align-items:center; justify-content:center;
}
.contact-page-icon .elementor-icon-list-icon svg{
	margin:0px !important;
}
.blog-post .inner-block{
	font-weight:500; margin-bottom:8px !important;
}
.entry-content, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	width:100% !important; max-width:1170px !important; margin:auto; padding:0 15px;
}
.inner-post-banner{
	height:400px !important; background: #151515;
}
.inner-post-banner .container{
	position:relative; height:100%;
}
.inner-post-banner .container h1{
	margin:0; color:#fff; font-size:40px; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); font-family: "Merriweather", serif; text-transform:capitalize; text-align:center; width:100%;
}
.mt-0 h2{
	margin-top:0px; margin-bottom:0px;
}
.single-post .pagination-single,
.single-post .comments-wrapper,
.single-post .footer-nav-widgets-wrapper{
	display:none;
}


/* Responsive */
@media only screen and (max-width: 999px){
	.search-toggle{
		display:none !important;
	}
	.header-titles-wrapper{
		justify-content: left; padding: 0;
	}
	.toggle-text{
		display:none;
	}
	.nav-toggle svg{
		display:none !important;
	}
	.close-nav-toggle svg{
		display:block;
	}
	.toggle-icon{
		background:url('/wp-content/uploads/2025/10/burger-menu.png') no-repeat; width:55px !important; height:29px!important;
	}
	.nav-toggle .toggle-icon{
		 width:55px!important; height:29px!important;
	}
	button.toggle.nav-toggle.mobile-nav-toggle{
		box-shadow:none;
	}
	.nav-toggle .toggle-inner{
		padding:0px; margin-top:-10px; width:55px!important; height:28px!important; display:block; position:relative; right:15px;
	}
	.menu-modal-inner{
		background: #BF851F !important; background: linear-gradient(90deg, rgba(191, 133, 31, 1) 0%, rgba(244, 199, 113, 1) 50%, rgba(191, 133, 31, 1) 100%) !important;
	}
	.modal-menu a{
		color:#151515 !important; font-size:14px !important;  text-decoration:none; font-weight: 500 !important;padding-left:15px !important;
	}
	.modal-menu a:hover{
		color:#fff !important;
	}
	button.toggle.nav-toggle.mobile-nav-toggle{
		background-color: transparent;
	}
	.toggle-icon {
    overflow: visible !important;
	}
	.menu-bottom{
		display:none;
	}
	h1{
		font-size:50px;
	}
	.main-banner {
		height: 490px !important;
	}
	.title a{
		font-size:16px;
	}
	h3{
		font-size:28px;
	}
	.brands .elementor-image-box-img{
		width:100px !important; height:100px !important;
	}
	.brands .elementor-image-box-img img{
		max-height:70px; width:auto;
	}
	p{
		font-size:14px;
	}
	.text-lg p{
		font-size:24px;
	}
	.brands h3 {
		font-size: 20px !important;
	}
	h4 {
		font-size: 20px !important;
	}
	
}
@media only screen and (max-width: 768px){
	h1{
		font-size:35px;
	}
	.main-banner {
        height: 420px !important;
    }
	h2{
		font-size:30px;
	}
	
}
@media only screen and (max-width: 500px){
	.service-wrap{
		grid-template-columns: repeat(1, 1fr);
	}
	.right-line{
		border:none;
	}
	.testimonial-wrapper{
		width:100%; padding-bottom: 50px;
	}
	.testimonial-col{
		padding:0px; text-align:center;
	}
	.testimonial-wrapper .slick-arrow{
		position:absolute; cursor:pointer; color:#b4b4b3;
	}
	.testimonial-wrapper .slick-arrow:hover{
		color:#bf851f;
	}
	.slick-prev{
		left:45%;
	}
	.slick-next{
		right:45%;
	}
	.quote{
		margin:0 auto 15px;
	}
	.contact-form{
		width:100%;
	}
	.form-row p{
		flex-direction:column; gap:0; margin-bottom:20px;
	}
	.icon-list li{
		margin-bottom:15px !important;
	}
	.flexbox{
		flex-direction:column; gap:20px;
	}
	.footer-left img{
		margin:auto;
	}
	.social{
		justify-content:center;
	}
	.footer-mid, .footer-right{
		text-align:center;
	}
	.footer-top h2{
		font-size:20px; color:#bf851f;
	}
	.footer-copyright{
		font-size:12px;
	}
	.inner-post-banner .container h1{
		font-size:30px;
	}
}


