/*******************************************************************************************************************
*

	Theme Name: Dhanya Batteries
	Author: Arun Gopal;
	Version: 2025.06
	Author URI: http://arungopal.co.in/
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Global
	 1.	Hyperlinks
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Homepage
	 7.	Content
	 8. Post Formats
	 9. Social Media
	10. Pagination
	11.	Images
	12. Portfolio
	13.	Wordpress Gallery
	14.	Sidebar
	15.	Widgets
	16.	RSS Widget
	17.	Calendar Widget
	18.	Custom Menu Widget
	19.	Search Form
	20.	Footer
	21.	Comments
	22.	Buttons
	23. Tables
	24. Forms
	25. CSS3 Styles
	26. WooCommerce
	27. Grid

*******************************************************************************************************************/
body, html{
	height:100%;
	margin:0;
	min-height: 0 !important;
	position: static !important;
}
body {

	background: #fff;
	color: #000;
	font-size: 17px;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	line-height:1.4;
	letter-spacing:0em;
	margin: 0px;
	padding: 0px;
	}
body.FitScreen{
	overflow:hidden;
	-webkit-overflow:hidden;
}
*:focus {
    outline: none;
}
/************************************************
*	0.	Global									*
************************************************/
p {
	padding:8px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-style: italic;
	}
strong, b {
	font-weight:700;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color:rgba(0,0,0,0);
	background-color: rgba(0,0,0,0.2);
	margin: 10px 0px;
	padding:  0;
	}
.theme_dark hr, .dark-theme hr{
	background-color: rgba(255,255,255,0.2);
}
ol, ul {
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul{
	margin:0px;
	padding:10px 0px 10px 20px;
}
ul li {
	line-height:normal;
	list-style-type:disc;
	padding:2px 0;
	}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
    list-style-type: square;
	}
blockquote {
	font-size: 24px;
	line-height: normal;
	margin: 0px;
	padding: 20px 0;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code, pre {
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.2;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	}
code {
	display: inline;
	white-space: normal;
	}
pre {
	display: block;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	/*image-rendering: -webkit-optimize-contrast;*/
	}
img, object, embed {
	max-width: 100%;
	margin: 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.text-hide,
.container .headline.text-hide {
	font-size: 0;
	line-height: 0;
	margin-left: -999em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.align-center {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	}
.align-right {
	float: right;
	}
.vertical-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a{
	text-decoration:underline;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	}

/************************************************
*	2.	Headings  								*
************************************************/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Montserrat", sans-serif;
	font-style:normal;
	text-transform: none;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0;
	padding:8px 0px;
	margin:0px;
	}
h1, .h1 {
	font-size: 96px;
	}
h2, .h2 {
	font-size: 75px;
	}
h3, .h3 {
	font-size: 60px;
	}
h4, .h4 {
	font-size: 45px;
	}
h5, .h5 {
	font-size: 28px;
	}
h6, .h6 {
	font-size: 20px;
	}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
	font-weight:300;
}
h1 blockquote, h2 blockquote, h3 blockquote, h4 blockquote, h5 blockquote, h6 blockquote,
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6{
	font-weight:600;
}
/************************************************
*	3.	Header  								*
************************************************/
.headerWrap{
	margin: 0 auto;
}
#header.sticky .headerWrap, #header.sticky .sitewideNotice{
    display: none;
}
#header.has_stickyheader .headerWrap, #header.has_stickynotice .sitewideNotice{
    display: block;
}

#header {
	top:0;
	left:0;
	right:0;
	width:100%;
	line-height: 1;
	margin: 0px;
	overflow:hidden;
	position:absolute;
	z-index:998;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	z-index:999;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}


.headerBg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
#header > .row{
    position: relative;
}
#header.transparent{
    background-color:transparent;
	background-image:none ;
}
.headerTable{
	display:flex;
	align-items: stretch;
	justify-content: space-between;
}
.headerLogoCell, .headerMenuCell, .headerHamburgerCell, .headerIconsCell{
	display:flex;
	vertical-align:middle;
	text-align:center;
	padding:20px 0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
    transition: all ease 0.5s;
}
.headerLogoCell{
	text-align:left;
    width: 300px;
}
.headerLogoCell .logo{
	display:inline-block;
	max-width:300px;
	width:100%;
	margin:0px;
	padding-right:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.headerLogoCell .logo img{
	display:block;
	margin:0px;
}

/*Video Logo*/
.videoLogoWrap{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 25%;
}
#videoLogo{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}


.headerHamburgerCell{
	width:60px;
	text-align:left;
	padding-left:20px;
}
.headerMenuCell{
	width:auto;
	padding-right:0px;
}
.headerIconsCell{
	width: 25%;
	justify-content: flex-end;
}

#header .logo .stickyLogo{
	display: none;
}
.header-button a{
	display: inline-block;
	border: none;
	padding: 8px 15px !important;
	font-size: 14px;
	border-radius: 50px;
	transition: all ease 0.3s;
	color: #fff !important;
	background-color: #B92228;
	font-weight: 700;
}
.header-button a:hover{
	background-color: #232323;
	color: #fff !important;
}
.iconCellWrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 600;
}
.headerSocial{
	padding-right: 20px;
}
.headerSocial .social-icons span a{
	font-size: 18px;
}
/*Sticky Header*/
#header.sticky{
	top:0;
	position:fixed;
	padding:0;
	animation:stickyHeader ease-in-out 0.8s;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#header.sticky .headerBg{
	
}
body.admin-bar #header.sticky, body.admin-bar #header{
	top:32px;
}
#header.sticky .headerLogoCell, #header.sticky .headerHamburgerCell, #header.sticky .headerMenuCell, #header.sticky .headerIconsCell{
	padding-top: 10px;
	padding-bottom: 10px;
}
#header.sticky .headerHamburgerCell{
	padding-left: 20px;
}
body.home #header.sticky .headerLogoCell{
    display: table-cell;
}
#header.sticky .headerLogoCell .logo{
	max-width:220px;
}
#header.sticky .logo img{
	display: none;
}
#header.sticky .logo .stickyLogo{
	display: block;
}

/*Full Height header menu items*/
.headerMenuCell .menu-main-menu-container{
	display: flex;
	height: 100%;
}
.headerMenuCell .menu-main-menu-container ul.HeaderMenu{
	display: flex;
	height: 100%;
	align-items: center;
}

@keyframes stickyHeader{
	0%{
		transform:translateY(-100%);
	}
	100%{
		transform:translateY(0);
	}
}
@-webkit-keyframes stickyHeader{
	0%{
		-webkit-transform:translateY(-100%);
	}
	100%{
		-webkit-transform:translateY(0);
	}
}


.HeaderIconsMenu{
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.HeaderIconsMenu > li{
    display: block;
    margin: 0;
    padding: 5px 10px;
    line-height: 1;
}
.HeaderIconsMenu > li > a{
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: flex-start;
	padding: 0px;
	transition: all ease 0.3s;
}
#header .headerWrap .HeaderIconsMenu a:hover{
	color: #000000 !important;
}
.HeaderIconsMenu .menu-image-title-before.menu-image-not-hovered img, 
.HeaderIconsMenu .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, 
.HeaderIconsMenu .menu-image-title-after.menu-image-title{
	padding-left: 0px;
}
.HeaderIconsMenu > li > a span{
	transition: all ease 0.1s;
}
.HeaderIconsMenu > li > a .dashicons{
	font-size: 13px;
	height: auto;
}
.headerCart{
    position: relative;
}
.headerCart a span{
	display: none;
}
#mini-cart-count{
	display:block;
	position:absolute;
	font-size:12px;
	top:0px;
	right:0px;
	text-align:right;
}
#headerSearch{
    background-color: #000;
    padding: 15px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    z-index: 9;
}
.headerSearchBox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.SearchClose{
    margin-left: 20px;
    font-size: 36px;
    display: block;
    cursor: pointer;
}
.aws-container{
    width: 75%;
}
.aws-container .aws-search-field{
    font-size: 18px;
    padding: 15px;
}

/*Site wide notice*/
.sitewideNoticeTable{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.sitewideNoticeTable .sitewideNoticeDesc, .sitewideNoticeTable .sitewideNoticeButton{
	vertical-align: middle;
	display: table-cell;
}
.sitewideNoticeTable .sitewideNoticeButton{
	max-width: 300px;
	min-width: 150px;
	text-align: right;
}

/*Language Switcher*/
#wrap .gt_switcher .gt_option{
	position: absolute !important;
}
#wrap .gt_switcher a, #wrap .gt_languages a.glink span{
	font-size: 10px;
	letter-spacing: 0px;
}
#wrap .gt_switcher a:hover, #wrap .gt_languages a.glink:hover{
	color: #000 !important;
}
/************************************************
*	4.	Navigation 								*
************************************************/
/*Header Menu*/
ul.HeaderMenu{
	display:inline-block;
	padding:0;
	margin:0;
}
ul.HeaderMenu > li{
	position:relative;
	display:inline-flex;
	align-items: stretch;
	margin:0px;
	padding:0px 1vw;
	height: 100%;
	box-sizing: border-box;
}
.headerMenuCell ul.HeaderMenu > li > a{
	display:flex;
	align-items: center;
	font-weight:600;
	font-size:16px;
	padding:10px 0px;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	cursor:pointer;
    transition: all ease 0.3s;
	position: relative;
	font-family: "Montserrat", sans-serif;
}
/*.headerMenuCell ul.HeaderMenu > li > a:after{
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%) scaleX(0);
	transition: all ease 0.5s;
}*/
/*.headerMenuCell ul.HeaderMenu > li.current_page_item a:after, .headerMenuCell ul.HeaderMenu > li:hover > a:after{
	transform: translateX(-50%) scaleX(1);
}*/
.headerMenuCell ul.HeaderMenu > li:hover > a, .headerMenuCell ul.HeaderMenu > li.current_page_item a, .headerMenuCell ul.HeaderMenu > li.current-page-ancestor a,
.headerMenuCell ul.HeaderMenu > li:hover .submenu_open{
	text-decoration:none;
}
.headerMenuCell ul.HeaderMenu > li.current_page_item a{
	/*font-weight:600;*/
}
.headerMenuCell ul.HeaderMenu > li.current_page_item a:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
}

.headerMenuCell ul.HeaderMenu > li:hover > ul.sub-menu, .headerMenuCell ul.HeaderMenu ul.sub-menu > li:hover ul.sub-menu{
	display:block;
}

