/*
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 GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 2.4.1
Tags: two-columns
Text Domain: soho
Domain Path: /languages/

Soho Theme, (C) 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: 36px;
	color: #303030;
	margin-top: 20px;
	margin-bottom: 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;
	margin-bottom: 20px;
	line-height: 145%;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}

h3 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}

h4 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	line-height: 145%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}

h5 {
	color: #303030;
	margin:0;
	padding:0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
	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 {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}
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: 50px;
	text-align: center;
}

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

#logo a {
	color: #fff;
	text-decoration: none;
	display: block;
}

a h1.site-title,
h1.site-title {
	font-weight: 700;
	font-size: 24px;
	color: #303030;
	text-transform: uppercase;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	line-height: 100%;
	text-align: center;
	letter-spacing: 3px;
	margin: 0;
	margin-top: 2px;
	clear: both;
}

h2.site-description {
	font-size: 14px;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	text-transform: none;
	margin-top: 2px;
	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*="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';
}

.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;
}



/* 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;
	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-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;
}

.tax-project-type h1.entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

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

h1.portfoliotitle {
	margin-bottom: 40px;
}

h1.page-title {
	margin-bottom: 30px;
}
.post ul {
}
.post li {
	margin-left: 15px;
}
.entry p {
	margin: 8px 0;
}
.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: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

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

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

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

.attachment-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: 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;
}

.attachment-portothumb:hover {
	opacity: 0.1;
	-moz-opacity: 0.1;
}

.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;
}

/* Button Styles */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.black {
	border: solid 2px #333;
}
.black:hover {
	color: #d7d7d7;
	background: #333;
}
.gray {
	color: #999;
	border: solid 2px #999;
}
.gray:hover {
	color: #e9e9e9;
	background: #999;
}
.orange {
	border: solid 2px #da7c0c;
}
.orange:hover {
	color: #fef4e9;
	background:  #da7c0c;
}
.red {
	border: solid 2px #980c10;
}
.red:hover {
	color: #faddde;
	background: #980c10;
}
.blue {
	border: solid 2px #0076a3;
}
.blue:hover {
	color: #d9eef7;
	background: #0076a3;
}
.green {
	border: solid 2px #538312;
}
.green:hover {
	color: #e8f0de;
	background: #538312;
}
.pink {
	border: solid 2px #d2729e;
}
.pink:hover {
	color: #feeef5;
	background:#d2729e;
}
.half {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onethird {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twothirds {
	width: 64%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
 @media screen and (max-width: 600px) {
 .half, .onethird, .twothirds {
 width: 100%;
 margin-right: 0;
}
}
/* Contact Form 7 Style */

.wpcf7 {
	margin-top: 10px;
	float: left;
	clear: left;
	width: 70%;
}
.wpcf7 textarea, .wpcf7 input {
	padding: 5px 8px;
	margin-bottom: 15px;
	margin-top: 3px;
	width: 100%;
	border: solid 1px #ccc;
	height: 30px;
	background: none;
}
.wpcf7 textarea {
	height: auto;
}
.wpcf7 input.wpcf7-submit {
	width: auto;
	cursor: pointer;
	border: none;
	border: solid 1px #ccc;
	text-transform: uppercase;
	font-family: 'Open Sans', arial, helvetica;
	font-weight: 400;
	color: #3f3f3f;
	padding: 8px 25px;
	-webkit-transition: all 0.7s ease;
	-moz-transition:    all 0.7s ease;
	-ms-transition:     all 0.7s ease;
	-o-transition:      all 0.7s ease;
	height: auto;
}
.wpcf7 input.wpcf7-submit:hover {
	color: #999;
	border: solid 1px #ccc;
}
.wpcf7 p {
	text-align: left;
	font-size: 16px;
	margin: 0;
	margin-bottom: 6px;
	text-transform: none;
}
/* misc */

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
 max-width: 100%;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image, #contentwrapper img. .post img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
 * Make sure videos and embeds fit their containers */ embed, iframe, object, video {
 max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: #fff;
	text-align: center;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-size: 12px;

}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.gallery {
	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}
.gallery-columns-2 .gallery-item {
	width: 30%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: none !important;
	padding: 5px;
	background: #fff;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 100%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	color: #303030;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt {
	margin: 0;
	padding: 0;
}
.gallery br+br {
	display: none;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry pre {
	border: 1px solid #999;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry table {
	border-bottom: 1px solid #999;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: 1px solid #999;
	padding: 6px 10px 6px 0;
}
p {
	margin-top: 6px;
}
#archivelist {
	float:left;
	margin-right: 0;
}
#archivelist ul li {
	list-style: none;
	line-height: 35px;
}
#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}
#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}
#archivelist ul li a:hover {
	text-decoration: none;
}
ol {
	margin: 10px;
	padding: 0;
}
ul {
	margin: 5px;
	padding: 0;
}
.sticky {
}
.bypostauthor {
}
p.form-allowed-tags {
	display: none;
}
/* Blog Page Navigation */

.pagination {
	float: left;
	clear: left;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-bottom: 100px;
}

.pagination span, .pagination a {
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	padding: 5px 10px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	border: solid 1px #999;
	color: #3f3f3f;
	font-weight: 700;
}

.pagination a:hover,
.pagination .current {
  padding: 5px 10px;
	margin-right: 5px;
	color: #999;
	border: solid 1px #ccc;
	font-size: 12px;
	text-transform: uppercase;
}

/* Post Navigation */

.post-navigation {
	width: 100%;
	float: left;
	height: 30px;
	clear: none;
	margin-top: 10px;
}

.post-navigation h2 {
	display: none;
}

.post-navigation .nav-previous {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}
.post-navigation .nav-next {
	width: 30px;
	height: 30px;
	float: left;
}
.post-navigation .nav-next a, .post-navigation .nav-previous a {
	background: #333;
	width: 30px;
	height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 0px;
}
.post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover {
	background: #999;
}
.post-navigation .nav-previous a:before {
	content: '\f430';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 30px;
}
.post-navigation .nav-next a:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 30px;
}

