/*******************************************************************************************************************

	Theme Name: PRO.
	Author: Arun Gopal;
	Version: 2023.12
	Author URI: http://arungopal.co.in/
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Global
	 1.	Hyperlinks
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Homepage
	 7.	Content
	 8. Post Formats
	 9. Social Media
	10. Pagination
	11.	Images
	12. Portfolio
	13.	Wordpress Gallery
	14.	Sidebar
	15.	Widgets
	16.	RSS Widget
	17.	Calendar Widget
	18.	Custom Menu Widget
	19.	Search Form
	20.	Footer
	21.	Comments
	22.	Buttons
	23. Tables
	24. Forms
	25. CSS3 Styles
	26. WooCommerce
	27. Grid

*******************************************************************************************************************/
body, html{
	height:100%;
	margin:0;
}
body {

	background: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'Somar Sans';
	font-weight:normal;
	line-height:1.3;
	letter-spacing:0px;
	margin: 0px;
	padding: 0px;
	}
body.FitScreen{
	overflow:hidden;
	-webkit-overflow:hidden;
}
*:focus {
    outline: none;
}
/************************************************
*	0.	Global									*
************************************************/
p {
	padding: 12px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em, i {
	font-style: italic;
	}
strong, b {
	font-family: 'Somar Sans';
	font-weight:bold;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color:rgba(0,0,0,0);
	background-color: rgba(0,0,0,0.2);
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
.theme_dark hr{
	background-color: rgba(255,255,255,0.2);
}
ol, ul {
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul{
	margin:0px;
	padding:10px 0px 10px 20px;
}
ul li {
	line-height:normal;
	list-style-type:disc;
	padding:6px 0;
	}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
    list-style-type: square;
	}
blockquote {
	font-size: 1.6em;
	line-height: 1.6;
	margin: 20px 0px;
	padding: 20px;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code, pre {
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.2;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	}
code {
	display: inline;
	white-space: normal;
	}
pre {
	display: block;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	}
img, object, embed {
	max-width: 100%;
	margin: 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.text-hide,
.container .headline.text-hide {
	font-size: 0;
	line-height: 0;
	margin-left: -999em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.align-center {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	}
.align-right {
	float: right;
	}
.vertical-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a{
	text-decoration:none;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	}

/************************************************
*	2.	Headings  								*
************************************************/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Somar Sans';
	font-style:italic;
	font-weight:900;
	line-height:normal;
	padding:10px 0px;
	margin:0px;
    position: relative;
	text-transform: none;
	letter-spacing: 0px;
	}
.textWhite h1, .textWhite h2, .textWhite h3, .textWhite h4, .textWhite h5, .textWhite h6,
.textWhite .h1, .textWhite .h2, .textWhite .h3, .textWhite .h4, .textWhite .h5, .textWhite .h6, .textWhite p{
	color: #fff;
}

h1, .h1 {
	font-size: 96px;
	}
h2, .h2 {
	font-size: 76px;
	}
h3, .h3 {
	font-size: 56px;
	}
h4, .h4 {
	font-size: 40px;
	}
h5, .h5 {
	font-size: 28px;
	}
h6, .h6 {
	font-size: 22px;
	}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: 'Somar Sans';
    font-weight:400;
}
.trans_white_stroke{
	color: transparent;
	-webkit-text-stroke-color: #ffffff;
	-webkit-text-fill-color: transparent;
}
.trans_grey_stroke{
	color: transparent;
	-webkit-text-stroke-color: #909090;
	-webkit-text-fill-color: transparent;
}
.trans_black_stroke{
	color: transparent;
	-webkit-text-stroke-color: #000000;
	-webkit-text-fill-color: transparent;
}
.trans_yellow_stroke{
	color: transparent;
	-webkit-text-stroke-color: #F9E500;
	-webkit-text-fill-color: transparent;
}
.solid_yellow_stroke{
	color: #F9E500;
	-webkit-text-stroke-color: #F9E500;
	-webkit-text-fill-color: #F9E500;
}
.solid_white_stroke{
	color: #ffffff;
	-webkit-text-stroke-color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}
.solid_black_stroke{
	color: #000000;
	-webkit-text-stroke-color: #000000;
	-webkit-text-fill-color: #000000;
}
.trans_white_stroke, 
.trans_grey_stroke, 
.trans_black_stroke, 
.trans_yellow_stroke, 
.solid_yellow_stroke, 
.solid_white_stroke, 
.solid_black_stroke{
	-webkit-text-stroke-width: 2px;
}
.black_condensed_font{
	font-family: 'Somar Sans Black Condensed';
	font-weight: 900;
}
.extrabold_condensed_font{
	font-family: 'Somar Sans ExtraBold Condensed';
	font-weight: bold;
}
.semibold_condensed_font{
	font-family: 'Somar Sans SemiBold Condensed';
	font-weight: 600;
}
.reg_condensed_font{
	font-family: 'Somar Sans Condensed';
	font-weight: normal;
}
.extrabold_font{
	font-family: 'Somar Sans';
	font-weight: bold;
}
.semibold_font{
	font-family: 'Somar Sans';
	font-weight: 600;
}
.bold_font{
	font-family: 'Somar Sans';
	font-weight: bold;
}
.line-height-1{
	line-height: 1;
}

/************************************************
*	3.	Header  								*
************************************************/
.sitewidenotice{
    background-color: #BF0D3E;
    color: #fff;
}
#header.sticky .sitewidenotice{
    display: none;
}
#header {
	top:0;
	left:0;
	right:0;
	width:100%;
	line-height: 1;
	margin: 0px;
	overflow:visible;
	position:absolute;
	z-index:998;
	padding:0px;
	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.sticky{
}
#header > .row{
    position: relative;
}
#header.sticky:before{
	height:5px;
}
#header.transparent{
    background-color:transparent;
	background-image:none ;
}
.headerTable{
	display:table;
	table-layout:fixed;
	width:100%;
}
.headerLogoCell, .headerMenuCell, .headerHamburgerCell, .headerSocialCell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:2vw 0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
    transition: all ease 0.5s;
}
.headerLogoCell{
	text-align:left;
	width: 195px;
}
.headerLogoCell .logo{
	display:inline-block;
	margin:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.headerHamburgerCell{
	width:auto;
	text-align:left;
}
.headerHamburgerCell.MobileCell{
	display: none;
}
.headerMenuCell{
	width:auto;
	text-align:right;
	padding-right:0px;
}
.headerLogoCell .logo img{
    display: block;
    width: 100%;
}
.headerSocialCell{
	text-align: right;
	width: auto;
}
#header .headerLogoCell .mainLogo{
	display:block;
	margin:0px;
}
#header .headerLogoCell .stickyLogo{
	display: none;
}
/*Sticky Header*/
#header.sticky{
	top:0;
	position:fixed;
	padding:0px;
	animation:stickyHeader ease-in-out 0.2s;
	-webkit-animation:stickyHeader ease-in-out 0.2s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
body.admin-bar #header.sticky, body.admin-bar #header{
	top:32px;
}
#header.sticky .headerLogoCell, #header.sticky .headerHamburgerCell, #header.sticky .headerMenuCell, #header.sticky .headerSocialCell{
	padding:10px 0px;
}
body.home #header.sticky .headerLogoCell{
    display: table-cell;
}
#header.sticky .headerLogoCell .mainLogo{
	display: none;
}
#header.sticky .headerLogoCell .stickyLogo{
	display: block;
}

#header.sticky .header_join .button{
	padding:10px 15px;
	font-size:18px;
}
@keyframes stickyHeader{
	0%{
		transform:translateY(-100%);
	}
	100%{
		transform:translateY(0);
	}
}
@-webkit-keyframes stickyHeader{
	0%{
		-webkit-transform:translateY(-100%);
	}
	100%{
		-webkit-transform:translateY(0);
	}
}


.HeaderIconsMenu{
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.HeaderIconsMenu > li{
    display: block;
    margin: 0;
    padding: 0px 10px;
    line-height: 0;
}
.headerCart{
    position: relative;
}
#mini-cart-count{
	display:block;
	position:absolute;
	font-size:12px;
	top:0px;
	right:0px;
	text-align:right;
}
#headerSearch{
    background-color: #eee;
    padding: 15px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    z-index: 9;
}
.headerSearchBox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.SearchClose{
    margin-left: 20px;
    font-size: 36px;
    display: block;
    cursor: pointer;
}
.aws-container{
    width: 75%;
}
.aws-container .aws-search-field{
    font-size: 18px;
    padding: 15px;
}

/************************************************
*	4.	Navigation 								*
************************************************/
/*Header Menu*/
ul.HeaderMenu{
	display:inline-block;
	padding:0;
	margin:0 -15px;
}
ul.HeaderMenu > li{
	position:relative;
	display:inline-block;
	margin:0px;
	padding:0px 2px;
}
.headerMenuCell ul.HeaderMenu > li > a{
	display:block;
	font-family: 'Somar Sans';
	font-weight:500;
	padding:10px 0.8vw;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	cursor:pointer;
    transition: all ease 0.3s;
	mix-blend-mode: difference;
}
.headerMenuCell ul.HeaderMenu > li:hover > a, .headerMenuCell ul.HeaderMenu > li.current_page_item a,
.headerMenuCell ul.HeaderMenu > li:hover .submenu_open{
	text-decoration:none;
}
.headerMenuCell ul.HeaderMenu > li.current_page_item a{
	
}
.headerMenuCell ul.HeaderMenu > li:hover > ul.sub-menu{
	display:block;
}

