/*
	Theme Name: TESS
	Theme URI: http://themeforest.net/user/Maxdp/portfolio
	Description: TESS - Creative Portfolio WordPress Theme
	Version: 1.0.0
	Author: Maxdp
	Author URI: https://themeforest.net/user/maxdp/portfolio?ref=Maxdp
	Tags: two-columns, three-columns, custom-colors, custom-header, left-sidebar, right-sidebar, grid-layout, custom-menu, editor-style, sticky-post, threaded-comments, translation-ready, theme-options, e-commerce, photography, portfolio
	Text Domain: tess
	License: Commercial
	License URI: http://themeforest.net/licenses/regular
*/
/*
 *	Table of Contents:
 *
 *	1. Inits
 *	2. Loading Screen
 *	3. Wrapper
 *	4. Sidebar
 *	5. Sub menu bar
 *	6. Content
 *	7. Section
 * 	8. About
 *	9. Contact
 *	10. Parallax
 *	11. Google Maps
 *	12. Gallery
 *	13. Portfolio
 *	14. Shopping cart
 *	15. Blog Posts
 *	16. Shop
 *	17. Themes
 *	18. Media Queries
 *
*/


/*
===============================================
			1. Inits
===============================================
*/

body{
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	text-transform: normal;
	font-weight: 700;
	margin-top: 0;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

h1 {
	font-size: 45px;
}

h2{
	font-size: 33px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 19px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

a{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.clear{
	clear:both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

img{
	border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.padding-30{
	padding: 30px !important;
}

.padding-top-30{
	padding-top: 30px !important;
}

.padding-bottom-30{
	padding-bottom: 30px !important;
}

.padding-bottom-50{
	padding-bottom: 50px !important;
}

.no-padding-top{
	padding-top: 0 !important;
}

.no-padding-left{
	padding-left: 0 !important;
}

.no-padding-bottom{
	padding-bottom: 0 !important;
}

.no-padding-right{
	padding-right: 0 !important;
}

.no-padding{
	padding: 0 !important;
}

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

.uppercase{
	text-transform: uppercase;
}

.owl-carousel .owl-item{
	overflow: hidden;
}

a.facebook_bg:hover{
	background: #3B5999 !important;
	color: #ffffff !important;
}

a.wordpress_bg:hover{
	background: #0076A8 !important;
	color: #ffffff !important;
}

a.twitter_bg:hover{
	background: #00BAFF !important;
	color: #ffffff !important;
}

a.googleplus_bg:hover{
	background: #D94835 !important;
	color: #ffffff !important;
}

a.youtube_bg:hover{
	background: #C8302D !important;
	color: #ffffff !important;
}

a.github_bg:hover{
	background: #7197B0 !important;
	color: #ffffff !important;
}

a.dribbble_bg:hover{
	background: #E44D87 !important;
	color: #ffffff !important;
}

a.flickr_bg:hover{
	background: #0062DD !important;
	color: #ffffff !important;
}

a.tumblr_bg:hover{
	background: #35506B !important;
	color: #ffffff !important;
}

a.vk_bg:hover{
	background: #476C98 !important;
	color: #ffffff !important;
}

a.skype_bg:hover{
	background: #00A8E9 !important;
	color: #ffffff !important;
}

a.pinterest_bg:hover{
	background: #C7212D !important;
	color: #ffffff !important;
}

a.instagram_bg:hover{
	background: #BFB4A4 !important;
	color: #ffffff !important;
}

a.linkedin_bg:hover{
	background: #007BB6 !important;
	color: #ffffff !important;
}

a.vimeo_bg:hover{
	background: #4bf !important;
	color: #ffffff !important;
}

a.facebook:hover{
	color: #3B5999;
}

a.wordpress:hover{
	color: #0076A8;
}

a.twitter:hover{
	color: #00BAFF;
}

a.googleplus:hover{
	color: #D94835;
}

a.youtube:hover{
	color: #C8302D;
}

a.github:hover{
	color: #7197B0;
}

a.dribbble:hover{
	color: #E44D87;
}

a.flickr:hover{
	color: #0062DD;
}

a.tumblr:hover{
	color: #35506B;
}

a.vk:hover{
	color: #476C98;
}

a.skype:hover{
	color: #00A8E9;
}

a.pinterest:hover{
	color: #C7212D;
}

a.instagram:hover{
	color: #BFB4A4;
}

a.linkedin:hover{
	color: #007BB6;
}

a.vimeo:hover{
	color: #4bf;
}

.scroll_to_top{
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #000000;
    font-size: 15px;
    width: 50px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.scroll_to_top.visible{
	opacity: 1;
	visibility: visible;
	z-index: 20;
}

.separator{
	display: block;
	margin: 15px 0;
	width: 40px;
	height: 1px;
	background: rgba(0,0,0,0.35);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.separator.center{
	margin: 15px auto;
}

.separator.vertical{
	height: 40px;
	width: 1px;
}

.owl-theme .owl-dots .owl-dot span{
	background: #bebebe;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.owl-theme .owl-dots .owl-dot:hover span{
	background: #666666;
}

.owl-theme .owl-dots .owl-dot.active span{
	background: #111111;
}

.section.elements p{
	margin-bottom: 30px;
}

.section.elements .btns a{
	margin-bottom: 10px;
	margin-right: 10px;
}

.section.elements .btns.bg{
	background: #dedede;
}

.button{
	display: inline-block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0 !important;
	padding: 10px 20px;
	background: #1d1d1d;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 11px;
	letter-spacing: 2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.button.border{
	border:2px solid #1d1d1d;
	box-shadow: 0 0 0 1px #ffffff inset;
}

.button.border:hover,
.button.border:focus{
	border:2px solid transparent;
}

.button.small{
	padding: 5px 10px !important;
}

.button.large{
	padding: 20px 40px !important;
}

.button.light_bg{
	background: #f5f5f5;
	color: #111111 !important;
}

.button.light_bg:hover,
.button.light_bg:focus{
	color: #ffffff !important;
}

.button.inverse:hover,
.button.inverse:focus{
	background: #111111 !important;
}

.button.inverse.border:hover,
.button.inverse.border:focus{
	border: 2px solid transparent !important;
}

.fullscreen_video{
	background: #1d1d1d;
	position: relative;
}

.box_border{
    border: 1px solid #bebebe;
    padding: 25px 30px;
}

/* slideshow */
.slideshow{
	display: block;
	position: relative;
}

.slideshow .slide{
	height: 400px;
	position: relative;
}

.slideshow.shop_product .slide{
	height: auto;
}

.slideshow .slide .overlay,
.fullscreen_video .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	content: '';
	background: rgba(0,0,0,0.2);	
}

.slideshow .slide .overlay .inner,
.fullscreen_video .overlay .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 7;
	color: #ffffff;
	width: 65%;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slideshow .slide .overlay .inner .title,
.fullscreen_video .overlay .inner .title{
	font-size: 60px;
	line-height: 1.3;
	margin: 0;
}

.slideshow .slide .overlay .inner .sep,
.fullscreen_video .overlay .inner .sep{
	margin: 30px auto;
	height: 2px;
	width: 80px;
}

.slideshow .slide .overlay .inner .subtitle,
.fullscreen_video .overlay .inner .subtitle{
	font-weight: normal;
	color: #ededed;
	margin: 0;
}

.slideshow .slide .slide_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	content: '';
    background-size: cover !important;
    background-color: #242832;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slideshow .owl-controls .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
}

.slideshow .owl-controls .owl-dots .owl-dot span{
	background: #999999;
	border-radius: 0;
	width: 40px;
	height: 6px;
}

.slideshow .owl-controls .owl-dots .owl-dot:hover span,
.slideshow .owl-controls .owl-dots .owl-dot.active span{
	background: #ffffff;
}

.slideshow .owl-controls .owl-nav{
	margin: 0;
}

.slideshow .owl-controls .owl-nav .owl-prev,
.slideshow .owl-controls .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	font-size: 30px;
	color: #999999;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.slideshow .owl-controls .owl-nav .owl-prev{
	left: 15px;
}

.slideshow .owl-controls .owl-nav .owl-next{
	right: 15px;
}

.slideshow .owl-controls .owl-nav > div:hover{
	color: #ffffff;
}

.slideshow.dark_style .owl-controls .owl-nav > div:hover{
	color: #000000;
}

.fullscreen_personal_bg{
	position: relative;
    background-size: cover !important;
    background-color: #242832;
    background-repeat: no-repeat !important;
    background-position: center !important;
	background: url(../img/index_personal_bg.jpg);
}

.fullscreen_personal_bg .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	content: '';
	z-index: 1;
}

.fullscreen_personal_bg .overlay .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fullscreen_personal_bg .overlay .inner .name{
	margin-bottom: 20px;
	font-size: 60px;
}

.fullscreen_personal_bg .overlay .inner .tagline{
	letter-spacing: 2px;
	font-size: 16px;
	margin-bottom: 20px;
}

.fullscreen_personal_bg .overlay .inner .icons{
	font-size: 0;
}

.fullscreen_personal_bg .overlay .inner .icons a{
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-decoration: none;
	color: #ffffff;
}

.fullscreen_personal_bg .overlay .inner .icons a:hover{
	border-color: transparent;
}

.fullscreen_personal_bg .overlay .inner .icons a + a{
	margin-left: 20px;
}

.mobile_nav_box{
	display: none;
}

body.admin-bar .mobile_nav_box .mobile_nav_toggle{
	top: 46px;
}

.mobile_nav_toggle{
	background: #111111;
	padding: 19px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	font-size: 22px;
	text-decoration: none !important;
	color: #ffffff;
	display: block;
}


.mobile_nav_toggle:focus,
.mobile_nav_toggle:hover{
	color: #ffffff;
}


/*
===============================================
			2. Loading Screen
===============================================
*/
#loading_screen{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	color: #ffffff;
	z-index: 500;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#loading_screen.invis{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#loading_screen .inner{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#loading_screen .inner .text{
	font-weight: 300;
	margin-top: 15px;
	letter-spacing: 4px;
}

.tweets_section{
	background: #2dbcff;
	color: #ffffff;
	text-align: center;
	padding: 50px;
}

.tweets_section .aptf-single-tweet-wrapper{
	color: #ffffff;
	padding: 20px 0;
	border:none;
	box-shadow: none;
}

.tweets_section .aptf-single-tweet-wrapper a{
	color: #ffffff !important;
}

.tweets_section .owl-theme .owl-dots .owl-dot span{
	border:1px solid #ffffff;
	background: transparent;
}

.tweets_section .owl-theme .owl-dots .owl-dot:hover span,
.tweets_section .owl-theme .owl-dots .owl-dot.active span{
	border-color: #ffffff;
	background: #ffffff !important;
}

/*
===============================================
			3. Wrapper
===============================================
*/
#wrapper{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-o-transition: all 800ms linear;
	transition: all 800ms linear;
}

#wrapper.visible{
	opacity: 1;
	visibility: visible;
	z-index: 0;
}

/*
===============================================
			4. Sidebar
===============================================
*/
#sidebar{
	width: 240px;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: #ffffff;
	text-align: center;
	z-index: 5;
}

body.admin-bar #sidebar{
	height: calc(100% - 32px);
	top: 32px;
}

#sidebar .inner{
	position: fixed;
	left: 0;
	top: 50%;
	width: 240px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sidebar .inner .logo{
	display: inline-block;
	width: 120px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#sidebar .inner nav > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 40px;
}

#sidebar .inner nav > ul > li{
	display: block;
	position: relative;
}

#sidebar .inner nav > ul > li > a{
	display: block;
	color: #333333;
	font-size: 15px;
	padding: 5px 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	position: relative;
}

#sidebar .inner nav > ul > li > a i{
	display: inline-block;
	margin-right: 5px;
}

/*
===============================================
			5. Sub menu bar
===============================================
*/
body.in_mobile #submenu_bar{
	left: -100%;
	width: 100%;
	top: 46px;
}

#submenu_bar{
	position: fixed;
	left: 240px;
	top: 0;
	height: 100%;
	width: 240px;
	background: #111111;
	color: #ffffff;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#submenu_bar.after_topbar{
	top: 0 !important;
}

#submenu_bar .close_mobile_submenu_bar{
	font-size: 25px;
    color: #fff;
    text-decoration: none;
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

#submenu_bar.mobile_visible{
	width: 100%;
	left: 0 !important;
	top: 50px;
	z-index: 50;
	opacity: 1;
	visibility: visible;
	overflow: auto;
	padding: 30px 0;
	padding-bottom: 60px;
}

#submenu_bar.mobile_visible .close_mobile_submenu_bar{
	display: block;
}

#submenu_bar .menu > .title{
	display: none;
}

#submenu_bar.mobile_visible .menu > .title{
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

#submenu_bar.mobile_visible .menu > .title a{
	text-decoration: none;
	color: #ffffff;
}

#submenu_bar.mobile_visible .menu > .title:after{
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0;
	width: 80px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	content: '';
}

#submenu_bar.mobile_visible .menu{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	opacity: 1;
	visibility: visible;
	z-index: auto;
	width: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#submenu_bar.mobile_visible .menu + .menu{
	margin-top: 30px;
}

#submenu_bar.visible{
	z-index: 50;
	opacity: 1;
	visibility: visible;
}

