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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.0); }

 /* ========================================================================
   Simple method to make Contact Form 7 forms responsive
 ========================================================================== */

@media only screen and (min-width : 240px) {
   .wpcf7-textarea,
   .wpcf7-text {
     max-width: 100%;
     padding: 10px 1px !important;
   }
}


 /* ========================================================================
   Contact Form 7 Button Style
 ========================================================================== */

.wpcf7 p{margin-bottom:0px;} /* Adds space between fields */
.wpcf7 label{width:100%;}
.wpcf7 input[type="submit"]{
    display: inline-block;
    z-index: 1;
    position: relative;
    border: 1px solid #cccccc; /* Adds border to the Submit button */
    padding: 10px 66px; /* Padding inside the submit button */
    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: #333333; /* 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: 10px; /* Adds space to the top before the button */
    margin-bottom: 20px; /* Adds space to the bottom after the button */
}