/*Sub Menu*/
.headerMenuCell ul.HeaderMenu ul.sub-menu.hidden{
	visibility:visible;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:999;
	width:220px;
	padding:0px;
	margin:0;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li{
	display:block;
	list-style-type:none;
	line-height:1;
	padding:0;
	margin:0px;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li > a{
	display:block;
	padding:10px 15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	text-transform:none;
	font-weight:100;
	text-decoration:none;
	font-size:14px;
	line-height: 1.2;
	cursor:pointer;
}
.headerMenuCell ul.HeaderMenu ul.sub-menu > li > a:hover{
	background-color:rgba(0,0,0,0.15);
}
.headerMenuCell ul.HeaderMenu .submenu_open{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right:0px;
	display:inline;
	width:10px;
	padding-left:5px;
	font-size:1em;
	line-height:0;
	text-align:center;
	cursor:pointer;
	z-index:-1;
}
.menubutton > a{
    padding: 10px 20px 8px !important;
    border-radius: 10px;
    background-color: #0F4775 !important;
    color: #fff!important;
}
.menubutton > a:hover{
    background-color: #000 !important;
	text-decoration: none;
}

/*Push Menu*/
#OpenMenu{
	display:flex;
    flex-direction: column;
    align-items: flex-end;
	width:30px;
	cursor:pointer;
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
#OpenMenu span{
	display:block;
	height:3px;
	width:100%;
	margin:4px 0px;
	transition:all ease-in-out 0.2s;
}

#OpenMenu span:first-child{
	margin-top:0px;
}
#OpenMenu span:last-child{
	margin-bottom:0px;
}

.menu-hamburger-container{
	width:100%;
}
.PushMenuHeader{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-top:60px;
}

#PushMenuWrap .menu_hamburger{
	display:inline-block;
	cursor: pointer;
    padding:0px;
	height:45px;
	width:45px;
    z-index: 500;
	position:relative;
	border-radius:50px;
	-webkit-border-radius:50px;
}
#PushMenuWrap .menu_hamburger span{
	-webkit-border-radius: 0.3125em;
    border-radius:0;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position:absolute;
	top:50%;
	left:50%;
	-webkit-transition:all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width:45px;
	transform-origin:left;
	-webkit-transform-origin:left;
	margin-top:-1px;
}
#PushMenuWrap .menu_hamburger span.first{
	-webkit-transform: rotate(-45deg) translate(-50%,0%);
    transform: rotate(-45deg) translate(-50%,0%);
}
#PushMenuWrap .menu_hamburger span.last{
	-webkit-transform: rotate(45deg) translate(-50%,0%);
    transform: rotate(45deg) translate(-50%,0%);
	
}
body.admin-bar #PushMenuWrap{
	top:32px;
}
#PushMenuWrap{
	position:fixed;
	top:0; right: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;
	font-family: 'Somar Sans Black Condensed';
	font-style: italic;
	font-weight: 900;
}
#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;
	right:0;
	left: 100%;
	height:100%;
	opacity: 0;
	transform-origin:right top;
	-webkit-transform-origin:right top;
	-webkit-transition:all ease-out 0.5s;
	transition:all ease-out 0.2s;
	background-color: rgba(0,0,0,0.5);
}
#PushMenuWrapOverlay.opened{
	visibility:visible;
	opacity: 1;
	z-index:9998;
	top: 0;
	right: 0;
	left: 0;
}
#PushMenu{
	position:relative;
	top:0px;
	bottom:0px;
	width:100%;
}
#PushMenu .content{
	padding:0px 5vw;
}
#PushMenu .row{
	position:relative;
}
.menu_wrap {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding: 50px 0px 40px 0px;
    text-align: left;
	display:flex;
	align-items:center;
}
ul.PushMenu{
	padding:0;
	display:block;
	position:relative;
	font-family: 'Somar Sans';
	font-weight:500;
}
.PushMenu > li{
	margin:0px;
	padding:2.5vh 0px;
	list-style-type:none;
	line-height:1;
	display:block;
	position:relative;
	vertical-align:top;
}
.PushMenu > li:first-child{
	padding-top:0px;
}
.PushMenu > li:last-child{
	padding-bottom:0px;
}
.PushMenu > li > a{
	display:inline-block;
	font-family: 'Somar Sans Black Condensed';
	font-style: italic;
	font-size:18px;
	font-weight:900;
	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:none;
}
.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:0;
	line-height:1.2;
}
.PushMenu > li ul.sub-menu li a{
	padding:5px 0px;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
	font-weight:500;
	font-family: 'Somar Sans';
}
.PushMenu > li ul.sub-menu li:last-child{
	padding-bottom:0px;
}
#PushMenu .menu_icon.sub_menu_icon {
    display: none;
}
#PushMenu  .submenu_open{
	display:none;
}

.pushmenuGrid{
	display:block;
	width:100%;
}
.pushmenuMenu{
	display:block;
}
#PushMenu .social-icons span a{
	font-size:28px;
}
.pushmenuLogo a{
	display:block;
	max-width:330px;
	width:75%;
}

.pushmenuBefore{
	padding-bottom:35px;
	text-align:left;
}
.pushmenuAfter{
	padding-top:35px;
	text-align:left;
}

/************************************************
*	5. Banner							    *
************************************************/
/*banner*/
.homeBannerWrap{
	position:relative;
	z-index:2;
	background-color:#000;
	transition:all ease 0.3s;
	-webkit-transition:all linear 0.1s;
    overflow: hidden;
	min-height: 100vh;
	box-sizing: border-box;
}
.homeBannerOverlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
}
.homeBanner{
	position:relative;
	z-index:1;
    min-height: 80vh;
    display: flex;
	align-items: center;
    transition: all ease 0.7s;
	box-sizing: border-box;
}
.homeBannerBG{
    position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
    background-position: center;
}

.bannerBgVideo{
    display:block;
    position:absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100vh;
    
}

.wordSlideWrap{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.wordSlideWrap .wordToSlide{
	overflow: visible;
}
.wordSlideWrap .wordToSlide span{
	display: inline-block;
	overflow: visible;
}

/*wordslide Animation*/
/*@keyframes anim-flipX {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: rotateX(720deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(720deg);
  }
}*/


.wordSlideWrap .wordToSlide.slick-active span.sequence span { opacity: 0; animation: leRotateYZoomIn ease-out 0.5s forwards;}

@keyframes leRotateYZoomIn {
    0 {
        transform: perspective(600px) rotateX(180deg);
        opacity: 0;
    }
    50% { transform: perspective(600px) rotateX(360deg);
		 opacity: 1;	
	}
	60% { transform: perspective(300px) rotateX(420deg);
		 opacity: 1;	
	}
	100% { transform: perspective(600px) rotateX(360deg);
		 opacity: 1;	
	}
}



.scrollDown {
	display: block;
	position: absolute;
	z-index: 999;
	bottom: 20px;
	right: 20px;
}
.scrollDown a{
	display: block;
	border-radius:3px;
	background-color: #F9E500;
	color: #000;
	padding: 9px 20px;
	cursor: pointer;
	color: #000 !important;
	text-decoration: none;
	transition: all ease 0.3s;
}
.scrollDown a:hover{
	background-color: #000;
	color: #F9E500 !important;
}


/************************************************
*	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;
}

/*Home page*/


/*Home About*/
.bounce-1 {
	animation: bounce-1 ease-in-out 2s 0.5s infinite;
	transform-origin: bottom right;
}
@keyframes bounce-1 {
	0%   { transform: translateX(100%); opacity: 1;}
	50%  { transform: translateX(0); opacity: 1;}
	75%  { transform: translateX(0); opacity: 0;}
	100% { transform: translateX(0); opacity: 0;}
}

/*What We Do Home Section*/
.wwdHomeWrap{
	position: relative;
}
.proIconMaskWrap{
	position: relative;
	z-index: 0;
}
.wwdCenterImg{
	position: absolute;
	top: 15%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 40%;
	z-index: 8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.proIconMask{
	display: flex;
	-webkit-mask-image: url("images/logo-element-white.png");
	mask-image: url("images/logo-element-white.png");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size:contain;
	mask-position:50% 50%;
	width: 100%;
	max-width: 600px;
	padding-bottom: 40%;
	margin: 0 auto;
	position: relative;
	background-color: rgba(255,255,255,0.40);
}
.proIconMask:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	mix-blend-mode: luminosity;
}
.proIconMaskVideo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
.wwdGridWrap{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	color: #fff;
}
.wwdGrid{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	max-width: 1300px;
	min-height: 425px;
	margin: 0 auto;
}
.wwdGridItem{
	display: flex;
	align-items: flex-end;
	width: 50%;
	flex-basis: 50%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	padding-top: 3vw;
}
.wwdGridItemWrap{
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	padding: 3vw 0px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
}
.wwdGridItem:nth-child(2) {
  	order: 2;
}
.wwdGridItem:nth-child(3) {
  	order: 1;
}
.wwdGridItem:nth-child(4) {
  	order: 3;
}
.wwdGridItem:nth-child(3), .wwdGridItem:nth-child(4){
	flex-direction: row-reverse;
	text-align: right;
}
.wwdGridItem:nth-child(4) .wwdGridTitle, .wwdGridItem:nth-child(3) .wwdGridTitle{
	/*flex-direction: row-reverse;*/
	justify-content: flex-end;
}
.wwdGridItem:nth-child(4) .wwdGridTitle span, .wwdGridItem:nth-child(3) .wwdGridTitle span{
	/*padding-right: 0;
	padding-left: 1.5vw;*/
}
.wwdGridTitle{
	display: flex;
	flex-direction: row;
	color: #F9E500;
	align-items: flex-end;
	padding: 0px;
}
.wwdGridLink{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #F9E500;
	text-decoration: none;
	z-index: 99;
}

.wwdGridTitle span{
	color: #fff;
	display: inline-block;
	padding-right: 1.5vw;
	padding-left: 0;
	font-size: 120%;
}
.wwdGridDesc{
	font-style: italic;
}

/*Home Case studies*/
.csHome{
	margin: 0 -10px;
}
.csHomeItem{
	padding: 10px;
	box-sizing: border-box;
}
.csHomeBox{
	border-radius: 3vw;
	padding: 5vw 3vw;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.csHomeBoxBg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1.2);
	transition: all ease 0.5s;
}
.csHomeBoxBg:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background: rgb(85,81,0);
    background: linear-gradient(90deg, rgba(85,81,0,1) 0%, rgba(255,255,255,0) 100%);
}
.csHomeIntro h1, .csHomeIntro h2, .csHomeIntro h3, .csHomeIntro h4, .csHomeIntro h5, .csHomeIntro h6{
	font-style: normal;
}
.csHomeIntro{
	position: relative;
	z-index: 1;
	font-size: 16px;
	min-height: 240px;
	padding-bottom: 20px;
}
.csHomeName{
	position: relative;
	z-index: 1;
}
.csHomeLink{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.csHomeBox:hover .csHomeBoxBg{
	transform: scale(1);
}
#wrap .csHome .slick-prev:before, #wrap .csHome .slick-next:before{
	color: #fff !important;
}

