/**
 * Theme Structure
 */
body {
  background-color: #f2f2f2;
}
div#wrapper {
  margin: 0 auto;
  /*width:90%;
	max-width:1800px;*/
  width: 1330px;
  position: relative;
}
div#wpadminbar {
  display: none;
}
/* start frontpage */
/*body.home div#wrapper{
		width:100%;
		max-width:100%!important;
	}

	body.home div#wrapper > header {
		height:100%;
	}
	body.home div#wrapper > header a#logo{
		#position:fixed;
		#top:50%;
		#left:50%;
		#transform:translate(-50%, -50%);
    	#-webkit-transform:translate(-50%, -50%);
      	#-ms-transform:translate(-50%, -50%);
		#z-index:1;
		display:none;
	}
	body.home div#wrapper > header a#logo svg{
		height:140px;
		max-width:400px;
	}
	body.home div#wrapper > header div#arrow{
		position:absolute;
		right:18%;
		top:3em;
	}
	body.home div#wrapper > header div#arrow img{
		width:200px;
	}
	body.home nav#main {
		border-color:#fff;
	}
	body.home nav#main li a{
		color:#fff!important;
	}

	/*body.home main#content{
		width:100%;
		max-width:100%!important;
		top:0;
		left:0;
		position:absolute;
	}

	body.home div.flexslider{
		width:100%;
		height:100%;
		margin:0;
		border:0;
	}
	body.home div.flexslider .slides img{
		width:100%;
	}
	article.teaser{
		position:fixed;
		top:0;
		width:100vh;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:-1;
		background-position:center center;
		background-repeat:no-repeat;
	}*/
/*article.teaser{
		position:fixed;
		top:0;
		left:0;
	}
	.wh{
		height:100%!important
	}
	.ww{
		width:100%!important
	}
	h2.teaser-title {
		color:#fff;
		font-weight:300;
		position:absolute;
		bottom:3em;
		right:3.6em;
		font-size:14px;
		font-size:1.4rem;
	}

	body.home footer#bottom {
		display:none;
	}*/
/* end frontpage*/
/* start header */
div#wrapper > header {
  /*width:90%;*/
  width: 1197px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0.5em;
  margin-bottom: 2.5em;
  text-align: center;
  z-index: 3;
  border-bottom: 2px solid #000;
  /* menu */
  /* logo / site-title */
  /* social */
  /* header-sidebar */
  /* bubble */
}
div#wrapper > header a#logo {
  display: block;
  float: right;
  padding-top: 0.5em;
  z-index: 3;
  position: relative;
}
div#wrapper > header a#logo svg {
  height: 44px;
  width: auto;
  max-width: 150px;
}
div#wrapper > header div#menu {
  position: absolute;
  top: 0.37em;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
