p, li {
	margin-bottom:28px;
}

p {
	font-weight:400;	
}

ol li {
	font-size:18px;
	line-height: 28px;
}

ul li {
	font-size:18px;
	line-height: 28px;
		margin-bottom:14px;
}


#sidebarcontact{
	background-color:#FD3535;
}
ul.contact-info li {
    text-align: left!important;
    font-size: 15px;
	display:flex;
}
ul.contact-info li+li{
	margin-top: 20px!important;
}
ul.contact-info li i{
	margin-right:14px;
}
.wpcf7 input[type="submit"]{
	width:91%;
	font-size:13px
}

.widget.widget_text ul li, .widget.widget_text ol li {
    margin-top: 1px;
    text-align: center; 
}
.widget.widget_text ul, .widget.widget_text ol {
    margin-bottom: 0; 
    margin-left: 0; 
    padding-left: 0; 
}

.bullets{
	font-size:17px;
}


h1 a {
	font-size: 36px; 
	line-height: 1.1em;
}

#gform_submit_button_1, #gform_submit_button_4 {
	background-color:#dd3a3a;
	color: #fff;
	padding: 20px;
	font-size:16px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius:3px;
}

#gform_submit_button_1:hover,#gform_submit_button_4:hover {
	background-color:#b44040;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height:160px;
}

/* Fix overlap on service tables */
.mkd-service-table .mkd-service-table-content li {
    height: auto !important;
}


@media only screen and (max-width: 1400px) {
    #text-21 {
        display: none;
    }
    .wpml-ls-native {
        display:none;
    }
    #text-20 {
        display:none;
    }
    .mkd-logo-wrapper a {
        height: 58px !important;
    }
	

}

@media only screen and (max-width: 1400px) {
    #text-12 > div > p > span {
      display: none;
    }
	
	    #text-13,#text-14,#text-15,#text-16,#text-29,#text-30,#text-17,#text-19 {
      display: none;
    }
	
	#menu-menu-2{
		display:none;
	}
}
@media only screen and (max-width: 1200px) {
	
	
	.wpb_wrapper h1 {font-size:30px;font-weight:700;}
	

	.vc_col-xs-1 { width: 90%;}
	
    .mkd-logo-area i, .mkd-logo-area p, .mkd-logo-area span {
      font-size: 16px !important;
    }
    #text-12 > div > p > span {
      display: none;
    }
  
  .mkd-icon-list-item {
      height: 100% !important;
  }
  html:lang(es-ES) .mkd-grid {
    width: 96% !important;
  }
  html:lang(es-ES) .menu-item .item_text {
    font-size: 13px !important;
  }
	
	/* mobile css added by AP */ 
	
	.mkd-container-inner,  .mkd-grid-section .mkd-section-inner {
		width:90%;
	}
	
	.btn { 
		display:block;
		margin: 15px auto;
		line-height:1.2;
		white-space: normal;
    word-wrap: break-word;
		max-width:85%;
		text-align:center;
		
	}
	
	
	
}


.mkd-blog-holder article .mkd-post-title {
	line-height:1em;
}

.mkd-content-inner>.mkd-container {
    margin-top: 0 !important;
    padding-top: 60px;
}


.mkd-page-header .mkd-logo-area .mkd-position-left-inner {
float: left;
}
.mkd-page-header .mkd-logo-area .mkd-logo-wrapper a {
width: 100%;
height: 100% !important;
margin-top: 17px;
}
.mkd-page-header .mkd-logo-area .mkd-logo-wrapper a img {
width: 100%;
}

.mkd-vertical-align-containers .mkd-position-left {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: left;
    z-index: 1;
}


.mkd-post-info-comments-holder, .mkd-blog-share {
	display: none;
}

.wpb_wrapper h2, .wpb_wrapper h3 { margin:25px 0px 	15px 0px;
}


/* article CSS */ 

.article-content,
.entry-content {
  line-height: 1.7;       /* Improves readability */
  color: #333; /* Basic text color */
}

.single-post .mkd-content a {
  text-decoration: underline;

}


/* HEADINGS */
.wp-block-heading {
  margin-top: 3rem;       /* Space above each heading */
  margin-bottom: 1rem;    /* Space below each heading */
  line-height: 1.2;       /* Tighter line-height for headings */
  font-weight: 700;       /* Bold headings for emphasis */
  text-transform: none;   /* Remove uppercase if your theme uses it */
}

/* For H2 headings that use .wp-block-heading */
h2.wp-block-heading {
  font-size: 2rem;                   /* Larger text for sub-section titles */
  border-bottom: 2px solid #c18f59;  /* Decorative line under the heading */
  padding-bottom: 0.3rem;            /* Space between heading text & border */
  letter-spacing: 0.5px;             /* Slight spacing for polish */
  color: #b58d5a;                    /* Darker heading color */
}

/* For H3 headings that use .wp-block-heading */
h3.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.6rem;     
  color: #1c3d72;            /* Slightly lighter than H2 for hierarchy */
}

