/*
	Theme Name: Akast
	Theme URI: http://demo.themesholic.com/akast
	Author: ThemesHolic
	Author URI: http://www.themesholic.com
	Description: One & Multi-Page Premium Theme.
	Version: 1.2.6
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/



/*-----------------------------------------------------------------------------------*/
/*	Wordpress Reset
/*-----------------------------------------------------------------------------------*/
html{width:100%;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}
a{text-decoration:none;cursor:pointer}
a:hover,a:active,a:focus{outline:0;text-decoration:none;transition:all .2s}
a img{border:none}
.color a{color:#fff}
strong{font-weight:600}
p{margin:0 0 10px}
ul,ol,dd{margin:0 0 10px 20px;padding:0}
ul{list-style:disc inside}
ol{list-style:decimal inside}
.small{font-size:100%}
.hidden{display:none}
.alignleft{float:left}
.alignright{float:right}
.aligncenter{display:block;clear:both;margin-right:auto;margin-left:auto}
.textalignleft{text-align:left}
.textaligncenter{text-align:center}
.textalignright{text-align:right}
img.alignleft{float:left;margin:0 25px 20px 0}
img.alignright{float:right;display:block;margin:0 0 20px 25px}
img.aligncenter{display:block;clear:both;margin:0 auto}
img.alignnone{display:block;max-width:100%;height:auto;margin:20px 0}
img.img-full-responsive{width:100%;height:auto;display:inline-block;max-width:none}
img.img-border{border-style:solid;border-width:3px}
.wp-caption{max-width:100%;text-align:center;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif;margin:10px 20px 20px}
.wp-caption.aligncenter{margin:20px auto}
.wp-caption.alignright{margin-right:0}
.wp-caption img,.wp-caption img a{border:0 none;margin:0;padding:0}
.wp-caption
.wp-caption-text{margin:0;padding:5px}
.wp-smiley{max-height:13px;margin:0!important}
address{display:block;margin-bottom:20px;font-style:normal;line-height:24px}
abbr[title],acronym[title],dfn[title]{border-bottom:1px dotted #666;cursor:help}
.through{text-decoration:line-through}
input,button,select,textarea{outline:0;font-weight:400}
input:focus,textarea:focus,input[type=text]:focus{outline:0}
input[type=checkbox],input[type=radio]{width:auto}
code,pre{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#232527;font-size:12px;font-family:Monaco, Menlo, Consolas, "Courier New", monospace;padding:0 3px 2px}
code{border:1px solid #dde4e9;background-color:#F6F6F6;color:#232527;white-space:nowrap;padding:2px 4px}
pre{display:block;border:1px solid #dde4e9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#FCFCFC;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;font-size:12px;line-height:20px;margin:30px;padding:15px}
pre code{border:0;background-color:transparent;color:inherit;white-space:pre-wrap;padding:0}
.gallery-caption{margin-left:0;font-style:italic}
.no-margin{margin:0}
.wp-caption.alignleft,.wp-caption.alignnone{margin-left:0}
input::input-placeholder,textarea::input-placeholder,input:-moz-placeholder,textarea:-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder,input:-ms-input-placeholder,textarea:-ms-input-placeholder,input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#BCBCC4;opacity:1}
.bypostauthor{}
.float-left{float:left;}
.float-right{float:right;}
table{width: 100%; max-width:100%; margin-bottom: 30px; border:1px solid #efefef;}
table th{ padding: 10px; text-align: center; border-bottom: 1px solid #efefef; border-left: 1px solid #efefef;}
table td{ padding: 10px; border-bottom: 1px solid #efefef; border-left: 1px solid #efefef;}
.wp-caption{border:1px solid #efefef; background: #f2f2f2; padding: 5px;}
.iframe-embed iframe, iframe{max-width: 100%}


/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/
body,html{
	width: 100%;
	overflow-x:hidden;
}

body{
	background-size: cover;
	background-attachment: fixed;
}

a{
	transition: all .2s;
}

#wrap{
	margin: 0 auto;
	width: 100%;
}


/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p{
	padding: 0;
	word-wrap:break-word;
}

h5{
	letter-spacing: 2px;
}

h6{
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
}

p{
	margin:0 0 30px 0;
}

ul, ol{
	margin:0 0 30px 0;
}

ul li ul, ol li ol{
	margin:0 0 30px 0;
}

.row p:last-child{
	margin-bottom: 0;
}

.row img{
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------------------------------*/
/*	Forms
/*-----------------------------------------------------------------------------------*/
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
.chosen-single{
	width: 100%;
	background: #f1f1f1;
	border:1px solid rgba(0, 0, 0, 0);
	padding: 10px 15px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    border-radius:3px;
    color: #3b474d;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus{
	border-color: rgba(0, 0, 0, 0.2);
}

input[type="submit"],
button,
a.button{
	background: #303030;
	border: none;
	padding: 10px 15px;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    transition: all .2s;
}



/*-----------------------------------------------------------------------------------*/
/*  Custom Select
/*-----------------------------------------------------------------------------------*/
.chosen-container{
	position: relative;
    cursor: pointer;
    text-align: left;
    width: 100% !important;
    background: #f1f1f1;
    border-radius: 3px;
    color: #3b474d;
    font-size: 12px;
}

.chosen-container.chosen-with-drop{
	border-radius:3px 3px 0 0;
}

.chosen-single{
	display: block;
	background: url('assets/img/blog/select-arrow.png') 98% center no-repeat transparent;
}

.chosen-single span{
	color: #555;
}

.chosen-drop,
.chosen-search{
	display: none;
}

.chosen-with-drop .chosen-drop{
	display: block;
}

.chosen-results{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 19;
	max-height: 168px;
	overflow: scroll;
	border-radius:0 0 3px 3px;
}

.chosen-results li{
	border: none !important;
	margin: 0;
	list-style: none;
	display: block;
	padding: 15px !important;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #3b474d;
}

.chosen-results li:hover{
	background: rgba(0, 0, 0, 0.1)
}

.chosen-container.chosen-with-drop,
.chosen-results,
.chosen-results li{
	background: #e1e1e1;
}


/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
#header{
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	line-height: 80px;
}

#header-content{
	background: #030e18;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

#header-content .menu-area{
	text-align: right;
}
#header-menu{
	height: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#header-menu ul.menu{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-menu ul.menu > li{
	margin: 0 0 0 15px;
	padding: 0;
	display: inline-block;
	list-style: none;
	position: relative;
}

#header-menu ul li a{
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 1em;
	white-space: nowrap;
}

#header-menu ul li a:hover,
#header-menu ul li a.current{
	opacity: 1;
}

#header-menu ul li a .arrow{
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#header-menu ul li ul.sub-menu{
	position: absolute;
	width: 220px;
	left: -15px;
	background: #030e18;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 48px;
	border-top: 2px solid;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: none;
}

#header-menu > ul > li > ul.sub-menu:before{
	content: '';
	position: absolute;
	top: -8px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #007bff transparent;
}

#header-menu ul li ul.sub-menu li{
	padding: 0 15px;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#header-menu ul li ul.sub-menu li ul.sub-menu{
	top: -2px;
	left: 220px;
}

#header-menu ul li ul.sub-menu li ul.sub-menu.menu-overflow-width{
	left: auto;
	right: 220px;
}

