/*
Theme Name: Soho
Theme URI: https://vivathemes.com/wordpress-theme/soho
Description:  Responsive modern theme.
Author: Viva Themes
Author URI: https://vivathemes.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.1
Tags: art, artistic, black, blog, blog-excerpts, business, classic-menu, clean, craft, custom-background, custom-colors, custom-menu, design, editor-style, elegant, featured-images, fixed-menu, fluid-layout, infinite-scroll, light, minimal, modern, multiple-menus, nature, photoblogging, photography, portfolio, post-slider, responsive-layout, simple, site-logo, sophisticated, theme-options, translation-ready, travel, two-columns, video, white
Text Domain: soho
Domain Path: /languages/
Status: inactive

Soho Theme, by Viva Themes

*/

html {
	margin:0 !important;
	padding:0 !important;
}

body {
	height:100%;
	min-height: 100%;
	margin:0 !important;
	padding:0 !important;
	background: #eaeaea;
	color: #000;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 175%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

h1 {
	font-size: 26px;
	color: #303030;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h2 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h3 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h4 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h5 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h6 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
p {
	margin-top: 6px;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color: #333;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
}

#wrapper {
	width: 80%;
	float: left;
	margin: 0;
}

/* header */

#header {
	width: 24%;
	float: left;
	background: #fff;
	position: relative;
	height: 98%;
	height: 98vh;
	padding: 0;
	margin: 0;
	padding-top: 1%;
	padding-top: 1vh;
	padding-bottom: 1%;
	padding-bottom: 1vh;
	z-index: 2;
	overflow: auto;
}

#content::-webkit-scrollbar,
#header::-webkit-scrollbar {
	width: 2px;
}

#content::-webkit-scrollbar-thumb,
#header::-webkit-scrollbar-thumb {
	background-color: #000000;
}

#header, #content {
	scrollbar-width: thin;
	scrollbar-color: #cccccc #ffffff;
	scrollbar-face-color:#cccccc;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
}

#headerin {
	width: 86%;
	float: left;
	clear: left;
	margin-left: 7%;
}

#logo {
	width: 100%;
	float: left;
	margin-top: 45px;
	text-align: center;
}

#logo img {
	display: inline-block;
    max-width: 100%;
    min-width: 50px;
}


#logo a {
	text-decoration: none;
	line-height: 100%;
}

h1.site-title a {
	font-weight: 700;
	font-size: 24px;
	color: #303030;
	text-transform: uppercase;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	line-height: 42px;
	text-align: center;
	letter-spacing: 3px;
	word-wrap: break-word;

}

h1.site-title {
	margin-top: 5px;
	margin-bottom: 5px;
}

h2.site-description {
	font-size: 14px;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	text-transform: none;
	margin-top: 5px;
	color: #303030;
	font-weight: normal;
	line-height: 120%;
}

/* search */

#searchform {
	padding:0;
	margin:0;
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-right: 8px;
}
#searchform input#s {
	margin:0;
	padding:2px;
	width: 157px;
	padding-left: 3px;
	background: #fff;
	border: solid 1px #ccc;
	height:20px;
	font-size:11px;
	padding-top:2px;
}
#searchform input#searchsubmit {
	display: none;
}

/* Main Menu and Secondary Menu */

#mainmenu {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#secondarymenu {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.mmenu {
  display: block;
  font-size: 14px;
  width: 100%;
  float: left;
  clear: left;
	margin-top: 20px;
	position: relative;
}

.mmenu ul {
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
	display: block;
}


.mmenu ul li {
  float: left;
  *display: inline;
  zoom: 1;
  position: relative;
	width: 100%;
}

.mmenu ul li span.arrow {
  display: block;
  /* "display:none" to hide arrows for the non-mobile nav */
  position: absolute;
  top: 32px;
  color: #3f3f3f;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  text-align: center;
  font-size: 7px;
  z-index: 5;
  cursor: pointer;
}

.mmenu ul li a {
  display: block;
  color: #333;
  padding: 3px 0;
  text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

.mmenu ul#bottommainnav2 li a {
	color: #999;
}

.mmenu ul li ul {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

.mmenu ul li ul li a {
  display: block;
  padding: 3px 0;
	color: #ccc;
}

.mmenu ul li ul li a:hover {
  color: #999;
}

.mmenu ul#bottommainnav2 li ul li a:hover {
  color: #666;
}

