body,
html {
	height: 100%;
	margin: 0;
	min-height: 0 !important;
	position: static !important;
}

body {

	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: 0px;
	padding: 10px 0px 10px 35px;
}

ol li,
ul li {
	list-style: outside;
	line-height: normal;
	margin: 0px;
	padding: 2px 0;
}

ol li {
	list-style-type: decimal;
	text-indent: 5px;
}

ul li {
	list-style-type: disc;
	text-indent: -5px;
}

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: 1.3;
	margin: 0px;
	padding: 10px 0;
}

blockquote p {
	margin: 0px;
	font-weight: 400;
	line-height: 1.5;
}

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: 700;
	line-height: 1.5;
	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 {
	text-align: left
}

.align-right {
	text-align: 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: none;
}

/************************************************
*	2.	Headings  								*
************************************************/

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-style: normal;
	text-transform: none;
	padding: 8px 0px;
	margin: 0px;
}

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;
}

h6 strong, h6 b {
	font-weight: 300;
	position: relative;
}
h6 strong:before, h6 b:before {
	content: "";
	display: inline-block;
	width: 40px;
	border-bottom: 2px solid #00a0fa;
	margin-right: 10px;
	vertical-align: middle;
}

/************************************************
*	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: visible;
	position: relative;
	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;
}
#header.floating_header{
	position: absolute;
}


.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: center;
	justify-content: space-between;
}

.headerLogoCell,
.headerMenuCell,
.headerHamburgerCell,
.headerIconsCell {
	display: flex;
	align-items: center;
	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;
	padding-right: 20px;
}

.header-logo {
	display: inline-block;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#header .header-logo img.master_logo {
	display: block;
	margin: 0px;
}
#header .header-logo img.sticky_logo {
	display: none;
	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%);
}
.headerMenuBlock{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.headerHamburgerCell {
	width: 60px;
	text-align: right;
	justify-content: flex-end;
	padding-left: 20px;
}

.headerMenuCell {
	width: auto;
	padding-right: 0px;
}
#header.transparent .headerMenuCell .HeaderMenu{
	display: none;
}
#header.transparent .headerMenuCell.opened .HeaderMenu, #header.transparent.sticky .headerMenuCell .HeaderMenu{
	display: flex;
}

.headerIconsCell {
	justify-content: flex-end;
}

.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 #toggleMenu{
	display: none;
}

#header.sticky .headerBg {}

body.admin-bar #header.sticky, body.admin-bar #header.floating_header {
	top: 32px;
}

#header.sticky .headerHamburgerCell {
	padding-left: 20px;
}

body.home #header.sticky .headerLogoCell {
	display: table-cell;
}


#header.sticky img.master_logo {
	display: none;
}

#header.sticky img.sticky_logo  {
	display: block;
}

/*Full Height header menu items*/
#header .menu-header-menu-container {
	display: flex;
	height: 100%;
}

#header .menu-header-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);
	}
}

.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*/
#header ul.HeaderMenu {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#header ul.HeaderMenu > li {
	position: relative;
	display: inline-flex;
	align-items: stretch;
	margin: 0px;
	padding: 0px 0.7vw;
	box-sizing: border-box;
	text-indent: 0px;
}

#header ul.HeaderMenu > li > a {
	display: flex;
	align-items: center;
	padding: 5px 0px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	text-decoration: none;
	cursor: pointer;
	transition: all ease 0.3s;
	position: relative;
	overflow: hidden;
}
#header ul.HeaderMenu > li > a:after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	transition: all 0.3s ease;
}
#header ul.HeaderMenu > li:hover > a:after,
#header ul.HeaderMenu > li.current_page_item a:after,
#header ul.HeaderMenu > li.current-page-ancestor a:after{
	width: 100%;
	left: 0;
}

#header ul.HeaderMenu > li:hover > a,
#header ul.HeaderMenu > li.current_page_item a,
#header ul.HeaderMenu > li.current-page-ancestor a,
#header ul.HeaderMenu > li:hover .submenu_open {
	text-decoration: none;
}

