@import url("dev/dev-style.css");
/*******************************************************************************************************************

	Theme Name: Silverlane
	Author: SILVERLANE&trade;
	Author URI: http://silverlane.agency/
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Purpose-1.0.8

	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{
	cursor:url(images/cursor.png), default;
}*/
body {
	background-color: #ffffff;
	color: #171a1c;
	font-size: 20px;
	font-family: 'Muli', sans-serif;
	font-weight:400;
	line-height:1.4;
	letter-spacing:normal;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	0.	Global									*
************************************************/
p {
	padding: 15px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-style: italic;
	}
strong, b {
	font-family: 'Muli', sans-serif;
	font-weight:700;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
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:circle;
	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-family: 'Muli', sans-serif;
	font-weight: 300;
	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.4;
	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;
	}
img, object, embed {
	max-width: 100%;
	margin: 0px auto 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, a:link {
	color: #f8d138;
	text-decoration:none;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	}
a:focus, a:hover, a:active {
	color: #f8d138;
	text-decoration: underline;
	}

/************************************************
*	2.	Headings  								*
************************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
	font-weight:900;
	line-height: 1.05;
	letter-spacing:normal;
	}
/*Alternate heading style*/
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
	font-weight:700;
	font-style:normal;
}
h1, .h1 {
	font-size:6em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h2, .h2  {
	font-size: 3.8em;
	margin: 4px 0px ;
	padding: 4px 0px;
	}
h3, .h3  {
	font-size: 2.8em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h4, .h4  {
	font-size: 2.1em;
	margin: 10px 0px;
	padding: 4px 0px;
	font-weight:600;
	}
h5, .h5  {
	font-size: 1.2em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h6, .h6  {
	font-size: 1em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #f8d138;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #f8d138;
	text-decoration: underline;
	border: none;
	}

/************************************************
*	3.	Header  								*
************************************************/

#header {
	left:0;
	right:0;
	width:100%;
	line-height: 0;
	margin: 0px;
	padding:0px;
	overflow:visible;
	color:#fff;
	position:relative;
	z-index:99;
	}
#header.positioned{
	position:absolute;
	background-color:transparent;
}
#header .header_table{
	display:table;
	table-layout:fixed;
	width:100%;
}
#header .header_table_cell{
	display:table-cell;
	vertical-align:middle;
	padding:4% 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#header .header_left{
	width:50%;
}
#header .header_right{
	width:50%;
	text-align:right;
}
#header a.logo{
	display:inline-block;
}
#header .header_right > a:hover{
	text-decoration:none;
}
#header .header_right a.headerCall{
	color:#171a1c;
	font-weight:700;
	font-size:20px;
	line-height:1.2;
	margin-right:6%;
}
#header .header_right a.headerCall span{
	display:inline;
}
#header .header_right a.headerCall .fa{
	font-size:30px;
	display:none;
}

/************************************************
*	4.	Navigation 								*
************************************************/
#wrap{
	-webkit-transition:all ease-in 0.5s;
	-moz-transition:all ease-in 0.5s;
	-ms-transition:all ease-in 0.5s;
	-o-transition:all ease-in 0.5s;
	transition:all ease-in 0.5s;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block;
	overflow:hidden;
}
#wrap.menuopened{
	-webkit-transition:all ease-in 0.5s;
	-moz-transition:all ease-in 0.5s;
	-ms-transition:all ease-in 0.5s;
	-o-transition:all ease-in 0.5s;
	transition:all ease-in 0.5s;
	padding:0;
	display:block;
}
.menu_icon{
	float:right;
	font-size:2.8em;
	position:relative;
}
.open_menu.darkicon{
	color:#000;
}
.open_menu, .close_menu{
	color:#fff;
	cursor:pointer;
}

#PushMenuWrap .menu_hamburger span.first{
	position:absolute;
	top:50%;
	left:0px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	transform-origin:center;
	-webkit-transform-origin:center;
}
#PushMenuWrap .menu_hamburger span.last{
	position:absolute;
	top:50%;
	right:0px;
	bottom:auto;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transform-origin:center;
	-webkit-transform-origin:center;
}
body.admin-bar #PushMenuWrap{
	top:32px;
}

#PushMenuWrap{
	position:fixed;
	top:0; right:0; bottom:0;
	z-index:9999;
	overflow:auto;
	width:50%;
	height:100%;
	display:block;
	background-color:rgba(248,248,248,1);
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}

#PushMenuWrap.opened{
	display:block;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
