/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       HEADER STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

.header {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;	
}

.scrolling .header {
	padding-top: 13px !important;
}

.header:before {
	content: '';
	background: #000;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;	
}

.scrolling .header:before {
	height: 100%;
	border-color: #BC2132;
}



.header .pheBox .elementor-icon-list-item .elementor-icon-list-icon {
	display: none;
}

.header .elementor-icon-list-item .elementor-icon-list-text {
	padding-left: 0 !important;
	font-size: 16px;
}

.header .elementor-divider {
	margin: 5px 0px;
}

.header .fbBox .elementor-icon-list-item a {
	position: relative;
	padding-right: 16px;
}

.header .fbBox .elementor-icon-list-item a .elementor-icon-list-icon {
	position: absolute;
    right: 0;
    top: 0;
}

.header nav ul li a {
	font-family: 'PlayfairDisplay-Medium';
    text-transform: uppercase;
    font-size: 17px;
}

.header nav ul li .sub-menu li a {
	font-size: 14px;
	border: none;
	white-space: inherit;
}

.header nav ul li .sub-menu {
	min-width: 180px !important;
}

.header nav.elementor-nav-menu--main ul li a:after {
	content: '';
    background: #BC2132;
    height: 1px;
    width: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header nav.elementor-nav-menu--main ul li a:hover:after {
	width: 50px;
}

.header nav ul li .sub-menu li a:after {
	display: none;
}

.header .elementor-widget-woocommerce-menu-cart .elementor-button {
	padding: 0;
	border: none;
	margin-left: 10px;
}

.header .elementor-widget-woocommerce-menu-cart .elementor-button i {
	font-size: 36px;
}

.header .elementor-widget-woocommerce-menu-cart .elementor-button .elementor-button-icon:before {
    top: 13px !important;
    right: 0 !important;
    font-size: 12px !important;
    min-width: auto !important;
    background-color: transparent !important;
    transition: all .5s;
    width: 100%;
}

.header .elementor-widget-woocommerce-menu-cart .elementor-button:hover .elementor-button-icon:before {
	color: #d5a559;
}


.header nav.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0 !important;
    width: 400px !important;
    left: 0 !important;
    height: 100% !important;
    padding-bottom: 30px;
    text-align: center;
    transition: all .5s !important;
    overflow: hidden;
    overflow-y: auto;
    transform: translate3d(-100%, 0, 0px) !important;
    margin-top: 0;
    max-height: 100% !important;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    cursor: default;
    background: -webkit-linear-gradient(left, #BC2132 0%, #000 100%);
	background: -o-linear-gradient(left, #BC2132 0%, #000 100%);
	background: -moz-linear-gradient(left, #BC2132 0%, #000 100%);
}

.header .elementor-menu-cart__main {
	background: -webkit-linear-gradient(left, #000 0%, #BC2132 100%);
	background: -o-linear-gradient(left, #000 0%, #BC2132 100%);
	background: -moz-linear-gradient(left, #000 0%, #BC2132 100%);
}

.menu-active .header nav.elementor-nav-menu--dropdown {
   opacity: 1;
   visibility: visible;	
   transform: translate3d(0, 0, 0px) !important;
}

.header nav.elementor-nav-menu--dropdown .row {
	padding: 100px 20px 30px;
}   


.header nav.elementor-nav-menu--dropdown ul li .sub-menu {
	background: none !important;
}     

.header nav.elementor-nav-menu--dropdown ul li a {
	background: none !important;
	padding: 0 !important;
    display: inline-block;
}

.header nav.elementor-nav-menu--dropdown ul li .sub-menu li a {
	font-size: 14px;
}

.header nav.elementor-nav-menu--dropdown ul li {
	padding: 10px 0px;
}
	
.header .elementor-menu-toggle {
	padding: 0;
	margin-top: 10px !important;
    z-index: 99;
    background: none;
}

.menu-active .header .elementor-menu-toggle {
	position: fixed;
	left: 20px;
	top: 20px;
	margin: 0 !important;
}

.header .elementor-menu-toggle i {
	color: #fff;
	font-size: 30px;
	transition: all .5s;
}

.header .elementor-menu-toggle i:before {
	 content: '\e816' !important;
}

.menu-active .header .elementor-menu-toggle i:before {
	content: "\e87f" !important;
}

.header .elementor-menu-toggle i:hover {
	color: #d5a559;
}

.btnOverlay {
	position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    text-indent: -999px;
    cursor: crosshair;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    z-index: 9;
}

.menu-active  .btnOverlay {
	visibility: visible;
    opacity: 1;
}

.btnOverlay,
.header .elementor-menu-cart__container {
	background: rgba(0,0,0,.9);
	cursor: crosshair;
}



/* Card  */

.header .elementor-menu-cart__container .elementor-menu-cart__main {
	cursor: default;
}

.header  .elementor-menu-cart__close-button:after,
.header .elementor-menu-cart__close-button:before {
	background: #fff;
}

.header .elementor-menu-cart__product {
    position: relative;
    display: block;
    padding-right: 20px;
    padding: 15px 20px 15px 0;
}

.header .elementor-menu-cart__product:after {
    content: '';
    display: table;
    clear: both;
}

.header .elementor-menu-cart__product-image {
    display: inline-block;
    float: left;
    width: 20%;
}

.header .elementor-menu-cart__product-name {
    padding-left: 0;
    display: inline-block;
    float: left;
    width: 80%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.header .elementor-menu-cart__product-price {
    color: #fff;
    display: inline-block;
    float: right;
    width: 80%;
    padding-right: 20px;
}

.header .elementor-menu-cart__product-remove {
    border: none;
    border-radius: 0;
    background: #000;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 24px;
    height: 24px;
    transition: all .5s;
}

.header .elementor-menu-cart__product-remove:after, 
.header .elementor-menu-cart__product-remove:before {
	background: #fff;
	transition: all .5s;
}

.header .elementor-menu-cart__product-remove:hover {
	background: #fff;
}

.header .elementor-menu-cart__product-remove:hover:after, 
.header .elementor-menu-cart__product-remove:hover:before {
	background: #000;
}

.header .elementor-menu-cart__subtotal {
	font-size: 20px;
}

.header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons {
	display: block;
}

body .header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button {
    display: block !important;
    margin: 0px 0 10px !important;
    font-size: 16px !important;
}

.header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button:last-child {
	margin-bottom: 0 !important;
}

.woocommerce-checkout .elementor-widget-woocommerce-menu-cart, 
.woocommerce-cart .elementor-widget-woocommerce-menu-cart {
	display: none !important;
}









/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       ADDITIONAL 1 STYLE --- MAIN CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Contact Page */


.addressWrap .mapWrap {
	width: 56% !important;
    margin-left: auto;
    z-index: 9;
}

.visitusWrap.addressWrap .mapWrap {
	width: 100% !important;
}

.addressWrap .contactWrap {
	position: absolute;
	left: 0;
    top: calc(50% - 142px);
}

.addressWrap .mapWrap .wpgmp_map_parent {
	margin-bottom: 0;
}



.addressWrap .contactWrap .elementor-icon-list-items .elementor-icon-list-text {
	font-family: 'PlayfairDisplay-Medium';
}

.addressWrap .contactWrap .elementor-icon-list-items .elementor-icon-list-text  b {
	font-family: 'PlayfairDisplay-ExtraBold';
}

.addressWrap .contactWrap .elementor-widget-icon-list ul li {
	margin-bottom: 10px !important;
}

.addressWrap .contactWrap .elementor-widget-button {
	margin-top: 20px;
}

.addressWrap .mapWrap:before {
	content: '';
    background: -webkit-linear-gradient(top, #000 0%, rgba(0,0,0,.0) 100%);
	background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,.0) 100%);
	background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,.0) 100%);
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.addressWrap .mapWrap:after {
	content: '';
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0,0,0,.0) 100%);
    background: -o-linear-gradient(bottom, #000 0%, rgba(0,0,0,.0) 100%);
    background: -moz-linear-gradient(bottom, #000 0%, rgba(0,0,0,.0) 100%);
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.addressWrap .mapWrap > .elementor-widget-container:before {
	content: '';
    background: -webkit-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 40%);
    background: -o-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 40%);
    background: -moz-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 40%);
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.addressWrap .mapWrap > .elementor-widget-container:after {
	content: '';
    background: -webkit-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 40%);
    background: -o-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 40%);
    background: -moz-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 40%);
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: none;
}

/* visitusWrap Page */

.visitusWrap.addressWrap .mapWrap > .elementor-widget-container:after {
	display: block;
	background: -webkit-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 40%);
    background: -o-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 40%);
    background: -moz-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 40%);
}

