/*
|------------------------------------------------
| Template Name: Shema
| Template URI: http://themina.net/themes/shema
| Author: Themina
| Author URI: http://themeforest.net/user/themina
| Author Email: support@themina.net
| Description: Shema is Responsive and Retina Ready Theme that perfectly suits for freelancers, 
| 				photographers,design agencies, creative persons and for landing pages as well
|
| Version: 1.0
|------------------------------------------------
| Table of Contents:
|------------------------------------------------
| 1.0 General & Basic Styles
| 2.0 Typography
| 3.0 Header
|		3.1 Logo
|		3.2 Navigation Menu
| 4.0 Home Slider
|		4.1 Slider Caption
| 5.0 Sections
| 6.0 Featured Elements & Shortcodes
|		6.1 Content Box
|		6.2 Icon List
|		6.3 Testimonial
|		6.4 Team Member
|		6.5 Doughnut Chart
|		6.6 Pricing Table
|		6.7 Twitter Feed
|		6.8 Partners & Clients Carousel
| 7.0 Portfolio
| 		7.1 Portfolio Filter
|		7.2 Portfolio Grid
|		7.3 Portfolio Details
| 8.0 Blog
|		8.1 Blog Grid
|		8.2 Blog List
|		8.3 Blog Single
|		8.4 Comments
| 9.0 Sidebar Widgets
| 10.0 Contact Form
| 11.0 Mobile push menu
|------------------------------------------------
*/

/*
|------------------------------------------------
| 1.0 General & Basic Styles
|------------------------------------------------
*/
html,body {
	height: 100% !important;
}
body {
	font-family: 'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體','Roboto', sans-serif!important;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.85;
	color: #2d2d2d;
	background: #fff;
}
body.modal-menu-open {
	overflow: hidden;
}
#site-wrapper {
	height: 100%;
}
#page-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #fff;
}
.lazyload {
	opacity: 0;
	filter: alpha(opacity=0);
}
.relative { position: relative; }
.cta {
	padding: 60px 0;
}
#site-footer {
	padding:20px 0 10px;
	background-color: #232323;
}
#site-footer p{
	font-size: 11px;
}
#site-footer #footer-mail{/*margin-right: 8px*/; border-right: 1px solid #fff;height: 35px;}
#site-footer a{
	color: #fff;
}
#site-footer a:hover{
	color: #cfa972;
}
#site-footer .list-social {
	margin: 0;
}
#site-footer .list-social a {
	font-size: 14px;
	display: block;
	padding: 5px 10px;
}


#site-footer2 {
	padding:20px 0 10px;
	background-color: #ecca9d;
}
#site-footer2 p{
	font-size: 11px;
}
#site-footer2 #footer-mail{/*margin-right: 8px*/; border-right: 1px solid #fff;height: 35px;}
#site-footer2 a{
	color: #fff;
}
#site-footer2 a:hover{
	color: #cfa972;
}
#site-footer2 .list-social {
	margin: 0;
}
#site-footer2 .list-social a {
	font-size: 14px;
	display: block;
	padding: 5px 10px;
}

.page-header {
	position: relative;
	height: 380px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	color: #fff;
}
.page-header > .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.55);
}
.page-header .container {
	position: relative;
	height: 100%;
}
.page-header .page-title {
	color: #fff;
	text-transform: uppercase;
}
.page-header .breadcrumb {
	margin: 10px 0 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: none;
}
.page-header .breadcrumb a {
	color: #fff;
}
.page-header .breadcrumb > li + li:before {
	color: #eee;
}
.overlay-dark {
	background: rgba(0,0,0,0.5);
}
.overlay-light {
	background: rgba(255,255,255,0.5);
}
.bg-overlay {
	padding: 60px 40px;
}


/*
|------------------------------------------------
| 2.0 Typography
|------------------------------------------------
*/
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family:'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體', 'Montserrat', sans-serif;
	font-weight: normal;
	color: #414145;
	line-height: 1.5;
	margin: 0;
}
h1,.h1 {
	font-size: 46px;
}
h2,.h2 {
	font-size: 40px;
}
h3,.h3 {
	font-size: 36px;
}
h4,.h4 {
	font-size: 28px;
}
h5,.h5 {
	font-size: 20px;
}
h6,.h6 {
	font-size: 16px;
}
h1.masthead, .masthead.h1 {
	font-size: 84px;
}
h2.masthead, .masthead.h2 {
	font-size: 68px;
	font-weight: 300;
}
h3.masthead, .masthead.h3 {
	font-size: 46px;
}
a, a:hover {
	text-decoration: none;
}
a, .btn {
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
a:hover,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	color: #414145;
}
blockquote {
	padding: 30px;
	border-left: 3px solid transparent;
	background: #f8f8fb;
	font-size: 28px;
	font-style: italic;
	margin: 30px 0;
}
blockquote .by {
	font-size: 18px;
	font-style: normal;
}