#PushMenuWrap .menu_icon {
    padding: 87px 0px 0px 0px;
	position:absolute;
	right:35px;
}
#PushMenuWrapOverlay{
	visibility:hidden;
	position:fixed;
	z-index:9;
	top:-50%;
	right:-50%;
	width:100%;
	height:100%;
	transform:scale(1);
	-webkit-transform:scale(1);
	transform-origin:right top;
	-webkit-transform-origin:right top;
	-webkit-transition:all ease-out 0.5s;
	transition:all ease-out 0.8s;
}
#PushMenuWrapOverlay.opened{
	visibility:visible;
	transform:scale(3);
	-webkit-transform:scale(3);
	z-index:9998;
}
#PushMenuWrapOverlay polygon{
	fill:#4bbeb9;
}
ul.PushMenu{
	padding:0;
	display:inline-block;
	position:relative;
}
.PushMenu li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
}
.PushMenu li a{
	display:inline-block;
	font-size:2em;
	padding:10px 0;
	line-height:1;
	font-weight:800;
	color:#171a1c;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
}
.PushMenu li a:hover{
	color:#f8d138 !important;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	text-decoration:none;
}
.current-menu-item a{
	color:#f8d138 !important;
}

/*Sub Menu*/
ul.PushMenu ul{
	display:block;
	visibility:hidden;
	opacity:0;
	-webkit-opacity:0;
	position:absolute;
	left:100%;
	top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0%;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.sub-menu.opened{
	display:block;
	visibility:visible;
	opacity:1;
	-webkit-opacity:1;
	padding-left:20px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}

.menu_contact{
	max-width:640px;
	margin:5% auto 20px;
	border:1px solid #fff;
	padding:30px;
}
.menu_contact textarea{
	width:100% !important;
	margin-top:3%;
	height:50px;
}
.menu_contact input{
	margin-right:0px !important;
}
.menu_contact .right_align input{
	float:right;
}
.menu_contact input[type="submit"]{
	width:100%;
	margin-top:30px;
	max-width:200px;
	text-align:center;
	float:none;
	margin-left:auto !important;
	margin-right:auto !important;
	display:block;
}
.menu_hamburger{
	display:block;
	cursor: pointer;
    padding:0px;
	width:40px;
	min-height:40px;
    z-index: 500;
	position:relative;
	float:right;
}
.menu_hamburger span{
    background: #000;
    cursor: pointer;
    display: block;
    height: 5px;
	margin:8px 0px;
	-webkit-transition:all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.menu_hamburger span.first{
	margin-top:0px;
	margin-bottom:0px;
}
.menu_hamburger span.last{
	margin-top:0px;
	margin-bottom:0px;
}
#mheader .menu_hamburger:hover span.mid{
	animation:menuSwing ease-in-out 0.4s infinite;
}
#header .menu_hamburger:hover span.first, #header .menu_hamburger:hover span.last{
	animation:menuWobble ease-in-out 1s;
	-webkit-animation:menuWobble ease-in-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@keyframes menuWobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes menuWobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


#PushMenu{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
}
.menu_wrap {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding: 100px 5% 30px 10%;
    text-align: left;
}
.menu_social {
    padding: 4% 0 3%;
}
.menu_info {
    font-size: 0.9em;
	color:#000;
}

.menu_img {
    max-width: 60%;
    position: absolute;
    right: -15px;
    top: 15%;
    width: 100%;
}


.menu_icon.sub_menu_icon.opened {
    background-color: #f8f8f8;
    display: block;
	z-index:9999;
}
.menu_icon.sub_menu_icon {
    display: none;
}
#header.positioned .menu_hamburger span{
	background-color:#fff;
}
#header.positioned .header_right a.headerCall{
	color:#fff;
}

/************************************************
*	6.	Homepage 					     	    *
************************************************/
/*General*/
.homeSection{
    display:table;
	table-layout:fixed;
	width:100%;
	position:relative;
	overflow:visible;
	direction:ltr;
}
.homeSection.RTL{
	direction:rtl;
}
.homesection:after{
	content:" ";
	display:block;
	clear:both;
}
.homeSectionCell{
	display:table-cell;
	vertical-align:top;
	direction:ltr;
	text-align:left;
	overflow:visible;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}
.MediaCell{
	width:55%;
}
.MediaCell img{
	display:block;
	visibility:hidden;
	position:relative;
}
.ContentCell{
	width:45%;
	position:relative;
}

.homeSectionContentBox{
	overflow:auto;
	padding-top:12%;
	padding-bottom:12%;
	padding-left:15%;
	padding-right:35px;
	text-align:right;
}
.homeSection.RTL .homeSectionContentBox{
	padding-left:35px;
	padding-right:15%;
	text-align:left;
}


.sectionTitleWrap{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:8%;
}
.sectionTitleCol{
	display:table-cell;
	vertical-align:middle;
}

.section_content_full{
	padding:8% 0px;
	position:relative;
	z-index:2
}
.section_title{
	font-size:4em;
	line-height:1.2;
	margin:0px 0px 5% 0px;
	padding:0px;
}