/*Sub Menu*/
.headerMenuCell ul.HeaderMenu ul.sub-menu.hidden{
	visibility:visible;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu, .headerMenuCell ul.HeaderMenu ul.sub-menu > li ul.sub-menu{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:999;
	width:220px;
	padding:0px;
	box-sizing: border-box;
	margin:0;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	text-transform:none;
	font-weight:normal;
	text-align:left;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li ul.sub-menu{
	left: 100%;
	top: 0;
}
/*#header .headerMenuCell ul.HeaderMenu ul.sub-menu{
	background-color: rgba(0,0,0,0.7) !important;
}*/
.headerMenuCell ul.HeaderMenu ul.sub-menu > li{
	display:block;
	list-style-type:none;
	line-height:1;
	padding:0;
	margin:0px;
	position: relative;
	/*border-top: 1px solid rgba(0,0,0,0.15);*/
}
.headerMenuCell ul.HeaderMenu ul.sub-menu li a{
	display:block;
	padding:10px 15px;
	border-top:1px solid rgba(0,0,0,0.1);
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	line-height: normal;
	transition:all ease 0.3s;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li:first-child a{
	border-top: none;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li > a:hover{
	/*background-color:rgba(0,0,0,0.15);*/
}

.headerMenuCell ul.HeaderMenu .submenu_open{
	position:absolute;
	top:52%;
	transform:translateY(-50%) rotate(0deg);
	right:0px;
	display:inline;
	width:10px;
	padding-left:0px;
	font-size:16px;
	line-height:0;
	text-align:center;
	cursor:pointer;
	z-index:1;
	transition: all ease 0.3s;
	background-color: transparent;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li > .submenu_open{
	transform:translateY(-50%) rotate(0deg) !important;
	right: 10px;
}
.headerMenuCell ul.HeaderMenu > li.menu-item-has-children{
	padding-right: 15px;
}
.headerMenuCell ul.HeaderMenu > li.menu-item-has-children:hover .submenu_open{
	transform:translateY(-50%) rotate(90deg);
}
.menubutton > a{
	font-size: 12px;
    padding: 10px 15px !important;
    border-radius: 4px;
    background-color: #F46F24 !important;
    color: #fff!important;
}
.menubutton > a:hover{
    background-color: #000 !important;
}

.gtranslate_wrapper .gt_switcher-popup{
	
}

/*Push Menu*/
#OpenMenu{
	display:inline-block;
	width:30px;
	cursor:pointer;
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
#OpenMenu span{
	display:block;
	height:3px;
	width:100%;
	margin:6px 0px;
}

#OpenMenu span:first-child{
	margin-top:0px;
}
#OpenMenu span:last-child{
	margin-bottom:0px;
}

.menu-hamburger-container{
	width:100%;
}
.PushMenuHeader{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-top:30px;
}

#PushMenuWrap .menu_hamburger{
	display:inline-block;
	cursor: pointer;
    padding:0px;
	height:30px;
	width:30px;
    z-index: 500;
	position:relative;
	border-radius:50px;
	-webkit-border-radius:50px;
}
#PushMenuWrap .menu_hamburger span{
	-webkit-border-radius: 0.3125em;
    border-radius:0;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position:absolute;
	top:50%;
	left:50%;
	-webkit-transition:all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width:30px;
	transform-origin:left;
	-webkit-transform-origin:left;
	margin-top:-1px;
}
#PushMenuWrap .menu_hamburger span.first{
	-webkit-transform: rotate(-45deg) translate(-50%,0%);
    transform: rotate(-45deg) translate(-50%,0%);
}
#PushMenuWrap .menu_hamburger span.last{
	-webkit-transform: rotate(45deg) translate(-50%,0%);
    transform: rotate(45deg) translate(-50%,0%);
	
}
body.admin-bar #PushMenuWrap{
	top:32px;
}
#PushMenuWrap{
	position:fixed;
	top:0; right:0; bottom:0; left:auto;
	z-index:9999;
	overflow:auto;
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	opacity:0;
	-webkit-opacity:0;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	-webkit-transition:all .4s cubic-bezier(.6,.2,.1,1);
	transition:all .4s cubic-bezier(.6,.2,.1,1);
	max-width:40vw;
	background-position:115% 115%;
	background-size:50%;
	background-repeat:no-repeat;
}
#PushMenuWrap.opened{
	opacity:1;
	-webkit-opacity:1;
	display:block;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
#PushMenuWrap .menu_icon {
    padding:0px;
	text-align:right;
}
#PushMenuWrapOverlay{
	visibility:hidden;
	position:fixed;
	z-index:9;
	top:-50%;
	right:-50%;
	width:100%;
	height:100%;
	transform:scale(1);
	-webkit-transform:scale(1);
	transform-origin:right top;
	-webkit-transform-origin:right top;
	-webkit-transition:all ease-out 0.5s;
	transition:all ease-out 0.8s;
}
#PushMenuWrapOverlay.opened{
	visibility:visible;
	transform:scale(3);
	-webkit-transform:scale(3);
	z-index:9998;
}
#PushMenu{
	position:relative;
	top:0px;
	bottom:0px;
	width:100%;
}
#PushMenu .content{
	padding:0px 5vw;
}
#PushMenu .row{
	position:relative;
}
.menu_wrap {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding: 20px 0px 40px 0px;
    text-align: left;
	display:flex;
	align-items:center;
}
ul.PushMenu{
	padding:0;
	display:block;
	position:relative;
	font-family: "Oswald", sans-serif;
	font-weight:400;
}
.PushMenu > li{
	margin:0px;
	padding:2.5vh 0px;
	list-style-type:none;
	line-height:1;
	display:block;
	position:relative;
	vertical-align:top;
}
.PushMenu > li:first-child{
	padding-top:0px;
}
.PushMenu > li:last-child{
	padding-bottom:0px;
}
.PushMenu > li > a{
	display:inline-block;
	font-size:22px;
	font-weight: 700;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	text-decoration:none;
	text-transform:none;
}
.PushMenu > li:hover > a{
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	text-decoration:underline;
}
.PushMenu > li.menu-item-has-children:hover > ul.sub-menu{
	display:block;
}

.PushMenu > li ul.sub-menu{
	margin:0px;
	padding:20px 0px 0px 15px;
}
.PushMenu > li ul.sub-menu li{
	display:block;
	margin:0;
	padding:0px;
	line-height:1.2;
	position: relative;
}
.PushMenu > li ul.sub-menu li a{
	text-decoration:none;
	display:inline-block;
	font-size:20px;
	font-weight:400;
}
.PushMenu > li ul.sub-menu li:last-child{
	padding-bottom:0px;
}
#PushMenu .menu_icon.sub_menu_icon {
    display: none;
}
#PushMenu  .submenu_open{
	display:none;
}
.PushMenu li.menu-item-has-children{
	padding-bottom: 0px;
}

.pushmenuGrid{
	display:block;
	width:100%;
}
.pushmenuMenu{
	display:block;
}
#PushMenu .social-icons span a{
	font-size:28px;
}
.pushmenuLogo a{
	display:block;
	max-width:330px;
	width:75%;
}

.pushmenuBefore{
	padding-bottom:35px;
	text-align:left;
}
.pushmenuAfter{
	padding-top:35px;
	text-align:left;
}

/************************************************
*	5. Banner							    *
************************************************/
/*banner*/
.HomeBanner{
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 0;
}
#homeSlider{
	position: relative;
	z-index: 1;
}
#homeSlider .slick-track{
	display: flex;
	align-items: stretch;
}
#homeSlider .homeSlider_item{
	height: inherit;
	display: flex;
	align-items:flex-end;
	min-height: 800px;
	position: relative;
	overflow: hidden;
}
#homeSlider .homeSlider_item .homeSlideBg, #homeSlider .homeSlider_item.slick-cloned .homeSlideBg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform: scale(1);
	/*transition: all ease-in-out 8s;*/
	/*animation: sliderBGOut 8s ease-in-out forwards;*/
}
#homeSlider .homeSlider_item .slideOverlay{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0);
}
#homeSlider .homeSlider_item .slideOverlay:before, .slideOverlayFromLeft{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 35%;
	/*background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}
#homeSlider .homeSlider_item .slideOverlay:after, .slideOverlayFromBottom{
	content: " ";
	display: block;
	position: absolute;
	top:70%;
	bottom: 0;
	width: 100%;
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%);*/
}
#homeSlider .slideOverlayFromTop{
	content: " ";
	display: none;
	position: absolute;
	top:0%;
	bottom: 50%;
	width: 100%;
}
.homeSliderContentWrap{
	position: relative;
	width: 100%;
}
.homeSliderContent h1, .homeSliderContent h2, .homeSliderContent h3, .homeSliderContent h4, .homeSliderContent h5, .homeSliderContent h6{
	line-height: 1;
} 
.homeSliderContent{
	box-sizing: border-box;
	padding: 8% 0px 6%;
	transition: all ease 0.3s;
	line-height: 1.5;
	color: #fff;
	opacity: 0;
	transform: translateY(100%);
	animation: sliderOut 0.5s ease-in-out forwards;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.homeSliderContent hr{
	background-color: rgba(255,255,255,0.5);
}
/*#homeSlider .homeSlider_item.slick-current .homeSlideBg{
	animation: sliderBG 8s ease-in-out forwards;
}*/
#homeSlider .homeSlider_item.slick-active .homeSliderContent{
	animation: sliderIn 1s ease-in-out forwards;
	animation-delay: 1s;
}
@keyframes sliderIn {
   0% { transform: translateY(100%); opacity: 0; filter: blur(30px);}
   100% { transform: translateY(0%); opacity: 1; filter: blur(0px);} 
} 
@keyframes sliderOut {
   0% { transform: translateY(0%); opacity: 0; filter: blur(0px);}
   100% { transform: translateY(100%); opacity: 1; filter: blur(30px);} 
} 



#wrap #homeSlider .slick-dots{
	position: absolute;
	top: auto;
	bottom: 30px;
	width:100%;
	z-index: 9;
	padding: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#wrap #homeSlider .slick-dots li button{
	border-color: #fff !important;
	background-color: #fff !important;
}




#bannerAudio{
	position: absolute;
	visibility: hidden;
	z-index: -999;
}
#playMusic.visible{
	display: flex;
}
#playMusic{
	display: none;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9999;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px;
	font-size: 20px;
	color: #fff;
	mix-blend-mode: difference;
	cursor: pointer;
}

/************************************************
*	6.	Homepage 					     	    *
************************************************/
.homesection{
    display:block;
	width:100%;
	position:relative;
	overflow:visible;
	z-index:1;
}
.homesection:after{
	content:" ";
	display:block;
	clear:both;
}
.section_content_full{
	padding:7% 0px;
	position:relative;
	z-index:2
}
.section_title{
	margin:0px;
	padding:0px 0px 5%;
}
.alignCenter{
	text-align:center;
}

