/*
Theme Name:     Fly Digital
Theme URI:      https://flydigital.co.uk
Description:    Fly Digital - Child Theme
Author:         Andrew Newby
Theme URI:      https://flydigital.co.uk
Template:       jupiter
Version:        1.0
*/

/* ----- COLOURS ----- */

/*  blue - #aac6d9  */

/*  grey - #3a3a3a  */


/* ----- GENERAL ----- */

html {
    height: auto;
}

.logo-fd img {
    max-width: 400px;}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
input,
.page-title,
strong,
.mk-footer-copyright,
.mk-text-block,
.item-title {
    word-wrap: normal;
    /*letter-spacing: 0.04em;*/
}

a {
   -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;    
}

a:hover {
   -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;    
}

h1 {
    /*letter-spacing: 0.12em;*/
}

h2,
h3,
h4,
h5,
.item-title {
    letter-spacing: 0.05em !important;
}

blockquote, 
code, 
dl, 
fieldset, 
ol, 
p, 
pre, 
table, 
ul {
    margin-bottom: 32px;
}

ul {
    margin-left: 0;
}

ul:first-child:not(:last-child) {
    margin-bottom: 0;
}

.mk-text-block > h2{
    margin-bottom: 15px;
    margin-top: -9px;
}

.mk-text-block > h3 {
    margin-bottom: 16px;
    margin-top: -10px;
}

@media (max-width: 768px) {
    h2,
    h3 {
        font-size: 32px !important;
    }
}

.mk-text-block > h2 {
    display: inline-block;
}

.mk-text-block > h2:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #a37853;
    display: block;
    margin: 13px 0 1px 
}

.mk-text-block > p:last-of-type,
.wpb_raw_html {
    margin-bottom: 0;
}

a,
.tp-withaction {
    -webkit-tap-highlight-color: rgba(125, 127, 127, 0) !important;
    -webkit-tap-highlight-color: rgba(125, 127, 127, 0) !important;
}

#mk-theme-container a:not(.mk-go-top):active,
#mk-theme-container button:active,
#mk-theme-container a.button:active,
#mk-theme-container img:active,
#mk-theme-container .wpcf7-submit:active {
    background: transparent;
    box-shadow: unset;
    color: #a37853 !important;
}

#mk-theme-container a.mk-button:active {
    margin-bottom: -4px;
}

:focus {
    outline: none;
}


/* ----- HEADER ----- */

@media (min-width: 768px) {
    #theme-page .theme-content:after {
        content:"";
        height: 100%;
        width: 350px;
        background-color: #aac6d9;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
    }
}

@media (min-width: 1750px) {
    #theme-page .theme-content:after {

        width: calc(50% - 525px);
    }    
}

nav.mk-vm-menuwrapper {
    margin-bottom: 0px;
    background-color: #aac6d9;
    margin-left: -32px;
    margin-right: 64px;
    border: 4px solid #eee;
    padding: 32px;border-radius: 6px;
    margin-top: -4px;
}

nav.mk-vm-menuwrapper:after {
    content: "";
    top: 32px;
    bottom: 32px;
    width: 4px;
    right: -4px;
    position: absolute;
    z-index: 11111111;
    background-color: #aac6d9;
    
}

@media (min-width: 1750px) {
    nav.mk-vm-menuwrapper {
        margin-right: calc(50vw - 843px);
        margin-left: calc(-50vw + 843px + 0vw);
    }
}

.mk-vm-menuwrapper li a {
    line-height: 1em;
    padding: 14px 16px !important;
    letter-spacing: 0.1em;
    word-break: inherit;
    word-wrap: normal;
}

@media (min-width: 768px) {
    .header-style-4 .mk-header-inner {
        width: 350px !important;
        height: 100% !important;
        position: absolute  !important;
        overflow: visible;
    }
}

.page-template-default.vertical-header-right #mk-theme-container:not(.trans-header) {
    padding-right: 0px;
}

.mk-header {
    border-bottom: none;
    position: static;
}

.header-logo a:hover img {
    filter: grayscale(1); 
}

