/*
Theme Name: Access2.IT Child Theme
Description: Access2.IT Child Theme
Author: Access2.IT
Author URI: https://www.access2.it
Template: Divi
Version: 1.1
*/
@import url("../Divi/style.css");

.wpcf7-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-form .wpcf7-textarea {
    height: auto;
    resize: vertical;
}

.wpcf7-form .wpcf7-list-item-label {
    font-weight: normal;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:hover {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.wpcf7-form .wpcf7-not-valid {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #a94442;
}

.et_pb_fullwidth_image{
  position: relative;
  padding-top: 20%;
  overflow: hidden;
  min-height: 200px;
}

.et_pb_fullwidth_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 130%;
}

.home .et_pb_fullwidth_header_container h3.et_pb_module_header {
  font-size: 54px;
  text-shadow: 0.03px 0.03px 5px rgba(0, 0, 0, 0.1);
}

#logo {
  max-width: 195px;
}

#top-header .container {
  padding-top: 1em;
}

.et-fixed-header#top-header {
  background-color: #fff !important;
}

#et-main-area #main-content ol{
    list-style-position: inherit;
    padding:0 0 23px 1rem;
}