/*******************************************************************************************************************
*

	Theme Name: Ortus
	Author: Arun Gopal;
	Version: 2024.02
	Author URI: http://arungopal.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;
}
body {

	background: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'Accia Sans';
	font-weight:normal;
	line-height:1.6;
	letter-spacing:0px;
	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-family: 'Accia Sans';
	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: 6px 0px 8px 0px;
	padding: 0px;
	}
.theme_dark 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:6px 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;
	}
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:none;
	}
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: 'Accia Sans';
	font-style:normal;
	text-transform: none;
	font-weight:500;
	line-height:1.1;
	letter-spacing:0px;
	padding:8px 0px;
	margin:0px;
	}
h1, .h1 {
	font-size: 75px;
	}
h2, .h2 {
	font-size: 60px;
	}
h3, .h3 {
	font-size: 45px;
	}
h4, .h4 {
	font-size: 35px;
	}
h5, .h5 {
	font-size: 25px;
	}
h6, .h6 {
	font-size: 20px;
	}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: 'Accia Sans';
	font-weight:bold;
}
/************************************************
*	3.	Header  								*
************************************************/
.sitewidenotice{
    background-color: #BF0D3E;
    color: #fff;
}
#header.sticky .sitewidenotice{
    display: none;
}
#header {
	top:0;
	left:0;
	right:0;
	width:100%;
	line-height: 1;
	margin: 0px;
	overflow:visible;
	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;
	border-top:3.5vh solid #080808;
}
#header.transparent{
    background-color:transparent;
	background-image:none ;
}
.headerTable{
	display:table;
	table-layout:fixed;
	width:100%;
}
.headerLogoCell, .headerMenuCell, .headerHamburgerCell, .headerIconsCell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:16px 0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
    transition: all ease 0.5s;
}
.headerLogoCell{
	text-align:left;
    width: 210px;
}
.headerLogoCell .logo{
	display:inline-block;
	max-width:210px;
	width:100%;
	margin:0px;
	padding-right:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.headerLogoCell .logo img{
	display:block;
	margin:0px;
}
.headerHamburgerCell{
	width:50px;
	text-align:left;
	padding-left:20px;
}
.headerMenuCell{
	width:auto;
	text-align:right;
	padding-right:0px;
}
#header .logo .stickyLogo{
	display: none;
}
.header-button a{
	display: inline-block;
	border: 2px solid #006A3A;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 50px;
	transition: all ease 0.3s;
	color: #006A3A !important;
	font-weight: 700;
}
.header-button a:hover{
	background-color: #006A3A;
	color: #fff !important;
}
.iconCellWrap{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.headerSocial{
	padding-right: 20px;
}
.headerSocial .social-icons span a{
	font-size: 18px;
}
/*Sticky Header*/
#header.sticky{
	top:0;
	position:fixed;
	padding:0px;
	animation:stickyHeader ease-in-out 0.2s;
	-webkit-animation:stickyHeader ease-in-out 0.2s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-top:0 solid #080808;
}
body.admin-bar #header.sticky, body.admin-bar #header{
	top:32px;
}
#header.sticky .headerLogoCell, #header.sticky .headerHamburgerCell, #header.sticky .headerMenuCell, #header.sticky .headerIconsCell{
	padding:10px 0px;
}
#header.sticky .headerHamburgerCell{
	padding-left: 20px;
}
body.home #header.sticky .headerLogoCell{
    display: table-cell;
}
#header.sticky .headerLogoCell .logo{
	max-width:110px;
}
#header.sticky .logo img{
	display: none;
}
#header.sticky .logo .stickyLogo{
	display: block;
}

@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: 0px 10px;
    line-height: 0;
}
.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: #232323;
    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;
}

/************************************************
*	4.	Navigation 								*
************************************************/
/*Header Menu*/
ul.HeaderMenu{
	display:inline-block;
	padding:0;
	margin:0;
}
ul.HeaderMenu > li{
	position:relative;
	display:inline-block;
	margin:0px;
	padding:0px 2px;
}
.headerMenuCell ul.HeaderMenu > li > a{
	display:block;
	font-family: 'Accia Sans';
	font-weight:500;
	font-size:16px;
	padding:5px 10px;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:normal;
	cursor:pointer;
    transition: all ease 0.3s;
}
.headerMenuCell ul.HeaderMenu > li:hover > a, .headerMenuCell ul.HeaderMenu > li.current_page_item a,
.headerMenuCell ul.HeaderMenu > li:hover .submenu_open{
	text-decoration:none;
}
.headerMenuCell ul.HeaderMenu > li.current_page_item a{
	font-family: 'Accia Sans';
}
.headerMenuCell ul.HeaderMenu > li:hover > ul.sub-menu{
	display:block;
}

