/*
Theme Name: Soho
Theme URI: http://www.vivathemes.com/soho/
Description:  Responsive modern theme.
Author: Viva Themes
Author URI: http://www.vivathemes.com
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 2.1
Tags: light, gray, white, two-columns
Text Domain: soho
Domain Path: /languages/

Soho Theme, (C) 2015 Viva Themes.

*/


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

body {
	height:100%;
	min-height: 100%;
	margin:0 !important;
	padding:0 !important;
	background: #eaeaea;
	color: #909090;
	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: #606060;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h2 {
	color: #606060;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h3 {
	color: #606060;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h4 {
	color: #606060;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h5 {
	color: #606060;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	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: #909090;
	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: #000000;
	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;
}

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

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

h1.site-title {
	font-weight: 700;
	font-size: 24px;
	color: #606060;
	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;
}

h2.site-description {
	font-size: 14px;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	text-transform: none;
	margin-top: 2px;
	color: #606060;
	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: #000;
	border: solid 1px #ccc;
	height:20px;
	font-size:11px;
	padding-top:2px;
}
#searchform input#searchsubmit {
	display: none;
}

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

#secondarymenu  .mainnav li a {
	color: #909090;
}

#secondarymenu  .mainnav li a.current-menu-item,
#secondarymenu  .mainnav li a:hover {
	color: #aaa;
}

.mainnav {
  	position: relative;
  	left: 0;
  	top: 0;
  	height: auto;
  	width: 100%;
  	padding: 0;
	margin: 0;
  	font-size: 12px; 
}

.mainnav  li {
    padding: 0; 
	margin: 0;
	list-style: none;
	padding-bottom: 0;
}
    
.mainnav li a {
    display: block;
    width: 100%;
    padding: 0;
	margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #606060;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	-webkit-transition: all .3s ease;
  	-moz-transition:    all .3s ease;
  	-ms-transition:     all .3s ease;
  	-o-transition:      all .3s ease;
	text-align: center;
}

.mainnav li.menu-item-has-children a:after {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	content: '\f510';
	color: #909090;
	line-height: 175%;
	position: absolute;
	right: 0;
}

.mainnav li.menu-item-has-children > ul li.menu-item-has-children li a:after,
.mainnav li.menu-item-has-children > ul li a:after {
	display: none;
}

.mainnav li.menu-item-has-children > ul li.menu-item-has-children a:after {
	display: inline-block;
}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	color: #aaa;
}

.mainnav li.current-menu-item > ul li.current-menu-item li a,
.mainnav li:hover > ul li:hover li a,
.mainnav li.current-menu-item > ul li a,
.mainnav li:hover > ul li a {
	color: #aaa;
	text-transform: uppercase;
}

.mainnav li ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: none;
}
  
.mainnav  li > ul li {
	padding: 0; 
}
    
.mainnav  li > ul li a {
      color: #ccc; 
	  padding: 0;
}

.mainnav  li > ul li:hover a,
.mainnav  li > ul li.current-menu-item a {
	color: #909090;
}

    
.mainnav  li > ul li > ul li {
      padding: 0; }

.mainnav  li > ul li > ul li a {
        color: #aaa;
        font-size: 12px;
        text-transform: none;
        padding: 0; 
}

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

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

#leftbar select {
	max-width: 100%;
}

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

#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:#cc0000;
}

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

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

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


/* 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: url(images/buttonbg2.png) no-repeat left top;
    color: #fff;
	cursor: pointer;
	width: 4%;
	border: none !important;
	margin-top: 20px;
	text-align: left;
	padding: 0 !important;
	outline: none;
	-webkit-background-size: 25px 50px;
  	-moz-background-size: 25px 50px;
  	-o-background-size: 25px 50px;
  	background-size: 25px 50px;
}

button.collapse .genericon {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 50px;
	color: #c6c6c6;
	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: #000;
	background: rgba(0,0,0,.3);
}

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

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: 84%;
	float: left;
	margin-left: 9%;
	margin-top: 50px;
	margin-bottom: 40px;
}

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

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

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

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

label#subscribe-label,
label#subscribe-blog-label {
  	float: none;
}
	
@media screen and (max-width: 1120px) {
 	html {
 		-webkit-text-size-adjust: none;
	}
	
	#wrapper {
		width: 100%;
	}
 	
	#header {
		width: 90%;
		height: auto;
		padding: 0;
		margin: 0;
		margin-left: 5%;
		float: left;
		padding-bottom: 20px;
		background: rgba(255,255,255,0);
		overflow: hidden;
		position: relative;
	}
	
	#headerin {
		width: 100%;
		margin: 0;
	}

	#header #mainmenu, #header #secondarymenu, #header #menu-social, #header #leftbar {
		display: none;
	}
	
	#logo {
		width: 60%;
		float: left;
		margin-left: 10%;
		margin-top: 20px;
		text-align: left;
	}
	
	#logo a h1 {
		text-align: left;
	}
	
	.cbp-spmenu-horizontal {
		display: block;
	}

	span.menu-button {
		display: inline-block;
	}
	
	.contentwrapper {
		width: 90%;
		float: left;
		margin-left: 5%;
		height: auto;
		margin-top: 30px;
	}
	
	#content {
		height: auto;
		width: 100%;
	}
	
	button.collapse {
		display: none;
	}
}

@media screen and (max-width: 746px) {
	
	#portfoliowrapper {
		width: 80%;
		margin-left: 10%;
	}
	
	.portfolio-entry {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}