#header ul.HeaderMenu > li.current_page_item a {
	font-weight:600;
}

#header ul.HeaderMenu > li:hover > ul.sub-menu,
#header ul.HeaderMenu ul.sub-menu > li:hover ul.sub-menu {
	display: block;
}

/*Sub Menu*/
#header ul.HeaderMenu ul.sub-menu.hidden {
	visibility: visible;
}

#header ul.HeaderMenu ul.sub-menu,
#header 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);
}

#header 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;
}*/
#header ul.HeaderMenu ul.sub-menu > li {
	display: block;
	list-style-type: none;
	line-height: 1;
	padding: 0;
	margin: 0px;
	position: relative;
	text-indent: 0px;
	/*border-top: 1px solid rgba(0,0,0,0.15);*/
}

#header ul.HeaderMenu ul.sub-menu li a {
	display: block;
	padding: 10px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	transition: all ease 0.3s;
}

#header ul.HeaderMenu ul.sub-menu > li:first-child a {
	border-top: none;
}

#header ul.HeaderMenu ul.sub-menu > li > a:hover {
	/*background-color:rgba(0,0,0,0.15);*/
}

#header 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;
}

#header ul.HeaderMenu ul.sub-menu > li > .submenu_open {
	transform: translateY(-50%) rotate(0deg) !important;
	right: 10px;
}

#header ul.HeaderMenu > li.menu-item-has-children {
	padding-right: 15px;
}

#header ul.HeaderMenu > li.menu-item-has-children:hover .submenu_open {
	transform: translateY(-50%) rotate(90deg);
}

#header .menubutton > a {
	font-size: 24px;
	padding: 10px 3vw !important;
	border-radius: 0px;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-color: #dd1a32 !important;
	color: #fff !important;
}

#header .menubutton > a:hover {
	background-color: #002c5c !important;
}

.gtranslate_wrapper .gt_switcher-popup {}

/*Push Menu*/
#OpenMenu{
	
}
.menu-toggle {
	display: inline-block;
	width: 30px;
	cursor: pointer;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
}

.menu-toggle > span {
	display: block;
	height: 3px;
	width: 100%;
	margin: 6px 0px;
}

.menu-toggle > span:first-child {
	margin-top: 0px !important;
}

.menu-toggle > span:last-child{
	margin-bottom: 0px !important;
}

.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;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	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%);
}

/*Desktop main menu toggle button*/
#toggleMenu{
	font-size: 14px;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding-left: 15px;
}
#toggleMenu b{
	padding-right: 10px;
}
#toggleMenu .menu-toggle-icon .fa-close{
	display: none;
}
#toggleMenu.opened .menu-toggle-icon .fa-bars{
	display: none;
}
#toggleMenu.opened .menu-toggle-icon .fa-close{
	display: block;
}
#toggleMenu.opened b{
	display: none;
}

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: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	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;
	background-color: rgba(0,0,0,0.5);
}

#PushMenuWrapOverlay.opened {
	visibility: visible;
	transform: scale(3);
	-webkit-transform: scale(3);
	z-index: 9998;
	width: 100%;
}

#PushMenu {
	position: relative;
	top: 0px;
	bottom: 0px;
	width: 100%;
}

#PushMenu .content {
	padding: 0px 3vw;
}

#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;
}

.PushMenu>li {
	margin: 0px;
	padding: 2.5vh 0px;
	list-style-type: none;
	line-height: 1;
	display: block;
	position: relative;
	vertical-align: top;
	text-indent: 0px;
}

.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;
	text-indent: 0px;
}

.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: center;
	flex-direction: column;
	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%;
}
#homeSlider .homeSlider_item .content{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 90%;
}

.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: 40px 0 130px 0;
	transition: all ease 0.3s;
	opacity: 0;
	transform: translateY(100px);
	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 0.5s ease-in-out forwards;
	animation-delay: 1s;
}

