/* 
Theme Name:		Drum Creative
Theme URI:		https://drumcreative.com/
Description:	Drum Elementor Starter Theme is a child theme of Hello Elementor, created by Elementor team
Author:			Drum Creative Team
Author URI:		https://drumcreative.com/
Template:		hello-elementor
Version:		1.1.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Fix transparent homepage header issue */
.header {top: auto !important;}

/* Fix WooCommerce width issue */
div.elementor-widget-container div.woocommerce {
	max-width: 1080px;
    margin: 0 auto;
}

body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li.has-submenu:before {
	content: '';
	position: absolute;
	left: -80px;
	display: block;
	background: #7B021F;
	height: 100%;
	width: calc(100% + 80px);
	opacity: 0;
	transition: opacity .35s;
}

li.has-submenu.active:before {
	opacity: 1;
}

nav.elementor-nav-menu--dropdown {
	overflow: visible !important;
}

a.service-provided {
	display: inline-block;
	background: #fff;
	padding: 4px 12px;
	margin: 0 8px 8px 0;
	border-radius: 10px;
	font-size: 14px;
	color: #736D6C !important;
	transition: all .35s;
}

a.service-provided:hover {
	background: #BA0C2F;
	color: #fff !important;
}

.whitehighlight {
	background-color:#FFFFFF;
	color:#BA0C2F;
	padding: 0 10px;
	margin-left:10px;
}


/* Making the GForms labels appear above the input/textarea */

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select {
	min-height:55px;
}
.gfield.small-label,
.gfield.small-label .ginput_complex span {
	position : relative;}

.small-label label,
.normal-form-styling .gform_wrapper .small-label label.gfield_label {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
	position: absolute !important;
	top: 8px !important;
	left: 13px !important;
	z-index: 1;
	color: #736D6C !important;
}
.small-label .input-has-value label,
.small-label.input-has-value label,
.normal-form-styling .gform_wrapper .small-label.input-has-value label.gfield_label {
	display: block !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required.small-label.input-has-value label.gfield_label{
	top: 15px !important;
	left: 22px !important;
}

.small-label input:focus,
.small-label .input-has-value input,
.small-label.input-has-value input,
.small-label textarea:focus,
.small-label .input-has-value textarea,
.small-label.input-has-value textarea {
	padding: 20px 11px 2px 11px !important;
}

.small-label input:focus::placeholder,
.small-label textarea:focus::placeholder {
	color: transparent !important;
}

.gfield_address .ginput_full { display: block; }

.small-label.gfield_address .ginput_full,
.small-label.gfield_address .ginput_left,
.small-label.gfield_address .ginput_right {
	margin-bottom: 10px !important;
}
.pp-custom-radio-checkbox input[type="checkbox"] {
	position: relative;
}
.pp-custom-radio-checkbox input[type="checkbox"]:checked:before {
	left: 0;
	top: 0;
}
.pp-custom-radio-checkbox input[type="radio"] {
	position: relative;
}
.pp-custom-radio-checkbox input[type="radio"]:checked:before {
	left: 4px;
    top: 4px;
}

#gform_fields_35 .gfield_captcha {
	margin-top:35px;
}

/* Main Menu */

@media (max-width: 639px){
	.elementor-290 .elementor-element.elementor-element-0960c32 > .elementor-container {
		max-width : 310px;
		margin    : 0 auto;
	}
	.elementor-290 .elementor-element.elementor-element-2002e3f .elementor-nav-menu--dropdown a,
	#elementor-popup-modal-290 #menu-2-15dbb66 li a {
		padding-left: 0 !important;
		padding-right: 0 !important;
		background-color: rgba(0, 0, 0, 0);
	}
	#elementor-popup-modal-290 #menu-2-2002e3f li .sub-menu {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
		transition: padding 0.25s, max-height .5s;
		max-height: 0;
		display: block !important;
		overflow-y: hidden;
		width: 100vw !important;
		margin-left: calc(((100vw - 100%)/2)*-1) !important;
	}
	#elementor-popup-modal-290 #menu-2-2002e3f li.on .sub-menu {
		padding-top: 15px;
		padding-bottom: 15px;
		max-height:1000px;
	}
	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu:before {
		content: ' ';
		display: block;
		position: absolute;
		top: 0;
		left: calc(((100vw - 100%)/2)*-1);
		width: 100vw;
		height:100%;
		background: #5c0319;
	}
	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu li {
		max-width: 250px;
		margin: 0 auto;
	}
	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu li a {
		font-family: Lato, sans-serif;
		display: block;
		font-weight: normal;
		font-size: 18px;
		line-height: 1.2em;
		border-left: 0;
		margin-left: 18px;
	}

}