/*Home Latest News*/
.latestNewsSlider{
	margin: 0px -15px;
}
.latestNewsSlider .slick-list{
	overflow: visible;
	padding: 5% 0 !important;
}
.news_holder{
	padding: 15px;
	transform: scale(0.75);
	transition: all ease 0.6s;
}
.news_holder.slick-center{
	transform: scale(1.2);
}
.news_data_wrap{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	
}
.news_img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 400px;
}
.news_img:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	opacity: 0;
	transition: all ease 0.3s;
}
.news_data{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	padding: 20px;
	opacity: 0;
	transform: translateY(100%);
	transition: all ease 0.3s;
	color: #fff;
}
.news_data h6{
	font-style: normal;
}
.news_holder:hover .news_data{
	opacity: 1;
	transform: translateY(0%);
}
.news_holder:hover .news_img:after{
	opacity: 1;
}
.newsLink{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
#wrap .latestNewsSlider .slick-dots li button{
	background-color: #F9E500 !important;
	border:2px solid #F9E500 !important;
	mix-blend-mode: normal;
	opacity: 1;
}
#wrap .latestNewsSlider .slick-dots li:hover button{
	opacity: 0.8;
}
#wrap .latestNewsSlider .slick-dots li.slick-active button{
	background-color: transparent !important;
}

#wrap .latestNewsSlider .slick-prev, #wrap .latestNewsSlider .slick-next,
#wrap .csHome .slick-prev, #wrap .csHome .slick-next{
	font-style: normal;
}{
	font-style: normal;
}
#wrap .latestNewsSlider .slick-prev{
	left: 30px;
}
#wrap .latestNewsSlider .slick-next{
	right: 30px;
}
#wrap .latestNewsSlider .slick-prev:before, #wrap .latestNewsSlider .slick-next:before{
	color: #fff !important;
}


/*Services List*/
.servicesRow .panel-grid-cell{
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	padding: 4vw 2vw;
	border-radius: 20px;
}

/*Testimonial Shortcode*/
.testimonial_shortcode_wrap{
	padding:0;
	margin:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.testimonials{
	width: 100%;
}
.testimonial_nav{
	width: 100%;
	display: table;
	table-layout: fixed;
}
.testimonialBullets, .testimonialArrows{
	display: table-cell;
	vertical-align: middle;
}
.testimonialArrows{
	width: 150px;
}
.arrowWrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.arrowWrap .next, .arrowWrap .prev{
	display: flex;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 8px;
	border: none;
	background-color: #EFEFF1;
	color: #FF9113;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 45px;
	line-height: 1;
	padding-bottom: 5px;
	
}
.arrowWrap .next:hover, .arrowWrap .prev:hover{
	background-color: #FF9113;
	color: #fff;
}
.testimonial_item{
	padding:20px;
}
.testimonialItemWrap{
	display: block;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 15px;
}
.testimonialHeader{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.testimonialPhoto{
	width: 25%;
}
.testimonial_logoWrap{
	width: 100px;
	box-sizing: border-box;
}
.testimonialPhoto{
	width: 100%;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 300px;
	background-color: #D9D9D9;
}
.testimonialAuthor{
	padding-left: 20px;
}
.testimonialAuthor h6{
	margin: 0px;
	padding: 0px;
}
.testimonialAuthor span{
	font-size: 16px;
}
.testimonialMiddle{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}
.testimonialCompany{
	color: #F58220;
	font-size: 16px;
}
.testimonialRating{
	color: #FFCB05;
	font-size: 16px;
	letter-spacing: 1px;
}

.testimonialComments{
	padding-top: 10px;
}

#wrap .testimonial_shortcode_wrap .slick-dots{
	width: 100%;
	padding-left: 20px;
	box-sizing:border-box; 
	display: table;
	table-layout: fixed;
}
#wrap .testimonial_shortcode_wrap .slick-dots li{
	display: table-cell;
	vertical-align: top;
}
#wrap .testimonial_shortcode_wrap .slick-dots li button{
	width: 100%;
	border-radius: 0;
	height: 1px;
	background-color: #D1D1D1 !important;
	opacity: 1;
	transition: all ease 0.3s;
}
#wrap .testimonial_shortcode_wrap .slick-dots li.slick-active button{
	height: 3px;
	background-color: #F58220 !important;
	opacity: 1;
}


/*Contact List*/
.contactsList{
	
}
.contactBlock{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 10px 0;
}
.contactIcon, .contactInfo{
	display: table-cell;
	vertical-align: top;
}
.contactIcon{
	font-size: 24px;
	width: 35px;
	padding-right: 15px;
	box-sizing: border-box;
}
.contactInfo p.contactLink, #footer .contactInfo p.contactLink{
	padding: 0px;
}
#footer .contactIcon{
	color: #EF8C3F !important;
}





/*Home Blog*/
.blogLinks .sow-image-container{
	overflow: hidden;
	border-radius: 5px;
}
.blogLinks .sow-image-container img{
	transform: scale(1);
	transition: all ease 0.3s;
}
.blogLinks .sow-image-container:hover img{
	transform: scale(1.1);
}
.blogLinks .textwidget a{
	text-decoration: none;
	color: #252525;
	font-family: 'Somar Sans';
}

/*Blog Page*/
.categoryList{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 0 -0.8vw;
}
.categoryListItem{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0.8vw;
	font-family: 'Somar Sans';
}
.categoryListItemBox{
	text-align: center;
}
.catThumb{
	width: 100%;
	padding-bottom: 65%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	position: relative;
}
.catThumb:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	mix-blend-mode: multiply;
	background-color: #906052;
	opacity: 0;
	transition: all ease 0.3s;
}
.categoryListItemBox:hover{
	cursor: pointer;
}
.categoryListItemBox:hover .catThumb:after, .categoryListItem.active .catThumb:after{
	opacity: 1;
}
.catName{
	padding: 15px 0 10px;
	text-transform: uppercase;
	color: #252525;
	font-weight: 600;
	position: relative;
}
.categoryListItem.active .catName{
	color: #906052;
}