.header-logo a img  {
   -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.header-style-4 .mk-header-holder {
    position: static;
}


/* ----- PAGE TITLE ----- */

#mk-page-introduce {
    padding: 0px;
}

body .page-title,
body.single .page-title {
    margin: 0 0 -5px !important;
    text-align: center;
    padding: 64px 32px 64px 32px;
}

@media (min-width: 480px) {    
    body .page-title,
    body.single .page-title {
        padding: 54px 64px 54px 64px;
    }
}

@media (min-width: 768px) {    
    body .page-title,
    body.single .page-title {
        padding: 64px 124px 64px 124px;
    }
}

@media (min-width: 1024px) {    
    body .page-title,
    body.single .page-title {
        padding: 64px 64px 64px 64px;
    }
}


/* ----- SPACING ----- */

#theme-page .theme-page-wrapper {
    margin: 0px auto 0px !important;
    padding: 0 !important;
}

#theme-page .theme-page-wrapper:not(.left-layout) .theme-content {
    padding: 0 !important;
    box-sizing: border-box;z-index: 4;
}

#mk-theme-container .mk-header-padding-wrapper {
    padding-top: 0px;
}

#mk-theme-container .mk-nav-responsive-link {
    right: calc(50% - 20px);padding: 0;top: 50%;
}

#mk-theme-container .header-grid {
    width: calc(100% - 64px);
}

body .mk-grid {
    margin: 0 auto;
}

#mk-theme-container .page-section-content.mk-half-layout-container {
    padding-top: calc(500px + 64px) !important;
}

#mk-theme-container .mk-fullwidth-true .wpb_row.vc_inner {
    padding-left: 32px;
    padding-right: 32px;
}

.wpb_row.mk-fullwidth-true,
.wpb_row.mk-fullwidth-false {
    padding-top: 0px;
    padding-bottom: 96px;
}

#mk-theme-container .mk-fullwidth-true.mk-full-content-true .vc_column-inner,
#mk-theme-container .mk-fullwidth-true.mk-full-content-true [class*=vc_col-] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}



#mk-theme-container [class*=vc_col-] {
    padding-top: 0px;
    padding-right: 32px !important;
    padding-left: 32px !important;
}

#mk-theme-container [class*=vc_col-] [class*=vc_col-] {
    padding-top: 0px;
    padding-right: 0px !important;
    padding-bottom: 0px;
    padding-left: 0px !important;
}

#mk-theme-container#mk-theme-container .attched-true [class*=vc_col-],
#mk-theme-container#mk-theme-container .attched-true.wpb_row {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#mk-theme-container .vc_column-inner {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#mk-theme-container .theme-page-wrapper:not(.left-layout):not(.right-layout) .theme-content > *:not(.vc_row):not(.mk-page-section-wrapper):not(.vc_clearfix):not(.clearboth) {
    padding-top: 0px;
    padding-right: 32px !important;
    padding-bottom: 64px;
    padding-left: 32px !important;
}

.page-section-content .mk-padding-wrapper {
    padding-top: 0px;
    padding-right: 0px !important;
    padding-bottom: 0px;
    padding-left: 0px !important;
}

#mk-theme-container .mk-page-section {
    z-index: 1;
}

@media (min-width: 768px) {
    #mk-theme-container .mk-page-section {
        z-index: 0;
    }
}

.mk-half-layout-inner {
    margin: 0 !important;
}

#mk-theme-container .theme-page-wrapper.left-layout .theme-content > section,
#mk-theme-container .theme-page-wrapper.left-layout #mk-sidebar > .sidebar-wrapper,
#mk-theme-container .theme-page-wrapper.right-layout .theme-content > section,
#mk-theme-container .theme-page-wrapper.right-layout #mk-sidebar > .sidebar-wrapper{
        padding-top: 0px !important;
        padding-right: 16px !important;
        padding-bottom: 64px !important;
        padding-left: 16px !important;
}

#mk-theme-container .mk-page-section [class*="vc_col-"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;       
}

#mk-theme-container .mk-page-section [class*="vc_col-"] [class*="vc_col-"] {
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 32px !important;
    padding-bottom: 16px !important;       
}

