/*
Theme Name: Infinito
Theme URI: https://wowlayers.com/infinito
Author: WOW Layers
Author URI: https://wowlayers.com/
Description: Multipurpose Premium Wordpress Theme
Version: 1.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, theme-options, translation-ready, accessibility-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: infinito
*/

/*
TABLE OF CONTENTS
*****************************************************************************************
1.BASIC STYLES
  1.1 Default
  1.2 Theme default color 1
  1.3 Theme default color 2
  1.4 Misc
  1.5 Input(s)
  1.6 Wordpress core styles
  1.7 Clears for specific grid size
  1.8 Page
-----------------------------------------------------------------------------------------
2.HEADER
  2.1 Header breadcrumb
  2.2 Header menu effects
  2.3 Header menu layouts
  2.4 Header menu misc
  2.5 Header meaga menu
  2.6 Header info bar
  2.7 Sticky menu
  2.8 Mobile menu & header button
  2.9 Overlay menu
-----------------------------------------------------------------------------------------
3.FOOTER
  3.1 Footer copyright
  3.2 Footer social
-----------------------------------------------------------------------------------------
4.WIDGETS
-----------------------------------------------------------------------------------------
5.PORTFOLIO
  5.1 Portfolio style 1
  5.2 Portfolio style 2
  5.3 Portfolio style 3
  5.4 Portfolio style 4
  5.5 Portfolio single global styles
  5.6 Portfolio single video iframe styles
  5.7 Portfolio single style 1
  5.8 Portfolio single style 2
  5.9 Portfolio single style 3
  5.10 Portfolio single style 4
  5.11 Portfolio filter
-----------------------------------------------------------------------------------------
6.BLOG
  6.1 Blog posts style 1
  6.2 Blog posts style 2
    6.2.1 Blog posts style 2 - WPBakery block
  6.3 Blog posts style 3
  6.4 Blog posts style 4
  6.5 Blog single global styles
  6.6 Blog single style 1
  6.7 Blog comment form and template
  6.8 Blog related
  6.9 Blog author bio
  6.10 Blog search page
----------------------------------------------------------------------------------------
7.404 PAGE
----------------------------------------------------------------------------------------
8.BUTTON ( WPBakery Custom Block ) - also used on theme pages
----------------------------------------------------------------------------------------
9.WPBAKERY
  9.1 WpBakery Misc
  9.2 WpBakery Fixes
----------------------------------------------------------------------------------------
10.PAGINATION
----------------------------------------------------------------------------------------
11.WOOCOMMERCE ( Wordpress plugin )
----------------------------------------------------------------------------------------
12.CONTACT FORM 7 ( Wordpress plugin )
----------------------------------------------------------------------------------------
13.ANIMATE
----------------------------------------------------------------------------------------
14.MISC
----------------------------------------------------------------------------------------
15.BBPRESS ( Wordpress plugin )
----------------------------------------------------------------------------------------
16.THE EVENTS CALENDAR ( Wordpress plugin )
----------------------------------------------------------------------------------------
17.YITH WISHLIST ( Wordpress plugin )
----------------------------------------------------------------------------------------
*****************************************************************************************
*/

/*
1.BASIC STYLES
================================================================================================================================
*/


/*
1.1 Default
================================================================================================================================
*/

a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	-webkit-transition: color .2s ease, background .2s ease, background-color .2s ease;
	-moz-transition: color .2s ease, background .2s ease, background-color .2s ease;
	-ms-transition: color .2s ease, background .2s ease, background-color .2s ease;
	-o-transition: color .2s ease, background .2s ease, background-color .2s ease;
	transition: color .2s ease, background .2s ease, background-color .2s ease;
}

ul {
	padding: 0;
}

ul {
	list-style-type: none
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.66em;
	margin: 0 0 15px 0;
}

p{
	color:#888888
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	margin-bottom: 15px
}

h1 {
	font-size: 42px
}

h2 {
	font-size: 32px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 19px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

h1 {
	line-height: 1.1em;
	font-weight: 700
}

h2 {
	line-height: 1.3em;
	font-weight: 700
}

h3 {
	line-height: 1.5em;
	font-weight: 500
}

h4 {
	line-height: 1.5em;
	font-weight: 500
}

h5 {
	line-height: 1.5em;
	font-weight: 500
}

h6 {
	line-height: 1.6em;
	font-weight: 500
}

img {
	height: auto;
	max-width: 100%
}

ins {
	text-decoration: none
}

li,
dd,
address {
	line-height: 1.5em
}

ul {
	list-style-type: disc;
	list-style-position: inside
}

ol {
	list-style-type: decimal;
	list-style-position: inside
}

tr,
td,
th {
	border-style: solid;
	border-width: 1px;
	border-color: #eee
}

table,
ul,
ol {
	margin-bottom: 15px
}

table thead tr th,
table tbody tr th {
	font-weight: 700
}

table tbody tr th,
table tbody tr td,
table thead tr th {
	padding: 20px;
	text-align: left
}

dt {
	font-weight: 700;
	margin-bottom: 10px
}

dd {
	margin: 0 1.5em 1.5em;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

address {
	margin-bottom: 10px
}

big {
	font-size: 125%
}

body {
	overflow-wrap: normal;
	word-wrap: normal
}


/* position: Absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 52px; */

pre {
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
	overflow: auto;
	min-height: 50px;
	margin: 15px 0 15px 0;
	background: #f5f5f5;
	padding: 25px;
	line-height: 1.3em
}

blockquote {
	position: relative;
	background: #f5f5f5;
	margin: 15px 0 15px 0;
	padding: 25px 15px 25px 90px;
	font-weight: bold;
	line-height: 2em;
	font-style: italic;
}

blockquote p {
	line-height: 2em;
	font-weight: 700;
	z-index: 2;
	position: relative;
	font-style: italic;
}

blockquote:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #c5cbcc;
	width: 60px;
	height: 100%;
}

blockquote:after {
	content: "\f0b2";
	font-family: 'webapplication';
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 1;
	height: auto;
	transform: translateY(-50%); 
}

/*
1.2 Theme default color 1
================================================================================================================================
*/

.themecolor1 {
	color: #ffc600
}

.themecolor1_bg {
	background-color: #ffc600
}

.themecolor1_rgba {
	background: rgba(255, 198, 0, .8)
}

.themecolor1_border {
	border-color: #ffc600
}


/*
1.3 Theme default color 2
================================================================================================================================
*/

.themecolor2 {
	color: #ff5e5e
}

.themecolor2_bg {
	background-color: #ff5e5e
}

.themecolor2_rgba {
	background: rgba(255, 94, 94, .8)
}

.themecolor2_border {
	border-color: #ff5e5e
}


/*
1.4 Misc
================================================================================================================================
*/
.word-break{    
	word-break: break-all;
    -ms-word-wrap: break-word;
}
@media (min-width: 1201px) {
	body.logged-in.admin-bar.side_responsive_menu, body.admin-bar{
		position:relative;
	}	
}

.attachment_details{
	text-align:center;
	margin-top: 50px;
}
.attachment_caption{
	margin-top: 15px;
	font-size:14px;
	color:#888888;
}
.attachment_description{
	margin-top: 20px;
}

/* Align */

.align_left {
	text-align: left
}

.align_center {
	text-align: center
}

.align_right {
	text-align: right
}

/* ajax preloader */
.ajax_loader {
  /*
     animation: loader 5s linear infinite; 
  */ 
	position: relative;
	display:none;
	margin:auto;
	margin-top:20px;
	width: 60px;
	height: 60px;
	margin-bottom:20px
}
@keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
.ajax_loader .box {
  width: 50px;
  height: 50px;
  background: #bdbdbd; /* f7f7f7*/
  animation: animate_loader .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate_loader {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
} 
.ajax_loader .shadow { 
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow_loader .5s linear infinite;
}
@keyframes shadow_loader {
  50% {
    transform: scale(1.2,1);
  }
}

.wow_masonry_loadmore{
    clear: both;
    display: block;
    text-align: center;	
    margin: auto;
	margin-top:20px;
	margin-bottom:20px;
}
/* no padding class */

.nopadding {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.nopadding_top {
	padding-top: 0 !important;
}

.nopadding_right {
	padding-right: 0 !important;
}

.nopadding_bottom {
	padding-bottom: 0 !important;
}

.nopadding_left {
	padding-left: 0 !important;
}


/* margin class */

.margin_right_15 {
	margin-right: 10px
}

.margin_left_15 {
	margin-left: 10px
}


/* clear */

.clearfix {
	clear: both
}


/* Display:none */

.display-none {
	display: none
}

.abs {
	position: absolute;
}

.float_none {
	float: none !important
}

.float_left {
	float: left
}

.float_right {
	float: right
}

.wow-float-right {
	float: right;
}

.wow-float-left {
	float: left;
}


/* Preloader */

.preloader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: #fff
}


/* Default preloader */

.preloader-wrap svg {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

.preloader-wrap path {
	stroke: cyan;
	stroke-width: 6;
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-dasharray: 193.904983521;
	fill: none;
	animation: load 4s linear infinite, color 3s linear infinite;
}

@keyframes load {
	from {
		stroke-dashoffset: 775.6199340820312;
	}
}

@keyframes color {
	33% {
		stroke: yellow;
	}
	66% {
		stroke: magenta;
	}
}


/*
1.5 Input(s)
================================================================================================================================
*/

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="file"] {
	border: solid 1px #e6e6e6;
	line-height: 1.8em;
	outline: 0;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 500;
	color: #949494;
	font-size: 15px;
	background: none
}

input[type="submit"] {
	padding: 20px 30px;
	border-radius: 5px;
	outline: 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

select {
	width: 100%;
	padding: 9px;
	outline: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0) url(images/dropdown-arrow.gif) no-repeat right top;
	font-size: 14px;
	color: #696969;
	margin-bottom: 20px
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover {
	background: rgba(0, 0, 0, 0)
}

input::-webkit-input-placeholder {
	font-weight: normal;
	font-size: 13px;
	color: #949494
}

input::-moz-placeholder {
	font-weight: normal;
	font-size: 13px;
	color: #949494
}

input:-ms-input-placeholder {
	font-weight: normal;
	font-size: 13px;
	color: #949494
}

input:-moz-placeholder {
	font-weight: normal;
	font-size: 13px;
	color: #949494
}

textarea::-webkit-input-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	color: #949494
}

textarea::-moz-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	color: #949494
}

textarea:-ms-input-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	color: #949494
}

textarea:-moz-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	color: #949494
}

button {
	outline: 0;
	border: none;
	padding: 15px 25px;
	color: #fff;
	border-radius: 3px;
	position: relative
}
button a{
	position:relative;
}

button a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(0, 0, 0, .02);
	z-index: 1;
	transition: all .3s
}

button:hover a::after {
	width: 100%;
	border-radius: 3px
}

.banners .banner_inner button a::after{
	content:none;
}
/*
1.6 Wordpress core styles
================================================================================================================================
*/

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone,
img.alignnone {
	/* not sure about this one */
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	max-width: 100%
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 12px;
	margin: 5px 0 0 0;
	opacity.7;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

dd.wp-caption-text {
	text-align: center;
	font-size: 12px;
	opacity: .5
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {
	display: block;
	font-size: 0.71111em;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	box-sizing:border-box
}

.page-links {
	clear: both;
	padding: 20px 0
}

div[id^="gallery"] dt.gallery-icon a img {
	border: none !important
}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.commentlist .reply {}

.commentlist .reply a {}

.commentlist .alt {}

.commentlist .odd {}

.commentlist .even {}

.commentlist .thread-alt {}

.commentlist .thread-odd {}

.commentlist .thread-even {}

.commentlist li ul.children .alt {}

.commentlist li ul.children .odd {}

.commentlist li ul.children .even {}

.commentlist .vcard {}

.commentlist .vcard cite.fn {}

.commentlist .vcard span.says {}

.commentlist .vcard img.photo {}

.commentlist .vcard img.avatar {}

.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}

.commentlist .comment-meta a {}

.commentlist .commentmetadata {}

.commentlist .commentmetadata a {}

.commentlist .parent {}

.commentlist .comment {}

.commentlist .children {}

.commentlist .pingback {}

.commentlist .bypostauthor {
	display: block
}

.commentlist .comment-author {}

.commentlist .comment-author-admin {}

.commentlist {}

.commentlist li {}

.commentlist li p {}

.commentlist li ul {}

.commentlist li ul.children li {}

.commentlist li ul.children li.alt {}

.commentlist li ul.children li.byuser {}

.commentlist li ul.children li.comment {}

.commentlist li ul.children li.bypostauthor {
	display: block
}

.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}

#cancel-comment-reply a {}

.wp-block-image figcaption {
    line-height: 1.7
}
body .wp-block-cover{
	margin-right:20px
}
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box
}
.wp-block-gallery{
	clear:left
}
body .wp-block-quote.is-style-large{
	padding: 25px 15px 25px 90px
}
.wp-block-pullquote {
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
}
figure[class^="wp-block-embed"]{
	margin-left:0;
	margin-right:0
}
ul[class^="wp-block"] li{
	list-style-type:none
}
.blog-single-start ul[class^="wp-block"] ul.children{
	margin-left:10px
}
.blog-single-start ul[class^="wp-block"] ul.children ul.children{
	margin-left:20px
}
.wp-block-latest-comments footer{
	background:none;
	padding-top:0;
	padding-bottom:0;
	display:block
}
.wp-block-archives.wp-block-archives-dropdown select{
	max-width:250px;
	padding:15px
}
.blog-single-start .wp-block-categories ul > li > a::before {
	content: "– " counters(submenu, "– ", none);
    counter-increment: submenu;	
}
.wp-block-media-text{
	margin:20px 0
}
hr.wp-block-separator{
	width:50px;
	height: 2px;
	text-align:left;
	border:0;
    margin-bottom: 2rem;
    margin-top: 2rem;
	background-color: #767676;
	margin-left:0
}
hr.wp-block-separator.is-style-wide{
	width:100%
}
hr.wp-block-separator.is-style-dots{
	width:100%;
	text-align: center
}
body .wp-block-table.is-style-stripes td{
	border-color:inherit
}
.blog-single-start pre cite{
	position:relative;
	top:20px;
	left:20px
}

body .post-password-form input[type="submit"] {
	border-radius: 7px
}
body .post-password-form input[type="password"] {
	margin-top:15px;
}
.wp-block-button .wp-block-button__link{
	color:#fff
}
.wp-block-button.is-style-outline .wp-block-button__link{
	color:inherit
}
body .blog-single-start .wp-block-button .wp-block-button__link:hover{
	color:unset !important
}
body .blog-single-start .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: white;
    background: #111
}
/*
1.7 Clears for specific grid size
================================================================================================================================
*/



/*
1.8 Page
================================================================================================================================
*/
#page-body{
	background:#fff
}



/*
2.HEADER
================================================================================================================================
*/

header {
	width: 100%;
	display: table;
}
.header-wrap-vertical.header-disabled header,
.header-wrap-horizontal.header-disabled header,
.header-overlay.header-disabled.no-breadcrumb header{
	display:none;
	margin-top:0
}
.header-wrap-horizontal.header-disabled.has-breadcrumb header,
.header-overlay.header-disabled.has-breadcrumb header{
	display:block;
	padding-top:0
}
header.for_mobile{
	display:none
}
header .logo {
	display: table;
}
.retina_logo{
	display:none;
	width:50% !important;
}
.resposive_logo, .resposive_sticky_logo, .desktop_sticky_logo{
	display:none;
}
header .logo a {
	float: left;
	margin-top: 20px;
    margin-bottom: 20px;
}

header .logo a img {
	float: left
}
.header-five-a .logo a img {
	max-width: 100%;
	text-align: center;
	float: none;
}

.header-five-a .logo {
    display: table-cell;
    vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
	width: 16.66666667%;

}
.header-five-a .menu-wrap.header-logo-center{
	display: table;
	    width: 100%;
}
.header-five-a .menu-wrap-right ul li {
	
}

.header-five-a .menu-wrap-left {
	padding-left: 0;
	width: 41.66666667%;
    display: table-cell;
    vertical-align: middle;
	text-align:left;
	
}

.header-five-a .menu-wrap-left nav {
	float: none;
	text-align: left;
	display:inline-block;
}

.header-five-a .menu-wrap-right {
	padding-right: 0;
	width: 41.66666667%;
    display: table-cell;
    vertical-align: middle;
	text-align:right;
}

.header-five-a .menu-wrap-right nav {
	padding-right: 0;
	float: none;
	display:inline-block;
}




/*
2.1 Header breadcrumb
================================================================================================================================
*/
.vertical-header .header-inner .header_breadcrumb{
	display:none;
}
.header_breadcrumb {}

.header_breadcrumb {
	display: table;
	width: 100%;
	text-align: center;
	margin:auto
}

.header_breadcrumb_inner {
	padding: 100px 0;
}

.header_breadcrumb h1 {
	font-size: 72px;
	color: #fff;
	margin: 0;
	padding: 15px 0;
	font-weight: 900;	
}

.header_breadcrumb .breadcrumb_holder {
	display: table;
	width:100%
}

.header_breadcrumb ul.nav_crumb {
	display: inline-table;
	margin-bottom:0
}
.header_breadcrumb ul.nav_crumb li{
	display: table-cell;
}


.header_breadcrumb ul.nav_crumb li,
.header_breadcrumb ul.nav_crumb li a {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	position: relative
}
.header_breadcrumb ul.nav_crumb li{
   /* word-break: break-all  fix for very long word */
}
	
@media(min-width:1201px){
	.header_breadcrumb ul.nav_crumb li{
		vertical-align: middle;
	}
}

.header_breadcrumb ul.nav_crumb li a,
.header_breadcrumb ul.nav_crumb li a:hover {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.header_breadcrumb ul.nav_crumb li.delimiter {
	font-size: 15px;
	padding: 0 10px
}

.header_breadcrumb ul.nav_crumb li:first-child,
.header_breadcrumb ul.nav_crumb li:last-child {

}


.vertical-header.not-home .header_breadcrumb {
	background-color: #333
}
.horizontal-header.not-home header, 
.horizontal-header.home_is_blog header, 
.header-wrap-vertical #wrap > .header_breadcrumb {
    background-color: #ffc200;
}

/*
2.2 Header menu effects
================================================================================================================================
*/