.visitusWrap.addressWrap .mapWrap > .elementor-widget-container:after,
.visitusWrap.addressWrap .mapWrap > .elementor-widget-container:before {
	display: none;
}

.visitusWrap.addressWrap .mapWrap .wpgmp_map_container.wpgmp-map-1 {
	border-radius: 0;
}


.addressWrap .mapWrap .gm-style-iw-a {
	top: 54px !important;
}


.addressWrap .mapWrap .gm-style-iw p {
	color: #000;
    padding-bottom: 10px;
  	font-size: 14px;
    line-height: 22px;
}

.addressWrap .mapWrap .gm-style-iw {
	text-align: center;
}

.addressWrap .mapWrap .gm-style-iw .dbtn {
	padding: 16px 20px 16px !important;
	font-size: 16px !important;
}

.addressWrap .mapWrap .wpgmp_map_container.wpgmp-map-1 {
	border-radius: 50px 0 0 50px;
    overflow: hidden;
}

.fromWrap .elementor-field-type-submit {
	margin-top: 30px;
}


/* Single Post */

.singlepostWrap .shareTitle h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'PlayfairDisplay-ExtraBold';
	letter-spacing: .50px;
}

.singlepostWrap .elementor-share-btn {
	transition: all .5s;
}

.containerWrap .singlepostWrap ol li,
.containerWrap .singlepostWrap ul li,
.singlepostWrap p {
	font-size: 16px;
	line-height: 30px;
}