#header.light #header-content,
#header.light #header-menu ul li ul.sub-menu{
	background: #fff;
}

#header.light #shop-button,
#header.light #header-menu ul li a{
	color: #111 !important;
}

#header.light #header-menu ul li ul.sub-menu{
	border-bottom-color: rgba(0, 0, 0, 0.1);
}

#header.light #header-menu ul li ul.sub-menu li{
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
}

#header-mobile{
	display: none;
}

#menu-mobile-trigger{
	position: absolute;
	display: none;
	right: 15px;
	top: 0;
	height: 80px;
	line-height: 1em;
}

#menu-mobile-trigger:after{
	position: absolute;
	content:'\f0c9';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 0;
	color: #fff;
	font-size: 24px;
    transition: all .2s;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#header-mobile{
	background: #030e18;
	line-height: 1em;
	display: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
}

#header-mobile .container{
	padding: 0;
}

#header-mobile .menu{
	margin: 0;
	padding: 0;
}

#header-mobile .menu li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-mobile .menu li ul{
	margin: 0;
}

#header-mobile .menu li a{
	color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	display: block;
	position: relative;
	font-size: 14px;

	text-transform: uppercase;
	font-weight: 700;
}

#header-mobile .menu li ul{
	display: none;
}

#header-mobile .menu li ul a{
	padding-left: 35px;
}