.placeholder_img{
	display:none !important;
}
/*Home Banner*/
#home{
	padding:0px;
	height:100vh;
	width:100%;
}
.homebanner {
	position:relative;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right center;
}
.bannerContentBox{
	text-align:left;
	position:relative;
	z-index:1;
}
.bannerVideo{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.bannerVideo video{
	position:absolute;
	width:177.77777778vh;
	height:56.25vw;
	min-height:100%;
	min-width:100%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%) scale(1.0000001);
	-webkit-transform:translate(-50%,-50%) scale(1.0000001);
	z-index:0;
	border:0;
	margin:0;
	padding:0;
	display:block;
}
.BannerLogoWrap{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:9;
}
.bannerLogo{
	width:100%;
	display:none;
}
.bannerLogo.enabled{
	display:block;
	animation: fadeLogo ease 1s;
	-webkit-animation: fadeLogo ease 1s;
}
@-webkit-keyframes fadeLogo {
	0%{-webkit-opacity:0;  -webkit-transform:scale(0.9);}
	100%{-webkit-opacity:1;  -webkit-transform:scale(1);}
}
@keyframes fadeLogo {
	0%{opacity:0; transform:scale(0.9);}
	100%{opacity:1; transform:scale(1);}
}

.bannerScrolldownWrap{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding-bottom:3%;
}
.ScrollDownButton{
	display:block;
	width:100px;
	text-align:center;
	margin:0 auto;
	font-size:60px;
	line-height:1;
	text-decoration:none;
	color:#fff !important;
}
.ScrollDownButton:hover .fa{
	animation:DownArrowWobble ease-in-out 1s;
	-webkit-animation:DownArrowWobble ease-in-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes DownArrowWobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes DownArrowWobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*Section 1*/

/*Section 2*/

/*Services*/
.services{
}
.ServicesWrap{
	display:table;
	width:100%;
	position:relative;
}
.ServicesCol_1, .ServicesCol_2{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.ServiceTitle {
    position: absolute;
    text-align: center;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
	z-index:9;
}
.ServiceTitle h2 {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    opacity: 0.6;
		webkit-transition: all .3s;
		transition: all .3s;
}
.ServiceTitle h2:hover{
	webkit-transition: all .3s;
	transition:  all .3s;
	webkit-transform: translateX(5%);
	transform: translateX(5%);
}
.tabclick {
    margin: 4% 0;
}
.tabclick.active h2{
	opacity:1;
	color:#f8d138;
}
.ServiceContent {
    display: none;
}
.ServiceImg .ServiceContent:first-child,
.ServicesCol_2 .ServiceContent:first-child{
	display:block;
}
.ServicesCol_2{
	padding:2% 10%;
	background-color:#f8d138;
}
.ServicesCol_2 a.arrowButton{
	float:right;
}
.ServiceImg {
    background-color: #000;
	position:relative;
}
.ServiceImg:before{
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ServiceImg img {
    display: block;
}

/*Section 3*/

/*Portfolio Slider*/
.slide_wrap {
    display: table;
    width: 100%;
}
.slide_col_1, .slide_col_2{
	display:table-cell;
	vertical-align:middle;
}
.slide_col_1{
	width:52%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide_col_1 img{
	display:none !important;
}
.slide_col_2{
	width:48%;
	padding-left:25px;
}
.slide_content{
	padding: 12%;
	background-color:#f8f8f8;
}
.slide_content:after {
    clear: both;
    content: " ";
    display: block;
}
.slide_content a.arrowButton{
	float:right;
}
.slide_img {
    padding-top: 25px;
}
.slide_content a{
	color:#000 !important;
	text-decoration:none !important;
}
/*#PortfolioSlider .slick-track{
	display: flex;
}
#PortfolioSlider .slide_wrap{
	display: flex;
	height:auto;
}*/

#PortfolioSlider.slick-dotted.slick-slider {
    margin-bottom: 50px !important;
}
#PortfolioSlider .slick-dots{
	bottom:-50px !important;
}
#PortfolioSlider .slick-dots li button:before{
	font-size:18px !important;
	opacity:1 !important;
}
#PortfolioSlider .slick-dots li.slick-active button::before{
	color:#f8d138 !important;
	opacity:1 !important;
}


/*Section 4*/
#app_img{
	position:relative;
}
#app_img img{
	top:100px;
	left:50%;
	position:absolute;
}