/*
|------------------------------------------------
| 3.0 Header
|------------------------------------------------
*/
#site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*background: rgba(0,0,0,0.3);*/
	z-index: 4;
	margin: 0;
	border-radius: 0;
	border: 0;
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.has-sticky-header #site-header {
	position: fixed;
}

#site-header #site-header-title{
	background-color: #b22222;
	color: #ffffff;	
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#site-header #site-header-title p{
    margin: 0;
}

#site-header.fix-me-top {
	opacity: 1 !important;
	top: 0 !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	/*background-color: rgba(255,255,255,0.9);*/
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#site-header .container,
#site-header .site-nav,
#site-header .site-logo {
	height: 100%;
}
#site-header .site-nav,
#site-header .site-logo {
	display: table;
}
#main-menu,
#site-header .site-logo > a {
	display: table-cell;
	vertical-align: middle;
}
#site-header .site-nav,
#toggle-nav {
	float: right;
    margin-top: 23px;	
}
.index #toggle-nav {
	font-size: 24px;
	background: transparent;
	width: 45px;
	height: 45px;
	padding: 5px;
	margin-top: 8px;
	border-radius: 4px;
	border: 1px solid transparent;
	color: #eee;
	color: rgba(255,255,255,1);
}
#toggle-nav {
	font-size: 24px;
	background: transparent;
	width: 45px;
	height: 45px;
	padding: 5px;
	margin-top: 8px;
	border-radius: 4px;
	border: 1px solid transparent;
	color: #282828;
}
#toggle-nav:hover {
	color: #eee;
	border-color: #fff;
	border-color: rgba(255,255,255,0.75);
}


/*
|------------------------------------------------
| 3.1 Header > Logo
|------------------------------------------------
*/
#site-header .site-logo {
	float: left;
}
#site-header .site-logo > a {
	padding: 10px;
	padding-left: 0;
}


/*
|------------------------------------------------
| 3.2 Header > Navigation Menu
|------------------------------------------------
*/
#index #main-menu > li {
	position: relative;
	float: left;
	border-left: 1px solid #fff;
    padding: 0px 30px;
    height: 20px;
}
#main-menu > li {
	position: relative;
	float: left;
	border-left: 1px solid #282827;
    padding: 0px 30px;
    height: 20px;
}
#main-menu> li:first-child {
	border-left: none;
}
#main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	list-style: none;
	padding: 20px 0 0;
	margin: 0;
	visibility: visible;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
#main-menu .hover > ul {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
#main-menu > li > a,
#main-menu ul a {
	display: block;
	font-family: 'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體','Montserrat', sans-serif;
	text-transform: uppercase;
	/*padding: 0px 30px;*/
	color: #fff;
	margin-top: -3px;
	font-weight: normal;
}
#main-menu ul a {
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}


/*
|------------------------------------------------
| 4.0 Home Slider
|------------------------------------------------
*/
.full-slider {
	position: relative;
	height: 100%;
}
.full-slider .text-rotator > .slides,
.full-slider .text-rotator > .slides > li,
.full-slider .text-rotator > .slides > li > .flex-caption {
	height: 100%;
}
.full-slider .text-rotator > .slides > li > .flex-caption {
	display: table;
	width: 100%;
}
.slides > li > .flex-caption.caption-middle .caption-inner {
	display: table-cell;
	vertical-align: middle;
}
#home-slider .flex-control-nav,
#home-slider .flex-direction-nav {
	z-index: 2;
}
#home-slider .slides > li {
	position: relative;
}
#home-slider .slides:first-of-type > li {
	height: 100%;
}
#home-slider .slides:first-of-type > .flex-active-slide > img {
	position: relative;
	z-index: 1;
}


/*
|------------------------------------------------
| 4.1 Slider Caption
|------------------------------------------------
*/
#home-slider.fullscreen .slide-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#home-slider.fullscreen .slide-caption > .caption-middle {
	display: table;
	width: 100%;
	height: 100%;
	padding: 80px 0;
}
#home-slider .flex-control-nav {
	bottom: 30px;
}
.caption-middle > .caption-inner {
	display: table-cell;
	vertical-align: middle;
}
#home-slider .header-devider {
	letter-spacing: 2px;
	font-size: 18px;
	border-bottom: 4px solid rgba(255,255,255,0.3);
	display: table;
	margin: 0 auto;
}