#header-mobile .menu li ul ul a{
	padding-left: 50px;
}

#header-mobile .menu li ul ul ul a{
	padding-left: 65px;
}

#header-mobile .menu li.menu-item-has-children > a .more{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

#header-mobile .menu li.menu-item-has-children > a .more:hover,
#header-mobile .menu li.menu-item-has-children > a.open .more{
	background: rgba(0, 0, 0, 0.1);
}

#header-mobile .menu li.menu-item-has-children > a .more i.arrow{
	line-height: 1em;
}

#header-mobile .menu li.menu-item-has-children > a .more i.arrow:before{
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

#header-mobile .menu li.menu-item-has-children > a.open .more i.arrow:before{
	content: '\e819';
}


#header.light #header-mobile{
	background: #fff;
}

#header.light #header-mobile .menu li a{
	color: rgba(0, 0, 0, 0.9);
}

#header.light #menu-mobile-trigger:after{
	color: #030e18;
}

body[data-header-transparent="true"] #header{
	position: fixed;
}

body[data-header-transparent="true"] #header.transparent #header-content{
	background: transparent;
	box-shadow: none;
}

body[data-header-transparent="true"] #header.transparent.open #header-content{
	background: #030e18;
}

body[data-header-transparent="true"] #header.transparent.open.light #header-content{
	background: #fff;
}

#shop-button{
	line-height: 1em;
	opacity: 0.7;
	margin-left: 10px;
}

#shop-button:hover{
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Header
/*-----------------------------------------------------------------------------------*/
#page-header{
	position: relative;
}

#page-header.full-image{
	background-size: cover;
	background-position: center center;
}

#page-header.pattern{
	background-repeat: repeat;
	background-position: top left;
}

#page-header.bg-fixed{
	background-attachment: fixed;
}

#page-header.bg-static{
	background-attachment: static;
}

#page-header.bg-parallax{
	background-position: top center;
}

#page-header h2{
	margin: 0;
	padding: 0;
}

#page-header h3{
	margin: 10px 0 0 0;
	padding: 0;
}

#page-header .container{
	position: relative;
	z-index: 2;
}

#page-header .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}


/*-----------------------------------------------------------------------------------*/
/*	BreadCrumbs
/*-----------------------------------------------------------------------------------*/
.breadcrumbs{
	position: absolute;
	bottom: -60px;
	right: 15px;
	background: rgba(0, 0, 0, 0.1);
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans';
	z-index: 99;
	padding:10px 12px 8px;
	color: #fff;
}

.breadcrumbs a,
.breadcrumbs .separator{
	color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs a:hover,
.breadcrumbs a.current-item,
.breadcrumbs span span{
	color: #fff;
}

.breadcrumbs .separator{
	margin: 0 8px;
}


/*-----------------------------------------------------------------------------------*/
/*	Page Content
/*-----------------------------------------------------------------------------------*/
#page-container.side{
	margin-left: 300px;
	position: relative;
}

#page-container.side #portfolio-pagination a.prev{
	left: 300px;
}

.content-full > .container{
	width: 100%;
	padding: 0;
}


/*-----------------------------------------------------------------------------------*/
/*  Sidebar
/*-----------------------------------------------------------------------------------*/
.page-sidebar .content-fixed > .container{
	width: 100%;
	padding: 0;
}

.col-md-left{
	float: left;
}

.col-md-right{
	float: right;
}