/*blog page template*/
.blog_holder{
	position:relative;
	width:100%;
	display:block;
	padding:6% 0px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-bottom:1px solid rgba(0,0,0,0.15);
}
.blog_holder:after{
	content:" ";
	display:block;
	clear:both;
}
.blog_holder .arrowButton{
	float:right;
}
.blog_col_1{
	width:20%;
	float:left;
}
.blog_col_1 img{
	display:block;
	width:100%;
}
.blog_col_2{
	width:80%;
	float:left;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.blog_col_full{
	width:100%;
}
.blog_holder h5 {
    margin-top: 0;
    padding-top: 0;
	line-height:1;
}
.blog_holder h5 a{
	color:#171a1c;
	text-decoration:none;
}
.blog_holder h5 a:hover{
	text-decoration:underline;
}
.blog_holder .button{
	margin-top:20px;
}

.category_desc{
	text-align:center;
	font-size:1.3em;
	font-style:italic;
	padding:30px;
	border-bottom:1px solid #eee;
}

/*Latest news Shortcode*/
.latest_news_table{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:5% 0px;
}
.latest_news_cell{
	display:table-cell;
	vertical-align:top;
	border-right:1px solid rgba(255, 255, 255, 0.2);
}
.latest_news_cell:last-child{
	border-right:none;
}
.latest_news_holder{
	padding:0px 50px 20px;
}
.latest_news_holder a{
	color:#000;
}
.latest_news_holder a:hover{
	color:#000;
	text-decoration:underline;
}



/*Top bar*/
.topbar{
	padding-bottom:50px;
}
.topbar ul{
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}
.topbar ul li{
	margin:0px;
	padding:2px;
	display:inline-block;
}
.topbar ul li a{
	display:block;
	padding:10px 15px;
	border:1px solid #111111;
	text-decoration:none;
	text-transform:uppercase;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.topbar ul li a:hover,
.topbar ul li a.current{
	color:#fff;
	background-color:#111111
}


/***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%;
}
/*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;
}

::-webkit-input-placeholder {
   color:#000;
}
:-moz-placeholder { /* Firefox 18- */
   color:#000;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#000;
}
:-ms-input-placeholder {
   color:#000;
}
/************************************************
*	Internal Pages 					     	    *
************************************************/
/*Venture page*/
.venture {
    display: table;
    width: 100%;
}
.venture_img, .venture_content{
    display: table-cell;
    vertical-align:middle;
}
.venture_img img{
	display:block;
	width:100%;
	visibility:hidden;
}
.venture_img{
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
	width:36%;
}
.venture_img .mob_img{
	display:none;
}
.venture_content{
	width:64%;
	padding: 7%;
	background-color:#f8f8f8;
	text-align:left;
	direction:ltr;
}
.venture_content:after {
    clear: both;
    content: " ";
    display: block;
}
.VentureWrap .venture:nth-child(2n){
    direction: rtl;
}
.venture_content a{
	color:#000 !important;
}
.VentureWrap .venture:nth-child(2n) .venture_content{
	background-color:#f8d138;
}
.venture_content .arrowButton.black {
    float: right;
	direction: ltr;
}

/*Team*/
#team_slider{
	margin:0px;
	padding:100px 0px;
}
#team_slider .slick-list{
	overflow:visible;
}

#team_dots{
	background-color:#f8f8f8;
	position:relative;
	padding:100px 0px;
}

#team_dots .slick-dots{
	position:static;
	padding:0px;
	margin:0px;
}

#team_dots .slick-dots li{
	width:80px;
	height:80px;
	border-radius:100px;
	-webkit-border-radius:100px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0);
	padding:0px;
	margin:0px 5px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
#team_dots .slick-dots li img{
	display:block;
	width:100%;
	border-radius:100px;
	-webkit-border-radius:100px;
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
#team_dots .slick-dots li.slick-active{
	border-color:rgba(0,0,0,0.8);
}
#team_dots .slick-dots li.slick-active img{
	transform:scale(0.95);
	-webkit-transform:scale(0.95);
}

.team_grid_wrap{
}