@media only screen and (min-width: 1201px) {
	/* horizontal layout menu effects*/
	.header-wrap-horizontal .menu>ul>li:hover>a::after,
	.header-wrap-horizontal .menu>ul>li.current-menu-item>a::after {
		content: "";
		height: 2px;
		position: absolute;
		left: 20px;
		width: calc(100% - 40px);
		background: #333;
	}	
	.header-wrap-horizontal .sticky .menu:not(.menu-simple):not(.menu-all-lines):not(.menu-highlight):not(.menu-top-arrow):not(.menu-bottom-arrow):not(.menu-zig-zag)>ul>li:hover>a::after,
	.header-wrap-horizontal .sticky .menu:not(.menu-simple):not(.menu-all-lines):not(.menu-highlight):not(.menu-top-arrow):not(.menu-bottom-arrow):not(.menu-zig-zag)>ul>li.current-menu-item>a::after {
		content: "";
		height: 2px;
		position: absolute;
		left: 10px;
		width: calc( 100% - 20px );
		transition: width 0.3s;
	}
	.header-wrap-horizontal .menu-simple>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-simple>ul>li.current-menu-item>a::after {
		content: none;
	}
	.header-wrap-horizontal .menu-top-line>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-top-line>ul>li.current-menu-item>a::after {
		top: 0;
	}
	.header-wrap-horizontal .menu-bottom-line>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-bottom-line>ul>li.current-menu-item>a::after {
		bottom: 0;
	}
	.header-wrap-horizontal .menu-bellow-link>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-bellow-link>ul>li.current-menu-item>a::after {
		top: 50%;
		margin-top: 15px;
	}
	.header-wrap-horizontal .menu-above-link>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-above-link>ul>li.current-menu-item>a::after {
		bottom: 50%;
		margin-bottom: 15px;
	}
	.header-wrap-horizontal .menu-line-through>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-line-through>ul>li.current-menu-item>a::after {
		bottom: 50%;
	}
	.header-wrap-horizontal .menu-all-lines>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-all-lines>ul>li.current-menu-item>a::after {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 2px solid #333;
		top: 0;
		left: 0;
		height: 100%;
		background: transparent !important;
		width: 100%;
	}
	.header-wrap-horizontal .menu-all-lines>ul>li {
		padding: 0;
	}
	.header-wrap-horizontal .menu-top-arrow>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-top-arrow>ul>li.current-menu-item>a::after {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
		border-color: #333 transparent transparent transparent;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		display: block;
		height: 0;
		left: 50%;
		margin-left: -7px;
		top: 0 !important;
		width: 0 !important;
	}		
	
	.header-wrap-horizontal .menu-top-arrow>ul>li.menu-item-has-children:hover>a::after,
	.header-wrap-horizontal .menu-top-arrow>ul>li.menu-item-has-children.current-menu-item>a::after {
		left: calc(50% - 10px);
	}	
	
	.header-wrap-horizontal .menu-bottom-arrow>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-bottom-arrow>ul>li.current-menu-item>a::after {
		background: none !important;
		border-color: transparent transparent #333 transparent;
		border-style: solid;
		border-width: 0 7px 7px;
		display: block;
		height: 0;
		left: 50%;
		margin-left: -7px;
		bottom: 0 !important;
		width: 0 !important;
	}	
	
	.header-wrap-horizontal .menu-bottom-arrow>ul>li.menu-item-has-children:hover>a::after,
	.header-wrap-horizontal .menu-bottom-arrow>ul>li.menu-item-has-children.current-menu-item>a::after {
		left: calc(50% - 10px);
	}
	
	.header-wrap-horizontal .sticky .menu-bottom-arrow>ul>li:hover>a::after,
	.header-wrap-horizontal .sticky .menu-bottom-arrow>ul>li.current-menu-item>a::after {
		bottom: 0 !important;
	}
	
	.header-wrap-horizontal .menu-highlight>ul>li:hover > a::after,
	.header-wrap-horizontal .menu-highlight>ul>li.current-menu-item > a::after {
		content: none;
	}
	
	
	.header-wrap-horizontal .menu-highlight>ul>li {
		padding: 10px 0;
	}
	.header-wrap-horizontal .menu-highlight>ul>li>a,
	.header-wrap-horizontal .menu-highlight>ul>li.current-menu-item>a {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}	
	.header-wrap-horizontal .menu-highlight>ul>li:hover>a,
	.header-wrap-horizontal .menu-highlight>ul>li.current-menu-item>a {
		background: #fff;
	}
	.header-wrap-horizontal .submenu-arrows>ul>li.menu-item-has-children>a:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: 6px;
		margin-top: -2px;
		border-top: 5px solid #ccc;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	.header-wrap-horizontal .submenu-arrows>ul>li.menu-item-has-children>ul>li.menu-item-has-children>a:after {
		content: '';
		display: block;
		position: absolute;
		left: calc(100% - 10px);
		top: 50%;
		margin-top: -5px;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #ccc;
	}
	.header-wrap-vertical .submenu-arrows>ul>li.menu-item-has-children>a:before,
	.header-wrap-vertical .submenu-arrows>ul>li.menu-item-has-children>ul>li.menu-item-has-children>a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #ccc;
	}
	.header-wrap-vertical.header-nine .submenu-arrows>ul>li.menu-item-has-children>ul>li.menu-item-has-children>a:after,
	.header-wrap-vertical.header-ten .submenu-arrows>ul>li.menu-item-has-children>ul>li.menu-item-has-children>a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		left: 5px;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 5px solid #ccc;
	}
	.header-wrap-vertical.header-nine .submenu-arrows>ul>li.menu-item-has-children>a:before,
	.header-wrap-vertical.header-ten .submenu-arrows>ul>li.menu-item-has-children>a:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -5px;
		border-top: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 5px solid #ccc;
	}
	.header-eight .menu-wrap,
	.header-ten .menu-wrap {
		padding: 50px 0
	}
	.header-eight .logo a,
	.header-ten .logo a {
		margin-bottom: 50px
	}
	.header-seven .logo a,
	.header-nine .logo a {
		margin: 50px 0;
	}
	.header-seven .menu-wrap,
	.header-nine .menu-wrap{
		padding-bottom: 50px
	}
	.header-wrap-horizontal ul>li.menu-item-has-children>ul>li.menu-item-has-children>a:after {
		display: block;
		position: absolute;
		left: calc(100% - 10px);
		top: 50%;
		margin-top: -5px;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #ccc;
		background: none;
	}
	.header-wrap-horizontal .menu-simple.menu ul>ul {
		margin-left: 27px
	}
	.header-wrap-horizontal .menu-all-lines.menu ul>ul {
		margin-left: 6px
	}
	.header-wrap-horizontal .menu-highlight.menu ul>ul {
		margin-left: 6px
	}
	/* vertical layout menu effects*/
	/* default values*/
	.header-wrap-vertical .menu>ul>li>a {
		padding: 20px 40px;
		line-height: 1em;
	}	
	.header-wrap-vertical .logo {
		width: 100%;
	}
	.header-wrap-vertical .logo a {
		width: 100%;
		text-align: center
	}
	.header-wrap-vertical .logo img {
		float: none;
		margin: 0 auto
	}
	.header-wrap-vertical.menu-bg-hover nav.menu>ul>li.current-menu-item a {
		background-color: #fff;
	}
    .header-wrap-vertical .menu > ul > li > a,
	.header-wrap-vertical .header-top-bar ul.info, 
	.header-wrap-vertical .header-top-bar .social ul{
		text-align:left 
    }    
	.header-wrap-vertical .header-top-bar .social li a{
		color:#333		
    }	
	.header-wrap-vertical .header-top-bar .social ul li a i {
		border-color:#333		
    }	
	.header-wrap-vertical .header-top-bar .social li a:hover{
		color:#fff		
    }	
	.header-wrap-vertical .header-top-bar .social ul li a:hover i {
		border-color:#fff		
    }
	/*hover effects*/
	.header-wrap-vertical.menu-simple-hover {}
	.header-wrap-vertical.menu-bg-hover nav.menu>ul>li:hover>a {
		background: #fff
	}
	.header-wrap-vertical.menu-line-hover .menu>ul>li.current-menu-item>a::after,
	.header-wrap-vertical.menu-line-hover .menu>ul>li>a::after {
		content: "";
		height: 1px;
		position: absolute;
		left: 10%;
		background: #333;
		top: 50%;
		margin-top: 15px;
	}
	.header-wrap-vertical.menu-line-hover .menu>ul>li>a::after {
		width: 20%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		opacity: 0;
	}
	.header-wrap-vertical.menu-line-hover .menu>ul>li:hover>a:hover::after,.header-wrap-vertical.menu-line-hover .menu > ul > li:hover > a::after{
		width: 80%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		opacity: 1;		
	}
	.header-wrap-vertical.menu-line-hover .menu>ul>li.current-menu-item>a::after {
		width: 80%;
		opacity: 1;
	}
	.header-wrap-vertical.menu-line-separator .menu>ul>li {
		border-bottom: 1px solid #ffd44a
	}
	.header-wrap-vertical.menu-line-separator .menu>ul>li:last-child {
		border-bottom: none !important
	}
	/* some menu fixes*/
	.header-wrap-horizontal .menu-bellow-link>ul>li.has_description:hover>a::after,
	.header-wrap-horizontal .menu-bellow-link>ul>li.current-menu-item.has_description>a::after {
		margin-top: 23px;
	}
	.header-wrap-vertical.menu-line-hover .menu>ul>li.current-menu-item.has_description>a::after,
	.header-wrap-vertical.menu-line-hover .menu>ul>li.has_description>a::after {
		margin-top: 23px;
	}
	.sticky .main_menu li.has_description .description {
		display: none
	}
	.header-wrap-horizontal .sticky .menu-bellow-link>ul>li.has_description:hover>a::after,
	.header-wrap-horizontal .sticky .menu-bellow-link>ul>li.current-menu-item.has_description>a::after {
		margin-top: 15px;
	}
	/* last menu element margin zero */
	body:not(.rtl).header-one .main_menu>li:last-child,
	body:not(.rtl).header-two .main_menu>li:last-child {
		margin-right: 0
	}
	body:not(.rtl).header-one-a .menu-wrap .menu>ul>li:first-child,
	body:not(.rtl).header-two-a .menu-wrap .menu>ul>li:first-child {
		margin-left: 0
	}
	
	body:not(.rtl).header-two .main_menu>li:last-child{
		padding-right: 0;
	}
	/* Menu Animations */
	.header-wrap-horizontal .menu-top-line>ul>li>a:after,
	.header-wrap-horizontal .menu-bottom-line>ul>li>a:after,
	.header-wrap-horizontal .menu-bellow-link>ul>li>a:after,
	.header-wrap-horizontal .menu-above-link>ul>li>a:after,
	.header-wrap-horizontal .menu-line-through>ul>li>a:after,
	.header-wrap-horizontal .menu-all-lines>ul>li>a:after {
		width: 35%;
		content: "";
		transition: width 0.3s;
	}
	

	.main_menu.animation_0 li ul {
		opacity: 0;
		display: block;
		overflow: hidden;
		-webkit-transform: scaleY( 0);
		-moz-transform: scaleY( 0);
		-ms-transform: scaleY( 0);
		-o-transform: scaleY( 0);
		transform: scaleY( 0);
	}

	.main_menu.animation_0>li:hover>ul,
	.main_menu.animation_0>li:hover>ul>li:hover>ul,
	.main_menu.animation_0>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_0>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_0>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_0>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover ul,	
	.main_menu.animation_0 li.menu-item-cart:hover ul {
		opacity: 1;
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		-webkit-transform: scaleY( 1);
		-moz-transform: scaleY( 1);
		-ms-transform: scaleY( 1);
		-o-transform: scaleY( 1);
		transform: scaleY( 1);
	}
	.main_menu.animation_1 li ul {
		opacity: 0;
		display: block;
		overflow: hidden;
		max-height: 0px;
		max-width: 0px;
		-webkit-transform: scaleY( 0);
		-moz-transform: scaleY( 0);
		-ms-transform: scaleY( 0);
		-o-transform: scaleY( 0);
		transform: scaleY( 0);
		-webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
		-o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
		transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	}
	.main_menu.animation_1>li:hover>ul,
	.main_menu.animation_1>li:hover>ul>li:hover>ul,
	.main_menu.animation_1>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_1>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_1>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_1>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover ul,
	.main_menu.animation_1 li.menu-item-cart:hover ul {
		opacity: 1;
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		-webkit-transform: scaleY( 1);
		-moz-transform: scaleY( 1);
		-ms-transform: scaleY( 1);
		-o-transform: scaleY( 1);
		transform: scaleY( 1);
		-webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
		-o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
		transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
	}
	.main_menu.animation_2 li ul {
		display: block;
		overflow: hidden;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		-webkit-transform: scaleY( 0);
		-moz-transform: scaleY( 0);
		-ms-transform: scaleY( 0);
		-o-transform: scaleY( 0);
		transform: scaleY( 0);
		-webkit-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
		-o-transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
		transition: opacity 0.4s ease, max-height 0.4s step-end, max-width 0.4s step-end, padding 0.4s step-end;
	}
	.main_menu.animation_2>li:hover>ul,
	.main_menu.animation_2>li:hover>ul>li:hover>ul,
	.main_menu.animation_2>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_2>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_2>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_2>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover ul,	
	.main_menu.animation_2 li.menu-item-cart:hover ul {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		opacity: 1;
		-webkit-transform: scaleY( 1);
		-moz-transform: scaleY( 1);
		-ms-transform: scaleY( 1);
		-o-transform: scaleY( 1);
		transform: scaleY( 1);
		-webkit-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}
	.main_menu.animation_3 li ul {
		display: block;
		overflow: hidden;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		-webkit-transform: scale( 0);
		-moz-transform: scale( 0);
		-ms-transform: scale( 0);
		-o-transform: scale( 0);
		transform: scale( 0);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	}
	.main_menu.animation_3>li:hover>ul,
	.main_menu.animation_3>li:hover>ul>li:hover>ul,
	.main_menu.animation_3>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_3>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_3>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_3>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover ul,	
	.main_menu.animation_3 li.menu-item-cart:hover ul {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		opacity: 1;
		-webkit-transform: scale( 1);
		-moz-transform: scale( 1);
		-ms-transform: scale( 1);
		-o-transform: scale( 1);
		transform: scale( 1);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}
	.main_menu.animation_4 li ul {
		display: block;
		overflow: hidden;
		max-height: 0px;
		max-width: 0px;
		padding: 0;
		opacity: 0;
		-webkit-transform: translateY( 40px);
		-moz-transform: translateY( 40px);
		-ms-transform: translateY( 40px);
		-o-transform: translateY( 40px);
		transform: translateY( 40px);
		-webkit-transition: -webkit-transform 0.2s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
		-o-transition: -o-transform 0.2s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
		transition: transform 0.2s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	}
	.main_menu.animation_4  li  ul.woocommerce-mini-cart{
		max-width: 0px;
		padding:0;
	}
	.main_menu.animation_4 li:hover ul.woocommerce-mini-cart{
		max-width: 3000px;
		padding: 30px 20px 20px 20px; */
	}
	.main_menu.animation_4>li:hover>ul,
	.main_menu.animation_4>li:hover>ul>li:hover>ul,
	.main_menu.animation_4>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_4>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_4>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_4>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover ul,	
	.main_menu.animation_4 li.menu-item-cart:hover ul {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		opacity: 1;
		-webkit-transform: translateY( 0px);
		-moz-transform: translateY( 0px);
		-ms-transform: translateY( 0px);
		-o-transform: translateY( 0px);
		transform: translateY( 0px);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}
	.main_menu.animation_5 li ul {
		overflow: hidden;
		display: block;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		-webkit-transform: perspective( 600px) rotateX( -90deg);
		-moz-transform: perspective( 600px) rotateX( -90deg);
		-ms-transform: perspective( 600px) rotateX( -90deg);
		-o-transform: perspective( 600px) rotateX( -90deg);
		transform: perspective( 600px) rotateX( -90deg);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	}
	.main_menu.animation_5>li:hover>ul,
	.main_menu.animation_5>li:hover>ul>li:hover>ul,
	.main_menu.animation_5>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_5>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_5>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul,
	.main_menu.animation_5>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover>ul>li:hover ul,	
	.main_menu.animation_5 li.menu-item-cart:hover ul {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		opacity: 1;
		-webkit-transform: perspective( 600px) rotateX( 0deg);
		-moz-transform: perspective( 600px) rotateX( 0deg);
		-ms-transform: perspective( 600px) rotateX( 0deg);
		-o-transform: perspective( 600px) rotateX( 0deg);
		transform: perspective( 600px) rotateX( 0deg);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}

	.main_menu.animation_zig_zag > li:not(.menu-item-cart) > ul {
		opacity: 0;
		display: block;
		overflow: hidden;

	}
	.main_menu.animation_zig_zag > li:hover > ul{
		opacity: 1;
		overflow: visible;
	}		
	
	/* zig-zag menu */

	.menu-zig-zag .main_menu:before,
	.menu-zig-zag .main_menu:after {
	  content: " ";
	  display: table;
	}
	.menu-zig-zag .menu-item-search_icon i{
		font-size:initial;
	}
	.menu-zig-zag .menu_dropdown_arrow2{
		display:none
	}
	.menu-zig-zag .main_menu:after {
	  clear: both;
	}

	.menu-zig-zag .main_menu {
	  *zoom: 1;
	}
	.menu-wrap > .menu.menu-zig-zag > ul > li > a ,
	.menu-wrap-right > .menu.menu-zig-zag > ul > li > a ,
	.menu-wrap-left > .menu.menu-zig-zag > ul > li > a {
		line-height: 1em
	}	
	
	.menu-zig-zag .main_menu > li {
	  float: left;
	  position: static;
	  margin-left: 5px;
	  background:none;
	}
	.menu-zig-zag .main_menu > li.menu-item-search{
		position:relative
	} 
	.menu-zig-zag .main_menu li:hover {
		background:#333333;
	}		
	.menu-zig-zag .main_menu > li:hover {
		background:none;
	}
	.menu-zig-zag .main_menu > li > a {
		position:relative;
	  padding: 1em 2em;
	      box-sizing: border-box;
	  z-index:1;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}
	.header-wrap-horizontal .menu.menu-zig-zag .main_menu > li > a:after {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		background: #333333;
		-webkit-transform: skewX(-25deg);
		-moz-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		top: 0;
		left: 0;
		z-index: -1;
		transition: background 0.3s;
			-webkit-transition: background 0.3s;
			-moz-transition: background 0.3s;
			-ms-transition: background 0.3s;
			-o-transition: background 0.3s;		
	}
	.header-wrap-horizontal .menu.menu-zig-zag .main_menu > li:hover > a:after {
		   background: none;
		transition: background 0.3s;
			-webkit-transition: background 0.3s;
			-moz-transition: background 0.3s;
			-ms-transition: background 0.3s;
			-o-transition: background 0.3s;	
	}
	.header-wrap-horizontal .menu.menu-zig-zag .main_menu > li:hover > a:before {
		background: #949292;
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		-webkit-transform: skewX(-25deg);
		-moz-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		top: 0;
		left: 0;
		z-index: -1;
		transition: background 0.3s;
			-webkit-transition: background 0.3s;
			-moz-transition: background 0.3s;
			-ms-transition: background 0.3s;
			-o-transition: background 0.3s;	
		margin: 0;
		padding: 0;
	}
	.menu-zig-zag .sub-menu li, .menu-zig-zag .sub-menu.wow-megamenu{
		background:#ffffff
	}
	
	/* Dropdown */
	.menu-zig-zag .sub-menu .sub-menu{
		display:none
	}
	.menu-zig-zag .wow-megamenu .sub-menu{
		display:block;
		width: auto;
	}
	.menu-zig-zag .wow-megamenu li li, .menu-zig-zag .wow-megamenu li li a{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none !important;
	}
	.menu-zig-zag  .wow-megamenu .sub-menu > li::after{
		content:none;
	}

	.menu-zig-zag .sub-menu {
		position: absolute;
		min-width: 200px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		background-color:transparent
	}

	.menu-zig-zag .sub-menu li {
	  position: relative;
	  overflow: hidden;		
	}						

	.menu-zig-zag .sub-menu > li > a {
	  padding: 1em 2em;			
	}

	.menu-zig-zag .sub-menu > li::after {
	  content: '';
	  position: absolute;
	  top: -125%;
	  height: 100%;
	  width: 100%;			
			-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .9);
			-moz-box-shadow: 0 0 50px rgba(0, 0, 0, .9);
			box-shadow: 0 0 50px rgba(0, 0, 0, .9);			
	}		
	nav.menu.menu-zig-zag .main_menu > li:not(.has_megamenu):hover > ul > li a:hover{
		background-color:transparent;
	}	
	.menu-zig-zag .disable_link{		
		-webkit-transform: skewX(-25deg) translateX(15px);
		-moz-transform: skewX(-25deg) translateX(15px);
		-ms-transform: skewX(-25deg) translateX(15px);
		transform: skewX(-25deg) translateX(15px);
	}
   
	.menu-zig-zag .main_menu > li > ul a{
		white-space: normal;
	}
	
	/* Odd stuff */
	.menu-zig-zag .sub-menu > li:nth-child(odd){

		-webkit-transform: skewX(-25deg) translateX(0);
		-moz-transform: skewX(-25deg) translateX(0);
		-ms-transform: skewX(-25deg) translateX(0);
		transform: skewX(-25deg) translateX(0);  
	  
	}

	.menu-zig-zag .sub-menu > li:nth-child(odd) > a {
			-webkit-transform: skewX(25deg);
			-moz-transform: skewX(25deg);
			-ms-transform: skewX(25deg);
			transform: skewX(25deg);
	}

	.menu-zig-zag .sub-menu > li:nth-child(odd)::after {
		right: -50%;
		-webkit-transform: skewX(-25deg) rotate(3deg);
		-moz-transform: skewX(-25deg) rotate(3deg);
		-ms-transform: skewX(-25deg) rotate(3deg);
		transform: skewX(-25deg) rotate(3deg);  
	  
	}				

	/* Even stuff */
	.menu-zig-zag .sub-menu > li:nth-child(even){
		-webkit-transform: skewX(25deg) translateX(0);
		-moz-transform: skewX(25deg) translateX(0);
		-ms-transform: skewX(25deg) translateX(0);
		transform: skewX(25deg) translateX(0);   
	}

	.menu-zig-zag .sub-menu > li:nth-child(even) > a {
			-webkit-transform: skewX(-25deg);
			-moz-transform: skewX(-25deg);
			-ms-transform: skewX(-25deg);
			transform: skewX(-25deg);
	}

	.submenu > li:nth-child(even)::after {
	  left: -50%;
		-webkit-transform: skewX(25deg) rotate(3deg);
		-moz-transform: skewX(25deg) rotate(3deg);
		-ms-transform: skewX(25deg) rotate(3deg);
		transform: skewX(25deg) rotate(3deg);
	}

	/* Show dropdown */
	.menu-zig-zag .sub-menu,
	.menu-zig-zag .sub-menu li {
	  opacity: 0;
	  visibility: hidden;			
	}

	.menu-zig-zag .sub-menu li {
		transition:transform .6s ease, background-color .2s ease ;
			-webkit-transition:transform .6s ease, background-color .2s ease  ;
			-moz-transition:transform .6s ease, background-color .2s ease  ;
			-ms-transition:transform .6s ease, background-color .2s ease  ;
			-o-transition:transform .6s ease, background-color .2s ease  ;	
	}

	.menu-zig-zag .main_menu > li:hover .sub-menu,
	.menu-zig-zag .main_menu > li:hover .sub-menu li {
	  opacity: 1;
	  visibility: visible;
	}		

	.menu-zig-zag .main_menu > li:hover .sub-menu li:nth-child(even){
		-webkit-transform: skewX(25deg) translateX(15px);
		-moz-transform: skewX(25deg) translateX(15px);
		-ms-transform: skewX(25deg) translateX(15px);
		transform: skewX(25deg) translateX(15px);     
	}

	.menu-zig-zag .main_menu > li:hover .sub-menu li:nth-child(odd){
		-webkit-transform: skewX(-25deg) translateX(-15px);
		-moz-transform: skewX(-25deg) translateX(-15px);
		-ms-transform: skewX(-25deg) translateX(-15px);
		transform: skewX(-25deg) translateX(-15px);   
	}	
	
	/* zig-zag megamenu fixes */
	.menu-zig-zag .main_menu>li:hover>ul.wow-megamenu{
		width:auto;
			-webkit-transition: .4s ease opacity;
			-moz-transition: .4s ease opacity;
			-ms-transition: .4s ease opacity;
			-o-transition: .4s ease opacity;	

	}

	
	header .menu-zig-zag  ul.main_menu > li.has_megamenu:hover > ul.wow-megamenu > li:hover, 
	header .menu-zig-zag  ul.main_menu > li.has_megamenu:hover > ul.wow-megamenu > li a:hover,
	header .menu-zig-zag  ul.main_menu > li.has_megamenu:hover > ul.wow-megamenu > li > ul  li:hover, 
	header .menu-zig-zag  ul.main_menu > li.has_megamenu:hover > ul.wow-megamenu > li > ul  li a:hover{
		background-color:transparent;
	}
	 header .menu-zig-zag ul.main_menu > li.has_megamenu:hover > ul.wow-megamenu > li a:hover, 
	 header .menu-zig-zag ul.main_menu > li.has_megamenu:hover > ul.wow-megamenu > li > ul li a:hover{
		background-color:#ffc600;
	 }
	.menu-zig-zag .disable_link{
		background-color:transparent !important;
	}
	.menu-zig-zag .sub-menu.wow-megamenu>li::after{
		content:none
	}
	
	.header-two .menu.menu-zig-zag > ul > li{
		border-left: none;
		border-right: none;
	}
	.menu > ul > li.has_megamenu > ul{
		max-height: 0px;
		max-width: 0px;	
	}
	.menu > ul > li.has_megamenu:hover > ul{
		max-height: 3000px;
		max-width: 3000px;
	}
	/* zig-zag megamenu fixes  odd */
	.menu-zig-zag .main_menu>li:hover .sub-menu.wow-megamenu li:nth-child(odd){
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;	
		overflow: visible;
		    float: left;
	}
	.menu-zig-zag .sub-menu.wow-megamenu>li:nth-child(odd)>a{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;	
		float: left;
	}

	/* zig-zag megamenu fixes even */
	.menu-zig-zag .main_menu>li:hover .sub-menu.wow-megamenu li:nth-child(even){
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;	
		overflow: visible;
		float: left;		
	}
	.menu-zig-zag .sub-menu.wow-megamenu>li:nth-child(even)>a{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;		
		float: left;
	}
	.menu-zig-zag .wow-megamenu{
		max-width: 3000px;
		max-height: 3000px;
		 right: 0; 
		left: 0;
		position: absolute;
		display: block;
	}
	.menu-zig-zag .main_menu>li.has_megamenu{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;	
	}
	.menu-zig-zag .sub-menu.wow-megamenu{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;			
	}
	.menu-zig-zag ul>li.has_megamenu{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		background:none;
	}
	.menu-zig-zag ul>li.has_megamenu:hover{
		background:none
	}
	
	.menu-zig-zag ul>li.has_megamenu>a:after{
		content:" ";
		position:absolute;
		height: 100%;
		width: 100%;
		background:#34495e;
		-webkit-transform: skewX(25deg);
		-moz-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		transform: skewX(25deg);
		top:0;
		left:0;
		z-index: -1;
	}
	.menu-zig-zag ul>li.has_megamenu:hover>a:before{

		background:#dd9933;
		content:" ";
		position:absolute;
		height: 100%;
		width: 100%;

		-webkit-transform: skewX(25deg);
		-moz-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		transform: skewX(25deg);
		top:0;
		left:0;
		z-index: -1;
	}
	
	.menu-zig-zag ul>li.has_megamenu>a{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.menu-zig-zag .has_megamenu .disable_link{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;		
	}
	.menu-zig-zag li.has_megamenu:hover ul li{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;		
	}	
	.menu-zig-zag .sub-menu.wow-megamenu li{
		background:none
	}
	
	/* woocommerce */
	.menu.menu-zig-zag ul li.menu-item-cart>a:before{
		content:none;
	}
	.menu.menu-zig-zag ul li.menu-item-cart>a:after {
		font-family: 'business' !important;
		content: "\ea70" !important;
		font-size: 24px;
		font-weight: 100;
		display:block;
		margin-right: 0 !important;
		margin-left: 0 !important;
		position: static !important;
		transform: none !important;
		background: none !important;
		height: auto !important;
		width: auto !important;
	}
	.menu.menu-zig-zag ul li.menu-item-cart>a.cart-contents span.cart-contents-count{
		left:50%;
	}
	.menu-zig-zag .menu-item-cart .sub-menu > li::after{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.menu-zig-zag .sub-menu.woocommerce-mini-cart {
		left: -304px;
		-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
		background:#fff
	}
	.menu-zig-zag .main_menu>li:hover .sub-menu.woocommerce-mini-cart{
		
	}
	.menu-zig-zag .sub-menu.woocommerce-mini-cart a,
	.menu-zig-zag .sub-menu.woocommerce-mini-cart .quantity,
	.menu-zig-zag .sub-menu.woocommerce-mini-cart p.woocommerce-mini-cart__total {
		margin: 0
	}
	.menu-zig-zag p.woocommerce-mini-cart__total {
		border-top-color: rgba(255, 255, 255, 0.15);
	}
	.sub-menu.woocommerce-mini-cart li {
		opacity: 1;
		visibility: visible;
	}	
	.main_menu.animation_zig_zag li.menu-item-cart ul{
		display:none;
		opacity: 0;
		height:0;
			-webkit-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
			-o-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
			transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}
	.main_menu.animation_zig_zag li.menu-item-cart:hover ul{
		display: block;
		opacity: 1;
		height:auto;
			-webkit-transition: all 0.5s step-end;
			transition:  all 0.5s step-end;
	}	
	.menu-zig-zag .menu-item-cart .widget_shopping_cart_content{
		-webkit-transform: translateY(100px);  
		-ms-transform: translateY(100px);  
		transform: translateY(100px);  
		opacity:0;
		transition: transform 0.6s ease, opacity 0.6s ease;
		-webkit-transition: transform 0.6s ease, opacity 0.6s ease;
		-o-transition: transform 0.6s ease, opacity 0.6s ease;
		visibility: hidden;
		z-index:0
	}
	.menu-zig-zag .menu-item-cart:hover .widget_shopping_cart_content{
		-webkit-transform: translateY(0);  
		-ms-transform: translateY(0);  
		transform: translateY(0);  
		transition: transform 0.4s ease, opacity 0.4s ease;
		opacity:1;
		visibility: visible;
		right: -2px;
		position: relative;
		z-index:100;
	}
	
	/* sticky fix */
	.header-wrapper.sticky .menu-zig-zag .menu-item-cart .widget_shopping_cart_content{
		right:auto
	}
	.header-wrapper.sticky .menu-zig-zag .menu-item-cart .woocommerce-mini-cart{
		left:auto;
		right:-14px;
	}
	
	/* even stuff woocommerce */
	.menu-zig-zag .sub-menu.woocommerce-mini-cart>li:nth-child(even) {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.menu-zig-zag .sub-menu.woocommerce-mini-cart>li:nth-child(even)>a {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.menu-zig-zag .sub-menu.woocommerce-mini-cart>li:nth-child(even)::after {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.menu-zig-zag .main_menu>li:hover .sub-menu.woocommerce-mini-cart li:nth-child(even) {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	/* odd stuff woocommerce */
	.menu-zig-zag .sub-menu.woocommerce-mini-cart>li:nth-child(odd) {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.menu-zig-zag .sub-menu.woocommerce-mini-cart>li:nth-child(odd)>a {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.menu-zig-zag .sub-menu.woocommerce-mini-cart>li:nth-child(odd)::after {
		left: 0%;
		-webkit-transform: 0;
		-moz-transform: 0;
		-ms-transform: 0;
		transform: 0;
	}
	.menu-zig-zag .main_menu>li:hover .sub-menu.woocommerce-mini-cart li:nth-child(odd) {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}	
		
}


/*
2.3 Header menu layouts
================================================================================================================================
*/

.header-on header {
	position: absolute;
	top: 0;
	z-index: 10
}
.header-wrapper {
	text-align: center;
	display: table;
	width: 100%;
}
.menu-wrap {
	display:table;
}

.header-seven .menu-wrap,
.header-eight .menu-wrap,
.header-nine .menu-wrap,
.header-ten .menu-wrap {
	display: table;
	clear: both;
	width:100%
}

.header-wrap-horizontal .logo {
	display: table-cell;
	vertical-align: middle
}

.header-wrap-horizontal .menu-wrap {
	display: table-cell;
	vertical-align: middle
}

.header-one .menu>ul>li:last-child>a {
	margin-right: 0;
	
}

.header-one-a .logo a {
	float: right
}

.header-one-a .menu-wrap {
	float: none
}

.header-one-a .menu>ul>li:last-child {
	border-right: none;
}

.header-one-a ul.main_menu>li:first-child>a {
	margin-left: 0
}

.header-two .menu>ul>li {
	border-left: 1px #dbdde6 solid;
}

.header-two .menu:not(.menu-highlight , .menu-all-lines)>ul>li:last-child>a {
	padding-right:0
}
.header-two .wow-one-page-overlay .menu>ul>li:last-child>a {
	padding-right:15px
}

.header-two .menu>ul>li:last-child {
	border-right: none;
}
.header-two .menu>ul>li:first-child {
	border-left: none;
}

.header-two-a .logo a {
	float: right
}

.header-two-a .menu-wrap {
	float: none
}

.header-two-a .menu>ul>li {
	border-left: 1px #dbdde6 solid;
}

.header-two-a .menu>ul>li:last-child {
	border-right: none;
}
.header-two-a .menu>ul>li:first-child {
	border-left: none;
}

.header-three .logo a{
	float: left;
	margin-top:20px;
	margin-bottom:20px;
}

.header-three .logo {
	float: left;
}
.header-three .sticky .logo{
	float:none;
}
.header-three .menu-wrap {
	float: left;
	clear: both;
	padding-bottom:20px;
}

.header-three ul.main_menu>li:first-child>a {
	margin-left: 0
}

body:not(.rtl).header-three .menu-wrap .menu > ul > li:first-child{
	margin-left:0
}

.header-three .menu-wrap .menu.menu-highlight > ul > li:first-child > a,
.header-one-a .menu-wrap .menu.menu-highlight > ul > li:first-child > a,
.header-two-a .menu-wrap .menu.menu-highlight > ul > li:first-child > a,

.header-three .menu-wrap .menu.menu-all-lines > ul > li:first-child > a,
.header-one-a .menu-wrap .menu.menu-all-lines > ul > li:first-child > a,
.header-two-a .menu-wrap .menu.menu-all-lines > ul > li:first-child > a{
	padding-left:20px;
}




.header-four .logo {
	width: 100%;
	display: block;
}
.header-four .sticky .logo{
	display:table-cell;
	width:auto;
}
.header-four .logo a {
	display: table;
	margin: 0 auto;
	float: none;
	margin-top:20px;
	margin-bottom:20px;
}
.header-four .sticky .logo a {
	margin:unset;
}

.header-four .menu-wrap {
	margin: 0 auto;
	float: none;
	display: table;
	clear: both;
	padding-bottom:20px;
}

.header-five .logo {
	float: right;
}

.header-five .logo a{
	margin-top:20px;
	margin-bottom:20px;
}

.header-five .menu-wrap {
	float: right;
	clear: both;
	padding-bottom:20px;
}

.header-five-a .menu-wrap {
	float: none;
	clear: both;
}

body:not(.rtl).header-five ul.main_menu>li:last-child{
	margin-right: 0
}

.header-five.not-zig-zag .menu-wrap .menu > ul > li:last-child > a,
.header-one.not-zig-zag .menu-wrap .menu > ul > li:last-child > a,
.header-two.not-zig-zag .menu-wrap .menu > ul > li:last-child > a{
	padding-right:0;
}

.header-three.not-zig-zag .menu-wrap .menu > ul > li:first-child > a,
.header-one-a.not-zig-zag .menu-wrap .menu > ul > li:first-child > a,
.header-two-a.not-zig-zag .menu-wrap .menu > ul > li:first-child > a{
	padding-left:0;
}

.not-zig-zag ul#menu-left-menu>li:first-child>a {
	margin-left: 0;
	padding-left:0
}

.not-zig-zag ul#menu-right-menu>li:last-child>a {
	margin-right: 0;
	padding-right:0
}


.header-five .menu-wrap .menu.menu-highlight > ul > li:last-child > a,
.header-one .menu-wrap .menu.menu-highlight > ul > li:last-child > a,
.header-two .menu-wrap .menu.menu-highlight > ul > li:last-child > a,

.header-five .menu-wrap .menu.menu-all-lines > ul > li:last-child > a,
.header-one .menu-wrap .menu.menu-all-lines > ul > li:last-child > a,
.header-two .menu-wrap .menu.menu-all-lines > ul > li:last-child > a{
	padding-right:20px
}


@media only screen and (min-width: 1201px) {
	
	/* Verticals */
	.header-wrap-vertical {padding-left: 250px;} 
	.header-wrap-vertical header {position: fixed;left: 0; width: 250px; height:100%; top: 0;}
	.header-wrap-vertical.header-ten  header,.header-wrap-vertical.header-nine  header{right: 0; left:auto }
	.header-wrap-vertical header .menu ul ul{right: auto; left: 100%; top: 0;}
	.header-wrap-vertical header{z-index:9500;display:block}
	.header-wrap-vertical header .menu > ul > li{width:100%;position:relative}
	.header-wrap-vertical .header-inner{display:table}
	/* seven || eight */
	.header-seven .header-wrapper, .header-eight .header-wrapper{position: fixed;left: 0; width: 250px; height:100%; top: 0;}
	
	/* nine || ten */
	.header-nine, .header-ten{padding-left: 0;padding-right: 250px;} 
	.header-nine ul li ul.sub-menu, .header-ten ul li ul.sub-menu{    right: 100%;
    left: inherit;}
	.header-nine .header-wrapper, .header-ten .header-wrapper{position: fixed;right: 0; width: 250px; height:100%; top: 0;}
}

/*
2.4 Header menu misc
================================================================================================================================
*/
.menu {
	z-index: 100;
	text-align: left;
	float: right;
}
.header-wrap-vertical .menu {
	width:100%
}
.menu-wrap .menu-highlight > ul > li,
.menu-wrap .menu-all-lines > ul > li,
.menu-wrap-left .menu-highlight > ul > li,
.menu-wrap-left .menu-all-lines > ul > li{
	margin-left:3px;
	margin-right:3px;
}
.header-two .menu-wrap .menu > ul > li > a,
.header-two-a .menu-wrap .menu > ul > li > a
{
	margin-left:3px;
	margin-right:3px;
}

.header-one-a.not-zig-zag .menu>ul>li:first-child>a::after,
.header-two-a.not-zig-zag .menu>ul>li:first-child>a::after,
.header-three.not-zig-zag .menu>ul>li:first-child>a::after,
.header-five-a.not-zig-zag .menu-wrap-left ul>li:first-child>a::after{
	left:0
}

.header-one.not-zig-zag .menu>ul>li:first-child>a::after,
.header-two.not-zig-zag .menu>ul>li:first-child>a::after,
.header-five.not-zig-zag .menu>ul>li:first-child>a::after,
.header-five-a.not-zig-zag .menu-wrap-right ul>li:first-child>a::after{
	right:0;
}


@media only screen and (min-width: 1201px){
	.header-one.not-zig-zag .menu>ul>li:hover:last-child>a::after,
	.header-one.not-zig-zag .menu>ul>li:last-child.current-menu-item>a::after,
	.header-two.not-zig-zag .menu>ul>li:hover:last-child>a::after,
	.header-two.not-zig-zag .menu>ul>li:last-child.current-menu-item>a::after,	
	.header-five.not-zig-zag .menu>ul>li:hover:last-child>a::after,
	.header-five.not-zig-zag .menu>ul>li:last-child.current-menu-item>a::after,	
	.header-five-a.not-zig-zag .menu>ul#menu-right-menu>li:hover:last-child>a::after,
	.header-five-a.not-zig-zag .menu>ul#menu-right-menu>li:last-child.current-menu-item>a::after{
		width: calc(100% - 20px);
	}	
	
	.header-one-a.not-zig-zag .menu>ul>li:hover:first-child>a::after,
	.header-one-a.not-zig-zag .menu>ul>li:first-child.current-menu-item>a::after,
	.header-two-a.not-zig-zag .menu>ul>li:hover:first-child>a::after,
	.header-two-a.not-zig-zag .menu>ul>li:first-child.current-menu-item>a::after,	
	.header-three.not-zig-zag .menu>ul>li:hover:first-child>a::after,
	.header-three.not-zig-zag .menu>ul>li:first-child.current-menu-item>a::after,	
	.header-five-a.not-zig-zag .menu>ul#menu-left-menu>li:hover:first-child>a::after,
	.header-five-a.not-zig-zag .menu>ul#menu-left-menu>li:first-child.current-menu-item>a::after{
		width: calc(100% - 20px);
	}
	.header-wrap-horizontal .menu-all-lines>ul>li:hover>a::after,
	.header-wrap-horizontal .menu-all-lines>ul>li.current-menu-item>a::after {
		width: 100% !important;
	}

	/* top arrow */
	.header-one .menu.menu-top-arrow  > ul > li:last-child > a,
	.header-two .menu.menu-top-arrow  > ul > li:last-child > a,
	.header-five .menu.menu-top-arrow  > ul > li:last-child > a,
	.header-five-a .menu.menu-top-arrow  > ul#menu-right-menu > li:last-child > a{
		padding-right: 20px;
	}
	
	.header-one-a .menu.menu-top-arrow  > ul > li:first-child > a,
	.header-two-a .menu.menu-top-arrow  > ul > li:first-child > a,
	.header-three .menu.menu-top-arrow  > ul > li:first-child > a,
	.header-five-a .menu.menu-top-arrow  > ul#menu-left-menu > li:first-child > a{
		padding-left: 20px;
	}

	
	/* bottom arrow */
	.header-one .menu.menu-bottom-arrow  > ul > li:last-child > a,
	.header-two .menu.menu-bottom-arrow  > ul > li:last-child > a,
	.header-five .menu.menu-bottom-arrow  > ul > li:last-child > a,
	.header-five-a .menu.menu-bottom-arrow  > ul#menu-right-menu > li:last-child > a{
		padding-right: 20px;
	}
	
	.header-one-a .menu.menu-bottom-arrow  > ul > li:first-child > a,
	.header-two-a .menu.menu-bottom-arrow  > ul > li:first-child > a,
	.header-three .menu.menu-bottom-arrow  > ul > li:first-child > a,
	.header-five-a .menu.menu-bottom-arrow  > ul#menu-left-menu > li:first-child > a{
		padding-left: 20px;
	}
	
	
	.header-five-a .menu-wrap-left ul>li:first-child>a::after{
		left:50%;
	}
	
	.header-five-a .menu-wrap-left .menu-all-lines ul>li:first-child>a::after{
		left:0;
	}
	
}

