/*Fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	--light-red: #f15e51;
	--red: #ee3626;
	--dark-gray: #4a4a4a;
	--pink: #fef5f4;
	--heading-font: "Crimson Text", serif;
	--body-font: "Open Sans", sans-serif;
	--fw-500: 500;
}

body {
	font-family: var(--body-font);
}

/* -------Tamaños de fuentes-----*/

#sp-main-body #sp-component h1, #sp-main-body #sp-component .h1 .sppb-addon-title, #sp-main-body #sp-component .h1 {
	font-family: var(--heading-font);
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}

#sp-main-body #sp-component h2, #sp-main-body #sp-component .h2 .sppb-addon-title {
	font-family: var(--body-font);
	font-size: 36px;
	font-weight: bold;
    line-height: 1.4;
}

h4 {
	font-family: var(--heading-font);
	font-weight: bold;
	font-size: 18px;
}

/*
* ------------Encabezado-----------
*	
*/

#sp-top-bar .sp-module {
    display: block;
    margin: 0;
}

.logo-image  {
	padding: 12px 0;
}
nav.sp-megamenu-wrapper.d-flex {
    margin-top: 0px;
}
#sp-menu>.sp-column {
	height: auto;
}

/* --------Boton-Menu-------*/

#sp-menu a.menu-cta {
    background-color: var(--red);
    line-height: 1;
    padding: 15px 24px 15px 24px;
    color: white;
    margin-left: 20px;
    font-weight: var(--fw-500);
    border-radius: 5px;
}

#sp-menu a.menu-cta:hover {
    background-color: var(--dark-gray);
}



/* -------------Slider---------- */

.first-title {
    margin-top: -100px;
}

/* --Boton-- */

.button-style {
    font-weight: 500;
    font-size: 14px!important;
}





/*-----------Icon Section-------------*/

/*----Top-Bar---*/

#sp-top-bar {
    padding: 15px 0;
}
.container, .container-lg, .container-md, .container-sm {
	max-width: 998px;
}
/*--- Church---*/
.church-icon, .third-icon, .phone-icon {
	margin-right: 30px;
}
.church-icon img, .third-icon img, .phone-icon img {
    width: 100%;
    max-width: 45px;   
}   
.phone-icon img {
	max-width: 35px;
}
.third-icon img {
	max-width: 40px;
}
.text-icon .sppb-addon-title {
	font-size: 24px !important;
	margin-bottom: 0!important;
}
/* .text-icon {
    margin: -71px 0px 0px 80px;
    margin-right: -50px;
} */

/* .column-1 {
    margin: 0px -150px;
} */
 
/*-------Phone y Email-------*/
 #icons-home .sppb-row > div {
	 width: auto;
	 max-width: initial;
	 flex-basis: auto;
 }
 #icons-home .sppb-row {
	 justify-content: space-between;
 }
 #icons-home .sppb-column-addons {
	 display: flex;
	 align-items: center;
 }
 
 
/* .phone-icon {
    width: 100%;
    max-width: 43px;  
} */

/* .column-3 {
    margin: 0px 40px;
}   */

/* .third-icon {
    width: 50px;
    height: 60px;   
}   */


/* .column-2 {
    margin: 0px 174px;
} */

/*--------Location------*/
 

ul.sp-contact-info {
    display: flex;
    justify-content: space-between;
}

li.sp-contact-phone {
    order: 3;
    width: calc(100% - 500px);
    display: flex;
    justify-content: end;
    
}

.sp-contact-info li {
    text-align: left;
}

ul.sp-contact-info li > span {
    font-size: 0px;
    width: 27px;
    height: 20px;
    display: block;
    margin-right: 10px;
}

ul.sp-contact-info li {
	display: flex;
	align-items: center;
	
	
}

ul.sp-contact-info li.sp-contact-phone > span {
	background: url(img/phone_1.svg) no-repeat center;
	background-size: 18px; 
	
}

ul.sp-contact-info li.sp-contact-time > span {
	background: url(img/ubicacion-white.svg) no-repeat center;
	background-size: 15px; 
	
}

li.sp-contact-time {
	order: 1;
}

li.sp-contact-email {
	order: 2;
}

ul.sp-contact-info li.sp-contact-email > span {
	background: url(img/email-white.svg) no-repeat center;
	background-size: 23px; 
	
}