.catLink{
	font-size: 12px;
	color: #906052;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.catLink .download{
	position: relative;
	padding-top: 10px;
}
.catLink .download:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background: rgb(255,196,68) !important;
    background: linear-gradient(90deg, rgba(255,196,68,1) 0%, rgba(144,96,82,1) 100%) !important;
}
.categoryListItem .downarrow{
	display: none;	
	font-size: 40px;
	line-height: 0;
}
.categoryListItem.active .download{
	display: none;
}
.categoryListItem.active .downarrow{
	display: inline-block;
}
/**************************
###########################
****************************/
/*Animations*/
.animation, .animateAfterLoad{
	opacity:0;
	-webkit-opacity:0;
	transition:all ease-in-out 0.3s;
}
.animation.in-view, .animateAfterLoad.in-view{
	opacity:1;
	-webkit-opacity:1;
}
/*Slide Top*/
.animation.slide-up, .animateAfterLoad.slide-up{
	transform:translateY(50px);
	-webkit-transform:translateY(50px);
}
.animation.slide-up.in-view, .animateAfterLoad.slide-up.in-view{
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
/*Slide Left*/
.animation.slide-left{
	transform:translateX(150px);
	-webkit-transform:translateX(150px);
}
.animation.slide-left.in-view{
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
/*Slide Right*/
.animation.slide-right{
	transform:translateX(-150px);
	-webkit-transform:translateX(-150px);
}
.animation.slide-right.in-view{
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
}
/*Slide Bottom*/
.animation.slide-bottom{
	transform:translateY(-150px);
	-webkit-transform:translateY(-150px);
}
.animation.slide-bottom.in-view{
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
}
.delay_2nd{
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.delay_3rd{
	transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
}
.delay_4th{
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.delay_5th{
	transition-delay:0.7s;
	-webkit-transition-delay:0.7s;
}

/*Custom Animations*/
@keyframes swing-right {
   0% { transform: rotate(0deg) translateX(10px); transform-origin: top}
   50% { transform: rotate(10deg) translateX(0px); transform-origin: top }
   100% { transform: rotate(0deg) translateX(10px); transform-origin: top} 
} 
@keyframes swing-left {
   0% { transform: rotate(0deg) translateX(-10px); transform-origin: top}
   50% { transform: rotate(-10deg) translateX(0px); transform-origin: top }
   100% { transform: rotate(0deg) translateX(-10px); transform-origin: top} 
} 
.swing{
	animation: swing ease-in-out 2s infinite alternate;
	transform-origin: center;
}
@keyframes swing {
    0% { transform: rotate(3deg) translate(0px, 30px); }
    100% { transform: rotate(-3deg)translate(50px, 0px); }
}
.floating{
	animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.sendfront{
    position: relative;
    z-index: 1;
}

/*##INTERNAL##*/
#darkBg{
	background-color:#000;
	color:#fff;
}
#darkBg a{
	color:#fff;
}
#darkBg a:hover{
	color:#95fc3b !important;
}


/*Pro About Page*/
.aboutpage_wwd ul{
	display: block;
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 900px;
	padding: 0;
}
.aboutpage_wwd ul li:before{
	content: " ";
	display: block;
	width: 1px;
	position: absolute;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0%;
	transform: translateX(-40%);
}
.aboutpage_wwd ul li:nth-child(odd)::before{
	left: auto;
	right: 0;
	transform: translateX(40%);
}
.aboutpage_wwd ul li:first-child::before{
	top: 50%;
}
.aboutpage_wwd ul li:last-child::before{
	bottom: 50%;
}
.aboutpage_wwd ul li{
	display: block;
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding: 1vw 0;
	margin: 0px;
	padding-left:2.5vw;
}
.aboutpage_wwd ul li a{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 10px;
	font-family: 'Somar Sans ExtraBold Condensed';
	font-style: italic;
	text-decoration: none;
}
.aboutpage_wwd ul li:after{
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #F9E500;
	border-radius: 20px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.aboutpage_wwd ul li:nth-child(even){
	transform: translateX(100%);
}
.aboutpage_wwd ul li:nth-child(odd){
	margin-left: 0px;
	padding-right:2.5vw;
}
.aboutpage_wwd ul li:nth-child(odd)::after{
	right: 0px;
	left: auto;
	transform: translate(50%, -50%);
}


.ProAboutVertical .panel-layout,
.ProAboutVertical .panel-layout .panel-grid {
  width: 100%;
  height: 500px;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.ProAboutVertical .panel-layout{
	overflow: auto;
	-webkit-scroll-snap-type: y mandatory;
	  -ms-scroll-snap-type: y mandatory;
		  scroll-snap-type: y mandatory;
	direction: rtl;
}
.ProAboutVertical .panel-layout .panel-grid {
  scroll-snap-align: start;
	direction: ltr;
	overflow: hidden;
}


/*Pro Team Page*/
.teamGrid{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
}
.teamGridItem{
	padding: 2vw 5px;
	width: 33.33%;
	box-sizing: border-box;
}
.team_data{
	background-color: #44474C;
}
.member_img{
	position: relative;
}
.member_img a{
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
}
.imgHeading{
	position: absolute;
	width: 100%;
	padding: 0px 15px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	box-sizing: border-box;
}
.member_info{
	padding: 1vw;
	display: flex;
	flex-direction: row;
}
.member_info_left{
	width: 75%;
}
.member_info_right{
	width: 25%;
	display: flex;
	justify-content: flex-end;
}
p.member_pos{
	font-size: 16px;
	padding: 0px 0px 3px !important;
	line-height: 1;
	color: #F9E500 !important;
	font-style: italic;
	text-transform: uppercase;
}
.member_name{
	padding: 0px;
	text-transform: uppercase;
	line-height: 1;
}
.member_plusIcon{
	display: block;
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: #F9E500;
	padding: 10px;
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}
.member_plusIcon:hover{
	color: #000 !important;
}
.member_excerpt{
	padding: 0vw 1vw 1vw 1vw;
	font-style: italic;
}


/*Pro Sports Page*/
.ProSportsThumbs{
	margin: 0;
}
#wrap .ProSportsThumbs .slick-track{
	display: flex;
	align-items: stretch;
}
#wrap .ProSportsThumbs .slick-list{
	padding-right: 8vw;
	margin: 0 -10px;
}
#wrap .ProSportsThumbs .slick-dots{
	padding: 20px 0 0 0;
	border-bottom: none;
	display: flex;
	justify-content: center;
}
#wrap .ProSportsThumbs .slick-dots li{
	display: block;
	padding: 0px 5px;
	margin: 0px;
	width: 40px;
}
#wrap .ProSportsThumbs .slick-dots li:first-child{
	padding-left: 0px;
}
#wrap .ProSportsThumbs .slick-dots li:last-child{
	padding-right: 0px;
}
#wrap .ProSportsThumbs .slick-dots li button{
	width: 100%;
	height: 10px;
	border:none;
	background-color: #F9E500 !important;
	margin: 0px;
	border-radius: 0px;
	mix-blend-mode: normal;
}
#wrap .ProSportsThumbs .slick-dots li.slick-active button{
	opacity: 1;
}
.sportsThumbItem{
	padding: 10px;
}
.sportsThumbBox{
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.sportsThumbImg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.6;
	z-index: 0;
	transform: scale(1);
	transition: all ease-in-out 0.3s;
}
.sportsContentWrap{
	padding: 20px;
	position: relative;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}