/*Sub Menu*/
.headerMenuCell ul.HeaderMenu ul.sub-menu.hidden{
	visibility:visible;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:999;
	width:220px;
	padding:0px;
	margin:0;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li{
	display:block;
	list-style-type:none;
	line-height:1;
	padding:0;
	margin:0px;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li > a{
	display:block;
	padding:10px 15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	text-transform:none;
	font-weight:500;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li > a:hover{
	background-color:rgba(0,0,0,0.2);
}
.headerMenuCell ul.HeaderMenu .submenu_open{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right:0px;
	display:inline;
	width:10px;
	padding-left:5px;
	font-size:1em;
	line-height:0;
	text-align:center;
	cursor:pointer;
	z-index:-1;
}
.menubutton > a{
    padding: 8px 15px !important;
    border-radius: 0px;
    background-color: #F37124 !important;
    color: #fff!important;
}
.menubutton > a:hover{
    background-color: #000 !important;
}
.menubutton .submenu_open{
	display: none !important;
}

/*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:60px;
}

#PushMenuWrap .menu_hamburger{
	display:inline-block;
	cursor: pointer;
    padding:0px;
	height:45px;
	width:45px;
    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:45px;
	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:auto; bottom:0; left:0;
	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: 50px 0px 40px 0px;
    text-align: left;
	display:flex;
	align-items:center;
}
ul.PushMenu{
	padding:0;
	display:block;
	position:relative;
	font-family: 'Accia Sans';
	font-weight:bold;
}
.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:20px;
	font-weight:500;
	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 10px;
}
.PushMenu > li ul.sub-menu li{
	display:block;
	margin:0;
	padding:0;
	line-height:1.2;
}
.PushMenu > li ul.sub-menu li a{
	padding:5px 0px;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	font-weight:500;
	font-family: 'Accia Sans';
}
.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 .menubutton > a{
    padding: 8px 15px !important;
	font-size: 16px;
}

.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*/
.homeBannerWrap{
	position:relative;
	z-index:2;
	transition:all ease 0.3s;
	-webkit-transition:all linear 0.1s;
    overflow: hidden;
	
}
.homeslider{
	padding: 6% 40px 6% 0px;
}
.homeslideImage img{
	display: block;
	width: 100%;
}
.homeslideContent{
	display: block;
	padding-left: 15%;
}
.homeslideImageCell, .homeslideContentCell{
	vertical-align: middle !important;
}

#wrap .homeslider .slick-dots {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#wrap .homeslider .slick-dots li{
	height:auto;
	width:auto;
	padding: 5px;
	margin: 5px 0;
	border-radius: 50px;
	border:1px solid rgba(255,255,255,0);
	box-sizing: border-box;
}
#wrap .homeslider .slick-dots li button{
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	opacity: 1;
}
#wrap .homeslider .slick-dots li.slick-active{
	border:1px solid rgba(255,255,255,0.9);
}

/************************************************
*	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;
}


/*Testimonial Shortcode*/
.testimonial_shortcode_wrap{
	padding:3% 0;
	max-width:700px;
	margin:0 auto;
	text-align:center;
}
.testimonial_item{
	padding:20px;
}
.testimonial_logo{
	max-width:150px;
	margin:0 auto;
	padding-bottom:20px;
}
.testimonial_logo img{
	display:block;
	width:100%;
}
.testimonial_author{
	font-weight:700;
	padding-top:20px !important;
}
#wrap .testimonial_shortcode_wrap .slick-dots{
	text-align:center;
}