/* --------SLIDER ICON-------*/

.cruz-icon {
    position: absolute;
    top: 60px;
    right: -35px;
    background: white;
    padding: 7px;
    border-radius: 50%;
}

.second-icon {
    position: absolute;
    bottom: 90px;
    left: -18px;
    background: white;
    padding: 7px;
    border-radius: 50%;
}

/* ------------Image-Style-------*/
.img-style {
    margin-bottom: -60px;
}




/*-------------About-Section-----------*/
.title-about {
    margin-right: 30px;
}

.bullet-icon {
    width: 25px;
}

/*------Members-------*/
.active-members {
    position: absolute;
    margin: 0px;
    background: var(--pink);
    bottom: 90px;
    right: 20px;
    padding: 20px 30px;
}
.active-members .sppb-addon-content {
	display: flex;
	align-items: center;
}
.active-members .sppb-addon-title {
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 0px;
}
.active-members .sppb-addon-text p {
	margin: 0;
	font-size: 14px;
}
.active-members .sppb-img-container {
	margin-right: 20px;
}

/*----Bullets-----*/
.text-bullet {
    margin: -42px 0px 0px 42px;
}




/*-----------------Spiritual-help-----------*/

/*---First column---*/

.cross-icon {
    width: 100%;
    max-width: 67px;
    position: absolute;
    top: -56px;
    left: 50%;
	transform: translate(-50%,0%);
}

.spiritual-section {
    padding: 20px;
}


/*-------------------Event-Section------------*/
.meta-event .sppb-row > div {
	width: auto !important;
	max-width: initial !important;
	flex-basis: auto !important;
}
.meta-event .sppb-row {
	justify-content: space-between;
}
.watch-icon img {
    width: 100%;
	max-width: 17px;
}
.watch-icon .sppb-addon-content {
	display: flex;
	align-items: center;
}
.watch-icon .sppb-addon-text p {
	margin: 0;
}
.watch-icon .sppb-img-container {
	margin-right: 15px;
}
.meta-event .sppb-addon-feature .sppb-addon-title, .meta-event .sppb-addon-feature .sppb-addon-text {
	font-size: 14px;
}

/*-----Border-style-for-button----*/

.border-column {
    border-left-style: solid;
    border-width: 1px;
    border-color: #4a4a4a;
}
.btn-event {
	display: flex;
	align-items: center;
}




/*--------blog-Section*/

.sppb-article-info-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.sppb-article-meta {
    order: 1;
}

.sppb-article-info-wrap h3, .sppb-article-introtext {
	order: 2;
	padding-top: 10px;
}


.sppb-addon-articles .sppb-article-meta {
    
    margin: 0;
}


.sppb-addon-article {
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);
}

.sppb-article-info-wrap h3 a {
    color: var(--dark-gray);
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: bold;
}

.sppb-addon-articles .sppb-addon-article {
    margin-bottom: 0;
}

/*------Boton---*/

.sppb-readmore {
    order: 3;
    padding-top: 20px;
    color: var(--red);
}

.sppb-readmore:hover {
    color: #4a4a4a;
}



/*------------Newsletter-------*/


.input-nl {
    max-width: 280px;
}

input[type="email"]:not(.form-control) {
    padding: 12px 0px 13px 30px!important;
    border: none;
    font-family: var(--body-font);
    font-weight: 500;
}

input.submit-nl {
    position: absolute;
    left: 300px;
    top: 0px;
    border: none;
    background-color: black;
    color: white;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    font-family: var(--body-font);
    font-weight: var(--fw-500);
}




/*---------Footer-------*/


.fb-icon {
    position: absolute;
    left: 38px;
    bottom: 45px;
}

.youtb-icon {
    position: absolute;
    left: 78px;
    bottom: 46px;
}




/*-----Página--Interna-Leadership-----*/

.sppb-person-name {
    font-family: var(--heading-font);
    font-size: 18px!important;
    color: var(--dark-gray);
}

.sppb-person-designation {
    color: var(--red)!important;
}




/*----------FORM--------*/

.sppb-addon-form-builder-form {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

/*-----------FIRST-NAME-------*/

input#sppb-form-builder-field-0 {
    border: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px 25px!important;
}

input#sppb-form-builder-field-0:hover {
    border: solid;
    border-color: var(--red);
    border-width: 1px;
}

/*-------SECOND-NAME------*/