div#wrapper > header div#menu nav#main {
  margin: 0 auto;
  padding: 0.5em 1em;
  display: inline-block;
  z-index: 3;
  font-size: 135%;
}
div#wrapper > header div#menu nav#main ul {
  margin: 0;
}
div#wrapper > header div#menu nav#main ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1em;
  text-transform: uppercase;
  overflow: hidden;
}
div#wrapper > header div#menu nav#main ul li:last-child {
  margin-right: 0;
}
div#wrapper > header div#menu nav#main ul li a {
  font-weight: 400;
  color: #000;
  text-align: center;
  /*&:after {
								display: block;
								#content: attr(title);
								content: '&nbsp;';
								width:200%;
								font-weight:600;
								height: 0px;
								color: transparent;
								overflow: hidden;
								visibility: hidden;
							}*/
}
div#wrapper > header div#menu nav#main ul li a:hover {
  font-weight: 600;
}
div#wrapper > header div#menu nav#main ul li.current-menu-item a {
  font-weight: 600;
}
div#wrapper > header h1#site-title {
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  padding-top: 0.25em;
  width: auto;
  position: relative;
  z-index: 3;
}
div#wrapper > header .social {
  float: right;
  text-align: right;
  display: block;
  position: relative;
  z-index: 3;
  padding-top: 0.25em;
}
div#wrapper > header .social i.icon:before {
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: text-bottom;
  padding-top: 0.5em;
}
div#wrapper > header div#menubutton {
  cursor: pointer;
  display: none;
  margin: 0.8em 0 0 0.375em;
  /*top:0.75em;
			right:0;
			position: absolute;*/
}
div#wrapper > header div#menubutton > i:before {
  font-size: 34px;
  font-size: 3.4rem;
}
div#wrapper > header div#header-sidebar {
  float: left;
}
div#wrapper > header div#bubble {
  display: block;
  position: absolute;
  top: 3rem;
  right: -10%;
  width: 200px;
  height: 110px;
  padding: 1rem;
  background: #fff;
  border: 2px solid #000;
  line-height: 140%;
  z-index: 3;
}
div#wrapper > header div#bubble:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 35.5px;
  height: 0;
  border: 35px solid transparent;
  border-top-color: #000;
  border-bottom: 0;
  border-left: 0;
  margin-left: -17.5px;
  margin-bottom: -35px;
}
div#wrapper > header div#bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -15.5px;
  margin-bottom: -31px;
}
div#wrapper > header div#bubble a {
  font-weight: 600;
}
div#wrapper > header div#bubble p {
  margin-bottom: 10px;
}
div#wrapper > header div#bubblebutton {
  display: none;
}
/* end header */
/* start main */
main#content {
  position: relative;
  /*width:90%;*/
  width: 1197px;
  margin: 0 auto;
  /* posts & pages */
  /* portfolio */
}
main#content > nav.yearly-archive ul {
  margin: 0 0 5px;
}
main#content > nav.submenu,
main#content > nav.yearly-archive {
  width: 100%;
}
main#content > nav.submenu ul,
main#content > nav.yearly-archive ul {
  list-style-type: none;
  margin: 0;
}
main#content > nav.submenu ul li,
main#content > nav.yearly-archive ul li {
  margin-right: 20px;
  display: inline-block;
}
main#content > nav.submenu ul li:first-child,
main#content > nav.yearly-archive ul li:first-child {
  width: 75px;
}
main#content > nav.submenu ul li.active,
main#content > nav.yearly-archive ul li.active {
  font-weight: 600;
}
main#content article.post {
  clear: both;
  padding-bottom: 1.429em;
  margin-bottom: 1.429em;
  /* pages */
}
main#content article.post h2.post-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0.625em;
}
main#content article.post header.post-header {
  margin-bottom: 0.714em;
}
main#content article.post header.post-header > div.post-tags {
  padding-left: 20px;
  padding-left: 2rem;
  text-indent: -10px;
  text-indent: -1rem;
}
main#content article.post header.post-header i.icon:before {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: text-bottom;
}
main#content article.post header.post-header div.post-share {
  margin-top: 0.5em;
}
main#content article.post header.post-header div.post-share i.icon {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
main#content article.post header.post-header a.post-thumbnail {
  display: block;
  margin: 0.938em 0;
}
main#content article.post header.post-header img {
  max-width: 100%;
}
main#content article.post div.post-content {
  width: 100%;
}
main#content article.post div.post-content h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  margin: 0.875em 0 0.625em;
}
main#content article.post div.post-content h3:first-child {
  margin-top: 0;
}
main#content article.post div.post-content a.more {
  font-weight: 600;
}
main#content article.post div.post-content p {
  margin-bottom: 0.5em;
}
main#content article.post div.post-content p picture:nth-of-type(even) img.size-blogimagehalf,
main#content article.post div.post-content p img.size-blogimagehalf:nth-of-type(even),
main#content article.post div.post-content p picture:nth-of-type(even) img.size-portfolioimagehalf,
main#content article.post div.post-content p img.size-portfolioimagehalf:nth-of-type(even) {
  margin-right: 0;
}
main#content article.post div.post-content img {
  max-width: 100%;
}
main#content article.post div.post-content img.size-blogimagehalf,
main#content article.post div.post-content img.size-portfolioimagehalf {
  /*width:~"calc(50% - 0.5em)";
						width:~"-webkit-calc(50% - 0.5em)";
						width:~"-moz-calc(50% - 0.5em)";
						margin-right:1em; /* 0.741em */
  width: 591px;
  margin-right: 15px;
}
main#content article.post div.post-content img,
main#content article.post div.post-content iframe {
  margin: 0.3em 0;
}
main#content article.post div.post-content p a,
main#content article.post div.post-content ul a,
main#content article.post div.post-content ol a {
  font-weight: 600;
}
main#content article.post div.post-content .icon:before {
  vertical-align: text-top;
  padding-top: 0.071em;
  display: inline-block;
  width: 1.2em;
  text-align: left;
}
main#content article.post div.post-separator {
  clear: both;
  text-align: center;
  padding: 3.571em 0 0.714em;
}
main#content article.post div.post-separator i.icon:before {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
main#content article.post div.post-separator i.icon-camera-fabian-cordless:before {
  font-size: 70px;
  font-size: 7rem;
}
main#content article.post footer.post-footer {
  clear: both;
  padding-top: 1.429em;
  /* Related Posts */
  /* Subscribe */
  /* Comments */
}
main#content article.post footer.post-footer i.icon:before {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: text-bottom;
}
main#content article.post footer.post-footer div.rp4wp-related-posts {
  margin-bottom: 3em;
}
main#content article.post footer.post-footer div.rp4wp-related-posts ul {
  width: 100%;
  padding: 0;
  margin: 0;
  /*float:left;*/
}
main#content article.post footer.post-footer div.rp4wp-related-posts ul > li {
  list-style: none;
  padding: 0;
  margin-bottom: 0.643em;
  /*display:inline-block;
							vertical-align:top;
							width:30%;
							margin:0;
							margin-right:0.714em;

							&:nth-child(3n),
							&:last-of-type{
								margin-right:0;
							}*/
}
main#content article.post footer.post-footer div.rp4wp-related-posts ul > li p {
  margin: 0;
}
main#content article.post footer.post-footer div.rp4wp-related-posts ul > li div.rp4wp-related-post-content > a {
  font-weight: 600;
}
main#content article.post footer.post-footer div.rp4wp-related-posts ul > li img.rp4wp-related-post-image {
  width: 35%;
  padding-right: 1.786em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