/*
|------------------------------------------------
| 5.0 Sections
|------------------------------------------------
*/
.site-section {
	position: relative;
	padding: 80px 0 0;
}
.site-section.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.site-section .section-header {
	text-align: center;
	margin: 0 0 50px;
}
.section-header .smt {
	display: table;
	position: relative;
	margin: 0 auto;
	font-size: 46px;
	padding: 0 42px;
	text-transform: uppercase;
}
.section-header .smt:before, .section-header .smt:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #af99c1;
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	margin-top: -1px;
}
.section-header .smt:after {
	left: auto;
	right: 0;
}
.section-header .smt > span {
	display: block;
	padding: 0 30px;
}
.section-header .sst {
	font-size: 18px;
}
.bg-dark .section-header .smt > span {
	color: #fff;
}
.bg-dark .section-header .sst {
	color: #b5b5bf;
}


/*
|------------------------------------------------
| 6.1 Content Box
|------------------------------------------------
*/
.content-box {
	text-align: center;
	margin: 0 auto 30px;
}
.content-box .entry-icon {
	margin: 0 auto 30px;
}
.content-box .entry-title {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 10px;
}
.content-box.icon-on-left .entry-icon {
	float: left;
	margin: 0 30px 0 0;
}
.content-box.icon-on-left {
	text-align: left;
}
.content-box.icon-on-left .entry-content {
	overflow: hidden;
	zoom: 1;
}


/*
|------------------------------------------------
| 6.2 Icon List
|------------------------------------------------
*/
.icon_list > li:before,
.icon_list > li:after {
	content: '';
	display: table;
}
.icon_list > li:after {
	clear: both;
}


/*
|------------------------------------------------
| 6.3 Testimonial
|------------------------------------------------
*/
.testimonial {
	text-align: center;
}
.testimonial .entry-content {
	font-family: 'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體',Montserrat, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}
.testimonial .entry-info {
	font-size: 18px;
}