@keyframes sliderIn {
	0% {
		transform: translateY(100px);
		opacity: 0;
		filter: blur(30px);
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
		filter: blur(0px);
	}
}

@keyframes sliderOut {
	0% {
		transform: translateY(0px);
		opacity: 0;
		filter: blur(0px);
	}

	100% {
		transform: translateY(100px);
		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;
}
#wrap #homeSlider .slick-dots li button{
	height: 10px;
	width: 20px;
}
#wrap #homeSlider .slick-dots li.slick-active button{
	width: 40px;
}

#wrap #homeSlider .slick-prev, 
#wrap #homeSlider .slick-next{
	width: 40px;
	height: 40px;
	background-color: #00A0FA;
	bottom: 0;
	top: auto;
	transform: none;
	border-radius: 0px;
	mix-blend-mode: normal;fon
}
#wrap #homeSlider .slick-prev{
	right: 41px;
	left: auto;
}
#wrap #homeSlider .slick-next{
	right: 0px;
}
#wrap #homeSlider .slick-prev:before, 
#wrap #homeSlider .slick-next:before{
	color: #fff !important;
	font-size: 26px;
}


#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;
}


/* === Responsive Video Background for Slider === */
.slider-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}

.slider-video-bg > video {
	object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
	pointer-events: none;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    position: relative;
    border: 0;
}


/************************************************
*	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;
}

/*icons Block*/
.icon-block .sow-features-feature{
	box-sizing: border-box;
	padding: 3%;
}


/*'.services-block' site origin features widget*/
.services-block .sow-features-feature-right-left-container{
	display: block !important;
}
.services-block .sow-features-feature-linked-column{
	z-index: 999;
}
.services-block.align-left .sow-icon-container-position-top{
	text-align: left !important;
}
.services-block .sow-icon-container{
	height: auto !important;
	border-radius: 10px;
	overflow: hidden;
}
.services-block .sow-icon-image{
	background-size: cover !important;
	min-height: 300px;
	position: static !important;
	transform: scale(1);
	transition: all ease 0.5s;
}
.services-block.boxed .sow-features-feature-right-left-container{
	box-sizing: border-box;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	background-color: #fff;
}
.services-block .sow-features-feature:hover .sow-icon-image{
	transform: scale(1.1);
}

/*Home section*/

/*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;
}

.partners-slider{
	mix-blend-mode: darken;
}
.partner-logo {
	padding: 0px 2vw;
	
}

/*Testimonial Shortcode*/
.testimonial_shortcode_wrap {
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#wrap .slick-slide.testimonial_item {
	padding: 0;
	box-sizing: border-box;
}

.testimonial_wrap {
	display: block;
	box-sizing: border-box;
	padding: 0;
	border-radius: 0px;
	transform: translateY(0);
	transition: all ease-out 0.3s;
	text-align: center;
}


.client_stars {
	color: #FFA52A;
}

.client_info_wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	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: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.client_info p {
	padding: 0px;
	line-height: 1;
}

p.client_name {
	font-weight: 600;
	padding-bottom: 5px;
}

.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;
	transition-delay: 0.1s;
	transition: all ease 1s;
}

.animation.in-view,
.animateAfterLoad.in-view {
	opacity: 1;
	-webkit-opacity: 1;
}

/*Slide Top*/
.animation.slide-up,
.animateAfterLoad.slide-up {
	transform: translateY(50px);

}

.animation.slide-up.in-view,
.animateAfterLoad.slide-up.in-view {
	transform: translateY(0px);
}

/*Slide Left*/
.animation.slide-left {
	transform: translateX(50px);
}

.animation.slide-left.in-view {
	transform: translateY(0px);
}

/*Slide Right*/
.animation.slide-right {
	transform: translateX(-50px);
}

.animation.slide-right.in-view {
	transform: translateX(0px);
}

/*Slide Bottom*/
.animation.slide-down {
	transform: translateY(-50px);
}

.animation.slide-down.in-view {
	transform: translateY(0px);
}