@media (min-width: 480px) {
    #mk-theme-container .theme-page-wrapper:not(.left-layout):not(.right-layout) .theme-content > *:not(.vc_row):not(.mk-page-section-wrapper):not(.vc_clearfix):not(.clearboth)  {
        padding-top: 0px;
        padding-right: 64px !important;
        padding-bottom: 96px;
        padding-left: 64px !important;
    }
    
    #mk-theme-container .header-grid {
        width: calc(100% - 128px);
    }
    
    #mk-theme-container .mk-fullwidth-true .wpb_row.vc_inner {
        padding-left: 64px;
        padding-right: 64px;
    }
    
    #mk-theme-container [class*=vc_col-] {
        padding-right: 64px !important;
        padding-left: 64px !important;
    }    
    
    #mk-theme-container .theme-page-wrapper.left-layout .theme-content > section,
    #mk-theme-container .theme-page-wrapper.left-layout #mk-sidebar > .sidebar-wrapper,
    #mk-theme-container .theme-page-wrapper.right-layout .theme-content > section,
    #mk-theme-container .theme-page-wrapper.right-layout #mk-sidebar > .sidebar-wrapper{
        padding-right: 64px !important;
        padding-left: 64px !important;
    }
    
    #mk-theme-container .mk-page-section [class*="vc_col-"] {
        padding-left: 64px !important;
        padding-right: 64px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;       
    }
    
    #mk-theme-container .mk-page-section [class*="vc_col-"] [class*="vc_col-"] {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 64px !important;
        padding-bottom: 66px !important;       
    }
    
    #mk-theme-container#mk-theme-container .logo-fd {
        padding-left: 0px !important;
        padding-right: 0 !important        
    }
}

@media (min-width: 1750px) {
    #mk-theme-container#mk-theme-container .logo-fd {
        padding-left: 64px !important;
        padding-right: 64px !important;        
    }
}

@media (min-width: 768px) {    
    .wpb_row.mk-fullwidth-true .wpb_column {
        z-index: 1;
    }    
    
    #mk-theme-container .page-section-content.mk-half-layout-container {
        padding: 64px 0px !important;
    }
    
    #mk-theme-container .mk-page-section [class*="vc_col-"] {
        padding-left: 64px !important;
        padding-right: 64px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;       
    }    
}

@media (min-width: 1024px) {   
    #mk-theme-container .theme-page-wrapper:not(.left-layout):not(.right-layout) .theme-content > *:not(.vc_row):not(.mk-page-section-wrapper):not(.vc_clearfix):not(.clearboth)  {
        padding: 0 64px 64px !important;
    }      
    
    #mk-theme-container [class*="vc_col-"] {
        padding-top: 0px;
        padding-right: 0px !important;
        padding-bottom: 0px;
        padding-left: 0px !important;
    }
    
    #mk-theme-container .theme-page-wrapper.left-layout .theme-content > section,
    #mk-theme-container .theme-page-wrapper.left-layout #mk-sidebar > .sidebar-wrapper,
    #mk-theme-container .theme-page-wrapper.right-layout .theme-content > section,
    #mk-theme-container .theme-page-wrapper.right-layout #mk-sidebar > .sidebar-wrapper{
        padding-top: 0px;
        padding-right: 32px !important;
        padding-bottom: 64px;
        padding-left: 32px !important;
    }
    
    #mk-theme-container#mk-theme-container .logo-fd {
        padding-left: 64px !important;
        padding-right: 64px !important        
    }
}


/* ----- NAV ----- */

#mk-theme-container .mk-header-nav-container {
    box-sizing: border-box;
    width: 100% !important;
    margin-right: 0;
}

