/*
 Theme Name:   Almuth Tebbenhoff
 Description:  Susty Child Theme
 Author:       Steve Russell Studios
 Template:     susty-master
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  sustychild
*/

  /*
  * Header
  *-----------------------*/
body {border-top: 0rem ;}
header#masthead {
	max-width:100%;
	background-color:#fff;
	position:relative;
	display:block;
	padding: 0px!important;
	text-align:center;
	margin:auto;
	width:100%;
	z-index:10000;
}
header, #logo {
	background:rgba(0,0,0,0);
	
}
header#masthead h1 {
	font-size: 54px;
	text-align:left;
	color: #666666;
		font-weight: 300;
	padding-left:15px;
}
.logo a:hover{
	text-decoration:none;
}
.menu{float:right;}
#main header h1 {text-align:center;}
/*
 * Admin
 *-----------------------*/
td.img {max-width:150px;}
/*
 * Footer
 *-----------------------*/
footer#colophon {
    margin: 0em auto 0em auto;
    text-align: left;
	padding: 5px;
	max-width:100%;
	margin-bottom: 40px;
}
footer#colophon p {margin-bottom:0px; text-align: center;}
/*
 * Sizing for 4k screens
 *-----------------------*/
#content,  colophon, .container {
    max-width: 1250px;
	width: 100%;
	padding: 10px 1em 1em 1em;
}
.exhibition{max-width:1140px;margin:auto;}
#main {
	display:inline-block;
	width:100%;
}
html {
	scroll-padding-top:140px;
}

/*
 * Remmove Page Name
 *-----------------------*/
 #main header h1{display: none;}
/*
 * Gallery Settings
 *-----------------------*/
.gallery-thumb {display:inline-block;padding: 10px;}
/* Zoom In #1 */
.gallery-thumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index:900;
}
.image-above-container .slide {background-color:unset;}
.gallery-thumb:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	z-index:901;
}
.gallery-thumb {max-width:24.5%;}
@media screen and (max-width:450px) {
	.gallery-thumb {max-width:49%!important;padding-right:0px!important;}
	
}
/*
 * Logo Sizing
 *-----------------------*/
.logo {
	display:block;
	flex: 0 0 20em;
}
nav {
	display:flex;
	margin:auto;
	width:100%;
}
.custom-logo-link {
	display:block-block;
	float:left;
}
.logo img  {
    width: auto;
	float:left;
	padding-top:20px;
	padding-left:0px;
	max-height:100px;
		z-index:1000;
	position:relative;
}
.logo{max-width: 1150px;margin:auto;}
/*
 * Remove Dotted Lines
 *-----------------------*/
article a, nav a {
	border-bottom: 0.1em;
}
a:hover {
	text-decoration:underline;
	border-bottom: 0em solid transparent;
}
a:visited {
	border-bottom: 0em solid transparent;
}
/*
 * Font-Settings
 *-----------------------*/
* {-webkit-font-smoothing: antialiased;}
 body, a, p, h1, h2, h3, h4, h5, h6, select, input {
 	font-family: 'Arsenal', sans-serif;
	font-weight: 400;
	line-height:1.5em;
}
p{
	margin-top:0em;
}
@media screen and (min-width:476px){
	p {text-align:left;}
}
 body {font-size: 18px;}
 h1, article > header > h1 {font-size: 34px;}
 h2, article > header > h2 {font-size: 28px;}
 h3 {font-size: 24px;}
 h4 {font-size: 20px;font-weight: 400;}
 h5 {font-size: 16px;font-weight: 400;}
 h6 {font-size: 16px;}



 /*
  * Color-Settings
 *-----------------------*/
 body, article a, article a:visited, #logo,  nav a, nav a:visited, nav a:active  {
 	background-color: rgba(0,0,0,0);
	color:#7A7A7A; 
 }
 html {
 	background-color: #fff;
 }
 a, a:visited,  a:active {
 	color: #000;
 }

footer#colophon a, footer#colophon a:visited, footer#colophon a:active , footer#colophon {
 	background-color: #fff;
 	color: #7A7A7A;	
 }



article a, nav a {border-bottom:0em;}



 /*
  * Artworks-Settings
 *-----------------------*/