.containerWrap .singlepostWrap ol,
.containerWrap .singlepostWrap ul {
	margin-left: 30px;
}


.cart-empty.woocommerce-info {
	border-top-color: #BC2132;
}

.cart-empty.woocommerce-info::before {
    color: #BC2132;	
}

.woocommerce .return-to-shop a.button {
	background: #d5a559 !important;
}

.elementor-form .elementor-message {
	font-size: 16px;
	text-align: center;
} 



/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                   ADDITIONAL 1 STYLE --- RESPONSIVE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

@media (min-width: 1391px) and (max-width: 1460px) {
	
	.header nav ul li {
		margin-right: 18px !important;
	}
	
	.header nav ul li .sub-menu li,
	.header nav ul li:last-child {
		margin-right: 0px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1390px) {
	
	.header nav ul li {
		margin-right: 11px !important;
	}
	
	.header nav ul li .sub-menu li,
	.header nav ul li:last-child {
		margin-right: 0px !important;
	}
	
	.header .logoBox img {
		width: 180px !important;
	}
	
	.header .logoBox {
		width: 20% !important;	
	}
	
	.header .fbBox,
	.header .pheBox {
		width: 40% !important;
	}
	
	.header nav ul li a {
		font-size: 15px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button i {
	    font-size: 34px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button .elementor-button-icon:before {
	    top: 12px !important;
	}
	
	
}

@media (min-width: 1025px) and (max-width: 1199px) {
	
	.header nav ul li {
		margin-right: 15px !important;
	}
	
	.header nav ul li .sub-menu li,
	.header nav ul li:last-child {
		margin-right: 0px !important;
	}
	
	.header .logoBox img {
		width: 160px !important;
	}
	
	.header .logoBox {
		width: 16% !important;	
	}
	
	.header .logoBox .elementor-element-populated {
		margin-top: 38px !important;
	}
	
	.header .fbBox,
	.header .pheBox {
		width: 42% !important;
	}
	
	.header nav ul li a {
		font-size: 14px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button i {
	    font-size: 34px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button .elementor-button-icon:before {
	    top: 13px !important;
	}
	
	.header {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.header nav ul li .sub-menu {
	    min-width: 160px !important;
	}
	
	.addressWrap .mapWrap {
		width: 50% !important;
	}
	
	.addressWrap .mapWrap > .elementor-widget-container:before {
		width: 140px;
		background: -webkit-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
		background: -o-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
		background: -moz-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
	}
	

	
	
}

@media (max-width: 1024px) {
	
	.header:before {
		height: 0;
	}
	
	.header .pheBox .elementor-icon-list-item .elementor-icon-list-icon {
	    display: block;
	}
	
	.header .elementor-icon-list-item .elementor-icon-list-text {
		display: none !important;
	}
	
	.header .elementor-icon-list-item .elementor-icon-list-icon i {
		width: auto;
		margin-top: 14px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button i {
	    font-size: 32px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button {
		margin-left: 14px;
		margin-top: 9px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button .elementor-button-icon:before {
	    top: 12px !important;
	}

	
	
	
	
}



/* Large desktop */
@media (min-width: 1025px) {
	
	.header  .elementor-nav-menu li .sub-menu  {
		display: block!important;
		transform: rotateX(-90deg);
		transform-origin: 0 0 0;
		transition: all .5s;
	}

	.header  .elementor-nav-menu li:hover .sub-menu {
		opacity: 1;
		transform: rotateX(0deg);
		transition: all .5s;
		z-index: 999;
		visibility: visible;
	}
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	
	.addressWrap .mapWrap {
		width: 50% !important;
	}
	
	.addressWrap .mapWrap > .elementor-widget-container:after,
	.addressWrap .mapWrap > .elementor-widget-container:before {
		width: 140px;
		background: -webkit-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
		background: -o-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
		background: -moz-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
	}
	
	.addressWrap .mapWrap > .elementor-widget-container:after {
		display: block;
		background: -webkit-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 60%);
		background: -o-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 60%);
		background: -moz-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 60%);
	}
	
	.addressWrap .mapWrap:after,
	.addressWrap .mapWrap:before {
    	height: 60px;
	}
	
	.addressWrap .mapWrap {
		width: 100% !important;
	}
	
	.addressWrap .contactWrap {
	  position: static;;
	}
}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
	
	.elementor-menu-cart__container .elementor-menu-cart__main,
	.header nav.elementor-nav-menu--dropdown {
		width: 280px !important;
	}
	
	.header .elementor-menu-toggle {
		margin-top: 6px !important;
	}
	
	.header .elementor-icon-list-item .elementor-icon-list-icon i {
		 margin-top: 12px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button {
		margin-top: 5px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons {
		display: block;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button {
		display: block;
		margin: 0px 0 10px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button:last-child {
		margin-bottom: 0;
	}
	
	.addressWrap .mapWrap {
		width: 100% !important;
	}
	
	.addressWrap .contactWrap {
	  position: static;;
	}
	
	.addressWrap .mapWrap > .elementor-widget-container:after,
	.addressWrap .mapWrap > .elementor-widget-container:before {
		width: 140px;
		background: -webkit-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
		background: -o-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
		background: -moz-linear-gradient(left, #000 0%, rgba(0,0,0,.0) 60%);
	}
	
	.addressWrap .mapWrap > .elementor-widget-container:after {
		display: block;
		background: -webkit-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 60%);
		background: -o-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 60%);
		background: -moz-linear-gradient(right, #000 0%, rgba(0,0,0,.0) 60%);
	}    
	
	.addressWrap .mapWrap:after,
	.addressWrap .mapWrap:before {
    	height: 60px;
	}
	
	.addressWrap .mapWrap .gm-style .gm-style-iw-a {
		width: 288px !important;
	} 
	
	.containerWrap .singlepostWrap ol,
	.containerWrap .singlepostWrap ul {
		margin-left: 0px;
	}
	
	.containerWrap .singlepostWrap ol li, 
	.containerWrap .singlepostWrap ul li, 
	.singlepostWrap p {
		font-size: 15px;
		line-height: 28px;
	}
	
	
	
	
}

     
/* Landscape phones and down */
@media (max-width: 480px) { 

	.header .mainMenu {
		width: auto !important;
		margin-left: 12px;
	}
	
	.header .elementor-widget-woocommerce-menu-cart .elementor-button {
		margin-left: 6px;
	}
	
	.addressWrap .mapWrap > .elementor-widget-container:after,
	.addressWrap .mapWrap > .elementor-widget-container:before {
		width: 66px;
	}

}