.page-content{
	position: relative;
	z-index: 9;
	background: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
.md-blog .post{
	padding-bottom: 90px;
	margin-bottom: 90px;
	position: relative;
}

.md-blog .post:before{
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #efefef;
	position: absolute;
	left: 0;
	bottom: 0;
}

.md-blog .post:after{
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}


.md-blog .post.sticky{
	border:1px solid #efefef;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}


.md-blog .post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

.md-blog .post:last-child:before,
.md-blog .post:last-child:after{
	display: none;
}

.md-blog .post .featured-image{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

.md-blog .post .featured-image img{
	width: 100%;
	height: auto;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}


.md-blog .post-body{
	position: relative;
	overflow: hidden;
}


.md-blog .format-audio .featured-image,
.md-blog .format-video .featured-image{
	margin-bottom: 0;
}

.md-blog .format-audio .post-audio,
.md-blog .format-video .post-video,
.md-blog .format-gallery .post-slider{
	margin-bottom: 30px;
}


.md-blog .post-title{
	font-size: 32px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 15px;
	text-transform: uppercase;
}


.md-blog .post-title a{
}

.md-blog .post-title a:hover{
	opacity: 0.8;
}

.md-blog .post-header{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-family: 'Open Sans';
}

.md-blog .post-header span{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #efefef;
}

.md-blog .post-header span:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.md-blog .post-header span i{
	margin-right: 5px;
}

.md-blog .read-more{
	text-align: left;
}

.md-blog .read-more a{
	position: relative;
	padding: 0 20px;
	display: inline-block;
	line-height: 36px;
	color: #fff;
	margin-top: 30px;
	font-family: 'Open Sans';
	color: #e7f0f3;
	background: #3b474d;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.md-blog .read-more a:hover{
	background: #141719;
	color: #fff !important;
}

.md-blog .post.format-link,
.md-blog .post.format-quote,
.md-blog .post.format-status{
	border-bottom: none;
}

.md-blog .post .mask{
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.md-blog .post .post-over{
	position: relative;
	z-index: 1;
}

.md-blog .post .post-over a:hover{
	opacity: 0.75;
}

.md-blog .post .post-quote,
.md-blog .post .post-link,
.md-blog .post .post-status{
	padding: 60px 30px;
	text-align: center;
	word-wrap: break-word;
	background-size: cover;
	position: relative;
}

.md-blog .post .quote{
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.5em;
	display: block;
}

.md-blog .post .quote-author,
.md-blog .post .link-url{
	margin-top: 10px;
	display: inline-block;
	word-break: break-all;
}

.md-blog .post .link-title{
	font-size: 2.4em;
	line-height: 1.6em;
	display: block;
}

.md-blog .post .post-status{
	text-align: left;
}


.md-blog.post-list .post:last-child:before,
.md-blog.post-list .post:last-child:after{
	display: none;
}

.md-blog.post-list .post-body{
	font-size: 0.85em;
}

.md-blog .post.single-post .post-title{
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 30px;
}

.md-blog .post.single-post .post-quote,
.md-blog .post.single-post .post-link,
.md-blog .post.single-post .post-status{
	margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------*/
/*	Masonry
/*-----------------------------------------------------------------------------------*/
.md-blog.masonry .post{
	margin-bottom: 30px;
	padding-bottom: 0;
	border:1px solid #efefef;
}

.md-blog.masonry .post.sticky{
	padding: 0;
	border-width: 4px;
}

.md-blog.masonry .post.format-quote,
.md-blog.masonry .post.format-link,
.md-blog.masonry .post.format-status,
.md-blog.masonry .post.format-aside{
	border: none;
}


.md-blog.masonry .post .featured-image,
.md-blog.masonry .post .post-slider,
.md-blog.masonry .post .post-video,
.md-blog.masonry .post .post-audio{
	margin-bottom: 0;
}

.md-blog.masonry .post-body{
	padding: 20px;
}

.md-blog.masonry .post-side{
	display: none;
}

.md-blog.masonry .meta-date,
.md-blog.masonry .meta-format{
	width: 50%;
	height: 40px;
	float: left;
}

.md-blog.masonry .meta-date span{
	display: inline-block;
	line-height: 40px;
}

.md-blog.masonry .meta-date .meta-day{
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
}

.md-blog.masonry .meta-date .meta-month{
	font-size: 16px;
	font-weight: normal;
}

.md-blog.masonry .meta-format{
	font-size: 24px;
	line-height: 40px;
}

.md-blog.masonry .post-title{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

.md-blog.masonry .post-header{
	font-size: 12px;
	line-height: 1.9em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: none;
}



.md-blog .post.single-post{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0 !important;
}

.md-blog .post.single-post .post-content{
	margin-bottom: 30px;
}

.md-blog .post.single-post:hover .featured-image img{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}

.md-blog .post.single-post .post-body,
.md-blog .attachment.single-post .post-body{
	padding-left: 0;
	min-height: 0;
}

.md-blog .post.single-post .post-link,
.md-blog .post.single-post .post-aside,
.md-blog .post.single-post .post-quote,
.md-blog .post.single-post .post-status{
	margin-bottom: 30px;
}


.post-share{
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 30px 0;
	border-top: 1px solid #efefef;
	text-align: center;
}

.post-author{
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 30px 0;
	min-height: 100px;
	border-top: 1px solid #efefef;
}

.post-author .author-avatar{
	display: inline-block;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 0;
}

.post-author .author-avatar img{
	width: 100px;
	height: 100px;
	padding: 5px;
	border:1px solid #efefef;
	display: inline-block;

}

.post-author .author-info{
	margin-left: 130px;
}

.post-author .author-info h4{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}

.post-author .author-info h4 a:hover{
	color: #fff;
}



#comments{
	position: relative;
	border-top: 1px solid #efefef;
	padding: 30px 0 0 0;
	margin-top: 30px;
}

#comments .comment-title{
	margin: 0 0 15px 0;
}

#comments .commentlist,
#comments .commentlist li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments ul.children{
	margin-left: 60px;
}

#comments .comment-section{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #efefef;
	min-height: 90px;
}

#comments .comment-side{
	display: inline-block;
	width: 100px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}


#comments .comment-side img{
	width: 80px;
	height: 80px;
	display: inline-block;
	padding: 5px;
	border:1px solid #efefef;
}