.header-two .menu-wrap > .menu > ul > li,
.header-two-a .menu-wrap > .menu > ul > li{
	margin-left:3px;
	padding-right:3px;
	margin-right:0
}	

@media only screen and (min-width: 1201px){
	.menu.menu-all-lines > ul > li > a,
	.menu.menu-highlight > ul > li > a{
		padding-left:20px !important;
		padding-right:20px !important;
	}
}

.header-wrap-vertical .menu-wrap .menu > ul > li{
	margin-left:0;
	margin-right:0;
}
.header-one-a .menu {
	float: left
}

.header-two-a .menu {
	float: left
}

.menu>ul>li>a {}

.menu ul.sub-menu {
	z-index: 9999
}
.sub-menu li {
	opacity: 0;
	visibility: hidden;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul:after {
	content: "";
	clear: both;
	display: block;
}

.menu ul li {
	float: left;
}

.menu ul li  a {
	display: flex;
}

.menu ul li ul {
	z-index: 2;
}

.menu>ul>li>ul {
	box-sizing: content-box;
	left: 0
}

.menu>ul>li {
	position: relative
}
.menu>ul>li.has_megamenu {
	position: static
}

.has_width ul {
	position: absolute
}

.menu ul li:hover>ul {}

.menu ul li a:hover {}

.menu ul li a {
	display: block;
	padding: 11px 20px;
	position: relative;
	text-decoration: none;
}

.header-wrap-horizontal.not-zig-zag .menu > ul > li > ul {
	margin-left:20px;
}
.header-wrap-horizontal .menu > ul > li.has_megamenu > ul {
	margin-left:0;
}

.wow-menu-shortcode{ padding:10px 20px }

.header-two.header-wrap-horizontal .menu > ul > li > ul,
.header-two-a.header-wrap-horizontal .menu > ul > li > ul{
	margin-left:0
}

.header-wrap-horizontal .header-wrapper.full-width .wow-megamenu{
	margin-left:0;
}
.header-wrap-horizontal .sticky .menu > ul > li > ul {
	margin-left:10px;
}
.header-wrap-horizontal .sticky .menu > ul > li.has_megamenu > ul {
	margin-left:0;
}

.header-wrap-horizontal .menu.menu-all-lines > ul > li > ul,
.header-wrap-horizontal .menu.menu-highlight > ul > li > ul{
	margin-left:0;
}

.menu  ul.main_menu > li.has_megamenu > ul > li > ul > li > ul{
    padding-left: 25px;
    box-sizing: border-box;
	min-width:0;
}

.menu > ul > li > ul > li > ul > li > ul > li{
	width:100%
}
.menu  ul.main_menu > li.has_megamenu > ul > li > ul > li > ul > li > ul{
    padding-left: 25px;
    box-sizing: border-box;	
	min-width:0;
}
.menu > ul > li > ul > li > ul > li > ul > li > ul  > li{
	width:100%
}
.menu  ul.main_menu > li.has_megamenu > ul > li > ul > li > ul > li > ul > li > ul{
    padding-left: 25px;
    box-sizing: border-box;
	min-width:0;	
}
.menu > ul > li > ul > li > ul > li > ul > li > ul  > li > ul  > li{
	width:100%
}	
.header-three .menu > ul > li:first-child > ul{
	margin-left:0
}

.menu>ul>li>a {
	color: #fff;
	text-align: center
}
.menu > ul > li:hover > a, 
.menu > ul > li.current-menu-item > a, 
.overlay-menu .menu > ul > li:hover > a, 
.overlay-menu .menu > ul > li.current-menu-item > a {
    color: #333;
}
.menu-zig-zag > ul > li.current-menu-item > a{
		color:#fff
}
.menu li:hover .sub-menu li {
		opacity: 1;
		visibility: visible;

}
.menu>li:hover .sub-menu li {
		opacity: 1;
		visibility: visible;

}
.menu > ul > li > ul > li a {
	width: 100%;
	/*white-space: nowrap;*/
	box-sizing: border-box;
}
.menu > ul > li > ul > li > ul > li a {

	white-space: normal;

}
.menu .menu_dropdown_arrow {
	margin-left: 5px;
}

.menu .menu_dropdown_arrow2 {
	margin-left: 10px;
}

.menu .item_icon {
	font-size:1.2em;
	padding-right: 5px;
}

.menu ul ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	background: #FFF;
	min-width: 200px;
}

.menu .description {
	font-size: 10px;
	display: block;
	text-transform: none;
	font-weight: 400;
	font-family: inherit;
	margin-top: 4px;
}

.menu>ul>li>a .description {}

.menu ul ul li {
	float: none;
	position: relative;
}

.header-wrap-horizontal .menu ul ul li:last-child {
	border-bottom: none;
}

.menu ul ul li a {
	margin: 0;
	padding: 12px 20px;
}

.menu ul ul li a:not(.disable_link):hover{
	color: #fff;
	background-color: #ffc600
}

.menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	min-width: 200px;
}

.header-five-a .menu ul li {
	text-align: left
}
body:not(.rtl).header-five-a .menu-wrap-left .menu > ul > li:first-child {
	margin-left:0
}
body:not(.rtl).header-five-a .menu-wrap-right .menu > ul > li:last-child {
	margin-right:0
}

.header-five-a .menu ul li ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	text-align: left
}


/* .menu > ul > li:last-child a{margin-right: 0;} */

.menu ul li sup {
	position: absolute;
	color: #ffffff;
	padding: 0px 3px;
	font-size: 10px;
	line-height: inherit;
	top: 0.9em;
	margin-left: 4px;
	font-family: "Oswald";
	font-weight: 700;
}

.menu .menu-item-search:hover .menu-item-search_icon:after,.menu .menu-item-search:hover .menu-item-search_icon:before{
	content:none;
}
.menu .menu-item-search:hover .menu-item-search_icon{
	/*background:none;
	background-color:transparent; */
}
.menu .menu-item-cart:hover .cart-contents:after{
	content:none;
}
.menu .menu-item-cart:hover .cart-contents{
	/* background:none;
	background-color:transparent; */
}
.menu .menu-item-search{

}
.menu-item-search_icon i{
	transition: none
}
.sticky  .menu-item-search_icon{
	display:table-cell;
}
.sticky  .menu-item-search_icon i{
	vertical-align:middle;
	transition: none
}


.menu .menu-show-search{
	visibility:hidden;
	opacity:0;
	max-height:0;
    position: absolute;
    width: 250px;
	right: 0;
	top: 100%;
	background-color:#fff;
	padding: 0;
    z-index: 9999;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.menu .menu-show-search input{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;	
}
.menu .menu-show-search form{
	padding:12px;
}
.menu .menu-show-search.show{
	visibility:visible;
	opacity:1;
    max-height: 3000px;
    max-width: 3000px;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.menu .menu-show-search #searchsubmit{
	position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 0;
	border-radius:0 5px 5px 0;
	font-weight: 300;
	padding: 12px;
}
.menu .menu-show-search input[type="text"]{
	margin-bottom:0;
	border-radius:5px;
	padding:7px;
	padding-right:55px
}
.header-wrap-vertical .menu .menu-show-search{
    right: auto;
    left: 100%;
    top: 0;	
}
.header-nine .menu .menu-show-search, .header-ten .menu .menu-show-search{
    top: 0;	
	right: 100%;
    left: auto;	
}
.header-eleven .menu .menu-show-search{
    left: 0;
    right: 0;
    width: 100%;	
}



/* WooCommerce mini cart */

.menu ul ul.woocommerce-mini-cart {
	width: 350px;
	padding: 30px 20px 20px 20px;
	z-index: 9999;
}

.menu ul ul.woocommerce-mini-cart li a:hover {
	background: none
}

.menu ul ul.woocommerce-mini-cart li {
	font-size: 15px;
	line-height: 1.4em;
	border: none
}

.menu ul ul.woocommerce-mini-cart li,
.menu ul ul.woocommerce-mini-cart li a {
	font-weight: 700
}

.menu ul ul.woocommerce-mini-cart li span {
	border: none
}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a {
	padding: 0;
	margin-bottom: 3px;
}

.menu ul ul.woocommerce-mini-cart li a.remove {
	position: absolute;
	right: 0;
	top: 15px;
}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*border: none*/
}

.header-wrap-horizontal .menu ul ul.woocommerce-mini-cart li,
.header-wrap-vertical .menu ul ul.woocommerce-mini-cart li {
	/*border: none*/
}

.header-wrap-horizontal .menu ul ul.woocommerce-mini-cart li:nth-last-child(3),
.header-wrap-vertical .menu ul ul.woocommerce-mini-cart li:nth-last-child(3),
.header-wrap-horizontal .menu ul ul.woocommerce-mini-cart li:nth-last-child(2),
.header-wrap-vertical .menu ul ul.woocommerce-mini-cart li:nth-last-child(2){
	border: none
}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img {
	border: solid 1px #eee;
	padding: 5px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in
}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:last-child {
	border-bottom: solid 1px #eee
}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .image-holder {}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dt,
.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dd p {
	font-size: 12px;
	line-height: 5px
}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-holder {
	margin-top: 0;
	margin-right: 35px;
	margin-left: 100px
}

.menu ul ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-holder .quantity {
	margin-left: 0;
	font-weight: 400;
	font-size: 13px;
}

.menu ul ul.woocommerce-mini-cart li p.woocommerce-mini-cart__total {
	border-top: solid 1px #eee;
	padding-top: 20px;
	text-align: right;
	font-size: 21px
}

.menu ul ul.woocommerce-mini-cart li p.woocommerce-mini-cart__buttons.buttons {
	text-align: left;
	margin: 0
}

.menu ul ul.woocommerce-mini-cart li p.woocommerce-mini-cart__buttons.buttons a {
	display: inline-block;
	line-height: 1em
}

.menu ul ul.woocommerce-mini-cart li p.woocommerce-mini-cart__buttons.buttons a:first-child {
	margin-right: 10px
}

.menu ul ul.woocommerce-mini-cart li {
	margin-bottom: 0
}

.menu ul ul.woocommerce-mini-cart li:last-child {
	padding-bottom: 0
}

.menu ul li.menu-item-cart>a.cart-contents {
	position: relative
}

.menu ul li.menu-item-cart>a:before {
	font-family: 'business' !important;
	content: "\ea70";
	font-size: 24px;
	font-weight: 100;
	display:block;
	margin-right: 11px;
	margin-left: 4px;
}

.menu ul li.menu-item-cart>a.cart-contents span {
	position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    line-height: 1.7em;
    top: 4px;
    right: 22px;
    font-size: 12px;
}
.header-wrap-vertical .menu ul li.menu-item-cart>a.cart-contents span {
    top: 20px;
    left: 60px;
}

.header-wrap-vertical .menu ul li.menu-item-cart>a.cart-contents span {}

.header-wrap-vertical .menu ul li.menu-item-cart>a:before {
	position: relative;
	top: 2px;
	margin: 0;
}