input#sppb-form-builder-field-1 {
    border: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px 25px!important;
}

input#sppb-form-builder-field-1:hover {
    border: solid;
    border-color: var(--red);
    border-width: 1px;
}

/*------EMAIL-------*/


input#sppb-form-builder-field-2 {
	border: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px 25px!important;
    font-weight: 400;
}

input#sppb-form-builder-field-2:hover {
    border: solid;
    border-color: var(--red);
    border-width: 1px;
}

/*----------MESSAGE------*/


#sppb-form-builder-field-3 {
    border: solid;
    border-width: 1px;
    border-color: white;
    padding: 12px 25px;
}

#sppb-form-builder-field-3:hover {
    border: solid;
    border-color: var(--red);
    border-width: 1px;
}

/*-------BUTTON-----*/


.sppb-form-builder-btn button {
    font-weight: 500;
}


/*-------------Events-Module------*/


/*-----Vista de evento Página interna Calendar*/

.icon-calendar {
    font-size: 19px;
    padding-right: 10px;
    color: var(--red);
}

.mod_events_latest_first {
    background-color: #fef5f4;
}

.mod_events_latest_table td {
    padding: 20px;
    border-bottom: solid;
    border-bottom-color: var(--red)!important;
}

span.icon-time {
    margin-top: 27px;
}

span.mod_events_latest_content {
    padding-top: 20px!important;
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: bold;
}

.icon-hand-right {
    padding-top: 30px;
}

td.mod_events_latest {
    background-color: #fef5f4;
}





/*-------Vista de Event Detail-----*/

#jevents_body {
    background-color: var(--pink);
    border-color: var(--red);
    padding: 30px;
}

.jev_evdt_title {
    font-family: var(--heading-font);
    font-weight: bold;
    color: #4a4a4a;
}

#nav-year {
    background-color: white;
}

#nav-month {
    background-color: white;
}

.nav-items {
    overflow: hidden;
}

.nav-items > div {
    background: white;
    border-left: 1px solid var(--red);
}

li.ev_td_li {
    border-color: var(--light-red)!important;
}

.ev_link_row {
    font-size: 16px!important;
    color: var(--dark-gray)!important;
}

.jev_toprow .jev_header2 > * {
    padding: 6px;
}

#jevents_body .jev_toprow div.previousmonth a, #jevents_body .jev_toprow div.nextmonth a {
    font-size: 16px;
    font-weight: 500;
}

.event_legend_name {
    border-color: var(--red)!important;
    margin-top: 10px;
    border-width: 2px!important;
}

#jevents_body .cal_top_day_names td {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#jevents_body .cal_daysnames {
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    width: 26.7%;
    border-radius: 0px;
}

.month_cell_st {
    border-bottom: 1px solid var(--light-red)!important;
    border-left: 3px solid var(--light-red)!important;
}



/*-----Vista interna de Locations Details-------*/

.locationaddress {
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: 18px!important;
    color: var(--red)!important;
}

.mml_description {
    margin-left: 50rem!important;
}

.address {
    padding-left: 39px;
    padding-top: 40px;
}

select:not(.form-select):not(.form-control) {
    padding-left: 15px!important;
}

.maplist.custom-select {
    background-color: var(--red)!important;
    color: white!important;
}

.cmml-toolbar {
    display: none;
}


/*--------Vista interna de District Church-------*/

/*-----USE YOUR LOCATION*/

#locationlocator .sample.mymap.custom.large.a.mymap-success.button.resultmymap {
    background-color: var(--red)!important;
    box-shadow: 0 -2px var(--red) inset !important;
}
/*---Hover---*/

#locationlocator .sample.mymap.custom.large.a.mymap-success.button.resultmymap:hover {
    background-color: #212529!important;
    box-shadow: 0 -2px #212529 inset !important;
}

/*--------*/


#locationlocator .mymap-group h2, #locationlocator #locationsearch_div h2 {
    font-family: var(--heading-font)!important;
    font-size: 18px!important;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--red)!important;
}


/*-----ENTER STREET, TOWN OR COUNTRY*/

#locationlocator .mymap-group, #locationlocator #locationsearch_div {
    width: 44%;
}

#locationlocator #locationsearch_div .input-append .mymap.mymap-primary {
    background: var(--red)!important;
    box-shadow: 0 -2px var(--red) inset !important;
    padding-left: 10px;
    padding-right: 10px;
}