#comments .comment-side span{
	display: block;
}

#comments .comment-meta{
	margin-bottom: 5px;
}

#comments .comment-author{
	font-weight: 700;
}

#comments .comment-date{
	font-size: 13px;
}

#comments .comment-actions{
	margin-top: 5px;
}

#comments .comment-actions a,
#comments #reply-title a{
	font-size: 13px;
	margin: 0 15px 0 0;
	display: inline-block;
	line-height: 1em;
	font-weight: normal;
}

#comments .comment-cont{
	margin-left: 110px;
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
}

#comments #reply-title{
	margin: 0 0 10px 0;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

#comments .comment-actions{
	display: block;
}

#comments p label{
	display: none;
}


#comments p.comment-form-author,
#comments p.comment-form-email{
	display: inline-block;
	width: 48%;
}

#comments p.comment-form-email{
	float: right;
}

#comments p.form-submit{
	margin: 0 0 15px 0;
}

#comments p.form-submit input#submit{
	text-transform: uppercase;
	border: none;
	letter-spacing: 2px;
}



/*-----------------------------------------------------------------------------------*/
/*	MD Pagination
/*-----------------------------------------------------------------------------------*/
.md-pagination,
.woocommerce-page .woocommerce-pagination{
	padding: 0;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
	font-family: 'Open Sans';
}

.md-pagination ul,
.woocommerce-page .woocommerce-pagination ul{
	margin: 0;
	padding: 0;
}

.md-pagination ul li,
.md-pagination.pagination-page span,
.woocommerce-page .woocommerce-pagination ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-right: 3px;
	background: #303030;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.md-pagination ul li a,
.md-pagination.pagination-page span a,
.woocommerce-page .woocommerce-pagination ul li a,
.woocommerce-page .woocommerce-pagination ul li span{
	color: #fff;
	display: block;
	border-radius: 3px;
}

.md-pagination.pagination-page a span{
	background: #303030;
}

.md-pagination ul li a,
.md-pagination ul li a:hover,
.md-pagination.pagination-page a:hover,
.woocommerce-page .woocommerce-pagination ul li a:hover{
	color: #fff;
}

.md-pagination.pagination-page{
	border-top: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	text-align: left;
}

.md-pagination.pagination-page .lbl{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}