.menu ul ul.woocommerce-mini-cart li a:hover {
	color: #333
}
.sub-menu.woocommerce-mini-cart li {
	opacity: 1;
	visibility: visible;
}

.menu a.disable_link {
	cursor: text;
}

header .menu > ul > li:last-child {
	padding-right:0
}

.wow-effect-1 a::before,
.wow-effect-1 a::after {
	display: inline-block !important;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.wow-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.wow-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.wow-effect-1 a:hover::before,
.wow-effect-1 a:hover::after,
.wow-effect-1 a:focus::before,
.wow-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
#side_responsive_menu::-webkit-scrollbar { 
    display: none; 
}

.header-overlay .menu ul{
	background-color: transparent !important;
	background: transparent !important;
}
/*
2.5 Header meaga menu
================================================================================================================================
*/

.wow-megamenu {
	position: absolute;
	width: auto;
	left: 0;
	padding: 0;
	margin: 0
}
.menu>ul>li.has_width>ul.wow-megamenu{
	box-sizing:border-box;
}

ul.wow-megamenu > li > ul > li{
	width:100%;
}
.menu ul ul.wow-megamenu ul.sub-menu{
	min-width:auto;
}
ul.wow-megamenu > li > ul > li a{
    text-transform: none;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;	
}
/* .main_menu > li:hover > ul.wow-megamenu > li:hover > ul{display:none} */

.menu>ul>li:hover>ul.wow-megamenu {
	padding: 20px;
}
.new_row{
	clear:both;
}
.header-wrap-vertical .wow-megamenu {
	width: 1080px;
}

.menu .wow-megamenu li {
	float: left
}

.wow-megamenu li {
	padding: 0
}

.wow-megamenu li a {
	margin-right: 15px
}

.is_heading{
	font-weight:700 !important
}

.header-wrap-horizontal .menu ul ul.wow-megamenu li ,
.header-overlay .menu ul ul.wow-megamenu li {
	border-bottom: none
}

div:not(.overlay-menu) > nav.menu > ul.main_menu > li > ul.wow-megamenu > li.menu-item-has-children > a.wow-menu-title:before{
	background-color: #ececec;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	width: 80%;
	left: 20px;
}

.wow-megamenu li.menu-item a {
	/* margin-left:15px;margin-right:15px*/
}
.menu ul ul.wow-megamenu{
	right:0
}
.menu ul ul.wow-megamenu ul {
	position: static;
	opacity: 1;
	display: block;
	max-height: 3000px;
	max-width: 3000px;
	-webkit-transform: none;
	transform: none;
	background: none;

}
.menu ul > li > ul.wow-megamenu > li > ul{
		margin-top: 12px;
}
.menu ul ul.wow-megamenu ul a {
	white-space: normal;
	width: auto
}


.wow-megamenu .menu_dropdown_arrow2 {
	display: none
}

.header-wrap-vertical .menu ul ul.wow-megamenu li {
	border-bottom: none
}

.wow-megamenu.border-style h3 a:after {
	height: 0;
}

.wow-megamenu.border-style .menu-item .description {
	display: none
}

.menu ul ul.wow-megamenu.border-style ul {
	display: none
}

.wow-megamenu.border-style .new_row {
	clear: none;
}
/*
ul.wow-megamenu > li.vc_col-sm-2:nth-child(6n+1),ul.wow-megamenu > li.vc_col-sm-4:nth-child(3n+1),ul.wow-megamenu > li.vc_col-sm-3:nth-child(4n+1),ul.wow-megamenu > li.vc_col-sm-6:nth-child(2n+1){
	clear:both
}
*/

/* Border style borders */

.menu ul ul.wow-megamenu.border-style li {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

ul.wow-megamenu.border-style li.vc_col-sm-2:nth-child(6n) {
	border-right: none;
}
ul.wow-megamenu.border-style li.vc_col-sm-2:nth-last-child(-n+6) {
	border-bottom: none;
}

ul.wow-megamenu.border-style li.vc_col-sm-3:nth-child(4n) {
	border-right: none;
}
ul.wow-megamenu.border-style li.vc_col-sm-3:nth-last-child(-n+4) {
	border-bottom: none;

}

ul.wow-megamenu.border-style li.vc_col-sm-4:nth-child(3n) {
	border-right: none;
}
ul.wow-megamenu.border-style li.vc_col-sm-4:nth-last-child(-n+3) {
	border-bottom: none;
}

ul.wow-megamenu.border-style li.vc_col-sm-6:nth-child(2n) {
	border-right: none;
}
ul.wow-megamenu.border-style li.vc_col-sm-6:nth-last-child(-n+2) {
	border-bottom: none;
}

ul.wow-megamenu.border-style li.vc_col-sm-12 {
	border-right: none !important;
}
ul.wow-megamenu.border-style li.vc_col-sm-12:last-child {
	border-bottom: none;
}
/*
ul.wow-megamenu.border-style li.vc_col-sm-12:nth-child(-n+2) {
	border-top: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-12:nth-child(n+2) {
	border-left: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-6:nth-child(-n+3) {
	border-top: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-6:nth-child(2n+2) {
	border-left: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-4:nth-child(-n+4) {
	border-top: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-4:nth-child(3n+2) {
	border-left: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-3:nth-child(-n+5) {
	border-top: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-3:nth-child(4n+2) {
	border-left: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-2:nth-child(-n+7) {
	border-top: 1px solid #ececec
}

ul.wow-megamenu.border-style li.vc_col-sm-2:nth-child(6n+2) {
	border-left: 1px solid #ececec
}
*/

/*
2.6 Header info bar
================================================================================================================================
*/

.header-top-bar {
	width: 100%;
	display: table;
	text-align: left;
}
.header-top-bar-bg{
	width:100%;
}
.header-wrap-vertical .header-top-bar-bg{
	background-color:#ffc200;
}
.header-top-bar-bg .container.top-bar {
	width:calc(100% - 30px);
}

.header-top-bar-bg.container .header-top-bar.container {
	padding:0
}

.header-wrap-vertical .header-top-bar {
	width: 100%;
	display: unset;
	text-align: left;
}
.header-wrap-vertical .header-top-bar-bg .container.top-bar {
	width:100%;
	padding:0
}

.header-top-bar ul {
	padding-left: 0;
}

.header-top-bar .social ul {
	margin-bottom:0;
	float: right;
}

.header-wrap-vertical .header-top-bar .social {
	display: block
}

.header-wrap-vertical .header-top-bar .social ul {
	padding: 0;
	box-sizing: border-box
}
.header-wrap-vertical .header-top-bar .social ul {
	padding: 0;
	box-sizing: border-box
}

.header-wrap-vertical .header-top-bar {
	text-align: center;
	padding: 0;
	margin: 0
}

.header-wrap-vertical .header-top-bar ul {
	width: 100%
}

.header-wrap-vertical .header-top-bar ul.info li {
	margin-right: 0;
	padding: 0;
}

.header-wrap-vertical .header-top-bar ul li a {}

.header-top-bar ul.info {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.header-wrap-vertical .header-top-bar ul.info {
	margin: 0;
	display: table;
	vertical-align: middle;
	width: 100%;
	clear: both;
	padding: 0;
	box-sizing: border-box;
	padding-bottom:20px
}

.header-top-bar ul.info li {
	padding: 23px 0;
	display: inline-table;
	font-size: 14px
}

.header-top-bar ul.info li {
	padding: 12px 0;
	display: inline-table;
	font-size: 14px
}

.header-wrap-horizontal .header-top-bar ul.info li,
.horizontal-header .header-top-bar ul.info li {
	margin-right: 20px
}

.header-wrap-horizontal .header-top-bar ul.info li:last-child,
.horizontal-header .header-top-bar ul.info li:last-child {
	margin-right: 0
}

.header-top-bar ul.info.wow-float-left li {
	margin-right: 10px;
	padding-right: 10px;
}

.header-top-bar ul.info.wow-float-right li {
	margin-left: 10px;
	padding-left: 10px;
}

.header-top-bar ul.info li i {
	font-size: inherit;
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px
}

.header-top-bar ul.info li span {
	display: table-cell;
	vertical-align: middle;
}

.header-top-bar .social {
	display: table-cell;
	vertical-align: middle;
}

.header-top-bar .social li {
	display: inline-table;
	list-style-type: none;
}

.header-top-bar .social ul li a i{
	height: 1.7em;
	width: 1.7em;
	border: 1px solid #ffc200;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: border .2s ease;
	-moz-transition: border .2s ease;
	-ms-transition: border .2s ease;
	-o-transition: border .2s ease;
	transition: border .2s ease;
}

.header-top-bar .social ul li a:hover i {
	border: 1px solid #000
}

.header-top-bar .social ul.circle li a i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.header-top-bar .social ul.simple li a i{
	border: none;
}

.header-top-bar .social ul.rounded li a i {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.header-top-bar .social li a {
	padding: .2em;
	color: #ffc200;
	text-decoration: none;
	display: block
}
body:not(.rtl) .header-top-bar .social li:first-child a {
	padding-left:0
}
.header-top-bar .social li a:hover {
	color: #000;
}

.header-top-bar .social li a:last-child{
	padding-right: 0
}

.header-top-bar.bar_right .social ul {
	float: left
}

.header-wrap-horizontal .header-top-bar.bar_right ul.info {
	text-align: right
}

.header-wrap-vertical .header-top-bar .social li a i {
	margin-bottom: 20px;
}

.header-wrap-vertical .header-top-bar .social li {
	margin: 0 0 10px 0;
}

.header-wrap-vertical .info li {
	display: block;
	margin-bottom: 14px;
}

.header-wrap-vertical .header-top-bar-bg {
	padding: 40px;
	bottom: 0;
	left:0;
	width: 100%;
	box-sizing:border-box;
	float:left
}

.header-wrap-vertical ul.simple {
	padding-left: 0px;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
2.7 Sticky menu
================================================================================================================================
*/
header .header-wrapper.sticky{
	background:#e4e4e4;
}
.sticky nav.menu>ul>li>a {
	padding: 0 10px;
	line-height: 45px;
	font-size: 13px;
}

.sticky nav.menu-zig-zag>ul>li>a {
	line-height: 4px;
}

.boxed-layout .header-wrapper.sticky{
	width:1090px;
    padding-left: 45px;
    padding-right: 45px;
}

.sticky .submenu-arrows>ul>li.menu-item-has-children>a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -6px;
	margin-top: -2px;
	border-top: 5px solid #ccc;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.sticky .header-top-bar {
	display: none
}
header .sticky {
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	z-index: 701;
	max-height: 45px;
	box-sizing: border-box;
}

header .sticky .logo,
header .sticky .menu {	
	z-index: 999
}
header .sticky .logo{
	position:relative;
}

.sticky>.menu>ul{
	top:45px;
}
.sticky>.menu>ul>li>a {
	padding: 0 15px;
	margin-left: 4px;
}

.sticky .menu-all-lines>ul>li,
.sticky .menu-highlight>ul>li {
	
}

.sticky .menu-all-lines .logo img,
.sticky .menu-highlight .logo img {
	max-height: 49px
}

header .sticky a {}

.admin-bar .header-wrapper.sticky {
	top: 32px
}

header .sticky .logo {
	margin-top: 0 !important
}

header .sticky div.logo a {
	margin-top: 0;
	margin-bottom:0
}

header .sticky .menu-wrap {
	clear: none;
	margin: 0;
	padding:0
}

.sticky .header-logo-center {
	width: 100%;
	display: table;
}

.sticky .logo img {
	width: auto;
}

.info-on.admin-bar header {
	top: 32px !important
}

.info-on header {
	position: absolute;
	top: 0;
	z-index: 10
}

header .sticky.full-width {
	width: 100%
}

.sticky .menu-zig-zag .main_menu>li {
	height: 45px;
}

.sticky .menu-zig-zag .main_menu>li>a {
	line-height: 12px;
}

.sticky .menu-zig-zag .main_menu>li {
	display: table;
	padding: 0;
}

.sticky .menu-zig-zag .main_menu>li > a {
	display: table-cell;
	vertical-align: middle;
}

.header-three .sticky .logo {
	display: table-cell;
	vertical-align: middle;
	width: auto
}

.header-three .sticky .menu-wrap {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.header-wrap-horizontal .menu-top-arrow>ul>li.menu-item-has-children:hover>a::after

.header-four .sticky .logo {
	display: table-cell;
	vertical-align: middle;
	width: auto
}

.header-four .sticky .menu-wrap {
	display: table-cell;
	vertical-align: middle;
}

.header-four .sticky .menu>ul>li:last-child>a {
	margin-right: 0;
}

.header-five .sticky .logo{
	float:none
}
.header-five .sticky .menu-wrap {

}

.header-five .sticky .menu>ul>li:first-child>a {
	margin-left: 0;
}

.header-five-a .sticky .logo a {
	display: table;
	margin: 0 auto
}

.header-five-a .logo a {
	float: none;
	display: table;
	margin: auto;
	margin-top: 20px;
    margin-bottom: 20px;
}
.header-logo-center .left_menu_item{
	display:none
}

.header-logo-center #menu-left-menu .left_menu_item{
	display:block
}
/*
2.8 Mobile menu & header button
================================================================================================================================
*/

.menu-toggle{
	display:none
}


/*
2.9 Overlay menu
================================================================================================================================
*/

.header-overlay .logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9800;
}
.header-overlay .logo a{
	margin-top: 0;
    margin-bottom: 0;
}
.header-overlay .header-wrapper{
	position:relative
}
#trigger-overlay-menu {
	z-index: 11000
}

#trigger-overlay-menu {
	width: 30px;
	height: 45px;
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
}
.header-overlay .menu ul li.menu-item-cart>a:before {
	opacity:1;
    margin-right: 0;
    margin-left: 0;
	padding-left: 0;
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.header-overlay .menu ul li.menu-item-cart>a.cart-contents span{
	right:auto;
	margin-left: -10px;
}

.header-overlay .menu ul li.menu-item-cart>a:after{
	content:none
}

#trigger-overlay-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#trigger-overlay-menu span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#trigger-overlay-menu span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

#trigger-overlay-menu span:nth-child(1),
#trigger-overlay-menu span:nth-child(2) {
	top: 0px;
}

#trigger-overlay-menu span:nth-child(3),
#trigger-overlay-menu span:nth-child(4) {
	top: 10px;
}

#trigger-overlay-menu span:nth-child(5),
#trigger-overlay-menu span:nth-child(6) {
	top: 20px;
}

#trigger-overlay-menu.open span:nth-child(1),
#trigger-overlay-menu.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#trigger-overlay-menu.open span:nth-child(2),
#trigger-overlay-menu.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#trigger-overlay-menu.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}

#trigger-overlay-menu.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}

#trigger-overlay-menu.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#trigger-overlay-menu.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#trigger-overlay-menu.open span:nth-child(5) {
	left: 5px;
	top: 12px;
}

#trigger-overlay-menu.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 12px;
}

.overlay-menu .menu {}
.overlay-menu ul.main_menu .menu-item.menu-item-has-children i.menu_dropdown_arrow.minus,
.overlay-menu ul.main_menu .menu-item.menu-item-has-children i.menu_dropdown_arrow2.minus{
		/*transform: rotate(-90deg); */
}
.header-wrap-horizontal .wow-one-page-overlay .menu>ul>li:hover>a::after,
.header-wrap-horizontal .wow-one-page-overlay .menu>ul>li.current-menu-item>a::after,
.header-wrap-vertical .wow-one-page-overlay .menu>ul>li:hover>a::after,
.header-wrap-vertical .wow-one-page-overlay .menu>ul>li.current-menu-item>a::after {
	margin-left: 10px;
	content: ']';
	height: auto;
	position: static;
	left: auto;
	width: auto;
	background: none;
}
.wow-one-page-overlay .menu-item-cart {
	display: none
}
.overlay-menu .wow-megamenu .menu_dropdown_arrow2{
	display:block
}
.overlay-menu .menu ul {
	background: transparent;
}
.overlay-menu .menu ul > li > ul.wow-megamenu > li > ul{
	margin-top:0
}
.overlay-menu .menu ul li {
    text-align: center;
    float: none;
    display: block;
	margin:auto;
	padding: 0;
	width:100%;
}

.overlay-menu .menu ul li ul,.overlay-menu .menu ul > li:hover > ul, .overlay-menu .menu ul > li:hover > ul > li:hover > ul{
	overflow:hidden;
	opacity:0;
	max-height: 0;
	padding:0;
	left:0;
}
.overlay-menu  .menu ul ul li a:hover {
	background-color:transparent !important;
}

.overlay-menu .menu_dropdown_arrow, .overlay-menu .menu_dropdown_arrow2{
    position: absolute;
	right:0;
    top: 50%;
	-webkit-transform: translateY( -50%);
	-moz-transform: translateY( -50%);
	-ms-transform: translateY( -50%);
	-o-transform: translateY( -50%);
	transform: translateY( -50%);
	padding-left:10px;
	padding-right:10px;
	font-size: 14px;
}
.overlay-menu .menu ul > li > ul.show_submenu, .overlay-menu .menu ul > li > ul.show_submenu > li > ul.show_submenu{
	max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
	visibility: visible;
	transition: all linear 0.3s;
	left: 0;
	position: relative;
}
.menu li > ul.wow-megamenu{
	width:100%;
	box-sizing:border-box
}
.header-overlay .menu li > ul.wow-megamenu{
	width:100% !important;
}
.header-overlay .menu ul > li > ul > li a{
	padding-top:10px;
	padding-bottom:10px;
}
.overlay-menu .menu ul > li > ul.show_submenu > li, .overlay-menu .menu ul > li > ul.show_submenu > li > ul.show_submenu > li{
	opacity: 1;
	visibility: visible;
}
.overlay-menu .menu ul li>a:not(:only-child):after {
	display: none
}

header .overlay-menu {
	z-index: 10000;
	height:100%;
	overflow:auto;
}
.overlay-menu .menu  ul.main_menu > li.has_megamenu > ul > li > ul > li > ul{
	 padding-left: 0;
}
.overlay-menu .menu  ul.main_menu > li.has_megamenu > ul > li > ul > li > ul > li > ul{
    padding-left: 0;
}
.overlay-menu .menu  ul.main_menu > li.has_megamenu > ul > li > ul > li > ul > li > ul > li > ul{
    padding-left: 0;
}
/* Overlay style */

.overlay-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,194,0,0.95);
	visibility: hidden;
	opacity: 1;
	display:block
}

/* Menu style */

.overlay-menu nav {
	max-width: 600px;
	float:none;
	text-align: center;
	display:table;
	width: 100%;
	height:100%;
	margin:auto;
	text-align: center;
}
.overlay-menu .main_menu{
	display:table-cell;
	vertical-align:middle;
}
.overlay-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.overlay-menu ul li {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay-menu ul li a {
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay-menu ul li a:hover,
.overlay-menu ul li a:focus {
	color: #f0f0f0;
}

.overlay-menu span.description {
	display: none
}

.overlay-menu .menu>ul>li>a {
	text-align: center;
	display:block;
	position:relative;
}


/*
3.FOOTER
================================================================================================================================
*/

footer {
	width: 100%;
	display: table;
	background: #1d1d1d;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:0;
	padding-right:0
}


/* Global footer widget colors, bg, border etc */

footer,
footer a,
footer li,
footer label,
footer .widget_calendar th,
footer .widget_calendar td,
footer .widget_calendar caption {
	color: #a7a7a7
}

footer .about-us-content p, 
footer .about-us-content li, 
footer .textwidget p, 
footer ul.tweets li, 
footer .woocommerce .product_list_widget .price-new, 
footer .woocommerce.widget_price_filter .price_label {
	color: #a7a7a7
}

footer .widget h3,
footer a:before,
footer .sidebar-posts p,
footer .widget_tw ul.tweets li span.date,
footer .info-content .address h2 {
	color: #fff
}

footer .about-us-content ul.social li a i,
footer .info-content ul.social li a i {
	color: #b0b0b0
}

footer .about-us-content ul.social li a,
footer .widget_tag_cloud a,
footer .widget_search input[type="text"],
footer .info-content ul.social li a,
footer .widget_calendar tbody td,
footer .widget_calendar th,
footer .widget_calendar td {
	border-style: solid;
	border-width: 1px;
	border-color: #333
}

footer .widget_tw ul.tweets li,
footer .sidebar-posts-box {
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top: none;
	border-width: 1px;
	border-color: #333
}


/*
3.1 Footer copyright
================================================================================================================================
*/

#copyright {
	display: table;
	width: 100%;
}

#copyright .copyright {
	padding: 10px 0;
}

#copyright p {
	font-size: 13px;
	margin-bottom: 0;
	line-height:1.6em
}

.copyright span,
.copyright a {
	color: #ffc600
}

/*
3.2 Footer social
================================================================================================================================
*/
footer .social ul {
	text-align:right;
	margin-bottom:0
}

footer .social li a {
	padding: .2em;
	color: #ffc200;
	text-decoration: none;
	display: block
}

footer .social ul li a i {
	height: 1.7em;
	width: 1.7em;
	border: 1px solid #ffc200;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: border .2s ease;
	-moz-transition: border .2s ease;
	-ms-transition: border .2s ease;
	-o-transition: border .2s ease;
	transition: border .2s ease;
}

footer .social {
	display: table-cell;
	vertical-align: middle;
}

footer .social li {
	display: inline-table;
	list-style-type: none;
}

footer .social ul li a:hover i {
	border: 1px solid #fff
}

footer .social ul.circle li a i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

footer .social ul.simple li a i {
	border: none;
}

footer .social ul.rounded li a i {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

footer .social li a:hover {
	color: #fff;
}

footer .social li a:last-child {
	padding-right: 0
}

/*
4.WIDGETS
================================================================================================================================
*/


/* Global widget colors, bg, border etc */

.widget {
	margin-bottom: 30px;
	clear: both
}
.widget ul{
	list-style-type:none
}
.widget .menu{
	float:left;
}
.widget a:hover,
widget li:hover a,
.sidebar-posts-box:hover a,
.about-us-content ul.social li:hover a i,
.info-content ul.social li:hover a i {
	color: #ffc600
}

.about-us-content ul.social li:hover a,
.info-content ul.social li:hover a,
.widget_tag_cloud .tagcloud a:hover {
	border-color: #ffc600
}

.widget_search input[type="submit"] {
	color: #fff
}

.widget_search input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b0b0b0;
}

.widget_search input::-moz-placeholder {
	/* Firefox 19+ */
	color: #b0b0b0;
}

.widget_search input:-ms-input-placeholder {
	/* IE 10+ */
	color: #b0b0b0;
}

.widget_search input:-moz-placeholder {
	/* Firefox 18- */
	color: #b0b0b0;
}

.widget .portfolio-content .image_wrapper,
.sidebar-post-thumb .image_wrapper {
	background: rgba(255, 198, 0, .7)
}


/* Blog style widgets */

#post-body .widget li,
#post-body label,
#post-body .widget_calendar th,
#post-body .widget_calendar td,
#post-body .widget_calendar caption {
	color: #4c4c4c;
}

#post-body .widget h3,
#post-body .sidebar-posts p,
#post-body .widget_tw ul.tweets li span,
#post-body .info-content .address h2 {
	
}

#post-body .about-us-content ul.social li a,
#post-body .widget_tag_cloud a,
#post-body .widget_search input[type="text"],
#post-body .info-content ul.social li a,
#post-body .widget_calendar tbody td,
#post-body .widget_calendar th,
#post-body .widget_calendar td  {
	border-style: solid;
	border-width: 1px;
	border-color: #dcdcdc
}

#post-body .widget_tw ul.tweets li,
#post-body .sidebar-posts-box {
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top: none;
	border-width: 1px;
	border-color: #dcdcdc
}

#post-body .sidebar-posts-box:last-child {
	border-bottom: none
}
.widget_search input[type="text"]{
	border-radius:5px
}


/* Global Widget styles */

.widget a,
.widget li,
.widget label {
	font-weight: 500;
}

.widget a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.widget h3 {
	font-weight: 500;
	padding-bottom: 30px;
	margin-bottom: 0;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 22px
}

.widget .wp-editor-content-infinito h3 {
	margin-bottom: 15px;
	padding-bottom: 0
}

.widget h3 i {
	margin-right: 10px
}