/*
|------------------------------------------------
| 6.4 Team Member
|------------------------------------------------
*/
.team-member {
	text-align: center;
}
.team-member .entry-media {
	position: relative;
	/*border-radius: 50%;*/
	overflow: hidden;
	max-width: 295px;
	margin: 0 auto 40px;
    height: 396px;
}
.cookie-list.team-member .entry-media {
	position: relative;
	/*border-radius: 50%;*/
	overflow: hidden;
	max-width: 295px;
	margin: 0 auto 40px;
    height: 376px;
}
.team-members .entry-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	/*border-radius: 50%;*/
	-webkit-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-o-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transform: scale(0.1);
	-o-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-webkit-transform: scale(0.1);
}
.team-members .entry-media:hover .entry-hover {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.team-member .entry-title {
	text-transform: uppercase;
	    margin-bottom: 20px;
	
}
.team-member .entry-title:before{
	border-bottom: 1px solid #d2d2d2;
    width: 45px;
	
}
.entry-position:after{
	display: inline-block;
    content: "";
    border-bottom: 1px solid #af99c1;
    position: absolute;
    left: 37%;
    top: 66%;
    width: 45px;
    margin-top: -1px;
}
.portfolio-list .entry-position:after{
	display: inline-block;
    content: "";
    border-bottom: 1px solid #af99c1;
    position: absolute;
    left: 40%;
    top: 50%;
    width: 42px;
    margin-top: -1px;
}
.team-member .entry-position {
	font-size: 14px;
	margin-top: 50px;
}
.team-member .entry-hover ul > li {
	display: inline-block;
	margin: 0 20px;
}
.team-member .entry-hover ul > li > a {
	display: block;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background: #000;
	font-size: 18px;
	line-height: 44px;
}
.team-members .nobg{background: none;}
.team-member .entry-media:hover .entry-hover ul > li > a {
	-webkit-animation: 1.2s rollIn;
}
.team-member .entry-hover ul > li > a:hover {
	transform: scale(1.15);
	-o-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.team-member img{
	padding: 40px 10px 20px 10px
	;position: absolute;
    clip: rect(0px,258px,270px,0px);
}
ul .slides .team-members{ 
    padding: 0 0 5px 5px; } 

/*
|------------------------------------------------
| 6.5 Doughnut Chart
|------------------------------------------------
*/
.doughnut-chart {
	display: table;
	margin: 0 auto 30px;
}
.doughnut-chart .chart-value {
	position: absolute;
	display: table;
	top: 100px;
	right: 50%;
	width: 150px;
	height: 150px;
	margin: -75px -75px 0 0;
	font-family:'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體', Montserrat, sans-serif;
	font-size: 36px;
	font-weight: normal;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	text-align: center;
}
.doughnut-chart .chart-value > span {
	display: table-cell;
	vertical-align: middle;
}
.doughnut-chart .chart-title {
	display: block;
	font-family: 'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體',Montserrat, sans-serif;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1em;
}


/*
|------------------------------------------------
| 6.6 Pricing Table
|------------------------------------------------
*/
.list-pricing {
	text-align: center;
	font-size: 0;
}
.list-pricing > li {
	display: inline-block;
	margin-bottom: 30px;
}
.list-pricing > li + li {
	margin-left: 15px;
}
.pricing {
	position: relative;
	font-size: 14px;
	width: 273px;
	transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.pricing:hover {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pricing .entry-header {
	background: #4b484c;
	color: #fff;
	padding: 26px;
}
.pricing.active .entry-header .entry-price > span {
	color: #fff;
}
.pricing .entry-title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #fff;

}
.pricing .entry-price {
	font-family: 'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體',Montserrat, sans-serif;
	font-size: 38px;
	font-weight: bold;
	line-height: 31px;
	margin: 16px 0 0;
}
.pricing .entry-price > span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #bdb4c0;
}
.pricing .entry-body {
	background: #fff;
	padding: 30px;
}
.pricing .entry-body .entry-features > li {
	text-align: left;
}
.pricing .entry-body .entry-features > li + li {
	margin-top: 30px;
}
.pricing .entry-body .entry-features > li i {
	margin-right: 5px;
}
.pricing .entry-footer {
	padding: 15px 30px 40px;
	background: #fff;
}
.pricing .entry-footer > a {
	text-transform: uppercase;
}


/*
|------------------------------------------------
| 6.7 Twitter Feed
|------------------------------------------------
*/
.twitter-feed {
	padding: 40px 0;
}
.twitter-feed .slides > li {
	font-size: 24px;
	font-family:'Helvetica Neue','Helvetica','PingFang SC','Heiti TC', '微軟正黑體',Montserrat, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}


/*
|------------------------------------------------
| 6.8 Partners & Clients Carousel
|------------------------------------------------
*/
.logo-item a {
	display: block;
	text-align: center;
	padding: 15px;
}
.logo-item a > img {
	width: auto;
	max-width: 100%;
	height: auto;
}


/*
|------------------------------------------------
| 7.0 Portfolio
|------------------------------------------------
*/
#portfolio-load-more {
	width: 270px;
}
.post-portfolio {
	position: relative;
}
.post-portfolio .entry-media {
	position: relative;
	cursor: pointer;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.post-portfolio .entry-media img {
	max-width: 100%;
	height: auto;
}
.post-portfolio .entry-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-o-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transform: scale(0.1);
	-o-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-webkit-transform: scale(0.1);
}
.post-portfolio:hover .entry-info {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.post-portfolio .entry-title {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}
.cookie-list .post-portfolio .entry-title {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.post-portfolio .entry-cats {
	color: #fff;
	font-size: 18px;
}


/*
|------------------------------------------------
| 7.1 Portfolio Filters
|------------------------------------------------
*/
.list-filters {
	margin: 0 0 40px;
}
.list-filters > li {
	margin-bottom: 10px;
}
.list-filters > li > a {
	display: block;
	border: 1px solid #e4e4e4;
	height: 40px;
	padding: 0 25px;
	font-family: 'Helvetica Neue','Helvetica','PingFang SC','Heiti TC','微軟正黑體','Montserrat', sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	color: #888893;
}
.list-filters > li:not(.active) > a:hover {
	color: #414145;
	border-color: #a7a7a7 !important;
}

#filters-combo .bootstrap-select {
	margin-bottom: 30px;
}


/*
|------------------------------------------------
| 7.2 Portfolio Grid
|------------------------------------------------
*/
.portfolio-list > li { 
	float: left;
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}
.portfolio-list.cols-2 > li { width: 50%; }
.portfolio-list.cols-3 > li { width: 33.332%; }
.portfolio-list.cols-4 > li { width: 25%; }
.portfolio-list.cols-5 > li { width: 20%; }


/*
|------------------------------------------------
| 7.3 Portfolio Details
|------------------------------------------------
*/
#portfolio-ajax {
	display: none;
	padding: 15px 0 60px;
}
#portfolio-ajax .loading {
	padding: 20px 0;
	text-align: center;
}
.single-portfolio {
	max-width: 940px;
	margin: 0 auto;
}
.single-portfolio .entry-media img {
	max-width: 100%;
	height: auto;
}
.single-portfolio .entry-media {
	margin: 0 0 40px;
}
.single-portfolio .entry-title {
	font-size: 28px;
}
.single-portfolio .portfolio-details li {
	line-height: 2;
}
.single-portfolio .portfolio-share > * {
	display: inline-block;
	vertical-align: middle;
}
.single-portfolio .portfolio-share span {
	margin-right: 15px;
}
.single-portfolio .portfolio-share a {
	color: #888893;
	font-size: 18px;
	padding: 0 5px;
}
.single-portfolio .portfolio-share ul {
	margin: 0;
}
.portfolio-controls {
	margin: 40px 15px;
}
.portfolio-controls .circle-icon {
	color: #e4e4e4;
}
.portfolio-controls .circle-icon > i {
	color: #a6a6af;
}
.portfolio-controls .circle-icon:hover {
	color: #ccc;
}
.portfolio-controls .circle-icon:hover > i {
	color: #626266;
}