body #mk-theme-container .main-navigation-ul li.current-menu-item a.menu-item-link {
    pointer-events: none;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link  {
    display: inline-flex !important;
    align-items: center;
    text-align: center !important;
    margin: 0 auto;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item:last-child {
    margin-bottom: 16px;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item:first-child {
    margin-top: 16px;
}

.megamenu-title { 
    display: none;
}

.menu-item-has-children .menu-item-has-children > a,
.menu-item-has-children .menu-item-has-children .mk-nav-arrow {
    display: none;
}

.mk-responsive-wrap .menu-item-has-children .menu-item-has-children .sub-menu  {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.menu-item-has-children .menu-item-has-children .sub-menu  {
    display: block !important;
}

#mk-theme-container .mk-responsive-nav li ul li a {
    text-align: center;
    font-size: 11px;
}

.menu-item-has-children .sub-menu,
.menu-item-has-children .menu-item-has-children .sub-menu{
    border: none;
}

.header-style-1.header-align-center .header-logo a {
    margin-left: 16px;
}

@media (min-width: 480px) {
    .header-style-1.header-align-center .header-logo a {
        margin-left: 56px;
    }    
}

.main-navigation-ul li.has-mega-menu > ul.sub-menu {
    left: 64px;
    padding: 32px 64px;
    width: calc(100% - 240px);
}

.mk-responsive-nav {
    border-bottom: unset;
    margin: 32px 32px 64px;
    width: calc(100% - 64px);
    box-sizing: border-box;
    text-align: center;
}


@media (min-width: 1023px) {
    .mk-responsive-nav {
        margin: 25px 64px 5px;
        width: calc(100% - 128px);
    }
}

.mk-css-icon-menu, .mk-css-icon-close {
    width: 100%;
    height: 32px;text-align: center;display: inline-block;
}

.mk-nav-responsive-link .mk-css-icon-menu div, 
.mk-nav-responsive-link .mk-css-icon-close div {
    height: 2px;
    margin-bottom: 4px;
    border-radius: 0px;
    background-color: #eee;
    transform-origin: 50%;
}

.mk-nav-responsive-link:not(.is-active) .mk-css-icon-menu div, 
.mk-nav-responsive-link:not(.is-active) .mk-css-icon-close div {
    margin-bottom: 10px;
    display: inline-block;
}

.mk-nav-responsive-link:not(.is-active) .mk-css-icon-menu-line-3 {
    width: 70%;
}

.mk-nav-responsive-link:not(.is-active) .mk-css-icon-menu-line-2 {
    width: 84%;
}

.mk-nav-responsive-link:not(.is-active) .mk-css-icon-menu-line-1 {
    width: 100%;
}

.mk-nav-responsive-link:after {
    content: 'MENU';
    letter-spacing: 0.1em;
    font-size: 11px;
    color: #a37853;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

#mk-theme-container .mk-responsive-nav li a {
    font-size: 19px;
    text-align: center;
    font-weight: 400;
    border-top: unset;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#mk-theme-container .mk-responsive-nav .mk-svg-icon {
    display: none;
}

#mk-theme-container .mk-responsive-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.02);
    color: #a37853 !important;
}

.mk-responsive-nav > li {
    border-bottom: unset;
}

body #mk-theme-container .main-navigation-ul > li.menu-item > a,
body #mk-theme-container .menu-hover-style-1 .main-navigation-ul > li.current-menu-item > a.menu-item-link, 
body #mk-theme-container .menu-hover-style-1 .main-navigation-ul > li.current-menu-ancestor > a.menu-item-link,
body #mk-theme-container .widget_nav_menu li a,
body #mk-theme-container #mk-footer .widget_nav_menu ul li {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    background-color: transparent;
    padding: 0px 0 0px;
    list-style: none;
}

#mk-theme-container .mk-header:not(.a-sticky) .mk-header-inner {
    height: auto !important;
}

.header-socials-fd .meni-item-text {
    display: none;
}

#mk-theme-container#mk-theme-container .header-socials-fd {
    display: inline-block;/* text-align: center; *//* margin: 0 auto; */
}

#mk-theme-container#mk-theme-container .header-socials-fd a:hover .mk-svg-icon {
    fill: #a37853
}


/* ----- BUTTONS ----- */