#submenu_bar .menu{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#submenu_bar .menu.visible{
	z-index: 7;
	opacity: 1;
	visibility: visible;
}

#submenu_bar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu_bar ul li{
	display: block;
}

#submenu_bar ul li a{
	display: block;
	color: #ffffff;
	padding: 5px;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

#submenu_bar ul li a img{
	display: inline-block;
	margin-right: 5px;
}

#sidebar .social_icons{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

#sidebar .social_icons a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	border-radius: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#sidebar .social_icons a + a{
	margin-left: 5px;
	margin-top: 5px;
}

/*
===============================================
			6. Content
===============================================
*/
#content{
	background: #f9f9f9;
	/*background: #ffffff;*/
	padding-left: 240px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#content.has_padding{
	padding: 50px 20px;
	padding-left: 260px;
}

/*
===============================================
			7. Section
===============================================
*/
.section{
	padding: 80px 20px;
}

.section.fixed-width{
	max-width: 1170px;
	margin: 0 auto;	
	padding: 50px 15px;
}

.section_title{
	word-break: break-all;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	z-index: 1;
}

.section_title .hor_sep{
	margin-bottom: 0;
}

.section_title.light{
	color: #ffffff;
}

.section_title.light .hor_sep{
	background: #ffffff;
}

.section_title.dark .hor_sep{
	background: #333333;
}

.section_title .title{
	margin: 0;
}

.hor_sep{
	display: inline-block;
	width: 100px;
	margin: 30px auto;
	height: 1px;
}

.hor_sep.center{
	display: block;
}

.progress_bars_item{
	position: relative;
	margin-top: 30px;
}

.progress_bars_item .title{
	margin-bottom: 10px;
}

.progress_bars_item .bar_outer{
	height: 7px;
	background: #ededed;
	position: relative;
}

.progress_bars_item .bar_outer .bar_inner{
	height: 7px;
	width: 0;
}

.progress_bars_item .bar_outer .percentage{
	position: absolute;
	right: 0;
	bottom: 100%;
}

blockquote{
	border: none;
	background: #f1f1f1;
	padding: 50px;
}

blockquote.dark{
	background: #111111;
	color: #ffffff;
}

blockquote p{
	font-size: 20px;
	margin-bottom: 30px;
}

blockquote .source{
	font-size: 12px;
	color: #999;
}

.alert{
	border-radius: 0;
}

.alert.rounded{
	border-radius: 5px;
}

.alert .close_alert{
	float: right;
	color: #333333 !important;
	text-decoration: none;
}

.alert .close_alert:hover{
	color: #111111 !important;
}

.alert .icon{
	font-size:16px;
	display: inline-block;
	margin-right: 10px;
}

.accordions .panel{
	border:none;
	box-shadow: none;
	background: transparent;
}

.accordions .panel .panel-heading{
	background: transparent;
	border: none;
	border-bottom: 2px solid #333333;
	border-radius: 0;
	padding: 15px;
}

.accordions .panel .panel-heading h4{
	font-weight: 300;
}

.accordions .panel .panel-body{
	border: none !important;
	padding: 15px 0;
}

.accordions .panel .panel-heading a{
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tabs .nav-tabs{
	border: none;
}

.tabs .nav-tabs>li>a{
	font-family: 'Montserrat', sans-serif;
	border: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 2px solid transparent;
	color: #555555 !important;
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover{
	border: none;
	background: transparent;
	border-bottom: 2px solid #333333;
}

.tabs .tab-content .tab-pane{
	padding: 15px 0;
}

.section_title .subtitle{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	font-weight: normal;
	margin-top: 30px;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft > img,
img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}
.wp-caption.alignleft img {
	margin: 0;
}

.alignright img,
img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 5px 0 10px 10px;
}
.wp-caption.alignright img {
	margin: 0;
}
.aligncenter img,
img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto !important;
    text-align: center;
}
.wp-caption.aligncenter img {
	margin: 0;
}
.alignnone img,
img.alignnone {
    margin: 10px 0;
}
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}


.wp-caption {
	position: relative;
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
    width: auto;
}

table,th,td {
    border: none
}

table {
    width: 100%;
    display: table
}

table.bordered>thead>tr,table.bordered>tbody>tr {
    border-bottom: 1px solid #d0d0d0
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2
}

table.striped>tbody>tr>td {
    border-radius: 0
}

table.highlight>tbody>tr {
    transition: background-color .25s ease
}

table.highlight>tbody>tr:hover {
    background-color: #f2f2f2
}

table.centered thead tr th,table.centered tbody tr td {
    text-align: center
}

thead {
    border-bottom: 1px solid #d0d0d0
}

td,th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.bypostauthor{}