.sportsThumbCount{
	line-height: 1;
	padding: 0px;
}
.sportsThumbName{
	padding: 20px 0 0 0;
	line-height: 1.1;
	min-height: 100px;
	box-sizing: border-box;
}
.sportsThumbDesc{
	font-style: italic;
	padding: 20px 0 0 0;
	min-height: 220px;
	box-sizing: border-box;
}
.sportsThumbLink{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.sportsThumbBox:hover .sportsThumbImg{
	transform: scale(1.2);
}
.sportsThumbBox:hover .sportsContentWrap{
	color: #F9E500;
}

/*Partners Grid*/
.PartnersGrid{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 0 -10px;
}
.PartnersGridItem{
	padding: 10px;
	display: flex;
	height: 100%;
	align-items: center;
	box-sizing: border-box;
	width: 16.66%;
}
.PartnersGridItemWrap{
	padding: 2vw;
	border: 1px solid rgba(255,255,255,0.2);
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.PartnerLogo{
	display: block;
	width: 100%;
	padding-bottom: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/*Pro Media Page*/
.ProMediaThumbs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.mediaThumbItem{
	width: 25%;
	box-sizing: border-box;
}
.mediaThumbBox{
	display: flex;
	flex-direction: column;
	position: relative;
}
.mediaThumbItem:nth-child(even) .mediaThumbBox{
	flex-direction: column-reverse;
}
.mediaThumbLink{
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
}
.mediaThumbWrap{
	width: 100%;
	padding: 0px 3vw 2.5vw 0;
	z-index: 1;
	box-sizing: border-box;
	position: relative;
}
.mediaThumbImgHolder{
	position: relative;
}
.mediaThumbImg{
	display: block;
	width: 100%;
	padding-bottom: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	transition: all ease-in-out 0.3s;
}
.mediaThumbImgShadow{
	display: block;
	position: absolute;
	right: 0;
	top: 2.5vw;
	left: 3vw;
	width: 100%;
	padding-bottom: 80%;
	background-color: #EEEEEE;
	z-index: -1;
	transition: all ease-in-out 0.3s;
}
.mediaContentWrap{
	padding: 3vw 2vw 5vw;
}
.mediaThumbBox:hover .mediaContentWrap{
	color: #F9E500;
}
.mediaThumbBox:hover .mediaThumbImgShadow{
	top: 1.5vw;
	left: 2vw;
	background-color: #F9E500;
}
.mediaThumbBox:hover .mediaThumbImg{
	transform: translate(1.2vw, 1vw);
}


/*Pro Entertainment Page*/
.ProEntertainThumbs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1140px;
}
.ProEntertainItem{
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}
.ProEntertainItem:nth-child(1){
	transform: translateY(-60%);
}
.ProEntertainItem:nth-child(3){
	transform: translateY(60%);
}
.ProEntertainBox{
	background-color: #FFFDD3;
	color: #000;
	padding: 1.7vw;
	position: relative;
}
.ProEntertainImg{
	display: block;
	width: 100%;
	padding-bottom: 70%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease-in-out 0.3s;
	border: 10px solid rgba(0,0,0,0);
	box-sizing: border-box;
}
.ProEntertainContentWrap{
	text-align: center;
	padding-top: 1.7vw;
}
.ProEntertainName{
	padding: 0px;
	line-height: 1.2;
}
.ProEntertainLink{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.ProEntertainBox:hover .ProEntertainImg{
	mix-blend-mode: luminosity;
	border: 10px solid rgba(0,0,0,1);
}

/* Pro Careers Page*/
.jobListings{
	display: block;
}
.jobListingRow:nth-child(even) .jobListingTable{
	background-color: #fff;
	color: #000;
}
.jobListingTable{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-radius: 5px;
}
.jobListingCol{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	box-sizing: border-box;
}
.jobPosition{
	/*width: 25%;*/
	font-weight: 800;
}
.jobLocation, .jobDepartment{
	width: 12%;
}
.jobDesktopRow{
	display: block;
	font-style: italic;
	text-transform: uppercase;
}
.jobMobileHeading{
	display: none;
	text-transform: uppercase;
}
.jobdata{
	padding: 10px 0;
}

/*blog page template*/
.blog_page{
	padding:0;
	margin:0 -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.blog_holder{
	width:33.33%;
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.blog_data_wrap{
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.blogdataHeader{
	padding:15px;
	display:flex;
	align-items:center;
	font-weight:500;
}
.blog_img{
	overflow:hidden;
}
.blog_img a{
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
    padding-bottom: 65%;
	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.05);
	-webkit-transform:scale(1.05);
}
.blog_img a img{
	display:block;
	visibility:hidden;
}
.blog_info{
	padding: 10px;
}
.blog_title{
	text-transform:none;
	padding:8px 0;
}
.blog_title a{
	color: #fff !important;
	text-decoration:none !important;
}
.blog_meta{
	font-size: 14px;
	color: rgba(255,255,255,0.5) !important;
	font-style: italic;
}
#proNews{
	position: relative;
	padding-bottom: 60px;
}
.loadMoreBtn{
	position: absolute;
	bottom: 0;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 50px;
	border: 1px solid #fff;
	font-family: 'Somar Sans Black Cond';
	color: #fff !important;
	font-style: italic;
	text-decoration: none !important;
}
.loadMoreBtn:hover{
	background-color: #F9E500;
	border: 1px solid #F9E500;
	color: #000 !important;
	text-decoration: none;
}

/*Single Blog Post*/
.post_links {
	text-align: left;
	display: table;
	width: 100%;
}
.post_link {
   display: table-cell;
   vertical-align: middle;
	width: 33.33%;
	padding: 0 5px;
}
.post_link.previous_post {
    text-align: right;
}
.post_link.next_post {
    text-align: left;
}

.PostTitle{
	max-width: 85%;
	margin:0 auto 2.5%;
	text-align: center;
}
.PostImg{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-bottom:30px;
}
.PostImg img{
	width: 100%;
	display:block;
}
.post_title{
text-align: center;
padding-bottom: 30px;

}

.post_date{
	display:block;
	text-align:center;
	padding:0px;
}
.post_nav{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:30px 0px;
	font-family: 'Somar Sans';
	font-size:22px;
	font-weight:900;
	line-height:1;
}
.post_nav_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0px;
}
.post_nav_cell a{
	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, .post_nav_cell.right_cell{
}
.post_nav_cell.left_cell a, .post_nav_cell.right_cell a{
}

.morePosts{
	background-color: rgba(255,255,255,0.08);
	padding: 4% 0;margin-bottom: 4%;
}
.morePosts .blog_title a{
    color: #fff;
}
.morePostsTitle{
    text-align: center;
    padding-bottom: 4%;
}

/*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{
}


/*Pro Footer CTA*/
.fullwidth_wire_button{
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	padding-bottom: 20px;
}
.fullwidth_wire_button i.fa{
	font-size: 18px;
}

.page_headline h1{
	text-align: center;
	text-transform: uppercase;
}
/***Responsive Iframe***/
.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width:100% !important;
}
/*Conatct form Coulmns*/
.form_half_col, .form_full_col{
	padding:0px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	text-align:left;
	margin-bottom:25px;
}
.form_half_col{
	width:50%;
}
.form_full_col{
	width:100%;
	text-align:left;
}
/************************************************
*	7.	Content 					     	    *
************************************************/
/**Breadcrumbs**/
#breadcrumbs{
	text-align:center;
	text-transform:uppercase;
	color:#d88d58;
	padding-bottom:5%;
	font-weight:500;
}


.content {
	max-width: 1700px;
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px 80px;
	position: relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index:2;
	}
.content.no-padding{
	padding:0px;
}
.content.small{
	max-width: 1100px;
}
.content.medium{
	max-width: 1400px;
}
.content.wide{
	max-width: 1920px;
}
.content.full{
	max-width: 100%;
}
.content.no-thumb, .no-thumb {
	/*padding-top: 105px;*/
	}
.article {
	display: block;
	}
.blog-holder,
.archive-holder {
	background: #f9f9f9;
	position: relative;
	margin-bottom: 48px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
.blog-holder .article,
.archive-holder .article {
	padding: 24px 36px;
	}
.postarea {
	padding: 64px 24px 64px 0px;
	}
.postarea.right {
	padding: 64px 0px 64px 24px;
	}
.postarea.full {
	margin: 0px auto 0px;
	padding: 6% 0px;
	}
.postarea.no_padding{
	padding:0px;
}
.postarea.no_top_padding{
	padding-top:0px;
}
.postarea.wide {
	padding: 64px 0px;
	}
.postarea.middle {
	padding: 64px 24px;
	}
.post-meta {
	display: block;
	color: #999999;
	font-size: 0.8em;
	margin: 12px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
	}
.post-meta p {
	margin: 0px;
	padding: 0px;
	}
.post-meta .align-left,
.post-meta .align-right {
	max-width: 50%;
	}
.blog-holder .post-meta,
.archive-holder .post-meta {
	padding: 12px 24px;
	margin: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
.post-edit-link {
	display: inline-block;
	margin: 12px 0px;
	}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	}
.author-posts {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	}
.author-posts li {
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
.archive-column {
	float: left;
	font-size: 0.9em;
	width: 30%;
	margin: 0px;
	padding-right: 5%;
	}
.archive-column.last {
	padding-right: 0;
	}
.wp-audio-shortcode {
	margin: 12px 0px;
	}
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6 {
	color: #ffffff;
	color: rgba(255, 255, 255, 1);
	}
.text-white p, .text-white blockquote, .text-white {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
	}
.sticky {
	display: block;
	position: relative;
	}
.post_info {
	max-width:400px;
	margin:15px auto 0px;
	display: block;
	position: relative;
	text-align:center;
	border-top:1px solid rgba(0,0,0,0.2);
	color:rgba(0,0,0,0.6);
	font-size:16px;
	}


/************************************************
*	9.	Social Media   							*
************************************************/

.social-icons {
	display:inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.social-icons span {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
	/*animation: bounce 3.0s ease-in-out infinite;*/
	}
/*.social-icons span:nth-child(1){animation-delay: 0.0s}
.social-icons span:nth-child(2){animation-delay: 0.2s}
.social-icons span:nth-child(3){animation-delay: 0.4s}
.social-icons span:nth-child(4){animation-delay: 0.6s}
.social-icons span:nth-child(5){animation-delay: 0.8s}
.social-icons span:nth-child(6){animation-delay: 1.0s}
.social-icons span:nth-child(7){animation-delay: 1.2s}
.social-icons span:nth-child(8){animation-delay: 1.4s}
*/
.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;
	background: none;
	text-align: center;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin: 1px;
	padding: 0px;
	width: 32px;
	border-radius: 0px;
	background-color: transparent;
	color: #fff !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.social-icons span a:hover {
	color: #F9E500 !important;
}

@keyframes bounce {
	0%{
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	50% {
		-webkit-transform: translateY(-8px);
		-ms-transform:     translateY(-8px);
		transform:         translateY(-8px)
	}
	100% {
		-webkit-transform: translateY(0px);
		-ms-transform:     translateY(0px);
		transform:         translateY(0px)
	}
}

/************************************************
*	10.	Pagination 	  		      		     	*
************************************************/

.pagination {
	float: none;
	display: block;
	width: 100%;
	font-family: 'Somar Sans';
	font-weight: 400;
	text-align: center;
	line-height: 0;
	margin: 0px;
	padding:5% 0px 0px;
	position: relative;
	z-index: 9;
	border-top:1px solid rgba(255,255,255,0.1);
	}
.pagination .page-numbers {
	display: inline-block;
	font-size:26px;
	text-decoration: none;
	margin: 0px;
	padding: 0px 7px;
	line-height:1;
	position:relative;
	opacity:0.4;
	-webkit-opacity:0.4;
	}
.pagination .page-numbers:last-child:after{
	display:none;
}
#darkBg .pagination{
	color:#fff;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	opacity:1;
	-webkit-opacity:1;
	}
.pagination .page-numbers.current {
	text-decoration:none;
	opacity:1;
	-webkit-opacity:1;
	}
.post-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.previous-post {
	float: left;
	font-size: 0.9em;
	}
.next-post {
	float: right;
	font-size: 0.9em;
	}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
	}
.page-links .link-label {
	color: #111111;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}


/************************************************
*	11.	Images  				     		    *
************************************************/

.feature-img,
.feature-vid {
	display: block;
	text-align: left;
	line-height: 0;
	margin: 12px 0 24px;
	overflow: hidden;
	}
.pagebannerWrap{
	position:relative;
    background: #fff;
	transition: all ease 0.3s;
	background-color: #000;
}
.page-banner {
	width: 100%;
	position: relative;
	line-height:1;
	margin: 0px;
	z-index:0;
	
	}
.page-banner .page_title{
	display:block;
    color: #fff;
	margin:0px;
	padding:5% 0px;
	text-transform:none;
	position:relative;
	text-align:center;
}
.page-banner img {
	display:none;
	}
.page-banner .postBanner.page_title{
	text-align:center;
	padding-top:10%;
}
/*.pagebannerBG{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pagebannerBG:after{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,0.5);
}*/
.post-banner .post_title{
	display:block;
	margin:0px;
	padding:8% 0px 0px;
	text-align:center;
}
.featured_image_as_bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.featured_image_as_bg img{
	display: block;
	width: 65%;
	max-width: 1100px;
	margin: 0 auto;
}
/*404 page*/
body.error404 #wrap{
	width:100%;
	display:table;
}
.error404 .feature-img.page-banner{
	background:none !important;
}
.page-banner .headerImg{
	max-width:600px;
	margin:150px auto 0;
	width:75%;
}
.errorpage_bottom_shape{
	display: table-row;
  	height: 1px;
	width:100%;
}
.errorpage_bottom_shape img{
	display:block;
	width:100%;
}

.blog-holder .feature-vid,
.archive-holder .feature-vid,
.blog-holder .feature-img,
.archive-holder .feature-img {
	margin: 0px;
	}
.avatar {
	background: #FFFFFF;
	margin: 10px 20px 10px 0px;
	padding: 6px;
	}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
	}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	}
img.aligncenter {
	display: block;
	margin: 6px auto 6px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 6px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
	}
img.alignleft {
	display: inline;
	padding: 0px;
	margin: 12px 24px 12px 0px;
	}
.aligncenter {
	display: block;
	margin: 6px auto 6px;
	}
.alignright {
	float: right;
	margin: 6px 0px 6px 24px;
	}
.alignleft {
	float: left;
	margin: 6px 24px 6px 0px;
	}
.wp-caption {
	background: #eeeeee;
	max-width: 100%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px 6px;
	border-radius: 3px;
	}
.wp-caption img {
	max-width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	}
.wp-caption p.wp-caption-text {
	display: block;
	font-size: 0.85em;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	12.	Portfolio 								*
************************************************/

.portfolio-wrap {
	margin-left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	}
#portfolio-filter {
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
#portfolio-filter li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#portfolio-filter li a {
	display: inline-block;
	color: #999999;
	font-size: .9em;
	text-decoration: none;
	margin: 0px;
	padding: 12px;
	}
#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
	background: rgba(0, 0, 0, 0.04);
	color: #111111 !important;
	}