body #mk-theme-container .mk-button, 
body #mk-theme-container .button, 
.wpcf7-submit,
button,
input[type=submit]  {
    line-height: 1em !important;
    font-size: 19px !important;
    margin-top: 32px !important;
    padding: 16px 16px 16px 16px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-width: 0px !important;
    -webkit-transition: all 300ms ease-in-out !important; 
     -moz-transition: all 300ms ease-in-out !important; 
     -ms-transition: all 300ms ease-in-out !important;
     -o-transition: all 300ms ease-in-out !important;
    box-shadow: none;
    width: auto;
    text-shadow: none;     
    margin-bottom: 0;
    border-radius: 0px;
    color: #eee !important;
    font-weight: 400 !important;
    white-space: nowrap;
    max-width: none;
    height: auto !important;
    position: static;
    width: 122px;
    margin-bottom: -3px;
    letter-spacing: 0.1em;
}

body #mk-theme-container .mk-button:hover, 
body #mk-theme-container .button:hover, 
.wpcf7-submit:hover,
button:hover,
input[type=submit]:hover {
    color: #a37853 !important;
}

#mk-nav-search-wrapper input[type=submit] {
    background-color: transparent !important;
    border: none !important;
}

body #mk-theme-container .submit-button{
    margin: 0 !important;
}

.mk-button:after {
    content: "";
    height: 4px;
    width: 75px;
    background-color: #a37853;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.mk-button:hover:after {
    width: 50px;
}


/* ----- PAGE SPECIFIC ----- */

.container-fd .container-inner-fd {
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .container-fd .container-inner-fd {
        height: calc(100vh - 64px);
        min-height: 1024px;
        max-height: unset;
    }
}

#mk-theme-container#mk-theme-container .container-fd .container-inner-fd > div:first-child {
    align-self: auto;
    flex: 0;
}

@media (min-width: 1750px) {
    #mk-theme-container#mk-theme-container .container-fd .container-inner-fd > div:first-child {
        margin-right: calc(50% - 602px) !important;
    }
}

#mk-theme-container .container-fd .container-inner-fd > div:last-child {
    display: flex;flex: 1;
    align-self: flex-start;
    align-items: flex-end;
    width: 100%;
}

#mk-theme-container .container-fd .container-inner-fd .mk-grid {
    max-width: 1000px;
    width: 100%;
}

.gem-fd {
    position: relative;
    width: 100%;
    height: 100%;   
}

.gem-fd:before,
.property-fd:before,
.container-fd:before {
    content: "";
    position: absolute;
    top: calc(1% + 32px);
    bottom: calc(24% + 32px);
    left: calc(2% - 32px);
    right: calc(20% - 32px);
    border: 4px solid white;
    border-radius: 6px;   
}

.property-fd:before {
    top: calc(6% + 32px);
    bottom: calc(13% + 32px);
    left: calc(0% + 64px);
    right: calc(6% - 32px); 
}

.container-fd:before {
    top: calc(3% - 32px);
    bottom: calc(10% + 96px);
    left: calc(0% + 64px);
    right: calc(11% - 32px); 
}

.z-fd {
    z-index: 1
}

/* ----- FORMS (GENERAL) ----- */

input[type="checkbox"] {
    vertical-align: 0%;
}

::placeholder {
    color: rgba(10, 38, 57, 0.6) !important;
    font-family: initial !important;
    font-weight: 300;
    letter-spacing: 0.12em;
    font-size: 12px; 
    line-height: 200%;
    vertical-align: 10px !important;
}

#mk-theme-container#mk-theme-container .wpcf7:before {
content: "";
top: 96px;
bottom: 96px;
width: 4px;
right: -4px;
position: absolute;
z-index: 1;
background-color: #2f3439;
}

#mk-theme-container#mk-theme-container .wpcf7 {
    border: 4px solid white !important;
    padding: 50px 16px 32px 16px !important;
    border-radius: 6px;position: relative;
}

@media (min-width: 480px) {
    #mk-theme-container#mk-theme-container .wpcf7 {
        padding: 50px 64px 32px 64px !important;
    }
}

#mk-theme-container#mk-theme-container .wpcf7 input:not(.wpcf7-submit),
#mk-theme-container#mk-theme-container .wpcf7 textarea,
#mk-theme-container#mk-theme-container .wpcf7 select,
#mk-theme-container .mk-subscribe--email,
#mk-theme-container input:not([type=submit]) {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 19px;
    line-height: 1em;
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    width: 100%;
    margin: 0 !important;
    padding: 16px 16px 16px 16px !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: none;
    vertical-align: middle;
    margin-left: 5px;
    text-overflow: ellipsis;
    font-family: inherit;

}

