/*
Theme Name: IronLift
Theme URI: http://themes.kapp.rw/ironlift
Author: Kapp Studio
Author URI: https://themeforest.net/user/kapp-studio/?ref=kapp-studio
Description: Creative Fitness / Gym WordPress Theme
Version: 1.0.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ironlift
Tags: one-column,two-columns, right-sidebar, left-sidebar, custom-colors,custom-menu
*/


/************************************************************************
*
* Contents
* 
* 01. General Styles
* 02. Alerts
* 03. Buttons
* 04. Forms
* 05. Header
* 06. Header-v2
* 07. Footer
* 08. Sections
* 09. Page Title
* 10. Home Slider
* 11. Features Section
* 12. Trainers Section
* 13. Join Us Section
* 14. Contact Us Section
* 15. Pricing Tables
* 16. Tips Slider
* 17. Partners Section
* 18. Product Grid
* 19. Statistics Section
* 20. Post Slider
* 21. Image Gallery Grid
* 22. Testimonial-Slider
* 22. Portfolio grid
* 23. About Us Page
* 24. Contact Us Page
* 25. Shop Single
* 26. Blog grid
* 27. Blog Sidebar
* 28. Blog Single
* 29. Woocommerce
**/


/* ==========================================================================
   01. General Styles
   ========================================================================== */

/* Typography
   ========================================================================== */

html, body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #435266;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling:touch;
}

body.boxed-v {
    max-width: 1260px;
    margin: 20px auto;
    box-shadow: 0 0 40px #8d8d8d;
    width:98%
}

.d-block {
    display:block !important;
}

.d-table {
    display:table !important;
}

.mt-0 {
    margin-top:0 !important;
}

.mt-10 {
    margin-top:10px !important;
}

.mt-20 {
    margin-top:20px !important;
}

.mt-30 {
    margin-top:30px !important;
}

.mt-40 {
    margin-top:40px !important;
}

.mt-50 {
    margin-top:50px !important;
}

.mb-0 {
    margin-bottom:0 !important;
}

.mb-10 {
    margin-bottom:10px !important;
}

.mb-20 {
    margin-bottom:20px !important;
}

.mb-30 {
    margin-bottom:30px !important;
}

.mb-40 {
    margin-bottom:40px !important;
}

.mb-50 {
    margin-bottom:50px !important;
}

.pt-100{
    padding-top:100px;
}

.pt-150{
    padding-top:150px;
}

.pb-80 {
    padding-bottom:80px;
}
.ptb-60 {
    padding-top:60px !important;
    padding-bottom:60px !important;
}

.ptb-80 {
    padding-top:80px;
    padding-bottom:80px;
}

.ptb-100 {
    padding-top:100px;
    padding-bottom:100px;
}

.pl-25 {
    padding-left:25px !important
}
a {
	color: #ffffff;
	-webkit-transition: .3s;
	transition: .3s;
	outline: none !important;
}
a:hover {
	color: #ff5534;
	text-decoration: none;
}
a.no-border {
    padding: 0;
    border: none;
    letter-spacing: 0;
}
a.no-border:hover {
    color: #ff5534;
    background-color: transparent;		
}
a:focus {
	color: #ff5534;
	text-decoration: none;
}
a img {
	display: none;
}
img {
	width: auto;
}
p {
	margin-bottom: 20px;
	color: #76767a;
	font-size: 18px;
}
p.small {
	font-size: 14px;
}
p.no-margin-bottom {
	margin-bottom: 0;
}
h1 {
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	margin-bottom: 30px;
	line-height: 45px;
	text-transform: uppercase;
}
h1>span {
	margin-left: 8px;
}
h1.dark {
	color: #1f2730;
}
h1.small {
	font-size: 30px;
	font-weight: 900;
}
h2 {
	font-size: 23px;
	line-height: 30px;
	font-weight: 900;
	display: inline-block;
	color: #ffffff;
	margin: 0;
	margin-bottom: 28px;
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	letter-spacing: 1.4px;
}
h2.dark {
	color: #1f2730;
	margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
h2.dark a {
    color: #1f2730;
}
h2.dark.half-border-bottom:after {
    content: "";
    position: absolute;
    border: 2px solid #e5e5e5;
    width: 32%;
    left: 0;
    bottom: 0;
}
p + h2, .row + h2, blockquote + .row>.col-md-6>h2, .panel-group + .row>.col-md-6>h2, canvas + h2 {
	margin-top: 48px;
}
h3 {
	margin: 0;
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	display: inline-block;
	padding: 4px 0;
	margin-bottom: 7px;
	text-transform: uppercase;
}
h3.dark {
	color: #1a1c28;
}
h4 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	margin-bottom: 30px;
}
h4.grey {
	color: #6f6f6f;
	font-weight: 400;
}
h4.grey.padding {
	margin-bottom: 50px;
	padding: 0 124px;
}
h5 {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #142440;
	letter-spacing: 1.4px;
	margin: 0;
	margin-bottom: 24px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #2f3c4e;
	letter-spacing: .7px;
	text-transform: uppercase;
	margin: 0;
}

.comments-closed-title {
    margin-bottom:-15px !important
}
.section-title h1 {
	font-size: 50px;
}

span.orange {
	color: #ff5534;
}
li.icon .fa {
	padding-right: 10px;
}
ul>li.icon {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 25px;
}
.list-unstyled {
}
.image-slider {
	margin-bottom: 24px;
}
.image-slider.owl-theme .owl-nav {
	margin: 0;
	display: inline-block;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
}
table {
    width:100%;
}

table td,
table th {
    padding:5px;
}
blockquote {
	border: none;
	padding: 0;
    margin-top:24px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	position: relative;
	padding-left: 38px;
	padding-top: 36px;
	font-style: italic;
	letter-spacing: .1px;
    display:block;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.nivo-lightbox-theme-default * {
	-webkit-box-sizing: initial !important;
	box-sizing: initial !important;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, 0.8);
}
.row.no-gutter,
.no-gutter .row {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.no-gutter .row [class*='col-']:not(:first-child),
.no-gutter .row [class*='col-']:not(:last-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.aligned-cols {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.aligned-cols>.col-sm-1, .aligned-cols>.col-sm-10, .aligned-cols>.col-sm-11, .aligned-cols>.col-sm-12, .aligned-cols>.col-sm-2, .aligned-cols>.col-sm-3, .aligned-cols>.col-sm-4, .aligned-cols>.col-sm-5, .aligned-cols>.col-sm-6, .aligned-cols>.col-sm-7, .aligned-cols>.col-sm-8, .aligned-cols>.col-sm-9 {
	display: table-cell;
	float: none;
	vertical-align: top;
	height: 100%;
}
.aligned-cols>.col-md-1, .aligned-cols>.col-md-10, .aligned-cols>.col-md-11, .aligned-cols>.col-md-12, .aligned-cols>.col-md-2, .aligned-cols>.col-md-3, .aligned-cols>.col-md-4, .aligned-cols>.col-md-5, .aligned-cols>.col-md-6, .aligned-cols>.col-md-7, .aligned-cols>.col-md-8, .aligned-cols>.col-md-9 {
	display: table-cell;
	float: none;
	vertical-align: top;
	height: 100%;
}
.aligned-cols.no-padding>.col-sm-1, .aligned-cols.no-padding>.col-sm-10, .aligned-cols.no-padding>.col-sm-11, .aligned-cols.no-padding>.col-sm-12, .aligned-cols.no-padding>.col-sm-2, .aligned-cols.no-padding>.col-sm-3, .aligned-cols.no-padding>.col-sm-4, .aligned-cols.no-padding>.col-sm-5, .aligned-cols.no-padding>.col-sm-6, .aligned-cols.no-padding>.col-sm-7, .aligned-cols.no-padding>.col-sm-8, .aligned-cols.no-padding>.col-sm-9, .aligned-cols.no-padding>.col-md-1, .aligned-cols.no-padding>.col-md-10, .aligned-cols.no-padding>.col-md-11, .aligned-cols.no-padding>.col-md-12, .aligned-cols.no-padding>.col-md-2, .aligned-cols.no-padding>.col-md-3, .aligned-cols.no-padding>.col-md-4, .aligned-cols.no-padding>.col-md-5, .aligned-cols.no-padding>.col-md-6, .aligned-cols.no-padding>.col-md-7, .aligned-cols.no-padding>.col-md-8, .aligned-cols.no-padding>.col-md-9 {
	padding: 0;
}
.aligned-cols>.aligned-bottom {
	vertical-align: bottom;
}
.aligned-cols>.aligned-middle {
	vertical-align: middle;
}
.aligncenter {
	display: block;
	margin: 24px auto;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-bottom: 24px;
}
.spacer {
	margin-bottom: 80px;
}
.spacer-s {
	margin-bottom: 45px;
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}

.page-container p {
    line-height:1.7
}

.widget {
    position:relative;
}
.widget ul {
    padding-left:0;
    width:100%
}

.sidebar  .widget ul li {
    padding-left:20px;
    position:relative;
    list-style:none
}

.sidebar .widget ul li:before {
    content:"\f105";
    font-family:"FontAwesome";
    font-size:16px;
    left:0;
    position:absolute;
    top:0;
}
.widget ul ul {
    padding-left:6px;
}

.widget ul ul ul {
    padding-left:2px;
}

.widget ul ul ul ul {
    padding-left:0
}
.sidebar .widget .widgettitle {
    font-size:24px;
    line-height:32px;
    color:#1a1c28;
    text-transform:uppercase;
    display:block;
    width:100%;
    text-align:center;
    position:relative;
    margin-bottom:70px;
    margin-top:15px;
}
.sidebar .widget .widgettitle:before {
    content:"";
    position: absolute;
    bottom: -85px;
    left: 50px;
    width: 60%;
    height: 161px;
    border-right: 5px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    background: #ffffff;
    -webkit-transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    -ms-transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.mini-cart-wrapper {
    
}
.mini-cart-wrapper .cart-icon {
    cursor:pointer;
    display:block;
    text-align:right;
}
.mini-cart-wrapper:hover .mini-cart-contents{
    visibility:hidden;
    opacity:0
}
.mini-cart-wrapper .mini-cart-contents {
    position:absolute;
     visibility:hidden;
    opacity:0;
    background:inherit;
    transition:all 0.4s;
    min-width: 300px;
    background:#111c27;
    z-index: 3;
    padding: 30px;
    box-shadow: 0 0 15px rgba(17, 28, 39, 0.29);
    left:0;
}

.mini-cart-contents ul {
    padding:0;
    margin:0;
}

.mini-cart-contents li {
    display:block;
}
.mini-cart-contents li a {
    display:inline-block;
    padding:0
}
.mini-cart-contents .buttons a {
    font-size:12px;
    float:left;
    padding:10px;
}
.mini-cart-contents li a img {
    display:inline-block;
    max-width:50px;
}
.mini-cart-contents li .quantity {
    display:block
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin:0
}

.not-found-search-wrapper {
    margin:10px auto;
    float:none
}

.not-found-search-wrapper input::-webkit-input-placeholder{
    color:rgb(100, 100, 100);
}
.not-found-search-wrapper input::-moz-placeholder{
    color:rgb(100, 100, 100);
}
.not-found-search-wrapper input:-moz-placeholder{
    color:rgb(100, 100, 100);
}
.not-found-search-wrapper input:-ms-input-placeholder{
    color:rgb(100, 100, 100);
}
 
.not-found-search-wrapper .button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top:10px
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  background: rgba(26, 28, 40,0.97);
  z-index: 9999;
  padding: 200px 0;
}


.preloader-wrapper img {
	vertical-align: middle;
	width: 120px
}

.article-nav {
    display:block;
    margin:50px 0 0px;
    clear:both;
}
.article-nav:after {
    content:"";
    display:block;
    position:relative;
    clear:both;
    height:1px;
    width:100%
}
.article-nav span a{
    font-weight:bold;
    font-size:12px;
    padding:10px 15px;
    border:2px solid #e5e5e5;
    color:#111c27;
    position:relative;
    display:inline-block;
}

.article-nav .prev a:before {
    content:'\f104';
    font-family:"FontAwesome";
    position:absolute;
    left:20px;
    margin-top:-1px;
}
.article-nav .next a:before {
    content:'\f105';
    font-family:"FontAwesome";
    position:absolute;
    right:20px;
    margin-top:-1px;
}
.article-nav .prev {
    float:left;
}
.article-nav .prev a {
    padding-left:35px;
}

.article-nav .next a {
    padding-right:35px;
}
.article-nav .next {
    float:right;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}				
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}
@media all and (max-width: 1200px) {
	h4.grey.padding {
		padding: 0;
	}	
}
@media all and (max-width: 992px) {
	.aligned-cols-md {
		display: block;
	}
	.aligned-cols .col-md-1, .aligned-cols .col-md-10, .aligned-cols .col-md-11, .aligned-cols .col-md-12, .aligned-cols .col-md-2, .aligned-cols .col-md-3, .aligned-cols .col-md-4, .aligned-cols .col-md-5, .aligned-cols .col-md-6, .aligned-cols .col-md-7, .aligned-cols .col-md-8, .aligned-cols .col-md-9 {
		display: block;
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.aligned-cols {
		display: block;
	}
	.aligned-cols .col-sm-1, .aligned-cols .col-sm-10, .aligned-cols .col-sm-11, .aligned-cols .col-sm-12, .aligned-cols .col-sm-2, .aligned-cols .col-sm-3, .aligned-cols .col-sm-4, .aligned-cols .col-sm-5, .aligned-cols .col-sm-6, .aligned-cols .col-sm-7, .aligned-cols .col-sm-8, .aligned-cols .col-sm-9 {
		display: block;
		width: 100%;
	}
	.col-spacer {
		display: block;
		margin-bottom: 24px;
	}
	.section-title h1 {
		font-size: 40px !important;
        line-height: 48px !important;
        margin-bottom: 15px;
	}
	.breadcrumb {
		padding: 0 36px;
		line-height: 24px;
		padding-top: 24px;
	}
	.breadcrumb li {
		margin-bottom: 24px;
	}
}

/* ==========================================================================
   02. Alerts
   ========================================================================== */

.alert {
	font-size: 14px;
	line-height: 24px;
	padding: 13px 18px;
	border-radius: 0;
	margin-bottom: 32px;
	font-weight: 700;
	letter-spacing: 5.6px;
	text-transform: none;
	text-align: left;
	text-transform: uppercase;
}
.alert-success {
	background: #d9efd8;
	border: none;
	color: #6dc068;
}
.alert-info {
	background: #f5f7f8;
	color: #a1b1bc;
	border: none;
}
.alert-warning {
	background: #fcf8e3;
	border: none;
	color: #8a6d3b;
}
.alert-danger {
	background: #f2dede;
	border: none;
	color: #b84442;
}
.form-alert {
	display: none;
	margin-top: 32px;
	margin-bottom: 0;
}

/* ==========================================================================
   02. Breadcrumb
   ========================================================================== */

.breadcrumb {
    list-style:none;
    padding:0;
    background:none;
    font-weight:600;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size:16px;
}
.breadcrumb li:first-child a {
    color:#fff;
}
.breadcrumb > li + li {
    padding-left:15px;
    position:relative
}
.breadcrumb > li a > i  {
    padding:0
}
.breadcrumb > li + li::before {
    content:"\f105";
    font-family:"FontAwesome";
    position:relative;
    left:-7px;
}
/* ==========================================================================
   03. Buttons
   ========================================================================== */

.button {
	font-size: 22px;
	font-weight: 900;
	line-height: 40px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	outline: none !important;
	background: #ff5534;
	color: #fff;
	border: none;
	text-align: center;
	overflow: hidden;
	padding: 5px 24px;
	letter-spacing: 1.4px;
	-webkit-transform: skew(-12deg, 0deg);
	-ms-transform: skew(-12deg, 0deg);
	transform: skew(-12deg, 0deg);
	-webkit-transition: .3s;
	transition: .3s;
}
.button:hover {
    color: #fff;
}
.button:focus, .button:active, .button:visited {
	color: #fff;
}
.button i {
	padding-right: 11px;
	font-size: 20px;
	position: relative;
	top: 1px;
}
.button>span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.button div {
    -webkit-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg);
    display: inline-block;
}
.button.orange {
	background: #ff5534;
	color: #fff;
	border: 3px solid #ff5534;
}
.button.orange:hover {
	background: transparent;
	border: 3px solid #fff;
}
.button.transparent {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #fff;
    padding: 5px 35px;
}
.button.load-more {
    color: #161c2d;
    border-bottom: 3px solid #000000;
    padding: 0;
    font-size: 19px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    background: transparent;
}
.button.load-more:hover {
    border-bottom: 3px solid #ff5534;
}
.button.load-more.top-margin {
	margin-top: 30px;
}
.button.transparent:hover {
	background: #ff5534;
	border: 3px solid #ff5534;
}
.button-row {
	font-size: 0;
	z-index: 2;
	position: relative;
}
.btn-group>.btn:hover {
	z-index: 0;
}
.button-row .btn-group {
    vertical-align: top;
    margin-right: 27px;
}
.button-row .btn-group>.btn:first-child {
    margin-right: -15px;
}
.button-row .btn-group>.btn {
	padding: 16px 13px 16px 13px;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	top: -1px;
}
.button-row .btn-group>.btn:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -14px;
    z-index: -1;
    background: #ffffff;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: skew(12deg, 0deg);
    -webkit-transform: skew(12deg, 0deg);
    transform: skew(-12deg, 0deg);
}
.button-row .btn-group>.btn i {
	font-size: 22px;
	padding-right: 8px;
	color: #ff5534;
}
.button-row .button>span {
	padding: 0;
}
.button-row .button:before {
	padding: 0 35px;
}
@media all and (max-width: 1200px) {
	.button-row .button {
		margin-bottom: 12px;
	}
}
@media all and (max-width: 768px) {
	.button-row .button {
		letter-spacing: 3px;
	}
	.button-row .button:before {
		padding: 0 30px;
	}
}
@media all and (max-width: 480px) {
	.button {
		font-size: 14px;
	}
}

/* ============== Owl Carousel Default CSS ============== */

.owl-theme .owl-nav {
	margin: 0;
	display: inline-block;
}
.owl-theme .owl-nav [class*='owl-'] {
	border-radius: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 60px;
	padding: 0;
	background: none;
	font-size: 32px;
	color: #949fab;
	width: 40px;
	height: 40px;
	color: #fff;
	background: transparent;
	border: 3px solid #fff;
	font-size: 40px;
	line-height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: .25s;
	transition: .25s;
	font-weight: bold;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	-webkit-transform: rotate(-78deg);
	-ms-transform: rotate(-78deg);
	transform: rotate(-78deg);
}
.owl-theme .owl-nav [class*='owl-']:hover {
	color: rgb(255, 255, 255);
	border-color: #ff5534;
}
.owl-theme .owl-nav [class*='owl-'] i {
	line-height: inherit;
	-webkit-transition: .25s;
	transition: .25s;
	font-weight: bold;	
}
.owl-theme .owl-nav {
	border: none;
	display: block;
}
.owl-theme .owl-nav .owl-prev {
    right: 33.4%;
    top: 49%;
}
.owl-theme .owl-nav .owl-next {
    right: 32.8%;
    top: 41%;
}
.owl-theme .owl-nav .owl-prev:hover i {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}
.owl-theme .owl-nav .owl-next:hover i {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.owl-theme {
	text-align: center;
}


/* ==========================================================================
   04. Forms
   ========================================================================== */

input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select,.woocommerce-cart table.cart td.actions .coupon .input-text, textarea,.select2-container--default .select2-selection--single {
	display: block;
	width: 100%;
	background: #fff;
	border:2px solid #d9d9d9;
	line-height: 42px;
	height: 43px;
	font-size: 14px;
	color:  #797979;
	font-weight: 500;
	padding: 0 16px;
	outline: none !important;
	-webkit-border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 6px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 10px;
}

textarea {
	height: auto;
}
.form-group {
	margin-bottom: 30px;
	position: relative;
}
.extra-margin .form-group {
	margin-bottom: 40px;
}
form h6 {
	margin-bottom: 30px;
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	background-image: url('assets/images/dropdown.png');
	background-repeat: no-repeat;
	background-position: right 18px center;
	outline: none !important;
}
select::-ms-expand {
	display: none;
}
::-ms-clear {
	display: none;
}
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration { 
	display: none; 
}

.post-password-form label > input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])
{
  border-color:rgb(130,130,130);
  color:rgb(130,130,130);
}