main#content article.post footer.post-footer div#subscribe > p {
  margin-bottom: 0.4em !important;
}
main#content article.post footer.post-footer div#subscribe div#emailSub-widget form#emailSub-form {
  display: block;
  position: relative;
}
main#content article.post footer.post-footer div#subscribe div#emailSub-widget form#emailSub-form input[type="text"] {
  height: 24px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000;
  position: relative;
}
main#content article.post footer.post-footer div#subscribe div#emailSub-widget form#emailSub-form input[type="submit"] {
  background-color: transparent;
  color: #000;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 15px;
  padding: 0;
}
main#content article.post footer.post-footer div#subscribe div#emailSub-widget form#emailSub-form input[type="submit"]:hover + i.icon-feather {
  color: #444;
}
main#content article.post footer.post-footer div#subscribe div#emailSub-widget form#emailSub-form i.icon-feather {
  position: absolute;
  right: 0;
  top: 0;
}
main#content article.post footer.post-footer .post-comments p {
  margin-bottom: 0.357em;
}
main#content article.post footer.post-footer .post-comments p:last-of-type {
  margin-bottom: 0;
}
main#content article.post footer.post-footer .post-comments ul.commentlist {
  padding: 0;
  margin: 0;
}
main#content article.post footer.post-footer .post-comments ul.commentlist a {
  font-weight: 600;
}
main#content article.post footer.post-footer .post-comments ul.commentlist li.comment {
  list-style-type: none;
}
main#content article.post footer.post-footer .post-comments ul.commentlist li.comment div.reply a {
  text-decoration: none;
}
main#content article.post footer.post-footer .post-comments ul.commentlist ul.children {
  margin-bottom: 0;
}
main#content article.post footer.post-footer .post-comments div#respond a {
  font-weight: 600;
}
main#content article.post footer.post-footer .post-comments div#respond form#commentform textarea#comment {
  height: 110px;
}
main#content article.post div#page-navigation {
  width: 100%;
  clear: both;
  margin-top: 1.429em;
}
main#content article.post div#page-navigation div.prev {
  float: left;
  display: block;
}
main#content article.post div#page-navigation div.next {
  float: right;
  display: block;
}
main#content article.post div#page-navigation i.icon:before {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.214em;
}
main#content article.portfolio {
  position: relative;
  float: left;
  /*width:~"calc((100% - 3em) / 4)";
			width:~"-webkit-calc((100% - 3em) / 4)";
			width:~"-moz-calc((100% - 3em) / 4)";
			margin:0 0 1em 1em;*/
  width: 288px;
  margin: 0 0 15px 15px;
}
main#content article.portfolio:nth-of-type(4n+1) {
  clear: both;
  margin-left: 0;
}
main#content article.portfolio:hover div.overlay,
main#content article.portfolio:hover div.post-share {
  display: block;
}
main#content article.portfolio a.post-thumbnail {
  margin: 0;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