/*Category map*/
#menu-category-main-menu{
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
#menu-category-main-menu li{
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	width: auto;
	box-sizing: border-box;
}
#menu-category-main-menu li a{
	padding-bottom: 5px;
	display: block;
	border-bottom: 2px solid trasparent;
	font-weight: 700;
	font-size: 22px;
}
#menu-category-main-menu li.current-menu-item a{
	color: #F37124;
	border-bottom: 2px solid #F37124;
}
.categoryMapWrap{
	position: relative;
	padding: 8%;
	margin: 0 auto;
}
.catgeoryMapImage{
	display: block;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 65%;
}
.catgeoryMapListItem{
	position: absolute;
	text-align: center;
	width: 10%;
	max-width: 90px;
	transform: translate(-50%,-50%);
}
.categoryMapLink{
	text-decoration: none;
	transition: all ease 0.3s;
	position: relative;
}
.categoryMapIconWrap{
	position: relative;
}
.categoryMapIcon{
	display: block;
	border: 3px solid #F37124;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
	transition: all ease 0.3s;
	transform: translateY(0);
	position: relative;
	z-index: 1;
}
.catgeoryMapLine{
	display: block;
	width: 8vw;
	height: 0;
	border-bottom: 1px solid #F37124;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform-origin: left;
}
.catgeoryMapLine:after{
	content: " ";
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #F37124;
	border-radius: 20px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
}
.categoryMapIcon img{
	display: block;
	width: 100%;
}
.categoryMapName{
	display: block;
	line-height: 1;
	padding-top: 5px;
}
.categoryMapLink:hover{
	text-decoration: none;
}
.categoryMapLink:hover .categoryMapIcon{
	background-color: #000;
	transform: translateY(-10px);
}


/*Ortus Products*/
.productList{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -1.5vw;
}
.product_loop{
	width: 25%;
	box-sizing: border-box;
	padding: 1.5vw;
}
.productImg{
	position: relative;
	padding: 1vw;
}
.productImg:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: -1;
	transform: skewX(-10deg);
	transition: all ease 0.3s;
}
.productImg img{
	display: block;
	width: 100%;
}
.productTitle a{
	transition: all ease 0.3s;
}
.productCard:hover .productImg:after{
	transform: skewX(-0deg);
}
.productCard:hover .productTitle a{
	color: #f37124;
	text-decoration: none;
}

/*Ortus Single product*/
.productTableWrap{
	padding:5% 0;
}
.productImgCell{
	padding-right: 2vw;
}
.SingleProductImg{
	padding: 1vw;
	box-sizing: border-box;
	background-color: #fff;
}
.SingleProductImg img{
	display: block;
	width: 100%;
}

/**************************
###########################
****************************/
/*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, .delay_2{
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.delay_3rd, .delay_3{
	transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
}
.delay_4th, .delay_4{
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.delay_5th, .delay_5{
	transition-delay:0.7s;
	-webkit-transition-delay:0.7s;
}

/*Custom Animations*/
@keyframes pulse {
   0% { transform: scale(1); }
   50% { transform: scale(1.15); }
   100% { transform: scale(1); } 
} 
.pulse {
    animation: pulse 0.5s linear infinite;
 }


/*##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: center;
}
.blog_holder{
	width:25%;
	padding:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.blog_data_wrap{
	background-color: #fff;
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.blog_img{
	overflow:hidden;
}
.blog_img a{
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:65%;
	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:15px;
}
.blog_title{
	padding:0px;
	font-size: 14px;
}
.blog_title a{
	text-decoration:none !important;
	color:#140E15 !important;
}
.blog_data_wrap:hover .blog_title a{
	color:#D88D58 !important;
}
.blog_excerpt{
	padding:0px;
}
.blogReadmore{
	padding:10px 15px;
	border-top:1px solid #D8D8D8;
}
.blogReadmore a{
	text-decoration:none;
}



/*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{
text-align: center;

}
.postInfo{
	text-align: center;
	padding-bottom: 15px;
}
.postCat{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.postCat li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.post_date{
	display:block;
	text-align:center;
	padding:0px;
}
.post_nav{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0px;
	font-family: 'Accia Sans';
	font-size:22px;
	font-weight:900;
	line-height:1;
}
.post_nav_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:2vw 0px;
}
.post_nav_cell a{
	text-transform:uppercase;
	text-decoration:none !important;
}
.post_nav_cell a:hover{
	text-decoration:none !important;
}
.post_nav_cell.left_cell, .post_nav_cell.right_cell{
}
.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: #2C2C2C;
}
.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{
}


/***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;
}
/************************************************
*	7.	Content 					     	    *
************************************************/
/**Breadcrumbs**/
#breadcrumbs{
	text-align:center;
	text-transform:uppercase;
	padding-bottom:5%;
	font-size: 12px;
}


