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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 @media only screen and (min-width : 240px) {
   .wpcf7-textarea,
   .wpcf7-text {
     max-width: 100%;
     padding: 10px 1px !important;
   }
}

/* Contact Form 7 Styles */
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 textarea
{
	background: #fef1ca; /* Background of the field */
	box-shadow: none; /* Adds shadow to the field */
	border-radius: 5px; /* Adds curvature to the edges of the field */
    border: 1px solid #9c9c9c; /* Adds a border to the field */
	height: 14px; /* Total height of the field */
}

.wpcf7 input[type="submit"]{
    display: inline-block;
    z-index: 1;
    position: relative;
    border: 1px solid #9f1117; /* Adds border to the Submit button */
    padding: 10px 10px; /* Padding inside the submit button */
	width: 100%; /* Size of the button in relation to the container */
    text-align: center; /* Text alignment inside the button */
    color: #ffffff; /* Text color inside the button */
    font-size: 14px; /* Font size inside the button */
    font-weight: 700; /* Font styling */
    background-color: #e5232c; /* Color of the button */
    outline: none;
    /* font-family: bauhaus_bold; /* Specify the font to be used on the button. Remove to use the template's default font */
        
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0px;
    line-height: 15px;
    margin-top: 1px; /* Adds space to the top before the button */
    margin-bottom: 1px; /* Adds space to the bottom after the button */
}

.wpcf7 select {
	color: -internal -light -dark (black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	appearance: menuList;
	box-sizing: border-box;
	align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: #fef1ca;
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 5px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
	border: 1px solid #9c9c9c; /* Adds a border to the field */
	height: 34px; /* Total height of the field */
	width: 100%; /* Width of the drop-down field */
	font-size: 14px;
}