/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

 .custom-logo {
	width: 205px;
	height: 145px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

 .sidebar-white .custom-logo,
 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_white.png); }

 .sidebar-black .custom-logo,
 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_black.png); }


/* Only Phones */

@media (max-width: 767px)
#header-responsive .logo, #header-responsive .searchbox {
    width: 100%;
}

@media (max-width: 767px) {

	.custom-logo { 
		width: 160px;
		height: 90px;
		margin: auto;
	}

	 .sidebar-white .custom-logo,
	 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_white.png); }
	 
	 .sidebar-black .custom-logo,
	 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_black.png); }

}


#block-main form.style input[type="text"], #block-main form.style input[type="password"], #block-main form.style select, #block-main form.style textarea {
  border-color: #3b3b3b;
  background-color: #222;
}

form.box input, form.box select, form.box textarea, form.short input, form.short select, form.short textarea, .searchbox input {
  border: 1px solid #363636;
  background: #000;
}

.validate-email {
    border: 1px solid #363636;
  background: #000;
}

@media (max-width: 767px){
  
.custom-logo {
    width: 100%;
    max-width: 200px;
    height: 90px;
    margin: 0 auto;
}
  
  #header-responsive .logo, #header-responsive .searchbox {
    width: 100% !important;
}
  
}