.team_grid{
	display:block;
	width:100%;
}
.team_grid_item{
	width:33.33%;
	padding:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.team_grid_item a{
	display:block;
	text-decoration:none;
	color:#171a1c;
}
.team_grid_item:hover a{
	text-decoration:none;
	color:#f8d138;
}

.team_data{
	display:block;
}
.team_data_cell{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align:top;
}
.team_img_cell{
	width:100%;
	overflow:hidden;
}
.team_img_cell img{
	width:100%;
	display:block;
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.team_grid_item:hover .team_img_cell img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.team_info_cell{
	padding:15px 0 0;
}
.team_member_info{
	text-align:center;
}
.info_name{
	margin:0px;
	padding:0px 0px 10px;
}
.info_position{
	margin:0px;
	padding:0px 0px 5px;
	color:#909192;
}

/*Single Team*/
.teamMemberTable{
	display:table;
	table-layout:fixed;
	width:100%;
}
.teamMemberTableCell{
	display:table-cell;
	vertical-align:middle;
}
.teamMemberImage{
	padding-right:10%;
}
.teamMemberImage img{
	display:block;
	width:100%;
}

/* Podcasts Page */
.single_podcasts{
	/*padding-top:0px !important;*/
}
.Subscribe{
	background-color: #f8f8f8;
}
.SubscribeTable{
	max-width: 1200px;
	width: 100%;
	display: table;
	padding: 2% 35px 3%;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SubscribeCol{
	display: table-cell;
	vertical-align: middle;
}
.SubscribeCol.Col_1{
	width: 30%;
	padding-right: 15px;
}
.SubscribeCol.Col_2{
	width: 70%;
}
.subscribeTitle{
	text-align:center;
}
.subscribeLinks{
	display:block;
	padding:10px 0px;
	margin:0px;
	text-align:center;
}
.subscribeLinks li{
	margin:0px;
	padding:5px;
	display:inline-block;
}
.SubscribeCol.Col_2 a {
	display: block;
	font-size: 14px;
	color: #171a1c !important;
	border: 2px solid #171a1c;
	padding: 6px 7px 5px;
	line-height: 1;
}
.SubscribeCol.Col_2 a:hover{
	border-color: #f8d138;
}
.SubscribeCol.Col_2 a:last-child{
	margin: 0;
}
.Sub span {
	display: table-cell;
	vertical-align: middle;
}
.Sub span:first-child {
  width: 20px;
  padding-right: 5px;
}
.Sub img {
  display: block;
  max-width: 100%;
}
/* Podcasts Loop */
.PodcastsLoop {
  margin:5% -13px 0;
}
.PodcastWrap {
  width: 33.33%;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 13px;
}
.PodcastHolder {
	position: relative;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
.PodcastHolder img{
	width: 100%;
	visibility: hidden;
	display: block;
}
.PodcastHolder a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.PodcastTitle{
	position: absolute;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .95em;
}
.PodcastTitle .PodcastEpTitle{
	font-size:13px;
}
.PodcastHolder:hover .PodcastTitle{
	top: 50%;
	opacity: 1;
	z-index: 9999;
}
.PodcastHolder:hover:after{
	content: " ";
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.PodcastPagination .pagination{
	margin: 20px 0px 0px;
}
.Bio {
  border-top: 1px solid #000;
  padding-top: 5%;
  margin-top: 5%;
}
.BioTable{
 max-width: 1200px;
 width: 100%;
 display: table;
}
 .BioCol{
	 display: table-cell;
	 vertical-align: middle;
 }
 .BioCol.Col_1 {
  width: 30%;
}
.BioCol.Col_2 {
  width: 70%;
	padding-left: 15px;
}
.BioCol.Col_1 img {
  max-width: 250px;
  border-radius: 300px;
	width: 100%;
}
.BioCol h4 {
  font-size: 1.85em;
	font-weight: 800;
}
.podcastepisodeTitle{
	text-align:center;
	padding:0px 0px 30px 0px;
}
.pod_transcript{
	padding:40px 0px;
	border-bottom:2px solid #171a1c;
}
.PodTranscriptTitle{
	text-align:center;
	cursor:pointer;
}

.pod_audio{
	padding:40px 0px;
}
.PodAudioTitle{
	padding-bottom:20px;
}
.relatedPodCastsTitle{
	padding:40px 0px 20px;
	margin:0px;
	border-bottom:2px solid #171a1c;
}
.relatedPodCasts{
	display:block;
	margin:0px;
	padding:40px 0px;
	text-align:center;
}
.relatedPodCasts li{
	display:inline-block;
	width:32.5%;
	padding:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.relatedPodCasts li .relatedPodImg{
	display:block;
}
.relatedPodCasts li .relatedPodImg img{
	display:block;
	width:100%;
}
.relatedPodTitle{
	padding:10px 0px;
}
.relatedPodTitle a{
	color:#171a1c;
}
.relatedPodTitle a span{
	display:block;
}
.relatedPodTitle a span.relatedEpTitle{
	font-size:13px;
}

.Episode {
  text-align: center;
  opacity: .4;
  padding-bottom: 4%;
}
.AudioFile {
  border-top: 1px solid #000;
  padding: 2.5% 0 3%;
  border-bottom: 1px solid #000;
  margin-top: 5%;
}

.acc {
  color: #000;
  cursor: pointer;
  padding: 4% 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
	text-align: center;
	font-size: 1.45em;
	font-weight: 900;
	margin-bottom: 2%;
	border-bottom: 1px solid #000;
}
.acc .fa.fa-chevron-up {
    display: none;
}
.acc.active .fa.fa-chevron-down{
	display: none;
}
.acc.active .fa.fa-chevron-up {
    display: inline-block;
}
.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel h5 {
  font-size: 1.6em;
  margin-bottom: 15px;
}
.panel #mep_0 {
  background-color: #555;
  width: 100% !important;
}
.RelatedPostsWrap {
  margin: 0 -5px;
}
.RelatedTitle {
  display: block;
  margin-bottom: 5%;
  padding-bottom: 3%;
  border-bottom: 1px solid #000;
}
.RelatedTitle h6{
	text-align: center;
	font-size: 1.45em;
	font-weight: 900;
}
.RelatedPostsWrap li {
  display: block;
  width: 33.33%;
  margin: 0;
  float: left;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.RelatedPostsWrap a {
  color: #000 !important;
  font-size: 1.1em;
}
.RelatedPostsWrap img {
	display: block;
	margin-bottom: 10px;
}
/************************************************
*	7.	Content 					     	    *
************************************************/
/**Breadcrumbs**/
.breabcrumbs_row{
	border-bottom:1px solid rgba(0,0,0,0.05);
}


.content {
	max-width: 1300px;
	margin: 0px auto 0px;
	padding: 0px 35px;
	position: relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.content.full_width{
	max-width:100%;
}
.content.wide{
	max-width:1710px;
}
.content.small{
	max-width:960px;
}
.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: 100px 0px;
	}
body.single-product .postarea.full{
	padding: 10% 0px 0px;
}
.postarea.no_padding{
	padding: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;
	}
.bypostauthor {
	display: block;
	position: relative;
	}

/*Single post page*/
#author_info{
    text-align: center;
	padding-bottom:5%;
}
#author_info span{
	display:block;
	text-align:center;
	padding-top:10px;
}
#author_info .authorImage{
	max-width:165px;
	margin: 0 auto;
}
#author_info .authorImage img {
    border-radius: 200px;
	-webkit-border-radius: 200px;
    display: block;
	width:100%;
}

#author_info .authorName {
}
#author_info .postDate{
	color:#8b8c8d;
}
.singlePostPage .article{
	max-width:950px;
	margin:0 auto;
}

