/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

@font-face {
  font-family: 'geometric-medium';
  src: url('/wp-content/themes/jupiter-child/font/geometric-medium.woff2') format('woff2'),
       url('/wp-content/themes/jupiter-child/font/geometric-medium.woff') format('woff'),
       url('/wp-content/themes/jupiter-child/font/geometric-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

h1, h2, h3, h4, .ltl-heading, .mk-box-icon-2-title {
    font-family: geometric-medium;
}

.ltl-intro-text {
    font-size: 17px;
}

.ltl-blocklist img {
    margin-bottom: 80px;
    margin-top: 17px;
    float: left;
    margin-right: 20px;
}

.half-size-input {
   width: 49%;
    background-color: rgba(0, 151, 160, 0.25) !important;
    border: none !important;
    margin-bottom: 10px !important;
}

.mk-header-large-cta {
    display: inline-block;
    position: absolute;
    height: 30px;
    z-index: 50;
    right: 25px;
}

@media (max-width: 1140px) {
    .mk-header-large-cta {
        right: 75px;
    }

    .header-logo {
        margin-left: 25px;
    }
}

@media (max-width: 500px) {
    .mk-header-large-cta {
        display: none;
    }
}

.svg-wrapper {
	padding-right: 0.5em;
}

.svg-wrapper svg {
    vertical-align: middle;
}

.accent-colour svg {
	color: #0097a0;
}

.mk-header-large-cta a {
    font-size: 20px;
}

#mk-footer strong {
    color: #0097a0;
}

.mk-footer-copyright a {
  color: #ffffff !important;
}

@media (min-width: 768px) {
    .vertical-align__wrapper .mk-padding-wrapper {
        display: table;
        width: 100%;
    }

    .vertical-align__col {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }

    /*
    .vc_col-sm-6 {
	   padding-left: 0px;
	   padding-right: 0px;
    } */
}

.white-panel {
    background: #fff;
    padding: 30px;
}

.white-panel h2 {
	margin: 0;
}

.cta-button {
    padding: 15px 35px;
    background: #0098a0;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 1em;
    font-size: 14px;
    transition: 0.2s ease all;
    border: 2px solid #0098a0;
    display: inline-block;
}

@media (max-width: 768px) {
    .white-panel {
        margin-bottom: 40px;
    }

    .white-panel h2 {
    	font-size: 28px !important;
    }

    .mk-button--size-x-large {
    	padding: 20px 36px;
	}

	.cta-button-2 span.mk-button--text {
    	font-size: 18px !important;
	}
}

@media (min-width: 769px) {
    .cta-button.white.cta-tel-link {
        display: inline;
    }
}

.cta-button:hover {
    transition: 0.2s ease all;
    background: #ffffff;
    color: #0098a0;
}

.contact-form__input {
    background-color: rgba(0, 151, 160, 0.25) !important;
    border: none !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.wpcf7-response-output.wpcf7-display-none {
    display: none;
}

.contact-form__submit {
    margin-bottom: 0;
}

.wpcf7-form p {
    margin: 0 !important;
}

.cta-title {
    text-align: center;
    font-family: geometric-medium;
    color: #0098a0;
}

::-webkit-input-placeholder {
   color: #000000;
   font-family: sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
   font-family: sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
   font-family: sans-serif;
}

:-ms-input-placeholder {  
   color: #000000;
   font-family: sans-serif;
}

.cta-button.white {
    border: 2px solid white;
}

.cta-button-2 span.mk-button--text {
    font-size: 22px;
    line-height: 1.3em;
}

.underlined-title {
    margin-bottom: 0.5em;
}

.mk-clients .client-logo {
    background-size: contain !important;
}

.remove-margins p,
.remove-margins h1,
.remove-margins h2,
.remove-margins h3,
.remove-margins h4,
.remove-margins h5 {
    margin: 0;
}

.white-text {
    color: #ffffff !important;
}

.cta-tel-link {
    font-size: 20px;
}

.master-holder .section-heading {
    font-size: 18px;
    color: #0097a0;
}

.contact-form__input.white-input {
    background: #ffffff !important;
    border: 2px solid #0097a0 !important;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
    color: #0097a0;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin .separator, #mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a {
    color: #000;
}


.admin-bar .a-sticky .mk-header-large-cta a {
	top: 32px;
}

.a-sticky .mk-header-large-cta a {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    right: 0;
    text-align: center;
}

.admin-bar .header-style-2.a-sticky .mk-header-nav-container {
    top: 80px;
}

.header-style-2.a-sticky .mk-header-nav-container {
    top: 54px;
}

.mk-list-styles {
    font-size: 16px;
}