/*
Theme Name: OptimizeWP
Theme URI: http://optimize.mikado-themes.com/
Description: SEO, Digital Marketing, Social Media Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.8
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.

*/
.mform fieldset {
    display: none;
}
fieldset.shown {
    display: block;
}
.mform {
    max-width: 880px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center !important;
    position: relative !important;
}
.mform form.booking_form {
    width: auto;
        display: inline-block;
}
.mform-heading {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mform-heading h1 {
    color: #427FDB;
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
    text-align: center;
}
.mform-heading p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}

.mform-selection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.fp-btn.fp-btn-orange {
    color: #FFFFFF;
    background-color: #ec1e24;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mform-selection .mform-btn.selected , .mform-selection .mform-btn:hover {
    background-color: #FC3843;
}
.mform-selection .mform-btn .mform-btn-icon {
    height: 35px;
    text-align: center;
    margin: auto;
}
.mform-selection .mform-btn .mform-btn-icon {
    height: 70px;
}
.mform-selection .mform-btn {
    width: 110px;
    height: 110px;
    margin: 0 10px;
    padding: 24px 10px 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #FF6E70;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
        border-radius: .25rem;
}
.mform-selection .mform-btn {
    width: 160px;
    height: 130px;
    margin: 0 15px;
    padding-top: 34px;
}
.mform-selection .mform-btn .mform-btn-text {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    white-space: normal;
}

.mform-selection .mform-btn .mform-btn-text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 23px;
}
.mform .mform-selection .mform-checkbox.mform-checkbox-long {
    max-width: 650px;
}
.mform .mform-selection .mform-checkbox.selected, .mform .mform-selection .mform-checkbox:hover {
    background-color: #FC3843;
}

.mform .mform-selection .mform-checkbox {
    max-width: 400px;
    width: 100%;
    min-height: 56px;
    margin: 0 15px;
    padding: 10px 15px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    background: #FF6E70 url(assets/img/icn-circle.png) no-repeat 15px center/17px 17px;
}
.mform .mform-selection .mform-checkbox {
    min-height: 70px;
    padding: 18px 20px;
    background-position: 20px center;
    background-size: 34px 34px;
}
.mform .mform-selection .mform-checkbox .mform-btn-text {
    padding-left: 30px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    text-align: left;
}
.mform .mform-selection .mform-checkbox .mform-btn-text {
    padding-left: 50px;
    font-size: 17px;
    line-height: 23px;
}
.fp-btn {
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 20px;
    white-space: normal;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
.mform-btn-nav {
    max-width: 100%;
    min-width: 180px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
}
.mform-btn-nav[disabled] {
    cursor: not-allowed;
    color: #8B8D8F;
    background-color: #EAEAEA;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.section-multiform h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 40px;
}
.mform-progressbar > li.active::before, .mform-progressbar > li.active::after {
    color: #FFFFFF;
    background-color: #ec1e24;
}
.mform-progressbar {
    margin: 30px auto;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0px;
    max-width: 650px;
    width: 100%;
}
.mform-progressbar {
    margin: 50px auto !important;
}
.mform-progressbar > li.active {
    cursor: pointer;
}
.mform-progressbar > li {
    list-style-type: none;
    color: #FFFFFF;
    width: 25%;
    float: left;
    position: relative;
}
.mform-progressbar > li.active::before, .mform-progressbar > li.active::after {
    color: #FFFFFF;
    background-color: #ec1e24;
}

.mform-progressbar > li::before {
    content: counter(step);
    counter-increment: step;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: block;
    color: #8B8D8F;
    background-color: #EAEAEA;
    font-size: 11px;
    font-weight: 900;
    line-height: 18px;
    border-radius: 50%;
    padding: 1px 0;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.mform-progressbar > li::before {
   
    width: 36px;
    font-size: 15px;
    padding: 8px 0;
}
.mform-progressbar > li::after {
    top: 16px;
}
.mform-progressbar > li:first-child::after {
            display: none;
        }
.mform-progressbar > li::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #EAEAEA;
    position: absolute;
    left: -50%;
    top: 16px;
    z-index: 1;
}
.mform input.input-xlarge {
    height: 50px;
    max-width: 650px;
    width: 94% !important;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #787878;
}
.mform input.input-xlarge {
    height: 75px ;
    padding: 20px !important;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
    font-size: 22px;
}
.mform .booking_form select {
    height: 50px;
    max-width: 650px;
    width: 100% !important;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #787878;
    box-sizing: border-box;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mform .booking_form select {
    height: 75px;
    padding: 20px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
    font-size: 22px;
}
.mform .btn-default {
    padding: 15px 10px;
    border-radius: 4px;
    background-color: #ec1e24;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 22px;
    text-align: center;
    width: 100%;
}
.mform .btn-default {
    padding: 30px 25px;
    font-size: 18px;
    width: auto;
}
@media only screen and (max-width: 480px) {

.mform {
    
    
        width: initial;
            margin-left: -15px !important;
    margin-right: -15px !important;
}

.mform-selection .mform-btn {
    width: 110px;
    height: 110px;
    margin: 0 10px;
    padding: 24px 10px 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #FF6E70;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.mform-selection .mform-btn .mform-btn-icon {
    height: 35px;
    text-align: center;
    margin: auto;
}
.mform-selection .mform-btn .mform-btn-icon img {
    width: 50%;
}
.section-multiform h3 {
    font-size: 18px;
    line-height: 1.36em;
    font-weight: bold;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 40px;
}
.mform-heading h1 {
    color: #427FDB;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}
.mform h3 {
    font-size: 18px;
    line-height: 1.36em;
    font-weight: bold;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 40px;
}
.input-xlarge {
    width: 87% !important;
    margin: auto !important;
}
}