.table{
	display:table;
	table-layout:fixed;
	width:100%;
}
.table.rtl{
	direction:rtl;
}
.tableCell{
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	direction:ltr;
}
.titleTable{
	display:table;
	margin:0 -20px;
}
.titleCell{
	display:table-cell;
	padding:0px 20px;
	vertical-align:middle;
}

.xperience-style > span, .xtremex-style > span{
	color: #ED1C24;
	font-weight: 700;
}

.overlayfrombottom{
	position: relative;
}
.overlayfrombottom:after{
content: " ";
display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 75%);
}
.overlayfrombottom .panel-grid-cell{
	position: relative;
	z-index: 1;
}

/*hwta we do hoverbox*/
.xtremex-hoverbox{
	position: relative;
}
.xtremex-hoverbox > .widget_sow-image{
	padding: 25% 15%;
	background: #000;
	margin: 0px !important;
	position: relative;
	border: 1px solid rgba(255,255,255,0.3);
}
.xtremex-hoverbox.blue_yellow > .widget_sow-image:after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	/*background: #20B0DC;
	background: linear-gradient(90deg, rgba(32, 176, 220, 1) 0%, rgba(89, 185, 76, 1) 100%);*/
}
.xtremex-hoverbox.pink_orange > .widget_sow-image:after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	/*background: #EA176B;
	background: linear-gradient(90deg, rgba(234, 23, 107, 1) 0%, rgba(228, 180, 119, 1) 100%);*/
}
.xtremex-hoverbox > .widget_black-studio-tinymce{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	box-sizing: border-box;
	padding: 6%;
	text-align: center;
	display: flex;
	align-items: center;
/*	border-width: 1px;
  	border-style: solid;*/
	border: 1px solid rgba(255,255,255,0.3);
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.5s;
}
.xtremex-hoverbox.pink_orange > .widget_black-studio-tinymce{
  	/*border-image: linear-gradient(to bottom, #E91B6B, #D8A561) 1;*/
}
.xtremex-hoverbox.blue_yellow > .widget_black-studio-tinymce{
  	/*border-image: linear-gradient(to bottom, #2BB2C2, #58BA50) 1;*/
}
.xtremex-hoverbox:hover > .widget_black-studio-tinymce{
	visibility: visible;
	opacity: 1;
}

/*Page builder feature-icon-box */
.feature-icon-box {
	border-radius: 20px;
	overflow: hidden;
}
.feature-icon-box .widget_sow-image{
	padding: 3vw;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #F0F0F0;
	transition: all 0.3s ease;
	margin-bottom: 0px !important;
}
.feature-icon-box .widget_sow-image:hover{
	background-color: #2C2F85;
}
.feature-icon-box .textwidget{
	padding: 30px;
	border:1px solid rgba(244, 111, 36, 0.4);
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

/*Page Builder Custom Blocks*/
.orange-border-box{
	border: 5px solid #F68821;
	padding: 30px;
	box-sizing: border-box;
}
.member-block{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 20px;
	overflow: hidden;
}

/*Gradient Border styles*/
.blue_yellow_line, .pink_orange_line, .pink_grey_line{
	position: relative;
}

.blue_yellow_line:before, .pink_orange_line:before, .pink_grey_line:before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
}
.blue_yellow_line.bottom_line:before, .pink_orange_line.bottom_line:before, .pink_grey_line.bottom_line:before{
	top: auto;
	bottom: 0;
}


/*Home section*/

.blue_yellow_top_line, .pink_orange_top_line, .pink_grey_top_line{
	position: relative;
}

.blue_yellow_top_line:before, .pink_orange_top_line:before, .pink_grey_top_line:before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
}
.blue_yellow_top_line:before, .blue_yellow_line:before{
	background: #20B0DC;
	background: linear-gradient(90deg, rgba(32, 176, 220, 1) 0%, rgba(89, 185, 76, 1) 100%);
}
.pink_orange_top_line:before, .pink_orange_line:before{
	background: #EA176B;
	background: linear-gradient(90deg, rgba(234, 23, 107, 1) 0%, rgba(228, 180, 119, 1) 100%);
}
.pink_grey_top_line:before, .pink_grey_line:before{
	background: #F0354A;
	background: linear-gradient(90deg, rgba(240, 53, 74, 1) 0%, rgba(206, 206, 206, 1) 100%);
}
.small_line:before{
	height: 4px;
}

/*page builder Banner*/

.gallerySlider{
	
}
.gallerySlider .slick-list{
	display: block;
	justify-content: center;
}
.gallerySlider .slick-track{
	margin: 0 auto;
}
.gallery_Slide{
	padding: 0px 1vw;
}
.gallery_Slide_Wrap{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
	border:1px solid transparent;
	transition: all ease 0.3s;
}
.gallery_Slide_thumb{
	width: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: all ease 0.3s;
	position: relative;
}
.gallery_Slide_thumb:after{
	content: "	";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 75%);
}
.gallery_Slide_Wrap:hover .gallery_Slide_thumb{
	transform: scale(1.1);
}
.gallery_Slide_Wrap:hover {
	border:1px solid #656868;
}
.gallery_Slide_title{
	position: absolute;
	box-sizing: border-box;
	padding: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all ease-out 0.6s;
	color: #fff;
}
.gallery_Slide_title .fa{
 	color: #ED1C24;
}
.text-align-center{
	text-align: center;
}
.gallery_Slide_link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0px solid #000;
	transition: all ease-in 0.2s;
}
.gallery_Slide_Wrap:hover .gallery_Slide_link{
	border: 10px solid #000;
}

.galleryPostSlider .gallery_Slide_title{
	opacity: 0;
	filter: blur(10px);
	transform: translateY(-40px);
}
.galleryPostSlider .gallery_Slide_Wrap:hover .gallery_Slide_title{
	opacity: 1;
	filter: blur(0px);
	transform: translateY(0px);
}

.dark_blue_gradient_bg{
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(47, 54, 84, 1) 100%);
}
.x_small_bottom{
	position: absolute;
	bottom: 0;
	right:0;
	max-width: 20%;
}
.x_large_bottom{
	position: absolute;
	bottom: 0;
	right:0;
	max-width: 24%;
}
.parallax-icon{
	transition: transform 0.1s ease-out;
}

/*Clip Text*/
.h1.cliptext{
	font-size: 2000%;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0px;
	padding: 0px;
	color: #000;
	font-family: "Oswald", sans-serif;
	
}
.backgroundclip > .textwidget{
	mix-blend-mode: lighten;
	background-color: #fff;
}

.partner-logo{
	padding: 0px 2vw;
}

/*Testimonial Shortcode*/
.testimonial_shortcode_wrap{
	padding:3% 0;
	margin:0 auto;
	text-align:left;
}
#wrap .slick-slide.testimonial_item{
	padding:1vw;
	box-sizing: border-box;
	display: flex;
}
.testimonial_wrap{
	display: block;
	box-sizing: border-box;
	padding: 7%;
	border-radius: 0px;
	border: 1px solid #000;
	transform: translateY(0);
	transition: all ease-out 0.3s;
	background-color: #000;
	color: #fff;
}
.testimonial_item:hover .testimonial_wrap{
	transform: translateY(-10px);
}
.client_stars{
	color: #FFA52A;
}
.client_info_wrap{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding-top: 20px;
}
.client_photo{
	width: 80px;
	padding-bottom: 80px;
	border-radius: 100px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.testimonial_item:hover .client_photo{
	animation: pulse 1s ease infinite alternate; 
}
.client_info{
	text-align: right;
	padding-right: 15px;
}
.client_info p{
	padding: 0px;
	line-height: 1;
}
p.client_name{
	font-weight: 600;
	padding-bottom: 5px;
	color: #fff;
}
.client_position{
	font-size: 14px;
	font-style: italic;
}

#wrap .testimonial_shortcode_wrap .slick-dots{
	text-align:center;
}

.client_stars {
  display: inline-flex;
  gap: 5px;
  cursor: pointer;
  padding-bottom: 15px;
}

/* Hover on container triggers animation */
.testimonial_item:hover .client_stars > i {
  animation: pulse2 0.6s ease-in-out infinite;
}

/* Delay each star for one-by-one effect */
.testimonial_item:hover .client_stars > i:nth-child(1) {
  animation-delay: 0s;
}
.testimonial_item:hover .client_stars > i:nth-child(2) {
  animation-delay: 0.1s;
}
.testimonial_item:hover .client_stars > i:nth-child(3) {
  animation-delay: 0.2s;
}
.testimonial_item:hover .client_stars > i:nth-child(4) {
  animation-delay: 0.3s;
}
.testimonial_item:hover .client_stars > i:nth-child(5) {
  animation-delay: 0.4s;
}

/* Pulse animation */
@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}


@keyframes ripple-loader {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
	75% {
    width: 35px;
    height: 35px;
    opacity: 0;
  }
}