.content {
	max-width: 1660px;
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px 80px;
	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: 6% 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;
	}
.social-icons span {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
	}
.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: block;
	background: none;
	color: #1A1818;
	text-align: center;
	text-decoration: none;
	margin: 2px;
	padding: 0px;
	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: 'Accia Sans';
	font-weight: 400;
	text-align: center;
	line-height: 0;
	margin: 0px;
	padding:5% 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:1;
	margin: 0px;
	z-index:0;
	}
.page-banner .page_title{
	display:block;
	margin:0px;
	padding:5% 0px 0px;
	text-transform:uppercase;
	position:relative;
	text-align:center;
	color: #fff;
}
.page-banner img {
	display:none;
	}
.page-banner .postBanner.page_title{
	text-align:center;
	padding-top:10%;
}
.pagebannerBG{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
/*.pagebannerBG:after{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,0.5);
}*/
.post-banner .post_title{
	display:block;
	margin:0px;
	padding:8% 0px 0px;
	text-align: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-caption {
	font-size: 0.8em;
	padding: 0px 10px;
	}
.gallery {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.gallery-item {
	margin: 0px
	}
.gallery-icon {
	line-height: 0;
	margin: 15px;
	}
.gallery-icon img {
	display: block;
	background: #ffffff;
	padding: 0px;
	margin:0px;
	border: none;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 0px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .08);
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}

.gallery-columns-3 .gallery-item{
	width:33.33%;
}
.gallery-columns-4 .gallery-item{
	width:25%;
}
.gallery-columns-5 .gallery-item{
	width:20%;
}

/************************************************
*	14.	Sidebar 	        		    	    *
************************************************/

.sidebar {
	margin: 0px;
	padding: 64px 0px 64px 24px;
	}
.sidebar.left {
	padding: 64px 24px 64px 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:16px;
}
.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;
	padding: 10px 0px;
	}
#footer hr{
	background-color:rgba(255,255,255,0.5);
}
#footer a {
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:none;
}
.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;
	font-size:16px;
}
.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;
}

#menu-footer-menu{
    text-align: center;
}
#menu-footer-menu li{
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    position: relative;
}
#menu-footer-menu li a{
    text-transform: uppercase;
}
#menu-footer-menu li:after{
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
    height: 20px;
    width: 0px;
}
#menu-footer-menu li:last-child:after{
    display: none;
}

