/*
Theme Name: Uno
Theme URI: http://www.codesymbol.com/themes/uno/
Author: CodeSymbol
Author URI: http://www.codesymbol.com/
Description: A creative photography theme.
Version: 1.3.10
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: threaded-comments, theme-options, post-formats, featured-images, custom-colors, custom-background
*/

h1, h2, h3, h4, h5, h6, html .container.blank h3 {
	font-family: Arial, Helvetica, sans-serif !important;
}

.screen-reader-text {

}

h1.store-loc {
	margin:40px 0;
}

html .store-loc-container {
	margin-top:40px;
}

.store-loc-container .wpsl-search {
	background-color: none;
}

.store-loc-container .store-loc-column {
	float:left;
	width:30%;
	margin:0;
}

.store-loc-container .store-loc-column .store-name {
	font-size:110%;
	font-weight:bold;
}

.store-loc-container .store-loc-column .store-item {
	margin:0 0 40px 0;
}

.store-loc-container .store-loc-column .store-item ul li {
	list-style-type: none;
	margin:0 0 25px 0;
}

body .main-container.without-background {
	//background-color:white;
}

html .wpsl-input label {
	width:105px;
}

#wpsl-search-wrap div label {
	text-align: right;
}

#wpsl-search-input {
	width:380px !important;
}

.press-container {
	display:inline-block;
	width:100%;
	margin-top:40px;
}

.press-container .single-press-item {
	display:inline-block;
	width:20%;
	margin:2%;
	height:230px;
}

.press-container .single-press-item .thumb {
	height:180px;
	width:100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray; /* IE 6-9 */;
}

.press-container .single-press-item .thumb:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.press-container .single-press-item .infos {
	height:40px;
}

.press-container .single-press-item .infos p {
	margin:0;
	padding:0;
}

.press-container .single-press-item .infos h2 {
	font-size:1em;
	font-weight:bold;
	margin:0;
}

html header .logo-container img {
	height:80%;
	vertical-align:middle;
}

html .single-artist .related-posts {
	display:none;
}

html .wpcf7-select {
	width:98%;
	padding:1%;
	background: none;
}

html .wpcf7-select:hover {
	border-color: black;
}

html body header {
	height:100px;
	line-height:100px;
}

body .wrapper .inner-wrapper {
	overflow-x: scroll !important;
}

html .portfolio-single.style-1 .content > .info {
	padding-top:50px;
	max-width:60vw;
}

html .page.page-id-304 .med-style .content-inner h1 {
	margin-top:40px;
	margin-bottom:40px;
}

html .loader .circle {
	left:calc(50% + 150px)!important;
}

html .div.wpcf7-mail-sent-ok {
	margin-top:70px !important;
}

html .blog-single .article .info {
	display:none;
}

html .page.page-id-78 .content-inner {
	padding-top:50px;
}

html header nav > ul > li > a {
	text-transform: uppercase;
}

html .info-box .desc {
	margin-bottom: 5px !important;
}

html .order-form-container {
	margin-top:50px;
}

html .content-inner {
	margin-top:40px;
}

html .icon1-facebook:before {
  content: "\f09a" !important;
}