/*
|------------------------------------------------
| 8.0 Blog
|------------------------------------------------
*/
.post {
	margin: 0 auto 30px;
}
.post-blog .entry-media,
.format-gallery .entry-media .flexslider > .slides > li {
	max-height: 360px;
	overflow: hidden;
}
.format-video .entry-media {
	max-width: none;
	overflow: visible;
}
.post-blog .entry-media img {
	max-width: 100%;
	height: auto;
}
.post-blog .entry-media > a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.post-blog .entry-body {
	padding: 20px;
	background: #fff;
	border: 1px solid #e4e4e4;
}
.post-blog .entry-title a {
	display: block;
	color: #26303b;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.post-blog .entry-meta {
	font-style: italic;
	font-size: 12px;
}
.post-blog .entry-meta i {
	font-style: normal;
	margin-right: 5px;
}
.post-blog .entry-content {
	padding: 10px 0 0;
}
.post-blog .btn.readmore {
	text-transform: uppercase;
	width: 150px;
	margin-top: 15px;
}


/*
|------------------------------------------------
| 8.1 Blog Grid
|------------------------------------------------
*/
.post-grid {
	max-width: 400px;
}
.post-blog.post-grid .entry-title a {
	font-size: 16px;
}


/*
|------------------------------------------------
| 8.2 Blog List
|------------------------------------------------
*/
.post-blog.post-list .entry-title a,
.single-post .post-blog .entry-title a {
	font-size: 24px;
}
.post-list .entry-body {
	border: 0;
	background: #f9f9f9;
	padding: 40px 30px;
}
.post-list {
	margin: 0 auto 80px;
}


/*
|------------------------------------------------
| 8.3 Blog Single
|------------------------------------------------
*/
.single-post .post-blog .entry-body {
	padding: 0;
	border: 0;
	margin: 40px 0 0;
}
/*
|------------------------------------------------
| 8.4 Comment
|------------------------------------------------
*/
.comments {
	margin: 0 0 20px;
}
.list-comments,
.list-comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-comments ul {
	margin-left: 100px;
}
.list-comments .comment {
	padding: 40px 0;
	border-top: 1px solid #e7e7ed;
}
.list-comments > li:first-child > .comment {
	border-top: 0;
}
.list-comments .comment .entry-avatar {
	float: left;
	margin-right: 20px;
	max-width: 80px;
}
.list-comments .comment .entry-avatar img {
	max-width: 100%;
	height: auto;
}
.list-comments .comment .entry-body {
	overflow: hidden;
	zoom: 1;
}
.list-comments .comment .entry-header {
	line-height: 1;
	margin-bottom: 15px;
}
.list-comments .comment .entry-header > * {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0;
}
.list-comments .comment .entry-author {
	color: #414145;
	margin-right: 30px;
}
.list-comments .comment .entry-datetime {
	font-size: 12px;
	font-style: italic;
}
.list-comments .comment .btn-reply {
	float: right;
	position: relative;
	top: -10px;
}
.comment .btn-reply > * {
	display: inline-block;
	vertical-align: middle;
}
.comment .btn-reply > i {
	margin-right: 6px;
}
.comment .btn-reply:focus,
.comment .btn-reply:active {
	outline: none;
}
.reply .reply-body {
	padding: 30px 0;
}
.form-reply .form-group {
	margin-bottom: 30px;
}


