/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



/* Laptops & Desktops zwischen (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {

	
}


/* Tablets in Landscape-Modus zwischen (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 

	
}


/* Tablets in Portrait-Modus zwischen (768-980px) */
    @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	
}


/* Smartphones im Portrait-Modus zwischen (0-479px) */
@media only screen and ( max-width: 479px ) { 
	
	
}



/* CSS alte Seite */


.page-id-11 .entry-title {
	display:none;
}
.post-thumbnail {
	display: none;
}

.page-id-11 .entry-header {
	display: none!important;
}

@media only screen and (max-width: 600px) {
	#aliceon-video {
		display: none;
	}
}

.wdm_enter_val_text {
	line-height: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea
{
	margin-bottom: 20px;
  width: 100%;
}

span.wpcf7-list-item 
{ 
	display: block; 
}

span.wpcf7-radio
{
	padding-right: 20px;
}

input[type="file"]
{
	padding-bottom: 20px;
}

input
{
	margin-bottom: 10px!important;
}

.wpcf7-not-valid-tip {
	margin-bottom: 10px;
}

select.wpcf7-form-control, .wpcf7-number {
	margin-bottom: 10px;
}

.imprint, .comma {
	display: none;
}

.wdm_reserved_note {
	display: none;
}

.wdm-mark-red, .wdm-auction-title {
	color: #394d55!important;
}

#wdm-place-bid-now {
	background-color: #3E7D98 !important;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 15px;
  border-radius: 160px;
  font-weight: bold;
}

.wdm_bid_now_btn {
	background-color: #3E7D98 !important;
  border: none;
  box-shadow: none;
  padding: 15px;
  border-radius: 160px!important;
  font-weight: bold;
	color: #fff;
}

.auction-small-img-cont-wrap {
	display: none;
}

audio {
	width: 100%;
}

.wdm-auction-listing-container {
	display: flex!important;
  justify-content: center!important;
  align-items: center!important;
	float: none!important;
	min-width: 70%!important;
}

ul {
	padding-left: 0;
}

.wdm_single_auction_thumb > img:nth-child(1) {
	max-height: 250px!important;
}