.post-password-form input[type=submit] {
  border:none;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 20px;
  color:#fff;
  text-transform: uppercase;
}

p label {
    font-size:14px;
}
/* ==========================================================================
   05. Header
   ========================================================================== */

.header {
	position: relative;
    z-index:5;
}
.header .top {
	background: #1f2730;
	color: #ffffff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
}
.header .top .widgettitle {
    display:block;
    font-size:18px;
    clear:both;
    margin:0
}
.header .top .widget_categories ul li,
.header .top .widget_archive ul li,
.header .top .widget_pages ul li,
.header .top .widget_nav_menu .menu-item-has-children,
.header .top .menu ul li,
.header .top .sub-menu ul li {
    display: block;
    padding: 0;
    text-align: left;
    margin: 0;
    width: 100%;
    float:none
}

.header .top .sub-menu {
    position:static;
    display:block;
}

.header .top .widget_categories ul li:before,
.header .top-contacts .widget:not(:last-child)::before,
.header .top .widget_archive ul li:before,
.header .top .widget_pages ul li:before,
.header .top .widget_nav_menu ul li:before,
.header .top .sub-menu ul li:before {
  content: none !important;
}

.header .top a {
    color:#fff;
}
.top-collapse-open {
	display: none;
	text-align: center;
	color: #ffffff !important;
	font-size: 14px;
	-webkit-transition: .5s;
	transition: .5s;
}
.top-collapse-open.open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.top-contacts {
	float: left;
	line-height: 52px;
}
.top-contacts .widget_shopping_cart_content {
    float:right;
    display:table;
}
.top-contacts .widget {
    float:right;
    padding:0 5px;
    display:inline-block;
    position:static
}
.top-contacts .widget:not(:first-child){
    padding-right:10px;
}
.top-contacts .widget:not(:last-child):before {
    content: "/";
    position: relative;
    left: -15px;
    font-size: 13px;
    float:left;
}
.top-contacts ul {
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
.top-contacts ul>li {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	text-align: center;
}
.top-contacts ul>li:first-of-type {
	padding-left: 0;
}
.top-contacts ul>li:not(:first-child):before,.top-contacts>ul>li:not(:first-child):after  {
	content: "/";
	position:absolute;
	top: 0;
	font-size: 14px;
	font-weight: 200;
    left:0
}
.top-contacts ul>li:nth-child(2n):before {
	left: 0;
}
.top-contacts ul>li:nth-child(2n):after {
	right: 0;
}
.top-contacts i {
	color: #ff5534;
	font-size: 14px;
	vertical-align: baseline;
	margin-right: 8px;
}
.top-contacts i.fa-map-marker {
	font-size: 18px;
}
.top-contacts.right {
	float: right;
    position:relative;
}
.top-contacts.right>ul>li:last-of-type {
	padding-right: 0;
}
.top-contacts.right ul>li:nth-child(2n):after {
	content: none;
}
.header .top button {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.header .top button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header .top button:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header .top button i {
	color: #ffffff;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 8px;
}
.header .top button i.right {
	margin-left: 8px;
	margin-right: 0;
	font-size: 10px;
}
.header .bottom-v1 {
	position: relative;
	background: #ffffff;
}
.header .bottom-v1 .container {
	position: relative;
	background-color: #ff5534;
	-webkit-transform: skewX(-16deg);
	-ms-transform: skewX(-16deg);
	transform: skewX(-16deg);
	padding: 0 30px;
}
.header .bottom-v1 .right {
	float: right;
	-webkit-transform: skewX(16deg);
	-ms-transform: skewX(16deg);
	transform: skewX(16deg);
    position:relative;
    z-index:10
}
.header .bottom-v1 .right .search-open {	
	font-size: 20px;
	color: #fff;
    line-height: 67px;
}
.header .bottom-v1 .right .search-open:hover {
	color: #1f2730;
}

@media all and (max-width: 1200px) {
    
	.header .top {
		line-height: 36px;
		padding: 12px 0 0;
	}
	.header .top .top-contacts.right {
		float: none;
	    text-align: center;
    	margin-top: 16px;
    	margin-bottom: 10px;
	}
	.top-contacts {
		float: none;
		text-align: center;		
	}
	.top-contacts>ul>li {
		margin-right: 0;
		border: none;
	}
	.top-collapse-open {
		display: block;
		line-height: 50px;
	}
	.top-contacts>ul>li:first-of-type {
		padding-left: 20px;
	}
}
@media all and (max-width: 768px) {
	.header .bottom-v1 .right {
		text-align: center;
		float: right;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.header .bottom-v1 {
	    padding: 0;
	}
	.header .bottom-v1 .container {
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

}
@media all and (max-width: 480px) {
	.top-contacts.right>ul>li:first-of-type {
		padding-left: 20px;
	}

    .top-contacts.right {
         margin:auto;
         display:table;
         clear:both;
         float:none
     }
}

@media (max-width: 767px){
     .header .top-contacts.right {
         margin:auto;
         display:table;
         clear:both;
     }
}

@media (max-width: 992px){
     .header .top-contacts.right {
         margin:auto;
         display:table;
         clear:both;
     }
}

/* ======= Logo ======= */

.header .logo {
	height: 170px;
	font-size: 0;
	text-align: center;
}
.header .logo:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header .logo a {
	display: inline-block;
	vertical-align: middle;
	max-height: 170px;
}

/* ======= Navigation ======= */

.navigation-v1 {
	position: relative;
	float: left;
	z-index: 9;
	font-size: 0;
	line-height: 0;
	height: 70px;
}
.main-nav {
	display: inline-block;
	vertical-align: top;
}
.main-nav  li {
    position:relative;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav ul > li {
	display: inline-block;
	margin-left: 24px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 70px;
	padding: 0 20px;
}

.main-nav .children,
.main-nav .sub-menu {
    visibility: hidden;
    opacity: 0;
    background: #111c27;
    box-shadow:0 0 15px rgba(17, 28, 39, 0.16);
    position: absolute;
    transition: all .5s;
    z-index: 999;
    padding-left: 0;
    width: 200px;
    right: auto;
    left: 15%;
    -moz-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    -o-transform: skewX(16deg);
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
}

.main-nav .children > li,
.main-nav .sub-menu > li {
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    -webkit-transform:none;
    transform:none;
}

.main-nav ul:not(.children) > li > .children,
.main-nav ul:not(.sub-menu) > li > .sub-menu{
     top:90px;
}
.main-nav ul:not(.children) > li > .children:before,
.main-nav ul:not(.sub-menu) > li > .sub-menu:before {
    content:"";
    position:absolute;
    left:5%;
    top:-6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #111c27;
}

.main-nav .children a,
.main-nav .sub-menu a {
    font-size: 13px;
    line-height: 1.6;
    padding: 5px 10px;
    display: block;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}    

.main-nav .children li,
.main-nav .sub-menu li {
    padding:10px 10px;
    margin:0;
    line-height:1.8;
    min-height:0;
    position:relative;
    display:block;
    width:100%
}

.main-nav .children li:not(:last-child),
.main-nav .sub-menu li:not(:last-child){
    border-bottom:1px solid #1f2730
}

.main-nav li:hover > .children,
.main-nav li:hover > .sub-menu
 {
    visibility:visible;
    opacity:1;
    left:25%;
}

.main-nav ul>li:hover {
	background: #1f2730;
}
.main-nav ul>li:first-of-type {
	margin: 0;
}
.main-nav ul > li > a {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
     -webkit-transform: skewX(16deg) !important;
    -ms-transform: skewX(16deg) !important;
    transform: skewX(16deg) !important;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transition: .3s;
	transition: .3s;
}

.navigation-v1  ul:not(.children):not(.sub-menu) > li > a {
	border-bottom: 3px solid;
	line-height: 35px;
}

.main-nav li .children .children,
.main-nav li .sub-menu .sub-menu {
    right:-100% !important;
    left:auto !important;
}


.navigation-v1 li > .children .children,
.navigation-v1 li > .sub-menu .sub-menu  {
  transform:none !important;
}

.cart-menu {
	margin-left: 23px;
}
.cart-menu .btn {
    padding: 11px 28px 11px 12px;
    color: #878787;
    background-color: transparent;
    border-color: #d5d5d5;
}
.cart-menu .btn:focus, .cart-menu .btn:active, .cart-menu .btn:hover {
	background: none;
	outline: none;
	color: #000;
}
.cart-menu .btn:focus, .cart-menu .btn:active {
	border-color: #d5d5d5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cart-menu .caret-dropdown {
	padding: 11px 18px 9px 17px;
    color: #fff;
    display: inline-block;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -1px;
}
.cart-menu i {
	padding-right: 10px;
}
.navigation-v1 .button {
	background: #1fa9f5;
	font-size: 14px;
	padding: 0 18px;
	margin-left: 11px;
}
.responsive-menu-open {
	font-size: 33px;
	line-height: 70px;
	text-align: center;
	color: #ffffff !important;
	display: none;
	position: relative;
	-webkit-transform: skewX(16deg);
	-ms-transform: skewX(16deg);
	transform: skewX(16deg);
}
.responsive-menu-open i{
    color:#fff !important;
}
.responsive-menu-open:hover {
	opacity: 1;
	color: #1f2730;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #1f2730;
	z-index: 999999;
	padding: 28px;
	padding-top: 60px;
	padding-bottom: 0;
	overflow-y: scroll;
	-webkit-transition: .25s;
	transition: .25s;
	font-size: 0;
	line-height: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.8px;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu .responsive-menu-open {
	display: none;
}
.responsive-menu-close {
	position: absolute;
	top: 28px;
	right: 28px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
}
.responsive-menu-close:hover {
	opacity: 1;
}
.responsive-nav>ul>li {
	border-bottom: 1px solid #2b3a52;
}
.responsive-nav>ul>li:last-of-type {
	border-bottom: none;
}
.responsive-nav ul {
	margin-bottom: 0;
}
.responsive-nav ul>li a {
	font-size: 14px;
	color: #fff;
	padding: 12px 0;
	line-height: 16px;
	display: block;
	position: relative;
}
.responsive-nav ul>li ul {
	background: #1c2c45;
	margin: 12px -28px;
	padding-left: 56px;
	padding-right: 28px;
}
.responsive-nav ul>li ul>li:first-of-type {
	padding-top: 12px;
}
.responsive-nav ul>li ul>li:last-of-type {
	padding-bottom: 12px;
}
.responsive-nav ul>li ul>li ul {
	background: #21334d;
	margin-left: -56px;
	padding-left: 84px;
}
.responsive-nav ul>li ul>li a:hover {
	color: #fff;
}
.responsive-nav ul>li>a i {
	float: right;
	-webkit-transition: .5s;
	transition: .5s;
}
.responsive-nav ul>li.collapse-active>a i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.responsive-nav>ul>li {
	padding: 16px 0;
}
.responsive-nav ul>li a:hover {
	opacity: 1;
	color: #ff5534;
}
.responsive-nav ul>li.active>a {
	color: #ff5534;
}
.no-scroll {
	overflow: hidden !important;
}
@media all and (max-width: 1200px) {
	.main-nav {
		display: none;
	}
	.responsive-menu-open {
		display: inline-block;
	}
}
@media all and (max-width: 768px) {
	.navigation-v1 {
		float: left;
		text-align: center;
		height: 52px;
	}
	.navigation-v1 .search-open, .responsive-menu-open, .navigation-v1 .cart-open {
		line-height: 70px;
	}
	.responsive-menu-open {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.navigation-v1 .cart-open .number {
		top: 21px;
	}
}

@media all and (max-width: 455px) {
	.cart-menu {
		margin-top: 18px;
	}
}

/* ======= Shopping Cart ======= */

.shopping-cart-wrapper {
	position: relative;
}
.shopping-cart {
	background: #ffffff;
	padding: 20px;
	position: absolute;
	right: 14px;
	top: 100%;
	color: #435266;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .7px;
	line-height: 24px;
	width: 351px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 8;
}
.shopping-cart.open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.shopping-cart .item {
	margin-bottom: 20px;
	position: relative;
}
.shopping-cart .item .image {
	float: left;
	background: #2f3c4e;
	text-align: center;
	width: 100px;
}
.shopping-cart .item .content {
	margin-left: 120px;
	margin-top: 14px;
}
.shopping-cart .item .remove {
	color: #435266;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 20px;
}
.shopping-cart h6 a {
	color: #2f3c4e;
}
.shopping-cart p {
	margin-bottom: 0;
}
.shopping-cart .buttons {
	font-size: 0;
	line-height: 0;
}
.shopping-cart .button {
	line-height: 35px;
	padding: 5px 20px;
}
.shopping-cart .buttons .button:first-of-type {
	float: left;
}
.shopping-cart .buttons .button:last-of-type {
	float: right;
}
@media all and (max-width: 768px) {
	.shopping-cart {
		width: 100%;
	}
	.shopping-cart .item .content {
		margin-top: 0;
	}
	.shopping-cart .item .remove {
		position: relative;
		top: 0;
		margin-left: 20px;
	}
	.shopping-cart .buttons .button:first-of-type {
		float: none;
	}
	.shopping-cart .buttons .button:last-of-type {
		float: none;
		margin-top: 20px;
	}
}

/* ==========================================================================
   05. Header v2
   ========================================================================== */

/* ======= Logo v2 ======= */

.header .bottom-v2 .logo {
	float: left;
	max-width: 194px;
}

/* ======= Navigation v2 ======= */

.navigation-v2 {
	position: relative;
	float: right;
	height: 170px;
	font-size: 0;
	line-height: 0;
}
.navigation-v2 .main-nav ul>li {
	line-height: 170px;
	margin-left: 18px;
	padding: 0 15px;
}
.navigation-v2 .main-nav ul>li:hover {
	background: transparent;
}
.navigation-v2 .main-nav ul>li:last-of-type {
	padding-right: 0;
}
.navigation-v2 .main-nav ul>li a {
	color: #1f2730;
	line-height: 38px;
	border-bottom: 3px solid #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: .3s;
	transition: .3s;
}
.navigation-v2 .main-nav ul>li a:hover {
	border-bottom: 3px solid;
}
.navigation-v2 .responsive-menu-open {
    transform:none;
    margin-left:25px;
    top:5px;
}
.navigation-v2 .search-open {
	font-size: 20px;
	color: #1f2730;
	line-height: 170px;
	margin-left: 55px;
	-webkit-transition: .3s;
	transition: .3s;
}

.navigation-v2 .main-nav ul > li {
     -webkit-transform: skewX(-16deg) !important;
    -ms-transform: skewX(-16deg) !important;
    transform: skewX(-16deg) !important;
}

@media all and (max-width: 1200px) {

}
@media all and (max-width: 768px) {

}

/* ======= Search Bar ======= */

.search-bar {
	position: absolute;
	top: -58px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
	height: 170px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .25s;
	transition: .25s;
}
.search-bar.open {
	top: 52px;
	opacity: 1;
	visibility: visible;
}
.search-bar .container {
	position: relative;
}
.search-bar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	border: none;
	padding: 0;
	line-height: 170px;
	height: 170px;
	font-size: 20px;
	color: #1f2730;
}
.search-bar button {
	margin: 0;
	line-height: 170px;
	position: absolute;
	top: 0;
	right: 65px;
	color: #1f2730;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
	-webkit-transition: .3s;
	transition: .3s;
}

.search-close {
    position: absolute;
    right: 11px;
    line-height: 170px;
    color: #000;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0;
}

.search-bar input::-webkit-input-placeholder {
	color: #000;
}
.search-bar input:-moz-placeholder {
	color: #000;
}
.search-bar input::-moz-placeholder {
	color: #000;
}
.search-bar input:-ms-input-placeholder {  
	color: #000;
}
@media all and (max-width: 480px) {
	.search-bar {
		height: 170px;
		top: -68px;
	}
	.search-bar.open {
		top: 60px;
	}
	.search-bar .container {
		position: initial;
	}
	.search-bar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
		text-align: center;
		line-height: 97px;
		height: 100px;
	}
	.search-bar button {
		line-height: 21px;
		top: 50%;
		display: block;
		width: 100%;
		right: 0;
	}
	.search-close {
		line-height: 18px;
		height: 18px;
		top: 50%;
		display: inline;
		width: 100%;
		bottom: 40px;
		left: 93%;
	}
}

/* ==========================================================================
   07. Footer
   ========================================================================== */

.footer {
	text-transform: uppercase;
}
.footer .newsletter-form input[type=text],
.footer .newsletter-form input[type=email]  {
    background:none !important;
    color:#ffffff !important;
}

.footer .newsletter-form .btn {
    color:#fff;
}
.footer .social-icons-widget ul {
    margin-left:0
}
.footer .top {
	padding: 0 0 70px;
	background: #1a1c28;
	color: #fff;
	font-weight: 500;
}
.footer .top .footer-title {
    text-align: center;
    margin: 0 auto 110px;
    width: 237px;
    min-height: 116px;
    position: relative;
}
.footer .top .footer-title:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 118px solid transparent !important;
	border-right: 118px solid transparent !important;
	top: 100%;
	width: 0;
	border-top:27px solid;
    border-bottom:none !important;
	left: 0;
}
.footer .top .footer-title h2 {
    margin-bottom: 22px;
    margin-top: 15px;
}
.footer .top .footer-title img {
    margin: 0 auto;
    padding-top: 30px;
}

.footer .top .widgets p {
	margin: 0 0 30px 0;
	text-transform: none;
	line-height: 29px;
}
.footer .top .widgets ul li {
	display: inline-block;
}
.footer .top .contact-info ul li {
	display: block;
}
.footer .top .contact-info ul {
	line-height: 42px;
}
.footer .top .contact-info ul a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

.footer .top .contact-info ul>li i {
    font-size: 18px;
    margin-right: 11px;	
}
.footer .recent-posts {
    position: relative;
    padding-top: 18px;
}
.footer .recent-posts .media-body {
    vertical-align:middle;
    padding-left:10px;
}
.footer .recent-posts .media-body a{
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
}

.footer .recent-posts img {
    border: 3px solid #FFF;
    max-width: 80px;
    cursor: pointer;
}
.footer .recent-posts .post-thumb a:hover:before {
	opacity: .9;
}

.footer .recent-posts .post-thumb a:before {
    content: "\f067";
    font-family:"FontAwesome";
    background: #ff5534 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    top: 17px;
    left: 3px;
    right: 0;
    width: 74px;
    height: 74px;
    line-height:74px;
    display: block;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.footer .recent-posts .post-thumb a {
    position:relative;
    overflow:hidden;
}
.footer .recent-posts .media-body p {
    margin-top: 0;
    margin-bottom: 2px;
}

.footer .recent-posts h2 {
	line-height: 20px;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 20px;
	font-weight: 600;
}

.footer .recent-posts .post-date.color-theme {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	word-wrap: break-word;
	overflow-wrap: break-word;
    color:#9b9fa3
}
.footer .recent-posts .post-date i {
    display:none;
}
.footer .widgets .widget > h2,
.footer .widgets .widget_categories > h2 {
    margin-bottom:28px !important;
    margin-top:28px;
}

.footer .widgets .widget ul li {
    display:block
}
.newsletter-form {
    overflow: hidden;
    margin-bottom: 35px;
}
.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    position: relative;
    border: none;
    border-left: 2px solid #fff;
    z-index: 1;
    height: 52px;
    line-height: 51px;
}
.newsletter-form .form-group {
	position: relative;
    float: left;
    width: 87%;
    z-index: 1;
    margin-bottom: 0;
}
.newsletter-form .form-group:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -5px;
    border: 2px solid #fff;
    -webkit-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    z-index: 0;
}
.newsletter-form .form-submit {
    float: right;
    width: 13%;
}
.newsletter-form .form-submit .btn {
    background: #ff5534;
    font-size: 20px;
    border-radius: 0;
    -webkit-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    position: relative;
    left: -5px;
    padding: 12px 17px 10px;
}
.newsletter-form .form-submit .btn i {
    -webkit-transform: skew(12deg,0deg);
    -ms-transform: skew(12deg,0deg);
    transform: skew(12deg,0deg);
    left: -4px;
    position: relative;
    font-size: 22px;
}
.footer .widgets .social-icons-widget ul>li {
    margin-right: 30px;
    margin-bottom: 6px;
    padding:0;
    display: inline-block;
}
.footer .widgets .social-icons-widget ul>li a  {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display:block;
    color:#fff;
}
.footer .widgets .social-icons-widget ul>li a:hover {
	border: 2px solid #ff5534;
}
.footer .bottom {
	background: #0f1317;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
	color: #a1b2bc;
	text-align: center;
	overflow: hidden;
}
.footer .bottom .copyright-text p{
	color: #9b9fa3;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.footer .bottom .copyright-text a{
	color: #ff5534;
	padding: 0 4px;
}
@media all and (max-width: 1200px) {
	.footer .top .footer-title {
		margin-bottom: 70px;
	}
	.newsletter-form .form-group {
		width: 80%;
	}
	.newsletter-form .form-submit {
		width: 20%;
	}
}
@media all and (max-width: 768px) {
	.footer .bottom {
		height: auto;
		line-height: 24px;
		padding: 24px 12px;
	}
	.widget-1, .widget-2 {
		margin-bottom: 40px;
	}
}

/* ==========================================================================
   08. Sections
   ========================================================================== */

.section {
	position: relative;
	background-size: cover;
	padding: 130px 0;
	background-position: center;
	background-repeat: no-repeat;
}
.section.no-padding {
	padding: 0;
}
.section.no-padding-top{
	padding-top: 0;
}
.section.no-padding-bottom {
	padding-bottom: 0;
}
.section.page-title{
	background: transparent;
	padding: 110px 0;
    background: rgba(23,36,52,.7);
    position: relative;
}
.section.page-title h1{
    font-size:50px;
}
.section.page-title .inner p {
    max-width:760px;
    margin-left:auto;
    margin-right:auto
}
@media all and (max-width: 768px) {
    .section {
    	padding: 65px 0;
    }
    .section.page-title h3 a {
        margin-bottom: 9px;
    	display: inline-block;
    }
    .section.page-title h3 a:last-of-type {
    	margin: 0;
    }
}


/* ==========================================================================
   09. Page Title
   ========================================================================== */

.section.page-title  {
	background: #1f2730;
	padding: 85px 0;	
	position: relative;
}
.page-title h1 {
    margin: 30px 0 20px;
}
.page-title h3 {
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page-title h3 i {
    padding: 0 10px;
}
.page-title p {
    font-size: 22px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 0;
}

/* ==========================================================================
   10. Home Slider
   ========================================================================== */
.home-slider {
	overflow: hidden;
	background: #1f2730;
}
.home-slider .item.text-left .row {
	height: 779px;
	text-align: left;
}
.home-slider .item .col-sm-5 {
	position: relative;
	height: 100%;
}
.home-slider .item .col-sm-5.text {
	background: #1f2730;
	width: 39.666667%;
	position: relative;
	z-index: 1;
	padding-right: 0;
}
.home-slider .item .col-sm-5.text:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 15px;
    z-index: -2;
    background: #1f2730;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: skew(-23deg, 0deg);
    -webkit-transform: skew(-23deg, 0deg);
    transform: skew(-12deg, 0deg);
}
.home-slider .item .col-sm-5.image .image-bg {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home-slider .item .col-md-offset-2.text {
	margin-left: 18.66666667%
}
.home-slider .item .col-sm-5.text>.text-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-slider .item h1 {
	opacity: 0;
	visibility: hidden;
	color:#fff;
	font-size: 110px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	line-height: 100px;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 0;
}

.home-slider .active .item h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.home-slider .active .item h2 {
	font-size: 32px;
	color: #ff5534;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}
.home-slider .item p {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	color: #9b9fa3;
	margin-bottom: 44px;
}
.home-slider .active .item p {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}
.home-slider .item .button {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2) skew(-12deg, 0deg);
	-ms-transform: scale(1.2) skew(-12deg, 0deg);
	transform: scale(1.2) skew(-12deg, 0deg);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.home-slider .item .button.orange {
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
.home-slider .item .button.orange div {
    -webkit-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg);
}
.home-slider .item .button:hover {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.button.shadow:hover {
	background-color: #009bcf;
    -webkit-box-shadow: 0 0.25em 0 0 #006b8f, 0 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0 0.25em 0 0 #006b8f, 0 0px 0px rgba(0,0,0,0.75);
    color: #fff;
}
.home-slider .active .item .button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) skew(-12deg, 0deg);
	-ms-transform: scale(1) skew(-12deg, 0deg);
	transform: scale(1) skew(-12deg, 0deg);
}
.home-slider .active .item .button.orange {	
	left: 5px;
}
.home-slider .active .item .button.orange div {
    -webkit-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg);
}
.home-slider .active .item .button:hover {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.home-slider .item .image .overlay-image {
    position: absolute;
    right: 7%;
    bottom: 0;
    z-index: 1;
}
.home-slider.v2.owl-carousel .owl-theme .owl-nav .owl-prev {
    right: 40.39%;
    top: 70%;
}
.home-slider.v2.owl-carousel .owl-theme .owl-nav .owl-next {
    right: 39.8%;
    top: 62%;
}
.owl-theme .owl-nav .owl-prev:hover i {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.owl-theme .owl-nav .owl-next:hover i {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.home-slider .owl-dots {
    display: none;
}
.home-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #fff;
}
.home-slider.owl-theme .owl-dots .owl-dot span {
	width: 17px;
	height: 17px;
}
.home-slider.owl-carousel .owl-stage {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
@media all and (min-width: 1200px) {
	.home-slider .item .col-md-offset-5 {
		margin-left: 45%;
	}
	.home-slider .item .col-md-7 {
		width: 55%;
	}
}
@media all and (max-width: 1600px) {
	.home-slider .item h1 {
		font-size: 96px;
	}
}
@media all and (max-width: 1200px) {
	.home-slider.owl-theme .owl-nav {
		position: absolute;
		bottom: 24px;
		left: 0;
		width: 100%;
	}
	.home-slider.owl-theme .owl-nav [class*='owl-'] {
		position: relative;
		top: 0;
		display: inline-block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 6px;
		right: 0;
	}
	.home-slider.owl-carousel .owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.home-slider.v2.owl-carousel .owl-theme .owl-nav .owl-prev {
		right: 0;
		top: 0;
	}
	.home-slider.owl-carousel .owl-theme .owl-nav .owl-next {
		right: 0;
	}
	.home-slider.v2.owl-carousel .owl-theme .owl-nav .owl-next {
		top: 0;
		right: 0;
	}
	.home-slider .item .col-sm-5 {
		height: auto;
	}
	.home-slider .item .col-sm-5.text, .home-slider .item .col-sm-5 {
		width: 100%;
	}
	.home-slider .item .col-md-offset-2.text {
		margin-left: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.home-slider .item .col-sm-5.text>.text-inner {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 72px 24px;
		text-align: center;
	}
	.home-slider .item .col-sm-5.image .image-bg {
		height: 500px;
	}
	.home-slider .item.text-left>.row {
		height: auto;
	}
	.home-slider .item {
		padding: 0;
		height: auto;
	}
	.home-slider .item .container {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.home-slider {
		position: relative;
		top: 0;
	}
	.home-slider .item .image .overlay-image img {
		max-height: 500px;
		width: auto;
	}
}
@media all and (max-width: 992px) {
	.home-slider .owl-dots {
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
	}	
}
@media all and (max-width: 768px) {
	.home-slider .item h1 {
		font-size: 60px;
		line-height: 72px;
	}
}
@media all and (max-width: 480px) {
	.home-slider .active .item h2 {
	    font-size: 27px;
	}
	.home-slider .item h1 {
	    font-size: 47px;
    	line-height: 53px;
	}
}


/* ==========================================================================
   11. Features Section
   ========================================================================== */
.feature-box {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.feature-box img {
	width: 100%;
}
.feature-box:hover .details a {
	bottom: 0;
	margin-bottom: 49px;
}
.feature-box .details {
    position: absolute;
    bottom: 0;
    left: -1px;
    padding: 0 71px 0 33px;
    width: 93%;
    overflow: hidden;
    z-index: 2;
}
.feature-box .highlight a {
    border-bottom-color:#fff;
}
.feature-box .details:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: skew(16deg, 0deg);
    -webkit-transform: skew(16deg, 0deg);
    transform: skew(16deg, 0deg);
}

.feature-box .details h4 {
	margin-top: 29px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.feature-box .details a {
    border-bottom: 3px solid #1f2730;
    padding-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    bottom: -999px;
    -webkit-transition: .3s;
    transition: .3s;
    color:#fff;
}
.feature-box .details i.background-icon {
    position: absolute;
    font-size: 170px;
    right: -28px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.04);
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
    bottom: -30px;
}
.feature-box .details a:hover {
    color: #1f2730;
}
.feature-box .details p {
	margin-bottom: 35px;
	color: #fff;
}
.feature-box .details.highlight:after {
	background: #1f2730;
}

.feature-box .details.highlight i.background-icon {
	color: rgba(255, 255, 255, 0.04);
	right: 25px;
	bottom: -38px;
}
@media all and (max-width: 480px) {
	.feature-box .details {
		bottom: -35px;
	}
	.feature-box .details h4 {
		margin-bottom: 7px;
	}
	.feature-box .details p {
		margin-bottom: 19px;
	    font-size: 15px;
	    line-height: 21px;
	}
}

/*-----Features-v2-----*/

.feature-box-v2-section .row {
    background: #1f2730;	
}
.feature-box.v2 .featured-box-image span {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.feature-box.v2 .featured-box-image span>i {
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	color: #fff;
	font-size: 25px;
	left: 49.5%;
}
.feature-box.v2 .hexagon {
    background: #e64d30;
    position: absolute;
    left: 42%;
    top: -61px;
    z-index: 1;
}
.feature-box.v2 .hexagon:before {
    border-bottom: 17px solid #e54d30;
}
.feature-box.v2 .hexagon:after {
    border-top: 17px solid #e54d30;
}
.feature-box.v2 .details:after {
	content: none;
}
.feature-box.v2 .details {
    left: 0;
    margin: 0 18px;
    overflow: visible;
    z-index: 2;
    background: #1f2730;
    padding: 0 50px;
    width: auto;
}
.feature-box.v2:hover {
    border-bottom: 1px solid #ccc;	
}
.feature-box.v2:hover .details p.text {
	max-height: 999px;
	margin-bottom: 35px;
    color: #9b9fa3;
}
.feature-box.v2:hover .featured-box-image span {
	opacity: .9;
}
.feature-box.v2:hover .details {
	background: #fff;	
}
.feature-box.v2:hover .details.highlight h4, .feature-box.v2:hover .details h4 {
    color: #1f2730;
}
.feature-box.v2:hover .details:before {
    border-bottom: 40px solid #ffffff;	
}
.feature-box.v2:hover .hexagon {
	background: #1f2730;
}
.feature-box.v2:hover .hexagon:before {
	border-bottom: 17px solid #1f2730;
}
.feature-box.v2:hover .hexagon:after {
	border-top: 17px solid #1f2730;
}
.feature-box.v2 .details p.sub-text {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	color: #9b9fa3;
	font-family: 'Montserrat', sans-serif;
}
.feature-box.v2 .details p.text {
    max-height: 0;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.feature-box.v2 .details:before {
    content: "";
    position: absolute;
    border-left: 300px solid transparent !important;
    border-right: 300px solid transparent !important;
    width: 0;
    border-bottom: 40px solid #1f2730;
    left: 0;
    bottom: 100%;
    z-index: 1;
}
.feature-box.v2 .details h4 {
    margin-top: 35px;
    margin-bottom: 4px;
}
@media all and (max-width: 1600px) {
	.feature-box.v2 .details:before {
		border-left: 245.5px solid transparent !important;
    	border-right: 245.5px solid transparent !important;
	}
}
@media all and (max-width: 1200px) {

	.feature-box.v2 .details {
		padding-top: 24px;
		padding-bottom: 35px;
		position: relative;
		width: 100%;
		margin: 0;
		top: 0;
	}
	.feature-box.v2 .details p.text {
		max-height: 999px;
		margin-bottom: 35px;
		font-size: 16px;
	}
}
@media all and (max-width: 480px) {
	.feature-box.v2 .hexagon {
	    left: 42%;	
	}
}

/* ==========================================================================
   11. Trainers Section
   ========================================================================== */

.section-title-icon {
	margin-bottom: 35px;
    color:rgb(130,130,130);
    font-size:50px;
}
.section-title-icon img {
	margin: 0 auto;
}
.section-title-description {
    max-width:640px;
    margin-left: auto;
    margin-right:auto;
}
.trainer-grid {
	margin-top: 80px;
}
.trainer-grid .trainer-img {
	max-height: 293px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.trainer-grid .trainer-img img {
	margin: 0 auto;
}
.trainer-grid .trainer-img:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -90%;
    left: 0;
    z-index: -1;
    background: #1f2730;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: skew(16deg, 0deg);
    -webkit-transform: skew(16deg, 0deg);
    transform: translate(-33px, 7px) rotate(-90deg) skew(16deg, 0deg);
    -webkit-transition: .5s;
    transition: .5s;
}
.trainer-details {
	border: 2px solid #e5e5e5;
	position: relative;
	border-top: none;
	z-index: 1;
	margin-bottom: 40px;
    background:#fff;
}
.trainer-details:before {
	position: absolute;
	content: '';
	top: 0;
	left: -1px;
	width: 46%;
	height: 162px;
	border-left: 2px solid #e5e5e5;
	border-top: 2px solid #e5e5e5;
	background: #ffffff;
	-webkit-transform-origin: 411% 140%;
	-ms-transform-origin: 411% 140%;
	transform-origin: 411% 140%;
	-webkit-transform: rotate(45deg) skew(-29.5deg, -29.5deg);
	-ms-transform: rotate(45deg) skew(-29.5deg, -29.5deg);
	transform: rotate(45deg) skew(-29.5deg, -29.5deg);
	z-index: -1;
	-webkit-transition: .3s;
	transition: .3s;
}
.trainer-details.active:before {
	border-left: 7px solid;
	border-top: 7px solid;
}
.trainer-details .trainer-social-media {
    margin:0;
    padding:0;
    list-style:none;
}
.trainer-details .trainer-social-media a {
    color:#111c27;
}
.trainer-details .boxes {
    border-top: 2px solid #e5e5e5;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.trainer-details .boxes .left-box, .trainer-details .boxes .right-box {
    background: transparent;
    width: 50%;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.trainer-details .boxes .right-box {
    border-left: 1px solid #e5e5e5;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.trainer-details .boxes .left-box:before, .trainer-details .boxes .right-box:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	border: none;
	opacity: 0
}
.trainer-details .boxes .left-box:before {
	left: -10px;
}
.trainer-details .boxes .right-box:after{
	right: -10px;	
}

.trainer-details .boxes .right-box:hover a{
    color:#fff
}
.trainer-details .boxes .left-box:hover:before,.trainer-details .boxes .right-box:hover:after {
	opacity: 1;	
}
.trainer-details .boxes .left-box:hover p,.trainer-details .boxes .right-box:hover p {
	color: #fff;
}
.trainer-details h2.dark {
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 0;
}
.trainer-details p.small {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .7px;
}
.trainer-details .boxes p
 {
	margin: 0;
	-webkit-transform: skew(20deg, 0deg);
	-ms-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
	padding: 15px 0;
}

.trainer-details .trainer-social-media span a {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  color:#435266
}

.trainer-details .trainer-social-media span:not(:last-child) {
  margin-right: 18px;
}

.trainer-details .boxes i {
	margin-right: 7px;
}
.trainers-section .button.transparent {
	color: #1f2730;
	margin-top: 34px;
	border: 2px solid #e5e5e5;
}
.trainers-section .button.transparent:hover {
	color: #fff;
	border: 2px solid;
}
@media all and (max-width: 1200px) {
	.trainer-grid .trainer-img:after {
		left: 33px;
	}
	.trainer-details:before {
		top: -2px;
		left: -3px;
		width: 133px;
		height: 133px;
	}
}
@media all and (max-width: 992px) {
	.trainer-details:before {
	    top: -120%;
	    left: 27%;
	    width: 46%;
	    height: 324px;
	    -webkit-transform: rotate(44.8deg) skew(-29.5deg, -29.5deg);
	    -ms-transform: rotate(44.8deg) skew(-29.5deg, -29.5deg);
	    transform: rotate(44.8deg) skew(-29.5deg, -29.5deg);
	    -webkit-transform-origin: 50% 50% 0;
	    -ms-transform-origin: 50% 50% 0;
	    transform-origin: 50% 50% 0;
	}
	.trainer-grid .trainer-img:after {
	    -webkit-transform: translate(-246px, 7px) rotate(-90deg) skew(16deg, 0deg);
	    -ms-transform: translate(-246px, 7px) rotate(-90deg) skew(16deg, 0deg);
	    transform: translate(-246px, 7px) rotate(-90deg) skew(16deg, 0deg);
	}
}

@media all and (max-width: 769px) {
	.trainer-grid {
		margin-top: 40px;
	}
	.trainer-grid .trainer-img:after {
		content: none;
	}
	.trainer-details:before {
		content: none;
	}
	.trainer-details {
		border-top: 2px solid #e5e5e5;
		padding-top: 25px;
	}
}

/* ==========================================================================
   13. Join Us Section
   ========================================================================== */

.join-us-left {
	position: relative;
}
.join-us-left img {
	/*max-height: 230px;*/
	height: 100%;
	object-fit: cover;
}
.join-us-left:after {
	content: " ";
	width: 120%;
	height: 100%;
	opacity: 0.9;
	top: 0;
	left:0;
	position: absolute;
}
.join-us-right {
	padding: 0 0;
	background: #1f2730;
	position: relative;
	height: 100%;
	bottom:0;
	top:0;
}
.join-us-right .row {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.join-us-right .join-us-text h4 {
	text-transform: uppercase;
}
.join-us-right .join-us-text p {
	line-height: 30px;
	margin-bottom: 0;
}
.button.left-skewed {
	-webkit-transform: skew(12deg,0deg);
	-ms-transform: skew(12deg,0deg);
	transform: skew(12deg,0deg);
	border: 3px solid;
}
.button.left-skewed>div {
	-webkit-transform: skew(-24deg,0deg);
	-ms-transform: skew(-24deg,0deg);
	transform: skew(-24deg,0deg);
}
.button.left-skewed i {
	padding-right: 0;
	padding-left: 16px;
}
.button.left-skewed:hover {
	background: transparent;
	border: 3px solid #fff;
}
.join-us-right .join-us-text {
    padding-left: 103px;
    -webkit-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.join-us-right .join-us-text h1.small{
	margin-bottom: 15px;
}
.join-us-button {
	padding-top: 35px;
	text-align:center;
}
.join-us-section .col-md-2, .join-us-section .col-md-10 {
}
.join-us-section .col-md-2 {
	left: 0px;
}
.join-us-section .col-md-10 {
	right: 24px;
	-webkit-transform: skew(12deg,0deg);
	-ms-transform: skew(12deg,0deg);
	transform: skew(12deg,0deg); */
}
.join-us-section .col-md-10:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #1f2730;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media all and (max-width: 1400px) {
  	.join-us-button {
  		text-align: center;
  	}
}
@media all and (min-width: 1200px) {
	.join-us-section .col-md-10 {
    	width: 80.333333%;
	}
	.join-us-section .col-md-2 {
    	width: 19.666667%;			
	}
	.join-us-left img {
    	min-width: 300px;	
	}    
}
@media all and (max-width: 1200px) {
	.join-us-left {
		display: none;
	}
	.join-us-section .col-md-10 {
		right: 0;
		-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);
		width: 100%;
	}
	.join-us-section .col-md-2 {
		display: none;
	}
	.join-us-right .row {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.join-us-right .join-us-text {
		padding-left: 0;
		-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);
	}
	.join-us-right {
		padding: 48px 36px;
	}
	.join-us-section .col-md-10:after {
		content: none;
	}
	.button.left-skewed>div {
	-webkit-transform: skew(-12deg,0deg);
	-ms-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg);
	}	
}
@media all and (max-width: 992px) {
	.join-us-text {
		text-align: center;
	}  
}

/* ==========================================================================
   14. Contact Us Section
   ========================================================================== */

.contact-us-left {
	position: relative;
	width: 105%;
}
.contact-us-left img {
	/*max-height: 230px;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-us-left:after {
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 0.9;
	top: 0;
	left:0;
	position: absolute;
}
.contact-us-right {
	padding: 0;
	background: #1f2730;
	position: relative;
	height: 100%;
}
.contact-us-right .row {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-us-right .contact-us-text h4 {
	text-transform: uppercase;
}
.contact-us-right .contact-us-text p {
	line-height: 30px;
	margin-bottom: 0;
}
.button.right-skewed {
	-webkit-transform: skew(-12deg,0deg);
	-ms-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg);
	border: 3px solid;
}
.button.right-skewed>div {
	-webkit-transform: skew(24deg,0deg);
	-ms-transform: skew(24deg,0deg);
	transform: skew(24deg,0deg);
}
.button.right-skewed i {
	padding-right: 0;
	padding-left: 16px;
}
.button.right-skewed:hover {
	background: transparent;
	border: 3px solid #fff;
}
.contact-us-right .contact-us-text {
    padding-left: 103px;
    -webkit-transform: skew(12deg,0deg);
    -ms-transform: skew(12deg,0deg);
    transform: skew(12deg,0deg);
}
.contact-us-right .contact-us-text h1.small{
	margin-bottom: 15px;
}
.contact-us-button {
	padding-top: 35px;
	text-align:center;
}
.contact-us-section .col-md-2, .contact-us-section .col-md-10 {
}
.contact-us-section .col-md-2 {
	left: 0px;
}
.contact-us-section .col-md-10 {
	right: 24px;
	-webkit-transform: skew(-12deg,0deg);
	-ms-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg); */
}
.contact-us-section .col-md-10:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #1f2730;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media all and (max-width: 1400px) {
	.contact-us-button {
		text-align: center;
	}
}
@media all and (min-width: 1200px) {
	.contact-us-section .col-md-10 {
    	width: 80.333333%;
	}
	.contact-us-section .col-md-2 {
    	width: 19.666667%;			
	}
	.contact-us-left img {
    	min-width: 374px;
    	max-height: 240px;
 }    
}
@media all and (max-width: 1200px) {
	.contact-us-section .col-md-2 {
		display: none;
	}
	.contact-us-left {
		display: none;
	}
	.contact-us-section .col-md-10 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: 0;
		width: 100%;
	}
	.contact-us-right {
		padding: 48px 36px;
	}
	.contact-us-right .row {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.contact-us-right .contact-us-text {
		padding-left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.contact-us-section .col-md-10:after {
		content: none;
	}
	.button.right-skewed>div {
	    -webkit-transform: skew(12deg,0deg);
	    -ms-transform: skew(12deg,0deg);
	    transform: skew(12deg,0deg);
	}
}
@media all and (max-width: 992px) {
	.contact-us-right .contact-us-text {
		text-align: center;
	}	 
}


/* ==========================================================================
   15. Pricing Tables
   ========================================================================== */

.pricing p {
	padding: 0 140px;
	margin-bottom: 40px;
}
.pricing h1 {
    margin-bottom: 95px;	
}
.pricing-table {
	border: 2px solid #e5e5e5;
	border-top: none;
}
.pricing-plan-title {
	background: #1f2730;
    color:#fff;
}
.pricing-plan-title:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 181px solid transparent !important;
    border-right: 181px solid transparent !important;
    top: 67px;
    width: 0;
    border-top: 40px solid #1f2730;
    left: 14px;
}
.pricing-plan-title.bg-theme:after {
    border-top: 40px solid;
}
.pricing-plan-title h3 {
	margin-bottom: 0;
	padding-top: 40px;
	font-weight: 900;
	font-size: 30px;
}
.pricing-table h2{
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}
.pricing-table h3 {
	margin-bottom: 0;
}
.pricing-table .price {
	padding: 65px 0 30px 0;
}
.pricing-table .price sup, .pricing-table .price sub {
	font-size: 21px;
}
.pricing-table .price sup {
    top: -1em;	
}
.pricing-table .price sub {
    bottom: 0.1em;
    font-weight: 700;	
}
.pricing-table .price p {
    margin: 0 auto;
    color: #1f2730;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}
.pricing-table ul {
	margin-bottom: 0;
}
.pricing-table ul>li {
    padding: 15px 0;
    border-top: 2px solid #e5e5e5;
    color: #9b9fa3;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.pricing-table .buy {
	border-top: 2px solid #e5e5e5;
}
.pricing-table .buy a{
    margin-top: 15px;
    margin-bottom: 15px;
}
.pricing-table.monthly {
	-webkit-box-shadow: 0 4px 22px rgba(157, 157, 157, 0.35);
	box-shadow: 0 4px 22px rgba(157, 157, 157, 0.35);
}

@media all and (max-width: 1200px) {
	.pricing-plan-title:after {
	    border-left: 147.5px solid transparent !important;
	    border-right: 147.5px solid transparent !important;
	}
}
@media all and (max-width: 992px) {
	.pricing p {
		padding: 0;
	}
	.pricing-plan-title:after {
	    border-left: 172.5px solid transparent !important;
	    border-right: 172.5px solid transparent !important;
	}
}
@media all and (max-width: 769px) {
	.pricing-plan-title:after {
		content: none;
	}
	.pricing-plan-title h3 {
		padding-bottom: 40px;
	}
	.pricing-table {
		margin-bottom: 24px;
	}
	.pricing-table .price {
		padding: 30px 0;
	}
}
@media all and (max-width: 768px) {
	.pricing h1 {
		margin-bottom: 40px;
	}
}


/* ==========================================================================
   16. Tips slider
   ========================================================================== */

.tips-slider {
    background: #1f2730;
}
.tips-slider .item .left-side-content {
    position:relative;
}
.tips-slider .item .left-side-content img {
    height: auto;
    width: auto;
    max-height: 960px;
    max-width:none;
    height:100%;
    position:absolute;
}
.tips-slider .item .cnt {
    min-height:inherit !important;
    height:inherit;
}
.tips-slider .item ul {
    padding:0;
    margin:0;
    list-style:none
}
.tips-slider .item .right-side-content {
    background: #1f2730;
    padding: 130px 0;
    position: relative;
    z-index: 2;
}
.tips-slider .item .right-side-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1f2730;
	pointer-events: none;
	left: -18%;
	top: 0;
	z-index: -1;
	-webkit-transform: skew(-12deg,0deg);
	-ms-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg);
}
.tips-slider .item .right-side-content h1 {
    margin-bottom: 20px;
}
.tips-slider .item .right-side-content h1>span {
	margin-left: 0;
	margin-right: 6px;
}
.tips-slider .item .right-side-content img {
    width: auto;
    display: inline-block;
    text-align: left;	
}
.tips-slider .item .right-side-content p {
    margin-bottom: 40px;
    margin-top:30px;
    font-size: 20px;
    line-height: 31px;
    max-width:620px;
}
.tips-slider .item .right-side-content ul {
    margin-bottom: 35px;
}
.tips-slider .item .right-side-content ul>li {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #9b9fa3;
    line-height: 33px;
}
.tips-slider .item .right-side-content ul>li i {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
}
.tips-slider .item .right-side-content .trainer-meta h1 {
    font-size: 23px;
    color: #ff5534;
    letter-spacing: 1px;
    margin-bottom: 7px;
    line-height: 23px;	
}
.tips-slider .item .right-side-content .trainer-meta p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px;
    line-height: 14px;
}
.tips-slider.owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	left: 34%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%) rotate(-78deg);
	transform: translateY(-50%);
}
.tips-slider.owl-theme .owl-nav .owl-prev {
    top: 0;
    left: 61px;
}
.tips-slider.owl-theme .owl-nav .owl-next {
    left: 45px;
    top: 71px;
}
.tips-slider.owl-theme .owl-nav [class*='owl-'] {
	width: 50px;
	height: 50px;
	background: #1f2730;
	line-height: 51px;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	display: inline-block;
	-webkit-transform: rotate(103deg);
	-ms-transform: rotate(103deg);
	transform: rotate(103deg);
}

@media all and (max-width: 1200px) {
	.tips-slider .item .right-side-content {
		padding: 100px 0;
	}
	.tips-slider .item .left-side-content img {
		max-height: 704px;
	}
	.tips-slider.owl-theme .owl-nav {
		left: 30%;
	}
}
@media all and (max-width: 992px) {
	.tips-slider.owl-theme .owl-nav {
		display: none;
	}
	.tips-slider .item .right-side-content {
		padding: 100px 36px;
	}
	.tips-slider .item .right-side-content:before {
		content: none;
	}
/*	.tips-slider.owl-theme .owl-nav {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 45%;
		left: 0;
		width: 100%;
	}*/
	.tips-slider .item .left-side-content img {
		width: 100%;
        position:relative;
        height:auto;
	}
}

/* ==========================================================================
   17. Partners Section
   ========================================================================== */

.partners-section .visible-xs-block {
	padding: 40px 0;
}
.partner-logo img {
    margin: 0 auto;
    filter: gray;
    -webkit-filter: grayscale(100%);
    cursor: pointer;
    opacity: .6;
    -webkit-transition: .3s;
    transition: .3s;
}
.partner-logo img:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.partners-section .partner-logo:last-of-type:after {
	content: none;
}
.partners-section .partner-logo:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 24px;
	color: #e5e5e5;
}
@media all and (max-width: 992px) {
	.partners-section .row .partner-logo:nth-child(2):after {
		content: none;
	}
}

/* ==========================================================================
   18. Product Grid
   ========================================================================== */
.product-filters {
	font-size: 0;
	padding: 0 23px;
	line-height: 0;
	margin: 55px 0;
}
.product-filters button {
	color: #9b9fa3;
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	background: none;
	border: 3px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 29px;
	outline: none !important;
	margin-right: 23px;
	text-align: center;
	-webkit-transform: skew(-12deg,0deg);
	-ms-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg);
	margin-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s;
}
.product-filters button:hover {
	color: #ffffff;
	border: 3px solid;
}
.product-filters button>span {
	-webkit-transform: skew(12deg,0deg);
	-ms-transform: skew(12deg,0deg);
	transform: skew(12deg,0deg);
	display: inline-block;
}
.product-filters button.active {
	color: #ffffff;
	border: 3px solid;
}
.products {
	margin: 0 -15px;
    clear:both;
}
.product3Col .product-sizer {
	width: 33.33%;
}
.product4Col .item {
	width: 25%;
}
.product3Col .item {
	width: 33.33%;
}
.products .item {
	float: left;
	position: relative;
	margin-bottom: 30px;
	padding: 0 15px;
	z-index: 5;
}
.products .item span.onsale,
.product-single-image span.onsale{
    border-radius: 0;
    left: 15px;
    top: 10px;
    padding: 5px 15px;
    background: rgba(31, 39, 48, 0.8);
    position: absolute;
    color: #fff;
    z-index: 10;
    display: block;
    text-align: center;
    line-height:2.5;
    min-height:0 !important
}
.products .item figure {
    position: relative;
    overflow: hidden;
    border: 2px solid #e5e5e5;
}
.products .item figure:hover .boxes {
	opacity: 1;
	max-height: 999px;
    border-top: 2px solid #e5e5e5;
}
.products .item figure:hover .product-details {
    margin-top: -57px;
}
.products .item figure:hover i {
	opacity: 0.9;
}
.products .item .product-featured-img {
	position: relative;
	z-index: 1;
    text-align:center;
}
.products .item .product-featured-img img {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0;
    min-height: 227px;
    object-fit: cover;
    max-height: 200px;
}
.products .item .product-featured-img i {
	position: absolute;
	background: #2a323b;
	text-align: center;
	font-size: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 209px;
	opacity: 0;
	-webkit-transition: .5s ease-in;
	transition: .5s ease-in;
}
.products .item .product-details {
    padding: 13px 0 0;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background: #ffffff;
}
.products .item .product-details:before {
    position: absolute;
    content: '';
    top: -7px;
    left: -10px;
    width: 50%;
    height: 144px;
    border-left: 4px solid #e5e5e5;
    border-top: 4px solid #e5e5e5;
    background: #ffffff;
    -webkit-transform-origin: 576% 155%;
    -ms-transform-origin: 576% 155%;
    transform-origin: 576% 155%;
    -webkit-transform: rotate(37.43deg) skew(-42.5deg, -27.5deg);
    -ms-transform: rotate(37.43deg) skew(-42.5deg, -27.5deg);
    transform: rotate(37.43deg) skew(-42.5deg, -27.5deg);
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
    opacity:0
}
.products .item .product-details a,
.products .item .product-details p
 {
	font-weight: 600;
    color:#9b9fa3;
}
.products .item .product-details p.price {
	margin-bottom: 0;
    color: #fd6447;
}
.products .item .product-details p.price .woocommerce-Price-currencySymbol {
    top: -.7em;
    font-size: 53%;
    padding-right: 2px;	
}
.products .item .product-details h2 {
    margin-top: 4px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.products .item .product-details .product-type {
    font-size: 14px;
    letter-spacing: 1px;
}
.products .item .product-details .boxes {
    border-top: 2px solid #e5e5e5;
    overflow: hidden;
    position: relative;
    max-height: 0;
    border: none;
}
.product-details .boxes .left-box,.product-details .boxes .right-box {
    background: transparent;
    width: 50%;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.product-details .boxes .right-box {
    border-left: 1px solid #e5e5e5;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.product-details .boxes .left-box:before, .product-details .boxes .right-box:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	border: none;
	opacity: 0
}
.product-details .boxes .left-box:before {
	left: -10px;
}
.product-details .boxes .right-box:after{
	right: -10px;	
}

.product-details .boxes .left-box:hover:before,.product-details .boxes .right-box:hover:after {
	opacity: 1;	
}
.product-details .boxes .left-box:hover a,
.product-details .boxes .right-box:hover a,
.product-details .boxes .right-box:hover p {
	color: #fff;
}
.product-details h2.dark {
	margin-bottom: 0;
	text-transform: uppercase;
}
.product-details a.small {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .7px;
}
.product-details .boxes a,
.product-details .boxes p {
	margin: 0;
	-webkit-transform: skew(20deg, 0deg);
	-ms-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
	padding: 15px 0;
    display:block;
}
.product-details .boxes i {
	margin-right: 7px;
}
.products .item figure:hover .overlay {

}
@media all and (max-width: 1200px) {
	.products .item .product-details:before {
		content: none;
	}
	.products .item .product-details {
		border-top: 2px solid #e5e5e5;
	}
	.product-details .boxes a, .product-details .boxes .left-box, .product-details .boxes .right-box {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
@media all and (min-width: 768px) and (max-width: 1200px) {
	.product-details .boxes a {
		font-size: 11px;
	} 	
}
@media all and (max-width: 768px) {
	.product3Col .product-sizer {
		width: 100%;
	}
	.products .item {
		width: 100%;
	}
  
	.product-filters {
		padding: 18px;
	}
 

}

/* ==========================================================================
   19. Statistics Section
   ========================================================================== */

.statistics-details {
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.statistics-details.left {
	float: left;
}
.statistics-details.right {
	float: right;
}
.statistics-details.center {
	margin: 0 auto;
}

.statistics-details .number {
    float: left;
    position: relative;
    z-index: 1;
}
.statistics-details .number p{
    font-size: 57px;
    font-weight: 900;
    color: #1f2730;
    font-family: 'Montserrat', sans-serif;
    line-height: 55px;
    margin-bottom: 0;
}
.statistics-details .text {
	left: 19px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	overflow: hidden;
	float: right;
}
.statistics-details .text h2{
    margin-bottom: 0;
    padding-bottom: 0;	
}
.statistics-details .text p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
.statistics-details i {
    position: absolute;
    right: -28px;
    font-size: 170px;
    top: -63px;
    color: #e5e5e5;
    z-index: 0;
    opacity: .3;
    -webkit-transition: .6s;
    transition: .6s;
}
.statistics-details.center i {
	right: -60px;
}
.statistics-details:hover i {
	opacity: .8;
}

@media all and (min-width: 1200px) {
	.statistics-details.center:before, .statistics-details.center:after {
		content: "/";
		position: absolute;
		top: 14px;
		font-size: 43px;
		color: #e5e5e5;
	}
	.statistics-details.center:before {
		left: -40%;
	}
	.statistics-details.center:after {
		right: -50%;
	}
}
@media all and (max-width: 1200px) {
	.statistics-details .number {
		float: none;
	}
	.statistics-details .text {
		left: 0;
		text-align: center;
	}
}
@media all and (max-width: 992px) {
	.statistics-details.left, .statistics-details.right  {
		float: none;	
	}
	.statistics-details.left, .statistics-details.center {
		margin-bottom: 130px;
	}
	.statistics-details.center i {
		right: -32px;
	}
	.statistics-details i {
	    right: 25px;
	    top:-37px;
	}
}

/* ======= Statistics v2 ======= */

.statistics-section.v2 {
	background: #1f2730;
    overflow:hidden;
}
.statistics-section.v2 .statistics-left-image, .statistics-section.v2 .statistics-right-image  {
	position: relative;
	max-height: 302px;
	z-index: 0;
}
.statistics-section.v2 .statistics-left-image img, .statistics-section.v2 .statistics-right-image img {
    max-width:none;
    width:auto;
    min-width:100%
}
.statistics-section.v2 .statistics-left-image:after, .statistics-section.v2 .statistics-right-image:after  {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	width: 100vw;
	height: 100vh;
}
.statistics-section.v2 .statistics-details .number p, .statistics-section.v2 .statistics-details .text h2 {
	color: #fff;
}
.statistics-section.v2 .statistics-details i {
	color: #252c34;	
	opacity: 1;
}
.statistics-section.v2 .statistics-center {
	padding: 125px 0 115px;
	background: #1f2730;
	-webkit-transform: skewX(12deg);
	-ms-transform: skewX(12deg);
	transform: skewX(12deg);
	z-index: 1;
	position: relative;
}
.statistics-section.v2 .statistics-center .statistics-center-inner {
	-webkit-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
	padding: 0 65px;
}
@media all and (max-width: 1700px) {
	.statistics-section.v2 .statistics-details .number {
		float: none;
	}
	.statistics-details .text {
		left: 0;
		text-align: center;
	}
}
@media all and (max-width: 1200px) {
	.statistics-section.v2 .statistics-details i {
		right: 0;
		left: 0;
	}
	.statistics-section.v2 .statistics-details.center i {
		left: -25px;
	}
}
@media all and (max-width: 992px) {
	.statistics-section.v2 .statistics-left-image, .statistics-section.v2 .statistics-right-image  {
		display: none;
	}
}


/* ==========================================================================
   20. Post Slider
   ========================================================================== */

.post-slider-section {
	padding: 0 0 130px;
}
.post-slider-inner {
	background: #1f2730;
	position: relative;
	padding: 140.5px 0;
	text-align: center;
	z-index: 2;
}
.post-slider-inner:before, .post-slider-inner:after{
    -webkit-transform: skew(17deg,0deg);
    -ms-transform: skew(17deg,0deg);
    transform: skew(17deg,0deg);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f2730;
    z-index: 1;
}
.post-slider-inner:before {
	left: -16%;
}
.post-slider-inner:after{
	right: -19%;
}
.post-slider.owl-carousel {
	z-index: 2;
	-webkit-transform: translateX(11%);
	-ms-transform: translateX(11%);
	transform: translateX(11%);
    margin-left:-10px;
}
.post-slider-inner h1 {
	margin-bottom: 90px;
	position: relative;
	z-index: 2;
	left: -19%;
	letter-spacing: 1.4px;
    font-size:50px
}
.post-slider .item {
	position: relative;
	overflow: hidden;
	text-align: left;
}
.post-slider .item .post-content {
	position: relative;
	display: inline-block;
	text-align: left;
}
.post-slider .item .post-content img {
	max-width: 250px;
	border: 7px solid #FFF;
	max-height: 250px;
	object-fit: cover;
	margin: 0 auto; 
	width: auto;
	min-height: 250px;
}
.post-slider .item .post-content .post-content-img {
	position: relative;
}
.post-slider .item .post-content .post-content-img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    right: 0;
    bottom: 0;	
}
.post-slider .item .post-content i {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-slider .item .post-content:hover span {
	opacity: .9;
}
.post-slider .item .post-content .post-meta {
    background: #fff;
    position: absolute;
    top: 30%;
    right: -30%;
    padding: 24px 32px 24px 32px;
    -webkit-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    -moz-transform: skew(12deg, 0deg);
    -o-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg);
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}
.post-slider .item .post-content .post-meta:after {
    content: "";
    top: 0;
    right: -20%;
    width: 25%;
    height: 100%;
    position: absolute;
    background: #1f2730;
    z-index: 2;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
}
.post-slider .item .post-content .post-meta h2 {
	text-transform: uppercase;
	margin-bottom: 0;
    padding:0;
    font-size:18px;
    z-index:5
}
.post-slider .item .post-meta .post-meta-content p {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}
.post-slider-inner .image-overlay {
    position: absolute;
    z-index: 2;
    top: -10%;
    left: -40%;
    pointer-events: none;
}
.post-slider-bg {
	position: relative;
	overflow: hidden;
}
.post-slider-bg img {
	max-height: 673px;
	overflow: hidden;
    max-width:none
}
.post-slider-bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}
.post-slider.owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
    line-height: 46px;
    -webkit-transform: rotate(-107deg);
    -ms-transform: rotate(-107deg);
    transform: rotate(-107deg);
    -webkit-backface-visibility: hidden;
}
.post-slider.owl-theme .owl-nav .owl-prev {
	right: -8.3%;
	top: 56%;
}
.post-slider.owl-theme .owl-nav .owl-next {
    right: -5.6%;
    top: 29%;
}
@media all and (max-width: 1200px) {
	.post-slider-inner:before, .post-slider-inner:after {
		content: none;
	}
	.post-slider-inner .image-overlay {
		display: none;
	}
	.post-slider-section {
		padding-bottom: 0;
	}
	.post-slider.owl-carousel {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.post-slider-inner h1 {
		left: 0;
	}
	.post-slider-bg img {
		width: 100%;
		max-height: 400px;
		object-fit: cover;
	}
	.post-slider-inner {
		padding: 125px 24px;
	}
	.post-slider.owl-theme .owl-nav {
		position: absolute;
		bottom: -80px;
		left: 0;
		width: 100%;
	}
	.post-slider.owl-theme .owl-nav [class*='owl-'] {
		position: relative;
	    -webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	    transform: rotate(0);
	    display: inline-block;
	    margin: 0 6px;
	}
	.post-slider.owl-theme .owl-nav .owl-prev {
		right: 0;
		top: 0;
	}
	.post-slider.owl-theme .owl-nav .owl-next {
	    right: 0;
	    top: 0;
	}
}
@media all and (min-width: 650px) and (max-width: 920px) {
	.post-slider .item {
		display: initial;
	}
}
@media all and (max-width: 769px) {
	.post-slider-bg img {
		width: 100%;
		max-height: initial;
	}
}
@media all and (max-width: 560px) {
	.post-slider .item .post-content .post-meta {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 12px;
	}
	.post-slider .item .post-content {
		width: 100%;
	}
	.post-slider .item .post-content img {
		max-width: 100%;
		width: 100%;
	}
}

/* ==========================================================================
   21. Image Gallery Grid
   ========================================================================== */


.gallery-section ul {
    padding:0;
    margin:0
}

.gallery {
	margin: 0 0;
}

.gallery-slider .item {
	position: relative;
	overflow: hidden;
}
.gallery-slider .item figure {
	position: relative;
	overflow: hidden;
}
.gallery-slider .item figure:after {
  position: absolute;
  content: "";
  background: rgba(17, 28, 39, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  display: block;
  visibility: visible;
  transition:0.5s all;
}
.gallery-slider .item figure:hover:after {
    opacity:0;
    display:none
}
.gallery-slider .item figure img {
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}
.gallery-slider .item figure .overlay {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    padding: 0;
    font-size: 0;
    width: 100%;
}
.gallery-slider .item figure .overlay span {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    left: 50%;
}
.gallery-slider .item figure .overlay span>i {
    font-size: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery-slider .item figure .overlay span>i:hover {
	color: #1f2730;
}
.gallery-slider .item figure:hover .overlay {
	opacity: .9;
}
.gallery-section.show-testimonials .gallery-slider.owl-theme .owl-nav [class*='owl-'] {
	width: 50px;
	height: 50px;
	font-size: 12px;
	line-height: 47px;
	-webkit-transform: rotate(-103deg);
	-ms-transform: rotate(-103deg);
	transform: rotate(-103deg);
}
.gallery-section.show-testimonials .gallery-slider.owl-theme .owl-nav .owl-prev {
    left: 42%;
    top: 54%;
    background:rgba(17, 28, 39, 0.7)
}
.gallery-section.show-testimonials .gallery-slider.owl-theme .owl-nav .owl-next {
    left: 41%;
    top: 45%;
    background:rgba(17, 28, 39, 0.7)
}

.gallery-section.no-testimonials .gallery-slider.owl-theme .owl-nav  {
    position:absolute;
    bottom:30px;
    text-align:center;
    left:0;
    right:0
}
.gallery-section.no-testimonials .gallery-slider.owl-theme .owl-nav .owl-prev {
    display:inline-block;
    position:static;
    transform:none;
    background:rgba(26, 28, 40, 0.6);
    bottom:30px;
    margin-right:5px;
    float:none;
    left:48%;
    right:auto;
}

.gallery-section.no-testimonials .gallery-slider.owl-theme .owl-nav .owl-next {
    display:inline-block;
    position:static;
    transform:none;
    background:rgba(26, 28, 40, 0.6);
    margin-left:5px;
    bottom:30px;
    float:none;
    right:45%;
    left:auto;
}
@media all and (max-width: 769px) {
	.gallery-slider .item .overlay .content {
		top: 0;
		left: 0;
		right: 12px;
		bottom: 12px;
		padding: 12px;
	}
}
@media all and (max-width: 1300px) {
	.gallery-slider .owl-nav {
		display: none;
	}
}


/* ==========================================================================
   22. Testimonial-Slider
   ========================================================================== */

.testimonial-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 47%;
	height: 100%;
	z-index: 5;
	pointer-events: none;
}
.testimonial-slider.owl-carousel .owl-stage-outer {
	max-height: 100%;
	overflow: hidden;
	height: 100% !important;
}
.testimonial-slider .item img {
	min-height: 100%;
	overflow: hidden;
	/*Chrome,Safari*/
	-ms-clip-path: polygon(0 0, 74% 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 74% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 74% 0, 100% 100%, 0 100%);
	/*Firefox*/
	-ms-clip-path: url("#clipPolygon-1");
	-webkit-clip-path: url("#clipPolygon-1");
	clip-path: url("#clipPolygon-1");
	position: relative;
	top: -24px;
	left: 0;
}
.testimonial-slider .item .blockquote-box {
    position: absolute;
    bottom: 19%;
    left: 11%;
    width: 71%;
    z-index: 1;
    padding: 60px 59px;
    text-align: left;
    background: #fff;
}
.testimonial-slider .item .blockquote-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5%;
    background: #fff;
    -webkit-transform: skew(12deg,0deg);
    -ms-transform: skew(12deg,0deg);
    transform: skew(12deg,0deg);
    width: 35%;
    height: 100%;
    z-index: -1;
}
.testimonial-slider .item .blockquote-box h3 {
	margin-bottom: 0;
}
.testimonial-slider .item .blockquote-box p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.testimonial-slider .item .blockquote-box p.blockquote {
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0;
}
.testimonial-slider .item .blockquote-box .blockquote-icon {
    position: absolute;
    left: -36px;
    top: 44%;
    width: 70px;
    height: 42px;
    text-align: center;
    line-height: 82px;
}
.testimonial-slider .item .blockquote-box .blockquote-icon>span {
	font-size: 80px;
	text-align: center;
	color: #fff;
	padding-right: 7px;
}
.testimonial-slider .item .blockquote-box .blockquote-icon:before,
.testimonial-slider .item .blockquote-box .blockquote-icon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 36px solid transparent !important;
    border-right: 35px solid transparent !important;
    left: 0;
}
.testimonial-slider .item .blockquote-box .blockquote-icon:before {
    bottom: 100%;
    border-bottom: 17px solid;
}
.testimonial-slider .item .blockquote-box .blockquote-icon:after {
	top: 100%;
	width: 0;
	bottom: 100%;
	border-top: 17px solid;
}
.testimonial-slider .owl-nav {
	display: none;
}
@media all and (max-width: 1300px) {
	.testimonial-slider.owl-carousel.owl-loaded {
		display: none;
	}
}


/* ==========================================================================
   23. Icon Box
   ========================================================================== */
.icon-box {
    margin-top:15px
}
.icon-box h3 {
	color: #1f2730;
    margin-bottom:15px;
}
.icon-box p {
    line-height: 28px;
    color: #a9a9a9;
    margin-bottom: 0;
}
@media all and (max-width: 992px) {
	.icon-box .hexagon {
		margin-top: 40px;
	}	
}

/* ======= Hexagon ======= */

.hexagon {
	width: 70px;
	text-align: center;
	line-height: 20px;
	position: relative;
	background: #1f2730;
	display: table;
	margin: 0 auto;
    margin-bottom: 42px;
}
.hexagon>span {
	font-size: 25px;
	text-align: center;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
}
.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 35px solid transparent !important;
    border-right: 35px solid transparent !important;
    left: 0;
}
.hexagon:before {
    bottom: 100%;
    border-bottom: 17px solid #1f2730;
}
.hexagon:after {
	top: 100%;
	width: 0;
	bottom: 100%;
	border-top: 17px solid #1f2730;
}

.hexagon.highlight:before {
	border-bottom: 17px solid;
}
.hexagon.highlight:after {
	border-top: 17px solid;
}

/* ==========================================================================
   24.Contact Us Page
   ========================================================================== */

/* ======= Hexagon ======= */

.map {
	height: 471px;
	margin: 78px 0;
}

/* ======= Contact Form ======= */

.contact._col {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    background: #fff;
    padding: 45px;
    box-shadow: 0 0 30px rgba(199, 199, 199, 0.4);
    position: absolute;
    border:2px solid #e5e5e5
}
.comments-form {
    border: 2px solid #e5e5e5;
    padding: 45px 45px 60px;
    background: #fff;
    -webkit-box-shadow: -1px 1px 19px 3px rgba(214,214,214,1);
    box-shadow: 1px 1px 19px 3px rgb(236, 236, 236);
}

.comment .comment-respond {
    padding:20px 0;
}

.comment .comment-respond form {
    overflow:hidden;
}
.comment .comment-respond form .button {
    margin-left: -10px;
    padding-left: 30px;
}
.comment .comment-respond form .button span {
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}
.comment-respond input:focus,
.comment-respond textarea:focus {
    box-shadow:none;
}

.comments-form {
    box-shadow:none;
}
.contact-form h2,
.comments-form h2,
.comment-respond h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.contact-form select,
.contact-form textarea,
.comments-form textarea,
.comment-respond textarea,
.comment-respond input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.contact-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), 
.comments-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    border: 2px solid #e5e5e5;
    color: #9b9fa3;
    font-size: 18px;
    font-weight: 600;
    border-radius:0;
    letter-spacing: 1.4px;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):focus,
.comments-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):focus,
.comments-form textarea:focus,
 select:focus, textarea:focus {
	border: 2px solid;
    box-shadow:none;
}
.contact-form ::-webkit-input-placeholder{
	color: #9b9fa3;	
}
.comments-form ::-webkit-input-placeholder {
	color: #9b9fa3;	
}
.contact-form :-moz-placeholder{
	color: #9b9fa3;	
}
.comments-form :-moz-placeholder {
	color: #9b9fa3;
}

.contact-form :-ms-input-placeholder{
	color: #9b9fa3;	
}
.comments-form :-ms-input-placeholder {  
	color: #9b9fa3;
}
.comments-form form {
    overflow:hidden;
}
.contact-form .submit-button {
	overflow: hidden;
}
.comments-form .form-submit {
    margin-bottom:0
}
.contact-form .button,
.comments-form .button {
	position: relative;
	z-index: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding-right: 15px;
	left: -10px;
	-webkit-transform: skew(-12deg,0deg);
	-ms-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg);
	border: 3px solid;
	padding-left: 39px;
}
.contact-form .button>span,
.comments-form .button>span {
	 -webkit-transform: skew(12deg,0deg);
	 -ms-transform: skew(12deg,0deg);
	 transform: skew(12deg,0deg); 
}
.contact-form .button:after,
.comments-form .button:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -1;
	border-left: 3px solid #1f276a;
	height: 100%;
	left: 7px;
	opacity: 0;
	-webkit-transform: skew(12deg,0deg);
	-ms-transform: skew(12deg,0deg);
	transform: skew(12deg,0deg);
	-webkit-transition: .3s;
	transition: .3s;
}
.contact-form .button:hover,
.comments-form .button:hover {
    background: transparent;
    color: #1f2730;
    border: 3px solid #1f2730;
}
.contact-form .button:hover:after,
.comments-form .button:hover:after {
	opacity: 1;
}
.comments-form textarea,
.comments-form input[type=text],
.comments-form input[type=email],
.comment .comment-respond textarea,
.comment .comment-respond input[type=text],
.comment .comment-respond input[type=email]{
    margin-bottom:25px;
}
@media all and (max-width:768px) {
	.contact {
		width: 100%
	}
}
@media all and (max-width:480px) {
	.contact-form .button,
    .comment-form .button {
		font-size: 14px;
	}
}

