/*
Theme Name: Aarhus
Theme URI: http://aarhus.select-themes.com
Description: A Contemporary Theme for Creative Business
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: aarhus
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Gravity forms */
.mc_form {padding:0 !important;margin-top:20px !important;}
#mc_email{width:100% !important;}
#search_mc {
cursor:pointer;
width:100%;
border-color:#000 !important;
background:#000 !important;
color:#fff !important;
font-size: 16px;
line-height: 18px;
padding:0.36rem 0.66rem !important;
font-family: 'Lato', sans-serif !important;
}
.mc_form input, .mc_form select {
font-size: 15px;
line-height: 18px;
font-family: 'Lato', sans-serif !important;
border-radius:7px !important;
-webkit-border-radius:7px !important;
-moz-border-radius:7px !important;
border:2px solid #dedede;
}
.mc_form textarea {
font-size: 15px;
line-height: 18px;
font-family: 'Lato', sans-serif !important;
border-radius:7px !important;
-webkit-border-radius:7px !important;
-moz-border-radius:7px !important;
border:2px solid #dedede;
width:98% !important;
}
.add-form, .mc_form, .show-members-form {
width: 700px;
margin: 10px auto;
}

.show-members-form table td {border-right:1px solid #e1e1e1 !important;}
.mc_form_wrapper ul {list-style:none !important;padding:0 !important}
.mc_form_wrapper input, .mc_form_wrapper textarea, .mc_form_wrapper select {
width:100%;
font-family: 'Lato', sans-serif !important;
font-size: 15px;
line-height: 18px;
}
.mc_form_wrapper input[type="radio"] {width:25px !important;}
.mc_form_wrapper select {padding:10px !important;}
.mc_form_wrapper input:read-only {background:#ddd !important;}
.mc_form_wrapper .gfield {margin-bottom:10px !important;}
.mc_form_wrapper label {
font-family: 'Lato', sans-serif !important;
font-size: 15px;
line-height: 18px;
text-align:left !important;
}
.gform_button {
cursor:pointer !important;
border:2px solid #000 !important;
color:#fff !important;
background:#000 !important;
font-size: 16px;
line-height: 18px;
padding:0.9rem 0.66rem !important;
font-family: 'Lato', sans-serif !important;
width:100% !important;
margin-bottom:30px;
}
.action_button {
border:none !important;
color:#fff !important;
background:#000 !important;
font-size: 16px;
line-height: 18px;
text-align: center;
padding:1% 0 !important;
font-family: 'Lato', sans-serif !important;
display: block;
width: 260px !important;
margin: 0 auto;
margin-bottom:10px;
}
.gsection_title {
font-size: 30px !important;
line-height:34px !important;
    padding: 5px 10px;
    color: #fff;
    background:#000;
    font-weight:bold !important;
    margin: 25px 0 0 !important;
    font-family: 'Lora', Georgia, 'Times New Roman', serif !important;
}
.gsection_title:before {
margin:0 !important;
height:0 !important;
}
.gfield_checkbox input {
    width:auto !important;
}
.gfield_checkbox li {display:inline !important;}
/* Results table */
.show-message {
font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    line-height: 15px;
  text-align:center !important;
  display: block;
    margin: 20px auto 0;
  width: 100%;
}
.show-results {
    display: block;
    margin: 20px auto 50px;
    overflow: scroll;
    width: 100%;
}
.show-results table {
width:6200px;
table-layout: fixed;
border:2px solid #000;
margin-bottom:50px;
}
.show-results table th {
font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    line-height: 15px;
    text-align: left !important;
  font-weight:600;
  border-bottom:3px solid #000;
}
.show-results table td {
font-family: 'Lato', sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    word-break:break-word !important;
    border-right:1px solid #e1e1e1 !important;
    text-align: left !important;
}
.validation_message, .validation_error {color:red !important;}
.gform_confirmation_message {color:green !important;}
/* End Gravity Forms */
.border-left {
    border-left:3px solid #000;
}