.widget li {
	padding: 0 0 10px 0;
	font-size: 15px;
	line-height: 25px
}
.widget.widget_nav_menu li{
	padding:0
}
.widget p {
	margin-bottom: 0
}

.widget .about-us-content a img {
	display: block;
	margin: 0 0 20px 0
}

.widget.widget_tag_cloud a:before,
.widget.widget_nav_menu a:before {
	margin-right: 5px;
	position: relative;
	top: 1px;
	font-size: 18px
}

.widget li.recentcomments:before {
	margin-right: 5px;
	position: relative;
	top: 1px
}

.widget.widget_tag_cloud a:before {
	content: "\f0ec";
	font-family: 'webapplication'
}

.widget li.recentcomments:before {
	content: "\efc0";
	font-family: 'webapplication'
}

.widget.widget_nav_menu a:before {
	content: "\eeb7";
	font-family: 'texteditor'
}

.widget form .search-widget {
	position: relative
}

.widget form #searchsubmit {
	position: absolute;
	height:100%;
	top: 0px;
	right:0;
	line-height: 1em;
	border-radius:0 5px 5px 0
}


/* Tag Cloud Widget Styles */

.widget_tag_cloud .tagcloud {
	/* margin-top: 28px  */
}

.widget_tag_cloud a {
	display: inline-block;
	padding: 10px;
	line-height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
}

/* Infinito Editor widget */
.wp-editor-content-infinito span{
	display:inline-block;
}


/* Recent Posts Widget Styles */

.sidebar-posts-box {
	clear: both;
	width: 100%;
	display: table;
	margin: 20px 0;
	padding: 0 0 20px 0
}

.sidebar-posts-box:first-child {
	margin-top: 8px
}

.sidebar-posts-box:last-child {
	border: none
}

.sidebar-post-thumb {
	float: left;
	margin: 0 15px 0 0
}

.sidebar-post-thumb.no-thumb {
	margin-right: 0
}

.sidebar-post-thumb a {
	display: block;
	position: relative
}

.sidebar-post-thumb img {
	display: block;
	position: relative
}

.sidebar-post-thumb .image_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.sidebar-post-thumb .audio i,
.sidebar-post-thumb .video i,
.sidebar-post-thumb .quote i {
	font-size: 32px
}

.sidebar-posts.standard {
	margin-left: 130px
}

.sidebar-posts.not-standard {
	margin-left: 47px
}

.sidebar-posts h6,
.sidebar-posts h6 a {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0
}

.sidebar-posts h6 {
	margin-top: -5px
}

.sidebar-posts h6 a {
	font-weight: 500
}

.sidebar-posts-body a:before {
	content: none
}

.sidebar-posts p {
	float: left;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0
}

.sidebar-posts-box:hover .image_wrapper {
	opacity: 1
}


/* Calendar Widget Styles */

.widget_calendar a:before {
	content: none
}

.widget_calendar a {
	font-weight: 900
}

.widget_calendar th,
.widget_calendar td {
	padding: 10px;
	text-align: center
}

.widget_calendar td#next {
	text-align: right;
	padding-top: 20px
}

.widget_calendar td#prev {
	text-align: left;
	padding-top: 20px
}

.widget_calendar caption {
	text-align: left;
	padding-bottom: 10px
}

.widget_calendar tbody .pad {}

.widget_calendar th[scope="col"] {
	font-size: 12px;
	font-weight: 900
}


/* Categories Widget Styles */

.widget_categories label {
	margin: 0 10px 0 0
}


/* Menu Styles */

.widget_nav_menu ul.sub-menu {
	display: none
}


/* Text styles */

.textwidget a:before {
	position: relative;
	top: 2px;
	padding-right: 4px;
	display:inline-block
}


/* Pages Widget Styles */

.widget_pages li.page_item_has_children>a {
	display: block;
	padding: 0 0 10px 0
}

.widget_pages li ul.children li:last-child {
	display: block;
	padding: 0
}


/* Comments Widget Styles */

.widget_recent_comments li.recentcomments a {
	display: inline-block;
	/* margin:0 0 0 4px */
}

.widget_recent_comments span.comment-author-link a:before {
	content: none
}

.widget_recent_comments a {
	font-weight: 700
}


/* Search Widget Styles */

.widget_search {}

.widget_search input[type="text"] {
	border: none;
	padding: 14px;
	outline: 0;
	margin-right: -3px;
	margin-bottom:0;
	font-size: 13px
}

.widget_search input[type="submit"] {
	border: none;
	padding: 17px;
	outline: 0;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	top: -1px;
	font-weight:300;
}

.widget_search input[type="text"] {
	background: none
}


/* Text Widget Styles */

.textwidget {
	line-height: 25px;
	font-size: 15px;
	font-weight: 500
}

.textwidget p a {
	font-size: 15px;
	line-height: 15px
}


/* About us Widget Styles */

.about-us-content img {
	max-width: 100%
}

.about-us-content p {
	font-size: 19px;
	line-height: 32px;
	font-weight: 300;
	margin: 0
}

.about-us-content a:before {
	content: none
}

.about-us-content ul.details {
	margin: 20px 0;
	list-style-type: none;
}

.about-us-content ul.details li {
	padding: 0 0 8px 0
}

.about-us-content ul.details li i {
	margin-right: 10px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	font-size: 18px;
	position: relative;
	top: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.about-us-content ul.social {
	display: table;
	clear: both;
	margin-top: 20px;
	list-style-type: none
}

.about-us-content ul.social li {
	float: left;
	margin: 0 3px 3px 0;
	padding: 0
}

.about-us-content ul.social li a {
	padding: 8px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	line-height: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.about-us-content ul.social li a i {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}


/* Twitter Widget Styles */

.widget_tw ul.tweets {
	list-style-type: none
}

.widget_tw ul.tweets li {
	margin-top: 18px;
	padding-bottom: 20px
}

.widget_tw ul.tweets li:first-child {
	margin-top: 0px
}

.widget_tw ul.tweets li:last-child {
	border: none !important
}

.widget_tw ul.tweets li span {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 20px
}

.widget_tw ul.tweets li span.twitter-icon {
	margin-right: 5px
}


/* Flickr Widget Styles */

ul.flickr {
	margin-top: 8px
}


/* Info Widget Styles */

.info-content {
	text-align: center;
	padding: 0
}

.info-content ul.social {
	display: table;
	clear: both;
	margin-top: 5px;
	margin: auto;
	list-style-type: none
}

.info-content a:before {
	content: none
}

.info-content ul.social li {
	float: left;
	margin: 0 3px 3px 0;
	padding: 0
}

.info-content ul.social li a {
	padding: 8px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	line-height: 1.3em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: unset;
}

.info-content .phone h4 {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-size: 19px;
}

.info-content .phone h3:after {
	content: none
}

.info-content .address h2 {
	margin: 0;
	padding: 8px 0 15px 0;
	font-size: 32px;
	line-height: 38px;
}

.widget.info {
	display: table;
	width: 100%
}


/* Portfolio Widget Styles */

.widget .portfolio-content {
	display: table;
	clear: both;
	margin-top: 8px
}

.widget .portfolio-content a {
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	position: relative;
	z-index: 1
}

.widget .portfolio-content img {
	display: block
}

.widget .portfolio-content .image_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.widget .portfolio-content a:hover .image_wrapper {
	opacity: 1
}

/* Shortcode widget */
.shortcode-content{
	display:table;
	width:100%
}


/*
5.PORTFOLIO
================================================================================================================================
*/

.portfolio.portfolio-block {
	display: block;
	float: left;
    width: 100%;
}
.portfolio.portfolio-block.vc_portfolio-block{
	float: none;
	width:auto;
}
.container.portfolio{
	float:none
}

.portfolio .dot {
	margin: 0;
	padding: 0;
}

.portfolio.related h1 {
	margin-bottom: 30px
}
.portfolio .portfolio-related > div{
	margin:0;
	padding:0;
}

.is-portfolio-page #page-body,
.is-portfolio-tax #page-body {
	padding: 80px 0;
}
.portfolio-big-holder{
	display:table;
	width:100%;
}

/* Portfolio VC element */

.portfolio-block div[class*=' vc_col'] {
	padding: 0;
}
.wow_portfolio_loadmore {
    clear: both;
    display: block;
    text-align: center;	
    margin: auto;
	margin-top:20px;
	margin-bottom:20px;
}

/*
5.1 Portfolio style 1
================================================================================================================================
*/

.portfolio.style1 h3 {
	margin: 0
}
.portfolio.style1 .portfolio_container:before{
	background:#ffffff;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.portfolio.style1 .portfolio_container:hover:before{
	background: #212121;
}
.portfolio.style1 .portfolio_details {
	display: table;
	width: 100%;
	position: relative;
	padding: 20px 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.portfolio.style1 .portfolio_left {
	padding: 0px 20px;
	display: table-cell;
}

.portfolio.style1 h3,
.portfolio.style1 h3 a {
	padding: 0;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px
}

.portfolio.style1 .portfolio_left h3 a {
	color: #000000
}

.portfolio.style1 .portfolio_right {
	text-align: right;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	width: 52px;
}

.portfolio.style1 .portfolio_right i {
	font-size: 4em;
	margin-right: 24px;
	color: #c4c4c4;
}

.portfolio.style1 .image_wrapper {
	float: left;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.portfolio.style1 .image_wrapper img {
	float: left;
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.portfolio.style1 .title-line {
	margin: 10px 0 15px 0;
}

.portfolio.style1 .iso-filters li {
	display: inline
}

.portfolio.style1 .icon_holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
}

.portfolio.style1 .title-line {
	background: #ffc600
}


/*  .portfolio div[class^='vc_col-sm-']:nth-child(4),.portfolio div[class*=' vc_col-sm-']:nth-child(3){padding-right:0 !important} */

.portfolio.style1 .image_wrapper_hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style1 .portfolio_container {
	position: relative;
	width: 100%;
	display: block;
	cursor: pointer;
}

.style1 .portfolio_container .icon_holder i {
	font-size: 50px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	text-align: center;
}

.style1 .portfolio_container:hover .icon_holder i {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.style1 .portfolio_container:hover .portfolio_right i {
	color: #fff
}

.style1 .portfolio_container:hover .portfolio_details {
	color: #ffffff;
}

.style1 .portfolio_container:hover .portfolio_details a {
	color: #ffffff
}

.style1 .portfolio_container:hover .image_wrapper img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.style1 .portfolio_container:hover .image_wrapper_hover {
	opacity: 1;
}

.style1 .portfolio_container:hover p ,
.style1 .portfolio_container:hover h3 {
	color: #fff
}

.style1 .portfolio_container p {
	margin-bottom:0
}


/*
5.2 Portfolio style 2
================================================================================================================================
*/

.portfolio.style2 {
	padding-right: 2px
}

.portfolio.style2 h3 {
	margin: 0;
	margin-bottom:10px
}

.portfolio.style2 .portfolio_details {
	padding: 0;
	float:left;
	width: 100%;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background: #fff;
	overflow: hidden;
}
.portfolio.style2 .portfolio_details_holder{
	display: table;
	width: calc(100% + 1px);
}
.portfolio.style2 .portfolio_left {
	display: block;
	padding: 20px;
}

.portfolio.style2 .portfolio_left h3,
.portfolio.style2 .portfolio_left h3 a {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	display: table;
	line-height: 28px
}

.portfolio.style2 .portfolio_left p {
	font-size: 13px;
	font-weight: 300;
	display: table;
	margin: 0
}

.portfolio.style2 .portfolio_right {
	background: #eef2f6;
	min-width: 68px;
	text-align: center;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	width: 52px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.portfolio.style2 .portfolio_right p {
	font-size: 24px;
	color: #343c47;
	margin: 0
}

.portfolio.style2 .portfolio_right small {
	font-size: 14px;
	color: #98a1ac;
}

.portfolio.style2 .image_wrapper {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden
}


/*.portfolio.style2 .image_wrapper{float:left; position: relative; max-width:100%; overflow:hidden; display:inline-table}*/

.portfolio.style2 .image_wrapper img {
	float: left;
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.portfolio.style2 .iso-filters li {
	display: inline
}

.portfolio.style2 .icon_holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100px;
}

.portfolio.style2 .icon_holder i {
	color: #fff;
	font-size: 60px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	text-align: center
}

.portfolio.style2 .image_wrapper_hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style2 .portfolio_container {
	width: 100%;
	display: block;
	cursor: pointer;
}

.style2 .portfolio_container h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	padding: 0 30px;
	letter-spacing: -1px;
	margin: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}

.style2 .portfolio_container:hover .icon_holder i {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.style2 .portfolio_container:hover .portfolio_details {
	color: inherit
}

.style2 .portfolio_container:hover .portfolio_details a {
	color: #000000
}

.style2 .portfolio_container:hover .image_wrapper img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.style2 .portfolio_container:hover .portfolio_right,
.style2 .portfolio_container:hover .image_wrapper_hover {
	background: #ffc600;
}

.style2 .portfolio_container:hover .portfolio_right p {
	color: #FFF;
}

.style2 .portfolio_container:hover .portfolio_right small {
	color: #FFF;
}

.style2 .portfolio_container:hover .image_wrapper_hover {
	opacity: 1
}

.style2 .portfolio_container:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*
5.3 Portfolio style 3
================================================================================================================================
*/

.portfolio.style3 h3 {
	margin: 0
}

.portfolio.style3 .portfolio_details {
	padding: 0;
	float:left;
	width: 100%;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.portfolio.style3 .portfolio_top {
	display: block;
	padding: 20px;
	background: #f6f6f6;
}

.portfolio.style3 .portfolio_top h3,
.portfolio.style3 .portfolio_top h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px
}

.portfolio.style3 .portfolio_top h3 a {
	text-decoration: none
}

.portfolio.style3 .portfolio_bottom {
	background: #FFF;
	float:left;
	width: 100%;
	border-bottom: solid;
	border-width: 2px;
	border-color: #ffc600;
}
.portfolio.style3 .portfolio_bottom_holder{
	display:table;
	width: 100%;
}
.portfolio.style3 .portfolio_bottom .plus {
	text-align: center;
	color: #fff;
	font-size: 23px;
	padding: 8px 16px;
	display: table-cell;
	width: 20px;
	vertical-align: middle
}

.portfolio.style3 .portfolio_bottom small {
	font-size: 13px;
	display: block;
	padding: 13px 20px;
	font-weight: 500;
	vertical-align: middle;
	line-height:1.4em
}

.portfolio.style3 .image_wrapper {
	float: left;
	position: relative;
	max-width: 100%;
	overflow: hidden
}

.portfolio.style3 .image_wrapper img {
	float: left;
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.portfolio.style3 .iso-filters li {
	display: inline
}

.portfolio.style3 .icon_holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	text-align: center
}

.portfolio.style3 .image_wrapper_hover i {
	color: #fff;
	font-size: 60px;
}

.portfolio.style3 .image_wrapper_hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style3 .portfolio_container {
	width: 100%;
	display: block;
	cursor: pointer;
}

.style3 .portfolio_container h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	padding: 0 30px;
	letter-spacing: -1px;
}

.style3 .portfolio_container .icon_holder i {
	font-size: 50px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}

.style3 .portfolio_container:hover .icon_holder i {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.style3 .portfolio_container:hover .portfolio_details {
	background: none;
	color: inherit
}

.style3 .portfolio_container:hover .image_wrapper img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.style3 .portfolio_container:hover .image_wrapper_hover {
	opacity: 1;
}

.style3 .portfolio_container:hover .image_wrapper_hover,
.style3 .portfolio_bottom .plus {
	background: #ffc600;
}


/*
5.4 Portfolio style 4
================================================================================================================================
*/

.portfolio.style4 h2 {
	color: #fff;
	font-size: 24px;
	line-height: 36px
}

.portfolio.style4 h2 a {
	color: #fff;
}

.portfolio.style4 .effect-steve h2 {
	color: #333;
}

.portfolio.style4 .iso-filters li {
	display: inline
}

.portfolio.style4 figure.effect-zoe i,
.portfolio.style4 figcaption i {
	color: #ffc600
}

.portfolio.style4 figure.effect-hera i {
	color: #fff
}

.portfolio.style4 figure.effect-phoebe p a i {
	color: #fff
}

.portfolio.style4 .effect-lily p.second,
.portfolio.style4 .effect-sadie p.second,
.portfolio.style4 .effect-layla p.second,
.portfolio.style4 .effect-romeo p.second,
.portfolio.style4 .effect-dexter p.second,
.portfolio.style4 .effect-chico p.second,
.portfolio.style4 .effect-milo p.second,
.portfolio.style4 .effect-julia p.second,
.portfolio.style4 .effect-goliath p.second,
.portfolio.style4 .effect-phoebe p.second,
.portfolio.style4 .effect-apollo p.second,
.portfolio.style4 .effect-kira p.second,
.portfolio.style4 .effect-lexi p.second,
.portfolio.style4 .effect-duke p.second,
.portfolio.style4 .effect-oscar p.second,
.portfolio.style4 .effect-marley p.second,
.portfolio.style4 .effect-roxy p.second,
.portfolio.style4 .effect-bubba p.second,
.portfolio.style4 .effect-sarah p.second,
.portfolio.style4 .effect-selena p.second,
.portfolio.style4 .effect-steve p.second,
.portfolio.style4 .effect-jazz p.second,
.portfolio.style4 .effect-ming p.second {
	background: #ffc600;
	color: #fff;
	margin: 0
}
figure.effect-milo p{
	border-color:#ffc600;
	border-style:solid;
	border-left:none;
	border-right:none;
	border-top:none;
}


/*
5.5 Portfolio single global styles
================================================================================================================================
*/

.is-portfolio-page-single #page-body {
	padding: 0
}

.portfolio-single>.vc_col-lg-12.vc_column_container{
	padding-left:0 !important;
	padding-right:0 !important
}


/*
5.6 Portfolio single video iframe styles
================================================================================================================================
*/

.portfolio-single .portfolio-video-holder {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	clear: both;
}

.portfolio-single .portfolio-video-holder.vimeo {
	padding-bottom: 55%;
	top: -1px
}

.portfolio-single.style2.portfolio-video-holder.youtube {
	padding-bottom: 55%;
}

.portfolio-single .portfolio-video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
5.7 Portfolio single style 1
================================================================================================================================
*/

.portfolio-single.style1 .image_wrapper.single {
	width: 100%;
	height:1000px;
	background-size:cover;
	background-repeat: no-repeat;
}
.portfolio-single.style1 .image_wrapper img{
	margin:auto
}
.portfolio-single.style1 .image_wrapper.single::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1;
	height: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.8) 83%, rgba(0, 0, 0, 0.91) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.8) 83%, rgba(0, 0, 0, 0.91) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.8) 83%, rgba(0, 0, 0, 0.91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e8000000', GradientType=0)
}

.portfolio-single.style1 .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 20px;
	z-index: 100;
	box-sizing: border-box
}

.portfolio-single.style1 .bottom button {
	border: none;
	padding: 20px 40px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.portfolio-single.style1 .bottom h1 {
	font-size: 42px;
	line-height: 1.1em;
	color: #fff;
	font-weight: 700;
	padding-bottom: 25px;
	text-transform: uppercase
}

.portfolio-single.style1 .details-holder .vc_col-md-4 {
	border-right: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	margin-bottom: 20px;
	padding-left: 40px;
	padding: 20px 40px;
	margin-top:20px
}
.portfolio-single.style1 hr{
	height:1px;
	background:rgba(255, 255, 255, .2);
	width:100%;
	box-sizing: border-box;
	margin:10px 0px;
	float:left;
	border-width: 0px;
}
.portfolio-single.style1 .details-holder .vc_col-md-4:nth-of-type(3n) {
	border-right: none;
	padding-right:0px;
}
.portfolio-single.style1 .details-holder .vc_col-md-4:nth-of-type(3n + 1){
	padding-left:0px
}


.portfolio-single.style1 .details {
	float: left;
}

.portfolio-single.style1 .details i {
	font-size: 32px;
	display: table-cell;
	vertical-align: bottom;
	webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	min-width: 32px
}

.portfolio-single.style1 .details:hover i {
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.portfolio-single.style1 .details .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px
}

.portfolio-single.style1 .details span.small {
	font-size: 14px;
	font-weight: 300;
	color: #969696;
	text-transform: uppercase;
	width: 100%;
	display: block;
	clear: right;
	margin-bottom: 8px
}

.portfolio-single.style1 .details span.big {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}

.portfolio-single.style1 .details span.big>span {
	display: block
}

.portfolio-single.style1 .details span.big span:not(:last-child) {
	margin-bottom: 10px
}

.portfolio-single.style1 .content {
	margin: 90px 0 70px 0;
	float: left;
	width: 100%;
	clear: both;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}


/*
5.8 Portfolio single style 2
================================================================================================================================
*/

.portfolio-single.style2 {
    margin-bottom: 50px;
    display: table;
    width: 100%
}

.portfolio-single.style2 .image_wrapper.single {
	width: 100%;
	height:1000px;
}

.portfolio-single.style2 .bottom {
	position: absolute;
	bottom: 0;
	width: 100%
}

.portfolio-single.style2 .bottom .title-btn-holder {
	bottom: 225px;
	position: relative;
}

.portfolio-single.style2 .bottom h1 {
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2em;
	background: #fff;
	padding: 20px;
	margin: 0;
	float: left;
}

.portfolio-single.style2 .details-holder .vc_col-md-4 {
	border-right: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	margin-bottom: 20px;
	padding-left: 40px;
	padding: 20px 40px
}

.portfolio-single.style2 .details-holder .vc_col-md-4:last-child {
	border-right: none;
}

.portfolio-single.style2 .details {
	float: left;
}

.portfolio-single.style2 .details i {
	font-size: 32px;
	display: table-cell;
	vertical-align: bottom;
}

.portfolio-single.style2 .details .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px
}

.portfolio-single.style2 .details span.small {
	font-size: 14px;
	font-weight: 300;
	color: #969696;
	text-transform: uppercase;
	width: 100%;
	display: block;
	clear: right;
	margin-bottom: 8px
}

.portfolio-single.style2 .details span.big {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase
}

.portfolio-single.style2 .category span {
	background: #fff;
	padding: 10px;
	margin-right: 5px;
	display: inline-block;
	color: #333333
}

.portfolio-single.style2 .content {
	margin: 130px 0 70px 0;
	float: left;
	width: 100%;
	clear: both;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.portfolio-single.style2 .rounded-holder {
	position: absolute;
	bottom: -80px;
	z-index: 1
}
.rounded-holder-inner{
	margin:0 -10px
}
.portfolio-single.style2 .rounded {
	display: inline-block;
	margin: 0 10px;
}

.portfolio-single.style2 .rounded-inner {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	background: #fff;
	height: 160px;
	border-radius: 8px;
	text-align: center
}

.portfolio-single.style2 .bottom .wow_btn_container a {
	display: block;
	clear: both
}

.portfolio-single.style2 .bottom .wow_btn_container .button.fancy .text {
	color: #ffffff
}

.portfolio-single.style2 .bottom .wow_btn_container .button.fancy .text2 {
	color: #ffffff
}

.portfolio-single.style2 .bottom .wow_btn_container .button div.icon.fancy span i {
	color: #fff
}

.portfolio-single.style2 .rounded-inner i {
	font-size: 24px;
	display: block;
	clear: both;
	line-height: 0.3em
}

.portfolio-single.style2 .rounded-inner i.from_top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}

.portfolio-single.style2 .rounded-inner:hover i.from_top {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	opacity: 0;
}

.portfolio-single.style2 .rounded-inner i.second.from_top {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s
}

.portfolio-single.style2 .rounded-inner:hover i.second.from_top {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	opacity: 1
}

.portfolio-single.style2 .rounded-inner span.small {
	font-size: 14px;
	display: block;
	clear: both;
	padding: 10px 0 5px 0;
	color: #767676
}

.portfolio-single.style2 .rounded-inner span.big ,
.portfolio-single.style2 .rounded-inner span.big a{
	font-size: 14px;
	font-weight: 900;
	color: #1f1f1f
}

.portfolio-single.style2 .crosscover-dots{
	bottom: 136px;
}
/*
5.9 Portfolio single style 3
================================================================================================================================
*/