#portfolio-filter li:last-child a {
	margin-right: 0px;
	}
#portfolio-list {
	margin: 0px;
	padding: 0px;
	}
.portfolio {
	background: #FFFFFF;
	}
.portfolio .portfolio-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.portfolio .post-holder {
	background: #F9F9F9;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
.portfolio-item.single .post-holder {
	margin: 12px;
	}
.portfolio-half .post-holder,
.portfolio-third .post-holder {
	margin: 12px;
	padding: 0px;
	}
.portfolio-item .feature-img,
.portfolio-item .feature-vid {
	margin: 0px;
	}
.portfolio .excerpt {
	padding: 24px 36px;
	}
.portfolio-half .excerpt,
.portfolio-third .excerpt {
	display: block;
	padding: 12px 24px;
	}
.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
	float: left;
	}
.portfolio-item.single .excerpt {
	background: #F9F9F9;
	padding: 36px;
	}
.portfolio-item.single .more-link {
	margin-bottom: 0px;
	}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
  	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	}

/************************************************
*	13.	WordPress Gallery					    *
************************************************/

.gallery-caption {
	font-size: 0.8em;
	padding: 0px 10px;
	}
.gallery {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.gallery-item {
	margin: 0px
	}
.gallery-icon {
	line-height: 0;
	margin: 15px;
	}
.gallery-icon img {
	display: block;
	background: #ffffff;
	padding: 0px;
	margin:0px;
	border: none;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 0px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .08);
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}

.gallery-columns-3 .gallery-item{
	width:33.33%;
}
.gallery-columns-4 .gallery-item{
	width:25%;
}
.gallery-columns-5 .gallery-item{
	width:20%;
}

/************************************************
*	14.	Sidebar 	        		    	    *
************************************************/

.sidebar {
	margin: 0px;
	padding: 64px 0px 64px 24px;
	}
.sidebar.left {
	padding: 64px 24px 64px 0px;
	}
.sidebar h6, .footer h6 {
	margin-bottom: 12px;
	padding-bottom: 0px;
	border-bottom: none;
	}
.sidebar h6{
	border-bottom:1px solid #111;
	padding:0px 0px 10px;
}
.footer h6 {
	font-size:15px;
}

/************************************************
*	15.	Widgets									*
************************************************/

.sidebar .widget {
	margin-bottom: 24px;
	padding: 0px;
	}
.sidebar .widget ul, .sidebar .widget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget li {
	display: block;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	}
.sidebar .widget li:last-child {
	padding-bottom: 6px;
	}
.sidebar .widget li li {
	padding-left: 12px;
	display:block;
	list-style-type:none;
	}
.sidebar .widget li li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	}
.sidebar .widget li a {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	}
.sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}
.textwidget p {
	padding: 8px 0px;
	color: inherit;
	}
.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  								*
************************************************/
/*GuardianGallery*/
.GuardianGallery{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 5px;
	justify-content: center;
	background-color: #f0f0f0;
}
.GuardianGallery .GuardianGalleryItem{
	display: block;
	margin: 0;
	padding: 5px;
	width: 20%;
	box-sizing: border-box;
}
.GuardianGalleryItemWrap{
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0,0,0,0);
}
.GuardianGallery .GuardianGalleryItem .GuardianGalleryThumb{
	display: block;
	width: 100%;
	padding-bottom: 120%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1.009);
	transition: all ease 0.3s;
	
}
.GuardianGallery .GuardianGalleryItem:hover .GuardianGalleryThumb{
	transform: scale(1.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.GuardianGallery .GuardianGalleryItem:hover .GuardianGalleryItemWrap{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

/*Footer*/
#footer {
	margin: 0px auto 0px;
	padding:0px;
	overflow: visible;
	width:100%;
	background-size:cover;
	background-position:top center;
	position:relative;
	font-size: 20px;
}
.footerGraphics{
	position:absolute;
	left:0;
	top:50%;
	width:25%;
	transform:translate(-10%,-50%);
	-webkit-transform:translate(-10%,-50%);
	z-index:0;
}
#footer p {
	margin: 0px;
	padding: 10px 0px;
	}
#footer hr{
	background-color:#555555;
}
#footer a {
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:none;
}
.footer_widget {
	padding: 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	max-width:400px;
	}
.footer_widget .logo{
	max-width:200px;
	display:block;
}
.footer_widget_box{
	padding-bottom:20px;
}
.footer_widget_box:last-child{
	padding-bottom:0px;
}
.footerTable{
	display:table;
	table-layout:fixed;
	width:100%;
	padding: 0;
	position:relative;
	z-index:1;
}
.footerTableCell{
	display:table-cell;
	vertical-align:bottom;
}
.footerWidgetCell{
}

.footerLinksWrap{
	display:block;
	font-size:0px;
}
.footerLinksWrap a{
	padding:0px 10px;
	position:relative;
	display:inline-block;
	font-size:16px;
}
.footerLinksWrap a:after{
	content:" ";
	display:inline-block;
	position:absolute;
	right:0;
	height:15px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	border-right:1px solid rgba(255,255,255,0.35);
}
.footerLinksWrap a:last-child:after{
	display:none;
}
.footerLinksWrap a:first-child{
	padding-left:0px;
}
.footerLinksWrap a:last-child{
	padding-right:0px;
}

#menu-footer-menu{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    text-align: left;
}
#menu-footer-menu li{
    display: block;
    width: auto;
    padding: 8px 0;
    position: relative;
}
#menu-footer-menu li a{
    text-transform: uppercase;
	display: inline-block;
	padding-left: 15px;
}
#menu-footer-menu li a:after{
    content: "\f105";
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#footer .widget-title{
	color: #f9e500;
}

/*Footer Social*/
#footer .social-icons span a:hover{
}
/*Footer Menu*/
.widget_nav_menu ul.menu{
	display:block;
	padding:0px;
	margin:0;
}
.widget_nav_menu ul.menu li{
	display:inline-block;
	padding:5px 0px;
	width:96%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align:top;
}
.widget_nav_menu ul.menu li a{
	display:block;
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	margin:0px;
}
.widget_nav_menu ul.menu li.current-menu-item a{
	font-family: 'Somar Sans';
}
.widget_nav_menu ul.menu li a:hover{
}

/*Scroll to top*/
.scrollToTop{
	display:inline-block;
	width:40px;
	height:40px;
	border:2px solid #fff;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
	margin-top:10px;
}
.TopArrow{
	width:2px;
	height:18px;
	background-color:#141212;
	display:inline-block;
	position:relative;
	margin-top:10px;
}
.TopArrow:before,
.TopArrow:after{
	content:" ";
	display:block;
	width:2px;
	height:12px;
	position:absolute;
	top:0;
	transform-origin:top;
	-webkit-transform-origin:top;
	background-color:#141212;
}
.TopArrow:before{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.TopArrow:after{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}


/************************************************
*	21.	Comments								*
************************************************/

#author, #email, #url {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comment {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comments {
	background: #F9F9F9;
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
#comments-title {
	font-size: 2em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	}
.comment:after {
	content: "";
	display: table;
	clear: both;
	zoom: 1;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform #submit {
	background: none;
	font-size: 1em;
	padding: 8px 12px !important;
	}
#commentform textarea {
	width: 96% !important;
	padding: 2%;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