.mmenu ul li.current-menu-item a {
  color: #999;
	border: none;
}

.mmenu ul#bottommainnav2 li.current-menu-item a {
  color: #666;
}

.mmenu ul li:hover a:hover {
 	color: #999;
}

.mmenu ul#bottommainnav2 li:hover a:hover {
 	color: #666;
}

.mmenu ul li:hover ul {
  display: block;
}

.mmenu ul li:hover ul a:hover {
  color: #999;
}

.mmenu.mobile {
  width: 100%;
}

.mmenu.mobile ul li {
  width: 100%;
  float: none;
}

.mmenu.mobile ul li span.arrow {
  display: block;
  top: 4px;
  font-size: 16px;
  margin: 0;
  right: 2px;
  left: auto;
  padding: 5px;
}

.mmenu.mobile ul li span.arrow:hover {
  color: #aaa;
}

.mmenu.mobile ul li span.arrow.arrow-rotate {
 	-webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
	top: -6px;
}

.mmenu.mobile ul li ul {
  position: static;
  width: 100%;
	display: none;
}

.mmenu.mobile ul li ul li {
  width: 100%;
}

.mmenu.mobile ul li:hover a {
  border: none;
}

.mmenu.mobile ul li:hover a:hover {
}

.mmenu.mobile ul li:hover ul {
  display: none;
}

.mmenu.mobile ul li:hover ul a {
}

.mmenu.mobile ul li:hover ul a:hover {
}

.menu-button {
	display: none;
}

/* Left Sidebar*/

#leftbar {
	width: 100%;
	float: left;
	margin-top: 40px;
}

#leftbar .widget {
	width: 100%;
	padding-bottom: 30px;
	float: left;
	clear: left;
	font-size: 14px;
	font-size: 13px;
	text-align: center;
}

#leftbar h2.widget-title {
	font-weight: 600;
	font-size: 13px;
	color: #000;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#leftbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

#leftbar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}

#leftbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#leftbar ul li a {
	border: none;
	text-decoration: underline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	color: #333;
}

#leftbar ul li a:hover {
	text-decoration: none;
}

#leftbar a {
	text-decoration: underline;
}

#leftbar a:hover {
	border: none;
	text-decoration: none;
}

#leftbar #searchform {
  	padding: 0;
  	float: left;
  	width: 100%;
	margin-top: 10px;
  	margin-right: 0;
}

#leftbar .widget_search {
	width: 100%;
}

#leftbar #searchform input#s{
	float: left;
	width: 96%;
	height: 32px;
	outline: none;
}

#leftbar select {
	border: solid 1px #ccc;
	background: #fff;
	color: #333;
	font-weight: 400;
	width: 100%;
	height: 42px;
	outline: none;
	box-sizing: border-box;
	border-radius: 0;
}


#leftbar input#subscribe-field {
	border: solid 1px #ccc;
	height: 32px;
	outline: none;
}

#leftbar button {
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 14px 20px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: all .3s ease;
}

#leftbar button:hover {
	opacity: .6;
}

.jetpack_widget_social_icons ul li {
	width: auto!important
}

.widget_author_grid ul {
	list-style: none;
	margin:     0 0 25px !important;
	text-align: center !important;
}

.widget_author_grid ul li {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	display:  inline-block !important;
	position: relative !important;
}

.widget_author_grid .avatar {
	border: solid 1px #eaeaea;
	padding: 2px;
	margin-right: 5px;
}

.widget_authors ul li strong {
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	clear: left;
	float: left;
}

.widget_authors ul li strong:hover {
	text-decoration: underline;
}

.widget_authors .avatar {
	border: solid 1px #eaeaea;
	margin: 0 auto !important;
	padding: 2px;
	float: none;
	margin-top: 20px !important;
}

/* calendar widget */
.widget_calendar {
	float: left;
}

#wp-calendar, #calendar_wrap {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #303030;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #303030;
}

#wp-calendar tbody td {
	background: #eaeaea;
	border:none;
	text-align: center;
	padding:5px;
}

#wp-calendar tbody td:hover {
	background: #ccc;
}

#wp-calendar tbody td a {
	color: #000;
  font-weight: 600;
  text-decoration: none;
}

#wp-calendar tbody .pad {
	background: none;
}