.delay_2nd {
	transition-delay: 0.4s;
}

.delay_3rd {
	transition-delay: 0.5s;
}

.delay_4th {
	transition-delay: 0.6s;
}

.delay_5th {
	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: center;
}
.blog_page.homeBlogSlider {
	padding: 0px 30px;
}
#wrap .homeBlogSlider .slick-prev{
	left: 0;
}
#wrap .homeBlogSlider .slick-next{
	right: 0;
}


.productList .blog_page {
	margin: 0 -1vw;
}

.blog_holder {
	width: 33.33%;
	padding: 15px;
	border: none;
	box-sizing: border-box;
}
.blog_holder.col-1{
	width: 100%;
}
.blog_holder.col-2{
	width: 50%;
}
.blog_holder.col-3{
	width: 33.33%;
}
.blog_holder.col-4{
	width: 25%;
}
.blog_holder.col-5{
	width: 20%;
}

.blog_data_wrap {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding:0;
	border-radius: 0px;
	overflow: hidden;
	border: none;
	text-align: left;
	box-shadow: -1px 10px 37px -12px rgba(0,0,0,.08);
}

.blog_img,
.blog_data {
	width: 100%;
	box-sizing: border-box;
}

.blog_data_wrap .post_date{
	font-size: 12px;
	font-weight: 600;
	color: #ccc;
}
.blog_img {
	overflow: hidden;
	border-radius: 0;
	width: 100%;
	margin:0 auto;
}

.blog_img a {
	display: flex;
	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:20px;
	position: relative;
	background-color: #fff;
}

.blog_title{
}

.blog_title .blog_title_link {
	text-decoration: none !important;
}

.blog_data_wrap:hover .blog_title a {}

.blog_data_wrap .button {
	width: 100%;
}

.blog_data_wrap .link-button {
	text-decoration: none;
}
.blog_data_wrap .link-button span{
	transform: translateX(0);
	transition: all ease 0.3s;
	display: inline-block;
}
.blog_data_wrap .link-button:hover{
	text-decoration: none;
}
.blog_data_wrap .link-button:hover span{
	transform: translateX(10px);
}
.blog_categories{
	display: inline-flex;
	flex-wrap: wrap;
	padding:7px 0px;
}
.blog_categories a{
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	color: #ccc;
	transition: all ease 0.3s;
}
.blog_categories a:hover{
	color: #000;
}
.post_excerpt{
	padding-bottom: 20px;
}




/*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;
}

.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: 1450px;
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px 3vw;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 2;
}

.content.wide {
	max-width: 1920px;
}

.content.full {
	max-width: 100%;
}

.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: inline-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;
	vertical-align: middle;
}

.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);
}

.social-icons .custom_icon {
	width: 24px;
	display: block;
}


/*Font Awesome icon shortcode*/
.fa_icon.medium{
	font-size: 40px;
}
.fa_icon.large{
	font-size: 80px;
}
.fa_icon.x-large{
	font-size: 120px;
}

/************************************************
*	10.	Pagination 	  		      		     	*
************************************************/

.pagination {
	float: none;
	display: block;
	width: 100%;
	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;
	z-index: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
}

.page-banner .page_title {
	display: block;
	margin: 0px;
	position: relative;
}


.page-banner .postBanner.page_title {
	padding-top: 10%;
}

.pagebannerBG {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pagebuilder-pagebanner {
	position: relative;
}


/*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: none;
}

.widget-title, .sow-features-feature-title{
	font-size: 20px;
	position: relative;
	padding-bottom: 30px;
}
.widget-title:after, .sow-features-feature-title:after{
	content: " ";
	display: block;
	width: 50px;
	border-bottom: 1px solid #fff;
}

.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: inline-block;
	width: auto;
	padding: 5px 10px;
	margin: 0;
	position: relative;
}

#menu-footer-menu li a {
	display: inline-block;
	text-transform: none;
	text-decoration: none;
}

#menu-footer-menu li a:hover {
	text-decoration: 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: "Poppins", 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;
	text-align: center;
	line-height: 1;
	margin: 2px 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all ease 0.5s;
	border: none;
}
.button span{
	display: inline-block;
}
.buttonTextWrap{
	display: block;
}
.buttonTextWrap:after{
	content: "⟶";
	display: none;
	padding-left: 15px;
	transform: translateX(0);
	transition: all ease 0.5s;
}
.button:hover .buttonTextWrap:after, button:hover .buttonTextWrap:after{
	transform: translateX(10px);
}

/*.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);
	
}*/


.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;
}