/************************************************
*	9.	Social Media   							*
************************************************/

/*Wingle animaion*/
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.footer .social-icons a:hover,
.footer .social-icons a:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	}
.social-icons span {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px 12px;
	}
.social-icons span:first-child{
	padding-left:0px;
}
.social-icons span:last-child{
	padding-right:0px;
}
.social-icons span .fa {
	min-width: 0px;
	}
.social-icons span a {
	font-size:1.9em;
	display: block;
	background: none;
	color: #111;
	text-align: center;
	text-decoration: none;
	line-height:37px;
	margin: 2px;
	padding: 0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.social-icons span a:hover {
	color: #000 !important;
	}
.link-facebook-chat img{
	max-width:36px;
	transform:translateY(7px);
	-webkit-transform:translateY(7px);
}

.live_facebook_chat{
	display:block;
	position:fixed;
	bottom:0;
	right:5%;
	background-color:#000;
	color:#fff;
	padding:10px;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	padding-left:40px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index:9999;
}
.live_facebook_chat img{
	display:block;
	position:absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.live_facebook_chat:hover{
	text-decoration:none !important;
}
/************************************************
*	10.	Pagination 	  		      		     	*
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin: 50px 0px 0px;
	padding: 12px 0px;
	position: relative;
	z-index: 9;
	}
.pagination .page-numbers {
	display: inline-block;
	color: #111111;
	min-height: 24px;
	min-width: 24px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	color:#f8d138;
	min-height: 24px;
	min-width: 24px;
	line-height: 24px;
	padding: 0px;
	}
.pagination .page-numbers.current {
	color:#f8d138;
	}
.post-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.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;
	}

.post_links{
	background-color:#f8f8f8;
	width:100%;
	position:relative;
	display:table;
	padding:5% 0;
}
.post_link{
	width:33.33%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.post_link a {
    display: inline-block;
	outline:none !important;
}
/************************************************
*	11.	Images  				     		    *
************************************************/
/*Page Banner*/
.pagebanner{
	background-color:#f8d138;
	padding:40px 0px 80px 0px;
	display:table;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.pagebannerWrap{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	padding:6% 0px;
	background-position:center right;
	background-size:contain;
	background-repeat:no-repeat;
}
.pagebannertDesc{
	padding-top:30px;
	width:50%;
}


/*Featured Img*/
.feature-img,
.feature-vid {
	display: block;
	/*text-align: center;*/
	line-height: 0;
	margin: 12px 0 24px;
	overflow: hidden;
	}

.page-banner img {
	display:block;
	width:100%;
	visibility:hidden;
	}
.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;
	font-family: 'Muli', sans-serif;
	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;
	}


/*Portfolio page*/
#PortfolioPage{
	padding-bottom:7%;
}
#PortfolioPage #PortfolioSlider{
	margin:25px 0 4%;
}
.PortfolioWrap{
    border-top: 1px solid #a4a4a4;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
    /*height: 400px;*/
	padding-top:100px;
	padding-bottom:100px;
    width: 50%;
}
.PortfolioWrap:nth-child(1), .PortfolioWrap:nth-child(2) {
    border: none;
}
.PortfolioWrap.leftcol{
    padding-right: 5%;
    padding-left: 0;
}
.PortfolioWrap.rightcol{
    padding-left: 5%;
    padding-right: 0;
}
.clearfloat{
	display:block;
	clear:both;
	width:100%;
	float:none;
}
.portfolio_holder a{
	color:#000;
}
/************************************************
*	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 a:hover {
	background: #99cc33;
	}
.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;
	letter-spacing:2px;
	}
.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 !important;
	}
.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;
	text-align: left;
	}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	color: #669900;
	background: none;
	}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #99CC33;
	height: auto;
	font-size: 1em;
	text-transform: none;
	text-shadow: none;
	line-height: 1.8;
	margin: 6px 0px;
	padding: 0px;
	}
.widget ul.menu li a:hover {
	color: #669900;
	background: none;
	text-decoration: underline;
	}
.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: 66%;
	height: 36px;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px !important;
	border: 2px solid rgba(0, 0, 0, .4);
	border-radius: 24px;
	}
.sidebar.left #searchform .search-field,
.sidebar.left #searchform #s {
	width: 62%;
	}
#searchsubmit {
	float: right;
	background: #ffffff;
	color: #666666;
	width: 22%;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 7px 3% !important;
	}
.widget_search {
	overflow: hidden;
	}

/************************************************
*	20.	Footer  								*
************************************************/
/*Footer Instagram*/
/*.footer_insta_username{
	font-family:proxima_novasemibold;
}
.insta_table{
	display:table;
	table-layout:fixed;
}
.insta_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.insta_title_col{
	width:33.33%;
	background-color:#fff;
}
.insta_title_wrap{
	padding:0px 10%;
	color:#111111;
}
.footer_insta_title{
}
.insta_title_wrap a{
	text-decoration:none;
	color:#111111;
}
.insta_feed_col{
	width:66.67%;
}
.insta_feed{
	padding:0px;
}
.insta_feed ul{
	padding:0px;
	margin:0px;
	display:block;
}
.insta_feed ul li{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	width:16.66%;
}
.insta_feed ul li a{
	display:block;
}
.insta_feed ul li img{
	display:block;
	width:100%;
}
.insta_feed:after{
	content:" ";
	display:block;
	clear:both;
}
*/
/*Footer*/
.footer {
	margin:0;
	padding: 0px;
	overflow: hidden;
	width:100%;
	background-color:#f8d138;
	color:#000;
	}