.wp-block-calendar tfoot a {
  color: #303030;
	text-decoration: none;
	font-weight: 600;
	padding: 5px 8px;
	background: #fff;
	border: solid 1px #eaeaea
}

.wp-block-calendar tfoot a:hover {
	opacity: .7;
}

#wp-calendar tfoot #next {
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
	color: #303030;
	padding-top: 10px;
}

#wp-calendar tfoot #prev {
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 10px;
	color: #303030;
	text-align: left;
}

.widget_wpcom_social_media_icons_widget ul li a {
	text-decoration: none !important;
}

/* 404 page */

.error404 #contentinner svg {
    font-size: 250px;
    width: 100%;
    height: auto;
		margin-top: 40px;
}

.error404 #contentinner .text {
    fill: none;
    stroke: white;
    stroke-dasharray: 8% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 1%;
    animation: stroke-offset 5.5s infinite linear;
}

.error404 #contentinner .text:nth-child(1){
	stroke: #1c234d;
	animation-delay: -1;
}

.error404 #contentinner .text:nth-child(2){
	stroke: #315b2c;
	animation-delay: -2s;
}

.error404 #contentinner .text:nth-child(3){
	stroke: #2f8f7f;
	animation-delay: -3s;
}

.error404 #contentinner .text:nth-child(4){
	stroke: #2f8f7f;
	animation-delay: -4s;
}

.error404 #contentinner .text:nth-child(5){
	stroke: #da2717;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {
    stroke-dashoffset: -35%;
  }
}

.error404 #contentinner #searchform {
	width: 100%;
}

.error404 #contentinner #searchform label {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

.error404 #contentinner #searchform input#s {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	float: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.error404 #contentinner #searchform input#searchsubmit {
	display: block;
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: all .3s ease;
}

.error404 #contentinner #searchform input#searchsubmit:hover {
	opacity: .7;
}

/* Social Media Menu */

#menu-social .screen-reader-text {
	position: absolute;
	top:      -9999em;
	left:     -9999em;
}

#menu-social {
	margin-top: 60px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	clear: left;
}

#menu-social ul {
	list-style: none;
	margin:     0 0 25px;
	text-align: center;
}

#menu-social ul li {
	display:  inline-block;
	position: relative;
}

#menu-social ul li a {
	display:  inline-block;
	width: 30px;
	height: 30px;
	background: #303030;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
	text-align: center;
	margin-bottom: 3px;
}

#menu-social ul li a:hover {
	background: #999;
	text-decoration: none;
}

#menu-social li a::before {
	content:        '\f408';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 30px;
	color: #fff;
}

#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before {
	content: '\f205';
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f204';
}

#menu-social li a[href*="twitter.com"]::before {
	content: '\f202';
}

#menu-social li a[href*="dribbble.com"]::before {
	content: '\f201';
}

#menu-social li a[href*="plus.google.com"]::before {
	content: '\f218';
}

#menu-social li a[href*="pinterest.com"]::before {
	content: '\f209';
}

#menu-social li a[href*="pinterest.ca"]::before {
	content: '\f209';
}

#menu-social li a[href*="pinterest.fr"]::before {
	content: '\f209';
}

#menu-social li a[href*="github.com"]::before {
	content: '\f200';
}

#menu-social li a[href*="tumblr.com"]::before {
	content: '\f214';
}

#menu-social li a[href*="youtube.com"]::before {
	content: '\f213';
}

#menu-social li a[href*="flickr.com"]::before {
	content: '\f211';
}

#menu-social li a[href*="vimeo.com"]::before {
	content: '\f212';
}

#menu-social li a[href*="instagram.com"]::before {
	content: '\f215';
}

#menu-social li a[href*="codepen.io"]::before {
	content: '\f216';
}

#menu-social li a[href*="linkedin.com"]::before {
	content: '\f207';
}

#menu-social li a[href*="foursquare.com"]::before {
	content: '\f226';
}

#menu-social li a[href*="reddit.com"]::before {
	content: '\f222';
}

#menu-social li a[href*="digg.com"]::before {
	content: '\f221';
}

#menu-social li a[href*="getpocket.com"]::before {
	content: '\f224';
}

#menu-social li a[href*="path.com"]::before {
	content: '\f219';
}

#menu-social li a[href*="stumbleupon.com"]::before {
	content: '\f223';
}

#menu-social li a[href*="spotify.com"]::before {
	content: '\f515';
}