/**************************
###########################
****************************/
/*Animations*/
.animation, .animateAfterLoad{
	opacity:0;
	-webkit-opacity:0;
	transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
	transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
}
.animation.in-view, .animateAfterLoad.in-view{
	opacity:1;
	-webkit-opacity:1;
}
/*Slide Top*/
.animation.slide-up, .animateAfterLoad.slide-up{
	transform:translateY(50px);
	-webkit-transform:translateY(100px);
}
.animation.slide-up.in-view, .animateAfterLoad.slide-up.in-view{
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
/*Slide Left*/
.animation.slide-left{
	transform:translateX(50px);
	-webkit-transform:translateX(100px);
}
.animation.slide-left.in-view{
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
/*Slide Right*/
.animation.slide-right{
	transform:translateX(-50px);
	-webkit-transform:translateX(-100px);
}
.animation.slide-right.in-view{
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
}
/*Slide Bottom*/
.animation.slide-down{
	transform:translateY(-50px);
	-webkit-transform:translateY(-100px);
}
.animation.slide-down.in-view{
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
.delay_2nd{
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.delay_3rd{
	transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
}
.delay_4th{
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.delay_5th{
	transition-delay:0.7s;
	-webkit-transition-delay:0.7s;
}

/*Custom Animations*/
.pulse {
    animation: pulse 0.5s linear infinite;
 }
@keyframes pulse {
   0% { transform: scale(1); }
   50% { transform: scale(1.15); }
   100% { transform: scale(1); } 
} 

 .flash {
  animation: flash 500ms ease infinite alternate;
}
@keyframes flash {
	from { opacity: 1; }	
	to { opacity: 0; }
}
.spin {
  animation: spin 1s infinite linear;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.elastic-spin {
  animation: elastic-spin 1s infinite ease;
}
@keyframes elastic-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(720deg); }
}

.hithere {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.bounce {
  animation: bounce 1s ease-out infinite alternate;
}
@keyframes bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.shake {
  animation: shake 2s ease infinite;
}
@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.flip {
	backface-visibility: visible !important;
	animation: flip 2s ease infinite;
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.swing {
	transform-origin: top center;
	animation: swing 2s ease infinite;
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.wobble {
  animation: wobble 2s ease infinite;
}
@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.bounce-in-right {
  animation: bounce-in-right 2s ease infinite alternate;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

.gelatine {
  animation: gelatine 0.5s infinite;
}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}



/*##INTERNAL##*/
#darkBg{
	background-color:#000;
	color:#fff;
}
#darkBg a{
	color:#fff;
}
#darkBg a:hover{
	color:#95fc3b !important;
}

/*Grid Hover Shining Effect*/
.imageLink{
	position: relative;
}
.imageLink::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.imageLink:hover::before {
	animation: shine ease .6s;
}
@keyframes shine {
	100% {
		left: 150%;
	}
}


/*blog page template*/
.blog_page{
	padding:0;
	margin:0 -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.productList .blog_page{
	margin: 0 -1vw;
}
.blog_holder{
	width:33.33%;
	padding:1vw;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.blog_data_wrap{
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
	padding: 20px;
	border: 1px solid;
  	border-image-slice: 1;
  	border-width: 1px;
	border-image-source: linear-gradient(0deg, rgba(255,255,255,0) 0%,  rgba(255,255,255,0.3) 40%);
}
.blog_img, .blog_data{
	width: 100%;
}
.blog_img{
	overflow:hidden;
	border-radius: 0;
}
.blog_img a{
	display:flex;
	height: 100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:55%;
	width:100%;
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
}

.blog_data_wrap:hover .blog_img a{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.blog_img a img{
	display:block;
	visibility:hidden;
}
.blog_data{
	padding:1vw 0;
	box-sizing: border-box;
	bottom: 0;
	transition:all ease 0.4s;
}
.blog_data_wrap:hover .blog_data{
	bottom: 3vw;
}
.blog_data .post_date{
}
.blog_data .blog_title{
	padding:15px 0px 30px;
}
.blog_data .blog_title .blog_title_link{
	text-decoration:none !important;
}
.blog_data_wrap:hover .blog_title a{
	
}
.blog_data .blog_excerpt{
	padding:0px;
}
.blog_data .button{
	margin: 0px;
	white-space: nowrap;
}




/*Single Blog Post*/
.post_links {
	text-align: left;
	display: table;
	width: 100%;
}
.post_link {
   display: table-cell;
   vertical-align: middle;
	width: 33.33%;
	padding: 0 5px;
}
.post_link.previous_post {
    text-align: right;
}
.post_link.next_post {
    text-align: left;
}

.PostTitle{
	max-width: 85%;
	margin:0 auto 2.5%;
	text-align: center;
}
.PostImg{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-bottom:30px;
}
.PostImg img{
	width: 100%;
	display:block;
}
.post_title{


}
.postInfo{
	text-align: left;
	padding-bottom: 15px;
}
.postCat{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.postCat li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.post_date{
	display:block;
}
.post_nav{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0px 0px 30px;
	font-family: "Oswald", sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:1;
}
.post_nav_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0px 0px 15px;
}
.post_nav_cell a{
	text-transform:none;
	text-decoration:none !important;
}
.post_nav_cell a:hover{
	text-decoration:none !important;
}
.post_nav_cell.left_cell{
	text-align: left;
}
.post_nav_cell.right_cell{
	text-align: right;
}
.post_nav_cell.left_cell a, .post_nav_cell.right_cell a{
	
}

/*Related Posts*/
.relatedPosts{
	padding: 5% 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}
.relatedPosts .related_title{
	text-align: center;
	padding-bottom: 30px;
}

/*Top bar*/
.topbar{
}
.topbar ul{
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}
.topbar ul li{
	margin:0px;
	padding:2px;
	display:inline-block;
	position:relative;
}
.topbar ul li:after{
	content:"";
	display:block;
	height:16px;
	border-right:1px solid rgba(0,0,0,0.5);
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right:0;
	position:absolute;
}
.topbar ul li:last-child:after{
	display:none;
}
.topbar ul li a{
	display:block;
	padding:5px 15px;
	border:none;
	text-decoration:none;
	text-transform:none;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.topbar ul li a:hover{
	text-decoration:underline;
}
.topbar ul li.current a{
}

/*Pagebuilder Box Styles*/
.white-box{
	background-color: #fff;
	box-sizing: border-box;
	padding: 2vw;
	box-shadow: 2px 3px 40px 3px rgba(0,0,0,0.1);
	border-radius: 20px;
	overflow: hidden;
}
.white-box.no_padding{
	background-color: #fff;
	box-sizing: border-box;
	padding: 0vw;
	box-shadow: 2px 3px 40px 3px rgba(0,0,0,0.1);
	border-radius: 20px;
}

/*Archive page*/
.ItemWrap{
	padding:0px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,0.2);
	position: relative;
}
.ItemThumbWrap{
	padding: 0px;
}
.ItemThumb{
	display: block;
	width: 100%;
	padding-bottom: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	transition: all ease 0.5s;
	position: relative;
	z-index: 0;
}
.ItemDataWrap{
	background-color: #D9D9D9;
	color: #000;
	padding: 15px;
	text-align: center;
	transition: all ease 0.3s;
	position: relative;
	z-index: 2;
}
.ItemWrap:hover .ItemDataWrap{
	background-color: #FF6B00;
	color: #fff;
}
.ItemWrap:hover .ItemThumb{
	transform: scale(1.1);
}
.ItemDataWrap .ItemTitle{
	padding: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.ItemLink{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}


/***Responsive Iframe***/
.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width:100% !important;
}
/*Conatct form Coulmns*/
.form_half_col, .form_full_col{
	padding:0px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	text-align:left;
	margin-bottom:25px;
}
.form_half_col{
	width:50%;
}
.form_full_col{
	width:100%;
	text-align:left;
}

/*Counter*/
.countertext:hover .sow-headline, .countertext:hover .sow-headline a{
	color: #0076BD !important;
	transition: all ease 0.5s;
}
/************************************************
*	7.	Content 					     	    *
************************************************/
/**Breadcrumbs**/
#breadcrumbs{
	text-align:center;
	text-transform:uppercase;
	padding-bottom:5%;
	font-size: 12px;
}


.content {
	max-width: 1720px;
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px 5vw;
	position: relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index:2;
	}
.content.no-padding{
	padding:0px;
}
.content.small{
	max-width: 1100px;
}
.content.medium{
	max-width: 1400px;
}
.content.wide{
	max-width: 1920px;
}
.content.full{
	max-width: 100%;
}
.content.no-thumb, .no-thumb {
	/*padding-top: 105px;*/
	}
.article {
	display: block;
	}
.blog-holder,
.archive-holder {
	background: #f9f9f9;
	position: relative;
	margin-bottom: 48px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
.blog-holder .article,
.archive-holder .article {
	padding: 24px 36px;
	}
.postarea {
	padding: 64px 24px 64px 0px;
	}
.postarea.right {
	padding: 64px 0px 64px 24px;
	}
.postarea.full {
	margin: 0px auto 0px;
	padding: 40px 0px;
	}
.postarea.no_padding{
	padding:0px;
}
.postarea.no_top_padding{
	padding-top:0px;
}
.postarea.wide {
	padding: 64px 0px;
	}
.postarea.middle {
	padding: 64px 24px;
	}
.post-meta {
	display: block;
	color: #999999;
	font-size: 0.8em;
	margin: 12px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
	}
.post-meta p {
	margin: 0px;
	padding: 0px;
	}
.post-meta .align-left,
.post-meta .align-right {
	max-width: 50%;
	}
.blog-holder .post-meta,
.archive-holder .post-meta {
	padding: 12px 24px;
	margin: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
.post-edit-link {
	display: inline-block;
	margin: 12px 0px;
	}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	}
.author-posts {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	}
.author-posts li {
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
.archive-column {
	float: left;
	font-size: 0.9em;
	width: 30%;
	margin: 0px;
	padding-right: 5%;
	}
.archive-column.last {
	padding-right: 0;
	}
.wp-audio-shortcode {
	margin: 12px 0px;
	}
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6 {
	color: #ffffff;
	color: rgba(255, 255, 255, 1);
	}
.text-white p, .text-white blockquote, .text-white {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
	}
.sticky {
	display: block;
	position: relative;
	}
.post_info {
	max-width:400px;
	margin:15px auto 0px;
	display: block;
	position: relative;
	text-align:center;
	border-top:1px solid rgba(0,0,0,0.2);
	color:rgba(0,0,0,0.6);
	font-size:16px;
	}


/************************************************
*	9.	Social Media   							*
************************************************/

.social-icons {
	display:block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	}
.social-icons span {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	}
.social-icons span:first-child{
	padding-left:0px;
}
.social-icons span:last-child{
	padding-right:0px;
}
.social-icons span .fa {
	min-width: 0px;
	line-height:1;
}
.social-icons span a {
	font-size:24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	color: #1A1818;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-radius:3px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transform: scale(1);
	transition: all ease 0.3s;
}

.social-icons span a:hover {
	transform: scale(1.2);
}

/************************************************
*	10.	Pagination 	  		      		     	*
************************************************/

.pagination {
	float: none;
	display: block;
	width: 100%;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 0;
	margin: 40px 0px 0px;
	padding:40px 0px 0px;
	position: relative;
	z-index: 9;
	border-top:1px solid rgba(255,255,255,0.1);
	}
.pagination .page-numbers {
	display: inline-block;
	font-size:26px;
	text-decoration: none;
	margin: 0px;
	padding: 0px 7px;
	line-height:1;
	position:relative;
	opacity:0.4;
	-webkit-opacity:0.4;
	}
.pagination .page-numbers:last-child:after{
	display:none;
}
#darkBg .pagination{
	color:#fff;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	opacity:1;
	-webkit-opacity:1;
	}
.pagination .page-numbers.current {
	text-decoration:none;
	opacity:1;
	-webkit-opacity:1;
	}
.post-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.previous-post {
	float: left;
	font-size: 0.9em;
	}
.next-post {
	float: right;
	font-size: 0.9em;
	}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
	}
.page-links .link-label {
	color: #111111;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}


/************************************************
*	11.	Images  				     		    *
************************************************/

.feature-img,
.feature-vid {
	display: block;
	text-align: left;
	line-height: 0;
	margin: 12px 0 24px;
	overflow: hidden;
	}
.pagebannerWrap{
	position:relative;
}
.page-banner {
	width: 100%;
	position: relative;
	line-height:normal;
	margin: 0px;
	padding: 5% 0;
	z-index:0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 460px;
	color: #fff;
	}

.page-banner .page_title{
	display:block;
	margin:0px;
	position:relative;
}
.page-banner img {
	display:none;
	}
.page-banner .postBanner.page_title{
	padding-top:10%;
}
.page-banner-content{
	max-width: 500px;
	line-height: normal;
	padding:0px;
}
.page-banner-desc{
	
}
.pagebannerBG{
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	opacity: 1;
	background-color: #1e1e1e;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	/*filter: blur(2px); */
}

.pagebuilder-pagebanner{
	position: relative;
}
.pagebanner_bottom_shape{
	display: block;
	width: 100%;
	position: relative;
	z-index: 999;
	transform: translateY(1px);
}
.pagebannerBG:after{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.87) 5%, rgba(0, 0, 0, 0) 100%);
}
.single-post-title{
	display:block;
	margin:0px;
	padding:3vw 0px;
}
.pageBannerBox{
	max-width: 500px;
	width: 95%;
}
.pagebannerDesc{
	margin-top: 5%;
	padding-top: 5%;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.orange-box-padding{
	padding: 10%;
	min-height: 300px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
/*404 page*/
body.error404 #wrap{
	width:100%;
	display:table;
}
.error404 .feature-img.page-banner{
	background:none !important;
}
.page-banner .headerImg{
	max-width:600px;
	margin:150px auto 0;
	width:75%;
}
.errorpage_bottom_shape{
	display: table-row;
  	height: 1px;
	width:100%;
}
.errorpage_bottom_shape img{
	display:block;
	width:100%;
}

.blog-holder .feature-vid,
.archive-holder .feature-vid,
.blog-holder .feature-img,
.archive-holder .feature-img {
	margin: 0px;
	}
.avatar {
	background: #FFFFFF;
	margin: 10px 20px 10px 0px;
	padding: 6px;
	}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
	}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	}
img.aligncenter {
	display: block;
	margin: 6px auto 6px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 6px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
	}
img.alignleft {
	display: inline;
	padding: 0px;
	margin: 12px 24px 12px 0px;
	}
.aligncenter {
	display: block;
	margin: 6px auto 6px;
	}
.alignright {
	float: right;
	margin: 6px 0px 6px 24px;
	}
.alignleft {
	float: left;
	margin: 6px 24px 6px 0px;
	}
.wp-caption {
	background: #eeeeee;
	max-width: 100%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px 6px;
	border-radius: 3px;
	}
.wp-caption img {
	max-width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	}
.wp-caption p.wp-caption-text {
	display: block;
	font-size: 0.85em;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	12.	Portfolio 								*
************************************************/

.portfolio-wrap {
	margin-left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	}
#portfolio-filter {
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
#portfolio-filter li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#portfolio-filter li a {
	display: inline-block;
	color: #999999;
	font-size: .9em;
	text-decoration: none;
	margin: 0px;
	padding: 12px;
	}
#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
	background: rgba(0, 0, 0, 0.04);
	color: #111111 !important;
	}
#portfolio-filter li:last-child a {
	margin-right: 0px;
	}
#portfolio-list {
	margin: 0px;
	padding: 0px;
	}
.portfolio {
	background: #FFFFFF;
	}
.portfolio .portfolio-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.portfolio .post-holder {
	background: #F9F9F9;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
.portfolio-item.single .post-holder {
	margin: 12px;
	}
.portfolio-half .post-holder,
.portfolio-third .post-holder {
	margin: 12px;
	padding: 0px;
	}
.portfolio-item .feature-img,
.portfolio-item .feature-vid {
	margin: 0px;
	}
.portfolio .excerpt {
	padding: 24px 36px;
	}
.portfolio-half .excerpt,
.portfolio-third .excerpt {
	display: block;
	padding: 12px 24px;
	}
.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
	float: left;
	}
.portfolio-item.single .excerpt {
	background: #F9F9F9;
	padding: 36px;
	}
.portfolio-item.single .more-link {
	margin-bottom: 0px;
	}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
  	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	}