.button.outline:hover,
button.outline:hover {

}

.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;
	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: underline;
	line-height: 1;
}

.link-button:after {
	content: " ";
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #ED1C24;
}

.link-button:hover {
	text-decoration: underline;
	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;
	line-height: 1;
	margin: 10px 0px;
	padding: 15px 20px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-weight: 400;
	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.5;
}

::-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-label {
	margin-top: 0px;
	font-weight: 600;
	display: inline-block;
}

.forminator-consent {
	margin-top: 0px;
}

.forminator-description {
	font-size: 16px;
	font-style: italic;
	color: #dd1a32;
}

label.forminator-checkbox {
	margin-top: 5px;
}

.forminator-row {
	margin-bottom: 15px !important;
}

.forminator-row .forminator-no-margin {
	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{
	margin-bottom: 20px;
}
.forminator-response-message.forminator-error, .forminator-response-message.forminator-accessible{
	display: none !important;
}

.forminator-response-message.forminator-success{
	background-color: #007706;
	color: #fff;
	padding: 10px;
}
.forminator-response-message.forminator-accessible{
	background-color: #FF0000;
	color: #fff;
	padding: 10px;
}
.forminator-response-message > ul{
	padding: 0px;
}
.forminator-response-message > ul li{
	text-indent: 0;
}


.forminator-checkbox__wrapper {
	display: flex;
	align-items: center;
}

.forminator-input,
.forminator-select2 {
	margin: 0px !important;
}

#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;
}

/************************************************
*	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: "Poppins", 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);
}


@keyframes swipe {
	0% {
		transform: translateX(-60px);
	}

	50% {
		transform: translateX(60px)
	}

	100% {
		transform: translateX(-60px);
	}
}
.cell-border > .panel-grid-cell{
	border:1px solid rgba(255,255,255,0.1);
}

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{
	align-items: flex-start;
}
#wrap .sow-features-list .sow-features-feature.sow-icon-container-position-right{
	align-items: flex-start;
}
#wrap .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-features-feature-title:after{
	margin: 15px auto 0;
	
}
.sow-features-list .sow-features-feature h5 {
	margin: 0 !important;
}

.sow-features-list li {
	text-indent: 0px;
}

.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;
}

.sow-features-feature-text>p {
	padding: 0px;
}

.so-widget-sow-features-default-87de0cfb7def-5142 .sow-features-list {
	gap: 10px;
}
.so-rounded{
	overflow: hidden;
}
.img-hover-effect .sow-image-container img{
	transform: scale(1);
	transition: all ease-in-out 0.3s;
}
.img-hover-effect:hover .sow-image-container img{
	transform: scale(1.1);
}
.padding-box{
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
}


/* floating element inside each section */
.floating-img {
  	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	transform:translate(-25%, 50%);
	max-width:400px;
	width:30%;
}
.floating-img.left{
	left:0;
	right: auto;
}
.floating-img.right{
	right:0;
	left: auto;
	transform:translate(25%, 50%);
}

/*Services block*/
.services-block{
	box-sizing: border-box;
	padding: 30px;
	background-color: #373737;
	color: #fff;
	transition: all ease 0.3s;
}
.services-block:hover{
	background-color: #009FFA;
}


[id^="panel-w"] > .panel-widget-style[style*="text-align: center"] .widget-title:after {
    margin: 10px auto 0;
}