#menu-social li a[href*="twitch.tv"]::before {
	content: '\f516';
}

#menu-social li a[href*="dropbox.com"]::before {
	content: '\f225';
}

#menu-social li a[href*="/feed.com"]::before {
	content: '\f413';
}

#menu-social li a[href*="skype"]::before {
	content: '\f220';
}

#menu-social li a[href*="mailto"]::before {
	content: '\f410';
}

/* Read More Button */

.btnmore {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 0 20px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #333;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	letter-spacing: 1px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border: solid 2px #999;
}

.btnmore:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btnmore:before {
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	top: -100%;
}

.icon-arrow:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 34px;
	color: #666;
	text-align: center;
}

.btnmore span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btnmore:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.btnmore:hover:before {
	top: 0;
}

/* Jetpack Infinite Scroll */

.infinite-scroll #content,
.infinite-scroll .contentwrapper {
	height: auto !important;
	margin-bottom: 0;
}

.infinite-scroll .contentwrapper {
	margin-left: 24%;
}

.infinite-scroll #header {
	position: fixed;
	-webkit-transform: translateZ(0);
	width: 19.5%;
}

.infinite-scroll button.collapse {
	display: none;
}

.infinite-scroll .paging-navigation {
    display: none;
}

.infinity-end #portfoliowrapper .paging-navigation  {
    display: block;
}

#infinite-handle {
	clear: both;
	text-align: center;
}

#infinite-handle button,
#infinite-handle span {
	text-transform: uppercase;
	font-weight: 600;
	background: #303030;
	font-size: 13px;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
	display: inline-block;
}

#infinite-handle span:hover {
	background: #999;
}

.infinite-loader {
	clear: both;
	float: left;
	margin-left: 47%;
}

#infinite-footer {
	z-index: 101;
	display: none;
}

#infinite-footer .container {
	width: 100%;
}

.infinite-wrap {
	float: left;
}

/* Content Section */

.contentwrapper {
	width: 76%;
	float:left;
	height: 100%;
	height: 100vh;
}

button.collapse {
  height: 50px;
  float: right;
  background: none;
  color: #303030;
	cursor: pointer;
	width: 4%;
	border: none !important;
	margin-top: 20px;
	text-align: left;
	padding: 0 !important;
	outline: none;

}

button.collapse .genericon {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 50px;
	width: 25px;
	background: #fff;
	border-radius: 0 25px 25px 0;
	color: #303030;
	text-align: left;
	padding: 0 !important;
	border: none !important;
}


#content {
	width: 96%;
	height: 98%;
	height: 98vh;
	padding: 0;
	margin: 0;
	padding-top: 1%;
	padding-top: 1vh;
	padding-bottom: 1%;
	padding-bottom: 1vh;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	background: #fff;
	background: rgba(255,255,255,.8);
}

.archive #content,
.search-results #content,
.blog #content {
	text-align: center;
}

.search-results .type-page,
.search-results .type-jetpack-portfolio {
	margin-bottom: 100px;
	width: 100%;
	float: left;
	clear: left;
}

#contentinner {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: 50px;
	margin-bottom: 40px;
}

/* content */


.attachment-soho-blogthumb {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}

.post {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 100px;
}

.entry {
	float: left;
	clear: both;
	width: 100%;
}

.blog .entry {
	width: 90%;
	margin-left: 5%;
}

h1.page-title, h1.entry-title, h2.entry-title {
	margin:0;
	padding: 0;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 5px;
	line-height: 120%;
	letter-spacing: 3px;
	text-align: center;
}

.archive h1.entry-title,
.search-results h1.entry-title {
	margin-bottom: 30px;
	font-size: 30px;
}

h2.entry-title a {
	text-decoration: none;
	color: #000;
	font-size: 24px;
	line-height: 120%;
}

#portfoliowrapper h1.entry-title {
	margin-bottom: 40px;
}

h1.page-title {
	margin-bottom: 30px;
}
span.tagstring {
	display: none;
}
.post ul {
}
.post li {
	margin-left: 20px;
}