/************************************************
*	13.	WordPress Gallery					    *
************************************************/

.gallery {
	margin: 0px -1.5vw !important;
	padding: 0px;
	overflow: hidden;
	}
.gallery br{
	display: none !important;
}
.gallery-item {
	margin: 0px !important;
	box-sizing: border-box;
	padding: 1vw;
	}
.gallery-icon {
	line-height: 0;
	margin: 0;
	}
.gallery-icon img {
	display: block;
	background: #ffffff;
	padding: 0px;
	margin:0px auto;
	border: none;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 0px;
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	padding: 10px 0px;
	text-align: left;
	}

.gallery-columns-3 .gallery-item{
	width:33.33% !important;
}
.gallery-columns-4 .gallery-item{
	width:25% !important;
}
.gallery-columns-5 .gallery-item{
	width:20% !important;
}

/*Gallery Widget*/
.gallery-icon{
	/*border: 1px solid #f0f0f0;*/
}

/************************************************
*	14.	Sidebar 	        		    	    *
************************************************/

.sidebar {
	margin: 0px;
	padding: 0px 0px 0px 24px;
	}
.sidebar.left {
	padding: 0px 24px 0px 0px;
	}
.sidebar h6, .footer h6 {
	margin-bottom: 12px;
	padding-bottom: 0px;
	border-bottom: none;
	}
.sidebar h6{
	border-bottom:1px solid #111;
	padding:0px 0px 10px;
}
.footer h6 {
	font-size:15px;
}

/************************************************
*	15.	Widgets									*
************************************************/

.sidebar .widget {
	margin-bottom: 24px;
	padding: 0px;
	}
.sidebar .widget ul, .sidebar .widget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget li {
	display: block;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	}
.sidebar .widget li:last-child {
	padding-bottom: 6px;
	}
.sidebar .widget li li {
	padding-left: 12px;
	display:block;
	list-style-type:none;
	}
.sidebar .widget li li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	}
.sidebar .widget li a {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	}
.sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}
.tagcloud {
	line-height: 1.2;
	}

/************************************************
*	16.	RSS Widget								*
************************************************/

.widget h6 a.rsswidget {
	display: inline;
	}
.widget a.rsswidget {
	display: block;
	}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 12px;
	}

/************************************************
*	17.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar #today {
	background: #f4f4f4;
	background: rgba(0, 0, 0, .08);
	color: #111111;
	font-weight: bold;
	}
#wp-calendar a {
	margin: 0px;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
	}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
	}

/************************************************
*	18.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
	float: none;
	}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	background: none;
	}
.widget ul.menu li a {
	display: block;
	background: none;
	height: auto;
	text-transform:none;
	text-shadow: none;
	line-height:normal;
	margin: 6px 0px;
	padding: 0px;
	}
.widget ul.menu li a:hover {
	background: none;
	text-decoration: none;
	}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.widget ul.menu li:last-child {
	border-bottom: none;
	}
.widget ul.menu li span {
	top: 1px;
	right: 0px;
	}
.widget ul.menu li ul.sub-menu {
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	z-index: 9;
	box-shadow: none;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.widget ul.menu li ul.sub-menu li a {
	padding-left: 12px;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}

/************************************************
*	19.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
}
#searchform:after{
	content:" ";
	display:block;
	clear:both;
}
#searchform label {
	display: none;
	}
#searchform .search-field,
#searchform #s {
	float: left;
	background: #ffffff;
	color: #999999;
	width: 65%;
	height: 36px;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 2px solid rgba(0, 0, 0, .4);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.sidebar.left #searchform .search-field,
.sidebar.left #searchform #s {
	width: 62%;
	}
#searchsubmit {
	float: right;
	background: #ffffff;
	color: #666666;
	width: 35%;
	font-size: 1em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 10px !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.widget_search {
	overflow: hidden;
	}

/************************************************
*	20.	Footer  								*
************************************************/
/*Footer*/
#footer {
	margin: 0px auto 0px;
	padding:0px;
	overflow: visible;
	width:100%;
	background-size:cover;
	background-position:top center;
	position:relative;
	font-size: 14px;
}
.footerGraphics{
	position:absolute;
	left:0;
	top:50%;
	width:25%;
	transform:translate(-10%,-50%);
	-webkit-transform:translate(-10%,-50%);
	z-index:0;
}
#footer p {
	margin: 0px;
	}
#footer hr{
	background-color:rgba(255,255,255,0.5);
}
#footer a {
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
}
.footer_widget {
	padding: 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	max-width:400px;
	}
.footer_widget .logo{
	max-width:200px;
	display:block;
}
.footer_widget_box{
	padding-bottom:20px;
}
.footer_widget_box:last-child{
	padding-bottom:0px;
}
.footerTable{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:6% 0;
	position:relative;
	z-index:1;
}
.footerTableCell{
	display:table-cell;
	vertical-align:bottom;
}
.footerWidgetCell{
}
.footerCopyWrap{
	display: block;
}
.footer_copy{
	display:block;
	text-transform:none;
}

.footerLinksWrap{
	display:block;
	font-size:0px;
}
.footerLinksWrap a{
	padding:0px 10px;
	position:relative;
	display:inline-block;
}
.footerLinksWrap a:after{
	content:" ";
	display:inline-block;
	position:absolute;
	right:0;
	height:15px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	border-right:1px solid rgba(255,255,255,0.35);
}
.footerLinksWrap a:last-child:after{
	display:none;
}
.footerLinksWrap a:first-child{
	padding-left:0px;
}
.footerLinksWrap a:last-child{
	padding-right:0px;
}
#footer ul{
display: block;
margin: 0;
padding: 0;
}
#footer ul li{
list-style-type: none;
}
#menu-footer-menu{
	padding: 0;
	margin: 0;
}
#menu-footer-menu li{
    display:block;
    width: auto;
    padding: 5px 0px;
	margin: 0;
    position: relative;
}
#menu-footer-menu li a{
	display: inline-block;
    text-transform: none;
}

/*Footer Social*/
#footer .social-icons span a{
	font-size:24px;
}
#footer .social-icons span a:hover{
	text-decoration: none !important;
}
/*Footer Menu*/
.widget_nav_menu ul.menu{
	display:block;
	padding:0px;
	margin:0;
}
.widget_nav_menu ul.menu li{
	display:inline-block;
	padding:5px 0px;
	width:96%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align:top;
}
.widget_nav_menu ul.menu li a{
	display:block;
	color:#000;
	font-weight:500;
	text-transform:none;
	margin:0px;
}
.widget_nav_menu ul.menu li.current-menu-item a{
	font-family: "Montserrat", sans-serif;
}
.widget_nav_menu ul.menu li a:hover{
}