/*---hover---*/

#locationlocator #locationsearch_div .input-append .mymap.mymap-primary:hover {
    background: var(--dark-gray)!important;
    box-shadow: 0 -2px var(--dark-gray) inset !important;
    padding-left: 10px;
    padding-right: 10px;
}

/*----*/

#locationlocator #locationsearch_div .input-append #searchinput {
    width: 250px;
    padding-left: 40px!important;
}

#locationlocator #locationsearch_div .input-append {
    display: flex;
    justify-content: center;
}

/*-----Zip Code----*/

#searchzipcode {
    border: solid;
    border-color: var(--red)!important;
    border-width: 1px;
}

/*----*/


#resulttop .label.label-important.distance {
    background: var(--red)!important;
    box-shadow: 0 -2px var(--red) inset !important;
    padding: 5px;
}
#sp-main-body {
	padding: 50px 0;
}
.g-recaptcha {
	opacity: 0;
	visibility: hidden;
}


@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1150px;
	}
	.sppb-row-container {
		max-width: 1150px;
	}
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1230px;
	}
	.sppb-row-container {
		max-width: 1230px;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
	.sppb-row-container {
		max-width: 1320px;
	}
	
}


/* RESPONSIVE */
@media (max-width: 1199px) {
	.btn-event {
		padding-bottom: 30px;
		border-left: 0;
		border-top: 1px solid;
		padding-top: 30px;
	}
}
@media (max-width: 1100px) {
	#locationresult #resulttop address {
		width: 100%;
	}
	.distance > span {
		margin: 0;
	}
	.distance {
		float: none;
		margin-bottom: 10px;
		display: inline-flex;
	}
	.logo-image {
		padding: 20px 0;
	}
	#locationlocator .mymap-group, #locationlocator #locationsearch_div {
		padding: 25px;
	}
}
@media (max-width: 991px) {
	#locationresult {
		width: 100% !important;
	}
	#maps .mmlmap {
		width: 100% !important;
		margin-bottom: 30px !important;
		display: flex;
		margin-right: 0!important;
	}
	#locationlocator .span1 {
		margin: 10px 0;
	}
	#locationlocator .mymap-group, #locationlocator #locationsearch_div {
		width: 100%;
		max-width: 400px;
	
	}
	#locationlocator .span1:before {
		display: none;
	}
	#locationlocator .row-fluid {
		flex-direction: column;
	}
	#sp-menu {
		display: flex;
		justify-content: end;
		align-items: center;
	}
	span.sp-copyright {
		display: block;
		text-align: center;
	}
	.logo-footer .sppb-icon {
		display: flex;
		justify-content: center;
	}
	.logo-footer {
		padding-right: 0 !important;
		text-align: center;
		margin-bottom: 70px !important;
	}
	.blog-posts .sppb-row > div {
		margin-bottom: 30px;
	}
	.church-icon, .third-icon, .phone-icon {
		margin-right: 0px;
	}
	.column-icons .addon-root-feature {
		margin-bottom: 10px !important;
	}
	.column-icons {
		padding: 0 !important;
	}
	#icons-home .sppb-column-addons {
		flex-direction: column;
	}
	#icons-home .sppb-row {
		text-align: center;
	}
	.second-icon {
		left: 0px;
	}
	#sp-header .logo {
		height: 80px;
	}
	.logo-image {
		padding: 15px 0;
	}
	#sp-logo .sp-column, #sp-menu .sp-column {
		display: flex;
		align-items: center;
	}
	#sp-header {
		height: auto !important;
	}
	nav.sp-megamenu-wrapper.d-flex {
		margin: 0!important;
	}
	.cruz-icon {
		right: 0px;
	}
}
@media (max-width: 767px) {
	#locationlocator #locationsearch_div .input-append {
		flex-direction: column;
	}
	#sp-main-body #sp-component h1, #sp-main-body #sp-component .h1 .sppb-addon-title, #sp-main-body #sp-component .h1 {
		font-size: 30px;
	}
	.active-members {
		bottom: 0px;
		right: 0px;
	}
	#icons-home .sppb-row {
		flex-direction: column;
	}
	li.sp-contact-phone {
		width: auto;
	}
	ul.sp-contact-info li.sp-contact-mobile {
		display: none;
	}
}