.post li a {
	font-weight: 400;
	color: #333;
}
.entry p {
	margin: 12px 0;
	line-height: 175%;
}
.belowpost {
	width: 100%;
	float: left;
	height: 50px;
	position: relative;
	margin-top: 10px;
}
.postdate {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	padding: 0;
	width: 100%;
	margin-bottom: 5px;
	color: #666;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}

p.singletags {
	line-height: 30px;
	margin-top: 40px;
}
p.singletags a {
	text-decoration: none;
	background: #333;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	display: inline-block;
	padding: 0 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
p.singletags a:hover {
	background: #999;
}
p.singletags:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
	content: '\f302';
	width: 30px;
	height: 30px;
	background: #333;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-top: 1px;
	margin-right: 5px;
}
ol {
	margin: 10px;
}
ul {
	margin: 5px;
}
/* Portfolio */

#portfoliowrapper {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-bottom: 80px;
}

.portfolio-entry {
	width: 48%;
	float: left;
	clear: none;
	margin-right: 2%;
	margin-left: 0;
	margin-bottom: 40px;
	position: relative;
	line-height: 70%;
	overflow: hidden;
}

.attachment-soho-portothumb {
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s ease;
	-moz-transition:    all .3s ease;
 	-ms-transition:     all .3s ease;
 	-o-transition:      all .3s ease;
	line-height: 70%;
}

a.portolink {
	display: inline-block;
	background: #303030 url(images/circlepluss.png) no-repeat center;
	-webkit-background-size: 32px 32px;
  	-moz-background-size: 32px 32px;
  	-o-background-size: 32px 32px;
  	background-size: 32px 32px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.attachment-soho-portothumb:hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
}

.portfolio-entry h2.entry-title {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin-top: 10px;
	text-align: left;
	-webkit-transition: all 1s ease;
	-moz-transition:    all 1s ease;
	-ms-transition:     all 1s ease;
	-o-transition:      all 1s ease;
	line-height: 130%;
	letter-spacing: 2px;
}

.portfolio-entry:nth-child(2n+3) {
	margin-right: 0;
}

.portfolio-entry:nth-child(2n+4) {
	clear: left;
}

.post-type-archive-jetpack-portfolio .paging-navigation,
.tax-jetpack-portfolio-tag .paging-navigation,
.tax-jetpack-portfolio-type .paging-navigation {
     display: block;
 }

/* comments */


#commentform {
	margin:0;
	padding:0;
}
#commentform p {
}
#commentform a {
	text-decoration: none;
	line-height: 14pt;
}
#commentform h3 {
	font-size: 10pt;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
#comments {
	width:100%;
	clear: both;
	float: left;
	margin-top: 30px;
	margin-bottom: 70px;
}
#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}
#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
}
#author, #email, #url {
	height:16px;
}
#submit {
	cursor:pointer;
	padding: 12px 16px;
	border: none;
	float: left;
	clear: left;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	letter-spacing: 2px;
}
#submit:hover {
	background: #000;
	color: #fff;
}

#respond h3, #comments h2 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	letter-spacing: 3px;
}
.reply a.comment-reply-link {
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	padding: 2px 10px;
	margin-top: 5px;
	float: left;
	clear: left;
	font-size: 10px;
	text-transform: uppercase;
	background: #fff;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
}
.reply a.comment-reply-link:hover {
	background: #000;
	color: #fff;
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-top: 15px;
	width: 100%;
}
.avatar {
	float:left;
	margin: 10px 20px 0 0;
	width: 30px;
	height: 30px;
}
ol.commentlist li.comment {
	margin: 0;
	padding: 4%;
	list-style-type:none;
	float: left;
	width: 80%;
	margin-bottom: 20px;
	border: solid 1px #999;
	color: #000;
}
ol.commentlist li ul.children {
	width: 80%;
}
ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}
ol.commentlist li.alt {
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
}
ol.commentlist a {
	text-decoration: none;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

label#subscribe-label,
label#subscribe-blog-label {
  float: none;
}


/* footer */

.site-info {
	text-align: right;
	color: #666;
	background: rgba(255,255,255,.5);
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .5px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	padding: 5px 10px;
	line-height: 100%;
}

.site-info a {
	width: auto;
	text-decoration: none;
	font-weight: 400;
	color: #666;
	display: inline-block;
	font-size: 12px;
}

.site-info a:hover {
	background: none;
	text-decoration: underline;
}