.footer_table{
	display:table;
	table-layout:fixed;
	width:100%;
}
.footer_table_cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.footer_logo {
    max-width: 200px;
}
.footer_table_cell.footer_right {
    text-align: right;
}
/************************************************
*	21.	Comments								*
************************************************/

#author, #email, #url {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: 'Muli', sans-serif;
	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;
	font-family: 'Muli', sans-serif;
	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-family: 'Muli', sans-serif;
	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;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.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, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button, input[type="submit"], button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: inline-block;
	position: relative;
	color: #171a1c;
	font-family:"Muli",sans-serif;
	font-size:21px;
	font-weight:600;
	letter-spacing:1px;
	margin: 0px;
	padding: 10px 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border:none;
	background-color:transparent;
	-webkit-appearance: none;
	text-decoration:none;
	overflow:hidden;
	cursor:pointer;
}


a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover,
#submit:hover, #comments #respond input#submit:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover{
	color: #171a1c;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-appearance: none;
	}

a.more-link {
	margin-top: 24px;
	}

button.inline{
	margin: 18px 0px 20px;
	padding:20px 0px 0px;
}

/**Long Arrow - Right**/
.longArrow{
	display:inline-block;
	width:50px;
	height:2px;
	line-height:0;
	color:transparent;
	background-color:#000;
	position:relative;
	margin-left:20px;
	margin-bottom:5px;
	margin-right:5px;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.longArrow:before,
.longArrow:after{
	content:" ";
	position:absolute;
	right:0;
	width:12px;
	height:2px;
	background-color:#000;
}
.longArrow:before{
	transform:rotate(30deg);
	transform-origin:right;
	bottom:0;
}
.longArrow:after{
	transform:rotate(-30deg);
	transform-origin:right;
	top:0px;
}

.longArrow.large{
	width:70px;
}
/*Arrow Button*/
.arrowButton{
	padding:0px;
	font-family:"Muli",sans-serif;
	color:#171a1c;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	background:none;
	text-decoration:none !important;
	font-weight:700;
	position:relative;
	cursor:pointer;
}
.arrowButton:hover, .arrowButton:link, .arrowButton:focus{
	color:#171a1c;
}

.arrowButton:hover .longArrow, .arrowButton:focus .longArrow, .arrowButton:active .longArrow, .longArrow:hover, .longArrow:focus, .longArrow:active{
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.arrowButton.black{
	color:#31373e;
}
.arrowButton.black .longArrow, .arrowButton.black .longArrow:before, .arrowButton.black .longArrow:after{
	background-color:#31373e;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


/************************************************
*	23. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	font-family: 'Muli', sans-serif;
	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 2px;
	margin: 0px;
	border: 1px solid #E4E4E4;
	}

table.openingHours td{
	border:none;
	text-align:left;
}
/************************************************
*	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: 5px;
	font-weight:700;
	display:block;
	}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'],
form input[type='search'],
form textarea,
form select {
	display: block;
	background:none;
	color:#171a1c;
	font-size:21px;
	font-family: 'Muli', sans-serif;
	margin: 5px 0px;
	padding: 10px;
	border: 2px solid #171a1c;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'] {
	width: 100%;
	}
form textarea {
	width: 100% !important;
	}
form input[type='checkbox'],
form input[type='radio'] {
	margin:0px 0px 3px 0px;
	vertical-align:middle;
	display:inline-block;
	padding:0px;
	appearance:none;
	-webkit-appearance:none;
	border:2px solid #171a1c;
	width:16px;
	height:16px;
	cursor:pointer;
	}
form input[type='checkbox']:checked,
form input[type='radio']:checked{
	background-color:#000;
}
form input[type='submit'] {
	margin-top: 0px;
	}
form select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-image:url(images/select.png);
	background-repeat:no-repeat;
	background-position:100% center;
	}


/*formidable*/
.frm_submit:before{
	content:" ";
	display:block;
	clear:both;
	width:100%;
}
.frm_submit{
	margin-top:6px;
	display:block;
	width:100%;
	float:left;
	text-align:right;
}
.frm_form_field{
	padding-bottom:15px;
}
.frm_form_field.frm_section_heading.form-field {
    padding-top: 2%;
}
.frm_form_field h3{
	font-size:1.9em;
}
.frm_checkbox label, .frm_radio label{
	font-weight:normal;
	margin:5px 0px 0px;
	cursor:pointer;
}
.frm_range_container input{
	margin:0px;
}
/*Input Range*/
.frm_range_value:before{
	content:"$";
}
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow:none;
  background: #eee;
  border-radius: 0px;
  border:none;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  background: #f8d138;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow:none;
  background: #171a1c;
  border-radius: 0px;
  border:none;
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  background: #f8d138;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}


/************************************************
*	25.	CSS3 Styles								*
************************************************/

a, a:link {
	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);
	 	}
	}
@-ms-keyframes "spin" {
	 from {
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-ms-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	 				     	    *
************************************************/
/*Products Grid*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-size:23px;
	padding:30px 0 15px;
}
.woocommerce ul.products li.product .price{
	font-size:21px;
	font-weight:300;
	color:#1d1f21;
}

/*Single Product*/
.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size:34px;
	color:#1d1f21;
	font-weight:300;
}
.woocommerce .quantity .qty{
	margin:0px;
}

/*Cart*/
#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;
	line-height:1.1;
	width:40%;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled{
	padding:15px 20px;
}

.woocommerce-info{
	border-top-color:#ff6d00;
}
.woocommerce-info:before{
	color:#ff6d00;
}

.woocommerce-message{
	border-top-color:#41bf5f;
}
.woocommerce-message:before{
	color:#41bf5f;
}


/************************************************
*	27.	Grid	 					     	    *
************************************************/

#wrap {
	margin: 0px auto;
	padding: 0px;
	max-width:1920px;
	}
.container {
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
	}
.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; }

