/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#wdck-ds-fault-service {
    font-size: 16px;
    line-height: 27px;
    color: #091935;
    font-weight: 300;
    font-family: "Poppins";
 }

 #wdck-ds-fault-service a {
     text-decoration: none;
 }

#wdck-ds-fault-service h1 {
    background: url(header-line.png) left bottom no-repeat;
    text-transform: uppercase;
    margin: 43px 0 55px;
    padding: 0 0 12px 0;
    max-width: 800px;
    background-size: contain;
    clear: both;

    font-size: 60px;
    color: #091935;
    font-weight: 300;    
    line-height: 1.5em;
}

#wdck-ds-fault-service h1.wdck-full-width {
    max-width: unset;
}

#wdck-ds-fault-service .wdck-menu {
    background: url(header-line.png) left bottom no-repeat;
    text-transform: uppercase;
    margin: 43px 0 55px;
    padding: 0 0 12px 0;    
    background-size: contain;
    clear: both;

    font-size: 60px;
    color: #091935;
    font-weight: 300;    
    line-height: 1.5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) { 
    #wdck-ds-fault-service .wdck-menu {
        /* flex-direction: column;         */
    }

    #wdck-ds-fault-service .wdck-menu > .break {
        flex-basis: 100%;
        height: 0;
      }
}

#wdck-ds-fault-service .wdck-menu a {    
    height: 39px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";    
    text-decoration: none;
}

#wdck-ds-fault-service .wdck-menu span:last-child a {
    color: #c5b26c;
}

#wdck-ds-fault-service strong {
    color: #c5b26c;
}

#wdck-ds-fault-service h1 a:hover {
    text-decoration: none;
}

#wdck-ds-fault-service .clear {
    clear: both;
}

#wdck-ds-fault-service h2 {
    font-size: 26px;
    color: #091935;
    font-weight: 300;
    font-family: "Poppins";
}

#wdck-ds-fault-service .wdck-cont {
    position: relative;
    /* max-height: 370px; */
    padding-right: 380px;
}

#wdck-ds-fault-service .wdck-cont-full {
    position: relative;
    /* max-height: 370px; */
    /* padding-right: 380px; */
}

#wdck-ds-fault-service .wdck-cont img.right {
    float: right;
    /* position: absolute; */
    /* right: 0px; */
    width: 370px;
    border-radius: 50%;
    margin-right: -380px;
}

@media screen and (max-width: 1024px) { 
    #wdck-ds-fault-service .wdck-cont {
        padding-right: 0;
    }
    #wdck-ds-fault-service .wdck-cont img.right {
        display: none;
    }
}




#wdck-ds-fault-service .wdck-row {
    display: flex;
    justify-content: space-between;
}

#wdck-ds-fault-service .wdck-subcont {    
    width: calc(50% - 2px);
    padding-left: 120px;
}

@media screen and (max-width: 640px) { 
    #wdck-ds-fault-service .wdck-row { 
        flex-direction: column-reverse;        
    }

    #wdck-ds-fault-service .wdck-subcont {    
        width: 100%;        
    }
}

#wdck-ds-fault-service .wdck-subcont-right {
    text-align: right;
}

#wdck-ds-fault-service .wdck-subcont img.left {
    float: left;
    margin-left: -120px;
}

#wdck-ds-fault-service .wdck-subcont h2 {
    clear: unset;
}

#wdck-ds-fault-service form {
    margin-top: 35px;
    display: inline-block;
    width: 100%;
}

#wdck-ds-fault-service form label {
    display: block;
    vertical-align: top;
}

#wdck-ds-fault-service form label span {
    display: inline-block;
    width: 250px;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
}

#wdck-ds-fault-service form label input, #wdck-ds-fault-service form label select, #wdck-ds-fault-service form label textarea {
    width: calc(100% - 265px);
    margin-left: auto;
    margin-right: 0;
    max-width: 340px;
}

#wdck-ds-fault-service .wdck-cont-full form input, #wdck-ds-fault-service .wdck-cont-full form select, #wdck-ds-fault-service .wdck-cont-full form textarea {
    max-width: unset;
}

#wdck-ds-fault-service input, #wdck-ds-fault-service select, #wdck-ds-fault-service textarea {
    border: 2px solid #000000;
    border-radius: 0;
    margin-bottom: 20px;    
}

#wdck-ds-fault-service input[type="submit"] {
    width: 252px;
    height: 42px;
    background: url(bg-button-border.png);
    background-size: 100% 100%;
    font-weight: 300;
    font-size: 18px;
    color: #d1a958;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 0 0 265px;
    padding: 0;
    border: none;
    cursor: pointer;
}

#wdck-ds-fault-service input[type="submit"]:disabled {
    cursor: not-allowed;
}


@media screen and (max-width: 640px) {  
    #wdck-ds-fault-service form label span {
        text-align: left;
        width: 100%;
        display: block;
    }

    #wdck-ds-fault-service form label input, #wdck-ds-fault-service form label select, #wdck-ds-fault-service form label textarea {
        max-width: unset;
        width: 100%;
    }
    #wdck-ds-fault-service input[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }
}

#wdck-ds-fault-service .wdck-error {
    font-weight: bold;
    color: red;
    /* font-size: 1.5em; */
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

#wdck-ds-fault-service .wdck-success {
    font-weight: bold;
    color: green;
    /* font-size: 1.5em; */
    text-align: center;
    display: block;
    margin-bottom: 25px;
}


#wdck-ds-fault-service .wdck-fault-number {
    color: #000000;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1.5em;
    display: block;
}