/*Scroll to top*/
.scrollToTop{
	display:none;
	align-items: center;
	justify-content: center;
	width:35px;
	height:35px;
	font-size: 22px;
	border:none;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
	margin-top:0px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	background-color: #FF6B00;
	color: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.scrollToTop.scrolled{
	display:flex;
}

/************************************************
*	21.	Comments								*
************************************************/

#author, #email, #url {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comment {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comments {
	background: #F9F9F9;
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
#comments-title {
	font-size: 2em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	}
.comment:after {
	content: "";
	display: table;
	clear: both;
	zoom: 1;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform #submit {
	background: none;
	font-size: 1em;
	padding: 8px 12px !important;
	}
#commentform textarea {
	width: 96% !important;
	padding: 2%;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
#respond {
	padding-top: 20px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit #submit {
	margin-top: 0px !important;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.nocomments {
	display: none;
	}
.edit-link {
	float: right;
	margin-top: 12px;
	}
.reply {
	float: left;
	margin: 6px 0px;
	}
.reply a, .reply a:visited {
	margin: 0px !important;
	padding: 4px 12px !important;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.form-allowed-tags {
	display: none;
	}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	22.	Buttons  								*
************************************************/

a.button, #submit, .button, button, input[type="submit"],
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-donate-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce div.product form.cart .button,
.woocommerce button.button.alt.disabled{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index:1;
	font-family: "Montserrat", sans-serif;
	font-size:20px;
	color: #fff !important;
	font-weight:600;
	text-align:center;
	letter-spacing:0px;
	line-height:1;
	margin: 10px 0px 0px;
	padding: 15px 20px;
	border-radius: 0px;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	text-decoration:none;
	text-transform:none;
	/*overflow:hidden;*/
	box-shadow:none;
	-webkit-box-shadow:none;
	cursor:pointer;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	background-color:#4fa700;
	}
/*.button:after{
	content: "\f061";
	display: block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-left: 10px;
	transition:all ease 0.5s;
	transform: rotate(-45deg) translateY(3px)
}
.button:hover:after{
	transform: rotate(0deg) translateX(5px);
	
}*/
a.button:hover, #submit:hover, .button:hover, button:hover, input[type="submit"]:hover, 
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-donate-button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce div.product form.cart .button:hover{
	color: #fff !important;
	background:#ff9600;
}
.button.small{
	padding: 8px 15px;
	font-size: 12px;
}
.button.white{
	background-color:#fff;
	color: #000 !important;
}
.button.white:hover{
	background-color:#FFCF1C;
	color:#000 !important;
}
.button.black{
	background-color:#000;
	color: #fff !important;
}
.button.black:hover{
	background-color:#FFCF1C;
	color:#000 !important;
}
.button.blue{
	background-color:#2C2F85;
	color: #fff !important;
	border: 1px solid #2C2F85;
}
.button.blue:hover{
	background-color:#F46F24;
	color:#fff !important;
	border: 1px solid #F46F24;
}

.button.full{
	width: 100%;
	display: flex;
}
.button.outline, button.outline{
	background-color:transparent;
	color: #F46F24 !important;
	border: 1px solid #F46F24;
}
.button.outline:hover, button.outline:hover{
	background-color:#F46F24;
	color:#fff !important;
}
.button.outlinewhite, button.outlinewhite{
	background-color:transparent;
	color: #fff !important;
	border: 1px solid #fff;
}
.button.outlinewhite:hover, button.outlinewhite:hover{
	background-color:#fff;
	color:#232323 !important;
}
.buttonFull{
	display: block;
	width: 100%;
}
.button .x-style{
	color: #000 !important;
	transition: all ease 0.3s;
}
.button:hover .x-style{
	color: #ED1C24 !important;
}
.button:hover .xperience-style{
	color: #fff !important;
}

.link-button{
	display:inline-block;
	font-family: "Montserrat", sans-serif;
	font-size:20px;
	font-weight:600;
	padding:6px 0px 6px 0px;
	margin:0px;
	border-top:none;
	border-right:none;
	border-left:none;
	background:none;
	position:relative;
	text-transform:capitalize;
	text-decoration:none;
	line-height:1;
}
.link-button:after{
	content: " ";
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #ED1C24;
}
.link-button:hover{
	text-decoration:none;
	color: #ED1C24;
}


/*woocommerce buttons*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	 font-size: 14px;
	 padding: 10px;
}
.woocommerce button.button.alt.disabled{
	opacity: 0.5;
	cursor: not-allowed;
}
.woocommerce button.button.alt.disabled:hover{
	background-color:#4fa700 !important;
	cursor: not-allowed;
}

/************************************************
*	23. Tables		 							*
************************************************/

table {
	background:none;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
.widget table {
	margin: 0px;
	}
table thead,
table tfoot {
	border: 1px solid #eee;
	}
table thead th,
table tfoot td {
	border: none;
	}
table th {
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border: 1px solid #eee;
	}
table td {
	padding: 10px;
	margin: 0px;
	border: 1px solid #eee;
	}
.no-border th, .no-border td{
	border: none !important;
}
/************************************************
*	24. Forms									*
************************************************/
.container .ginput_complex .ginput_right br,
.container .gform_footer br {
	display: none;
	}
form {
	display: block;
	}
form ul li {
	list-style: none;
	padding: 0px;
	}
form fieldset {
	padding:0px;
	border:none;
}
form legend {
	font-weight: bold;
	padding-top: 10px;
	}
form label {
	margin-top: 15px;
	display:block;
	}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'],
form input[type='search'],
form textarea,
form select{
	display: block;
	background-color:transparent;
	color:#000;
	font-family: "Montserrat", sans-serif;
	line-height:1;
	margin: 10px 0px;
	padding:10px;	
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 18px;
	font-weight:400;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'],
form select {
	width: 100%;
	}
form textarea {
	width: 100% !important;
	}
form input[type='checkbox'],
form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
form select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-image:url(images/select.png);
	background-repeat:no-repeat;
	background-position:97% center;
	line-height: 1.2;
	}

::-webkit-input-placeholder {
	color: #000;
	opacity:0.8;
	-webkit-opacity:0.8;
}
::-moz-placeholder { 
	color: #000;
	opacity:0.8;
	-webkit-opacity:0.8;
}
:-ms-input-placeholder { 
	color: #000;
	opacity:0.8;
	-webkit-opacity:0.8;
}
:-moz-placeholder {
	color: #000;
	opacity:0.8;
	-webkit-opacity:0.8;
}

.dark-theme form input[type='url'],
.dark-theme form input[type='tel'],
.dark-theme form input[type='email'],
.dark-theme form input[type='text'],
.dark-theme form input[type='password'],
.dark-theme form input[type='number'],
.dark-theme form input[type='search'],
.dark-theme form textarea,
.dark-theme form select{
	color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
}
.dark-theme ::-webkit-input-placeholder {
	color: #fff;
	opacity:0.8;
	-webkit-opacity:0.8;
}
.dark-theme ::-moz-placeholder { 
	color: #fff;
	opacity:0.8;
	-webkit-opacity:0.8;
}
.dark-theme :-ms-input-placeholder { 
	color: #fff;
	opacity:0.8;
	-webkit-opacity:0.8;
}
.dark-theme :-moz-placeholder {
	color: #fff;
	opacity:0.8;
	-webkit-opacity:0.8;
}


/*formidable*/
.frm_submit:before{
	content:" ";
	display:block;
	clear:both;
	width:100%;
}
.frm_submit{
	margin-top:6px;
	display:block;
	width:100%;
	float:none;
}
#frm_field_10_container::before {
    content: " ";
    display: block;
    clear: both;
}
.frm_error{
	font-size:16px;
	color:#F00;
}
.frm_error_style{
	color:#F00;
}

/***Forminator***/
.hide-label .forminator-label {
 	display: none;
 }
.forminator-row{
	margin-bottom: 0px !important;
}
.forminator-error-message{
	font-size: 14px;
	color: #FF0000;
}
#wrap .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .forminator-no-margin .forminator-col{
	margin-bottom: 0px;
}
.forminator-response-message.forminator-error > ul{
	display: none;
}
.forminator-checkbox__wrapper{
	display: flex;
	align-items: center;
}


#wrap .iti{
	display: block;
}
#wrap .iti input, #wrap .iti input[type=tel], #wrap .iti input[type=text]{
	margin: 10px 0 !important;
}

.signup_form input[type='email']{
    margin: 0px;
    text-align: center;
}
.signup_form .frm_submit{
    margin: 20px 0 0;
    padding: 0px;
}
.signup_form .frm_submit .frm_button_submit{
    border-radius: 0px;
    margin: 0px;
}
.signup_form .frm_form_fields .frm_fields_container{
    grid-gap:0px;
}



/************************************************
*	25.	CSS3 Styles								*
************************************************/