/*
|------------------------------------------------
| 10.0 Contact Form
|------------------------------------------------
*/
.contact .content-box .entry-icon {
	font-size: 24px;
}
.contact .content-box .entry-title {
	font-size: 18px;
}
.contact .content-box big {
	font-size: 18px;
}
.contact .form-control {
	height: 50px;
	padding: 12px 20px;
	font-size: 18px;
}
.contact textarea.form-control {
	height: auto;
}
#gmap {
	width: 100%;
	height: 500px;
}


/*
|------------------------------------------------
| 9.0 Sidebar Widgets
|------------------------------------------------
*/
.widget-sidebar {
	margin: 0 0 50px;
}
.widget-title {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-family:'Helvetica Neue','Helvetica','PingFang SC','Heiti TC', Montserrat;
	padding-bottom: 15px;
	color: #414145;
}
.widget-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background: #af99c1;
}
.widget-sidebar .widget-title {
	margin: 0 0 30px;
}


.widget-sidebar .search-box {
	position: relative;
}
.widget-sidebar .search-box input {
	border-width: 0 0 1px;
	border-color: #dedee8;
	background: none;
	padding-left: 0;
	padding-right: 30px;
}
.widget-sidebar .search-box i {
	position: absolute;
	right: 0;
	top: 13px;
	font-size: 15px;
}


.list-vmenu a {
	display: inline-block;
	color: #888893;
}
.list-vmenu a:hover {
	color: #414145;
}
.list-vmenu > li {
	padding: 10px 0;
}
.list-vmenu > li + li {
	border-top: 1px solid #e7e7ed;
}
.widget-sidebar .list-vmenu > li:first-child {
	padding-top: 0;
}

.list-posts .list-vmenu .entry-datetime {
	display: block;
	font-size: 12px;
	font-style: italic;
}

.my-flickr ul {
	font-size: 0;
	margin: -3px;
}
.my-flickr li {
	display: inline-block;
	width: 33.332%;
	padding: 3px;
}
.my-flickr img {
	max-width: 100%;
	height: auto;
}

.list-tags {
	font-size: 0;
	margin: -3px;
}
.list-tags li {
	display: inline-block;
	margin: 3px;
}
.list-tags a {
	display: block;
	font-size: 13px;
	padding: 5px 18px;
	height: 36px;
	border: 1px solid #e4e4e4;
	background: #fff;
	color: #888893;
}
.list-tags a:hover {
	color: #fff;
}


/*
|------------------------------------------------
| 11.0 Mobile Push Menu
|------------------------------------------------
*/
@media(max-width: 768px) {
	/* General styles for all menus */
	.cbp-spmenu {
		position: fixed;
	}
	.cbp-spmenu #main-menu {
		display: block;
	}
	.cbp-spmenu #main-menu > li {
		float: none;
	}
	.cbp-spmenu #main-menu > .active > a,
	.cbp-spmenu a {
		color: #fff;
	}

	.cbp-spmenu #main-menu a:hover {
		color: #fff;
	}

	/* Orientation-dependent styles for the content of the menu */

	.cbp-spmenu-vertical {
		width: 240px;
		height: 100%;
		top: 0;
		z-index: 1000;
	}

	.cbp-spmenu-vertical a {
		padding: 1em;
		border-bottom: 1px solid transparent;
	}

	/* Vertical menu that slides from the left or right */

	.cbp-spmenu-left {
		left: -240px;
	}

	.cbp-spmenu-right {
		right: -240px;
	}

	.cbp-spmenu-left.cbp-spmenu-open {
		left: 0px;
	}

	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}


	/* Push classes applied to the body */

	.cbp-spmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
	}

	.cbp-spmenu-push-toright {
		left: 240px;
	}

	.cbp-spmenu-push-toleft {
		left: -240px;
	}

	.cbp-spmenu-push #site-header .site-nav {
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
	}

	.cbp-spmenu-push-toright #site-header .site-nav,
	.cbp-spmenu-push-toleft #site-header .site-nav {
		display: block !important;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}

	/* Transitions */

	.cbp-spmenu,
	.cbp-spmenu-push {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.cbp-spmenu-open #main-menu ul {
		position: static;
		width: 100%;
		padding: 0;
	}
}
/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}