#mk-theme-container#mk-theme-container .wpcf7 select {
    padding: 18px 16px 18px 16px !important;
}

body #mk-theme-container .mk-subscribe--email,
body #mk-theme-container#mk-theme-container#mk-theme-container input:not([type=submit]) {
    padding: 12px 8px 12px 8px !important;
}

body #mk-theme-container#mk-theme-container#mk-theme-container .pure-control-group input:not([type=submit]) {
    padding: 16px 16px 16px 16px !important;
}

input:-webkit-autofill, 
input:-webkit-autofill-strong-password {
    background-color: rgba(250, 255, 189, 0) !important;
}

#mk-theme-container#mk-theme-container .wpcf7 textarea,
.ewd-otp-customer-notes-form textarea {
    resize: none;
    width: 100%;
    padding: 0px 12px 16px 12px !important;
    height: 190px !important;
    line-height: 1.25em;
}

.form-heading {
    color: #a37853;
    font-size: 12px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
}

#mk-theme-container#mk-theme-container .wpcf7 label,
#mk-theme-container label,
#mk-theme-container form .control-label,
#ewd-otp-customer-notes-label.ewd-otp-status-label {
    padding: 15px 8px 14px 16px !important;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    line-height: 1em !important;
    text-transform: capitalize;
    margin: 0;
    width: auto;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    height: 19px;
}

#mk-theme-container#mk-theme-container .wpcf7 .message-fd label {
    padding: 15px 8px 14px 12px !important;
}

#mk-theme-container#mk-theme-container .wpcf7 .field-container:not(.message-fd) {
    background-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px;
    border-bottom: 4px solid #eee;
    position: relative;
    margin: 0 0 16px;
    width: 100%;
    display: flex;
    height: auto;
}

#mk-theme-container#mk-theme-container .wpcf7 .field-container.message-fd {
    background-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px;
    border-bottom: 4px solid #eee;
    position: relative;
    margin: 0 0 16px;
    width: 100%;
    height: auto;
}

#mk-theme-container#mk-theme-container .wpcf7 .field-container:nth-child(6) {
    border-radius: 6px;
    border: 4px solid #eee;
    margin: 0 0 16px;
}

#mk-theme-container#mk-theme-container .wpcf7 .field-container:nth-child(6):after {
    content: "";
    height: 4px;
    bottom: -4px;
    left: calc(50% - 64px);
    right: calc(50% - 64px);
    position: absolute;
    z-index: 1;
    background-color: #2f3439;
}

.ajax-loader {
    display: none !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

body span.wpcf7-form-control-wrap {
    position: static;
    width: 100%;
}

body #mk-theme-container form input[type="date"] {
    text-align: center !important;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 .mk-subscribe--message.error,
.wpcf7 .mk-subscribe--message.success {
    margin: 27px 0 0;
    line-height: 1em;
    text-align: center;
    padding: 19px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    border-radius: 40px;
    font-weight: 400;
}


.wpcf7 span.wpcf7-not-valid-tip {
    line-height: 1.25em;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #ff0303;
    position: absolute;
    right: 50%;
    transform: translate(50%);
    top: -8px;
}

.wpcf7 form .wpcf7-response-output {
    border: 4px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffffff;
}

body #mk-theme-container .wpcf7 .wpcf7-submit {
    margin-top: -32px !important;
    font-size: 24px !important;
}

.wpcf7-form p {
    margin-bottom: 5px !important;
    line-height: 1em;
    position: relative;
}

.wpcf7-form p:last-of-type {
    text-align: center;
}

/* ----- FOOTER ----- */

body #mk-footer [class*="mk-col-"] {
    margin: 0 auto 0px;
    text-align: center;
    padding: 64px 0px 0px;
}