a{
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
#submit, #searchsubmit {
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
.shadow {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
@keyframes "spin" {
	 from {
	    -webkit-transform: rotate(0deg);
	   	-moz-transform: rotate(0deg);
	   	-o-transform: rotate(0deg);
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	    -webkit-transform: rotate(359deg);
	   	-moz-transform: rotate(359deg);
	   	-o-transform: rotate(359deg);
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-moz-keyframes spin {
	 from {
	   	-moz-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-moz-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-webkit-keyframes "spin" {
	 from {
	   	-webkit-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-webkit-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-o-keyframes "spin" {
	 from {
	  	 -o-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-o-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
/*Editor Custom Classes*/
.small_headline{
	font-weight: 700;
	font-size: 14px;
}
.underline_green{
	padding-bottom: 2px;
	border-bottom: 2px solid #3db4b9;
}

/*Warren Work categories Page*/
.workCategories{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px -1vw;
}
.workCategoryItem{
	display: block;
	width: 33.33%;
	box-sizing: border-box;
	padding: 1vw;
}
.workCategoryItemWrap{
	position: relative;
	text-align: center;
}
.workCategoryImage{
	display: block;
	width: 100%;
	overflow: hidden;
}
.workCategoryImage img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all ease-in-out 0.4s;
}
.workCategoryName{
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	transition: all ease-in-out 0.4s;
}
.workCategoryName a{
	color: #fff !important;
}
.workCategoryItemWrap:hover .workCategoryName{
	background-color: rgba(0,0,0,0.7);
}
.workCategoryItemWrap:hover .workCategoryImage img{
	transform: scale(1.1);
}
/************************************************
*	26.	WooCommerce	 				     	    *
************************************************/
/*Shop*/


.ShopMenu{
	width: 100%;
	display: block;
	margin: 4vw 0 0 0;
	padding: 20px;
	background-color: #232323;
	text-align: center;
}
.ShopMenu li{
	display: inline-block;
	padding: 0px 10px;
}
.ShopMenu li a{
	font-family: 'Bebas Neue';
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
}
.ShopMenu li.current-menu-item a{
	text-decoration: underline;
}

#ShopBlog{
	background-color: #8BC0C0;
	position: relative;
}
#ShopBlog:before{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 100%;
	height: 30vh;
	z-index: 0;
	background-color: #8BC0C0;
}
.shopLoopWrapper{
	display: block;
	clear: both;
}
.shopLoopWrapper:after{
	content: "";
	display: block;
	clear: both;
	float: none;
}
.woocommerce ul.products .product-category.categoryItem{
	width: 33.33% !important;
	margin: 0px;
	padding: 2vw;
	box-sizing: border-box;
	background-color:transparent !important;
}
.woocommerce ul.products .product-category.categoryItem > a{
	position: relative;
	display: block;
}
.woocommerce ul.products .product-category.categoryItem > a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30015756302521013) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30015756302521013) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30015756302521013) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.woocommerce ul.products{
	margin: 0 -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 25%;
	margin: 0px !important;
	padding: 15px 15px 30px;
	box-sizing: border-box;
    text-align: center;
    float: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	width: 33.33%;
}

.woocommerce ul.products li.product .price{
    font-size:18px;
    color: #4fa700;
	font-weight: 700;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .shopItemWrapper, .woocommerce-page ul.products li.product .shopItemWrapper{
	/*background-color: #8BC0C0;*/
    text-align: left;
	/*border: 1px solid rgba(0,0,0,0.3);*/
	padding: 0px;
}
.woocommerce ul.products li.product a{
	color: #000;
}
.woocommerce ul.products li.product a img{
	margin: 0px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	box-sizing: border-box;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	text-transform:uppercase;
	font-size:24px;
	color: #fff;
	padding: 1.5vw;
	line-height: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	font-weight: 600;
	padding: 10px 0px;
	margin: 0;
}
.tp-image-wrapper{
    border-radius: 10px;
    overflow: hidden;
}

/*shop page*/
.woocommerce .woocommerce-ordering{
	float:none;
	text-align:center;
	margin-bottom:50px;
}
.woocommerce .woocommerce-ordering select{
	display:inline-block;
	width:auto;
}
.woof_container_inner h4{
	font-size: 18px;
}

/*Single product*/
.wooSummeryWrapper{
	display:flex;
	align-items: flex-start;
	flex-direction: row;
}
.wooSummeryWrapper > .woocommerce-product-gallery, .wooSummeryWrapper > .entry-summary{
	float:none !important;
	display:block;
	vertical-align:top;
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
}
.wooSummeryWrapper > div.woocommerce-product-gallery{
	display: flex;
	width: 45%;
	box-sizing: border-box;
	flex-direction: column;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a{
	border: 1px solid rgba(0,0,0,0.1);
}
.woocommerce div.product form.cart .button{
	float: none;
}

.wooSummeryWrapper > div.entry-summary{
	padding-left:5vw;
	width: 55%;
	box-sizing: border-box;
}
.wooSummeryWrapper > div.woocommerce-product-gallery .flex-viewport, .wooSummeryWrapper > div.woocommerce-product-gallery .flex-control-nav{
	box-sizing: border-box;
}
.wooSummeryWrapper > div.woocommerce-product-gallery .flex-viewport{
	width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs{
	width: 100%;
	padding-right: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width: 20%;
	box-sizing: border-box;
	padding: 2px;
}

.woocommerce div.product .product_title{
	font-size: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #4fa700;
	font-size: 24px;
	font-weight: 700;
}
.woocommerce div.product form.cart table{
	border:none;
	background:none;
}
.woocommerce div.product div.images,  .woocommerce div.product div.summary{
    box-sizing: border-box;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	line-height: 1;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	margin:0px !important;
}
.woocommerce div.product .stock{
    color: #383838;
}
.woocommerce div.product form.cart div.quantity{
	float: none;
	margin-bottom: 20px;
}
.woocommerce .qty{
	font-weight: 700;
	text-transform: uppercase;
	margin:0px;
    padding-right: 0px;
}
.product_meta{
	display: none;
}

.woocommerce div.product form.cart .variations select{
	background-color:transparent;
	color:#373149;
	border:2px solid #373149;
	background-image:url(images/select-white.png);
}
.woocommerce div.product form.cart .reset_variations{
	color: #383838 !important;
}
.woocommerce-tabs.wc-tabs-wrapper{
	padding:3vw;
	position:relative;
	background-color: #f7f7f7;
	color: #000;
	margin: 0;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs{
	display:none;
}

.woocommerce-checkout-review-order-table th{
    text-align: left;
}

#tab-description{
	z-index: 2;
	position: relative;
}
section.related{
	padding:6% 0px 0%;
}
section.related > h2{
	text-align:center;
	padding:0px 0px 5%;
    font-size: 32px;
}
#wrap #pincheck_wrapper .pincheck_inner{
	padding: 0 !important;
}
/* Woocommerce Pagination */
.woocommerce-pagination:before{
    content: " ";
    display: block;
    width: 100%;
    clear: both;
}
.woocommerce-pagination{
	margin-top:50px;
}
.woocommerce nav.woocommerce-pagination ul{
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li{
	border:none;
	background:none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	background:none;
	font-size:20px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	background:none;
}

/*cart*/
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top:5px solid #fec028;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before{
	color: #fec028;
}

.woocommerce a.added_to_cart{
	padding-top:15px;
	float:right;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: 50%;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	padding:15px;
}
.cart_totals > h2{
	font-size:24px;
}
.woocommerce-checkout h3{
	font-size:24px;
}

.woocommerce-MyAccount-navigation-link.is-active{
	font-weight: 700;
	color: #539b6d;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword{
	max-width: 500px;
	margin: 0 auto;
}
.woocommerce h2 {
    display: none;
}

/************************************************
*	27.	Grid	 					     	    *
************************************************/

#wrap {
	margin: 0px auto;
	padding: 0px;
	overflow:hidden;
	width: 100%;
	box-sizing: border-box;
	}
.container {
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
	max-width:100%;
	overflow:visible;
	}
.row {
	display:block;
	width: 100%;
	margin: 0 auto;
	}
.row .row {
	min-width: 0;
	}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
	}
[class*="column"] + [class*="column"]:last-child {
	float: right;
	}

.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .fourth 	{ width: 25%; }
.row .fifth 	{ width: 20%; }

.row .half,
.row .third,
.row .fourth,
.row .fifth 	{ float: left; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }


/*Readmore Shorcode*/
.readmoreContainer{
	overflow: hidden;
}
.readmoreContainer  .moretext{
	display: none;
}
.readmoreToggleButton{
	cursor: pointer;
	font-size: 14px !important;
}
.readmoreToggleButton:after{
	content: "Read more";
}
.readmoreToggleButton.readless:after{
	content: "Read less";
}
/*Readmore Mobile only*/
.readmoreContainer.mobile-only .moretext{
	display: block;
}
.readmoreContainer.mobile-only .readmoreToggleButtonContainer{
	display: none;
}


/*Wordpress Popup*/
.wph-modal--image_left{
	position:relative;
}
.wph-modal--image{
	display:block;
	position:absolute;
	top:0;
	left:0px;
	bottom:0;
	width:55% !important;
	overflow:hidden;
	padding-right:20px;
}
.wph-modal--image img{
	height:auto !important;
	width:100% !important;
}
.wph-modal--wrap{
	float:right;
	display:block;
	padding-left:55% !important;
	width:45% !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.wph-modal .wph-modal--close {
    left: -10px;
    position: absolute !important;
    text-align:left !important;
    top: -14px;
}
.wph-modal .wph-modal--close a{
	background-color:#00a296 !important;
	color:#fff !important;
    border-radius: 40px;
    line-height: 1em !important;
    padding:30px !important;
    text-decoration: none !important;
	font-size: 20px !important;
	position: absolute;
	left: -23px;
    top: -16px;
	z-index:9999;
}
.wph-modal .wph-modal--close .i-close:before,.wph-modal .wph-modal--close .i-close:after{
    background-color: #fff;
    content: " ";
    height: 40px;
    position: absolute;
    width: 2px;
    z-index: 9999;
	top: 10px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	left: 29px;
}
.wph-modal .wph-modal--close .i-close:after{
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
.wph-modal .wph-modal--content .wph-modal--message h2{
	text-transform:uppercase !important;
	padding-bottom: 30px !important;
}
.wph-modal.wph-modal--simple .wph-modal--content .wph-modal--wrap{
	padding:50px 5% 50px 60% !important;
}
.wph-modal--message form input[type="submit"]{
	color:#00a296 !important;
	border-color:#00a296 !important;
}
.wph-modal--message form input[type="submit"]:hover{
	background-color:#00a296 !important;
	color:#fff !important;
}
/*Page builder*/
.darkOverlay{
	position:relative;
}
.darkOverlay:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.40);
	z-index:0;
}
.darkOverlay .panel-grid-cell{
	z-index:1;
}
.darkOverlay.opacity10:after{
	background-color:rgba(0,0,0,0.10);
}
.darkOverlay.opacity20:after{
	background-color:rgba(0,0,0,0.20);
}
.darkOverlay.opacity30:after{
	background-color:rgba(0,0,0,0.30);
}
.darkOverlay.opacity40:after{
	background-color:rgba(0,0,0,0.40);
}
.darkOverlay.opacity50:after{
	background-color:rgba(0,0,0,0.50);
}
.darkOverlay.opacity60:after{
	background-color:rgba(0,0,0,0.60);
}
.darkOverlay.opacity70:after{
	background-color:rgba(0,0,0,0.70);
}
.darkOverlay.opacity80:after{
	background-color:rgba(0,0,0,0.80);
}
.darkOverlay.opacity90:after{
	background-color:rgba(0,0,0,0.90);
}

.gradient-overlay-top, .gradient-overlay-bottom{
	position: relative;
}
.gradient-overlay-top .panel-grid-cell, .gradient-overlay-bottom .panel-grid-cell{
	z-index:1;
}
.gradient-overlay-top:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:0;
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 75%);
}
.gradient-overlay-bottom:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:0;
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 75%);
}

.widget-title{
    text-transform: none;
	padding-top: 0px;
}

.HideOnHome{
	display:flex;
}
body.home .HideOnHome{
	display:none !important;
}
.HideOnInternal{
	display:none !important;
}
body.home .HideOnInternal{
	display:flex !important;
}
.panel-grid-cell-empty{
	display:block !important;
}

