/*
Theme Name:     Jupiter Child Theme
Theme URI: 	http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         ElderLawAnswers
Theme URI: 	http://themeforest.net/user/artbees
Template:       jupiter
Version:        5.0.10
*/
/*

Your custom css
Color 1: #D05B00 Orange
Color 2: #3A489E Blue
Color 3: #

Color 4: #B1B3B5 Light Grey
Color 5: #58595B Dark Grey
Color 6: #A99EA1 Dark Breadcrumb

*/

/* 

HEADER

*/

.mk-sticky-logo {
  max-width: 300px !important;
}

.mk-desktop-logo.dark-logo {
  height: 60px !important;
}

.header-grid.mk-grid {
  text-align: right !important;
}

/*.mk-header-toolbar {
  background-color: #f2f2f2 !important;
}

.mk-header-toolbar .mk-grid.header-grid {

}

.mk-header-toolbar {
  background-color: transparent;
  display: block;
  float: right;
}

.header-style-1 .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-1 .mk-search-trigger {
  height: 40px !important;
  line-height: 40px !important;
}

.mk-header-toolbar {
  float: right;
}*/

.header-toolbar-contact, .mk-moon-phone-3 {
  font-weight: 700;
  font-size: 24px !important;
}

.mk-moon-phone-3 {
  position: relative;
  top: -2px;
}

.header-toolbar-contact i, .mk-header-date i, .mk-header-tagline i {
  padding-right: 9px;
  vertical-align: text-bottom;
}

.mk-breadcrumbs-inner.dark-skin, .mk-breadcrumbs-inner.dark-skin a {
  color: #A99EA1 !important; /* Color 6 */
}

/* 

SLIDER

*/

.slider-content .mk-grid {
  max-width: 1100px;
}

.mk-button.large {
  padding: 17px 22px;
  font-size: 25px;
  font-weight: 600;
}

.mk-button, .mk-progress-button-content {
  letter-spacing: normal !important;
}

.mk-button.x-large {
  padding: 20px 20px;
  font-size: 19px;
}

.slider-content .mk-button {
  font-size: 22px !important;
  text-transform: uppercase !important;
}


/* 

BODY

*/

.mk-blog-grid-item .blog-grid-holder { /* CHANGED FOR CHILD */
  border: 0 !important;
}

.custom-sub p {
  font-size: 32px;
}

.custom-sub strong {
  color: #58595B !important; /* Color 5 */
}

.widget_contact_info h3, .widget_contact_info h3 span {
  font-size: 28px !important;
  font-family: 'Source Sans Pro';
  text-transform: none !important;
  font-weight: normal !important;
  background: none !important;
}


.widget_archive li a, .widget_categories li a, .widget_contact_info li a, .widget_links li a, .widget_meta li a, .widget_pages li a, .widget_popular_tags li a, .widget_recent_comments .recentcomments, .widget_recent_entries li a, .widget_text li a {
  line-height: 1.5;
}

.widget_posts_lists ul li .post-list-title {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}

.custom-contact h1, .custom-contact-dark h1 {
  color: #58595B !important; /* Color 5 */
  font-family: 'Source Sans Pro';
  font-weight: 600 !important;
  font-size: 30px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: none !important;
  text-align: center;
}

.custom-contact h3, .custom-contact-dark h3 {
  color: #ffffff !important;
  font-family: 'Source Sans Pro';
  font-weight: 600 !important;
  font-size: 34px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: none !important;
}

.custom-contact input, .custom-contact textarea, .custom-contact-dark input, .custom-contact-dark textarea {
  background-color: #fefefe !important;
  text-align: left !important;
  font-family: 'Source Sans Pro' !important;
}

.custom-contact-dark input, .custom-contact-dark textarea {
  background-color: #f7f7f7 !important;
  color: #58595B !important; /* Color 5 */
}

.custom-contact button, .custom-contact-dark button {
  color: #ffffff !important;
  text-transform: none;
  border: none !important;
  font-family: 'Source Sans Pro' !important;
  font-size: 18px !important;
  float: right;
  margin-right: 0;
}