.portfolio-single.style3 .image_wrapper.single {
	width: 100%;
	height:1000px;
}

.portfolio-single.style3 .image_wrapper.single::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1;
	height: 100%;
	background: rgba(0, 0, 0, 0.81);
}

.portfolio-single.style3 .abs {
	position: absolute;
	width: 100%;
	height: 100%
}

.portfolio-single.style3 .category {
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 100px 0
}

.portfolio-single.style3 .category span {
	padding: 5px;
	margin-left: 10px;
	display: inline-block;
	color: #000;
	-webkit-border-top-left-radius: 10px;
	--moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 10px
}

.portfolio-single.style3 .details {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 100px 0;
	padding: 0 10px
}

.portfolio-single.style3 .details a {
	font-weight:normal
	
}.portfolio-single.style3 .details span.url_project {
	padding-top:3px;
	padding-bottom:3px
}

.portfolio-single.style3 .details div {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 20px
}

.portfolio-single.style3 .details a div {
	color: #fff
}

.portfolio-single.style3 .details span {
	padding: 5px;
	margin: 0 10px;
	display: block;
	color: #000;
	clear: both;
	font-size: 24px;
	margin-top: 4px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.portfolio-single.style3 .details div:hover span {
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.portfolio-single.style3 .line {
	height: 1px;
	background: rgba(255, 255, 255, .7)
}

.portfolio-single.style3 .title-holder {
	padding: 100px 0;
	text-align: center
}

.portfolio-single.style3 .title-holder h2 {
	font-size: 72px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	line-height: 1.1em
}

.portfolio-single.style3 .title-holder h1 {
	font-size: 150px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	font-weight: 900;
	letter-spacing: -7px;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	line-height: 0.9em
}

.portfolio-single.style3 .title-holder:hover h1 {
	-webkit-transform: scale(.5, .5);
	transform: scale(.5, .5);
}

.portfolio-single.style3 .title-holder:hover h2 {
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
}


/*.portfolio-single.style3 .details div .hvr-sweep-to-left:before,.portfolio-single.style3 .details div .hvr-sweep-to-left:hover { background: blue }*/

.portfolio-single.style3 .content {
	margin: 90px 0 70px 0;
	float: left;
	width: 100%;
	clear: both;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}


/*
5.10 Portfolio single style 4
================================================================================================================================
*/
.portfolio-single.style4 button.live_demo {
	border: none;
	padding: 20px 40px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top:30px
}

.portfolio-single.style4 .title-holder {
	padding:60px 70px;
	text-align:right
}

.portfolio-single.style4 .title-holder p {
	color:#7d7d7d;
	text-transform:uppercase;
	font-size:18px;
	font-weight:300
}

.portfolio-single.style4 h1 {
	font-size: 72px;
	line-height: 1em;
	font-weight: 700;
	margin: 0;
	padding: 0 30px 0 0;
	border-style:solid;
	border-width:5px;
	border-color:#ffc600;
	border-left:none;
	border-top:none;
	border-bottom:none;
}

.portfolio-single.style4 .details-holder {
	padding:60px 70px;
	background:#f9f9f9;
	margin-top:70px
}


.portfolio-single.style4 .details {
	border-left:solid 1px #e0e0e0;
	padding: 12px 0;
    position: relative
}
.portfolio-single.style4 .details::after {
	position:absolute;
	content:'';
	width:190px;
	background:#e0e0e0;
	height:1px;
	bottom: 0px
}
.portfolio-single.style4 .details:last-child::after {
	content:none;
}

.portfolio-single.style4 .details i {
	font-size: 18px;
	display: table-cell;
	vertical-align: bottom;
	webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	min-width: 18px;
	color:#8e8e8e;
	padding-left:15px
}

.portfolio-single.style4 .details:hover i {
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.portfolio-single.style4 .details .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px
}

.portfolio-single.style4 .details span{
	color:#353535
}

.portfolio-single.style4 .details span.small {
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	display: block;
	margin-bottom: 8px
}

.portfolio-single.style4 .details span.big {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase
}

.portfolio-single.style4 .details span.big>span {
	display: block
}

.portfolio-single.style4 .details span.big span:not(:last-child) {
	margin-bottom: 10px
}

.portfolio-single.style4 .content {
	margin: 90px 0 70px 0;
	float: left;
	width: 100%;
	clear: both;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/*
5.11 Portfolio filter
================================================================================================================================
*/

ul.iso-filters {
	width: 100%;
	margin: 20px 0;
}

ul.iso-filters li {
	display: inline;
	margin-right: 1px;
}

ul.iso-filters li:last-child {
	margin-right: 0;
}

ul.iso-filters li button {
	border: none;
	padding: 20px;
	margin-bottom:5px;
	outline: 0;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background: #a4a4a4
}

ul.iso-filters li button.active,
ul.iso-filters li button:hover {
	background: #333
}


/*.iso-grid { height:100em}*/


/* fix for isotope gap */

.iso-grid {
	display: block;
	width:100%
}

ul.iso-filters.simple li button {
	background: transparent;
	color: #a4a4a4;
	font-weight: 400;
	padding: 20px 12px
}

ul.iso-filters.simple li {
	margin: 0
}

ul.iso-filters.simple li button.active,
ul.iso-filters.button-group.simple li button:hover {
	background: transparent;
	color: #ff4f4f
}

ul.simple li:first-child button {
	padding-left: 0
}

ul.simple li:last-child button {
	padding-right: 0
}

ul.iso-filters.bordered button {
	background: transparent;
	color: #a4a4a4;
	font-weight: 400;
	padding: 20px 12px;
	border: 1px solid #a4a4a4
}

ul.iso-filters.bordered li button.active,
ul.iso-filters.button-group.bordered li button:hover {
	background: transparent;
	color: #ff4f4f;
	border: 1px solid #ff4f4f
}

ul.iso-filters.bordered-rounded button {
	background: transparent;
	color: #a4a4a4;
	font-weight: 400;
	padding: 20px 12px;
	border: 1px solid #a4a4a4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul.iso-filters.bordered-rounded button.active,
ul.iso-filters.button-group.bordered-rounded li button:hover {
	background: transparent;
	color: #ff4f4f;
	border: 1px solid #ff4f4f
}

ul.iso-filters.rounded button {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
ul.iso-filters.small_size.bordered li button{
	padding: 13px 12px;
}
ul.iso-filters.small_size button {
	font-size: 12px;
	padding: 14px 12px;
}

ul.iso-filters.medium_size button {
	font-size: 15px;
	padding: 12px 14px;
	margin-bottom: 5px
}

ul.iso-filters.large_size button {
	font-size: 18px;
	padding: 18px 16px;
}

::-moz-selection
{
    text-shadow: none;
    background: #333;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #333;
    color: #fff;
}
/*
6.BLOG
================================================================================================================================
*/

.posts-block {
	display: block
}

.vc_posts-block:not(.style2) .posts-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.vc_posts-block:not(.style2) div[class^='vc_col-'] {
	margin-bottom: 30px
}

body #page-body .posts-block ul {
	list-style-type: none
}

.is-blog-page #page-body {
	width:100%;
	float:left;
	clear:both;
	background:#f9f9f9;
	box-sizing: border-box
}

.has-left-fancy-sidebar.is-blog-page #page-body.content-wrapper {
	overflow: visible
}

.has-right-fancy-sidebar.is-blog-page #page-body.content-wrapper {
	overflow: visible
}
@media screen and (min-width: 1201px) {
	.boxed-layout.is-blog-page.without-container #page-body .posts-block,
	.boxed-layout.is-blog-page-single.without-container-single #page-body .blog-single{
		padding-right: 45px;
		padding-left: 45px
	}
}

.is-blog-page.has-left-fancy-sidebar #page-body.content-wrapper .left_sidebar,
.is-blog-page.has-right-fancy-sidebar #page-body.content-wrapper .right_sidebar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.is-blog-page .posts-block div[class^='vc_col-sm-'] {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px
}

.is-blog-page.has-right-sidebar .posts-block {
	margin-right: 0px
}

.is-blog-page.has-left-sidebar .posts-block {
	margin-left: 0px
}

.is-blog-page #page-body,
.is-blog-page-single #page-body {
	padding: 80px 0;
}

.posts {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	position: relative;
	height:100%
}

.posts-block .posts{
	z-index:1;
}