span.sep {
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Gutenberg Styles */

.wpnbha article .entry-meta {
	width: 100%;
}

.wpnbha h2.entry-title {
	text-align: left;
}

form.contact-form {
	width: 100%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

.wp-block-separator {
	border-bottom: solid 1px #eaeaea;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-embed {
	width: 100%;
	margin: 0;
	margin-top: 18px;
	margin-bottom: 30px;
}

.issuuembed.issuu-isrendered {
    max-width: 100%;
}

.post select {
	border: solid 1px #ccc;
	background: #fff;
	color: #333;
	font-weight: 400;
	min-width: 220px;
	height: 42px;
	outline: none;
	border-radius: 0;
}

.wp-block-search {
	margin-top: 30px;
}

.wp-block-search .wp-block-search__label {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 10px;
	color: #999;
}

.wp-block-search input {
	background: #fff;
	border: solid 1px #ccc;
	height: 42px;
	color: #333;
	font-weight: 400;
	padding-left: 5px;
}

.wp-block-search__button {
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: all .1s ease;
}

.wp-block-search__button:hover {
	background: #fff;
	color: #000;
}

#subscribe-email input {
	background: #fff;
	border: solid 1px #ccc;
	height: 42px;
	color: #333;
	font-weight: 400;
	padding-left: 5px;
	outline: none;
}

button.pushbutton-wide,
#subscribe-submit button {
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 14px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: all .3s ease;
}

button.pushbutton-wide:hover,
#subscribe-submit button:hover {
	background: #fff;
	color: #000;
}

.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
	color: #fff;
}

.wp-block-code code {
	color: green;
	background: #fff;
}

pre.wp-block-verse,
pre.wp-block-preformatted {
	background: #fff;
	border: none;
	border: solid 1px #eaeaea;
	color: #000;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-top: 10px;
	outline: none;
}

a.wp-block-jetpack-slideshow_button-next,
a.wp-block-jetpack-slideshow_button-prev {
	z-index: 1000;
	outline: none;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
	background: transparent!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
	font-size: 18px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	width: 90%;
	padding: 5%;
}

ul.wp-block-gallery.aligncenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

ul.wp-block-gallery.alignright {
	float: right;
}