.ImageWidget img{
	display:block;
	width:100%;
}
.widget_media_image img{
	display:block;
	max-width:100%;
}
.overlap{
	position:relative;
	z-index:0;
}
.overlap:after{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	background-color:#fff;
	height:17%;
}
.title-over-image .so-widget-sow-image{
	position: relative;
}
.title-over-image .so-widget-sow-image .widget-title{
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.greenBg{
    background-color: #6C9A5D;
    color: #fff;
}

.border-bottom{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.border-right{
	border-right: 1px solid rgba(0,0,0,0.1);
}
.border-left{
	border-left: 1px solid rgba(0,0,0,0.1);
}

.orange-box-two{
	background: rgb(255,107,0);
    background: linear-gradient(-45deg, rgba(255,107,0,0) 5%, rgba(255,107,0,1) 5%, rgba(255,107,0,1) 95%, rgba(255,107,0,0) 95%);
	position: relative;
}
.orange-box-two:before, .orange-box-two:after{
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.orange-box-two:before{
	top: 0;
	width: 25%;
	padding-bottom: 25%;
	background-image: url("images/orangebg-flag-1.png");
	background-position: bottom left;
}
.orange-box-two:after{
	bottom: 0;
	width: 25%;
	padding-bottom: 25%;
	background-image: url("images/orangebg-flag-2.png");
	background-position: bottom left;
}
.imageHorizontalScroll{
	overflow-x: auto;
}
.imageHorizontalScroll > div{
	min-width: 1024px;
	
}
.HandSlideIndicator{
	display: none;
	position: relative;
}
.HandSlideIndicator > .fa{
	position: absolute;
	font-size: 20px;
	bottom: 0;
	left: 50%;
	animation: swipe ease 2.5s infinite;
}

@keyframes swipe{
	0%{
		transform: translateX(-60px);
	}
  	50%{
    	transform: translateX(60px)
  	}
	100%{
   		transform: translateX(-60px);
  	}
}

#contactInfo .sow-icon-container-position-right{
	align-items: flex-start;
}
#contactInfo .sow-icon-container-position-right .textwidget p:first-child{
	padding-top: 0px;
}

ul.sow-slider-images{
	padding:0px;
}
ul.sow-slider-images li{
	padding:0px;
}
ul.sow-slider-images a{
	text-decoration:none !important;
}
.sow-headline{
    padding-top: 0;
    padding-bottom: 0;
}
.sow-headline a{
    text-decoration: none;
}
.sow-sub-headline{
	padding-top: 0;
	padding-bottom: 0;
}
/*.sow-headline br, .sow-sub-headline br{
	display: none;
}*/

.so-widget-sow-image .widget-title{
	padding-top: 15px;
}
.sow-features-list .sow-features-feature h5{
	margin: 0 !important;
}
.textwidget > p:first-child, .textwidget > h1:first-child, .textwidget > h2:first-child, .textwidget > h3:first-child, .textwidget > h4:first-child, .textwidget > h5:first-child, .textwidget > h6:first-child{
	padding-top: 0px;
}
.textwidget > p:last-child, .textwidget > h1:last-child, .textwidget > h2:last-child, .textwidget > h3:last-child, .textwidget > h4:last-child, .textwidget > h5:last-child, .textwidget > h6:last-child{
	padding-bottom: 0px;
}

.custom-features-list-style .sow-icon-container-position-left{
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #B1B1B1;
}


.zoom-on-hover .sow-image-container{
	overflow: hidden;
}
.zoom-on-hover img{
	transform: scale(1);
	transition: all ease 0.5s;
}
.zoom-on-hover:hover img{
	transform: scale(1.1);
}

.featuresBox .panel-cell-style{
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.featuresBox .panel-grid-cell .panel-cell-style{
	justify-content: center;
}


/*Video Block Shortcode*/
.videoBlock{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.videoBlock > video{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*Slick Slider*/
#wrap .slick-dots{
	position:relative;
	z-index: 9;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#wrap .slick-track{
    display: flex;
    align-items: stretch;
	height: 100% !important;
	margin: 0 auto;
}
#wrap .slick-slide{
	height: auto !important;
}
#wrap .slick-vertical .slick-track{
	display: block;
}
#wrap .slick-dots {
    text-align: center;
}
#wrap .slick-dots li{
	height:auto;
	width:auto;
}
#wrap .slick-dots li button{
	border:2px solid #fff;
	border-radius:50px;
	-webkit-border-radius:50px;
	background:#000 !important;
	border-color:#000 !important;
	mix-blend-mode:multiply;
	
}
#wrap .slick-dots li.slick-active button{
	opacity:1 !important;
	-webkit-opacity:1 !important;
	background:#000 !important;
	border-color:#000 !important;
}

/*Slick Arrows*/
#wrap .slick-disabled{
	opacity: 0.5;
}
#wrap .slick-prev, #wrap .slick-next{
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 60px;
	margin: 0 !important;
	opacity: 1;
	background-color:#4fa700;
}
#wrap .slick-prev:before, #wrap .slick-next:before{
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 26px;
}
#wrap .slick-prev:hover, #wrap .slick-next:hover{
	opacity: 1;
	background-color:#000;
}
#wrap .slick-prev:hover:before, #wrap .slick-next:hover:before{
	color: #fff !important;
}

#wrap .slick-prev:before{
	content: "\f104";
}
#wrap .slick-next:before{
	content: "\f105";
}
#wrap .slick-prev{
	left: 20px;
	transform: translate(-50%, -50%);
}
#wrap .slick-next{
	right: 20px;
	transform: translate(50%, -50%);
}
/*Accordion Shortcode*/
.AccordionTitle{
	opacity:0.5;
	-webkit-opacity:0.5;
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	border-top:2px solid rgba(0,0,0,1);
	padding:30px 0px;
}
.AccordionTitle:first-child{
	border-top:none;
}
.AccordionTitle:hover{
	opacity:0.7;
	-webkit-opacity:0.7;
}
.AccordionTitle.active{
	opacity:1;
	-webkit-opacity:1;
	padding-bottom:0px;
}
.AccordionContent{
	display:none;
	padding-bottom:30px;
}
.AccordionContent.active{
	display:block;
}


/*Responsive accordion*/
#wrap .wpsm_panel-group .wpsm_panel-title a{
	font-family: 'Barlow', sans-serif !important;
}
#wrap .wpsm_panel-group .wpsm_panel-body{
	font-family: 'Barlow', sans-serif !important;
}

/*Stripe Donation form*/
.wpsd-master-wrapper{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.wpsd-master-wrapper .wpsd-wrapper-content{
	background-color:transparent;
	padding:0px;
	text-align:left;
}
.wpsd-master-wrapper .wpsd-wrapper-content fieldset{
	border:none !important;
}
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-donation-form-label{
	padding:5px 0px;
	font-size:18px;
	font-weight:600;
}
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-text-field{
	margin-top:0px;
}
.wpsd-master-wrapper .wpsd-wrapper-content ul#wpsd_donate_amount{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:none !important;
}
.wpsd-master-wrapper .wpsd-wrapper-content ul#wpsd_donate_amount li{
	display:block;
	width:100%;
	text-align:left;
	padding:5px 0px;
}
ul#wpsd_donate_amount li .form-group input,
ul#wpsd_donate_amount li .form-group label{
	display:inline-block;
	margin:0px;
}
.wpsd-master-wrapper .wpsd-wrapper-content ul#wpsd_donate_amount{
	font-size:18px;
	font-weight:600;
}
.wpsd-master-wrapper .wpsd-wrapper-content #wpsd-donation-form-id #wpsd_donate_other_amount{
	display:inline-block;
	margin:0px;
}

/*signup*/
.signupFormTable{
	background-color:transparent;
	border:none;
	margin:0 -5px !important;
}
.signupFormTable td{
	padding:5px;
	border:none;
}
.signupFormTable input[type="email"], .signupFormTable input[type="text"]{
	width:100%;
	margin:0px;
	padding:10px;
	line-height:1;
	border:1px solid rgba(255,255,255,0.5);
	color:#fff;
}
.signupFormTable ::-webkit-input-placeholder {
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable ::-moz-placeholder { 
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable :-ms-input-placeholder { 
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable :-moz-placeholder {
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable input[type="submit"]{
	width:100%;
	line-height:1;
	border:none;
	margin:0;
	padding:10px 20px;
	font-size:24px;
	background:#fff;
}
.signupFormTable input[type="submit"]:hover{
	background:#95fc3b;
	color:#000 !important;
}

.pum-content{
    font-family: "Montserrat", sans-serif;
}

/*PMPRO STYLES*/
.pmpro_form h3,
.pmpro_box h3{
    font-size: 24px;
}


#wrap .accordions .accordions-head-title{
    margin: 0px;
}
#wrap .accordions-head.border-bottom{
    border: none;
    border-bottom:2px solid #000 !important;
    border-radius: 0px !important;
}

/*LightBox*/
#bodyID #imageData #bottomNav #bottomNavClose{
	width: 22px;
}
#bodyID #jqlb_closelabel{
	background-image: none;
	width: 22px;
	position: relative;
}
#bodyID #jqlb_closelabel:after{
	content: "\f00d";
	font-family: 'FontAwesome';
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
#bodyID #bottomNavClose:hover{
	text-decoration: none;
}
#bodyID #imageDataContainer{
	background-color: transparent;
	font-family: "Oswald", sans-serif;
}
#bodyID #titleText{
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
#bodyID #imageData{
	color: #fff;
	padding: 10px 0px;
}f
#bodyID #controls{
	display: none;
}

/*Easy Accordion*/
#wrap .ea-header{
	margin: 0px;
	padding: 0px;
}
#wrap .sp-easy-accordion .sp-ea-single{
	border-radius: 15px;
	overflow: hidden;
}
#wrap .sp-easy-accordion .sp-ea-single .ea-header a{
	color: #F46F24 !important;
	font-weight: 400;
	padding: 20px;
}
#wrap .sp-easy-accordion .sp-ea-single.ea-expand .ea-header{
	background: rgba(244,111,36,0.10);
}
#wrap .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{
	padding: 20px;
	padding-top: 0px;
}
.toolsFeatures .sow-features-feature{
	box-sizing: border-box;
	padding: 50px 30px !important;
	border-radius: 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	transition: all ease 0.3s;
}
.toolsFeatures .sow-features-feature:hover{
	background-color: #f46f24;
	color: #fff;
}
.toolsFeatures .sow-features-feature:hover .sow-icon-image{
	filter: brightness(0) invert(1);
}
.toolsFeatures .sow-features-feature a{
	text-decoration: none;
}

.pum-overlay.pum-active, .pum-overlay.pum-active .popmake.active {
	display: block !important;
}