#respond {
	padding-top: 20px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit #submit {
	margin-top: 0px !important;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.nocomments {
	display: none;
	}
.edit-link {
	float: right;
	margin-top: 12px;
	}
.reply {
	float: left;
	margin: 6px 0px;
	}
.reply a, .reply a:visited {
	margin: 0px !important;
	padding: 4px 12px !important;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.form-allowed-tags {
	display: none;
	}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	22.	Buttons  								*
************************************************/

a.button, #submit, .button, button, input[type="submit"],
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-donate-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	display: inline-flex;
    align-items: center;
	position: relative;
	z-index:1;
	font-family: 'Somar Sans Black Condensed';
	font-style: italic;
	font-size:18px;
	color: #000 !important;
	font-weight:600;
	text-align:center;
	letter-spacing:0px;
	line-height:1.1;
	margin: 5px 0px;
	padding: 18px 30px 15px;
	border-radius:15px;
	border:1px solid #909090;
	-webkit-appearance: none;
	text-decoration:none;
	text-transform:none;
	overflow:hidden;
	box-shadow:none;
	-webkit-box-shadow:none;
	cursor:pointer;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	background-color:#fff;
	}
a.button:hover, #submit:hover, .button:hover, button:hover, input[type="submit"]:hover, 
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-donate-button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #000;
	color: #F9E500 !important;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #000;
}

.button.black{
	color: #000 !important;
    background: #fff;
	border-color: #000;
}
.button.black:hover{
	color:#fff !important;
    background:#000;
}
.button.yellow{
	color: #000 !important;
    background: #F9E500;
	border:1px solid #F9E500;
}
.button.yellow:hover{
	color:#000 !important;
    background:#fff;
}
.button.whiteOutline{
	color: #fff !important;
    background: rgba(255,255,255,0);
	border: 1px solid #fff;
}
.button.whiteOutline:hover{
	color:#000 !important;
     background: rgba(255,255,255,1);
}
.button > .fa{
    display: flex;
    align-items: center;
    padding-right:3px;
    background-color: #fff;
    color: #00529c;
    border-radius: 50px;
    height: 1.9em;
    width:1.9em;
    box-sizing: border-box;
    font-size: 18px;
    justify-content: center;
    transform: translateX(-15px);
    line-height: 0;
    transition:all ease 0.5s;
}
.button:hover > .fa{
    color: #faad1a;
}

.link-button{
	padding: 0px 15px 5px 0px;
	display: inline-block;
	position: relative;
	transition: all ease 0.3s;
	font-size: 14px;
	text-decoration: none;
}
.link-button:hover{
	text-decoration: none;
}
.link-button:after{
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	background: rgb(255,196,68);
    background: linear-gradient(90deg, rgba(255,196,68,1) 0%, rgba(144,96,82,1) 50%, rgba(255,196,68,1) 100%);
	background-size: 200%;
	background-position: left center;
	transition: all ease 0.3s;
}
.link-button:hover:after{
	background-position: right center;
}
.link-button:before{
	content: "\f105";
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
    font-style: normal;
	height: 2px;
	position: absolute;
	transform: translateY(-50%);
	right: 0px;
}
/************************************************
*	23. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
.widget table {
	margin: 0px;
	}
table thead,
table tfoot {
	border: 1px solid #E4E4E4;
	}
table thead th,
table tfoot td {
	border: none;
	}
table th {
	background: #EEEEEE;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 8px 2px;
	border: 1px solid #E4E4E4;
	}
table td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #E4E4E4;
	}

/************************************************
*	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;
	font-family: 'Somar Sans';
	}
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,
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-text-field,
.wpsd-master-wrapper .wpsd-wrapper-content #wpsd-donation-form-id #wpsd_donate_other_amount {
	display: block;
	background-color:transparent;
	color:#000;
	font-family: 'Somar Sans';
	line-height:1;
	margin: 10px 0;
	padding: 15px;
	border: 1px solid #B8B8B8;
	font-size: 16px;
	font-weight:400;
	border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: #F2F2F2;
	}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'],
form select {
	width: 100%;
	}
form textarea {
	width: 100% !important;
	}
form input[type='checkbox'],
form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
form select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-image:url(images/select.png);
	background-repeat:no-repeat;
	background-position:97% center;
	}

::-webkit-input-placeholder {
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
	font-style: italic;
}
::-moz-placeholder { 
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
	font-style: italic;
}
:-ms-input-placeholder { 
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
	font-style: italic;
}
:-moz-placeholder {
	color: #000;
	opacity:0.5;
	-webkit-opacity:0.5;
	font-style: italic;
}

.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{
	border: 1px solid rgba(255,255,255,0.6);
	color:#fff;
}
.dark-theme form select option{
	background-color: #000;
}

.dark-theme form select {
	background-image:url(images/select-white.png);
	}

.dark-theme ::-webkit-input-placeholder {
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}
.dark-theme ::-moz-placeholder { 
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}
.dark-theme :-ms-input-placeholder { 
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}
.dark-theme :-moz-placeholder {
	color: #fff;
	opacity:0.5;
	-webkit-opacity:0.5;
}

/*formidable*/
.frm_submit:before{
	content:" ";
	display:block;
	clear:both;
	width:100%;
}
.frm_submit{
	margin-top:6px;
	display:block;
	width:100%;
	float:none;
}
.frm_full_button{
	display: block;
	width:100%;
	text-align: center;
}
#frm_field_10_container::before {
    content: " ";
    display: block;
    clear: both;
}
.frm_error{
	font-size:16px;
	color:#F00;
}
.frm_error_style{
	color:#F00;
}
.forminator-label{
	display: none;
}
.forminator-response-message{
	font-size: 14px;
}
.forminator-error-message{
	font-size: 12px;
	color: #FF0000;
}
.forminator-row-last{
	padding-top: 0px;
}
.forminator-error ul{
	padding: 0px;
	font-size: 12px;
}
.upload_field .forminator-field{
	padding: 15px 0px;
	font-style: italic;
}

.theme_dark{
	color:#fff;
}
.theme_dark form input[type='url'],
.theme_dark form input[type='tel'],
.theme_dark form input[type='email'],
.theme_dark form input[type='text'],
.theme_dark form input[type='password'],
.theme_dark form input[type='number'],
.theme_dark form input[type='search'],
.theme_dark form textarea,
.theme_dark form select {
	border: 1px solid #E4E4E4;
	color:#000;
	background-color:#fff;
}

/************************************************
*	25.	CSS3 Styles								*
************************************************/

