.shortcode-icons-wrapper {
    display: block;
    position: relative;
}
.icon-block li a {
    min-width: 40px;
    min-height: 40px;
    background: #333;
    color: #fff;
    padding: 9px;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin-right: 7px;
}
.icon-block li {
    display: inline-block;
}
.icon-block li a.img-icon {
    min-width: auto;
    min-height: auto;
    background: none;
    color: #fff;
    padding: 0px;
    border-radius: 0;
}


/* fixed menu for mobile */
@media only screen and (max-width: 767px) {
body .header-area {
    top: 20px;
}
.navigation-menus .inline-block-list {
    margin: auto;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
}
.navigation-menus .inline-block-list {
    width: auto;
    position: relative;
}
#cd-menu-trigger {
    position: relative;
    top: 0px;
    left: auto;
    right: 0;
}
.navigation-menus .inline-block-list li {
    height: auto;
}
div.lateral-menu-is-open {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
}
.nt-main-menu-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
    width: 13px;
}
#cd-menu-trigger.is-clicked {
    width: 80px;
    padding-left: 1.5em;
}
#cd-menu-trigger.is-clicked .cd-menu-text {
    font-size: 13px;
    margin-left: -10px;
}
}
@media only screen and (max-width: 320px) {
#cd-lateral-nav {
    width: 210px;
	}
div.lateral-menu-is-open {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}
}
span.cd-menu-txext {
    font-size: 0;
}
body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar th,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .booked-profile-header,
body #booked-profile-page .appt-block .google-cal-button > a:hover {
    border-color: #89bab0 !important;
}
tbody td a.ui-state-active, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover, body #booked-profile-page input[type=submit].button-primary:hover, body .booked-list-view button.button:hover, body .booked-list-view input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar th, body table.booked-calendar thead, body table.booked-calendar thead th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-header, body #booked-profile-page .booked-tabs li.active a, body #booked-profile-page .booked-tabs li.active a:hover, body #booked-profile-page .appt-block .google-cal-button > a:hover, #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header {
    background: #89bab0 !important;
}
.float-left.inline-block-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