/*-----------------------------------------------------------------------------------*/
/*  Page 404
/*-----------------------------------------------------------------------------------*/
#error-404{
    text-align: center;
}

#error-404 h2{
    font-size: 240px;
    line-height: 1em;
    font-weight: bold;
    font-family: 'Open Sans';
}

#error-404 h3{
    font-size: 42px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

#error-404 .search{
    margin: 80px auto;
    width: 300px;
}


/*-----------------------------------------------------------------------------------*/
/*  Search Page
/*-----------------------------------------------------------------------------------*/
.search-title{
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
}

#search-list .item{
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#search-list .item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#search-list .item .item-title a{
	font-size: 24px;
	color: #333;
	display: block;
}

#search-list .item p{
	margin: 10px 0 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Widget
/*-----------------------------------------------------------------------------------*/
.widget{
	margin-bottom: 45px;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
}

.widget-title {
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	padding: 0;
	position: relative;
}


.widget .tagcloud a{
	background: #fff;
	padding: 4px 16px;
	margin: 0 5px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px !important;
	display: inline-block;
	color: #333;
	border: 1px solid #efefef;
}




.widget select{
	width: 100%;
}

.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #efefef;
}

.widget ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.widget ul > li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget ul li a{
	display: inline-block;
}


.widget ul li .post-date{
	display: block;
	font-size: 12px;
	color: #aaa;
}

.widget ul li small{
	font-size: 100%;
	float: right;
}

.widget ul li ul {
	border-top: 1px solid #efefef;
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget ul li ul li{
	padding-left: 10px;
}

.widget ul li ul li:last-child{
	padding-bottom: 0;
}

.widget ul li ul > li:first-child{
	padding-top: 10px;
}

.widget ul li ul li ul li{
	padding-left: 20px;
}

.widget ul li.page_item_has_children,
.widget ul li.menu-item-has-children{
	padding-bottom: 0;
}


.widget.widget_rss li{
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget.widget_rss li a{
	padding: 0;
	display: block;
	font-weight: bold;
}

.widget_calendar #calendar_wrap,
.widget_revslider{
    position: relative;
    background: #fff;
    padding: 0;
    border: none;
    box-shadow: none;
}

.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #e5e5e5;
}

.widget_calendar table th,
.widget_calendar table td{
    text-align: center;
    border-collapse: collapse;
}

.widget_calendar table tbody td {
    padding: 4px;
    border: 0px;
}

.widget_calendar caption {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 15px;
}

.widget_calendar table tfoot{
    display: none;
}

.widget_search form{
	position: relative;
}

.widget_search label{
	display: none;
}

.widget_search input[type="text"] {

}

.widget_search input[type="submit"] {
	text-indent: -2000%;
	white-space: nowrap;
	overflow: hidden;
	width: 40px !important;
	height: 100%;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url('assets/img/blog/ico-zoom.png') center no-repeat;
	border-radius: 0;
}

.widget_search input[type="submit"]:hover{
	background-color: transparent;
}

.widget img{
	max-width: 100%;
	height: auto;
}





/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer{
	width: 100%;
	padding: 60px 0;
}

footer .column .widget:last-child{
	margin-bottom: 0;
}

footer .widget,
footer .widget p.fallback a,
footer .widget_md_widget_twitter ul li{
	color: #fff;
}

footer .widget-title{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border:none;
	padding-bottom: 0;
}

footer .widget-title:after{
	display: none;
}

footer .widget ul li,
footer .widget ul li ul{
    border-color: rgba(255, 255, 255, 0.1);
}

footer .widget ul li a{
	color: #fff;
}

footer .widget .textwidget{
	padding: 0;
	color: #fff;
	background: transparent;
	box-shadow: none;
}

footer .widget .tagcloud a{
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

footer .widget_calendar #calendar_wrap,
footer .widget_revslider{
    background: rgba(0, 0, 0, 0.1);
	color: #fff;
}


footer .widget_calendar caption,
footer table,
footer table th{
	border-color: rgba(255, 255, 255, 0.1);
}
footer .widget_calendar caption{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
	margin: 0;
}

footer .widget_calendar table {
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .wp-caption{
    background: rgba(0, 0, 0, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
}


/*-----------------------------------------------------------------------------------*/
/*	Copyrights
/*-----------------------------------------------------------------------------------*/
#copyright{
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	padding: 30px 0;
}

#copyright-text{
	text-transform: uppercase;
	text-align: center;
}


/*-----------------------------------------------------------------------------------*/
/*  Loading
/*-----------------------------------------------------------------------------------*/
#loader-site{
	position: fixed;
	z-index: 19999999 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #141719;
}

#loader-site.light{
	background: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Back Top
/*-----------------------------------------------------------------------------------*/
#md-back-top{
	background: rgba(0, 0, 0, 0.8);
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: -48px;
	right: 0;
	z-index: 100;
	transition: all .4s;
}