/** Accordion Custom*/
.TA_accordion_title{
	background:#31373e !important;
	color:#fff;
}
.TA_accordion_title:before{
	border-color:#fff transparent !important;
}
.TA_accordion_title.active{
	background:#000 !important;
}
.TA_accordion_content{
	background:#f5f5f5 !important;
}

/*Wordpress Popup*/
.wph-modal.wph-modal--popup{
	width:90% !important;
	padding:0px !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: 0px;
    position: absolute !important;
    text-align:left !important;
    top: 0px;
}
.wph-modal .wph-modal--close a{
	background-color:#171a1c !important;
	color:#fff !important;
    border-radius: 40px;
    line-height: 1em !important;
    padding:10px !important;
    text-decoration: none !important;
	font-size: 15px !important;
	position: absolute;
	left: -15px;
    top: -15px;
	z-index:9999;
}

.wph-modal--message form input[type="submit"]{
	font-family:"Muli",sans-serif !important;
	font-weight:700 !important;
	color:#000 !important;
	border:none !important;
}
/*custom shortcode styles*/
body:not(.wp-admin) .wph-modal--mask{
	background-color:rgba(255, 255, 255, 0.9) !important;
}
.hustle_popup_content{
	color:#000 !important;
	font-family:"Muli",sans-serif;
	padding:10%;
}
.wph-modal .wph-modal--content .wph-modal--message h1, .wph-modal .wph-modal--content .wph-modal--message h2, .wph-modal .wph-modal--content .wph-modal--message h3, .wph-modal .wph-modal--content .wph-modal--message h4, .wph-modal .wph-modal--content .wph-modal--message h5, .wph-modal .wph-modal--content .wph-modal--message h6{
	color:#000 !important;
}
.hustle_popup_content > p {
    font-size: 1.35em !important;
	color:#333 !important;
	line-height: 1.3em !important;
}
.wph-modal .wph-modal--content .wph-modal--message h2{
	font-family:"Muli",sans-serif !important;
	font-weight:700 !important;
	font-size:3.8em !important;
	line-height:1 !important;
	margin-bottom:.6em !important;
}
.wph-modal-never-see-again{
	font-size: 0.75em !important;
}
.wph-modal.wph-modal--minimal footer{
	background:none !important;
	border:none !important;
	padding:10px 20px 20px !important;
}
.wph-modal .wph-modal--hide a, .wph-modal footer a{
	color: #333 !important;
    font-size: 0.86em !important;
}

.animateWords{
	position:relative;
}
.animateWords span{
	display:block;
	line-height:normal;
	overflow:visible;
}
