/*
Theme Name: Three Brothers Distillery
Theme URI: https://www.spiritnoise.com/
Author: Shobhit Verma
Author URI: https://www.spiritnoise.com/
Description: Custom theme for Three Brothers Distillery website, Designed and developed by spiritnoise
Version: 1.0
*/

.contact-form{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.wpcf7 label{
	width: 100%;
	display: block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="url"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],
textarea{
	color: #ffffff;
	width: 100%;
	border: none;
	border-bottom: 1px solid #d09615;
	background-color: transparent;
}
textarea{
	height: 120px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 input[type="text"]:active,
.wpcf7 input[type="url"]:active,
.wpcf7 input[type="email"]:active,
.wpcf7 input[type="tel"]:active,
.wpcf7 textarea:active {
    outline: none;
    box-shadow: none; 
}

input[type="submit"]{
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: transparent;
	color: white;
	border: 1px solid #D09614;
	padding: 17px 50px;
	margin: 0px auto;
	display: block;
	cursor: pointer;
	transition: background 0.3s;
}
[type=button]:hover{
	background: #D09614;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #d09615;
    text-align: center;
}

.page-id-46 .gallery br,
.page-id-46 .gallery dl.gallery-item{
	display: none;
}
.page-id-46 .gallery dl.gallery-item:first-child {
    display: block !important;
    max-width: 540px;
    max-height: 300px;
    width: 100%;
    aspect-ratio: 18 / 10; /* 540 / 300 */
    overflow: hidden;
    margin: 0 auto; /* center align */
}

.page-id-46 .gallery dl.gallery-item:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop the image nicely */
    display: block;
}