.gallery-caption,
.wp-caption-text {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    -webkit-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.gallery-caption::before,
.wp-caption-text:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption,
.wp-caption:hover .wp-caption-text {
    opacity: 1;
}

.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* Highlights */

.bg_highlight{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.bg_highlight.hl1{
	background: #333333;
	color: #ffffff;
}

.bg_highlight.rounded{
	border-radius: 3px;
}

.bg_highlight.bg_color{
	color: #ffffff;
}


.dropcaps {
	float: left;
	display: inline-block;
	margin-right: 15px;
	font-weight: 700;
	font-size: 45px;
	font-style: normal;
	padding: 20px;
	text-align: center;
}

.dropcaps.style1{
	background: #333333;
	color: #ffffff;
}

.dropcaps.style2{
	color: #333333;
}

.dropcaps.style3{
	background: #333333;
	color: #ffffff;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	padding: 0;
	line-height: 80px;
}

.dropcaps.style4{
	color: #ffffff;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	padding: 0;
	line-height: 80px;
}

.dropcaps.style5{
	color: #ffffff;
}

.panel-grid-cell .so-panel,
.panel-grid{
	margin: 0 !important;
}

.panel-grid-cell{
	/*padding: 0 !important;*/
}

.no-padding-cells .panel-grid-cell{
	padding: 0 !important;
}

.nofloat .panel-grid-cell{
	float: none !important;
}

/*
===============================================
			8. About
===============================================
*/
.about_us_item{
	text-align: center;
	padding-bottom: 80px;
}

.about_us_item .icon{
    display: inline-block;
    font-size: 50px;
    margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_us_item .title{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_us_item .title:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	height: 1px;
	width: 0px;
	background: #666666;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_us_item:hover .title:after{
	left: calc(50% - 50px);
	width: 100px;
}

.about_us_item .description{
	color: #777777;
}

/* some stats */

.some_stats_item.light_color{
	color: #ffffff;
}

.some_stats_item{
	padding: 80px 0;
	text-align: center;
}

.some_stats_item .title{
	font-size: 55px;
	margin-bottom: 0;
}

.some_stats_item .hor_sep{
	width: 50px;
}

.some_stats_item.dark_color .hor_sep{
	background: #1d1d1d !important;
}

.some_stats_item.light_color .hor_sep{
	background: #ffffff !important;
}

.some_stats_item .subtitle{
	margin: 0;
	font-weight: normal;
}

/* services */
.services_item{
	padding: 0;
	position: relative;
}

.services_item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	content: '';
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services_item:hover .overlay{
	background: rgba(0,0,0,0.6);
}

.services_item .overlay .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.services_item .overlay .inner .icon{
	font-size: 150px;
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	color: rgba(255,255,255,0.05);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services_item:hover .overlay .inner .icon{
	color: rgba(255,255,255,0.1);
}

.services_item .overlay .inner .title{
	margin: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services_item:hover .overlay .inner .title{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.services_item .overlay .inner .separator{
	background: #ffffff;
	height: 1px;
	width: 0;
	margin: 20px auto;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services_item:hover .overlay .inner .separator{
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
	width: 100px;
}

.services_item .overlay .inner .subtitle{
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #cccccc;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services_item:hover .overlay .inner .subtitle{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* clients */
.clients_list .item{
	padding: 0 20px;
}

/* team members */
.team_member .top{
	position: relative;
}

.team_member .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team_member:hover .overlay{
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.team_member .overlay .social_icons{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.team_member .overlay .social_icons .top_border{
	background: #888888;
	width: 0px;
	position: absolute;
	top: 0;
	left: 50%;
	height: 1px;
	-webkit-transform: translateY(-15px) translateX(-50%);
	-ms-transform: translateY(-15px) translateX(-50%);
	transform: translateY(-15px) translateX(-50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team_member:hover .overlay .social_icons .top_border{
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
	width: 100%;
}

.team_member .overlay .social_icons .bottom_border{
	background: #888888;
	width: 0px;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	-webkit-transform: translateY(10px) translateX(-50%);
	-ms-transform: translateY(10px) translateX(-50%);
	transform: translateY(10px) translateX(-50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team_member:hover .overlay .social_icons .bottom_border{
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
	width: 100%;
}

.team_member .overlay .social_icons a{
	color: #888888;
	font-size: 25px;
	display: inline-block;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.team_member:hover .overlay .social_icons a{
    opacity: 1;
    visibility: visible;
    z-index: 6;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.team_member:hover .overlay .social_icons a.i1{
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.team_member:hover .overlay .social_icons a.i2{
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.team_member:hover .overlay .social_icons a.i3{
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}

.team_member:hover .overlay .social_icons a.i4{
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.team_member .overlay .social_icons a i{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team_member .overlay .social_icons a:hover i{
	color: #111111;
}

.team_member .overlay .social_icons a + a{
	margin-left: 20px;
}

.team_member .bot{
	background: #ffffff;
	padding: 30px;
	text-align: center;
}

.team_member + .member .bot{
	border-left: 1px solid #f5f5f5;
}

.team_member .bot .sep{
	background: #333333;
	width: 0px;
	height: 1px;
	margin: 0 auto;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team_member:hover .bot .sep{
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
	width: 100px;
}

.team_member .bot .name{
	margin-bottom: 20px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team_member:hover .bot .name{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.team_member .bot .position{
	font-weight: normal;
	margin: 0;
	margin-top: 20px;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team_member:hover .bot .position{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*
===============================================
			9. Contact
===============================================
*/
.contact_bg_image{
	background: url(../img/contact_bg.jpg);
    background-size: cover !important;
    background-color: #242832;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 700px;
    position: relative;
}

.contact_bg_image .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.3);
}

.contact_bg_image .overlay .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 30px;
	color: #ffffff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact_bg_image .overlay .inner .contact_items .item + .item{
	margin-top: 30px;
}

.contact_bg_image .overlay .inner .contact_items .item{
	color: #dedede;
}

.contact_bg_image .overlay .inner .contact_items .item:hover{
	color: #ffffff;
}

.contact_bg_image .overlay .inner .contact_items .item i{
	font-size: 35px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_bg_image .overlay .inner .contact_items .item .text{
	font-size: 17px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_bg_image .overlay .inner .contact_items .item a{
	color: #dedede;
}

.contact_bg_image .overlay .inner .contact_items .item a:hover{
	color: #ffffff;
}

.contact_body{
	position: relative;
}

.contact_body .contact_form{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 30px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact_body .contact_form .title{
	margin: 0;
}

.contact_body .contact_form form p + p{
	margin-top: 30px;
}

.contact_body .contact_form form input[type="text"],
.contact_body .contact_form form input[type="email"],
.contact_body .contact_form form textarea{
	width: 100%;
	padding: 10px;
	background: transparent;
	border:none;
	border-bottom: 2px solid #bebebe;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .contact_form form textarea{
	min-height: 100px !important;
	max-height: 100px !important;
}

.contact_body .contact_form form input[type="text"]:hover,
.contact_body .contact_form form input[type="text"]:focus,
.contact_body .contact_form form input[type="email"]:hover,
.contact_body .contact_form form input[type="email"]:focus,
.contact_body .contact_form form textarea:hover,
.contact_body .contact_form form textarea:focus{
	border-bottom: 2px solid #111111;
}

.contact_body .contact_form form input[type="submit"]{
	padding: 10px 25px;
	background: transparent;
	border:2px solid #bebebe;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .contact_form form input[type="submit"]:hover{
	background: #1d1d1d;
	color: #ffffff;
	border-color:transparent;
}


/*
===============================================
			10. Parallax
===============================================
*/

.parallax_item{
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover !important;
    width: 100%;
}

.parallax_item .owl-controls .owl-dots .owl-dot.active span,
.parallax_item .owl-controls .owl-dots .owl-dot:hover span{
	background: #ffffff !important;
	border:1px solid #ffffff !important;
}

.parallax_item:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	content: '';
	background: rgba(0,0,0,0.55);
	z-index: 1;
}

.parallax_item.no_parallax{
    background-attachment: scroll !important;
}

/* parallax testimonials */
.parallax_item.testimonials{
	background-image:url('../img/parallax1.jpg');
}

.testimonials_items .item{
	text-align: center;
}

.testimonials_items .item img{
	width: 150px;
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 30px;
	border:4px solid #ffffff;
}

.testimonials_items .item .text{
	font-size: 16px;
}

/*
===============================================
			11. Google Maps
===============================================
*/
.google_maps_block .gmap{
	display: block;
	height: 450px;
	width: 100%;
}

.google_maps_block .gmap_style{
	display: none;
}

/*
===============================================
			12. Gallery
===============================================
*/
.gallery_items .item{
	padding: 0;
	position: relative;
	overflow: hidden;
}

.gallery_items .item img{
	width: 100%;
}

.gallery_items .item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.gallery_items .item .overlay a.title{
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	color: #bebebe;
	padding: 15px;
	font-size: 17px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

.gallery_items .item:hover .overlay a.title{
	bottom: 0;
}

.gallery_items .item .overlay a.title:hover{
	color: #ffffff;
}

.gallery_items .item .overlay a.icon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	color: #bebebe;
	text-decoration: none;
	border:2px solid #bebebe;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 100%;
	font-size: 35px;
	-webkit-transform: translate3d(-50%, calc(-50% - 15px), 0);
	-ms-transform: translate3d(-50%, calc(-50% - 15px), 0);
	transform: translate3d(-50%, calc(-50% - 15px), 0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.gallery_items .item .overlay a.icon:hover{
	color: #ffffff;
	border:2px solid #ffffff;
}

.gallery_items .item:hover .overlay a.icon{
	opacity: 1;
	visibility: visible;
	z-index: 6;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.gallery_items .item:hover .overlay{
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

/* pricing tables */
.pricing_tables_item{
	text-align: center;
	padding: 20px;
    margin: 10px;
}

.pricing_tables_item.promote{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pricing_tables_item .cycle{
	color: #999999;
}

.pricing_tables_item .features{
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing_tables_item .features li{
	display: block;
}

.pricing_tables_item .features li + li{
	margin-top: 5px;	
}

.pricing_tables_item .actions{
	padding-top: 30px;
}


/*
===============================================
			13. Portfolio
===============================================
*/
#content.portfolio{
	background: #ffffff;
}

#content.floating_filter{
	padding-top: 80px;
}

/* filter */
.portfolio_grid_filter{
	position: absolute;
	left: 240px;
	top: -100%;
	list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 27px 0;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	display: block !important;
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid_filter.transparent_bg{
	background: transparent !important;
}

.portfolio_grid_filter.visible{
	opacity: 1;
	visibility: visible;
	z-index: 50;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.portfolio_grid_filter.sticky{
	opacity: 1;
	visibility: visible;
	z-index: 50;
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#content.floating_filter .portfolio_grid_filter,
.portfolio_grid_filter.floating{
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100% - 240px);
}

body.admin-bar #content.floating_filter .portfolio_grid_filter,
body.admin-bar .portfolio_grid_filter.floating{
	top: 32px;
}

.portfolio_grid_filter li.label{
	font-weight: bold;
	color: #222222;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

.portfolio_grid_filter li{
	cursor: pointer;
	display: inline-block;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #777777;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid_filter li + li{
	margin-left: 15px;
}

.portfolio_grid_filter_toggle{
	position: absolute;
	left: 50%;
	top: 30px;
	width: 60px;
	height: 60px;
	z-index: 10;
	display: none;
	color: #666666;
	fill:#666666;
	text-decoration: none !important;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.portfolio_grid_filter_toggle.visible{
	display: inline-block;
}

.portfolio_grid_filter_toggle:hover,
.portfolio_grid_filter_toggle:focus,
.portfolio_grid_filter_toggle.active{
	fill: #111111;
}

/*
===============================================
			14. Shopping cart
===============================================
*/
.shopping_cart_icon{
	position: absolute;
	left: 50%;
	top: 90px;
	width: 100%;
	height: 60px;
	z-index: 10;
	color: #333333;
	cursor: pointer;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.shopping_cart_icon.no-top{
	top: 30px;
}

.shopping_cart_icon:hover .icon_box{
	color: #111111;
}

.shopping_cart_icon .icon_box{
	color: #666666;
	font-size: 30px;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shopping_cart_icon .icon_box .total{
    position: absolute;
    left: calc(50% + 13px);
    top: calc(50% + 10px);
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    background: #FF1313;
    color: #ffffff;
    border-radius: 100%;
    font-size: 11px;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.shopping_cart_outer{
	position: relative;
}

#shopping_cart{
	position: absolute;
	left: 20px;
	top: calc(100% + 20px);
	width: 200px;
	background: #ffffff;
	border:1px solid #dedede;
	opacity: 0;
	padding: 10px;
	visibility: hidden;
	z-index: -1;
	cursor: default;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#shopping_cart > .arrow {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #dedede;
	position: absolute;
	left: 50%;
	top: -1px;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
#shopping_cart > .arrow:after, #shopping_cart > .arrow:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#shopping_cart > .arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

#shopping_cart > .arrow:before {
	border-color: rgba(222, 222, 222, 0);
	border-bottom-color: #dedede;
	border-width: 11px;
	margin-left: -11px;
}

.widget_shopping_cart_content .cart_list{
}

.widget_shopping_cart_content .cart_list .mini_cart_item{
	padding: 0 !important;
	position: relative;
	padding-bottom: 15px !important;
	padding-right: 20px !important;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
	text-align: left;
}

.widget_shopping_cart_content .cart_list .mini_cart_item:after{
	content: '';
	display: block;
	clear: both;
}

.widget_shopping_cart_content .cart_list .mini_cart_item img{
	width: 50px;
	float: left;
	margin-right: 15px;
	margin-left: 0;
}

.widget_shopping_cart_content .cart_list .mini_cart_item a{
	color: #333333;
}

.widget_shopping_cart_content .cart_list .mini_cart_item a.remove{
	display: inline-block;
	position: absolute;
	right: 0 !important;
	left: auto !important;
	top: 0 !important;
	color: #333333 !important;
	border-radius: 0;
}

.widget_shopping_cart_content .cart_list .mini_cart_item a.remove:hover{
	background: #333333;
	color: #ffffff !important;
}

.widget_shopping_cart_content .total{
	border-top: none !important;
	padding: 0 !important;
}

.widget_shopping_cart_content .cart_list li.empty{
	padding: 0 !important;
}

.widget_shopping_cart_content .quantity{
	display: block;
	text-align: right;
}

.widget_shopping_cart_content .buttons a{
	display: block;
	border-radius: 0;
	background: #1d1d1d;
}

.widget_shopping_cart_content .buttons a:not(.checkout){
	background: #999999;
}

.widget_shopping_cart_content .buttons a + a{
	margin-top: 10px;
}

.shopping_cart_icon:hover #shopping_cart{
	opacity: 1;
	visibility: visible;
	z-index: 15;
	top: 100%;
}

/* portfolio grid */
.portfolio_grid .item{
	padding: 0;
	background: #1d1d1d;
	overflow: hidden;
	position: relative;
}

.portfolio_grid .item.light_color{
	color: #ffffff;
}

.portfolio_grid .item.light_color .overlay .inner .separator{
	background: #ffffff !important;
}

.portfolio_grid .item img{
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .item:hover img{
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.portfolio_grid .item .overlay{
	-webkit-backface-visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	content: '';
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* portfolio bg colors */

.portfolio_grid .item.bgcolor1 .overlay{
	background: #EF3F3D;
}

.portfolio_grid .item.bgcolor2 .overlay{
	background: #0087e0;
}

.portfolio_grid .item.bgcolor3 .overlay{
	background: #A08600;
}

.portfolio_grid .item.bgcolor4 .overlay{
	background: #0B7900;
}

.portfolio_grid .item.bgcolor5 .overlay{
	background: #7C2EAA;
}

.portfolio_grid .item.bgcolor6 .overlay{
	background: #CE2F86;
}

.portfolio_grid .item.bgcolor7 .overlay{
	background: #111111;
}

.portfolio_grid .item.bgcolor8 .overlay{
	background: #EF6309;
}

.portfolio_grid .item.bgcolor9 .overlay{
	background: #25A38A;
}

.portfolio_grid .item.bgcolor10 .overlay{
	background: #A2121D;
}

.portfolio_grid .item:hover .overlay{
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.portfolio_grid .item .goto_project{
	display: inline-block;
	position: absolute;
	left: 50%;
	text-align: center;
	bottom: 40px;
	color: #111111;
	font-size: 25px;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.portfolio_grid .item .goto_project:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
}

.portfolio_grid .item .goto_project:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
}

.portfolio_grid .item.light_color .goto_project:before,
.portfolio_grid .item.light_color .goto_project:after{
	background: rgba(255,255,255,0.5);
}

.portfolio_grid .item:hover .goto_project:before,
.portfolio_grid .item:hover .goto_project:after{
    -webkit-animation: goto-project-anim2 ease 3s infinite;
    -moz-animation: goto-project-anim2 ease 3s infinite;
    animation: goto-project-anim2 ease 3s infinite
}

@-webkit-keyframes goto-project-anim2 {
    50% {
		-webkit-transform: translate3d(0, 0, 0);
    }

    61% {
		-webkit-transform: translate3d(0, 100%,0);
    }

    61.001% {
		-webkit-transform: translate3d(0, -100%,0);
    }
}

@-moz-keyframes goto-project-anim2 {
    50% {
        -moz-transform: translate3d(0, 0, 0);
    }

    61% {
        -moz-transform: translate3d(0, 100%,0);
    }

    61.001% {
        -moz-transform: translate3d(0, -100%,0);
    }
}

@keyframes goto-project-anim2 {
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    61% {
        -webkit-transform: translate3d(0, 100%,0);
        -moz-transform: translate3d(0, 100%,0);
        -ms-transform: translate3d(0, 100%,0);
        transform: translate3d(0, 100%,0);
    }

    61.001% {
        -webkit-transform: translate3d(0, -100%,0);
        -moz-transform: translate3d(0, -100%,0);
        -ms-transform: translate3d(0, -100%,0);
        transform: translate3d(0, -100%,0);
    }
}

.portfolio_grid .item.light_color .goto_project{
	color: #ffffff;
}

.portfolio_grid .item .goto_project i{
	display: inline-block;
}

.portfolio_grid .item:hover .goto_project i{
    -webkit-animation: goto-project-anim ease 2s infinite;
    -moz-animation: goto-project-anim ease 2s infinite;
    animation: goto-project-anim ease 2s infinite
}

@-webkit-keyframes goto-project-anim {


    50% {
		-webkit-transform: translate3d(0, 0,0);
    }

    61% {
		-webkit-transform: translate3d(0, 40px,0);
    }

    61.001% {
		-webkit-transform: translate3d(0, -40px,0);
    }

}

@-moz-keyframes goto-project-anim {
    50% {
        -moz-transform: translate3d(0, 0, 0);
    }

    61% {
        -moz-transform: translate3d(0, 40px,0);
    }

    61.001% {
        -moz-transform: translate3d(0, -40px,0);
    }
}

@keyframes goto-project-anim {
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    61% {
        -webkit-transform: translate3d(0, 40px,0);
        -moz-transform: translate3d(0, 40px,0);
        -ms-transform: translate3d(0, 40px,0);
        transform: translate3d(0, 40px,0);
    }

    61.001% {
        -webkit-transform: translate3d(0, -40px,0);
        -moz-transform: translate3d(0, -40px,0);
        -ms-transform: translate3d(0, -40px,0);
        transform: translate3d(0, -40px,0);
    }
}

.portfolio_grid .item .hover_link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.portfolio_grid .item .overlay .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .item:hover .overlay .inner{
	opacity: 1;
	visibility: visible;
	z-index: 6;
}

.portfolio_grid .item .overlay .inner .title{
	-webkit-transform: translateY(-50px) scale(0.9,0.9);
	-ms-transform: translateY(-50px) scale(0.9,0.9);
	transform: translateY(-50px) scale(0.9,0.9);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .item:hover .overlay .inner .title{
	-webkit-transform: translateY(0) scale(1,1);
	-ms-transform: translateY(0) scale(1,1);
	transform: translateY(0) scale(1,1);
}

.portfolio_grid .item .overlay .inner .tagline{
	font-size: 15px;
	font-weight: 300;
	-webkit-transform: translateY(50px) scale(0.8,0.8);
	-ms-transform: translateY(50px) scale(0.8,0.8);
	transform: translateY(50px) scale(0.8,0.8);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .item:hover .overlay .inner .tagline{
	-webkit-transform: translateY(0) scale(1,1);
	-ms-transform: translateY(0) scale(1,1);
	transform: translateY(0) scale(1,1);
}

.portfolio_grid .item .overlay .inner .separator{
	width: 0;
}

.portfolio_grid .item:hover .overlay .inner .separator{
	width: 40px;
}

.portfolio_grid .item .overlay .inner .separator.vertical{
	width: 1px;
	height: 0;
}

.portfolio_grid .item:hover .overlay .inner .separator.vertical{
	width: 1px;
	height: 40px;
}

/* portfolio project */
.portfolio_item_video{
	margin: 50px 0;
}

.portfolio_project_info{
	padding: 80px 0;
	text-align: center;
}

.portfolio_project_info .item + .item{
	margin-top: 30px;
}

.portfolio_project_info .item .categories a{
	display: inline-block;
	margin-right: 5px;
	background: #bebebe;
	color: #ffffff;
	padding: 3px 8px;
	text-decoration: none;
}

.portfolio_project_info .item .categories a:hover{
	background: #555555;
}

.portfolio_project_info .item .social_icons a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	border-radius: 100%;
}

.portfolio_project_info .item .social_icons a + a{
	margin-left: 10px;
}

.similar_projects{
	background: #f5f5f5;
	padding: 50px;
}

.similar_projects > .title{
	text-align: center;
}

.browse_projects{
	margin-bottom: 80px;
	padding: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.browse_projects .item{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.browse_projects .item:hover{
	background: #ededed;
}

.browse_projects a{
	display: block;
	padding: 50px 0;
	color: #444444;
	text-decoration: none;
}

.browse_projects .prev i{
	display: inline-block;
	margin-right: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.browse_projects .prev:hover i{
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.browse_projects .next i{
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.browse_projects .next:hover i{
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

/* top cover */
.top_cover{
	position: relative;
	background-size: cover;
    background-position: center center;
    height: 400px;
}

.top_cover.has_bg_color{
	color: #ffffff;
}

.top_cover.has_bg_color .title span.sep:after{
	background: #ffffff;
}

.top_cover.has_bg_color .subtitle,
.top_cover.has_bg_color .subtitle a{
	color: #ffffff !important;
}

.top_cover .overlay{
	padding: 80px 15px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.5);
}

.top_cover.has_bg_color .overlay{
	background: rgba(255, 255, 255, 0.1);
}

.vertical_align{
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top_cover .title{
	position: relative;
}

.top_cover .title span.title{
	position: relative;
	word-wrap: break-word;
	display: inline-block;
	padding: 30px 40px;
	padding-left: 0;
	font-size: 70px;
}

.top_cover .title span.sep{
	position: relative;
	margin-right: 30px;
}

.top_cover .title .subtitle a{
	color: #333333;
}

.top_cover .title span.sep:after{
	position: absolute;
	width: 1px;
	height: 130px;
	background: #333333;
	content: '';
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.top_cover .title span.subtitle{
	display: inline-block;
	font-weight: normal;
	padding-left: 20px;
	font-size: 16px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.top_cover.about{
	background-image:url('../img/about.jpg');
}

.top_cover.shop{
	background-image:url('../img/shop_top.jpg');
}

/*
===============================================
			15. Blog posts
===============================================
*/

.blog_posts .post .about_author{
	padding: 30px;
	background: #1d1d1d;
	color: #ffffff;
	margin: 30px 0;
	text-align: left;
}

.blog_posts .post .about_author img{
	width: 150px;
	height: 150px;
	float: left;
}

.blog_posts .post .about_author .body {
	padding-left: 170px;
	min-height: 150px;
}

.blog_posts .post .about_author .body .description{
	margin-bottom: 10px;
}

.blog_posts .post .about_author .body h5{
	margin-top: 0;
}

.blog_posts .post .about_author .body .icons a{
	color: #bebebe !important;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .about_author .body .icons a:hover{
	color: #ffffff !important;
}

.post_featured_image{
	margin-bottom: 30px;
}

.post_featured_image img{
	margin: 0 auto;
	display: block;
}

.blog_posts .post iframe{
	width: 100% !important;
}

.blog_posts .post.sticky{
	border-left: 4px solid #2f94dc;
	padding-left: 15px;
}

.blog_posts.default .post{
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #dedede;
}

.blog_posts.default .post + .post{
	margin-top: 50px;
}

.blog_posts.default .post .media .post_video_play_btn{
	width: 85px;
	height: 85px;
	line-height: 85px;
	font-size: 80px;
	position: absolute;
	content: '';
	color: #ffffff;
	z-index: 5;
	left: 50%;
	z-index: 50;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog_posts.default .post .media{
	margin-bottom: 30px;
	position: relative;
}

.blog_posts.default .post .media .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	z-index: 3;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts.default .post:hover .media .overlay{
	background: rgba(0, 0, 0, 0.4);
}

.blog_posts.default .post .title{
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}

.blog_posts.default .post .title a{
	position: relative;
	color: #111111;
	text-decoration: none !important;
}

.blog_posts.default .post .title a:before{
	position: absolute;
	left: 5px;
	top: 50%;
	width: 0;
	height: 1px;
	content: '';
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: #111111;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts.default .post .title:hover a:before{
	left: -70px;
	width: 50px;
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.blog_posts.default .post .title a:after{
	position: absolute;
	right: 5px;
	top: 50%;
	width: 0;
	height: 1px;
	content: '';
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: #111111;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts.default .post .title:hover a:after{
	right: -70px;
	width: 50px;
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.blog_posts.default .post .meta a{
	color: #888888;
}

.blog_posts.default .post .meta i{
	display: inline-block;
	margin: 0 5px;
}

.blog_posts.default .post .meta{
	margin-bottom: 30px;
}

.blog_posts.default .post .excerpt{
	margin-bottom: 30px;
}

.blog_posts.default.grid:after{
	display: block;
	content: '';
	clear: both;
}

.blog_posts.default.grid .post{
	margin: 0;
	padding: 30px 15px;
}

.blog_posts.default.grid .post .title:hover a:before{
	left: -30px;
	width: 20px;
}

.blog_posts.default.grid .post .title:hover a:after{
	right: -30px;
	width: 20px;
}

.blog_posts .post.post_view .body{
	text-align: left;
}

.blog_posts .post.post_view > .body > *{
	margin-bottom: 20px;
}

.blog_posts .post.post_view .tags_social{
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.blog_posts .post.post_view .tags_social .tags.tags_box{
    margin-bottom: 15px;
}

.blog_posts .post.post_view .tags_social .tags{
	float: left;
	line-height: 100%;
    width: 80%;
}

.blog_posts .post form.post-password-form input[type="password"]{
	border:1px solid #bebebe;
	padding: 5px;
}

.blog_posts .post form.post-password-form input[type="password"]:hover,
.blog_posts .post form.post-password-form input[type="password"]:focus{
	border:1px solid #333333;
}

.blog_posts .post form.post-password-form input[type="submit"]{
	background: #dedede;
	padding: 6px 15px;
	border:none;
}

.blog_posts .post form.post-password-form input[type="submit"]:hover,
.blog_posts .post form.post-password-form input[type="submit"]:focus{
	background: #1d1d1d;
	color: #ffffff;
}

.blog_posts .post.post_view .tags_social .tags .title{
	margin:0;
	display: inline-block;
	margin-right: 5px;	
}

.blog_posts .post.post_view .tags_social .tags a{
	display: inline-block;
	color: #555555;
	line-height: 1.5 !important;
}

.blog_posts .post.post_view .tags_social .social_icons{
	float: right;
}

.blog_posts .post.post_view .tags_social .social_icons a{
	display: inline-block;
	text-decoration: none;
	background: #ededed;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	color: #555555;
}

.blog_posts .post.post_view .tags_social .social_icons a + a{
	margin-left: 5px;
}

#comments{
	text-align: left;
}

#comments ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#comments > .comments > .title,
.comment-reply-title{
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

#comments .comment{
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #f4f4f4;
}

#comments .comment img{
	position: absolute;
	left: 0;
	top: 25px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

#comments .comment .media-body{
	padding-left: 100px;
}

#comments .comment .media-body .title{
	font-size: 16px;
	margin-bottom: 5px;
}

#comments .comment .media-body .title a{
	color: #333333;
}

#comments .comment .media-body .date{
	color: #999999;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

#comments .comment .media-body .text{
	margin-bottom: 15px;
}

#comments .comment .children{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 100px;
}

#comments .comment_form{
	text-align: left;
}

#comments .comment_form .title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.comment_form .title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.comment_form form p{
	margin-bottom: 20px;
}

.comment_form form p input[type="text"],
.comment_form form p textarea,
.comment-respond form p textarea{
	padding: 10px;
	width: 100%;
	border:0;
	background: transparent;
	border-bottom: 2px solid #ededed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.comment_form form p textarea,
.comment-respond form p textarea{
	min-height: 150px;
}

.comment_form form p input[type="text"]:hover,
.comment_form form p textarea:hover,
.comment-respond form p textarea:hover,
.comment_form form p input[type="text"]:focus,
.comment_form form p textarea:focus,
.comment-respond form p textarea:focus{
	background: #ffffff;
	border-bottom:2px solid #111111;
}

.comment_form input[type="submit"],
.comment-respond input[type="submit"]{
	border:none;
}

.pagination{
	display: block;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.pagination li{
	display: inline-block;
}

.pagination li a,
.pagination li .current{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	padding: 12px 20px;
	border-radius: 0 !important;
	color: #666666;
	background: transparent;
	border: none;
}

.pagination li + li{
	margin-left: 5px;
}

.pagination li:hover a,
.pagination li .current{
	color: #ffffff;
}

/* blog posts alternative */
.blog_posts.alternative .post + .post{
	padding-top: 50px;
}

.blog_posts.alternative .post > div{
	padding: 0;
}

.blog_posts.alternative .post .body:not(.no_image){
	padding-left: 30px;
}

.blog_posts.alternative .post .body .title{
	margin-bottom: 20px;
}

.blog_posts.alternative .post .body .title a{
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}

.blog_posts.alternative .post .actions{
	text-align: right;
}

.blog_posts.alternative .post .meta{
	margin-bottom: 15px;
}

.blog_posts.alternative .post .meta a{
	color: #999999;
	font-weight: bold;
}

/* blog sidebar */
.blog_sidebar .widgetbox + .widgetbox{
	margin-top: 50px;
}

.blog_sidebar .widgetbox.widget_search form{
	position: relative;
}

.blog_sidebar .widgetbox.widget_search form input{
	width: 100%;
	background: transparent;
	border:1px solid #bebebe;
	padding: 10px 20px;
	padding-right: 45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_sidebar .widgetbox.widget_search form input:hover,
.blog_sidebar .widgetbox.widget_search form input:focus{
	border:1px solid #333333;
	background: #ffffff;
}

.blog_sidebar .widgetbox.widget_search form button{
    display: none;
}

.blog_sidebar .widgetbox > .title{
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.blog_sidebar .widgetbox > .title span{
	background: #f5f5f5;
	padding: 0 10px;
}

.blog_sidebar .widgetbox > .title:before{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #999999;
    content: '';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_sidebar .widgetbox:hover > .title:before{
	background: #333333;
}

.blog_sidebar .widgetbox .about{
	text-align: center;
}

.blog_sidebar .widgetbox .about img{
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
	border-radius: 100%;
}

.blog_sidebar .widgetbox ul{
	margin: 0;
}

.blog_sidebar .widgetbox ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.blog_sidebar .widgetbox ul li:hover{
	border-bottom: 1px solid #555555;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_sidebar .widgetbox ul li a{
	display: block;
	color: #999999;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

.blog_sidebar .widgetbox ul li a:hover{
	color: #111111;
	padding-left: 5px;
}

.blog_sidebar .widgetbox.recent_posts ul{
	list-style: none;
	padding: 0;
}

.blog_sidebar .widgetbox.social .icons a{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 5px;
	font-size: 20px;
	background: #ededed;
	text-align: center;
	border-radius: 100%;
	text-decoration: none;
	color: #333333;
}

/*
===============================================
			16. Shop
===============================================
*/

.breadcrumb_outer{
	text-align: center;
    padding: 20px;
    background: #f3f3f3;
    color: #666666;
}

.breadcrumb_outer .inner a{
	display: inline-block;
	color: #666666;
}

.breadcrumb_outer .inner i{
	display: inline-block;
	margin: 0 7px;
}

.shop .top_actions{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.shop_block .woocommerce-pagination{
	display: block;
	text-align: center;
	float: left;
	width: 100%;
	margin: 30px 0;
}

.shop_block .woocommerce-pagination ul{
	border:none !important;
	margin: 0 !important;
}

.shop_block .woocommerce-pagination ul li{
	border:none !important;
}

.shop_block .woocommerce-pagination ul li + li{
	margin-left: 15px !important;
}

.shop_block .woocommerce-pagination ul li a{
	color: #999999 !important;
	padding: 15px 20px !important;
	border:1px solid #dedede !important;
}

.shop_block .woocommerce-pagination ul li a:hover{
	color: #333333 !important;
	background: #bebebe !important;
	border:1px solid transparent;
}

.shop_block .woocommerce-pagination ul li .current{
	color: #ffffff !important;
	background: #1d1d1d !important;
	padding: 15px 20px !important;
	border:1px solid transparent;
}

.shop .top_actions.top{
	margin-bottom: 50px;
}

.shop .top_actions.bottom{
	margin-top: 50px;
	margin-bottom: 50px;
}

.shop .top_actions .woocommerce-result-count{
	padding-top: 15px;
	display: inline-block;
	font-size: 15px;
	margin: 0;
}

.shop .top_actions .woocommerce-ordering{
	display: inline-block;
	margin: 0;
}

.shop .top_actions .woocommerce-ordering select{
	display: inline-block;
	border:1px solid #bebebe;
	border-radius: 0;
	padding: 15px;
}

/* shop products */
.shop .shop_products{
/*	margin-left: -30px;
	margin-right: -30px;*/
}

.shop .shop_products > div{
	padding: 0;
}

.shop .shop_products .product_outer{
	margin-bottom: 20px;
}

.shop .shop_products .product{
	overflow: hidden;
	position: relative;
}

.shop .shop_products .product .details{
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}

.shop .shop_products .product .details h4{
	margin-bottom: 5px;
}

.shop .shop_products .product .details a{
	color: #333333;
	text-decoration: none;
}

.shop .shop_products .product .details .prices{
	font-size: 16px;
}

.shop .shop_products .product .details .prices del{
	color: #999999;
}

.shop .shop_products .product .details .prices ins,
.shop .product .prices > .woocommerce-Price-amount{
	font-size: 24px;
	text-decoration: none;
	display: inline-block;
	margin-left: 10px;
}

.shop .shop_products .product .image{
	position: relative;
	overflow: hidden;
}

.shop .shop_products .product .onsale,
.shop .shop_products .product .percent_sale,
.shop .product_slider_box .onsale,
.shop .product_slider_box .percent_sale{
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 1px 8px;
    font-family: 'Montserrat', sans-serif;
    background: #EF3F3D;
    color: #ffffff;
    z-index: 5;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop .shop_products .product .percent_sale,
.shop .product_slider_box .percent_sale{
	left: auto;
	right: 15px;
}

.shop .shop_products .product:hover .onsale{
	top: -20%;
}

.shop .shop_products .product .overlay,
.btns_overlay,
.shop .shop_products .product .oos_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop .shop_products .product .oos_overlay{
	background: rgba(212, 212, 212, 0.5);
	opacity: 1;
	visibility: visible;
	z-index: 6;
}

.shop .shop_products .product .oos_overlay .message{
	position: absolute;
	left: 50%;
	top: 50%;
    background: #ffffff;
    text-align: center;
    width: 80%;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.shop .shop_products .product:not(.out_of_stock):hover .overlay,
.btns_overlay.visible{
	z-index: 6;
	opacity: 1;
	visibility: visible;
}

.btns_overlay{
	background: rgba(255, 255, 255, 0.85);
}

.btns_overlay.visible{
	z-index: 10;
}

.shop .product .star-rating-wrap{
	display: block;
	width: 100%;
}

.shop .product .star-rating{
	margin: 15px auto;
	margin-bottom: 5px;
	float: none;
}

.shop .product .overlay .yith-wcwl-wishlistaddedbrowse.show,
.shop .product .overlay .yith-wcwl-add-button.show,
.shop .product .overlay .yith-wcwl-wishlistexistsbrowse.show{
	display: inline-block !important;
}

.shop .product .overlay .hide,
.yith-wcwl-add-to-wishlist .ajax-loading,
.shop .product .overlay .yith-wcwl-wishlistexistsbrowse .feedback{
	display: none !important;
}

.shop .product .overlay .yith-wcwl-add-to-wishlist{
	display: inline-block;
	margin: 0;
}

.shop .product .overlay .inner{
	position: absolute;
	left: 50%;
	max-width: 150px;
	text-align: center;
	font-size: 0;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop .product:hover .overlay .inner{
	top: 50%;
}

.shop .product .overlay a.added_to_cart{
	display: none;
}

.shop .product .overlay a{
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 16px;
	line-height: 60px !important;
	border-radius: 100% !important;
	background: #ffffff !important;
	color: #555555;
	margin: 5px;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop .product .overlay a:hover{
	color: #ffffff;
}

.shop .product .overlay .yith-wcwl-wishlistexistsbrowse a,
.shop .product .overlay .yith-wcwl-wishlistaddedbrowse a,
.shop .product .overlay .add_to_wishlist{
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop .product .overlay .yith-wcwl-wishlistexistsbrowse a:before,
.shop .product .overlay .yith-wcwl-wishlistaddedbrowse a:before,
.shop .product .overlay .add_to_wishlist:before{
    content: "\e634";
}

.shop_featured_items_wrapper{
	margin-bottom: 50px;
}

.shop_featured_items_wrapper > .title{
	text-align: center;
	margin-bottom: 30px;
}

/* Shopping Cart */

.shopping_cart{
	border:1px solid #ededed;
	margin-bottom: 25px;
}

.shopping_cart .cart_head .item{
	border-right: 1px solid #ededed;
	padding: 15px;
	border-bottom: 1px solid #ededed;
}

.shopping_cart .cart_head .item:last-child{
	border-right: none;
}

.shopping_cart .items .item .col{
	padding: 15px;
}

.shopping_cart .items .item{
	border-bottom: 1px solid #ededed;
}

.shopping_cart .items .item img{
	border:1px solid #ededed;
	padding: 5px;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shopping_cart .items .item img:hover{
	border:1px solid #555555;
}

.shopping_cart .items .item .title{
	text-transform: uppercase;
}

.shopping_cart .items .item .item_color h6{
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

.shopping_cart .items .item .item_color span{
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
}

.shopping_cart .items .item .description{
	margin-bottom: 20px;
}

.shop_item_quantity span{
	display: inline-block;
	border:1px solid #ededed;
	padding: 11px;
	float: left;
	cursor: pointer;
}

.shop_item_quantity input{
	padding: 7px;
	width: 50px;
	float: left;
	text-align: center;
	font-size:15px;
	border:1px solid #ededed;
	border-left: 0;
	border-right: 0;
}

.shop_table.cart .product-remove a{
	color: #333333 !important;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	border-radius: 0;
}

.shop_table.cart .product-remove a:hover{
	border-radius: 0;
	background: #333333;
	color: #ffffff !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	background: #b81c23;
	color: #ffffff;
	padding: 15px !important;
	margin: 30px 0 !important;
	border:none !important;
}

.woocommerce-info{
	background: #1e85be;
}

.woocommerce-message{
	background: #8fae1b;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before{
	content: " ";
}

.woocommerce .lost_password{
	color: #333333;
}

.woocommerce form.login,
.woocommerce form.register{
	border:none;
	padding: 0;
	margin: 0;
}

.woocommerce .box_border > h4{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ededed;
}

.woocommerce input.input-text,
.woocommerce textarea.input-text{
	min-width: 150px;
    padding: 0 15px !important;
    margin: 0 15px 0 0 !important;
    outline: 0;
    height: 44px;
    border-radius: 0 !important;
    border: 2px solid #ededed !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.woocommerce textarea.input-text{
	padding: 15px !important;
	min-height: 120px;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button{
	line-height: 1.5;
}

.woocommerce input.input-text:hover,
.woocommerce input.input-text:focus,
.woocommerce textarea.input-text:hover,
.woocommerce textarea.input-text:focus{
	border-color: #333333 !important;
}

.woocommerce input.input-text:focus{
	box-shadow: none;
}

.woocommerce table.shop_table.cart td.actions .button {
    padding: 13px 25px;
    min-width: 140px;
    line-height: 1.2 !important;
    border-radius: 0;
    background: #bebebe;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.woocommerce table.shop_table.cart td.actions .button[name="update_cart"]{
	background: #333333 !important;
	margin-right: 5px;
}

.woocommerce table.shop_table.cart td.actions .button:hover{
	background: #1d1d1d !important;
}

.single_add_to_cart_button{
    padding: 14px 15px !important;
    line-height: 1.2 !important;
}

.woocommerce-cart table.cart tr td.product-name a{
	color: #333333;
}

.woocommerce-cart table.cart{
	font-size: 14px;
    border: none;
    border-radius: 0;
	text-align: right;
}

.woocommerce-cart table.cart{
	border-top: 1px solid #dedede;
}

.woocommerce table.shop_table td{
	border:none;
}

.woocommerce table.shop_table th{
	padding: 15px 20px;
}

.woocommerce-cart table.cart td.product-thumbnail{
	width: 70px;
}

.woocommerce-cart table.cart tr th,
.woocommerce-cart table.cart tr td{
	border-bottom: 1px solid #dedede;
	text-align: right;
}

.woocommerce-cart table.cart tr th.product-name,
.woocommerce-cart table.cart tr td.product-name{
	text-align: left;
}

.woocommerce-cart table.cart td.product-name dl.variation dd{
	margin-bottom: 0;
}

.woocommerce-checkout #payment{
	background: #f5f5f5;
	border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box{
	background: #dedede;
	margin-right: 0;
	width: 100%;
}

.woocommerce-cart table.cart td.actions{
	padding: 15px 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    padding: 10px 12px;
    margin-right: 15px;
    width: 130px;
    line-height: 19px;
}

.woocommerce-cart table.cart .product-thumbnail img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100px;
}

.woocommerce .checkout_coupon .coupon input[type="submit"]{
	background: #1d1d1d;
	height: 44px;
    line-height: 1.2;
}

.woocommerce-MyAccount-content{
	padding-top: 50px;
}

.woocommerce .woocommerce-info{
	border-top: 2px solid #333333;
}

.woocommerce .woocommerce-info:before{
	color: #333333;
}

.woocommerce .woocommerce-info a{
	color: #ffffff;
}

.woocommerce .woocommerce-info a:not(.showcoupon){
	color: #ffffff !important;
	background: #1d1d1d !important;
}

.woocommerce #payment #place_order{
	background: #1d1d1d;
	padding: 15px 25px !important;
}

#customer_details > div{
	width: 100%;
	margin-bottom: 30px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	border-radius: 0;
}

.woocommerce form input.input-text,
.woocommerce form .form-row textarea{
	border:1px solid #dedede;
	background: #ffffff;
	padding: 8px 12px;
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator{
	width: 50%;
}

.woocommerce .cart-collaterals .cart_totals{
	width: 35%;
	text-align: right;
}

.woocommerce .cart-collaterals .cart_totals > h2{
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals table{
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td{
	text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table #shipping_method input{
	display: inline-block;
	float: right;
	margin-left: 15px;
	margin-right: 5px;
}

.shopping_cart .items .item .shop_item_quantity span:hover{
	border:1px solid #555555;
}

.shopping_cart .items .item .price{
	font-weight: bold;
	font-size:18px;
}

.woocommerce table.wishlist_table{
	border-radius: 0;
	border:1px solid #dedede;
	font-size: 14px;
}

.woocommerce table.wishlist_table thead th{
	border:none;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
	border-bottom: 1px solid #dedede;
	text-align: left;
}

.woocommerce table.wishlist_table tr td.product-remove{
	text-align: center;
}

.woocommerce table.wishlist_table tr td.product-remove a.remove{
	margin: 0;
	width: auto;
}

.woocommerce .empty-cart-wrapper{
	text-align: center;
}

.woocommerce .wishlist-title{
	display: block;
}

.woocommerce .wishlist-title h2{
	text-align: center;
	display: block;
}

#yith-wcwl-form{
	padding: 150px 30px;
}

.woocommerce table.wishlist_table tbody td.product-name a{
	color: #333333;
}

.woocommerce .wishlist_table td.product-add-to-cart a{
	border-radius: 0;
	background: #1d1d1d;
	padding: 10px 20px;
}

.shop_promo_code{
	padding: 15px;
	border:1px solid #ededed;
}

.shop_promo_code h3{
	margin-top: 0;
}

.shop_promo_code .description{
	margin-bottom: 10px;
}

.shop_promo_code input{
	width: 100%;
	border:1px solid #ededed;
	padding: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop_promo_code input:hover{
	border:1px solid #555555;
}

.order_summary h3{
	margin-top: 0;
	margin-bottom: 15px;
	text-align: right;
}

.order_summary .line{
	text-align: right;
	margin-bottom: 10px;
}

.order_summary .line span.name{
	display: inline-block;
}

.order_summary .line span.value{
	min-width: 70px;
	display: inline-block;
}

.order_summary .line.grandtotal span.name{
	font-size: 18px;
	font-weight: bold;
}

.order_summary .line.grandtotal span.value{
	font-size:15px;
	font-weight: bold;
}

.order_summary .actions > div{
	padding: 0;
}

.order_summary .btn{
	float: right;
	margin-top: 15px;
}

.woocommerce .woocommerce-message{
	float: left;
	width: 100%;
	display: block;
	border-top-color: #333333;
}

.woocommerce-message a.button{
	background: #ffffff;
    color: #333333 !important;
    font-weight: normal;
}

.woocommerce-message a.button:hover{
	color: #ffffff !important;
}

#review_form_wrapper .comment-respond input[type="text"],
#review_form_wrapper .comment-respond input[type="email"]{
	border:2px solid #dedede;
	background: #ffffff;
	padding: 10px;
	display: block;
	width: 100%;
}

#review_form_wrapper .comment-respond input[type="text"]:hover,
#review_form_wrapper .comment-respond input[type="text"]:focus,
#review_form_wrapper .comment-respond input[type="email"]:hover,
#review_form_wrapper .comment-respond input[type="email"]:focus{
	border:2px solid #333333;
}

.woocommerce #reviews #comments ol.commentlist{
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin-left: 95px;
	border:1px solid #ededed;
}

.shop_products.related > h2,
.shop_products.upsells > h2{
	padding: 0 15px;
}

.woocommerce div.product form.cart .group_table{
	margin-bottom: 20px;
}

.woocommerce div.product form.cart .group_table td{
	padding-top: 0;
}

.woocommerce div.product form.cart .group_table td.label label{
	font-size: 14px;
}

.woocommerce div.product form.cart .group_table td.label a{
	color: #333333;
}

.woocommerce div.product form.cart .group_table td.price{
	font-size: 14px;	
}

.woocommerce div.product p.cart a{
	padding: 10px 15px;
	border-radius: 0;
	background: #333333;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations{
	width: 100%;
}

.woocommerce div.product form.cart .variations label{
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding: 25px 0;
}

.woocommerce div.product form.cart .variations select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    margin: 0;
    border-radius: 0;
    background: #ffffff;
    border:1px solid #dedede;
}

.product_slider_box{
	padding: 0;
	position: relative;
}

.shop_product_page{
	padding-top: 80px;
}

.shop_product_page .shop_product_details .price{
	margin: 20px 0;
}

.shop_product_page .size_guide{
	margin-bottom: 20px;
}

.shop_product_page .add_to_wishlist{
	background: #a1a1a1 !important;
	border-radius: 0 !important;
	font-weight: normal !important;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}

.shop_product_page .size_guide img{
	margin-right: 10px;
	display: inline-block;
}

.shop_product_page .yith-wcwl-add-to-wishlist{
	margin-bottom: 20px;
}

.single_product_page .star-rating{
	margin: initial !important;
}

.shop_product_page .product form.cart .button{
	border-radius: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Montserrat", sans-serif;
}

.shop_product_page .product form.cart .button:hover{
	background: #1d1d1d !important;
	color: #ffffff !important;
}

.item_reviews .item{
	position: relative;
	margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width: 80px;
	height: 80px;
	padding: 5px;
	border:1px solid #ededed;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.item_reviews .item img:hover{
	border:1px solid #999999;
}

.item_reviews .item .body{
	padding-left: 100px;
}

.item_reviews .item .body .name{
	display: inline-block;
	margin-right: 10px;
}

.item_reviews .item .body .date{
	color: #999999;
	margin-right: 10px;
}

.review_form .title{
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

.review_form .form input,
.review_form .form textarea{
	width: 100%;
	border:1px solid #ededed;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.review_form .form textarea{
	min-height: 120px;
	min-width: 100%;
	max-width: 100%;
}

.review_form .form input:hover,
.review_form .form textarea:hover,
.review_form .form input:focus,
.review_form .form textarea:focus{
	border:1px solid #999999;
}

.review_form .form button{
	background: transparent;
	border:none;
	padding: 0;
	margin: 0;
}

.review_form .form .item_rating{
	margin-bottom: 15px;
}

/* shop product */
.shop_item{
	margin: 80px 0;
}

.shop_item .slideshow_items .item{
	height: auto;
}

.shop_product_details > .title{
	font-weight: bold;
	margin-bottom: 3px;
}

.shop_product_details .code{
	margin-bottom: 10px;
}

.shop_product_details .price{
	font-size: 35px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.shop_product_details .price ins{
	text-decoration: none;
}

.shop_product_details .price del{
	font-size: 14px;
	margin-right: 10px;
	color: #999999;
}

.shop_product_details .choose{
	margin: 20px 0;
}

.shop_product_details .choose h5{
	margin-top: 6px;
}

.shop_product_details .addtocart_form{
	margin-bottom: 20px;
}

.shop_product_details .addtocart_form .quantity{
	display: inline-block;
	font-size: 0;
	float: left;
}

.shop_product_details .addtocart_form .quantity a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #333333;
	text-align: center;
	border:1px solid #ededed;
	float: left;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop_product_details .addtocart_form .quantity a:hover{
	background: #111111;
	border:1px solid transparent;
	color: #ffffff;
}

.shop_product_details .addtocart_form .quantity input{
	height: 40px;
	width: 40px;
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
	background: #f4f4f4;
	font-size: 13px;
	padding: 0 10px;
	text-align: center;
	float: left;
}

.shop_product_details .addtocart_form a.button{
	float: left;
	margin-left: 20px;
}

.shop_product_details .btn_box{
	margin-bottom: 20px;
}

.shop_product_details .btn_box a{
	display: inline-block;
	margin-bottom: 10px;
}

.shop_product_details .categories{
	margin-bottom: 20px;
}

.shop_product_details .categories h5{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
	border-radius: 0;
}

.woocommerce #reviews #comments .star-rating{
	float: right;
}

.woocommerce #review_form #respond .form-submit input#submit{
	border-radius: 0;
	padding: 15px 20px;
	background: #999999;
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.woocommerce #review_form #respond .form-submit input#submit:hover{
	background: #1d1d1d;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
	border-radius: 0;
}

.woocommerce #reviews h3{
	margin-bottom: 10px;
}

.product_tabs{
	margin-top: 50px;
	margin-bottom: 50px;
}

.product_tabs .tab-pane > h2,
.product_tabs .tab-pane .woocommerce-Reviews-title{
	font-size: 28px;
}

.product_tabs .nav{
	font-size: 0;
}

.product_tabs .nav li{
	font-size: 13px;
	margin-bottom: 0;
	float: none;
	display: inline-block;
}

.product_tabs .nav li + li{
	margin-left: 10px;
}

.product_tabs .nav li a{
	border-radius: 0;
	border:2px solid transparent;
	margin: 0;
	color: #333333;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product_tabs .nav li a:hover,
.product_tabs .nav li.active a{
	border:2px solid transparent;
	color: #ffffff;
}

.product_tabs .tab-content .tab-pane{
	padding: 20px 0;
}

.product_tabs .tab-content .tab-pane > h3{
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.product_tabs .tab-content .tab-pane table tr td{
	border:1px solid #ededed;
}

.product_reviews{
	margin-bottom: 20px;
}

.product_reviews .review{
	margin-bottom: 20px;
	position: relative;
	background: #f9f9f9;
	border-bottom: 1px solid #ededed;
	padding: 20px;
}

.product_reviews .review .body{
	padding-left: 70px;
}

.product_reviews .review img{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
}

.product_reviews .review h5{
	margin-bottom: 0;
}

.product_reviews .review .meta{
	color: #999999;
}

.product_reviews .review h5 .ratings{
	float: right;
}

.product_reviews .review h5 .ratings i{
	display: inline-block;
}

.product_review_form input,
.product_review_form textarea{
	padding: 10px;
	width: 100%;
	border:2px solid #dedede;
	background: transparent;
	margin-bottom: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product_review_form textarea{
	height: 150px;
}

.product_review_form input:hover,
.product_review_form textarea:hover,
.product_review_form input:focus,
.product_review_form textarea:focus{
	border:2px solid #111111;
}

.product_review_form button{
	background: transparent;
	padding: 0;
	margin: 0;
	border:none;
	display: inline-block;
}

.product_review_form .rating{
	margin-bottom: 20px;
}

.product_review_form .rating span{
	display: inline-block;
	margin-right: 10px;
}

.product_review_form .rating i{
	cursor: pointer;
	color: #999999;
	font-size: 17px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product_review_form .rating i:hover{
	color: #111111;
}

.shop_page_box{
	padding-bottom: 80px;
}

.woocommerce form .form-row .select2-container{
	height: 44px;
}

.woocommerce-MyAccount-navigation{
	margin-top: 50px;
}

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

.woocommerce-MyAccount-navigation ul li a{
	display:block;
	border-top:1px solid #EEEEEE;
	border-right:1px solid transparent;
	margin-right:-1px;
	color:#7b599b;
	padding:10px;
}

.woocommerce-MyAccount-navigation ul li.is-active{
	position:relative;
	background:#FFFFFF;
	border-right-color:#ffffff;
	z-index:1;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
	color:#222222;
}

.woocommerce-MyAccount-navigation ul li a{
	color:#888888;
	display:block;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
	color:#222222;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
	border-right-color:#ffffff;
}

@media screen and (max-width:768px){
	.woocommerce-MyAccount-navigation ul li.is-active a{
		border-right:0;
	}
}

.shop_cart_table{
	border:1px solid #dedede;
	margin-bottom: 30px;
}

.shop_cart_table thead tr th{
	padding: 10px;
	text-transform: uppercase;
}

.shop_cart_table.table a.title{
	color: #333333;
}

.shop_cart_table.table > thead > tr > td,
.shop_cart_table.table > thead > tr > th,
.shop_cart_table.table > tbody > tr > td,
.shop_cart_table.table > tbody > tr > th,
.shop_cart_table.table > tfoot > tr > td,
.shop_cart_table.table > tfoot > tr > th{
	vertical-align: middle;
}

.shop_cart_table .cart_image img{
	width: 60px;
}

.shop_cart_table .cart_actions input{
	width: 50px;
	display: inline-block;
	border:1px solid #dedede;
	height: 30px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


.shop_cart_table .cart_actions button{
    width: 50px;
    display: inline-block;
    border: 1px solid #dedede !important;
    height: 30px;
    text-align: center;
    padding: 1px 6px !important;
    font-size: 13px !important;
    color: #333333 !important;
    background: transparent !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.shop_cart_table .cart_actions input:hover,
.shop_cart_table .cart_actions button:hover{
	border:1px solid #333333 !important;
	background: transparent !important;
}

.coupon_discount{
	margin-bottom: 30px;
}

.shop_form{
	padding: 25px;
	border:1px solid #dedede;
}

.shop_form.shop_cart_totals > a{
	display: block;
}

.shop_form.shop_cart_totals > a + a{
	margin-top: 15px;
}

.shop_form h4{
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.shop_form form input{
	margin-bottom: 15px;
	display: block;
	width: 100%;
	border:1px solid #dedede;
	padding: 10px;
}

.shop_form form button{
	border: none;
}

.shop_cart_totals .table tr.total{
	font-weight: bold;
}

.shop_cart_totals a.btn{
	width: 100%;
}

.shop_cart_totals a.btn + a.btn{
	margin-top: 15px;
}

.promo_images_wrapper{
	padding: 50px 15px;
	padding-top: 0;
}

.promo_images_wrapper .box{
	position: relative;
}

.promo_images_wrapper .box .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(255, 255, 255, 0.2);
	content: '';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.promo_images_wrapper .box:hover .overlay{
	background: rgba(255, 255, 255, 0.05);
}

.promo_images_wrapper .box .overlay .inner{
	position: absolute;
	top: 50%;
	text-align: center;
	width: calc(100% - 60px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.promo_images_wrapper .box:hover .overlay .inner{
	top: 55%;
}

.promo_images_wrapper .box .overlay.align_left .inner{
	left: 30px;
	text-align: left;
}

.promo_images_wrapper .box .overlay.align_right .inner{
	right: 30px;
	text-align: right;
}

.promo_images_wrapper .box .overlay.align_center .inner{
	left: 50%;
	text-align: center;
}

.promo_images_wrapper .box .overlay.align_center .inner{
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.promo_images_wrapper .box .overlay .inner .title{
	margin-bottom: 0;
	letter-spacing: 3px;
}

.promo_images_wrapper .box .overlay .inner .title a{
	color: #ffffff;
	text-decoration: none;
}

.promo_images_wrapper .box .overlay .inner .separator{
	height: 2px;
	width: 15px;
	background: #ffffff;
	display: inline-block;
	margin: 15px auto;
	margin-bottom: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.promo_images_wrapper .box:hover .overlay .inner .separator{
	width: 50px;
}

.promo_images_wrapper .box .overlay .inner .description{
	letter-spacing: 3px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

/* shop sidebar */
.shop_sidebar{
	margin-bottom: 80px;
}



.shop_sidebar .widgetbox + .widgetbox{
	margin-top: 45px;
}

.shop_sidebar .widgetbox a{
	color: #333333;
}

.shop_sidebar .widgetbox.widget_product_search form{
	position: relative;
}

.shop_sidebar .widgetbox.widget_product_search input[type="submit"]{
	display: none;
}

.shop_sidebar .widgetbox.widget_product_search .screen-reader-text{
	display: none;
}

.shop_sidebar .widgetbox.widget_product_search input[type="search"]{
	width: 100%;
	background: #f4f4f4;
	padding: 20px;
	padding-right: 50px;
	border:2px solid transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop_sidebar .widgetbox.widget_product_search input[type="search"]:hover,
.shop_sidebar .widgetbox.widget_product_search input[type="search"]:focus{
	border:2px solid #111111;
}

.shop_sidebar .widgetbox.widget_product_search input[type="search"]:focus{
	background: #f9f9f9;
}

.shop_sidebar .widgetbox > .title{
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}

.shop_sidebar .widgetbox > .title:after{
	content: '';
	height: 2px;
	width: 25%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #999999;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop_sidebar .widgetbox:hover > .title:after{
	width: 50%;
}

.shop_sidebar .widgetbox ul.product-categories{
	list-style: none;
	padding: 0;
	margin: 0;
}

.shop_sidebar .widgetbox ul.product-categories li{
	margin-bottom: 5px;
}

.shop_sidebar .widgetbox ul.product-categories li a{
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom:2px solid transparent;
	display: block;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop_sidebar .widgetbox ul.product-categories li a:hover{
	border-bottom:2px solid #bebebe;
	padding-left: 10px;
}

.shop_sidebar .widgetbox ul.product_list_widget li del{
	color: #999;
}

.shop_sidebar .widgetbox ul.product_list_widget li > .woocommerce-Price-amount,
.shop_sidebar .widgetbox ul.product_list_widget li ins{
	font-size: 16px;
	text-decoration: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background: #bebebe !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: #555555 !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button{
	background: #bebebe;
	color: #333333;
	border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background: #1d1d1d;
}

.shop_sidebar .widgetbox.filter .button{
	margin-top: 20px;
	display: block;
}

.shop_sidebar .widgetbox .tagcloud a{
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 4px 8px;
	background: #f4f4f4;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop_sidebar .widgetbox .tagcloud a:hover{
	background: #111111;
	color: #ffffff;
}


/* footer */
#footer{
	padding-left: 240px;
	background: #1d1d1d;
	color: #dedede;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
}

#footer .social_icons{
	margin: 30px 0;
	font-size: 0;
}

#footer .social_icons a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	color: #666666;
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#footer .social_icons a + a{
	margin-left: 15px;
}

#footer .social_icons a:hover{
	color: #ffffff;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

#footer .copyright{
	letter-spacing: 1px;
}

#footer a{
	color: #dedede;
}

#footer a:hover{
	color: #ffffff;
}

.page_404{
	background: #1d1d1d;
	color: #ffffff;
	padding: 100px 50px;
	text-align: center;
}

.page_404 a{
	color: #ffffff;
}

/*
===============================================
			17. Themes
===============================================
*/

/* THEME 1 */

body.theme1 .color,
body.theme1 .portfolio_grid_filter li.active,
body.theme1 .portfolio_grid_filter li:hover,
body.theme1 #sidebar .inner nav > ul > li.active > a,
body.theme1 #sidebar .inner nav > ul > li:hover > a,
body.theme1 #submenu_bar ul li a:hover,
body.theme1 .blog_posts.default .post .title a:hover,
body.theme1 .blog_posts.alternative .post .body .title a:hover,
body.theme1 .shop .shop_products .product .details h4 a:hover,
body.theme1 .shop .shop_products .product .details .prices ins,
body.theme1 .shop .product .prices > .woocommerce-Price-amount,
body.theme1 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme1 .shop_product_details .price ins{
	color:#EF3F3D;
}

.theme_configs .themes .theme1,
body.theme1 .portfolio_grid .item .overlay .inner .separator,
body.theme1 .button:hover,
body.theme1 .button:focus,
body.theme1 .button.inverse,
body.theme1 .hor_sep,
body.theme1 .section.some_stats,
body.theme1 .progress_bars_item .bar_outer .bar_inner,
body.theme1 .blog_posts.default .post .title:hover a:before,
body.theme1 .blog_posts.default .post .title:hover a:after,
body.theme1 .pagination li .current,
body.theme1 .pagination li:hover a,
body.theme1 .ui-widget-header,
body.theme1 .product_tabs .nav li a:hover,
body.theme1 .product_tabs .nav li.active a,
body.theme1 .slideshow .slide .overlay .inner .sep,
body.theme1 .fullscreen_video .overlay .inner .sep,
body.theme1 .shop .product .overlay a:hover,
body.theme1 .shop_product_page .product form.cart .button,
body.theme1 .woocommerce table.shop_table.cart td.actions .button{
	background: #EF3F3D;
}

body.theme1 .pricing_tables_item,
body.theme1 .button.inverse.border{
	border:2px solid #EF3F3D;
}

body.theme1 .product_tabs .nav{
	border-bottom: 2px solid #EF3F3D;
}


/* THEME 2 */

body.theme2 .color,
body.theme2 .portfolio_grid_filter li.active,
body.theme2 .portfolio_grid_filter li:hover,
body.theme2 #sidebar .inner nav > ul > li.active > a,
body.theme2 #sidebar .inner nav > ul > li:hover > a,
body.theme2 #submenu_bar ul li a:hover,
body.theme2 .blog_posts.default .post .title a:hover,
body.theme2 .blog_posts.alternative .post .body .title a:hover,
body.theme2 .shop .shop_products .product .details h4 a:hover,
body.theme2 .shop .shop_products .product .details .prices ins,
body.theme2 .shop .product .prices > .woocommerce-Price-amount,
body.theme2 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme2 .shop_product_details .price ins{
	color:#0087e0;
}

.theme_configs .themes .theme2,
body.theme2 .portfolio_grid .item .overlay .inner .separator,
body.theme2 .button:hover,
body.theme2 .button:focus,
body.theme2 .button.inverse,
body.theme2 .hor_sep,
body.theme2 .section.some_stats,
body.theme2 .progress_bars_item .bar_outer .bar_inner,
body.theme2 .blog_posts.default .post .title:hover a:before,
body.theme2 .blog_posts.default .post .title:hover a:after,
body.theme2 .pagination li .current,
body.theme2 .pagination li:hover a,
body.theme2 .ui-widget-header,
body.theme2 .product_tabs .nav li a:hover,
body.theme2 .product_tabs .nav li.active a,
body.theme2 .slideshow .slide .overlay .inner .sep,
body.theme2 .fullscreen_video .overlay .inner .sep,
body.theme2 .shop .product .overlay a:hover,
body.theme2 .shop_product_page .product form.cart .button,
body.theme2 .woocommerce table.shop_table.cart td.actions .button{
	background: #0087e0;
}

body.theme2 .pricing_tables_item,
body.theme2 .button.inverse.border{
	border:2px solid #0087e0;
}

body.theme2 .product_tabs .nav{
	border-bottom: 2px solid #0087e0;
}

/* THEME 3 */

body.theme3 .color,
body.theme3 .portfolio_grid_filter li.active,
body.theme3 .portfolio_grid_filter li:hover,
body.theme3 #sidebar .inner nav > ul > li.active > a,
body.theme3 #sidebar .inner nav > ul > li:hover > a,
body.theme3 #submenu_bar ul li a:hover,
body.theme3 .blog_posts.default .post .title a:hover,
body.theme3 .blog_posts.alternative .post .body .title a:hover,
body.theme3 .shop .shop_products .product .details h4 a:hover,
body.theme3 .shop .shop_products .product .details .prices ins,
body.theme3 .shop .product .prices > .woocommerce-Price-amount,
body.theme3 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme3 .shop_product_details .price ins{
	color:#A08600;
}

.theme_configs .themes .theme3,
body.theme3 .portfolio_grid .item .overlay .inner .separator,
body.theme3 .button:hover,
body.theme3 .button:focus,
body.theme3 .button.inverse,
body.theme3 .hor_sep,
body.theme3 .section.some_stats,
body.theme3 .progress_bars_item .bar_outer .bar_inner,
body.theme3 .blog_posts.default .post .title:hover a:before,
body.theme3 .blog_posts.default .post .title:hover a:after,
body.theme3 .pagination li .current,
body.theme3 .pagination li:hover a,
body.theme3 .ui-widget-header,
body.theme3 .product_tabs .nav li a:hover,
body.theme3 .product_tabs .nav li.active a,
body.theme3 .slideshow .slide .overlay .inner .sep,
body.theme3 .fullscreen_video .overlay .inner .sep,
body.theme3 .shop .product .overlay a:hover,
body.theme3 .shop_product_page .product form.cart .button,
body.theme3 .woocommerce table.shop_table.cart td.actions .button{
	background: #A08600;
}

body.theme3 .pricing_tables_item,
body.theme3 .button.inverse.border{
	border:2px solid #A08600;
}

body.theme3 .product_tabs .nav{
	border-bottom: 2px solid #A08600;
}

/* THEME 4 */

body.theme4 .color,
body.theme4 .portfolio_grid_filter li.active,
body.theme4 .portfolio_grid_filter li:hover,
body.theme4 #sidebar .inner nav > ul > li.active > a,
body.theme4 #sidebar .inner nav > ul > li:hover > a,
body.theme4 #submenu_bar ul li a:hover,
body.theme4 .blog_posts.default .post .title a:hover,
body.theme4 .blog_posts.alternative .post .body .title a:hover,
body.theme4 .shop .shop_products .product .details h4 a:hover,
body.theme4 .shop .shop_products .product .details .prices ins,
body.theme4 .shop .product .prices > .woocommerce-Price-amount,
body.theme4 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme4 .shop_product_details .price ins{
	color:#0B7900;
}

.theme_configs .themes .theme4,
body.theme4 .portfolio_grid .item .overlay .inner .separator,
body.theme4 .button:hover,
body.theme4 .button:focus,
body.theme4 .button.inverse,
body.theme4 .hor_sep,
body.theme4 .section.some_stats,
body.theme4 .progress_bars_item .bar_outer .bar_inner,
body.theme4 .blog_posts.default .post .title:hover a:before,
body.theme4 .blog_posts.default .post .title:hover a:after,
body.theme4 .pagination li .current,
body.theme4 .pagination li:hover a,
body.theme4 .ui-widget-header,
body.theme4 .product_tabs .nav li a:hover,
body.theme4 .product_tabs .nav li.active a,
body.theme4 .slideshow .slide .overlay .inner .sep,
body.theme4 .fullscreen_video .overlay .inner .sep,
body.theme4 .shop .product .overlay a:hover,
body.theme4 .shop_product_page .product form.cart .button,
body.theme4 .woocommerce table.shop_table.cart td.actions .button{
	background: #0B7900;
}

body.theme4 .pricing_tables_item,
body.theme4 .button.inverse.border{
	border:2px solid #0B7900;
}

body.theme4 .product_tabs .nav{
	border-bottom: 2px solid #0B7900;
}

/* THEME 5 */

body.theme5 .color,
body.theme5 .portfolio_grid_filter li.active,
body.theme5 .portfolio_grid_filter li:hover,
body.theme5 #sidebar .inner nav > ul > li.active > a,
body.theme5 #sidebar .inner nav > ul > li:hover > a,
body.theme5 #submenu_bar ul li a:hover,
body.theme5 .blog_posts.default .post .title a:hover,
body.theme5 .blog_posts.alternative .post .body .title a:hover,
body.theme5 .shop .shop_products .product .details h4 a:hover,
body.theme5 .shop .shop_products .product .details .prices ins,
body.theme5 .shop .product .prices > .woocommerce-Price-amount,
body.theme5 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme5 .shop_product_details .price ins{
	color:#7C2EAA;
}

.theme_configs .themes .theme5,
body.theme5 .portfolio_grid .item .overlay .inner .separator,
body.theme5 .button:hover,
body.theme5 .button:focus,
body.theme5 .button.inverse,
body.theme5 .hor_sep,
body.theme5 .section.some_stats,
body.theme5 .progress_bars_item .bar_outer .bar_inner,
body.theme5 .blog_posts.default .post .title:hover a:before,
body.theme5 .blog_posts.default .post .title:hover a:after,
body.theme5 .pagination li .current,
body.theme5 .pagination li:hover a,
body.theme5 .ui-widget-header,
body.theme5 .product_tabs .nav li a:hover,
body.theme5 .product_tabs .nav li.active a,
body.theme5 .slideshow .slide .overlay .inner .sep,
body.theme5 .fullscreen_video .overlay .inner .sep,
body.theme5 .shop .product .overlay a:hover,
body.theme5 .shop_product_page .product form.cart .button,
body.theme5 .woocommerce table.shop_table.cart td.actions .button{
	background: #7C2EAA;
}

body.theme5 .pricing_tables_item,
body.theme5 .button.inverse.border{
	border:2px solid #7C2EAA;
}

body.theme5 .product_tabs .nav{
	border-bottom: 2px solid #7C2EAA;
}

/* THEME 6 */

body.theme6 .color,
body.theme6 .portfolio_grid_filter li.active,
body.theme6 .portfolio_grid_filter li:hover,
body.theme6 #sidebar .inner nav > ul > li.active > a,
body.theme6 #sidebar .inner nav > ul > li:hover > a,
body.theme6 #submenu_bar ul li a:hover,
body.theme6 .blog_posts.default .post .title a:hover,
body.theme6 .blog_posts.alternative .post .body .title a:hover,
body.theme6 .shop .shop_products .product .details h4 a:hover,
body.theme6 .shop .shop_products .product .details .prices ins,
body.theme6 .shop .product .prices > .woocommerce-Price-amount,
body.theme6 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme6 .shop_product_details .price ins{
	color:#CE2F86;
}

.theme_configs .themes .theme6,
body.theme6 .portfolio_grid .item .overlay .inner .separator,
body.theme6 .button:hover,
body.theme6 .button:focus,
body.theme6 .button.inverse,
body.theme6 .hor_sep,
body.theme6 .section.some_stats,
body.theme6 .progress_bars_item .bar_outer .bar_inner,
body.theme6 .blog_posts.default .post .title:hover a:before,
body.theme6 .blog_posts.default .post .title:hover a:after,
body.theme6 .pagination li .current,
body.theme6 .pagination li:hover a,
body.theme6 .ui-widget-header,
body.theme6 .product_tabs .nav li a:hover,
body.theme6 .product_tabs .nav li.active a,
body.theme6 .slideshow .slide .overlay .inner .sep,
body.theme6 .fullscreen_video .overlay .inner .sep,
body.theme6 .shop .product .overlay a:hover,
body.theme6 .shop_product_page .product form.cart .button,
body.theme6 .woocommerce table.shop_table.cart td.actions .button{
	background: #CE2F86;
}

body.theme6 .pricing_tables_item,
body.theme6 .button.inverse.border{
	border:2px solid #CE2F86;
}

body.theme6 .product_tabs .nav{
	border-bottom: 2px solid #CE2F86;
}

/* THEME 7 */

body.theme7 .color,
body.theme7 .portfolio_grid_filter li.active,
body.theme7 .portfolio_grid_filter li:hover,
body.theme7 #sidebar .inner nav > ul > li.active > a,
body.theme7 #sidebar .inner nav > ul > li:hover > a,
body.theme7 #submenu_bar ul li a:hover,
body.theme7 .blog_posts.default .post .title a:hover,
body.theme7 .blog_posts.alternative .post .body .title a:hover,
body.theme7 .shop .shop_products .product .details h4 a:hover,
body.theme7 .shop .shop_products .product .details .prices ins,
body.theme7 .shop .product .prices > .woocommerce-Price-amount,
body.theme7 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme7 .shop_product_details .price ins{
	color:#111111;
}

.theme_configs .themes .theme7,
body.theme7 .portfolio_grid .item .overlay .inner .separator,
body.theme7 .button:hover,
body.theme7 .button:focus,
body.theme7 .button.inverse,
body.theme7 .hor_sep,
body.theme7 .section.some_stats,
body.theme7 .progress_bars_item .bar_outer .bar_inner,
body.theme7 .blog_posts.default .post .title:hover a:before,
body.theme7 .blog_posts.default .post .title:hover a:after,
body.theme7 .pagination li .current,
body.theme7 .pagination li:hover a,
body.theme7 .ui-widget-header,
body.theme7 .product_tabs .nav li a:hover,
body.theme7 .product_tabs .nav li.active a,
body.theme7 .slideshow .slide .overlay .inner .sep,
body.theme7 .fullscreen_video .overlay .inner .sep,
body.theme7 .shop .product .overlay a:hover,
body.theme7 .shop_product_page .product form.cart .button,
body.theme7 .woocommerce table.shop_table.cart td.actions .button{
	background: #111111;
}

body.theme7 .pricing_tables_item,
body.theme7 .button.inverse.border{
	border:2px solid #111111;
}

body.theme7 .product_tabs .nav{
	border-bottom: 2px solid #111111;
}

/* THEME 8 */

body.theme8 .color,
body.theme8 .portfolio_grid_filter li.active,
body.theme8 .portfolio_grid_filter li:hover,
body.theme8 #sidebar .inner nav > ul > li.active > a,
body.theme8 #sidebar .inner nav > ul > li:hover > a,
body.theme8 #submenu_bar ul li a:hover,
body.theme8 .blog_posts.default .post .title a:hover,
body.theme8 .blog_posts.alternative .post .body .title a:hover,
body.theme8 .shop .shop_products .product .details h4 a:hover,
body.theme8 .shop .shop_products .product .details .prices ins,
body.theme8 .shop .product .prices > .woocommerce-Price-amount,
body.theme8 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme8 .shop_product_details .price ins{
	color:#EF6309;
}

.theme_configs .themes .theme8,
body.theme8 .portfolio_grid .item .overlay .inner .separator,
body.theme8 .button:hover,
body.theme8 .button:focus,
body.theme8 .button.inverse,
body.theme8 .hor_sep,
body.theme8 .section.some_stats,
body.theme8 .progress_bars_item .bar_outer .bar_inner,
body.theme8 .blog_posts.default .post .title:hover a:before,
body.theme8 .blog_posts.default .post .title:hover a:after,
body.theme8 .pagination li .current,
body.theme8 .pagination li:hover a,
body.theme8 .ui-widget-header,
body.theme8 .product_tabs .nav li a:hover,
body.theme8 .product_tabs .nav li.active a,
body.theme8 .slideshow .slide .overlay .inner .sep,
body.theme8 .fullscreen_video .overlay .inner .sep,
body.theme8 .shop .product .overlay a:hover,
body.theme8 .shop_product_page .product form.cart .button,
body.theme8 .woocommerce table.shop_table.cart td.actions .button{
	background: #EF6309;
}

body.theme8 .pricing_tables_item,
body.theme8 .button.inverse.border{
	border:2px solid #EF6309;
}

body.theme8 .product_tabs .nav{
	border-bottom: 2px solid #EF6309;
}

/* THEME 9 */

body.theme9 .color,
body.theme9 .portfolio_grid_filter li.active,
body.theme9 .portfolio_grid_filter li:hover,
body.theme9 #sidebar .inner nav > ul > li.active > a,
body.theme9 #sidebar .inner nav > ul > li:hover > a,
body.theme9 #submenu_bar ul li a:hover,
body.theme9 .blog_posts.default .post .title a:hover,
body.theme9 .blog_posts.alternative .post .body .title a:hover,
body.theme9 .shop .shop_products .product .details h4 a:hover,
body.theme9 .shop .shop_products .product .details .prices ins,
body.theme9 .shop .product .prices > .woocommerce-Price-amount,
body.theme9 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme9 .shop_product_details .price ins{
	color:#25A38A;
}

.theme_configs .themes .theme9,
body.theme9 .portfolio_grid .item .overlay .inner .separator,
body.theme9 .button:hover,
body.theme9 .button:focus,
body.theme9 .button.inverse,
body.theme9 .hor_sep,
body.theme9 .section.some_stats,
body.theme9 .progress_bars_item .bar_outer .bar_inner,
body.theme9 .blog_posts.default .post .title:hover a:before,
body.theme9 .blog_posts.default .post .title:hover a:after,
body.theme9 .pagination li .current,
body.theme9 .pagination li:hover a,
body.theme9 .ui-widget-header,
body.theme9 .product_tabs .nav li a:hover,
body.theme9 .product_tabs .nav li.active a,
body.theme9 .slideshow .slide .overlay .inner .sep,
body.theme9 .fullscreen_video .overlay .inner .sep,
body.theme9 .shop .product .overlay a:hover,
body.theme9 .shop_product_page .product form.cart .button,
body.theme9 .woocommerce table.shop_table.cart td.actions .button{
	background: #25A38A;
}

body.theme9 .pricing_tables_item,
body.theme9 .button.inverse.border{
	border:2px solid #25A38A;
}

body.theme9 .product_tabs .nav{
	border-bottom: 2px solid #25A38A;
}

/* THEME 10 */

body.theme10 .color,
body.theme10 .portfolio_grid_filter li.active,
body.theme10 .portfolio_grid_filter li:hover,
body.theme10 #sidebar .inner nav > ul > li.active > a,
body.theme10 #sidebar .inner nav > ul > li:hover > a,
body.theme10 #submenu_bar ul li a:hover,
body.theme10 .blog_posts.default .post .title a:hover,
body.theme10 .blog_posts.alternative .post .body .title a:hover,
body.theme10 .shop .shop_products .product .details h4 a:hover,
body.theme10 .shop .shop_products .product .details .prices ins,
body.theme10 .shop .product .prices > .woocommerce-Price-amount,
body.theme10 .shop .shop_product_page .price > .woocommerce-Price-amount,
body.theme10 .shop_product_details .price ins{
	color:#A2121D;
}

.theme_configs .themes .theme10,
body.theme10 .portfolio_grid .item .overlay .inner .separator,
body.theme10 .button:hover,
body.theme10 .button:focus,
body.theme10 .button.inverse,
body.theme10 .hor_sep,
body.theme10 .section.some_stats,
body.theme10 .progress_bars_item .bar_outer .bar_inner,
body.theme10 .blog_posts.default .post .title:hover a:before,
body.theme10 .blog_posts.default .post .title:hover a:after,
body.theme10 .pagination li .current,
body.theme10 .pagination li:hover a,
body.theme10 .ui-widget-header,
body.theme10 .product_tabs .nav li a:hover,
body.theme10 .product_tabs .nav li.active a,
body.theme10 .slideshow .slide .overlay .inner .sep,
body.theme10 .fullscreen_video .overlay .inner .sep,
body.theme10 .shop .product .overlay a:hover,
body.theme10 .shop_product_page .product form.cart .button,
body.theme10 .woocommerce table.shop_table.cart td.actions .button{
	background: #A2121D;
}

body.theme10 .pricing_tables_item,
body.theme10 .button.inverse.border{
	border:2px solid #A2121D;
}

body.theme10 .product_tabs .nav{
	border-bottom: 2px solid #A2121D;
}


/*
===============================================
			18. Media Queries
===============================================
*/


@media (min-width: 1024px) and (max-width: 5000px) {
	
	.container{
		max-width: 1000px;
		width: auto;
		margin: 0 auto !important;
	}

}

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 768px){
	
}

/* Landscape phone to portrait tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

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

	.container{
		max-width: 700px;
		width: auto;
		margin: 0 auto !important;
	}

}


@media only screen and (min-width: 991px) and (max-width: 1640px) {
	

}

@media only screen and (min-width: 991px) {


}

@media only screen and (max-width: 991px) {

	.some_stats_item,
	.about_us_item{
		margin-top: 30px;
	}

}

@media only screen and (max-width: 768px) {
	
	.fullscreen_video,
	.fullscreen_video iframe{
		width: 100% !important;
	}

	#sidebar{
		display: none;
	}

	#content,
	#footer{
		padding-left: 0;
	}

	.mobile_nav_box{
		display: block;
		padding-top: 60px;
	}

	.top_cover .title span.title{
		padding:0;
		display: block;
		padding-bottom: 30px;
	}

	.top_cover .title span.sep{
	    padding: 0;
	    display: block;
	    width: 100px;
	    height: 1px;
	    content: '';
	    background: #111;
	    margin: 0 auto;
	}

	.top_cover .title span.sep:after{
		display: none;
	}

	.top_cover .title span.subtitle{
		display: block;
		position: relative;
		padding: 0;
		padding-top: 30px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.shop_product_details{
		margin-top: 30px;
	}

	.product_tabs .nav li{
		display: block;
	}

	.product_tabs .nav li + li{
		margin: 0;
	}

	.shop_product_details .choose h5{
		margin-bottom: 10px;
	}

	.shop_product_details .choose > div + div{
		margin-top: 15px;
	}

	.portfolio_grid_filter{
		position: relative !important;
		margin-top: 0;
		left: auto;
		top: auto;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		visibility: visible;
		opacity: 1;
		z-index: 50;
	}

	.portfolio_grid_filter li{
		display: block;
		text-align: center;
	}

	.portfolio_grid_filter li + li{
		margin: 0;
	}

	.shop .top_actions .woocommerce-result-count{
		text-align: center;
	}

	.shop .top_actions .woocommerce-result-count,
	.shop .top_actions .woocommerce-ordering,
	.shop .top_actions .woocommerce-pagination{
		display: block;
		float: none;
	}

	.shop .top_actions .woocommerce-ordering select{
		display: block;
		width: 100%;
	}

	.shop .top_actions .woocommerce-pagination{
		margin: 15px 0;
	}

	.top_cover .title span.title{
		font-size: 40px;
	}

	.portfolio_project_info .item.description{
		padding: 0 15px;
	}

	.section_title{
		padding: 80px 15px;
	}

	.browse_projects a{
		padding: 20px 0;
	}

}


/* Landscape phones and down */
@media only screen and (max-width: 479px) {

	.promo_images_wrapper .box .overlay .inner .title a{
		font-size: 18px;
	}

	.promo_images_wrapper .box .overlay .inner .description{
		font-size: 11px;
	}

	.team_container{
		padding: 20px;
	}

	.mobile_nav_box{
		padding-top: 0;
	}

	.mobile_nav_box .mobile_nav_toggle{
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}

	.shop .product .star-rating{
		margin: 0 auto !important;
	}

	.shop_product_page .shop_product_details .price{
		text-align: center;
	}

	.top_cover .title span.title{
		font-size: 30px;
	}

	.blog_posts .post .about_author img,
	#comments .comment img{
		width: 50px !important;
		height: 50px !important;
	}

	.blog_posts .post .about_author .body,
	#comments .comment .media-body{
		padding-left: 70px;
	}

	.blog_posts .post a.post-edit-link{
		display: block;
		margin-top: 10px;
	}

	.pagination .page-numbers{
		padding: 0;
	}

	.pagination li{
		display: block;
		margin: 5px 0px;
	}

	#comments .comment .children{
		padding: 0;
	}

	.portfolio_grid .item .overlay .inner .title{
		font-size: 15px;
	}

	.portfolio_grid .item .overlay .inner .separator.vertical{
		height: 15px;
	}

	.portfolio_grid .item .overlay .inner .tagline{
		font-size: 12px;
	}

}



.theme_configs{
	position: fixed;
	left: -158px;
	top: 15%;
	z-index: 300;
}

.theme_configs.visible{
	display: block !important;
	visibility: visible !important;
}

.theme_configs .body {
	display: inline-block;
	float: left;
	width: 158px;
	border: 1px solid #ededed;
	padding: inherit;
	background: #ffffff;
	text-align: center;
	word-wrap: break-word;
}

.theme_configs .body .head_title,
.theme_configs .body .title{
	width: 100%;
	padding: 4px;
	border-bottom: 1px solid #ededed;
}

.theme_configs .body .head_title{
	background: #f5f5f5;
}

.theme_configs .body .box{
	display: block;
	width: 100%;
	padding: 10px;
	float: left;
}

.theme_configs .btn{
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 23px;
	background: #f5f5f5;
	border-radius: 0;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
	float: left;
	-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;
}

.theme_configs .box.themes div{
	display: block;
	width: 63px;
	height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
	opacity: 0.7;
	-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;
}

.theme_configs .box.themes div:nth-child(9),
.theme_configs .box.themes div:last-child{
	margin-bottom: 0;
}

.theme_configs .box.themes div:nth-child(2n+0){
	margin-left: 10px;
}

.theme_configs .box.themes div:hover{
	opacity: 1;
}

.theme_configs .box.themes div:hover,
.theme_configs .box.themes div.active{
	opacity: 1;
}

.theme_configs .box.themes div > span{
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}