body #mk-footer [class*="mk-col-"] .widget_media_image:last-child,
body #mk-footer [class*="mk-col-"] .widget_media_image:nth-child(2),
body #mk-footer [class*="mk-col-"] .widget_media_image:nth-child(3) {
    max-width: 24px;
    display: inline-block;
    margin: 0px 8px 24px 8px;
}

body #mk-footer [class*="mk-col-"] .widget_media_image:last-child {
    margin: 0 0 0 8px;
}

body #mk-footer [class*="mk-col-"] .widget_media_image:nth-child(2) {
    margin: 0 8px 0 0px;
}

#mk-footer p {
    margin-bottom: 16px;
}

#mk-footer {
    padding: 0;
}

@media (min-width: 768px) {
    #mk-footer:after {
        content:"";
        height: 100%;
        width: 350px;
        background-color: #aac6d9;
        background-image: url(/wp-content/uploads/shape-44.png);
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
}

@media (min-width: 1750px) {
    #mk-footer:after {
        width: calc(50% - 525px);
    }
}

#mk-footer .footer-wrapper {
    width: calc(100% - 32px);
    max-width: 1622px;
}

@media (min-width: 768px) {           
    #mk-footer .mk-padding-wrapper .widget_social_networks a {
        margin: 0 8px;
    }
    
    body #mk-footer [class*="mk-col-"] {
        text-align: left;
    }
    
    body #mk-footer .mk-padding-wrapper [class*="mk-col-"]:nth-child(2) {
        text-align: right;
    }
}
    
#mk-footer .widget_nav_menu ul li.current_page_item a {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    pointer-events: none; 
}

#sub-footer {
    text-align: center;
}

body .mk-footer-copyright {
    opacity: 1;
    padding: 0px 32px 48px !important;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 480px) {
    body .mk-footer-copyright {
        padding: 0px 32px 32px !important;
    }
}

@media (min-width: 480px) {
    #mk-footer .footer-wrapper {
        width: calc(100% - 64px);
    }
}

@media (min-width: 768px) {
    #mk-footer .footer-wrapper {
        width: calc(100% - 128px);
    }
}

#mk-footer .menu .mk-svg-icon {
    display: none;
}

#mk-footer .widget_nav_menu {
    padding: 0 0 0px 0px;

}

@media (min-width: 768px) {
    #mk-footer .widget_nav_menu {
        max-width: 263px;
        float: right;
    }
}

#mk-footer .widget_nav_menu ul li a {
    letter-spacing: 0.1em;
    padding: 14px 0px 14px 0px;
    text-transform: uppercase;
}

#mk-footer .widget_nav_menu ul li {
    line-height: 1em;
}

#mk-footer .widget_nav_menu ul li:last-child a {
    padding-bottom: 0;
}

#mk-footer .widget_nav_menu ul li:first-child a {
    padding-top: 0;
}

#mk-footer .widget_nav_menu li a {
   -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;   
}

#mk-footer .mk-padding-wrapper {
    padding: 0px 10px 32px;
    position: relative;
    border-bottom: 4px solid #eee;
    margin: 0 32px 64px;
}

@media (min-width: 480px) {
    #mk-footer .mk-padding-wrapper {
        margin: 0 64px 64px;
    }
}

@media (min-width: 768px) {
    #mk-footer .mk-padding-wrapper {
        display: flex;
        align-items: flex-end;
    }
    
    #mk-footer .mk-padding-wrapper {
        margin: 0 0px 64px;
    }
}

@media (min-width: 970px) {
    #mk-footer .mk-padding-wrapper {
        padding: 0px 0px 32px;
    }
}

#mk-footer img {
    max-width: 300px !important;width: 100%;
}

@media (min-width: 1024px) {
    #mk-footer img {
        max-width: 400px !important;
    }
}

#mk-footer a:hover img  {
    filter: grayscale(1); 
}

#mk-footer a img  {
   -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out; 
}

#mk-footer .widget_social_networks {
    /* margin-top: 32px; */
    float: right;
    clear: right;width: 100%;margin-bottom: 16px;       
}

@media (min-width: 768px) {
    #mk-footer .widget_social_networks {
        clear: right;width: auto;       
    }
}

#mk-footer .widget_social_networks > div {
    text-align: center
        
}