/* ==========================================================================
   25. Shop Single
   ========================================================================== */

.return-link {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #9b9fa3;
}
.product-single {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 65px;
}
.product-single .product-single-image {
    border: 2px solid #ccc;
    padding: 43px 38px;
}
.product-single .product-single-image img {
	margin-left: 0;
}
.product-single .product-single-detail {
    background: #1a1c28;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 32px;
    padding-top:80px;
    padding-bottom:80px;
}
.product-single .product-single-detail .star-rating {
  font-size:18px;
  margin-bottom:0
}
.product-single .product-single-detail .price {
    color:#c6c6c6
}
.product-single .product-single-detail .rating {
    margin-bottom:10px !important;
}
.product-single .product-single-detail:after {
    content: "";
    position: absolute;
    left: -14%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1a1c28;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    z-index: -1;
}
.product-single-detail p {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.product-single-detail .rating {    
    color: #fff;
    font-weight:700;
    margin-bottom:20px;
}

.product-single-detail .rating a {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    margin-left: 6px
}
.product-single-detail .rating span {
	margin-right: 5px;
}
.product-single-detail .rating i {
    margin-right: 6px;
}
.product-single-detail h1 {
    letter-spacing: 1px;
    margin-bottom: 4px;	
}
.product-single-detail .category {
    margin-bottom: 25px;	
}
.product-single-detail .description {
    line-height: 29px;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 15px;
}

.product-single-detail .product_meta {
    margin-bottom:30px;
    text-transform:uppercase;
    color:#f3f3f3
}
.product-single-detail .description p {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #9b9fa3;
}
.product-single  .woocommerce-tabs {
    margin:80px auto 50px auto;
}
.product-single .woocommerce-tabs ul.tabs li {
    border-radius:0 !important
}
.product-single .tabs {
    margin:0 0 -1px !important
}
.product-single .panel {
    padding:40px!important;
    line-height:1.6;
    border-bottom:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    box-shadow:none;
    border-radius:0;

}
.product-single .panel h3,
.product-single .panel h2 {
    color:#5c5c5c;
    text-transform:uppercase;
    margin-bottom:20px;
    font-size:20px;
}
.product-single .panel h4 {
    color:#5c5c5c;
}
.product-single #respond input#submit{
    color:#fff;
    text-transform:uppercase;
    padding:15px 25px;
    display:block;
}
.product-single .product-single-image .images,
.product-single div.product div.images,
.product-single div.product div.images,
.product-single div.product div.images {
    width: 85% !important;
}
.product-single #reviews #comments ol.commentlist li .comment-text {
    padding:30px 30px 10px
}
.product-single #reviews .comment-form {
    max-width:760px
}
.add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.add-to-cart button span {
  transform: skew(10deg)
}
.add-to-cart input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    display: inline-block;
    width: 54px;
    height: 54px;
    position: relative;
    z-index: 1;
    background: #1a1c28;
    padding: 10px;
    text-align: center;
    border: 3px solid #fff;
}
.add-to-cart ::-webkit-input-placeholder {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.add-to-cart :-moz-placeholder {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.add-to-cart ::-moz-placeholder {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.add-to-cart :-ms-input-placeholder {  
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.add-to-cart button.button {
	left: -10px;
    padding: 5px 50px 5px 55px;
    border: 2px solid;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .59em 1em;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
}
.add-to-cart button.button:hover {
    background: transparent;
    border: 2px solid #fff;
    color:#fff;
}
.related-products {
    width:100%
}
.related-products .item {
	margin-bottom: 0;
}
@media all and (max-width: 992px) {
	.product-single-section .row {
		margin: 0;
	}
	.product-single .product-single-image {
		border: none;
		width: 100%;
	}
	.product-single .product-single-image img {
		margin: 0 auto;
	}
	.product-single-section p:first-of-type {
		text-align: center;
	}
	.product-single .product-single-detail {
		padding: 32px 15px;
	}
	.related-products .item {
		margin-bottom: 15px;		
	}
	.related-products .item:last-of-type {
		margin: 0;
	}
}

/* ==========================================================================
   26. Blog Page
   ========================================================================== */

.blog-grid-section>.inner {
	padding: 88px 0 130px;
}
.sort-by {
    padding-left: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #9b9fa3;
    font-size: 18px;
}
.sort-by .button{
    background: #fff;
    color: #9b9fa3;
    font-size: 18px;
    font-weight: 400;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    padding: 0;
    letter-spacing: 0px;
    line-height: 20px;
}
.sort-by .dropdown-menu {
    left: 14px;	
}
.sort-by .dropdown-menu>li>a {
    color: #9b9fa3;	
}
.sort-by .dropdown-menu>li>a:focus, .sort-by .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
}
.blog-grid .blog-post {
    margin-bottom: 30px;
}
.blog-post .blog-featured-img {
	position: relative;
	z-index: 1;
}
.blog-post .blog-featured-img img {
	width: 100%;
    height:auto;
}
.blog-post .blog-featured-img i {
	position: absolute;
	text-align: center;
	font-size: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: .3s cubic-bezier(0.01, -0.01, 0.01, 0.01);
	transition: .3s cubic-bezier(0.01, -0.01, 0.01, 0.01);
	line-height: 136px;
}
.blog-detail {
	border: 2px solid #e5e5e5;
	border-top: none;
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
	background: #fff;
	padding-bottom: 0;
}

.blog-detail:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1px;
    width: 46%;
    height: 135px;
    border-left: 4px solid #e5e5e5;
    border-top: 4px solid #e5e5e5;
    background: #ffffff;
    -webkit-transform-origin: 624% 162%;
    -ms-transform-origin: 624% 162%;
    transform-origin: 624% 162%;
    -webkit-transform: rotate(37.4deg) skew(-42.5deg, -27.5deg);
    -ms-transform: rotate(37.4deg) skew(-42.5deg, -27.5deg);
    transform: rotate(37.4deg) skew(-42.5deg, -27.5deg);
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-post.col-md-4 .blog-detail:before {
    top: -9px;
    left: -8px;
    width: 45.1%;
}
.blog-detail .hexagon {
    position: absolute;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -25%;
    margin-bottom: 0;
    width: 58px;	
}

.blog-post.col-md-4 .blog-detail .hexagon {
    top:-16%;
}
.blog-detail .hexagon>span {
    padding: 4px 0;
    font-size: 22px;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-detail img {
    max-width:100%;
    height:auto;
}
.blog-detail .hexagon:before, .blog-detail .hexagon:after {
    border-left: 29px solid transparent !important;
    border-right: 29px solid transparent !important;
    -webkit-transition: .3s;
    transition: .3s;	
}
.blog-detail .hexagon:before {
    border-bottom: 17px solid;
}
.blog-detail .hexagon:after {
    border-top: 17px solid;	
}
.blog-detail h2 {
    margin-bottom: 0;
    padding: 10px 0;
}
.blog-detail p {
	padding: 0 24px;
	line-height: 29px;
}
.blog-detail .publish-date {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
}

.blog-grid .blog-post:hover .boxes {
	opacity: 1;
    border-top: 2px solid #e5e5e5;
}
.blog-grid .blog-post:hover .blog-detail {
    margin-top: -57px;
    padding-bottom: 57px;
}
.blog-grid .blog-post:hover i {
	opacity: 0.9;
}
.blog-grid .blog-post:hover .hexagon {
	top: -19%;	
}
.blog-grid .blog-post:hover .hexagon>span {
	background: #000;
}
.blog-grid .blog-post:hover .hexagon:before {
	border-bottom: 17px solid #000;
}
.blog-grid .blog-post:hover .hexagon:after {
	border-top: 17px solid #000;
}
.blog-detail .boxes {
    border-top: 2px solid #e5e5e5;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-size:14px;
    opacity:0
}

.blog-detail .share-button-list {
    list-style: none;
    clear:both;
    margin-top:40px;
}

.blog-detail .tags-wrapper + .txt + .share-button-list  {
    margin-top:0
}
.blog-detail .boxes .tags-wrapper {
     -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    padding:0 20px
}
.blog-detail .boxes .tags-wrapper a {
    padding: 10px 2px;
    display: inline-block;
    color: #777a7d;
    font-size:11px;
    text-transform:uppercase;
    font-weight:600;
}
.blog-detail .boxes .share-button-list li {
    -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    display:inline-block;
    padding:0;
    margin:0;
}


.blog-detail .tags-wrapper {
    padding:20px 0;
    position:relative;
}

.blog-detail .article-nav.single-post-nav {
    padding-bottom:50px;
    margin-top:25px;
    position:relative;
}

.blog-detail .tags-wrapper a {
   padding:3px 8px;
  color: rgb(150,150,150);
  border: 1px solid rgb(200,200,200);
  text-align: center;
  display: inline-block;
  text-transform:uppercase;
  font-size:11px;
  font-weight:500;
  border-radius: 1px;
}

.blog-detail .tags-wrapper a:hover,
.blog-detail .share-button-list li a:hover {
    color:#111c27
}

.blog-detail .share-button-list li {
  display: inline-block;
}

.blog-detail .share-button-list li a {
    padding: 3px;
    color: rgb(150,150,150);
    border: 1px solid rgb(200,200,200);
    width: 32px;
    text-align: center;
    height: 32px;
    display: inline-block;
    border-radius: 1px;
}

.blog-detail .boxes .left-box,.blog-detail .boxes .right-box {
    background: transparent;
    width: 50%;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.blog-detail .boxes .left-box a {
    padding:10px;
}
.blog-detail .boxes .right-box {
    border-left: 1px solid #e5e5e5;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.blog-detail .boxes .left-box:before, .blog-detail .boxes .right-box:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	border: none;
	opacity: 0
}
.blog-detail .boxes .left-box:before {
	left: -10px;
}
.blog-detail .boxes .right-box:after{
	right: -10px;	
}

.blog-detail .boxes .left-box:hover:before, .blog-detail .boxes .right-box:hover:after {
	opacity: 1;	
}
.blog-detail .boxes .left-box:hover p, .blog-detail .boxes .right-box:hover p,.blog-detail .boxes .left-box:hover a {
	color: #fff;
}
.blog-detail .boxes p {
	margin: 0;
	-webkit-transform: skew(20deg, 0deg);
	-ms-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
	padding: 13px 0;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.blog-detail .boxes i {
	margin-right: 7px;
}

.page-links {
  display: block;
  margin: 25px 0 0;
  font-size:13px;
}

.page-links span {
  padding: 1px 10px;
  display: inline-block;
  border:2px solid #e8e8e8;
  margin-left: 5px;
}


.page-pagination {
    margin-top:30px;
	margin-bottom: 0;
}

.page-pagination  a,
.page-pagination > span {
    color: #1f2730 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 23px;
    border: 2px solid #e5e5e5;
    margin-right: 15px;
}
.page-pagination > a:hover,
.page-pagination >  span.current{
    color: #fff !important;
}
.posts-row .post p {
    line-height:1.65;
}
.posts-row .post .post-meta {
    margin-bottom:15px;
    margin-left:-5px;
}
.posts-row .post .post-meta i {
    margin-right:5px;
    margin-left:5px;
}
.posts-row .post .post-meta a {
    color:#262f38
}
.posts-row .post.sticky h2 {
    padding-left:35px;
    position:relative;
}
.posts-row .post.sticky h2:before {
    content:"\f08d";
    left:0;
    font-family:"FontAwesome";
    position:absolute;
    transform:rotate(30deg);
}
.posts-row .post hr {
    margin-bottom:0;
    margin-top:50px;
}
.posts-row .post h2 {
    line-height:1.35;
    margin-bottom:0;
}
.posts-row .post .readmore-link {
    font-weight:600
}
.posts-row .post .post-categories {
    padding:0;
    margin:0;
    display:inline;
    list-style:none;
}
.posts-row .post .post-categories li {
    display:inline;
}
.posts-row .post .post-categories li a {
    color:#1e252c;
    display:inline-block;
}
.posts-row .post {
    margin-bottom:50px;
}
.posts-row .post img {
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.page-pagination  a:focus,
.page-pagination  a:hover,
.page-numbers.current {
    border: 2px solid;
    color: #fff;
}
@media all and (max-width: 1200px) {
	.blog-grid {
		margin-bottom: 65px;
	}
	.blog-detail:before {
		top: 97px;
		left: -30px;
		width: 137px;
		height: 137px;
		-webkit-transform: rotate(45deg) skew(-27.5deg, -27.5deg);
		-ms-transform: rotate(45deg) skew(-27.5deg, -27.5deg);
		transform: rotate(45deg) skew(-27.5deg, -27.5deg);
	}
}
@media all and (max-width: 992px) {
	.blog-detail:before {
		content: none;
	}
	.blog-detail .hexagon {
		top: -10%;
	}
	.blog-grid .blog-post:hover .hexagon {
		top: -8%;
	}
}


/* ==========================================================================
   27. Blog Sidebar
   ========================================================================== */

@media all and (min-width: 1200px) {
	.blog-sidebar {
		margin-left: 20px;
		width: 31%;
	}	
}

 /* ======= Search Field ======= */

.sidebar .widget_search input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.search-results-wrapper input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.footer .widget_search input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    z-index: 0;
    border-right: 0;
    position: relative;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #e5e5e5;
    height: 56px;
    color: #9e9e9e;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    float:left;
    width:85%;
}

.search-results-wrapper .search-form {
    max-width:360px !important
}
.sidebar .widget_search .search-form,
.search-results-wrapper .search-form,
.footer .widget_search .search-form{
    width:100%;
}
.sidebar .widget_search  .button,
.search-results-wrapper .button,
.footer .widget_search  .button {
    z-index: 1;
    border-left: 2px solid #e5e5e5;
    padding:8px 19px  8px 19px;
    border-radius: 0;
    left: -7px;
    overflow: visible;
    float:left;
    width:15%;
    color:#fff;
}
.sidebar .widget_search .button:after,
.search-results-wrapper .button:after,
.footer .widget_search .button:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	right: -6px;
	top: 0;
	-webkit-transform: skew(12deg,0deg);
	-ms-transform: skew(12deg,0deg);
	transform: skew(12deg,0deg);
	z-index: -1;
}
.sidebar .widget_search  .button span,
.search-results-wrapper .button span,
.footer .widget_search  .button span {
    display:none
}
.sidebar .widget_search  .button:before,
.search-results-wrapper .button:before,
.footer .widget_search  .button:before {
	-webkit-transform: skew(12deg,0deg);
	-ms-transform: skew(12deg,0deg);
	transform: skew(12deg,0deg);
	-webkit-transition: .3s;
	transition: .3s;
    padding-right: 0px;
	left: 4px;
    color: #fff;
    font-family:"FontAwesome";
    content:"\f002";
    display:block;
    font-size:20px;
}

.sidebar .widget_search input::-webkit-input-placeholder {
    color: #979797 !important;
    text-transform:uppercase;
    font-size:12px;
}
.sidebar .widget_search input::-moz-placeholder {
    color:#979797 !important;
    text-transform:uppercase;
    font-size:12px;
}
.sidebar .widget_search input:-moz-placeholder {
    color: #979797 !important;
    text-transform:uppercase;
    font-size:12px;
}
.sidebar .widget_search input:-ms-input-placeholder {
    color: #979797 !important;
    text-transform:uppercase;
    font-size:12px;
}

.sidebar .widget.widget_search,
.footer .widget.widget_search  {
	margin-bottom: 30px;
    padding:0 !important;
    border:none
}

.sidebar .widget.widget_search .widgettitle{
    margin-bottom:15px
}
.sidebar .widget.widget_search .widgettitle:before{
    content:none;
}

.sidebar .widget {
    border: 2px solid #e5e5e5;
    padding: 15px 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}
.sidebar .widget>h2 {
	margin-bottom: -104px;
	display: inherit;
	position: relative;
	z-index: 1;
}
.widget img {
    max-width:100%;
    height:auto;
}
.triangle-border-bottom {
    position: relative;
    top: 7px;
    left: -1px;
    width: 62%;
    height: 161px;
    border-right: 5px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    background: #ffffff;
    -webkit-transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    -ms-transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    z-index: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

/* ======= Popular Posts Widget ======= */

.popular-posts {
    border: 2px solid #e5e5e5;
    padding: 15px 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}
.popular-posts>h2 {
	margin-bottom: -104px;
	display: inherit;
	position: relative;
	z-index: 1;
}
.triangle-border-bottom {
    position: relative;
    top: 7px;
    left: -1px;
    width: 62%;
    height: 161px;
    border-right: 5px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    background: #ffffff;
    -webkit-transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    -ms-transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    transform: rotate(45.3deg) skew(-35.5deg, -35.5deg);
    z-index: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.sidebar .recent-posts {
    position: relative;
    padding-top: 18px;
}
.sidebar .recent-posts .media-body {
    vertical-align:middle;
    padding-left:10px;
}
.sidebar .recent-posts .media-body a{
    color:#111c27;
    text-transform:uppercase;
    font-weight:700;
}

.sidebar .recent-posts img {
    border: 3px solid #FFF;
    max-width: 80px;
    cursor: pointer;
}
.sidebar .recent-posts .post-thumb a:hover:before {
	opacity: .9;
}

.sidebar .recent-posts .post-thumb a:before {
    content: "\f067";
    font-family:"FontAwesome";
    background: #ff5534 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    top: 17px;
    left: 3px;
    right: 0;
    width: 74px;
    height: 74px;
    line-height:74px;
    display: block;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.sidebar .recent-posts .post-thumb a {
    position:relative;
    overflow:hidden;
}
.sidebar .recent-posts .media-body p {
    margin-top: 0;
    margin-bottom: 2px;
}
.sidebar .recent-posts li {
    padding-left:0 !important
}
.sidebar .recent-posts li:before {
    content:none !important
}
.sidebar .recent-posts h2 {
	line-height: 20px;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 20px;
	font-weight: 600;
}

.sidebar .recent-posts .post-date.color-theme {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	word-wrap: break-word;
	overflow-wrap: break-word;
    color:#9b9fa3
}
.sidebar .recent-posts .post-date i {
    display:none;
}
.sidebar .recent-posts  .post img {
    position: absolute;
    left: 0;
    top: 6%;
    border: 3px solid #000;
    max-width: 80px;
    cursor: pointer;
}
.sidebar .recent-posts .post img:hover + i {
	opacity: .9;
}
.sidebar .recent-posts  .post i {
    background: #ff5534 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    top: 8px;
    left: 3px;
    line-height: 74px;
    position: absolute;
    text-align: center;
    width: 74px;
    height: 74px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    font-weight: 100;
    border: 1px solid #000;
}
.sidebar .recent-posts .post h2 {
    line-height: 20px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0;
}
.sidebar .recent-posts  .post p.publish-date {
	margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media all and (max-width: 1200px) {
	.triangle-border-bottom {
		left: 9px;
	}
}
@media all and (max-width: 992px) {
	.triangle-border-bottom {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		height: 2px;
		top: 104px;
		left: 0;
		margin-bottom: 134px;
		border-left: none;
		border-bottom-width: 2px;
	}
}

.widget_calendar .calendar_wrap{
    width:100%
}

/* ======= Categories Widget ======= */

.widget_widget_categories {
    border: 2px solid #e5e5e5;
    padding: 15px 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;	
}
.widget_categories>h2 {
    margin-bottom: -104px;
    display: inherit;
    position: relative;
    z-index: 1;
}
.widget_categories ul {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}
.widget_categories ul>li a {
	color: #1f2730;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 37px;
	-webkit-transition: .3s;
	transition: .3s;
    display:inline-block;
    padding-right:5px;
}
.widget_categories ul li:before {
    top:7px !important
}

.widget_categories ul>li span {
    margin-right: 14px;
}

/* ======= Tag Cloud Widget ======= */

.widget_tag_cloud a {
    color:#1a1c28;
    font-weight:500;
    line-height:1.5
}
.page-content > .content {
    padding:50px;
    border:2px solid #e5e5e5;
    margin-bottom:50px;
}
.page-content > .content img {
    max-width:100%;
    height:auto
}
.page-content > .content p {
    line-height:1.6
}
.page-content > .content p:last-of-type {
    margin-bottom:0
}
/* ==========================================================================
   28. Blog single page
   ========================================================================== */

.blog-single-section>.inner {
	padding: 88px 0 130px;
}
.blog-single-section .return-link {
	padding-left: 15px;
}
.blog-single-content {
	position: relative;
}
.blog-single-content .featured-img img {
    height:auto;
    width:100%
}
.blog-single-content .blog-detail .boxes {
	max-height: 999px;
    border-top: 2px solid #e5e5e5;
}
.blog-single-content .blog-detail .hexagon {
    top: -36%;
}
.blog-single-content table,
.content table {
    margin-bottom:15px
}
.blog-single-content table td,
.content table td,
.blog-single-content table th,
.content table th
 {
    border:1px solid #c8c8c8;
    padding:5px
}
.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6,
.page-content .content h1,
.page-content .content h2,
.page-content .content h3,
.page-content .content h4,
.page-content .content h5,
.page-content .content h6
 {
    color:#1f2730;
    display:block;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:20px;
}
.triangle-border-top{
    position: relative;
    left: 29%;
    width: 42%;
    height: 309px;
    border-left: 5px solid #e5e5e5;
    border-top: 5px solid #e5e5e5;
    background: #ffffff;
    -webkit-transform: rotate(44.94deg) skew(-35.5deg, -35.5deg) translate(-157%, -160%);
    -ms-transform: rotate(44.94deg) skew(-35.5deg, -35.5deg) translate(-157%, -160%);
    transform: rotate(44.94deg) skew(-35.5deg, -35.5deg) translate(-157%, -160%);
    z-index: 1;
}

.grid .single-post-wrapper .blog-detail.has-thumbnail {
    margin-top:-10px;
    padding-top:5px;
    position:static;
}
.blog-single-content .hexagon {
    left: 4%;
    -webkit-transform: translate(-52%, -189%);
    -ms-transform: translate(-52%, -189%);
    transform: translate(-52%, -189%);
    z-index: 2;
    margin-bottom: 0;
}

.blog-single-content .hexagon:before {
    border-bottom: 17px solid;
}
.blog-single-content .hexagon:after {
    border-top: 17px solid;	
}
.blog-single-content .blog-detail{
    margin-bottom: 40px;
    padding:0 50px;
}
.blog-single-content .blog-detail.has-thumbnail {
    margin-top: -375px;
}
.blog-single-content .blog-detail.no-thumbnail {
    border-top:2px solid #e5e5e5;
    padding-top:15px;
}
.blog-single-content .blog-detail:before {
	content: none;
}
.blog-single-content .blog-detail .post-title {
    font-size: 30px;
    margin-top: 20px;
    padding: 10px 0;
    line-height:1.34
}
.blog-single-content .blog-detail.has-thumbnail .post-title {
    padding: 30px 0 10px 0;
}
.blog-single-content .blog-detail h2.show-more {
	font-size: 20px;
    color: #1f2730;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
}
.blog-single-content .blog-detail h2.show-more a {
	color: #1f2730;
	font-size: 20px;
	-webkit-transition: .3s;
	transition: .3s;
    margin-top: 40px;
    display: inline-block;
    clear:both;
}

.blog-single-content .blog-detail h2.show-more span {
	margin-left: 5px;
}

.blog-single-content .blog-detail p.publish-date span {
	margin-right: 15px;
}
.blog-single-content .blog-detail p.publish-date span i {
    margin-right: 5px;	
}
.blog-single-content .blog-detail p.highlight,
blockquote {
    border-left: 7px solid;
    padding: 22px 30px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-left:0
}
.blog-single-content .blog-detail p {
    padding:0
}


.grid .single-post-wrapper .triangle-border-top,
.grid .single-post-wrapper .hexagon {
    display: none;
}

.blog-single-content .blog-detail h1,
.blog-single-content .blog-detail h2,
.blog-single-content .blog-detail h3,
.blog-single-content .blog-detail h4,
.blog-single-content .blog-detail h5,
.blog-single-content .blog-detail h6 {
    margin-bottom:15px;
    text-transform:uppercase
}
.blog-single-content .blog-detail p.highlight:after,
blockquote:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fafafa;
	-webkit-transform: skew(-12deg,0deg);
	-ms-transform: skew(-12deg,0deg);
	transform: skew(-12deg,0deg);
	z-index: -1;
	left: -11px;
	top: 0;
}    
.blog-single-content .blog-detail .boxes p {
    padding: 8px 0;
}
.blog-single-content .blog-detail .boxes p span {
	color: #1f2730;
	margin-left: 2px;
}
.blog-single-content .blog-detail .boxes .left-box {
	width: 34%;
}
.blog-single-content .blog-detail .boxes .right-box {
	width: 66%;
}
.blog-single-content .blog-detail .boxes .right-box p {
    text-align: left;
    padding-left: 60px;
}

.blog-single-content .blog-detail .boxes:hover .right-box {
    background:none;
} 
.blog-single-content .blog-detail .boxes div{
    cursor:default;
}
.blog-single-content .blog-detail .boxes:hover .right-box:after {
    content:none;
    background:none;
}
.blog-single-content .single-post-wrapper{
    position:relative;
}

.blog-single-content .featured-post-label {
    position:absolute;
    top:30px;
    left:30px;
    text-transform:uppercase;
    font-weight:600;
    padding:5px 10px;
    display:block;
    color:#fff;
}

@media all and (max-width: 1200px) {
	.triangle-border-top {
		left: 170px;
		top: -64px;
		width: 255px;
		height: 255px;
	}
	.blog-single-content .hexagon {
		left: 0;
		top: -120px;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@media all and (max-width: 992px) {
	.blog-single-content {
		margin-bottom: 65px;
	}
	.triangle-border-top {
		display: none;
	}
	.blog-single-content .hexagon {
		left: 0;
		top: -25px;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		margin-bottom: -45px;
	}
	.blog-detail {
		border-top: 2px solid #e5e5e5;
		padding-top: 24px;
	}
	.blog-single-content .blog-detail {
		margin-top: 0;
	}
}
@media all and (max-width: 768px) {
	.blog-single-content .blog-detail h2 {
		padding: 10px;
	}
	.blog-single-content .blog-detail p {
		padding: 0 14px;
	}
	.comment-section {
		padding: 45px 15px 60px !important;
	}
}

/* ======= Comment Section ======= */

.comment-section {
    border: 2px solid #e5e5e5;
    padding: 45px 45px 60px;
    background: #fff;
    margin-bottom: 40px;
}
.comment-section .comment-text {
    color:#9b9fa3;
    line-height:1.5
}
.comment-section li:not(.pingback) .comment-meta {
    position: relative;
    padding-left: 97px;
    margin-bottom: 27px;
    padding-top: 18px;
    margin-top: 40px;
}
.comment-section .comment-meta{
    position:relative;
}
.comment-section li:nth-child(n+2) .comment-meta:before {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid #e5e5e5;
    top: -30%;
    left:0
}

.comment-section .comment .children li.depth-2:first-of-type > .comment-meta:before,
.comment-section .comment .children li.depth-3:first-of-type > .comment-meta:before,
.comment-section .comment .children li.depth-4:first-of-type > .comment-meta:before,
.comment-section .comment .children li.depth-5:first-of-type > .comment-meta:before {
    left:-40px;
}

.comment-section h1,
.comment-section h2:not(.comment-author),
.comment-section h3,
.comment-section h4,
.comment-section h5,
.comment-section h6,
.comment-section p {
    color:#5a5a5a;
    margin:10px 0 10px;
    display:block;
}

.comment-section .comment-meta img {
    position: absolute;
    left: 0;
    top: 6%;
    max-width: 80px;
    cursor: pointer;
    height:auto;
}
.comment-section .comment-meta h2 {
    line-height: 26px;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0;
}
.comment-section .comment-meta p.publish-date {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color:#9b9fa3
}
.comment-section .comment-reply-link {
    color: #1f2730;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;	
}

.comment-section .comment-list {
    margin:0;
    padding:0;
}

.comment-section .comment-list li.comment {
    list-style:none;
}

.comment-section table {
    margin-bottom:15px;
}
.blog-single-content .contact-form {
	-webkit-box-shadow: none;
	box-shadow: none;
}

 .wp-caption {
     display:block;
     text-align:left;
     margin-bottom:10px;
 }
.wp-caption-text {
    color:#606060
}
.screen-reader-text{
    display:none;
}
.gallery-caption {
    text-align:left;
    font-size:12px;
}
.bypostauthor {
    font-size:12px;
    color:#4a4a4a
}

/* ==========================================================================
   29. Woocommerce
   ========================================================================== */

.woocommerce button.button:not([name='add-to-cart']),
.woocommerce a.button.alt,
.woocommerce #payment #place_order {
    transform:none;
    color:#fff;
    border-radius:0;
    border:2px solid transparent !important;
}

.woocommerce button.button:not([name='add-to-cart']):hover,
.woocommerce .shop_table .button:hover,
.woocommerce .shop_table .button,
.woocommerce #payment #place_order:hover,
.cart_totals .wc-proceed-to-checkout .checkout-button.alt:hover,
.woocommerce .shop_table.shop_table .actions .button {
    color:#3e4e63;
    border:2px solid #3e4e63 !important;
    background:none;
    border-radius:0;
    transform:none
}

.woocommerce table.shop_table {
    border-radius:0;
    border:2px solid #e5e5e5
}

.woocommerce table.cart {
    border:none;
}

.woocommerce table.shop_table th{
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding:15px 20px;
}
.woocommerce table.shop_table:not(.cart) tr:not(:last-child) td:last-child,
.woocommerce table.shop_table:not(.cart) th:last-child,
.woocommerce table.shop_table:not(.cart) .order-total td {
    background:#f3f3f3;
    border-left:1px solid #e5e5e5;
    text-align:right
}
.woocommerce .shop_table.shop_table .coupon input {
    display: inline-block;
    width: auto !important;
}

.woocommerce .shop_table.shop_table .actions .button
 {
  display: inline-block;
  padding: 12px 15px !important;
}
.woocommerce .shop_table td .quantity .qty {
    width:80px;
}

.woocommerce .shop_table .product-thumbnail img {
    display:block;
    width:60px
}

.woocommerce form.login {
    border:none;
    border-radius: 0;
    padding: 0;
}

.woocommerce form.login .lost_password {
    margin-bottom:0
}

.woocommerce .woocommerce-tabs {
    width:100%
}

.woocommerce .product-single-image img,
.woocommerce .product-single-image div.product div.images img, 
.woocommerce-page .product-single-image img {
    max-width:800px;
    width:auto !important;
    margin:auto;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding:0;
    margin:0;
    list-style:none
}

.woocommerce .woocommerce-MyAccount-navigation ul li{
    margin-bottom:5px
}
.woocommerce .woocommerce-MyAccount-navigation ul li:before {
    content:"\f105";
    position:relative;
    font-family:'FontAwesome';
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    color:#1a1c28;
    font-weight:500
}