/*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: 1px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #fff !important;
	border-color: #fff !important;
	mix-blend-mode: multiply;
	box-shadow: 0 0 4px rgba(0,20,0,0.6);

}

#wrap .slick-dots li.slick-active button {
	opacity: 1 !important;
	-webkit-opacity: 1 !important;
	background: #fff !important;
	border-color: #fff !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: transparent;
	transform:translateY(-50%);
	mix-blend-mode: difference;
}

#wrap .slick-prev:before,
#wrap .slick-next:before {
	display: block;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 32px;
	transform: translateX(0px);
	transition: all ease 0.3s;
}

#wrap .slick-prev:hover,
#wrap .slick-next:hover {
	opacity: 1;
}

#wrap .slick-prev:before {
	content: "\f104";
}

#wrap .slick-next:before {
	content: "\f105";
}

#wrap .slick-prev {
	left: 20px;
}

#wrap .slick-next {
	right: 20px;
}

#wrap .slick-prev:hover:before{
	transform: translateX(-3px);
}
#wrap .slick-next:hover:before {
	transform: translateX(3px);
}

/*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_accordion_5324 .wpsm_panel-title a {
	font-size: 32px !important;
	letter-spacing: 0.15em;
}

/*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 {
	
}

/*PMPRO STYLES*/
.pmpro_form h3,
.pmpro_box h3 {
	font-size: 24px;
}


#wrap .accordions .accordions-head-title {
	margin: 0px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

#wrap .accordions-head.border-bottom {
	border: none;
	border-bottom: 2px solid #000 !important;
	border-radius: 0px !important;
}

#wrap .accordions .accordion-icons {
	line-height: 0;
	border-radius: 100px;
}

/*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;

}

#bodyID #titleText {

	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: 15px;
}
#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;
}*/

#wrap .sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
	color: #fff;
}


.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;
}

/*.panel-row-style {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.panel-row-style-loaded {
    visibility: visible;
    opacity: 1;
}*/

.ScrollingTextShortcode{
	display: flex;
	flex-wrap: nowrap;
	padding: 20px 0px;
	position: relative;
	
}
.scrollingTag{
	white-space: nowrap;
	padding: 0px 15px;
	animation: marquee 7s linear infinite;
}
.scrollingTag .extra-large{
	font-size: 280%;
}
.ScrollingTextShortcode.hover-effect{
	transition: all ease 0.3s;
}
.ScrollingTextShortcode:hover .hover-effect{
}
.ScrollingTextShortcode .hasLink{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}


/*Progress Bar Shortcode*/
.progress-bar-wrap { margin-bottom: 20px; }
.progress-title { display: flex; justify-content: space-between; margin-bottom: 5px; font-weight: 500; }
.progress-bar-bg { background: #eee; height: 5px; width: 100%; position: relative; }
.progress-bar-fill { width: 0; height: 5px; transition: width 1s ease; }

/*Simple Accordion*/
.simple-accordion { 
	margin-bottom: 20px; 
}
.simple-accordion-item { 
	padding: 5px 0px;
}
.simple-accordion-header { 
	cursor: pointer; 
	padding: 15px 25px; 
	margin: 0; 
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
}
.simple-accordion-header .accordion-icon { 
	font-weight: bold; 
	margin-right: 10px; 
}
.simple-accordion-content { 
	padding: 15px 25px; 
	display: none; 
	background: #f5f5f5; 
}
.simple-accordion-item.open .simple-accordion-content { 
	display: block; 
}

.instagram-media{
	width: 100%;
	min-width: 100% !important;
}

/*Gallery*/
.works-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.works-gallery .work-item {
  display: block;
  width: calc(33.33% - 1vw);
  overflow: hidden;
  border-radius: 0px;
}
.works-gallery .work-item .work-item-thumb{
	display: block;
	width: 100%;
	padding-bottom: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease;
}
.works-gallery .work-item:hover .work-item-thumb {
  transform: scale(1.05);
}


@media (max-width: 768px) {
  .works-gallery .work-item {
    width: calc(50% - 15px);
  }
}