/*Footer Social*/
#footer .social-icons span a{
	font-size:26px;
}
#footer .social-icons span a:hover{
}
/*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;
	font-weight:500;
	text-transform:none;
	margin:0px;
}
.widget_nav_menu ul.menu li.current-menu-item a{
	font-family: 'Accia Sans';
}
.widget_nav_menu ul.menu li a:hover{
}

/*Scroll to top*/
.scrollToTop{
	display:inline-block;
	width:40px;
	height:40px;
	border:2px solid #fff;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
	margin-top:10px;
}
.TopArrow{
	width:2px;
	height:18px;
	background-color:#141212;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.TopArrow:before,
.TopArrow:after{
	content:" ";
	display:block;
	width:2px;
	height:12px;
	position:absolute;
	top:0;
	transform-origin:top;
	-webkit-transform-origin:top;
	background-color:#141212;
}
.TopArrow:before{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.TopArrow:after{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}


/************************************************
*	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{
	display: inline-block;
	position: relative;
	z-index:1;
	font-family: 'Accia Sans';
	font-size:18px;
	color: #fff !important;
	font-weight:500;
	text-align:center;
	letter-spacing:0px;
	line-height:1;
	margin: 5px 0px;
	padding: 15px 30px;
	border-radius: 0px;
	border: 1px solid #F37124;
	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:#F37124;
	}
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{
	color: #F37124 !important;
	background:#080808;
}
.button.small{
	padding: 10px 20px;
	font-size: 16px;
}
.button.white{
	background-color:#fff;
	color: #000 !important;
}
.button.white:hover{
	background-color:#539b6d;
	color:#fff !important;
}
.button.brown{
	background-color:#9d3600;
	color: #fff !important;
}
.button.brown:hover{
	background-color:#000;
	color:#fff !important;
}

.button.full{
	width: 100%;
	display: block;
}

.button.outline{
	background-color:transparent;
	color: #2f2f2f !important;
	box-shadow: inset 0px 0px 0px 2px #2f2f2f;
}
.button.outline:hover{
	background-color:#2f2f2f;
	color:#fff !important;
}
.buttonFull{
	display: block;
	width: 100%;
}

.link-button{
	display:inline-block;
	font-family: 'Accia Sans';
	font-size:16px;
	color: #918562;
	font-weight:700;
	padding:6px 20px 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: "\f105";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 0;
	font-weight: 900;
	display:block;
	position:absolute;
	right:5px;
	top:50%;
	transform: translateY(-50%);
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.link-button:hover{
	color:#000 !important;
	text-decoration:none;
}
.link-button:hover:after{
	right:0px;
}


/*woocommerce buttons*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
	background-color:#539b6d;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
	background-color:#539b6d;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled{
	border-color:#539b6d;
}

/************************************************
*	23. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	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: 8px 2px;
	border: 1px solid #eee;
	}
table td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #eee;
	}

/************************************************
*	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: 'Accia Sans';
	line-height:1;
	margin: 0px 0px 10px;
	padding:12px 5px;
	border: none;
	border-bottom: 1px solid #000;
	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;
	}

::-webkit-input-placeholder {
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
}
::-moz-placeholder { 
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
}
:-ms-input-placeholder { 
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
}
:-moz-placeholder {
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
}

.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;
}
.dark-theme ::-webkit-input-placeholder {
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}
.dark-theme ::-moz-placeholder { 
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}
.dark-theme :-ms-input-placeholder { 
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}
.dark-theme :-moz-placeholder {
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}


/*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***/
 .forminator-label {
 	display: none;
 }
.forminator-row{
	margin-bottom: 0px !important;
}
.forminator-error-message{
	font-size: 14px;
	color: #FF0000;
}
#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;
}

.theme_dark{
	color:#fff;
}
.theme_dark form input[type='url'],
.theme_dark form input[type='tel'],
.theme_dark form input[type='email'],
.theme_dark form input[type='text'],
.theme_dark form input[type='password'],
.theme_dark form input[type='number'],
.theme_dark form input[type='search'],
.theme_dark form textarea,
.theme_dark form select {
	border: 1px solid rgba(255,255,255,0.3);
	color:#191514;
	background-color:#fff;
}

/************************************************
*	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: 10px;
	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: #000;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .shopItemWrapper, .woocommerce-page ul.products li.product .shopItemWrapper{
	/*background-color: #8BC0C0;*/
    text-align: center;
}
.woocommerce ul.products li.product a img{
	margin: 0px;
}
.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: 'Accia Sans';
	font-size:18px;
	font-weight: 700;
	padding: 25px 0px 5px;
    letter-spacing: 0.7px;
	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;
}

/*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: row-reverse;
}

.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: 85%;
}
.woocommerce div.product div.images .flex-control-thumbs{
	width: 15%;
	padding-right: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
}

.woocommerce div.product .product_title{
	line-height: 1;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
	font-size: 24px;
}
.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: #232323;
	color: #fff;
	margin: 5% 0 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;
}

/* 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;
}

/************************************************
*	27.	Grid	 					     	    *
************************************************/

#wrap {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	}
.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; }


/*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.65);
	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);
}

.widget-title{
    font-family: 'Accia Sans';
    font-weight: 600;
    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;
}

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;
}

.so-widget-sow-image .widget-title{
	padding-top: 15px;
}

/*Slick Slider*/
#wrap .slick-dots{
	position:static;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#wrap .slick-track{
    display: flex;
    align-items: flex-start;
}
#wrap .slick-dots {
    text-align: center;
}
#wrap .slick-dots li{
	height:auto;
	width:auto;
}
#wrap .slick-dots li button{
	border:none;
	border-radius:50px;
	-webkit-border-radius:50px;
	background:#fff !important;
	border-color:#fff !important;
	mix-blend-mode:multiply;
	
}
#wrap .slick-dots li.slick-active button{
	opacity:1 !important;
	-webkit-opacity:1 !important;
	background:#fff !important;
	border-color:#fff !important;
}
#wrap .slick-prev:before, #wrap .slick-next:before{
	color: #000;
}
/*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: 'Accia Sans';
}

/*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;
}