.mk-button.outline-dimension {
  border-width: 0px !important;
}

.mk-button--size-large { /* CHANGED FOR CHILD */
  font-size: 22px !important;
}

.mk-button--size-medium { /* CHANGED FOR CHILD */
  font-size: 16px !important;
}

.about-attorney h2 {
  font-family: 'Source Sans Pro';
  font-size: 36px !important;
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 30px;
}

h2.line:before,
h2.line:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #dddddd;
  top: 8px;
  width: 100px;
}
h2.line:before {
  right: 100%;
  margin-right: 15px;
}
h2.line:after {
  left: 100%;
  margin-left: 15px;
}


::-webkit-input-placeholder {color: #58595B;} /* Color 5 */
:-moz-placeholder { color: #58595B; } /* Color 5 */
::-moz-placeholder {  color: #58595B; } /* Color 5 */
:-ms-input-placeholder {  color: #58595B;  } /* Color 5 */

.about-attorney p {
  font-size: 18px !important;
  font-family: 'Merriweather';
  line-height: 1.8;
}

.mk-contact-form-wrapper.modern-style.contact-light .text-input:focus,
.mk-contact-form-wrapper.modern-style.contact-light textarea:focus {
    color: #252525 !important;
}

.wpb_gmaps_widget, .wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/* GOOGLE MAPS EMBED */
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:300px; /* your iframe height */
   top:300px;  /* your iframe height */
   margin-top:-300px;  /* your iframe height */
}
.custom-map .wpb_content_element.wpb_raw_code {
    margin-bottom: 0px;
}
.custom-map { height: 300px; }

.custom-sub-fill p {
  font-size: 20px;
  font-family: 'Merriweather';
  line-height: 1.66;
}

.custom-sub-fill h3 {
  font-size: 45px !important;
  font-family: 'Source Sans Pro';
  margin-bottom: 25px;
}

.custom-sub-fill h4 {
  font-size: 30px !important;
  font-family: 'Merriweather';
  text-transform: none !important;
  font-weight: normal !important;
  margin-top: 30px;
}

.call-us h1 {
  font-family: 'Merriweather';
  text-transform: none !important;
  font-weight: normal !important;
  color: #58595B !important; /* Color 5 */
}

.call-us h4 {
  font-size: 33px !important;
  text-align: center !important;
  font-style: italic;
  font-family: 'Merriweather';
  text-transform: none !important;
  font-weight: normal !important;
  color: #58595B !important; /* Color 5 */
}

.custom-blog h4, .custom-blog h2 {
  font-size: 22px !important;
  text-transform: none !important;
  font-weight: normal !important;
}

.custom-blog h5 {
  text-transform: none !important;
  font-weight: normal !important;
}

.isotope-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#newsletter-signup-form { text-align: right; }

.custom-subscribe {
  padding: 20px;
}
.custom-subscribe table {
  margin: 0 !important;
}
.custom-subscribe .subscribe-left {
  text-align: left !important;
}
.custom-subscribe .subscribe-left input { margin-top:5px; }
.custom-subscribe .subscribe-left label { 
  position: relative;
  top: 5px;
  margin:0 17px 0 5px;
  font-weight:bold;
}
.custom-subscribe .subscribe-right {
  text-align: right !important;
  vertical-align: middle !important;
}
.custom-subscribe .subscribe-left {
  vertical-align: middle !important;
}
.custom-subscribe #signupEmail {
  margin-right:10px;
}
.custom-subscribe h3 {
  color: #ffffff !important;
  font-family: 'Source Sans Pro';
  font-size: 32px !important;
  font-weight: bold !important;
  margin-bottom: 0;
  padding-top: 10px;
}
.custom-subscribe h3.dual { padding-top: 0; }
.custom-subscribe p {
  color: #ffffff !important;
  font-size: 16px !important;
  margin-bottom: 0;
}
.custom-subscribe input {
  display: inline;
  font-size: 24px;
  padding: 13px;
  margin-top: 4px;
  font-family: 'Source Sans Pro';
}
.custom-subscribe input[name='emailTrial'] { display: none; }
.custom-subscribe button {
  border: 0;
  color: #ffffff !important;
  font-size: 28px; 
  padding: 10px;
  display: inline;
  margin-left: 10px;
  font-family: 'Source Sans Pro';
  font-weight: bold;
}

@media (max-width: 979px) {
  .custom-subscribe .subscribe-left, .custom-subscribe .subscribe-right { padding: 0 !important; }
  .custom-subscribe .subscribe-left h3 { text-align: center; }
  .custom-subscribe .subscribe-right input[name="signupEmail"],
  .custom-subscribe .subscribe-right button { width: 100%; margin-left: 0; }
  .vc_separator { display: block !important; }
  .vc_separator h4 { display: block !important; padding: 0 !important; white-space: normal !important; margin: 0 !important; }
}

.mk-readmore {
  text-transform: uppercase;
  letter-spacing: .06em;
}

.call-out {
  padding-top: 23px;
  padding-bottom: 15px;
}
.call-out h3 {
  font-size: 30px !important;
  color: #58595B !important; /* Color 5 */
  text-transform: none !important;
  font-weight: normal !important;
  margin-bottom: 5px;
}

.call-out a {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  top: 8px;
  position: relative;
}

.custom-info h3 {
  line-height: 0.5;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 36px !important;
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 30px;
}

.custom-info {
  padding: 30px;
}

.custom-info p {
  color: #58595B !important; /* Color 5 */
  font-size: 24px;
  font-family: 'Merriweather';
}

.alignleft, img.alignleft {
  margin-bottom: 1.2em;
}

.latest-blog h3 {
  font-family: 'Source Sans Pro';
  font-size: 36px !important;
}

.mk-blog-grid-item .blog-grid-holder {
  border: none;
}

.mk-blog-grid-item .the-title a {
  margin-top: 5px;
  text-transform: none!important;
  line-height: 1.4 !important;
  font-size: 23px !important;
  font-family: 'Source Sans Pro';
  letter-spacing: normal !important;
}

.mk-blog-grid-item h3.the-title {
  margin-bottom: 17px;
}

.mk-blog-grid-item .mk-blog-meta {
  padding: 20px 10px 0;
}

.mk-blog-grid-item .blog-grid-footer {
  padding: 15px 10px;
}

.mk-blog-single article {
  max-width: 850px;
  margin: 0 auto;
}

.mk-love-holder { 
	display: none;
}

/*h1.page-introduce-title {
  text-align: center;
}*/


/* FOOTER */

#mk-quick-contact {
  min-width: 250px;
}

#mk-quick-contact input, #mk-quick-contact textarea {
 width:100%;
}

.mk-quick-contact-wrapper p {
  color: #666;
  line-height: 1.5;
  max-width: 90%;
  margin: 0 auto 20px;
}

.mk-quick-contact-wrapper.on {
  right: 90px;
}

.mk-quick-contact-wrapper.off {
  right: 30px;
}

#mk-quick-contact .mk-progress-button-content {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  letter-spacing: .09em;
}

#mk-footer .facebook-hover {
  margin-left: 0px !important;
}

#mk-footer img {
  margin-bottom: 30px;
  width: 250px;
}

#mk-footer h3 {
}
#mk-header, .mk-header-inner {
  background-color: rgba(255,255,255,.97);
}

h2.line, .vc_separator_align_center h4 {
  line-height: 0.5;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 36px !important;
  font-weight: normal !important;
  text-transform: none !important;
  display: inline-block;
  position: relative;
}

.vc_separator .vc_sep_holder .vc_sep_line {
  border-top-width: 2px !important;
}

.vc_separator_align_center {
  text-align: center;
}

.s_contact.light .s_txt-input:focus {
    color: #000000;
}

#mk-footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