a{
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
#submit, #searchsubmit {
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
.shadow {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
@keyframes "spin" {
	 from {
	    -webkit-transform: rotate(0deg);
	   	-moz-transform: rotate(0deg);
	   	-o-transform: rotate(0deg);
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	    -webkit-transform: rotate(359deg);
	   	-moz-transform: rotate(359deg);
	   	-o-transform: rotate(359deg);
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-moz-keyframes spin {
	 from {
	   	-moz-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-moz-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-webkit-keyframes "spin" {
	 from {
	   	-webkit-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-webkit-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-o-keyframes "spin" {
	 from {
	  	 -o-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-o-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}

/************************************************
*	26.	WooCommerce	 				     	    *
************************************************/
/*Shop*/

#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;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 25%;
	margin: 0px !important;
	padding: 10px;
	box-sizing: border-box;
    text-align: center;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	width: 33.33%;
}

.woocommerce ul.products li.product .price{
    font-size:18px;
    color: #000;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .shopItemWrapper, .woocommerce-page ul.products li.product .shopItemWrapper{
	/*background-color: #8BC0C0;*/
    text-align: center;
}
.woocommerce ul.products li.product a img{
	margin: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	text-transform:uppercase;
    font-family: 'CMU Typewriter Text';
    font-weight: bold;
	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{
	text-transform:uppercase;
	color:#000;
    font-family: 'CMU Typewriter Text';
    font-weight: bold;
	font-size:18px;
	padding: 25px 0px 5px;
    letter-spacing: 0.7px;
	margin: 0;
}
.tp-image-wrapper{
    border-radius: 10px;
    overflow: hidden;
}

/*shop page*/
.woocommerce .woocommerce-ordering{
	float:none;
	text-align:center;
	margin-bottom:50px;
}
.woocommerce .woocommerce-ordering select{
	display:inline-block;
	width:auto;
}

/*Single product*/

.woocommerce-product-gallery__image a{
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
}
.woocommerce div.product div.images .flex-control-thumbs li{
    border: 1px solid rgba(0,0,0,0.1);
}

.wooSummeryWrapper{
	display:table;
	table-layout:fixed;
	margin:0 auto;
	max-width:1300px;
}
.wooSummeryWrapper > .woocommerce-product-gallery, .wooSummeryWrapper > .entry-summary{
	float:none !important;
	display:table-cell;
	vertical-align:middle;
	padding:5vw 0px;
	margin:0px;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
}
.wooSummeryWrapper > .woocommerce-product-gallery{
	padding-right:8vw;
}
.wooSummeryWrapper > .woocommerce-product-gallery:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:-100%;
	right:0;
	background-color:#FFFFFF;
	background-image:url(images/Path-110.png);
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
	z-index:-1;
}
.wooSummeryWrapper > .entry-summary{
	background-color:#8BC0C0;
	color: #373149;
	padding-left:8vw;
}
.wooSummeryWrapper > .entry-summary:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:-100%;
	background-color:#8BC0C0;
	z-index:-1;
}
.woocommerce div.product .product_title{
	font-size:32px;
	line-height: 1;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
	font-size: 24px;
}
.woocommerce div.product form.cart .variations th.label{
	display: none;
}
.woocommerce div.product form.cart .variations td.label{
	display:none;
}
.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 div.images{
    width: 55%;
}
.woocommerce div.product div.summary{
    width: 45%;
    padding-left: 5%;
}
.woocommerce div.product div.images .flex-control-thumbs{
	margin:0;
	padding:5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	padding:5px;
    width: 16.66%;
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	margin:0px !important;
}
.woocommerce div.product .stock{
    color: #fff;
}
.woocommerce .quantity .qty{
	margin:0px;
    padding-right: 0px;
}
.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: #fff !important;
}
.woocommerce-tabs.wc-tabs-wrapper{
	background:none;
	padding:6% 0 0px;
	position:relative;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs{
	display:none;
}
#tab-description{
	z-index: 2;
	position: relative;
}
section.related{
	padding:6% 0px 0%;
}
section.related > h2{
	text-align:left;
	padding:0px 0px 15px;
    font-size: 32px;
}

/* Woocommerce Pagination */
.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;
}
#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;
}

/************************************************
*	27.	Grid	 					     	    *
************************************************/

#wrap {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	}
.container {
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
	max-width:100%;
	overflow:visible;
	}
.row {
	display:block;
	width: 100%;
	margin: 0 auto;
	}
.row .row {
	min-width: 0;
	}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
	}
[class*="column"] + [class*="column"]:last-child {
	float: right;
	}

.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .fourth 	{ width: 25%; }
.row .fifth 	{ width: 20%; }

.row .half,
.row .third,
.row .fourth,
.row .fifth 	{ float: left; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }


/*Wordpress Popup*/
.wph-modal--image_left{
	position:relative;
}
.wph-modal--image{
	display:block;
	position:absolute;
	top:0;
	left:0px;
	bottom:0;
	width:55% !important;
	overflow:hidden;
	padding-right:20px;
}
.wph-modal--image img{
	height:auto !important;
	width:100% !important;
}
.wph-modal--wrap{
	float:right;
	display:block;
	padding-left:55% !important;
	width:45% !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.wph-modal .wph-modal--close {
    left: -10px;
    position: absolute !important;
    text-align:left !important;
    top: -14px;
}
.wph-modal .wph-modal--close a{
	background-color:#00a296 !important;
	color:#fff !important;
    border-radius: 40px;
    line-height: 1em !important;
    padding:30px !important;
    text-decoration: none !important;
	font-size: 20px !important;
	position: absolute;
	left: -23px;
    top: -16px;
	z-index:9999;
}
.wph-modal .wph-modal--close .i-close:before,.wph-modal .wph-modal--close .i-close:after{
    background-color: #fff;
    content: " ";
    height: 40px;
    position: absolute;
    width: 2px;
    z-index: 9999;
	top: 10px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	left: 29px;
}
.wph-modal .wph-modal--close .i-close:after{
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
.wph-modal .wph-modal--content .wph-modal--message h2{
	text-transform:uppercase !important;
	padding-bottom: 30px !important;
}
.wph-modal.wph-modal--simple .wph-modal--content .wph-modal--wrap{
	padding:50px 5% 50px 60% !important;
}
.wph-modal--message form input[type="submit"]{
	color:#00a296 !important;
	border-color:#00a296 !important;
}
.wph-modal--message form input[type="submit"]:hover{
	background-color:#00a296 !important;
	color:#fff !important;
}
/*Page builder*/
.darkOverlay{
	position:relative;
}
.darkOverlay:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.65);
	z-index:0;
}
.darkOverlay .panel-grid-cell{
	z-index:1;
}


.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%;
}

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;
}

/*Slick Slider*/
#wrap .slick-dots{
	position:static;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#wrap .slick-track{
    display: flex;
    align-items: flex-start;
}
#wrap .slick-dots {
    text-align: center;
}
#wrap .slick-dots li{
	height:auto;
	width:auto;
}
#wrap .slick-dots li button{
	border:none;
	border-radius:50px;
	-webkit-border-radius:50px;
	background:#0F4775 !important;
	border-color:#0F4775 !important;
	mix-blend-mode:difference;
	
}
/*#wrap .slick-dots li.slick-active button{
	opacity:1 !important;
	-webkit-opacity:1 !important;
	background:#000 !important;
	border-color:#000 !important;
}*/

#wrap .slick-prev, #wrap .slick-next{
	height: auto;
}
#wrap .slick-prev{
	/*left: 0;*/
}
#wrap .slick-next{
	/*right: 0;*/
}
#wrap .slick-prev:before, #wrap .slick-next:before{
	font-family: 'FontAwesome';
  	font-weight: 400;
	font-size: 52px;
	color: #fff;
}
#wrap .slick-prev:before{
	content: "\f104";
}
#wrap .slick-next:before{
	content: "\f105";
}

/*Accordion Shortcode*/
.AccordionTitle{
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	border-top:2px solid rgba(255,255,255,1);
	padding:10px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.AccordionTitle:first-child{
	border-top:none;
}
.AccordionTitle:hover{
	color: #F9E500;
}
.AccordionTitle.active{
	opacity:1;
	-webkit-opacity:1;
	padding-bottom:0px;
	color: #F9E500;
}
.AccordionContent{
	display:none;
	padding:30px 0;
}
.AccordionContent.active{
	display:block;
}


/*Responsive accordion*/
#wrap .wpsm_panel-group .wpsm_panel-title a{
	font-family: 'Barlow', sans-serif !important;
}
#wrap .wpsm_panel-group .wpsm_panel-body{
	font-family: 'Barlow', sans-serif !important;
}

/*Stripe Donation form*/
.wpsd-master-wrapper{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.wpsd-master-wrapper .wpsd-wrapper-content{
	background-color:transparent;
	padding:0px;
	text-align:left;
}
.wpsd-master-wrapper .wpsd-wrapper-content fieldset{
	border:none !important;
}
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-donation-form-label{
	padding:5px 0px;
	font-size:18px;
	font-weight:600;
}
.wpsd-master-wrapper .wpsd-wrapper-content .wpsd-text-field{
	margin-top:0px;
}
.wpsd-master-wrapper .wpsd-wrapper-content ul#wpsd_donate_amount{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:none !important;
}
.wpsd-master-wrapper .wpsd-wrapper-content ul#wpsd_donate_amount li{
	display:block;
	width:100%;
	text-align:left;
	padding:5px 0px;
}
ul#wpsd_donate_amount li .form-group input,
ul#wpsd_donate_amount li .form-group label{
	display:inline-block;
	margin:0px;
}
.wpsd-master-wrapper .wpsd-wrapper-content ul#wpsd_donate_amount{
	font-size:18px;
	font-weight:600;
}
.wpsd-master-wrapper .wpsd-wrapper-content #wpsd-donation-form-id #wpsd_donate_other_amount{
	display:inline-block;
	margin:0px;
}

/*signup*/
.signupFormTable{
	background-color:transparent;
	border:none;
	margin:0 -5px !important;
}
.signupFormTable td{
	padding:5px;
	border:none;
}
.signupFormTable input[type="email"], .signupFormTable input[type="text"]{
	width:100%;
	margin:0px;
	padding:10px;
	line-height:1;
	border:1px solid rgba(255,255,255,0.5);
	color:#fff;
}
.signupFormTable ::-webkit-input-placeholder {
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable ::-moz-placeholder { 
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable :-ms-input-placeholder { 
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable :-moz-placeholder {
	color: #fff;
	opacity:0.3;
	-webkit-opacity:0.3;
}
.signupFormTable input[type="submit"]{
	width:100%;
	line-height:1;
	border:none;
	margin:0;
	padding:10px 20px;
	font-size:24px;
	background:#fff;
}
.signupFormTable input[type="submit"]:hover{
	background:#95fc3b;
	color:#000 !important;
}

ul.ticklist{
    padding: 15px 0;
}
ul.ticklist li{
    list-style-type: none;
}
ul.ticklist li:before{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #00529c;
    padding-right: 15px;
}

/*Custom Signup*/
.signupForm{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	max-width: 720px;
}
.signupFormField, .signupFormButton{
	display: table-cell;
	vertical-align: top;
}
.signupFormField .signupEmail{
	border-radius: 0px;
	height: 55px;
	margin: 0px;
}
.signupFormButton{
	width: 165px;
}
.signupFormButton .signupButton{
	width: 100%;
	border-radius: 0px;
	height: 55px;
	margin: 0px;
	padding: 15px;
	text-align: center;
}
/*PMPRO STYLES*/
.pmpro_form h3,
.pmpro_box h3{
    font-size: 24px;
}


#wrap .accordions .accordions-head-title{
    margin: 0px;
}
#wrap .accordions-head.border-bottom{
    border: none;
    border-bottom:2px solid #000 !important;
    border-radius: 0px !important;
}
.gradientBg{
    box-sizing: border-box;
    background: rgb(42,82,157);
    background: linear-gradient(90deg, rgba(42,82,157,1) 0%, rgba(110,47,97,1) 100%);
}

#wrap .sow-icon-container-position-right .sow-icon-container{
	margin-left: 0px;
}
#wrap .sow-features-list .sow-features-feature{
	margin-bottom: 10px;
}
.white-text, .white-text p{
	color:#fff;
}
.white-text a, .white-text a:link{
	color: #fff !important;
}
/*Forminator*/
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child){
	margin-bottom: 0px !important;
}