@media (min-width : 640px) {

	#elementor-popup-modal-290 .dialog-message {
		overflow : visible;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f,
	#elementor-popup-modal-290 .elementor-nav-menu li {
		position : unset;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu {
		display    : block !important;
		width      : 0 !important;
		position   : absolute;
		left       : -429px !important;
		margin-top : -40px !important;
		overflow   : hidden;
		max-width: 100%;
	}

	@media (max-width : 1024px) {
		#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu {
			left : -330px !important;
		}
	}
	#elementor-popup-modal-290 #menu-2-2002e3f li:hover .sub-menu {
		width : 100% !important;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu li {
		opacity    : 0;
		transition : opacity .25s;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f li:hover .sub-menu li {
		transition : opacity 0.75s;
		opacity    : 1;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu:before {
		content     : ' ';
		display     : block;
		background  : #7a0521;
		height      : 100vh;
		width       : 0;
		border-left : 0;
		position    : fixed;
		top         : 0;
		right       : 433px;
		transition  : width 0.75s, border-left 0.25s;
	}

	@media (max-width : 1024px) {
		#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu:before {
			right : 330px;
		}
	}

	#elementor-popup-modal-290 #menu-2-2002e3f li:hover .sub-menu:before {
		border-left : 2px solid #ba0c2f;
		transition : width 0.25s, border-left 0.5s;
		width      : 349px;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu li {
		text-align    : right;
		padding-right : 36px;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu li a {
		font-family : Lato, sans-serif;
		display     : block;
		font-weight : normal;
		font-size: 20px;
		line-height: 1.2em;
	}

	#elementor-popup-modal-290 .sub-arrow {
		display : none;
	}

	#elementor-popup-modal-290 #menu-2-2002e3f .sub-menu > li:first-of-type a {
		font-weight : bold;
	}

	#elementor-popup-modal-290 .elementor-nav-menu li.menu-item-has-children:before {
		content    : ' ';
		display    : block;
		background : -moz-linear-gradient(left, rgba(132, 7, 36, 1) 0%, rgba(132, 7, 36, 1) 50%, rgba(132, 7, 36, 0) 100%);
		background : -webkit-linear-gradient(left, rgba(132, 7, 36, 1) 0%, rgba(132, 7, 36, 1) 50%, rgba(132, 7, 36, 0) 100%);
		background : linear-gradient(to right, rgba(132, 7, 36, 1) 0%, rgba(132, 7, 36, 1) 50%, rgba(132, 7, 36, 0) 100%);
		filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#840724', endColorstr='#00840724', GradientType=1);
		height     : 45px;
		width      : calc(100% + 100px);
		position   : absolute;
		left       : -100px;
		opacity    : 0;
		transition : opacity 0.5s;
	}

	#elementor-popup-modal-290 .elementor-nav-menu li.menu-item-has-children:hover:before {
		opacity : 1;
	}

	#elementor-popup-modal-290 .elementor-nav-menu li.menu-item-has-children:after {
		content    : ' ';
		display    : block;
		height     : 0;
		width      : 115px;
		border-top : 2px solid #b81233;
		position   : relative;
		top        : -19px;
		left       : -123px;
		z-index    : 99999999;
		opacity    : 0;
	}

	@media (max-width : 1024px) {
		#elementor-popup-modal-290 .elementor-nav-menu li.menu-item-has-children:after {
			width : 55px;
			left  : -82px;
		}
	}
	#elementor-popup-modal-290 .elementor-nav-menu li.menu-item-has-children:hover:after {
		opacity    : 1;
		transition : opacity 2s;
	}
}

#elementor-popup-modal-290 .dialog-close-button {
	display : none !important;
}

@media(min-width: 750px){
	.gform_fields {
		position: relative;
	}
	.gform_fields .form-left-column {
		width: calc((100% - 30px)/2);
		padding: 0 !important;
	}
	.gform_fields .form-right-column {

		width: calc((100% - 30px)/2);
		padding: 0 !important;
		margin: 0 !important;
		position: absolute;
		top: 0;
		right: 0;
	}
	.gform_fields .form-right-column textarea {
		height: 215px !important;
	}
}

/* slide menu edits June 2022 RR */
.slide-menu-icons li.elementor-icon-list-item {
	padding: 8px 15px;
}