main#content article.portfolio a.post-thumbnail.border {
  border: 1px solid #000;
}
main#content article.portfolio a.post-thumbnail img {
  line-height: 100%;
  height: 100%;
  width: 100%;
}
main#content article.portfolio i.icon.multiple-images {
  position: absolute;
  left: 1em;
  top: 1em;
  color: #efefef;
  opacity: 0.89;
  line-height: 50%;
  z-index: 3;
}
main#content article.portfolio i.icon.multiple-images:before {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
main#content article.portfolio div.overlay {
  background-color: rgba(242, 242, 242, 0.83);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  /*height:100.4%;*/
  height: 100%;
  width: 100%;
  padding: 0;
  z-index: 2;
}
main#content article.portfolio div.overlay > div {
  position: absolute;
  bottom: 2.2em;
  left: 0.643em;
  line-height: 130%;
}
main#content article.portfolio h2.post-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.4em;
  /*a:before {
					content:'';
					display:inline-block;
					height:71%;
					vertical-align:bottom;
					margin-right:-0.25em;
				}*/
}
main#content article.portfolio h2.post-title a {
  display: inline-block;
  color: #000;
  height: 100%;
  width: 100%;
  padding: 0 0.700em 0.350em;
}
main#content article.portfolio div.post-info a {
  display: block;
  color: #000;
}
main#content article.portfolio div.post-share {
  display: none;
  bottom: 0.214em;
  position: absolute;
  left: 0.643em;
  z-index: 3;
}
main#content article.portfolio div.post-share i.icon {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
main#content article.portfolio:hover i.icon.multiple-images {
  color: #000;
  opacity: 1;
}
/* end main */
/* start footer */
footer#bottom {
  clear: both;
  /*width:90%;*/
  width: 1197px;
  margin: 2.143em auto 0.857em;
  /* email subscription widget */
}
footer#bottom a#legal,
footer#bottom a#privacy {
  margin-left: 5px;
  font-weight: 600;
}
footer#bottom a:hover {
  font-weight: 300;
}
footer#bottom address {
  float: left;
}
footer#bottom div#emailSub-widget {
  float: right;
  margin-right: 1.5em;
}
footer#bottom div#emailSub-widget form#emailSub-form {
  display: inline-block;
  position: relative;
}
footer#bottom div#emailSub-widget form#emailSub-form input[type="text"] {
  height: 24px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000;
  position: relative;
}
footer#bottom div#emailSub-widget form#emailSub-form input[type="submit"] {
  background-color: transparent;
  color: #000;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 15px;
  padding: 0;
}
footer#bottom div#emailSub-widget form#emailSub-form input[type="submit"]:hover + i.icon-feather {
  color: #444;
}
footer#bottom div#emailSub-widget form#emailSub-form i.icon-feather {
  position: absolute;
  right: 0;
  top: 0;
}
footer#bottom div.social {
  float: right;
}
footer#bottom div.social i.icon:before {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: text-bottom;
}
/* end footer */
/* start overrides */
/* front page */
body.home main#content {
  font-size: 130%;
}
body.home main#content article.post {
  padding-bottom: 0;
}
body.home main#content article.post h2.post-title {
  text-align: center;
}
body.home main#content > section {
  float: left;
  width: calc((100% - 3em) / 2);
  width: -webkit-calc((100% - 3em) / 2);
  width: -moz-calc((100% - 3em) / 2);
  border: 2px solid #000;
  padding: 1em 2em 0.5em;
  text-align: center;
}
body.home main#content > section.right {
  margin-left: 3em;
}
body.home main#content > section h2.section-title {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  padding: 0.25em 1em;
  text-transform: uppercase;
  margin: 0 auto 1em;
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: 4px double #000;
  display: inline-block;
}
body.home main#content > section article.portfolio {
  width: 100%;
  margin: 0;
  margin-bottom: 1.5em;
  text-align: left;
}
body.home main#content > section article.portfolio h2.post-title {
  font-size: 130%;
}
body.home main#content > section article.portfolio div.overlay > div {
  bottom: 2.625em;
}
body.home main#content > section article.portfolio .post-share {
  bottom: 0.5em;
}
body.home main#content > section article.portfolio .post-share i.icon:before {
  font-size: 2.5rem;
}
body.home main#content article.teaser {
  float: left;
  border: 2px solid #000;
  text-align: center;
  /*margin-bottom: 1.5em;
			padding-bottom: 2em;
			padding:1em 2em 0.5em;
			margin-left: 1.5em;
			width:~"calc((100% - 3em) / 3)";
			width:~"-webkit-calc((100% - 3em) / 3)";
			width:~"-moz-calc((100% - 3em) / 3)";*/
  width: 383px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 1em 26px 1.4em;
}
body.home main#content article.teaser:nth-child(3n-1) {
  margin-left: 0;
}
body.home main#content article.teaser h2.section-title {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  padding: 0.25em 1em;
  text-transform: uppercase;
  margin: 0 auto 1em;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 4px double #000;
  display: inline-block;
}
body.home main#content article.teaser a.post-thumbnail {
  margin: 0;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
body.home main#content article.teaser a.post-thumbnail.border {
  border: 1px solid #000;
}
body.home main#content article.teaser a.post-thumbnail img {
  line-height: 100%;
  height: 100%;
  width: 100%;
}
/* bubble */
body.post-type-archive-portfolio div#bubble,
body.tax-portfolio_category div#bubble,
body.single-portfolio div#bubble,
body.page-id-3441 div#bubble {
  right: 1% !important;
}
/* post footer */
body.single footer.post-footer {
  padding-top: 0;
}
/* portfolio */
body.post-type-archive-portfolio nav.submenu,
body.tax-portfolio_category nav.submenu {
  margin-bottom: 1em;
}
body.single-portfolio article.post {
  padding: 0;
}
body.post-type-archive-portfolio div#page-navigation,
body.tax-portfolio_category div#page-navigation {
  display: none;
}
div#infscr-loading {
  clear: both;
}
/* footer */
body.single footer#bottom {
  margin-top: 0;
}
/* end overrides */