@media screen and (min-width:450px){	
.gallery-content {
	left:0;
	max-width:40%;
	width:68%;
	position:relative;
	display:inline-block;
}
.artworks .post-content {
	max-width:56%;
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
}
}
.series-content {
	left:0;
	width:80%;
	position:relative;
	display:inline-block;
}
.series {display: inline-block;padding-right:5px;}
.series-content img {clear:both;}
.tag-content {
	max-width:20%;
	display:inline-block;
	vertical-align:bottom;
	float:right;
}
.sold {
  height: 13px;
  width: 13px;
  background-color: #f00;
  border-radius: 50%;
  display: inline-block;
	margin-right:5px;
}
/*********************************
Archive Settings
*********************************/
.blog  .post-thumbnail img,   .post-thumbnail img{
	max-width: 540px;
	width:100%;
	height:auto;
	margin:auto;
	display:block;
}
.half {width:50%;display:inline;float:left;}
.half a {font-weight:700;}
@media only screen and (max-width: 700px) {
	.half {font-size:12px;}
}
.blog .post header {text-align:left;}
.blog h2 {font-size:16px;}
.blog h2 a {font-weight:700;}
.blog p {font-size:16px;margin:0px;}
.more {float:right;font-size:16px;font-weight:700;}
.quote {text-align:center;}
.post-content {position: relative;}
.blog  .type-post {
	border: 1px solid #fff;
	padding: 12px;
	vertical-align: top;
}
.blog #content{max-width:960px;margin:auto;}
@media only screen and (min-width: 700px) {
	.blog .post {max-width:31%;background-color:#EFEDF0;}
	.blog .type-post {display: inline-block; margin-right: 1.5%;min-height:480px;}
  	.blog .post-thumbnail img{width:100%; height:auto;}
}

.nav-links {display:none;}



/**
 * Smooth scrolling on the whole document
 */
html {
	scroll-behavior: smooth;
}
#wpfront-scroll-top-container{
z-index:1000;
}


 /*
  * Contact Form
  *-----------------------*/

.wpforms-container .wpforms-field-label {font-weight: unset;}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wpforms-form .wpforms-field.wpforms-field-textarea textarea  {max-width:100%; border-radius:0!important;}

 /*
  * SRS Additions Button style
  *-----------------------*/
.button, input[type="submit"], .wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
	font-size:18px;
color: #54595F !important;
text-decoration: none!important;
background: #fff!important;
padding: 3px 19px;
border: 1px solid #54595F !important;
	border-radius:0px;
display: inline-block;
transition: all 0.4s ease 0s;
	margin-top:10px;
	border-radius:0!important;
}
.button:hover, input[type="submit"]:hover, .wpforms-form input[type=submit]:hover, 
.wpforms-form button[type=submit]:hover {
color: #FF0000 !important;
background: #F3F3F3!important;
border-color: #F3F3F3 !important;
transition: all 0.4s ease 0s;
}
.helper {text-align:center;}


 /*
  * 404 Page + Search Results
  *-----------------------*/
.widget, #sidebar, .entry-meta, .entry-footer {display:none;}
.search-form input{width:unset;}

.search   img{
	max-width: 540px;
	width:100%;
	height:auto;
	margin:auto;
	display:block;
}

.search article header {text-align:left;}
.search h2 {font-size:16px;}
.search h2 a {font-weight:700;}
.search p {font-size:16px;margin:0px;}
.search  article {
	border: 1px solid #fff;
	padding: 12px;
	vertical-align: top;
}
.search #content{max-width:960px;margin:auto;}
@media only screen and (min-width: 700px) {
	.search article {max-width:31%;background-color:#EFEDF0;}
	.search article {display: inline-block; margin-right: 1.5%;min-height:480px;}
  	.search .post-thumbnail img{width:100%; height:auto;}
}





 /*
  * WooCommerce
  *-----------------------*/

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce div.product .stock {color:#ff3232;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:67%;
	float:left;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:29%;
	float:right;
}
.wc-tabs, .woocommerce-result-count, .woocommerce-ordering{
	display:none;
}

.woocommerce-product-attributes-item__label {text-align:left;}
.woocommerce table.shop_attributes th {width:100px;}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes {border:0;}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {background:#fff;}
.woocommerce a.button, .woocommerce button.button {font-weight:300;}
.woocommerce input {
	line-height: 1.8em;
    border-radius: 0;
}
.woocommerce-message::before {color:#ff3232;}
.woocommerce-message {border-top-color:#ff3232;}