.wp-block-button__link {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-block-button__link {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	font-weight: 400;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #000;
	border-color: #333;
}

.wp-block-button__link:hover {
	opacity: .7;
}

.wp-block-pullquote {
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	color: #000;
}

.wp-block-media-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.has-background-dim input,
.has-background-dim textarea,
.has-background-dim label,
.has-background-dim a {
	color: #fff;
}

.has-background-dim .pushbutton-wide {
	color: #000;
	background: #fff;
}

.has-background-dim .wp-block-button.is-style-outline a {
	border-color: #fff;
	color: #fff;
}

.has-background-dim .pushbutton-wide:hover {
	opacity: .7;
}

.wp-block-jetpack-layout-grid h5,
.wp-block-jetpack-layout-grid h5 a {
	text-align: center;
	text-decoration: none;
}

.wp-block-jetpack-layout-grid figure {
	margin-left: 0;
	margin-right: 0;
}

hr.wp-block-coblocks-dynamic-separator {
  background: #eaeaea;
  border: none;
}

.wp-block-quote {
	border-left: solid 2px #eaeaea;
}

.wp-block-jetpack-layout-grid.alignfull {
	padding-left: 0;
	padding-right: 0;
}

li.wp-social-link {
	margin-left: 0;
}

@media screen and (min-width: 1120px) {

	.page-template-default .alignfull,
	.page-template-full-width-page .alignfull {
		margin-left: 0;
		margin-right: 0;
	}

	.wp-block-group.alignfull {
		margin-left: -12%;
		margin-right: -12%;
	}

	.wp-block-jetpack-map.alignfull,
	.wp-block-jetpack-gif.alignfull,
	.wp-block-pullquote.alignfull,
	.wp-block-image.alignfull,
	.wp-block-audio.alignfull,
	.wp-block-gallery.alignfull,
	.wp-block-jetpack-tiled-gallery.alignfull,
	.wp-block-jetpack-slideshow.alignfull,
	.wp-block-media-text.alignfull,
	.wp-block-cover.alignfull,
	wp-block-file.alignfull {
		width: 124%;
		margin-left: -12%;
		margin-right: -12%;
	}

	.wp-block-group .wp-block-group__inner-container .wp-block-group.alignfull {
		margin-left: -18%;
		margin-right: -18%;
	}

	.wp-block-group.alignfull .wp-block-group__inner-container .wp-block-group.alignfull
	 {
		margin-left: 0;
		margin-right: 0;
	}

}

@media screen and (max-width: 1120px) {
 	html {
 		-webkit-text-size-adjust: none;
	}

	#wrapper {
		width: 100%;
	}

	.infinite-scroll #header,
	#header {
		width: 90%;
		height: auto;
		padding: 0;
		margin: 0;
		padding-left: 5%;
		padding-right: 5%;
		float: left;
		padding-bottom: 20px;
		background: rgba(255,255,255,.8);
		overflow: hidden;
		position: relative;
	}

	#headerin {
		width: 100%;
		margin: 0;
	}

	@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

	#header #mainmenu, #header #secondarymenu, #header #menu-social, #header #leftbar {
		display: none;
	}

	body.menu-opened {
		overflow-y: hidden;
	}

	.menu-opened #header {
		background: rgba(255,255,255,1);
		position: fixed;
		height: 90vh;
		padding-bottom: 10vh;
		z-index: 999;
		overflow-y: auto;
	}

	.menu-opened #logo {
		display: none;
	}

	.menu-opened #headerin {
		margin-top: 90px;
		padding-bottom: 60px;
	}

	.menu-opened #header #mainmenu, .menu-opened #header #secondarymenu, .menu-opened #header #menu-social, .menu-opened #header #leftbar {
		display: block;
		-webkit-animation: fadeIn 1.3s;
    animation: fadeIn 1.3s;
	}

	.menu-button {
		position: absolute!important;
		z-index:999;
		top: 50px;
		right: 5%;
		display: block;
		cursor: pointer;
	}

	.btn-open {
		text-decoration:none;
		width: 30px;
		height: 22px;
		padding: 0;
		display: block;
	}

	.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
		float: right;
		clear: left;
	}

	.menu-button a:hover {
		opacity: 1;
	}

	.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 6px) ;
    transform: rotate(-45deg) translate(-3px, 6px) ;
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -9px) ;
    transform: rotate(45deg) translate(-5px, -9px) ;
	}

	#logo {
		width: 60%;
		float: left;
		margin-top: 20px;
		text-align: left;
	}

	#logo a h1 {
		text-align: left;
	}

	#mainmenu {
		margin-top: 30px;
	}

	.demo-site .menu-opened #header {
		top: 140px;
	}

	.expand {
 		display: block !important;
	}

	.infinite-scroll .contentwrapper,
	.contentwrapper {
		width: 100%;
		float: left;
		margin-left: 0;
		height: auto;
		margin-top: 30px;
	}

	.infinite-scroll #content,
	#content {
		height: auto;
		width: 100%;
		margin-bottom: 0;
	}
	#portfoliowrapper,
	#contentinner {
		width: 90%;
		margin-left: 5%;
	}

	button.collapse {
		display: none;
	}

	.site-info {
		text-align: center;
		color: #666;
		background: rgba(255,255,255,.8);
		text-transform: none;
		font-weight: 400;
		font-size: 12px;
		letter-spacing: .5px;
		position: relative;
		width: 90%;
		padding: 10px 5%;
		line-height: 100%;
		float: left;
		clear: left;
		margin-top: 20px;
	}

	.page-template-template-empty-page .site-info {
		position: fixed;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}

	.wp-block-jetpack-map.alignfull,
	.wp-block-jetpack-gif.alignfull,
	.wp-block-pullquote.alignfull,
	.wp-block-image.alignfull,
	.wp-block-file.alignfull,
	.wp-block-audio.alignfull,
	.wp-block-gallery.alignfull,
	.wp-block-jetpack-tiled-gallery.alignfull,
	.wp-block-jetpack-slideshow.alignfull,
	.wp-block-media-text.alignfull,
	.wp-block-cover.alignfull {
  		width: 100vw;
  		position: relative;
  		left: 50%;
  		right: 50%;
  		margin-left: -50vw;
  		margin-right: -50vw;
	}

	.wp-block-group.alignfull {
		margin-left: -4%;
		margin-right: -4%;
	}
}

@media screen and (max-width: 746px) {

	.portfolio-entry {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#portfoliowrapper .paging-navigation {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 600px) {

	#wpadminbar {
		position: fixed !important;
	}

	.post-subscription-form,
	.comment-subscription-form {
		float: left !important;
		clear: left !important;
	}

}
