body {
	line-height: 1.5em;
}

h1.single-title,
h1.page-title {
	/* font-weight: bold; */
}
h3,
.h3,
h3.feature-title,
h3.title,
h3.page-title {
	margin-bottom: 15px !important;
	margin-top: 35px;
}
h4,
.h4 {
	margin-top: 25px;
}
h4.pt-cv-title {
	text-align: center;
}
h4.widgettitle {
	color: #333;
    /* font-weight: bold; */
}
h5,
.h5,
h5.title,
h5.page-title {
	margin-bottom: 0;
	text-transform: none;
}
h6.ls-l {
	font-weight: inherit;
}

input, select, textarea {
    color: #000;
	padding: 16px 20px;
}

input[type="submit"] {
	line-height: 1em;
	padding: 1em 2em;
}

p, pre {
    margin: 0 0 1em 0px;
}

ul, ol {
    padding-left: 20px;
}
dl, menu, ol, ul {
    margin: 0;
}

.aligncenter {
	text-align: center;
}

.admin-bar #header-wrapper.horizontal-fixed {
    margin-top: 30px;
}

.article-header,
.page-header {
	margin-bottom: 40px !important;
	margin-top: 20px !important;
	padding-bottom: 0;
}
body.error404 .article-header {
	padding-top: 15px;
}
	
/* blockquote */
.blockquote-1 {
	padding: 0 0 0 20px;
}

.blockquote-2 {
	padding: 0 0 0 40px;
}

.blockquote-3 {
	padding: 0 0 0 60px;
}

.entry-content blockquote {
	background: none;
	padding: 0 0 0 20px;
}

.entry-content blockquote blockquote {
	padding: 0 0 0 20px;
}
/* end of blockquote */

/* buttons */
input[type="submit"] {
	line-height: inherit;
}

.button {
	min-width: inherit;
}

.button,
input[type="submit"] {
    background: #EF4556;
	border-radius: 5px;
	color: #FFF;
    font-size: 17px;
	padding: 13px 15px;
    transition: background 0.3s ease-in-out 0s;
    -moz-transition: background 0.3s ease-in-out 0s;
    -webkit-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
}

.button:hover {
	background: #AD101F;
	color: #F7F7F7 !important;
}

.button-text {
	padding: 0;
}
/* end of buttons */

/* content view */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
}
/* end of content view */

.entry-content .featured-image {
    display: none;
}

.feature {
    padding-top: 0;
}

.feature-title:before {
    border-bottom: 0;
}

.filter {
    display: none;
}

#footer-widgets {
	padding: 0 12px;
}

#footer-widgets #nav_menu-2 {
    position: absolute;
    right: 12px;
    width: 850px;
}

#footer-widgets #nav_menu-2 ul {
    float: right;
}

#footer-widgets #nav_menu-2 li {
    float: left;
}

#footer-widgets #nav_menu-2 li a {
    color: #323232;
}
#footer-widgets #nav_menu-2 li a:hover {
    color: #FFFFFF;
}

.header #below-header {
    background-color: #EF4556;
	background-image: none;
	max-width: 850px;
}

.header #below-header .widget a {
	color: #FFF;
}

.header #logo {
	display: none;
}

#header-wrapper.scrolled-nav {
	height: 45px;
}

#header1,
#header2 {
	display: table;
}

#header1 {
	text-align: center;
	width: 100%;
}
#header2 {
	position: absolute;
	right: 50px;
	top: 0;
	z-index: 9;
}

.hentry {
	display: inherit;
}

#main p a,
#main p a:visited {
	text-decoration: underline;
}
#main p a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	#menu-top-nav {
		top: 90px;
	}
}

#menu-top-nav li.wpml-ls-item-en a {
	font-family: "Lato", sans-serif;
}

#menu-top-nav li.wpml-ls-item-zh-hans a,
#menu-top-nav li.wpml-ls-item-zh-hant a {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
	font-weight: bold;
}

#mobile-nav-button {
	background-color: transparent;
	color: #FFF;
	position: absolute;
	top: 27px;
}

body.error404 nav,
body.search nav {
	float: none;
	display: table;
	margin: 0 auto;
}

.nav li a {
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.nav li.current_page_item a:not([class^="icon-"]):before {
		content: "";
		position: absolute;
		left: 50%;
		height: 1px;
		width: 16px;
		border-bottom: 2px solid #262626;
		margin-left: -8px;
		top: 50%;
		margin-top: 15px;
	}
}

/* pretty photo - after clicking image */
div.pp_pic_holder {
    margin-top: 15px;
}

div.ppt {
	position: absolute;
	top: -999px;
}

.project-date {
	display: none;
}

.pp_social {
	display: none;
}
/* end of pretty photo - after clicking image */

/* news & features */
.pagination > li > a,
.pagination > li > span {
	color: #888;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #EF4556;
}