/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------

	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.

*/
/*! Version: 2.0.73 (12-Oct-2012) */

#maximage {
				display:none;
				position: fixed !important;
			}

.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;

	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;*/

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}

/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: mb.YTPlayer.css                                                                                                                            _
 _ last modified: 19/08/14 19.57                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/

.mb_YTPlayer :focus {
  outline: 0;
}

.mb_YTPlayer{
  display:block;
  transform:translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;
  box-sizing: border-box;
}

.mb_YTPlayer.fullscreen{
  display:block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
}

.mb_YTPlayer.fullscreen .mbYTP_wrapper{
  opacity:1 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  margin:0!important;
  padding:0!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
}

/*CONTROL BAR*/

.mb_YTPBar .ytpicon{
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon{
  font-size: 30px;
}

.mb_YTPBar{
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  display:block;
  width:100%;
  height:10px;
  padding:5px;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  -moz-box-sizing:padding-box;
  -webkit-box-sizing:border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:.1;
  background: #000;
}

.mb_YTPBar.visible, .mb_YTPBar:hover{
  opacity:1;
}

.mb_YTPBar .buttonBar{
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background:transparent;
  font:12px/14px Calibri;
  position:absolute;
  top:0;
  right:0;
  padding: 5px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar{
  background: rgba(0,0,0,0.4);
}

.mb_YTPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime{
  width: 130px;
}

.mb_YTPBar span.mb_YTPUrl,.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img{
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a{
  color:white;
}

.mb_YTPPlaypause,.mb_YTPlayer .mb_YTPPlaypause img{
  cursor:pointer;
}

.mb_YTPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTPseekbar{
  height:10px;
  width:0;
  background:#fff;
  bottom:0;
  left:0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.YTPOverlay{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1; /* makes sure it stays on top */
	display: none;
}

.page-template-template-empty-page #preloader {
	display: block;
}

#spinner {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  z-index: -1;
   -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;

  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* 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;
}
#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;
}
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;
}

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

.comment-form-cookies-consent label,
label#subscribe-label,
label#subscribe-blog-label {
  	float: none!important;
}

/* Gutenberg Styles */

.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%;
	}

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

	#headerin {
		width: 90%;
		margin: 0;
		margin-left: 5%;
	}

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

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

	.menu-button a {
		text-decoration:none;
		width: 30px;
		height: 22px;
		padding: 10px;
		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) ;
	}

	/*overlay*/
	.overlay {
		display:none;
		position:fixed!important;
		top:0;
		left: 0;
		height:100%;
		width:90%;
		padding-left: 5%;
		padding-right: 5%;
		background: #fff;
		overflow-y:auto;
		z-index:99;
	}

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

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

	#mainmenu {
		margin-top: 90px;
	}

	.expand {
 		display: block !important;
	}

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

	#content {
		height: auto;
		width: 100%;
		margin-bottom: 0;
	}

	#contentinner {
		width: 90%;
		margin-left: 5%;
	}

	button.collapse {
		display: none;
	}

	.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;
	}

}