#md-back-top.show{
	bottom: 0;
}

#md-back-top:hover{
	background: rgba(0, 0, 0, 1);
}

#md-back-top:after{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	content: '\e87e';
	font-family: 'entypo';
	font-size: 12px;
	line-height: 1em;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}



@media (max-width: 1500px){
#page-container.side .container{
	width: 100% !important;
}

#page-container.side #page-header > .container,
#page-container.side .page-content > .container,
#page-container.side .page-section.content-fixed > .container,
#page-container.side .md-cta > .container,
#page-container.side footer > .container,
#page-container.side #copyright > .container{
	padding-left: 30px;
	padding-right: 30px;
}

#page-container.side .page-sidebar .page-section.content-fixed > .container{
	padding-left: 0;
	padding-right: 0;
}

}


/*-----------------------------------------------------------------------------------*/
/*  Media Queries
/*-----------------------------------------------------------------------------------*/
@media(min-width: 1200px){
	body[data-layout="boxed"] #wrap,
	body[data-layout="boxed"] #header-content{
		width: 1170px !important;
		margin: 0 auto;
	}
}


@media (max-width:1199px){
	#wrap,
	#header,
	#header-content,
	#header .container{
		width: 100% !important;
	}

	body[data-header-transparent="true"] #header{
		position: absolute !important;
	}

	#header #header-content{
		position: relative !important;
		height: 80px !important;	
		line-height: 80px !important;
		overflow: hidden !important;
	}

	#header-content-sticky-wrapper{
		height: 80px;
	}

	#logo{
		float: left !important;
	}

	#header-menu ul.menu > li.megamenu > ul{
		width: 100%;
	}

	header.is-sticky{
		top: 0;
	}

	#header-top,
	#header-menu,
	#header-search,
	#search-open{
		display: none !important;
	}

	#shop-button{
		font-size: 16px !important;
		margin-right: 40px;
		opacity: 1;
	}

	#menu-mobile-trigger{
		display: inline-block;
	}

	#page-container.side{
		margin: 0;
	}

	.row .md-column{
		margin-bottom: 30px;
	}

	.row .md-column:last-child{
		margin-bottom: 0;
	}

	.col-side{
		margin-top: 30px;
		width: 100%;
	}

	.col-main{
		width: 100%;
	}

	.md-blog .post{
		margin-bottom: 45px;
	}

	.md-blog .post-body{
		padding-left: 0;
	}

	.md-blog .post-side{
		display: none;
	}

	.post-author .author-avatar,
	#comments .comment-side{
		display: none;

	}
	.post-author .author-info,
	#comments .comment-cont{
		margin-left: 0;
	}

	#comments ul.children{
		margin-left: 15px;
	}

	#comments p.form-submit{
		margin-bottom: 10px;
	}

	#comments p.form-submit input#submit{
		width: 100%;
		padding: 6px 0;
	}

	footer .column{
		margin-bottom: 60px;
	}

	footer .column:last-child{
		margin-bottom: 0;
	}

	#copyright{
		text-align: center;
	}

	#copyright-text,
	#copyright-menu{
		width: 100%;
		display: block;
	}

	#copyright-menu{
		margin-top: 15px;
	}

	#copyright-menu li{
		margin: 0 7px 2px 7px;
	}

	.float-right,
	.float-left{
		float: none;
	}

	#md-back-top{
		display: none !important
	}
}