.pt-cv-content,
.pt-cv-content * {
	text-align: center;
}

.pt-cv-content-item {
    width: 291px;
}

.pt-cv-datetime {
	color: #333;
	font-weight: bold;
	text-align: center;
}

.pt-cv-meta-fields .entry-date {
	display: none;
}

.pt-cv-page {
	margin-left: -15px;
	margin-right: -15px;
}

.pt-cv-pagination-wrapper {
    text-align: center;
}

.pt-cv-readmore {
	display: none !important;
}

.pt-cv-thumbnail {
    margin-bottom: 20px !important;
}

.pt-cv-title {
    margin-top: 15px !important;
}

.pt-cv-view {
	margin-top: 30px;
}
body.home .pt-cv-view {
    margin: 0 auto;
	width: 850px;
}

.pt-cv-view a .img-container {
	background: #F5F5F5;
	overflow: hidden;
	position: relative;
	width: 267px;
	height: 192px;
}

.pt-cv-view img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.related-projects article {
	display: none;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

body.error404 section.search {
	display: none;
}

/* single news & features */
.single-post .threecol {
	display: none;
    width: 0;
}

.single-post .eightcol {
    width: 100%;
}

.single-post .article-footer {
	border-top: 1px solid #E4E2E5;
	margin-top: 30px;
	padding-top: 25px;
}

.single-post .featured-section,
.single-post .post-meta,
.single-post .post-title.article-header,
.single-post .popular-posts {
	display: none;
}

.single-post .next-post-link,
.single-post .previous-post-link {
	position: inherit;	
}

.single-post .next-post-link a,
.single-post .previous-post-link a {
	font-weight: normal;
}

.single-post .next-post-link a::before,
.single-post .previous-post-link a::before {
    border-bottom: 0;
}
/* end of single news & features */
/* end of news & features */

/* portfolio */
/*****************
#portfolio-container {
    margin: 10px -15px;
	width: 100%;
}
body.home #portfolio-container {
	margin-bottom: 20px;
    margin-top: 40px;
}

#portfolio-container .element {
	float: left;
	left: auto !important;
	padding-left: 15px;
	padding-right: 15px;
	position: static !important;
	top: auto !important;
	width: 33.33%;
}
*/

#portfolio-container {
    margin: 10px -15px 10px;
}
body.home #portfolio-container {
    margin: 40px -15px 20px;
}

#portfolio-container .element {
	margin-right: 24px;
}

#portfolio-container img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 267px;
	height: 220px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#portfolio-container .img-container {
	overflow: hidden;
	position: relative;
	width: 267px;
	height: 192px;
}

.portfolio-container .overlay .overlay-content {
    padding-right: 17px;
}

.portfolio-container .overlay-container {
	margin-bottom: 24px;
}

.portfolio-zoom {
    background: none;
	display: none;
}

.single-portfolio footer.article-footer,
.single-portfolio section[itemprop="articleBody"],
.single-portfolio .portfolio-return {
	display: none;
}

.single-portfolio .next-post-link a {
    background: url("../../themes/miinus/library/css/images/next-post.png") no-repeat scroll right top transparent;
}
.single-portfolio .previous-post-link a {
    background: url("../../themes/miinus/library/css/images/prev-post.png") no-repeat scroll left top transparent;
}

.feature-image {
	display: none;
}

.single-portfolio .article-footer {
    border-top: 0;
}

.single-portfolio .article-footer [class^="icon-"] {
    margin-top: 30px;
}

.single-portfolio .article-footer hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E4E2E5;
}
/* end of portfolio */
.social {
	background: transparent;
}
#below-header .social {
	float: right;
}
@media only screen and (max-width: 767px) {
	#below-header .social {
		display: none;
	}
}

/**************************
.error404 #header3 .social,
.search #header3 .social {
	margin-left: -79px;
	width: 100px;
}
*/

.social .social-text {
	background-color: #323232;
	border-radius: 0;
	margin: 0;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

.social .social-icons {
    margin: 0;
    padding-left: 8px;
}

.social .socialbar .social-icons li {
	margin: 7px 0 0 !important;
    padding: 0 !important;
}

.social .socialbar .social-icons li a {
	width: 25px;
}
.social .socialbar .social-icons li a:hover {
	color: #555;
}

.social .socialbar .social-icons li a [class^="icon-"],
.social .socialbar .social-icons li a [class*=" icon-"] {
	font-size: 17px;
	padding-top: 5px;
}

.social-share {
    display: none;
}

.wpcf7-submit {
    padding: 8px 15px 9px;
}

.wrap {
	max-width: 850px;
    width: 100%;
}
.footer .wrap {
	padding-left: 12px;
	padding-right: 12px;
}

.widget ul.menu {
	display: block;
}