.wow_posts_loadmore{
    clear: both;
    display: block;
    text-align: center;	
    margin: auto;
	margin-top:20px;
	margin-bottom:20px;
}
.posts.quote .image_wrapper{
	margin-bottom:50px
}
.posts-grid article {
    padding-bottom: 30px;
}
article.sticky{
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
article.sticky .posts{
    -webkit-box-shadow: 0px 6px 33px -10px rgba(150,150,150,.5);
    -moz-box-shadow: 0px 6px 33px -10px rgba(150,150,150,.5);
    box-shadow: 0px 6px 33px -10px rgba(150,150,150,.5);
}
/*
6.1 Blog posts style 1
================================================================================================================================
*/

.has-left-fancy-sidebar .blog-single.style1 .blog-single-start ul.categories {
	left: 70px;
}

.style1 .posts.quote {
	background: url("images/post-icons/quote-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.video {
	background: url("images/post-icons/video-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.audio {
	background: url("images/post-icons/audio-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.image {
	background: url("images/post-icons/image-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.aside {
	background: url("images/post-icons/aside-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.link {
	background: url("images/post-icons/link-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.status {
	background: url("images/post-icons/status-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.chat {
	background: url("images/post-icons/chat-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts.gallery {
	background: url("images/post-icons/gallery-icon.gif") bottom right #FFFFFF;
	background-repeat: no-repeat;
}

.style1 .posts ul.categories {
	top: 30px;
	left: 40px;
	display: inline-block;
	list-style-type: none;
	z-index: 10;
}

.style1 .posts ul.categories.no-thumb {
	top: 60px;
}

.style1 .posts ul.categories.is-audio-video {
	margin-right: 7px
}

.style1 .posts li {
	float: left;
	margin-right: 3px;
	line-height: 18px;
	padding: 0 4px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style1 .posts .image_wrapper {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden
}

.style1 .posts .image_wrapper_hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style1 .posts .image-holder.video {
	position: relative;
	padding-bottom: 57.25%;
	height: 0;
	overflow: hidden;
}

.style1 .posts .image-holder.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style1 .posts .image-holder.audio {
	position: relative;
	padding-bottom: 47.25%;
	height: 0;
	overflow: hidden;
}

.style1 .posts .image-holder.audio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style1 .posts .image-holder img {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.style1 .posts .text-holder {
	padding: 60px 40px;
	display: block
}

.style1 .posts span.date {
	font-size: 13px;
	text-transform: uppercase;
}

.style1 .posts span.date.margin_cat {
	display: inline-block;
	margin-top: 50px
}

.style1 .posts span.date.no-thumb {
	margin-top: 60px;
	display: block;
}

.style1 .posts span.comments {
	font-size: 13px;
	text-transform: uppercase;
	display: table;
}

.style1 .posts span .comments_text {
	display: table-cell;
	vertical-align: middle;
}

.style1 .posts span.comments i {
	font-size: 22px;
	display: table-cell;
	vertical-align: middle;
}

.style1 .posts .spacer {
	margin-left: 5px
}

.style1 .posts h2,
.posts h2 a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700
}

.style1 .posts h2 {
	margin: 10px 0
}

.style1 .posts.quote h2 span {
	font-style: italic;
	border-bottom: solid 1px rgba(0, 0, 0, .3);
	padding-bottom: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style1 .posts p {
	font-weight: 300;
}

.style1 .posts h2,
.posts h3,
.posts h2 a,
.posts h3 a,
.posts p {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.style1 .posts-block .posts {
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.style1 .posts:hover .image_wrapper_hover {
	opacity: 1;
	background: rgba(255, 198, 0, .8)
}

.style1 .posts.quote:hover h2 span {
	border-bottom: solid 1px rgba(0, 0, 0, 1);
	)
}

.style1 .posts:hover li {
	background-color: #000;
}

.style1 .posts:hover .image_wrapper img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*
6.2 Blog posts style 2
================================================================================================================================
*/

.posts-block.style2 .posts {
	margin-bottom: 0;
	background-color: transparent
}

.style2 .posts .image_wrapper {
	overflow: hidden;
	position: relative;
    z-index: 1
}

.style2 .posts .image_wrapper_hover.standard {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style2 .posts .image_wrapper_hover.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.style2 .posts .image_wrapper_hover.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style2 .posts .image_wrapper_hover.audio {
	position: relative;
	padding-bottom: 47.25%;
	height: 0;
	overflow: hidden;
}

.style2 .posts .image_wrapper_hover.audio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style2 .posts .image_wrapper img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.style2 .posts .icon-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100px;
	text-align: center;
	padding: 0 20px
}

.style2 .posts .icon-holder h3,
.style2 .posts .icon-holder h3 a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	font-weight: 900;
	padding-bottom: 10px;
	line-height: 30px
}

.style2 .posts .icon-holder h3 a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin: 10px 0 0 0;
}

.style2 .posts .icon-holder i {
	color: #fff;
	font-size: 52px;
}

.style2 .posts span.comments,
.style2 .posts span.category,
.style2 .posts span.date {
	padding: 0;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	display: inline-block;
	line-height: 1.6em
}
.style2 .posts span.date {
	padding-right: 10px;
}

.style2 .posts .details.standard {
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 260px;
	text-align: left;
	background: url("images/bg-blog-01.png") top center;
	background-repeat: repeat-x;
}

.style2 .posts .details.no-thumb {
	padding: 30px
}

.style2 .posts .details_holder {
	bottom: 30px;
	left: 30px;
}
.style2 .posts .details{
		-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.style2 .posts .details_holder.video,
.style2 .posts .details_holder.audio,
.style2 .posts .details_holder.quote {
	padding: 30px
}

.style2 .posts ul.categories {
	top: 30px;
	left: 40px;
	display: inline-block;
	list-style-type: none;
	z-index: 10
}

.style2 .posts li {
	float: left;
	margin-right: 3px;
	line-height: 18px;
	padding: 0 4px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.style2 .posts ul.categories {
	position: relative;
	top: 0px;
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	left: 0
}

.style2 .posts li {
	padding: 2px 4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.style2 .posts .details_holder h2,
.style2 .posts .details_holder h2 a {
	color: #fff;
	font-size: 18px;
	margin: 0;
	line-height: 30px;
	font-weight: 700;
	padding-right: 20px;
	margin-bottom: 5px
}

.style2 .posts .details_holder h2.quote {
	font-style: italic
}

.style2 .posts:hover .image_wrapper_hover.standard {
	opacity: 1;
	background: rgba(255, 198, 0, .8)
}
.style2 .posts:hover .image_wrapper img {
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	
}

.style2 .posts:hover .details.standard {
	opacity: 0
}

.style2 .posts.quote .details{
	background: url("images/post-icons/other-styles/quote-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.video .details{
	background: url("images/post-icons/other-styles/video-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.audio .details{
	background: url("images/post-icons/other-styles/audio-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.image .details{
	background: url("images/post-icons/other-styles/image-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.aside .details{
	background: url("images/post-icons/other-styles/aside-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.link .details{
	background: url("images/post-icons/other-styles/link-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.status .details{
	background: url("images/post-icons/other-styles/status-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.chat .details{
	background: url("images/post-icons/other-styles/chat-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts.gallery .details{
	background: url("images/post-icons/other-styles/gallery-icon.png") bottom right;
	background-repeat: no-repeat;
}

.style2 .posts .details.video,
.style2 .posts .details.audio,
.style2 .posts .details.quote,
.style2 .posts .details.no-thumb {
	height: auto;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #222
}

/*
6.2.1 Blog posts style 2 - VPBakery block
================================================================================================================================
*/

.vc_posts-block.style2 .posts {
	margin-bottom: 0;
}

.vc_posts-block.style2 .posts .image_wrapper {
	overflow: hidden;
}

.vc_posts-block.style2 .posts .image_wrapper:before{
	content:"";
	position:absolute;
    width: 100%;
    height: 260px;
	bottom: 0;
	background: url(images/bg-blog-01.png) top center;
    background-repeat: repeat-x;
}
.vc_posts-block.style2 .posts:hover .image_wrapper:before{
	opacity:0;
}
.vc_posts-block.style2 .posts .image_wrapper img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	height:100%;
	display: block;
	opacity: 1;
}

.vc_posts-block.style2 .posts .icon-holder {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100px;
	text-align: center;
}

.vc_posts-block.style2 .posts .icon-holder h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin: 10px 0 0 0;
}

.vc_posts-block.style2 .posts .icon-holder h3 a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin: 10px 0 0 0;
}

.vc_posts-block.style2 .posts .icon-holder i {
	color: #fff;
	font-size: 52px;
}

.vc_posts-block.style2 .posts span {
	padding: 0;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
}

.vc_posts-block.style2 .posts .details {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: left;
	background: url("images/bg-blog-01.png") top center;
	background-repeat: repeat-x;
}

.vc_posts-block.style2 .posts .details_holder {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
}

.vc_posts-block.style2 .posts ul.categories {
	position: relative;
	top: 0px;
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	left: 0
}

.vc_posts-block.style2 .posts li {
	padding: 2px 4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.vc_posts-block.style2 .posts .details_holder h2 {
	color: #fff;
	font-size: 20px;
	margin: 0;
	line-height:32px;
	margin-bottom:5px;
}

.vc_posts-block.style2 .posts .image_wrapper_hover {
	opacity: 0
}

.vc_posts-block.style2 .posts:hover .image_wrapper_hover {
	opacity: 1
}
.vc_posts-block.style2 .posts .image_wrapper{
    float: left;
	width:100%;
    height: 100%;	
	 transition: background-color .25s linear,opacity .25s linear;
   -moz-transition: background-color .25s linear,opacity .25s linear;
   -webkit-transition: background-color .25s linear,opacity .25s linear;	
}
.vc_posts-block.style2 .posts:hover .image_wrapper{
	 transition: background-color .25s linear,opacity .25s linear;
   -moz-transition: background-color .25s linear,opacity .25s linear;
   -webkit-transition: background-color .25s linear,opacity .25s linear;
   
}

.vc_posts-block.style2 .posts:hover .image_wrapper img {
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.vc_posts-block.style2 .posts .details_holder {

}

.vc_posts-block.style2 .posts:hover .details_holder {
	opacity: 0;
}

.vc_posts-block.style2 .posts:hover .image_wrapper {
	background: #ff434f
}

.posts-block.style2 .posts-grid .no_paddings {
	padding: 0
}
@media screen and (min-width: 1200px) {
	.vc_posts-block.posts-block.style2 img.style2_fix {
		display:none !important;
	}
}
@media screen and (max-width: 1199px) {
	.vc_posts-block.posts-block.style2 img.style2_regular{
		display:none !important
	}
}




/*
6.3 Blog posts style 3
================================================================================================================================
*/

.style3 .posts {
	margin-bottom: 0;
	background:transparent
}
.style3 .posts.standard{
	height:auto;
}
.style3 .posts.standard img{
	float:left
}
.style3 .posts.video,
.style3 .posts.audio,
.style3 .posts.quote,
.style3 .posts.no-thumb {}

.style3 .posts .text-holder {
	bottom: 20px;
	padding: 0;
	left: 28px;
	width: calc(100% - 56px);
	color: #ffffff
}

.style3 .posts.video .text-holder,
.style3 .posts.audio .text-holder,
.style3 .posts.quote .text-holder,
.style3 .posts.no-thumb .text-holder {
	position: relative;
	z-index: 100;
	padding-top: 60px
}

.style3 .posts.video .date,
.style3 .posts.audio .date,
.style3 .posts.quote .date,
.style3 .posts.no-thumb .date {
	margin-right: 3px
}

.posts-block.style3 .posts {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	overflow:hidden;
}

.style3 .posts:before {
	content: "";
	display:block;
	position: absolute;
	top: 0;
	width: 101%;
	opacity: 1;
	height: 101%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 55%, rgba(0, 0, 0, 0.8) 83%, rgba(0, 0, 0, 0.91) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 55%, rgba(0, 0, 0, 0.8) 83%, rgba(0, 0, 0, 0.91) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 55%, rgba(0, 0, 0, 0.8) 83%, rgba(0, 0, 0, 0.91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e8000000', GradientType=0);
}

.style3 .posts.video:before,
.style3 .posts.audio:before,
.style3 .posts.quote:before,
.style3 .posts.no-thumb:before {
	background-color: #222
}

.style3 .posts:hover:before {
	opacity: 0.9
}

.style3 .posts .date,
.style3 .posts .comments {
	width: 65px;
	height: 65px;
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.style3 .posts:hover .date,
.style3 .posts:hover .comments {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.style3 .posts .date {
	left: 0;
	top: 0;
	background: #88d245
}

.style3 .posts .comments {
	left: 68px;
	top: 0;
	background: #ff6b00
}

.style3 .posts .middle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.style3 .posts .date span,
.style3 .posts .comments span {
	display: block
}

.style3 .posts .date .day,
.style3 .posts .comments .comments_no {
	font-size: 24px;
	font-weight: 700
}

.style3 .posts .date .month,
.style3 .posts .comments .comments_text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

.style3 .posts h2 {
	margin-top: 75px
}

.style3 .posts.video h2,
.style3 .posts.audio h2,
.style3 .posts.quote h2,
.style3 .posts h2.no-thumb {
	margin-top: 25px
}

.style3 .posts.quote h2 {
	font-style: italic
}

.style3 .posts h2 a,
.style3 .posts h2 {
	color: #fff;
	font-size: 32px;
	line-height: 1.2em;
	text-transform: uppercase
}

.style3 .posts p {
	color: #a4a4a4;
	font-size: 15px;
	line-height: 24px;
	margin: 0
}

.style3 .posts:hover p {
	color: #eae8e8
}

.style3 .posts .video_wrapper.video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.style3 .posts .video_wrapper.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style3 .posts .audio_wrapper.audio {
	position: relative;
	padding-bottom: 47.25%;
	height: 0;
	overflow: hidden;
}

.style3 .posts .audio_wrapper.audio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.style3 .posts.quote:before{
	background-image: url("images/post-icons/other-styles/quote-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.video:before{
	background-image: url("images/post-icons/other-styles/video-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.audio:before{
	background-image: url("images/post-icons/other-styles/audio-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.image:before{
	background-image: url("images/post-icons/other-styles/image-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.aside:before{
	background-image: url("images/post-icons/other-styles/aside-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.link:before{
	background-image: url("images/post-icons/other-styles/link-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.status:before{
	background-image: url("images/post-icons/other-styles/status-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.chat:before{
	background-image: url("images/post-icons/other-styles/chat-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}

.style3 .posts.gallery:before{
	background-image: url("images/post-icons/other-styles/gallery-icon.png");
	background-repeat: no-repeat;
	background-position:  bottom right;
}


/*
6.4 Blog posts style 4
================================================================================================================================
*/

.posts-block.style4 .blog_container h2 {
	color: #fff;
	font-size: 24px;
	line-height: 36px
}

.posts-block.style4 .blog_container h2 a {
	color: #fff;
	line-height: 36px
}

.posts-block.style4 .effect-steve h2 {
	color: #333;
}

.posts-block.style4 .iso-filters li {
	display: inline
}

.posts-block.style4 figure.effect-zoe i,
.posts-block.style4 figcaption i {
	color: #ffc600
}

.posts-block.style4 figure.effect-hera i {
	color: #fff
}

.posts-block.style4 figure.effect-phoebe p a i {
	color: #fff
}

.posts-block.style4 .effect-lily p.second,
.posts-block.style4 .effect-sadie p.second,
.posts-block.style4 .effect-layla p.second,
.posts-block.style4 .effect-romeo p.second,
.posts-block.style4 .effect-dexter p.second,
.posts-block.style4 .effect-chico p.second,
.posts-block.style4 .effect-milo p.second,
.posts-block.style4 .effect-julia p.second,
.posts-block.style4 .effect-goliath p.second,
.posts-block.style4 .effect-phoebe p.second,
.posts-block.style4 .effect-apollo p.second,
.posts-block.style4 .effect-kira p.second,
.posts-block.style4 .effect-lexi p.second,
.posts-block.style4 .effect-duke p.second,
.posts-block.style4 .effect-oscar p.second,
.posts-block.style4 .effect-marley p.second,
.posts-block.style4 .effect-roxy p.second,
.posts-block.style4 .effect-bubba p.second,
.posts-block.style4 .effect-sarah p.second,
.posts-block.style4 .effect-selena p.second,
.posts-block.style4 .effect-steve p.second,
.posts-block.style4 .effect-jazz p.second,
.posts-block.style4 .effect-ming p.second {
	background: #ffc600;
	color: #fff;
	margin: 0
}


/*
6.5 Blog single global styles
================================================================================================================================
*/

.is-blog-page-single #page-body.content-wrapper {
	width: 100%;
	float:left;
	overflow:visible;
	box-sizing: border-box;
}

.is-blog-page-single.has-left-fancy-sidebar #page-body.content-wrapper .left_sidebar,
.is-blog-page-single.has-right-fancy-sidebar #page-body.content-wrapper .right_sidebar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.is-blog-page.has-left-fancy-sidebar.without-container #page-body.content-wrapper,
.is-blog-page.has-right-fancy-sidebar.without-container #page-body.content-wrapper {
	padding-left:20px;
	padding-right:20px
}

.boxed-layout.is-blog-page.has-left-fancy-sidebar.without-container #page-body.content-wrapper,
.boxed-layout.is-blog-page.has-right-fancy-sidebar.without-container #page-body.content-wrapper {
	padding-left:0;
	padding-right:0
}

.blog-single-start {
	position: relative
}

.blog-single-start iframe{
	max-width:100%
}

.blog-single-start .image img {
	clear: both
}

.blog-single-start h1,
.blog-single-start h2,
.blog-single-start h3,
.blog-single-start h4,
.blog-single-start h5,
.blog-single-start h6,
.blog-single-start h1 a,
.blog-single-start h2 a,
.blog-single-start h3 a,
.blog-single-start h4 a,
.blog-single-start h5 a,
.blog-single-start h6 a {}

.blog-single-start .details,
.blog-single-start blockquote p,
.blog-single-start blockquote,
.blog-single-start p {
	
}

.blog-single-start blockquote,
.blog-single-start pre,
.blog-single-start mark,
.blog-single-start ins {
	background: #f9f8f8;
}

.blog-single-start mark,
.blog-single-start ins {
	padding:3px
}

.blog-single-start .image-holder.video {
	position: relative;
	padding-bottom: 57.25%;
	height: 0;
	overflow: hidden;
}

.blog-single-start .image-holder.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-single .vc_col-lg-12 .blog-single-start .image-holder.audio {
	position: relative;
	padding-bottom: 15%;
	height: 0;
	overflow: hidden;
}

.blog-single .vc_col-md-8 .blog-single-start .image-holder.audio {
	position: relative;
	padding-bottom: 23%;
	height: 0;
	overflow: hidden;
}

.blog-single .vc_col-md-6 .blog-single-start .image-holder.audio {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}

.blog-single-start .image-holder.audio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-single .left_sidebar {
	padding-right: 40px
}

.blog-single .right_sidebar {
	padding-left: 40px
}

.blog-single h1,
.blog-single h2,
.blog-single h3,
.blog-single h4,
.blog-single h5,
.blog-single h6 {
	margin: 30px 0
}

.blog-single .widget h1,
.blog-single .widget h2,
.blog-single .widget h3,
.blog-single .widget h4,
.blog-single .widget h5,
.blog-single .widget h6 {
	margin:0
}

.blog-single .post-details .blog_related .category {
	color: #4c4c4c
}

.blog-single .post-details ul.social-share a,
.blog-single .post-details .reply_login,
.blog-single .post-details .reply_login a,
.blog-single .post-details .tags a {
	color: #333
}

.blog-single .post-details .tags a {
	background: #f9f8f8;
}

.blog-single .post-details .blog_related,
.blog-single .post-details .tags a {
	border-color: #dcdcdc;
}

/*
6.6 Blog single style 1
================================================================================================================================
*/

.blog-single.style1 .blog-single-start .details {
	background: none;
	padding: 30px 0 0 0;
	clear: both;
	width: 100%;
	display: table;
}

.blog-single.style1 .blog-single-start .details span.date,
.blog-single.style1 .details span.comments {
	display: inline-table;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500
}

.blog-single.style1 .blog-single-start .details span.date {
	display: inline-table;
	margin-right: 12px;
}

.blog-single.style1 .blog-single-start .details span i {
	font-size: 21px;
	padding-right: 6px;
	vertical-align: middle;
    display: table-cell;
}
.blog-single.style1 .blog-single-start .details span span {
	vertical-align: middle;
    display: table-cell;
}
.blog-single.style1 .blog-single-start ul.categories {
	top: 30px;
	left: 40px;
	display: inline-block;
	list-style-type: none;
	z-index: 10
}

.blog-single.style1 .blog-single-start ul.categories li {
	float: left;
	margin-right: 3px;
	line-height: 18px;
	padding: 0 4px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	list-style-type: none
}

.blog-single.style1 blockquote span {
	display: block;
	clear: both;
	font-size: 12px;
	text-transform: capitalize
}

.blog-single.style1 ul.children {
	margin-left: 30px
}

.blog-single.style1 ul.children ul.children {
	margin-left: 60px
}


/*
6.7 Blog comment form and template
================================================================================================================================
*/

.comment-container {
	width: 100%;
	display: table;
	clear: both;
	border-style: solid;
	border-width: 1px;
	padding: 40px 30px;
	box-sizing: border-box;
	border-radius: 60px;
	border-bottom-left-radius: 0;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 34px;
	padding-right: 34px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-top-right-radius: 0;
}

.comment-author-img {
	display: table-cell;
	width: 64px;
	height: 64px;
	vertical-align: top
}

.comment-author-img img {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.comment-big-holder {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle
}

.comment-details-holder {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 15px;
	line-height: 1.7em;
}

.comment-holder {
	float: left;
}

.comment-holder .the-comment p {
	font-weight: 300;
	line-height: 28px;
	margin: 0
}

.comment-author,
.comment-date {
	float: left;
	font-weight: 500;
	font-size: 16px;
}

.comment-reply {
	float: left;
	font-size: 12px;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.comment-reply a {
	padding: 2px 6px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-width: 1px;
	border-style: solid
}

.comment-author span.separator,
.comment-date span.separator {
	padding: 0 10px
}

.comment-container i {
	padding: 0 10px 0 0;
	font-size: 21px
}

.comment-form textarea,
.comment-form input[type="text"],
.blog-single.style1 input[type="password"] {
	border: solid 1px #f5f5f5;
	line-height: 1.8em;
	outline: 0;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.comment-form textarea:hover,
.comment-form input[type="text"]:hover {
	background: #fff
}

.comment-form input::-webkit-input-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form input::-moz-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form input:-ms-input-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form input:-moz-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form textarea::-webkit-input-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form textarea::-moz-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form textarea:-ms-input-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form textarea:-moz-placeholder {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px
}

.comment-form textarea {
	height: 249px;
}

.comment-form #reply-comment-area {
	padding-right: 20px !important
}

.comment-form .input-name,
.comment-form .input-email,
.comment-form .input-website {
	position: relative
}

.comment-form .input-name::before,
.comment-form .input-email::before,
.comment-form .input-website::before {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.comment-form .input-name::before,
.comment-form .input-email::before,
.comment-form .input-website::before {
	content: "";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 70px;
	height: 67px;
	background: #fff
}

.comment-form .input-name:hover::after,
.comment-form .input-email:hover::after,
.comment-form .input-website:hover::after {
	color: #fff
}

.comment-form .input-name::after {
	content: "\e605";
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 32px;
	font-family: 'Pe-icon-7-stroke';
}

.comment-form .input-email::after {
	content: "\e639";
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 32px;
	font-family: 'Pe-icon-7-stroke';
}

.comment-form .input-website::after {
	content: "\e641";
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 32px;
	font-family: 'Pe-icon-7-stroke';
}

.comment-form #send-comment-button,
.post-password-form input[type="submit"] {
	padding: 20px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline: 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.comment-form p.form-submit {
	clear: both
}

.comment-form .reply_login {
	padding-bottom: 20px
}
.comment-list ul {
	list-style-type:none
}
.comment-list .edit-link {
	margin-left:10px
}
.comment-list h2.article-title,
.comment-list .title.comm h2 {
	padding-left: 42px;
	margin-top: 60px;
	position: relative
}

.comment-list h2.article-title::after {
	position: absolute;
	font-size: 32px;
	content: '\e668';
	font-family: 'Pe-icon-7-stroke';
	left: 0
}

.comment-list .title.comm h2::after {
	position: absolute;
	font-size: 32px;
	content: '\e69d';
	font-family: 'Pe-icon-7-stroke';
	left: 0
}
.comment-list { 
	clear : both 
}

.comment-container i,
.comment-form .input-name::after,
.comment-form .input-email::after,
.comment-form .input-website::after {
	color: #4c4c4c
}

.comment-details-holder,
.comment-form textarea,
.comment-form input[type="text"] {
	color: #333
}

.comment-container,
.comment-form textarea,
.comment-form input[type="text"] a {
	background: #f9f8f8;
}

.comment-container {
	border-color: #dcdcdc;
}

.blog-single .post-details .comment-form input::-webkit-input-placeholder {
	color: #4c4c4c
}

.blog-single .post-details .comment-form input::-moz-placeholder {
	color: #4c4c4c
}

.blog-single .post-details .comment-form input:-ms-input-placeholder {
	color: #4c4c4c
}

.blog-single .post-details .comment-form input:-moz-placeholder {
	color: #4c4c4c
}

.blog-single .post-details .comment-form textarea::-webkit-input-placeholder {
	color: #4c4c4c
}

.blog-single .post-details .comment-form textarea::-moz-placeholder {
	color: #4c4c4c
}

.blog-single .post-details .comment-form textarea:-ms-input-placeholder {
	color: #4c4c4c
}

.blog-single .post-details .comment-form textarea:-moz-placeholder {
	color: #4c4c4c
}

.blog-single.style1 .tags {
	display: table;
	width: 100%;
	clear: both;
	margin: 30px 0
}

.blog-single.style1 .tags a {
	display: inline-block;
	padding: 10px;
	line-height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	margin: 0 2px 2px 0;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 400
}

.blog-single.style1 .tags a:hover,
.blog-single.style1 .tags a:hover::before {
	color: #fff
}

.blog-single.style1 .tags a:before {
	content: "\f0ec";
	font-family: 'webapplication';
	margin-right: 5px;
	position: relative;
	top: 1px;
	font-size: 18px;
}


/*
6.8 Blog related
================================================================================================================================
*/

.blog_related {
	display: inline-block;
	width: 100%;
	height: auto;
	padding-bottom: 90px;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.blog_related section {
	background: #fff;
	display: table;
	width: 100%;
	-webkit-border-top-left-radius: 200px;
	-webkit-border-bottom-left-radius: 200px;
	-moz-border-radius-topleft: 200px;
	-moz-border-radius-bottomleft: 200px;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	min-height: 120px;
	padding-right: 15px;
	box-sizing: border-box;
	border-width:1px;
	border-style:solid;
	border-color:#eee;
}

.blog_related .comments {
	position: absolute;
	right: 0;
	top: -10px;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.blog_related .comments span {
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	display: block;
	line-height: 29px;
}

.blog_related .blog-posts:hover img {}

.blog_related .blog_img img,
.blog_related .blog_img .video,
.blog_related .blog_img .audio,
.blog_related .blog_img .quote {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: table;
	position: absolute;
	left: 0;
}

.blog_related .blog_img .audio i {
	position: absolute;
	font-size: 72px;
	color: #fff;
	top: 23px;
	left: 23px;
}

.blog_related .blog_img .video i {
	position: absolute;
	font-size: 56px;
	color: #fff;
	top: 30px;
	left: 32px;
}

.blog_related .blog_img .quote i {
	position: absolute;
	font-size: 56px;
	color: #fff;
	top: 30px;
	left: 32px;
}

.blog_related .blog_img:hover {
	opacity: 0.75;
	transition: all 600ms ease-in;
	-webkit-transition: all 600ms ease-in;
	-moz-transition: all 600ms ease-in;
	-o-transition: all 600ms ease-in;
}

.blog_related .category {
	font-size: 13px;
	font-weight: 300;
	text-transform: capitalize;
	padding-left: 117px;
	padding-bottom: 20px;
	line-height: 1.7em;
}

.blog_related .category span.author i,
.blog_related .category span.cat i {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
}

.blog_related .category span.author i {
	top: 2px;
}

.blog_related .category span.cat i {
	top: 3px;
}

.blog_related h6 {
	padding: 0;
	position: relative;
	z-index: 10;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0;
}

.blog_related h6 a {
	line-height: 1.7em;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 15px 20px 10px 115px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}

.blog-box {
	margin-top: 30px;
}
.blog-single .post-details .blog_related .category span{
	display:inline-block
}
.blog-single.style1 h2.related {
	padding-left: 42px;
	margin-top: 60px;
	position: relative;
	margin-bottom: 10px
}

.blog-single.style1 h2.related span {
	font-weight: 300
}

.blog-single.style1 h2.related::after {
	position: absolute;
	font-size: 32px;
	content: '\e62e';
	font-family: 'Pe-icon-7-stroke';
	left: 0
}


/*
6.9 Blog author bio
================================================================================================================================
*/

.author-bio {
	width: 100%;
	margin: 60px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: table;
	clear: both
}

.author-avatar {
	float: left;
	padding: 20px 10px 20px 20px;
}

.author-details {
	padding: 20px 10px;
	margin-left: 90px;
}

.author-avatar img {
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.author-name span {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 10px;
	font-size: 19px;
	padding-bottom: 15px;
	display: block
}

.author-desc {
	display: table;
}

.author-desc p {
	font-weight: 300;
	line-height: 2em;
}

.author-name span,
.author-desc p {
	color: #fff !important
}

.author-posts,
.author-website {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 8px;
	display: inline-block
}

.author-posts a,
.author-website a {
	padding: 2px 6px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: solid 1px #fff;
	color: #fff
}


/* Share article */

ul.social-share {
	width: 100%;
	display: table;
	clear: both;
	margin: 60px 0 20px;
	position: relative
}

ul.social-share li {
	float: left;
	margin: 0 3px 3px 0;
	padding: 0;
	list-style-type: none
}

ul.social-share a {
	padding: 10px 8px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	line-height: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

ul.social-share i {
	display: block;
	clear: both;
	color: #fff
}

ul.social-share i.from_top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s
}

ul.social-share a:hover i.from_top {
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -20px, 0);
	opacity: 0
}

ul.social-share i.second.from_top {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	position: absolute;
	margin-left: 2px
}

ul.social-share a:hover i.second.from_top {
	-webkit-transform: translate3d(0, -17px, 0);
	transform: translate3d(0, -17px, 0);
	opacity: 1;
}

ul.social-share a.facebook {
	background: #3c5a9a
}

ul.social-share a.twitter {
	background: #50abf1
}

ul.social-share a.gplus {
	background: #d74e42
}

ul.social-share a.pinterest {
	background: #cc2127
}

ul.social-share a.tumblr {
	background: #2e4f6e
}

ul.social-share a.linkedin {
	background: #0274b3
}

ul.social-share a.stumbleupon {
	background: #eb4923
}



/*
6.10 Blog search page
================================================================================================================================
*/

.is-search-page #page-body {
	background: #f8f8f8;
	padding: 80px 0 20px 0;
}

.is-search-page .posts-block .vc_col-lg-4.gap,
.is-search-page .posts-block .vc_col-lg-4 {
	margin-bottom: 30px
}

.is-search-page .posts-block .vc_col-sm-4:nth-child(3n+1) {
	clear: both
}

.is-search-page .posts-block.style1.gap {
	margin: 0 -15px
}
.is-search-page .style1 .posts .image_wrapper {
	margin-bottom:30px
}
.is-search-page .style1 .posts .text-holder {
	padding: 60px 40px 40px 40px;
}

/*
7. 404 Page
================================================================================================================================
*/

#page-body.error404 {
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
	/* background: url(images/bg_404.jpg) top center no-repeat; */
}

#page-body.error404 img {
	margin: 0 auto
}

#page-body.error404 h2 {
	font-weight: 300;
	font-size: 56px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 900;
	color: #000
}

#page-body.error404 h1 {
	font-weight: 900;
	font-size: 156px;
	text-transform: uppercase;
	letter-spacing: -3px;
	display: table;
	margin: 0 auto;
	color: #fff;
	padding: 10px 20px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

#page-body.error404 .e404 .button {
	background: #333333
}

#page-body.error404 .e404 .hvr-rectangle-out:hover {
	background: #ffe123
}

#page-body.error404 .e404 .hvr-rectangle-out:before {
	background: #ffe123
}

#page-body.error404 .e404 .button div.icon.fancy {
	background: #333333
}

#page-body.error404 .e404 .button.fancy .text {
	color: #ffffff
}

#page-body.error404 .e404 .button.fancy .text2 {
	color: #ffffff
}

#page-body.error404 .e404 .button div.icon.fancy span i {
	color: #ffffff
}

#page-body.error404 .e404 .button:hover.fancy .text {
	color: #333333
}

#page-body.error404 .e404 .button:hover.fancy .text2 {
	color: #333333
}

#page-body.error404 .e404 .button:hover div.icon.fancy span i {
	color: #ffe123
}

#page-body.error404 .e404 .button div.icon.fancy.left {
	border-right: solid 1px #444444
}


/*
8.BUTTON ( WPBakery Custom Block )
================================================================================================================================
*/


/*.wow_btn_container{ display: block; clear:both; }*/

/* Button align @ global styles */

.wow_btn_container.left {
	text-align: left
}

.wow_btn_container.center{
    text-align: center;
    margin: auto;	
}

.wow_btn_container.right {
	text-align: right
}


/* Reset default button @ global styles */

.wow_btn_container button {
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-decoration: none;
	outline: 0;
}

.wow_btn_container .button {
	max-width: 100%;
	position: relative;
	overflow: hidden
}


/* Size @ global styles */

.wow_btn_container .button.small {
	font-size: 12px;
	padding: 11px 26px
}

.wow_btn_container .button.medium {
	font-size: 14px;
	padding: 14px 34px
}

.wow_btn_container .button.large {
	font-size: 14px;
	padding: 20px 56px
}

.wow_btn_container .button.xtra_large {
	font-size: 18px;
	padding: 28px 60px
}

.wow_btn_container .button.regular {
	font-size: 12px;
	padding: 0
}


/* Style @ global styles */

.wow_btn_container .button.square {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.wow_btn_container .button.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.wow_btn_container .button.circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px
}


/* Hover fixes @ global styles */


/*
.wow_btn_container .button.square[class*=' hvr-']:before{ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px }
.wow_btn_container .button.rounded[class*=' hvr-']:before{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
.wow_btn_container .button.circle[class*=' hvr-']:before{ -webkit-border-radius: 45px; -moz-border-radius: 45px; border-radius: 45px }
*/

.wow_btn_container .button.square[class*=' hvr-']:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.wow_btn_container .button.rounded[class*=' hvr-']:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.wow_btn_container .button.circle[class*=' hvr-']:hover {
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px
}


/* Icon holder @ regular styles */


/*.wow_btn_container .button.regular span.icon{ position:absolute; height:100%; top:0 } fixed today*/

.wow_btn_container .button.regular span.icon {
	position: absolute;
}

.wow_btn_container .button.regular span.text {
	display: block;
	line-height: 1em;
}


/* Icon @ regular styles */

.wow_btn_container .button.regular span.icon i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}


/* Icon font size @ regular styles */

.wow_btn_container .button.regular.small span.icon i {
	font-size: 12px;
	height: 12px
}

.wow_btn_container .button.regular.medium span.icon i {
	font-size: 14px;
	height: 14px
}

.wow_btn_container .button.regular.large span.icon i {
	font-size: 20px;
	height: 21px
}

.wow_btn_container .button.regular.xtra_large span.icon i {
	font-size: 30px;
	height: 30px
}


/* Padding text left @ regular styles */

.wow_btn_container .button.regular.small.padding_left span.text {
	padding-left: 20px
}

.wow_btn_container .button.regular.medium.padding_left span.text {
	padding-left: 20px
}

.wow_btn_container .button.regular.large.padding_left span.text {
	padding-left: 30px
}

.wow_btn_container .button.regular.xtra_large.padding_left span.text {
	padding-left: 40px
}


/* Padding text right @ regular styles */

.wow_btn_container .button.regular.small.padding_right span.text {
	padding-right: 20px
}

.wow_btn_container .button.regular.medium.padding_right span.text {
	padding-right: 20px
}

.wow_btn_container .button.regular.large.padding_right span.text {
	padding-right: 30px
}

.wow_btn_container .button.regular.xtra_large.padding_right span.text {
	padding-right: 40px
}


/* We add a negative margin when icon is on the right side @ regular styles */

.wow_btn_container .button.regular.small.padding_right span.icon i {
	margin-left: -12px
}

.wow_btn_container .button.regular.medium.padding_right span.icon i {
	margin-left: -14px
}

.wow_btn_container .button.regular.large.padding_right span.icon i {
	margin-left: -20px
}

.wow_btn_container .button.regular.xtra_large.padding_right span.icon i {
	margin-left: -30px
}


/* Icon holder left/right @ fancy style */

.wow_btn_container .button div.icon.fancy {
	position: absolute;
	top: 0;
	height: 100%
}

.wow_btn_container .button div.icon.fancy.padding_left {
	left: 0
}

.wow_btn_container .button div.icon.fancy.padding_right {
	right: 0
}


/* Icon holder sizes @ fancy style */

.wow_btn_container .button div.icon.fancy.small {
	width: 42px
}

.wow_btn_container .button div.icon.fancy.medium {
	width: 56px
}

.wow_btn_container .button div.icon.fancy.large {
	width: 74px
}

.wow_btn_container .button div.icon.fancy.xtra_large {
	width: 100px
}


/* If icon it's aligned on the left @ fancy style */

.wow_btn_container .button div.icon.fancy.left.square {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.wow_btn_container .button div.icon.fancy.left.rounded {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.wow_btn_container .button div.icon.fancy.left.circle {
	-webkit-border-top-left-radius: 45px;
	-webkit-border-bottom-left-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-bottomleft: 45px;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px
}


/* If icon it's aligned on the right @ fancy style */

.wow_btn_container .button div.icon.fancy.right.square {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.wow_btn_container .button div.icon.fancy.right.rounded {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.wow_btn_container .button div.icon.fancy.right.circle {
	-webkit-border-top-right-radius: 45px;
	-webkit-border-bottom-right-radius: 45px;
	-moz-border-radius-topright: 45px;
	-moz-border-radius-bottomright: 45px;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px
}


/* Add a padding left to text if icon it's on the left @ fancy style */

.wow_btn_container .button.fancy.small.padding_left .text,
.wow_btn_container .button.fancy.small.padding_left .text2 {
	padding-left: 28px
}

.wow_btn_container .button.fancy.medium.padding_left .text,
.wow_btn_container .button.fancy.medium.padding_left .text2 {
	padding-left: 36px
}

.wow_btn_container .button.fancy.large.padding_left .text,
.wow_btn_container .button.fancy.large.padding_left .text2 {
	padding-left: 40px
}

.wow_btn_container .button.fancy.xtra_large.padding_left .text,
.wow_btn_container .button.fancy.xtra_large.padding_left .text2 {
	padding-left: 70px
}


/* Add a padding right to text if icon it's on the right @ fancy style */

.wow_btn_container .button.fancy.small.padding_right .text,
.wow_btn_container .button.fancy.small.padding_right .text2 {
	padding-right: 28px
}

.wow_btn_container .button.fancy.medium.padding_right .text,
.wow_btn_container .button.fancy.medium.padding_right .text2 {
	padding-right: 36px
}

.wow_btn_container .button.fancy.large.padding_right .text,
.wow_btn_container .button.fancy.large.padding_right .text2 {
	padding-right: 40px
}

.wow_btn_container .button.fancy.xtra_large.padding_right .text,
.wow_btn_container .button.fancy.xtra_large.padding_right .text2 {
	padding-right: 70px
}


/* Depending on icon alignment we set the border righ/left @ fancy style */

.wow_btn_container .button div.icon.fancy.padding_left span {}

.wow_btn_container .button div.icon.fancy.padding_right span {}


/* Custom icon size @ fancy style */

.wow_btn_container .button.fancy i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}


/* Custom icon size @ fancy style */

.wow_btn_container .button.fancy.small i {
	font-size: 18px;
	height: 18px
}

.wow_btn_container .button.fancy.medium i {
	font-size: 24px;
	height: 24px
}

.wow_btn_container .button.fancy.large i {
	font-size: 32px;
	height: 32px
}

.wow_btn_container .button.fancy.xtra_large i {
	font-size: 48px;
	height: 48px
}


/* Custom padding @ fancy style */

.wow_btn_container .button.fancy.small {
	padding-top: 12px;
	padding-bottom: 12px
}

.wow_btn_container .button.fancy.medium {
	padding-top: 14px;
	padding-bottom: 14px
}

.wow_btn_container .button.fancy.large {
	padding-top: 16px;
	padding-bottom: 16px
}

.wow_btn_container .button.fancy.xtra_large {
	padding-top: 22px;
	padding-bottom: 22px
}


/* We align the text on the left/right @ fancy style */

.wow_btn_container .button.fancy.padding_left .text,
.wow_btn_container .button.fancy.padding_left .text2 {
	text-align: left
}

.wow_btn_container .button.fancy.padding_right .text,
.wow_btn_container .button.fancy.padding_right .text2 {
	text-align: right
}


/* Custom font sizes @ fancy style */

.wow_btn_container .button.fancy .text2 {
	font-weight: 700;
	line-height: 1.2em
}

.wow_btn_container .button.fancy.small .text {
	font-size: 10px
}

.wow_btn_container .button.fancy.small .text2 {
	font-size: 12px
}

.wow_btn_container .button.fancy.medium .text {
	font-size: 12px
}

.wow_btn_container .button.fancy.medium .text2 {
	font-size: 14px
}

.wow_btn_container .button.fancy.large .text {
	font-size: 13px
}

.wow_btn_container .button.fancy.large .text2 {
	font-size: 18px
}

.wow_btn_container .button.fancy.xtra_large .text {
	font-size: 16px
}

.wow_btn_container .button.fancy.xtra_large .text2 {
	font-size: 24px
}


/* Smooth transitions for elements which are about to be animated @ regular styles && fancy style */

.wow_btn_container .button,
.wow_btn_container .button div.icon.fancy span i,
.wow_btn_container .button div.icon.fancy,
.wow_btn_container .button.fancy .text,
.wow_btn_container .button.fancy .text2 {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}


/* We hide first icon on hover @ regular styles && fancy style (from_top style) */

.wow_btn_container .button i.from_top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	transition: background-color 0.5s ease;
	transition: all 0.5s ease !important;
}

.wow_btn_container .button:hover i.from_top {
	-webkit-transform: translate3d(0, 300%, 0);
	transform: translate3d(0, 300%, 0);
	transition: all 0.5s ease !important;
}


/* We show second icon on hover @ regular styles && fancy style (from_top style) */

.wow_btn_container .button i.second.from_top {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s
}

.wow_btn_container .button:hover i.second.from_top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}


/* We hide first icon on hover @ regular styles && fancy style (from_bottom style) */

.wow_btn_container .button i.from_bottom {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	transition: all 0.5s ease !important;
}

.wow_btn_container .button:hover i.from_bottom {
	-webkit-transform: translate3d(0, -300%, 0);
	transform: translate3d(0, -300%, 0);
	transition: all 0.5s ease !important;
}


/* We show second icon on hover @ regular styles && fancy style (from_bottom style) */

.wow_btn_container .button i.second.from_bottom {
	opacity: 0;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s
}

.wow_btn_container .button:hover i.second.from_bottom {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}


/* Custom 3d button styles and fixes */

.wow_btn_container .style-3d {
	position: relative
}

.wow_btn_container .style-3d:activ {
	position: relative;
	top: 6px;
	color: red
}

.wow_btn_container .style-3d {
	background: #ff434f
}


/*
9.WPBAKERY
================================================================================================================================
*/
/*
9.1 WpBakery Misc
================================================================================================================================
*/

.vc_box_rounded,
.vc_box_rounded img {
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.vc_box_outline,
.vc_box_outline_circle {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px;
	border: 1px solid #EBEBEB;
}

.vc_box_outline img,
.vc_box_outline_circle img {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #EBEBEB;
}

.vc_box_border,
.vc_box_border_circle {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px;
	border: none;
	background-color: #EBEBEB;
}

.vc_box_border img,
.vc_box_border_circle img {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.vc_box_shadow,
.vc_box_shadow img,
.vc_box_shadow_border,
.vc_box_shadow_border img,
.vc_box_shadow_border_circle,
.vc_box_shadow_border_circle img,
.vc_box_shadow_circle,
.vc_box_shadow_circle img {
	border-radius: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.vc_box_shadow_border,
.vc_box_shadow_border_circle {
	padding: 6px;
}

.vc_box_shadow_3d {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
}

.vc_box_shadow_3d img {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.vc_box_border_circle,
.vc_box_border_circle img,
.vc_box_circle,
.vc_box_circle img,
.vc_box_outline_circle,
.vc_box_outline_circle img,
.vc_box_shadow_border_circle,
.vc_box_shadow_border_circle img,
.vc_box_shadow_circle,
.vc_box_shadow_circle img {
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
}

.vc_box_shadow_border_circle,
.vc_box_shadow_border_circle img,
.vc_box_shadow_circle,
.vc_box_shadow_circle img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.vc_align_center {
	text-align: center;
}

.vc_padding_right {
	text-align: right;
}

.vc_padding_left {
	text-align: left;
}

.vc_box_shadow_3d {
	position: relative;
	z-index: 0;
	display: inline-block;
	max-width: 100%;
}

.vc_box_shadow_3d:after,
.vc_box_shadow_3d:before {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	left: 5px;
	right: 50%;
	bottom: 8px;
	height: 30%;
	z-index: -1;
	border-radius: inherit;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform: skewY(-6deg);
}

.vc_box_shadow_3d:after {
	left: 50%;
	right: 5px;
	-webkit-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	transform: skewY(6deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

/*
9.2 WpBakery Fixes
================================================================================================================================
*/

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	clear:both;
}

.content-wrapper {
	overflow: hidden
}

.vc_empty_space {
	clear: both
}

.wow-inner-fix {
	margin: 0 -15px;
}

.container-inner{
	margin-left:-15px;
	margin-right:-15px;
}

/*.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important
}
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}


/* VC Column fixes for container */

.vc_row.vc_column-gap-1 .container .container-inner>.vc_column_container {
	padding: 0.5px;
}

.vc_row.vc_column-gap-1 .container .container-inner {
	margin-left: -0.5px;
	margin-right: -0.5px
}

.vc_row.vc_column-gap-2 .container .container-inner>.vc_column_container {
	padding: 1px;
}

.vc_row.vc_column-gap-2 .container .container-inner {
	margin-left: -1px;
	margin-right: -1px
}

.vc_row.vc_column-gap-3 .container .container-inner>.vc_column_container {
	padding: 1.5px;
}

.vc_row.vc_column-gap-3 .container .container-inner {
	margin-left: -1.5px;
	margin-right: -1.5px
}

.vc_row.vc_column-gap-4 .container .container-inner>.vc_column_container {
	padding: 2px;
}

.vc_row.vc_column-gap-4 .container .container-inner {
	margin-left: -2px;
	margin-right: -2px
}

.vc_row.vc_column-gap-5 .container .container-inner>.vc_column_container {
	padding: 2.5px;
}

.vc_row.vc_column-gap-5 .container .container-inner {
	margin-left: -2.5px;
	margin-right: -2.5px
}

.vc_row.vc_column-gap-10 .container .container-inner>.vc_column_container {
	padding: 5px;
}

.vc_row.vc_column-gap-10 .container .container-inner {
	margin-left: -5px;
	margin-right: -5px
}

.vc_row.vc_column-gap-15 .container .container-inner>.vc_column_container {
	padding: 7.5px;
}

.vc_row.vc_column-gap-15 .container .container-inner {
	margin-left: -7.5px;
	margin-right: -7.5px
}

.vc_row.vc_column-gap-20 .container .container-inner>.vc_column_container {
	padding: 10px;
}

.vc_row.vc_column-gap-20 .container .container-inner {
	margin-left: -10px;
	margin-right: -10px
}

.vc_row.vc_column-gap-25 .container .container-inner>.vc_column_container {
	padding: 12.5px;
}

.vc_row.vc_column-gap-25 .container .container-inner {
	margin-left: -12.5px;
	margin-right: -12.5px
}

.vc_row.vc_column-gap-30 .container .container-inner>.vc_column_container {
	padding: 15px;
}

.vc_row.vc_column-gap-30 .container .container-inner {
	margin-left: -15px;
	margin-right: -15px
}

.vc_row.vc_column-gap-35 .container .container-inner>.vc_column_container {
	padding: 17.5px;
}

.vc_row.vc_column-gap-35 .container .container-inner {
	margin-left: -17.5px;
	margin-right: -17.5px
}

.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
	display: none
}

.vc_row.vc_row-o-columns-stretch .container .container-inner {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.vc_row.vc_row-o-columns-top .container .container-inner {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom .container .container-inner {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.vc_row.vc_row-o-columns-middle .container .container-inner {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.vc_row.vc_row-o-columns-bottom .container .container-inner::after,
.vc_row.vc_row-o-columns-middle .container .container-inner::after,
.vc_row.vc_row-o-columns-top .container .container-inner::after {
	content: '';
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block
}

.vc_row.vc_row-o-content-top .container .container-inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) .container .container-inner>.vc_column_container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.vc_row.vc_row-o-content-bottom .container .container-inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) .container .container-inner>.vc_column_container {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.vc_row.vc_row-o-content-middle .container .container-inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .container .container-inner>.vc_column_container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vc_ie-flexbox-fixer>.vc_row .container .container-inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.vc_section.vc_row-o-full-height .container .container-inner {
	min-height: 100vh
}

.vc_row.vc_row-flex .container .container-inner>.vc_vc_column,
.vc_row.vc_row-flex .container .container-inner>.vc_vc_column_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.vc_row.vc_row-flex .container .container-inner>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex .container .container-inner>.vc_vc_column_inner>.vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.vc_row.vc_row-flex .container .container-inner>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex .container .container-inner>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 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
}

.vc_row.vc_row-o-equal-height .container .container-inner>.vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.vc_row.vc_row-o-content-top .container .container-inner>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top .container .container-inner>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) .container .container-inner>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) .container .container-inner>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.vc_row.vc_row-o-content-bottom .container .container-inner>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-bottom .container .container-inner>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) .container .container-inner>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) .container .container-inner>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.vc_row.vc_row-o-content-middle .container .container-inner>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle .container .container-inner>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .container .container-inner>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .container .container-inner>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vc_row.vc_row-flex .container .container-inner,
.vc_row.vc_row-flex .container .container-inner>.vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.vc_row[data-vc-full-width] .container .container-inner {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden .container .container-inner {
	opacity: 0
}

.vc_row-no-padding .container .container-inner .vc_inner {
	margin-left: 0;
	margin-right: 0
}

.vc_row.vc_row-o-full-height .container .container-inner {
	min-height: 100vh
}

.vc_row.vc_row-flex .container .container-inner {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vc_row.vc_row-flex .container .container-inner>.vc_column_container {
	display: flex
}

.vc_ie-flexbox-fixer .container .container-inner,
.vc_row.vc_row-flex .container .container-inner>.vc_column_container>.vc_column-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.vc_row.vc_row-flex .container .container-inner>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1
}

/* VC icon element  */

.wow_vc_icon {
	text-align:left;
}
.wow_vc_icon i{
	font-size:48px;
}
/*
10.PAGINATION
================================================================================================================================
*/

.pagination {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
	box-sizing: border-box
}

.pagination ul {
	display: inline-table
}

.pagination ul li {
	display: block;
	float: left
}

.pagination ul li a {
	padding: 15px 20px;
	background: #fff;
	border: solid 1px #f2f2f2;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	margin:1px
}

.pagination ul li.active a,
.pagination ul li:hover a,
.pagination ul li:focus a {
	background: #ffc600;
	color: #fff
}


/*
11.WOOCOMMERCE
================================================================================================================================
*/
.sticky .menu-item-cart a.cart-contents{
		padding-left:15px;
		padding-right:15px;
}
.woocommerce.horizontal-header.not-home .woo-start header {
	background: none
}

.woocommerce.vertical-header.not-home .woo-start header {
	background: none
}


/*
12.CONTACT FORM 7
================================================================================================================================
*/

.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 .wpcf7-validation-errors {
	line-height: 1.7em
}

.wpcf7 span,
.wpcf7 label,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 .wpcf7-validation-errors {
	color: #949494;
	font-size: 15px
}

.wpcf7 .your-name::before,
.wpcf7 .your-email::before,
.wpcf7 .your-subject::before {
	color: #949494
}

.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 select {
	border-color: #e6e6e6
}

.wpcf7 textarea:hover,
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="password"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="number"]:hover,
.wpcf7 input[type="file"]:hover,
.wpcf7 select:hover,
.wpcf7 textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 select:focus {
	border-color: #b5b5b5;
}

.wpcf7 input::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 input::-moz-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 input:-ms-input-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 input:-moz-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 textarea::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 textarea::-moz-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 textarea:-ms-input-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 textarea:-moz-placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #949494;
	text-transform: unset
}

.wpcf7 .input-container:hover input~.checkmark,
.wpcf7 .radio-container:hover input~.checkmark {
	background-color: #949494;
}

.wpcf7 .your-name::before,
.wpcf7 .your-email::before,
.wpcf7 .your-subject::before,
.wpcf7 [class^="wpcf7-form-control-wrap tel"]::before {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 32px;
	font-family: 'Pe-icon-7-stroke';
	top: calc(50% - 12px);
}

.wpcf7 .your-name::before {
	content: "\e605"
}

.wpcf7 .your-email::before {
	content: "\e63b"
}

.wpcf7 .your-subject::before {
	content: "\e62e"
}

.wpcf7 [class^="wpcf7-form-control-wrap tel"]::before {
	content: "\e670"
}

.wpcf7 textarea {
	min-height: 328px
}

.wpcf7 h4 {
	color: #333
}

.wpcf7 .input-container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default checkbox */

.wpcf7 .input-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


/* Create a custom checkbox */

.wpcf7 .input-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


/* When the checkbox is checked, add a blue background */

.wpcf7 .input-container input:checked~.checkmark {
	background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.wpcf7 .input-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.wpcf7 .input-container input:checked~.checkmark:after {
	display: block;
}


/* Style the checkmark/indicator */

.wpcf7 .input-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wpcf7 .radio-container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default radio button */

.wpcf7 .radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


/* Create a custom radio button */

.wpcf7 .radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #e6e6e6;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


/* When the radio button is checked, add a blue background */

.wpcf7 .radio-container input:checked~.checkmark {
	background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.wpcf7 .radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.wpcf7 .radio-container input:checked~.checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.wpcf7 .radio-container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.wpcf7 label,
.wpcf7 span.wpcf7-quiz-label {
	margin-bottom: 20px;
	display: block
}

span.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.wpcf7 .g-recaptcha,
.wpcf7 .wpcf7-recaptcha {
	margin-bottom: 30px
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	text-align: center;
	padding: 10px;
	color: #f7b800 !important;
	border: 1px solid #f7b800 !important;
}

span [role="alert"],
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	color: #ff7d77 !important;
	border: solid 1px #ff7d77;
	padding: 10px;
}

div.wpcf7-response-output {
	margin: 20px 0;
	padding: 10px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	text-align: center;
	padding: 20px;
}


/*
13.ANIMATE
================================================================================================================================
*/

[data-animate] {
	opacity: 0;
}

.animated {
	opacity: 1;
}



/*
14.MISC
================================================================================================================================
*/
/* Container and grid size */
@media (min-width: 1201px) {
	.container {
		width: 1090px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-wrap-vertical .container{
		width: 840px;
	}
	.sticky-boxed.sticky {
		width: 1090px;
		padding: 0px;
		margin: 0 auto;
	}
	.boxed-layout #wrap{
		width: 1090px;
		margin:auto;
	}	
	.boxed-layout.header-on #wrap{
		position:relative;
	}
	.boxed-layout .container{
		width: 1000px;
	}	
	.boxed-layout.header-wrap-vertical #wrap{
		width: 800px;
		margin:auto;
		position:relative
	}
	.boxed-layout.header-wrap-vertical .container{
		width: 710px;
	}
}

#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
	visibility:hidden;
    background: rgba(0,0,0,.6);
	opacity:0;
	z-index:3;
  	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
#body_overlay.on{
	opacity:1;
	visibility:visible;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
#side_responsive_menu {
	display: block;
    position: fixed;
    top: 0px;
    right: -270px;
    max-width: 100%;
    width: 270px;
    height: 100%;
    overflow: auto;
    border-bottom-width: 60px;
    border-bottom-style: solid;
    z-index: 100000;
	transition:right 0.3s linear;
}
body.side_responsive_menu{
	position:relative
}
body.admin-bar.side_responsive_menu{
	position:static
}
.not-edited-with-vc #page-body{
	padding:50px
}
body.header-disabled.header-wrap-vertical{
	padding-left:0
}
p.notice_header{
	margin-bottom:0
}
.mleft-15{
	margin-left:-15px
}
.m15fix{
	margin-left:-15px;
	margin-right:-15px
}

/* some menu aligning fixes for boxed layout styles but only for desktop size */
@media only screen and (min-width: 1201px) {
	.header-wrap-horizontal.boxed-layout.home .header-inner{
		position: static;
		width: 100%;
		z-index: 100;
		left: 0;	
	}
	.header-wrap-horizontal.boxed-layout.home.header-on .header-inner{
		position:fixed;
	}	

	.header-wrap-horizontal.boxed-layout.home .header-main-wrapper{
		background: none;
		background-color: transparent;
	}

	/* header background  */
	.header-wrap-horizontal.boxed-layout.home .header-main-wrapper:before{
		content:"";
		position:absolute;
		left: 0;
		right: 0;
		margin: auto;	
		height: 0;
		width:1090px;
		background-color: #ffc200;	
	}
	.header-wrap-horizontal.boxed-layout.home .header-main-wrapper:after{
		content:"";
		position:absolute;
		left: 0;
		right: 0;
		margin: auto;	
		height: 0;										
		width:1090px;
		z-index: 100;
		border-bottom: none;
	}
	.header-wrap-horizontal.boxed-layout.home .header-main-wrapper{
		border-bottom:none;
	}
	.header-wrap-horizontal.boxed-layout.home .header-top-bar-bg{
		margin: auto;
		width:1090px;
		position:relative;
	}
	.header-wrap-horizontal.boxed-layout.home .logo{
		position:relative;
	}

	.header-wrap-horizontal.boxed-layout .header-wrapper.sticky{
		width: 100% !important;
		margin:0;
		background: none;
		background-color: transparent;	
	}
	.header-wrap-horizontal.boxed-layout .sticky  .logo{
		padding-left:45px;
	}
	.header-wrap-horizontal.boxed-layout .sticky  .menu-wrap{
		padding-right:45px;
	}

	.boxed-layout.home.header-one-a .sticky  .logo,
	.boxed-layout.home.header-two-a .sticky  .logo{
		padding-left:0;
		padding-right:45px;
	}
	.boxed-layout.header-one-a .sticky  .menu-wrap,
	.boxed-layout.header-two-a .sticky  .menu-wrap{
		padding-right:0;
		padding-left:45px;
	}
	.boxed-layout.header-five-a .sticky  .menu-wrap-left{
		padding-left:45px;
	}
	.boxed-layout.home.header-five-a .logo{
		padding-left:0;
	}
	.boxed-layout.home.header-two .menu-wrap .menu > ul > li,
	.boxed-layout.home.header-two-a .menu-wrap .menu > ul > li{
		z-index: 2;
	}

	/* sticky shadow does not work for boxed layout */
	.boxed-layout .sticky{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

/* wpml */
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom:0;
	background:#fff
}
p.wpml-ls-statics-post_translations.wpml-ls{
	padding:15px;
	margin-bottom:0
}
.wpml-ls-statics-post_translations .wpml-ls-item{
	margin:10px
}

/* mail chimp */
.mc4wp-form-fields{
    padding-top: 35px;
    padding-bottom: 35px
}
.mc4wp-form-fields label{
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 18px;
}



.woocommerce-single-product .product {
	position:relative
}

/*
15.BBPRESS
================================================================================================================================
*/
.bbp-form button,
#bbpress-forums button{
	background-color: #9a9a9a;
	font-size:13px;
	transition: background-color 0.3s ease;
}
.bbp-form button:hover{
	background-color: #616060;
	transition: background-color 0.3s ease;
}
#bbpress-forums .bbp-breadcrumb{
	display:none
}
#bbpress-forums{
	clear:none
}
div[id^="bbp_stats_widget"] dt{
	font-weight:normal
}
div[id^="bbp_stats_widget"] dd{
    margin-left: 0;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,.1);
    padding-bottom: 15px;
}
div[id^="bbp_stats_widget"] dd:last-of-type{
    border-bottom: none
}
div[id^="bbp_login_widget"] .bbp-logged-in a.logout-link{
    border-bottom: none;
    margin-top: 20px;
    display: block;
}
div[id^="bbp_login_widget"] fieldset{
	border-radius:3px
}
div[id^="bbp_login_widget"] label{
	padding-bottom:7px
}
.bbp-search-form,
#bbpress-forums #bbp-search-form #bbp_search{
	width:100%;
}
#bbpress-forums div.bbp-search-form{
	position:relative
}
.bbp-search-form #bbp_search_submit{
	position:absolute;
	right:0;
	top:0;
	font-size:16px
}

/*
16.THE EVENTS CALENDAR
================================================================================================================================
*/
.tribe-theme-infinito .header_breadcrumb{
	display:none !important
}
.tribe-theme-infinito #page-body{
	padding:50px 0
}
#tribe-events-content a, 
.tribe-events-adv-list-widget .tribe-events-widget-link a,  
.tribe-events-back a,  
.tribe-events-event-meta a, 
.tribe-events-list-widget .tribe-events-widget-link a, 
ul.tribe-events-sub-nav a{
	font-weight:700
}
p.tribe-events-back a{
    background: #eee;
    padding: 20px;
    border-radius: 3px;
    display: inline-block;
}
#tribe-bar-form label {
	display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    padding: 0;
    text-transform: none;
}
#tribe-bar-form{
	border-radius:3px;
	padding:20px
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{
	font-size:16px
}
.recurring-info-tooltip, 
.tribe-events-calendar .tribe-events-tooltip, 
.tribe-events-shortcode.view-week .tribe-events-tooltip, 
.tribe-events-week .tribe-events-tooltip {
    padding: 2em;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.4em;
}
.tribe-events-event-meta address.tribe-events-address, 
.tribe-events-list .tribe-events-venue-details{
	line-height:1.5em
}

/*
17.YITH WISHLIST
================================================================================================================================
*/
.yith-wcwl-add-to-wishlist{
	padding-bottom:10px;
	margin-bottom:10px
}
.yith-wcwl-add-button a,
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a{
	position:relative;
	color: #a5a5a5
}

.yith-wcwl-add-button a:after,
.yith-wcwl-wishlistexistsbrowse a:after,
.yith-wcwl-wishlistaddedbrowse a:after{
	content:'';
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	background: rgba(0, 0, 0, .2);
	height:1px
}
.yith-wcwl-wishlistexistsbrowse .feedback{
	display:block;
	clear:both
}
.woocommerce-single-product .yith-wcwl-wishlistexistsbrowse .feedback{
	padding-bottom:15px
}
.wishlist_table th.product-price,
.wishlist_table th.product-stock-status{
	text-align:center
}
.wishlist_table .woocommerce-Price-amount {
	font-size:18px;
	padding-right: 8px
}
body.woocommerce .wishlist_table td.product-add-to-cart a {
	display:inline-block !important
}