/* PARAGRAPHS */
p {
  margin-top: 0;           
  margin-bottom: 1.5rem;  
  font-size: 1.1rem;
	line-height:1.7
}

/* LISTS */
ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem; /* Indentation for clarity */
}

li {
  margin-bottom: 0.5rem;   /* Spacing between list items */
  line-height: 1.6;
}

/* IMAGES & FIGURES */
figure.wp-block-image {
  margin: 2rem 0;            /* Extra separation around images */
  text-align: center;        /* Center images within the article */
}

figure.wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;        /* Subtle round corners for a premium feel */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Soft shadow to lift images */
}

/* IF YOU USE SEPARATORS */
.wp-block-separator {
  margin: 3rem 0;
  border: none;
  border-top: 2px solid #ccc;
  width: 50px;  /* Make the separator a shorter line */
  text-align: center;
}

/* page css for wp bakery sections */

/* Apply styling ONLY to WPBakery (WPB) content */
.wpb_wrapper h2 {
  margin-top: 3rem;        
  margin-bottom: 1rem;     
  font-size: 2rem;         
  font-weight: 700;        
  line-height: 1.2;        
  color: #b58d5a;          
  border-bottom: 2px solid #c18f59; 
  padding-bottom: 0.3rem;  
  letter-spacing: 0.5px;
  text-transform: none;
}

.wpb_wrapper h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1c3d72; 
  text-transform: none;
}

.wpb_wrapper h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.3rem; 
  font-weight: 700;
  line-height: 1.2;
  color: #1c3d72; 
  text-transform: none;
}

.wpb_wrapper p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333; 
}

/* Optional: Lists inside WPBakery elements */
.wpb_wrapper ul,
.wpb_wrapper ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem; 
}

.wpb_wrapper li {
  margin-bottom: 0.5rem; 
  line-height: 1.6;
}


.rc-sticky-cta__reviews .review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px; /* match the Book My Consult button height */
  padding: 0 25px;
  border: 2px solid #d87b2b; /* same orange border */
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #d87b2b;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
}

@media (min-width: 769px) {
    .rc-sticky-cta--top {
        padding: 0px !important;
    }
    .rc-sticky-cta__reviews {
        padding: 15px 20px !important;
        line-height: 1.4em;}
        
            .rc-sticky-cta__reviews .review-link, .rc-sticky-cta__button {
        height: 50px !important;
    }
}


@media (max-width: 768px) {
    .rc-sticky-cta--bottom {
        padding: 0px 20px;
    }
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    padding-bottom: 70px;
}

/*Sticky CTA Modal */

.rc-sticky-cta-modal__form fieldset,
.rc-sticky-cta-modal__form .gfield {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}


.rc-sticky-cta-modal__form .gform_fields {
  display: block;
}


.rc-sticky-cta-modal__form .gfield_label {
  font-size: 16px;
  font-weight: 700;
  color: #4b4f55;
  margin-bottom: 10px;
}


.rc-sticky-cta-modal__form .gfield_required_text {
  color: #c7352c;
  font-weight: 600;
  font-style: italic;
  margin-left: 6px;
}


.rc-sticky-cta-modal__form input[type="text"],
.rc-sticky-cta-modal__form input[type="email"],
.rc-sticky-cta-modal__form input[type="tel"],
.rc-sticky-cta-modal__form textarea {
  width: 100%;
  padding: 10px 1px;
  border-radius: 6px;
  border: 2px solid #cfd6e0;
  font-size: 16px;
  background: #fff;
}


.rc-sticky-cta-modal__form textarea {
  min-height: 200px;
  resize: vertical;
}


.rc-sticky-cta-modal__form .ginput_container_name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rc-sticky-cta-modal__form
.ginput_container_name
.gform-field-label--type-sub {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #5b5f66;
}


.rc-sticky-cta-modal__form .gfield {
  margin-bottom: 28px;
}


.rc-sticky-cta-modal__form .gfield--type-textarea {
  margin-bottom: 16px;
}


.rc-sticky-cta-modal__form .gform_footer {
  margin-top: 10px;
}

.rc-sticky-cta-modal__form .gform_button {
  width: 100%;
  background: #dd3a3a;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding: 18px 16px;
  border-radius: 6px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.rc-sticky-cta-modal__form .gform_button:hover {
  background: #b13c35;
}


@media (max-width: 640px) {
  .rc-sticky-cta-modal__form .ginput_container_name {
    grid-template-columns: 1fr;
  }
}

.rc-sticky-cta-modal__form
.gfield_visibility_hidden,
.rc-sticky-cta-modal__form
.gfield--type-hidden,
.rc-sticky-cta-modal__form
.gform_validation_container,
.rc-sticky-cta-modal__form
.admin-hidden-markup,
.rc-sticky-cta-modal__form
.akismet-fields-container {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


.rc-sticky-cta-modal__form
.gfield--type-textarea {
  margin-bottom: 14px !important;
}


.rc-sticky-cta-modal__form
.gform_footer {
  margin-top: 6px !important;
  padding-top: 0 !important;
}


