/*
TEMPLATE FOR MEDIA QUERIES
	@media screen and (min-width:1180px) {}                         --------> full layout
	@media screen and (min-width:880px) and (max-width:1179px) {}	--------> section fixed width
    @media screen and (max-width:879px) {}                          --------> section is fluid

INDEX
	- PAGE RESET
	- STRUCTURE
    - PLATFORM
    - TYPOGRAPHY
    - FLEX
	- FX_2 
	- FX_3
	- FX_4
	- FX_5
    - CM_FORM
	- IMAGES
    - UL/OL
    - SECTION NAVIGATION
	- UL.SECTION_NAVIGATION
    - DEFAULT FORM
    - DEFAULT FORM FX
	- DEFAULT FORM V2
	- RADIO/CHECKBOX
    - DEFAULT TABLE
    - FOOTER ADOM
    - SMART MENU
    - VMENUxx
    - VMENU01
    - HMENU01
    - SCROLL TO TOP
    - INFO BOX
    - VIDEO
    - MASS INTENTIONS
    - TODAY'S READINGS
    - OUR TEAM
	- COLLAPSE
	- STAGE
	- KNOWLEDGE BASE
    - BUTTONS E-BLAST SCHEDULE
	- SWIPER SLIDE
    - CLEAN FORM
    - FORM RESPONSE
    - PAGINATION
	- TOGGLE
	- SWIPER
	- RATING
	- FLOATING FORM
	- EMAIL STATISTICS
	- GLOBAL_HIGHLIGHTS
	- OFFERINGS/PAYMENTS
    - NEW MASS INTENTIONS
	- BUSINESS DIRECTORY
	- VSEPARATOR
	- INTENTIONS CALENDAR
	- CATEGORIES
	- MASS INTENTIONS REQUEST
	- MINISTRY LISTING
	- MINISTRIES LIST
	- POWERED BY PM
	- SPAN CAL_COLOR
    - BILINGUAL BUTTONS
    - CALENDAR - PARISH ACTIVITIES
	- HIDDEN LAYER / TAG
	- ATTACHMENTS
    - TABS
    - MODAL
    - GETTEXTAREA MODAL
	- MULTILINGUAL NEWS
        - ALL 
        - SECTION_25
        - SECTION_50
        - SECTION_75
        - Editor HTML 
    - CROPPER 
    - GOOGLE CALENDAR
	- ZZ LAYER | LEFT x RIGHT
    - INFOBOX
    - FEED INSTAGRAM
    - CHIP EMAILS
	- TEXTBLOCK
    - BUSINESS DIRECTORY
    - LOGGED ALERT
    - TOAST CONTAINER
    - CATEGORY
    - FACEBOOK
    - BLOG
*/

/*-----------------------------------------------------------  PAGE RESET   --------------------*/
:root {
    --white: #fff; 
	--green: #0a8f4a; 
    --red: red; 
    --blue: #305DCA; 
    --blue2: #003255;
    --buttonAdm: #005b96;
    --orange: orange;
    --yellow: #fbc72a;
    --gray0: #f4f4f4;
    --gray1: #f9f9f9;
    --gray2: #dddddd;
    --gray3: #bbbbbb;
    --gray4: #888888;
    --gray5: #444444;	
    --black: #000; 
}

.caution { color: orange; }

body, html { scroll-behavior: smooth; }

html { 
    box-sizing: border-box;
    height: 100%;
}

html.lg-EN .lg-SP, html.lg-EN .lg-CA { display: none !important; }
html.lg-SP .lg-EN, html.lg-SP .lg-CA { display: none !important; }
html.lg-CA .lg-EN, html.lg-CA .lg-SP { display: none !important; }

body { font-size: 16px; }

*, *:before, *:after { box-sizing: inherit; }

* {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
}

u {
    text-decoration: underline;
}
 
.clear { clear: both; }

.hide { display:none !important; }

.show_eblast_only { display: none; }

.floatR { float:right; }
.floatL { float: left; }
.floatC { margin-left: auto; margin-right: auto; }

.txC { text-align:center !important; }
.txR { text-align:right !important; }
.txL { text-align:left !important; }

.relative { position: relative; }

.flex {
	display: flex;
	flex-wrap: wrap;
	clear: both;
} 
.breadcrumbs {
    margin-top: 30px;
}

.flexC {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	clear: both;
}

.max_500 { max-width: 500px !important; }

.show_eblast_only { display: none; }

input { -webkit-appearance: none; }

input[type=radio] { 
	-webkit-appearance: radio !important; 
    cursor: pointer !important;
}

input[type=checkbox] { -webkit-appearance: checkbox; }

@media screen and (min-width:1180px) { .hide_full { display:none!important; } }

@media screen and (min-width:480px) { .hide_desktop { display:none!important; } }

@media screen and (max-width: 1179px) { .hide_tablet { display: none !important; } }

@media screen and (max-width:479px) { .hide_mobile { display:none!important; } }

.spanish { display: none; }

.atimo_team .restricted_content { display: inherit; }
.restricted_content { display:none; }

#statistics { min-height: 800px; }

.valignC { display: flex; align-items: center; }

.flex.mg0 .fx_2,
.flex.mg0 .fx_3,
.flex.mg0 .fx_4 {
	margin: 0;
}

.bgCoverImg {
	background-size: cover;
	background-blend-mode: color;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
/*
PUT THIS LINE AS STYLE IN THE HTML CODE
style="background-image: url(ctm/.../projects/...); background-color: rgba(255, 255, 255, 0.94);"
suggested img size =  1920 X 710PX 
*/


/*-----------------------------------------------------------  STRUCTURE  ----------------------*/
@media screen and (min-width:1180px) {
	section { 
		width: 1150px;
		margin: 0 auto;
	}

    section.has_aside { display: flex; }
    section.has_aside aside, section.has_aside .content { flex-basis: auto; } 
    
	.content { padding: 0.8em 1.5em; }
	
	section.has_aside .content { width: 850px; }

	aside { width: 300px; }

    aside .fx_3 {
        width: 100% !important;
        margin: 0 0 32px 0 !important;
    }    
}

@media screen and (min-width:880px) and (max-width:1179px) {
	section { 
		width: 850px;
		margin: 0 auto;
	}
    
	.content { padding: 0.8em 1.5em; }
	
    aside {
        display: flex;
        flex-wrap: wrap;  
    }
}

@media screen and (max-width:879px) {
	section { margin: 0 15px; }
	
	.content { padding: 0.8em 0; }
}

header section { position: relative; }

.content { position: relative; }

aside {  
    position: relative; 
    padding: 0.8em 1em;
}

#share_pg .content {
    padding-right: 0;
}

#share_pg .end_page{
	display:none;
}

#share_pg #st-1{
	position: absolute;
	top: 17px;
}

a.share {
    float: right;
    color: var(--gray4) !important;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid var(--gray2);
    padding: 2px 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
    opacity: 0.8;
}

.share .st-center{
	margin: 20px 0;
}

.share img{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px;
	display: block;
}

.share  img[src="ctm/"] {
    display: none;
}

a.share:hover {
    opacity: 1;
}

a.back {
    padding: 0 5px;
    color: var(--gray4);
    border-bottom: 1px solid var(--gray4);
    border-top: 1px solid var(--gray4);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
    position: absolute;
    top: -28px;
    right: 0;
}

a.back:hover {
    opacity: 1;
}

a#add_pg_layer {
    font-size: 24px;
    background: white;
    color: red;
    border: 1px solid red;
    text-align: center;
    width: 36px;
    height: 36px;
    padding-top: 2px;
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    transition: all 0.2s linear;
}

a#add_pg_layer:hover {
    opacity: 0.9;
    transition: all 0.2s linear;
}

#upload_msg{
    color:red;
}

/*-------------------------------------------------------  ARTICLE | SHARE  --------------------*/
@media screen and (min-width: 880px) {
    article.share div.addthis_inline_share_toolbox {
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 879px) {
    article.share div.addthis_inline_share_toolbox {
        top: 0px;
        left: 0px;
    }
}

article.share div.addthis_inline_share_toolbox {
    position: absolute;
}

article.share div.addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
    padding: 0;
}

/*-----------------------------------------------------------  PLATFORM   ----------------------*/
section#platform .content  {
	max-width: 850px;
	margin: 0 auto;
}

section#platform .content.large { max-width: 1150px; }

section#platform .content.oops {
	background: url(../../images/pages/oops.png) no-repeat right;
	background-size: contain;
}

.code {
	font-family: monospace;
	font-size: 12px !important;
	line-height: 21px!important;
	color: var(--blue);
}

.grecaptcha-badge { visibility: hidden; }


div.table-area .edit-button{
    display: inline-block;
    text-align: center;
    padding: 0 1.5em;
    font-size: 0.9375em;
    line-height: 1.875em;
    height: 2em;
    cursor: pointer;
    border: 1px solid;
    background-color: var(--color_pd);
    color: white;
}
div.table-area .edit-button:hover{
    background-color: var(--color_p);
    color: white;
}

/*-----------------------------------------------------------  TYPOGRAPHY   --------------------*/
/*https://webdesign.tutsplus.com/articles/a-web-designers-typographic-boilerplate--webdesign-15234*/

@media screen and (min-width: 650px) {
    .text-column2 {
        column-count: 2;
        column-gap: 30px;
    }
}

.content h1 {
	font-size: 3em;
    margin-bottom: 0.3em;
}

.content h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.content h3 {
   font-size: 1.5em;
   margin-bottom: 0.3em;
}

.content h4 {
   font-size: 1.2em;
   margin-bottom: 0.3em;
}

.content h5 {
   font-size: 1em;
   margin-bottom: 0.8em;

}

.content h6 {
   font-size: 0.9em;
   margin-bottom: 0.3em;

}

.content p, .content ol, .content ul, .content blockquote, .content pre, .content code {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.phone, .fax, a.email, a.web, a.pdf, p.email, dd.email {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	position: relative;
	padding-left: 1.25em;
}

a.web.nowrap,
a.email.nowrap,
a.pdf.nowrap {
	white-space: normal;
	overflow: visible;
	text-overflow: inherit;
}

.phone::before, .email::before, .fax::before, .web::before, .address::before, .pdf::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	font-size: .85em;
	top: 0.3125em;
}

/*
REPLACED WITH THE CODE ABOVE ON 04/07/2020
.phone, .fax, a.email, a.web, a.pdf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone:before, .email:before, .fax:before,
.web:before, .address:before, .pdf:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
*/
.phone:before { content: '\f095'; margin-right: 5px;}
.email:before { content: '\f0e0'; margin-right: 5px; }
.fax:before   { content: '\f1ac'; margin-right: 5px;}
.web:before   { content: '\f0c1'; margin-right: 5px;}
.address:before  { content: '\f277'; margin-right: 5px;}
.pdf:before   { content: '\f1c1'; margin-right: 5px;}

.fas.fa-toggle-off, a.star_off { color: var(--gray2) !important; cursor: pointer;}
a.star_on { color: var(--yellow) !important; }
.fas.fa-toggle-on { color: var(--blue) !important; }

.utc_conv { color: var(--blue); }

.utc_conv::after {
	content: '\f017';
	font-family: "Font Awesome 5 Free";
	padding-left: 4px;
}

@media screen and (min-width:600px) { .columns2 { column-count: 2; } }
@media screen and (min-width:900px) { .columns3 { column-count: 3; } }
@media screen and (min-width:900px) { .columns4 { column-count: 4; } }


/*-----------------------------------------------------------  FX_2   --------------------------*/
@media screen and (min-width:600px) {
    .fx_2:nth-child(1n) {
        width: calc(100%/2 - 10px);
        margin: 0 10px 10px 0
    }

    .fx_2:nth-child(2n) {
		width: calc(100%/2 - 10px);
		margin: 0 0 10px 10px;
	}
}

@media screen and (max-width:599px) {
    .fx_2 {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/*-----------------------------------------------------------  FX_3   --------------------------*/
/* Media queries testadas no aside da ACC em 16 de Fev de 2019*/
@media screen and (min-width:880px) {
    .fx_3:nth-child(1), .fx_3:nth-child(3n+1), .fx_3:nth-child(3n+3) {
        width: calc(100%/3 - 1.25em/2);
        margin: 0 0 10px;
    }

    .fx_3:nth-child(3n+2) { 
		width: calc(100%/3 - 1.25em/2);
		margin: 0 10px 10px; 
	}
}

@media screen and (min-width:680px) and (max-width:879px) {
    .fx_3:nth-child(1n) {
        width: calc(100%/2 - 10px);
        margin: 0 10px 10px 0;
    }

    .fx_3:nth-child(2n) { 
		margin: 0 10px 10px 0;
		margin: 0 0 10px 10px; 
	}
}

@media screen and (max-width:679px) {
    .fx_3 {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/*-----------------------------------------------------------  FX_4   -----------------*/
@media screen and (min-width:800px) {
	#page_navigation a:nth-child(1n),
	#page_navigation a:nth-child(2n),
	#page_navigation a:nth-child(n),
    #section_navigation a:nth-child(1n), 
    #section_navigation a:nth-child(2n), 
    #section_navigation a:nth-child(n),
    .section_navigation a:nth-child(1n), 
    .section_navigation a:nth-child(2n), 
    .section_navigation a:nth-child(n),
    .fx_4:nth-child(1n), 
    .fx_4:nth-child(2n), 
    .fx_4:nth-child(3n) {
        width: calc(25% - 30px/4);
        margin: 0 10px 10px 0;
    }
	#page_navigation a:nth-child(4n+4),
    #section_navigation a:nth-child(4n+4),
    .section_navigation a:nth-child(4n+4),
    .fx_4:nth-child(4n) {
		width: calc(25% - 30px/4);
        margin: 0 0 10px 0;
    }
}

@media screen and (min-width:595px) and (max-width:799px) {
	#page_navigation a:nth-child(1), 
    #page_navigation a:nth-child(3n+1), 
    #page_navigation a:nth-child(3n+3),
    #section_navigation a:nth-child(1), 
    #section_navigation a:nth-child(3n+1), 
    #section_navigation a:nth-child(3n+3),
    .section_navigation a:nth-child(1), 
    .section_navigation a:nth-child(3n+1), 
    .section_navigation a:nth-child(3n+3),
    .fx_4:nth-child(1), 
    .fx_4:nth-child(3n+1), 
    .fx_4:nth-child(3n+3) {
        width: calc(100%/3 - 20px/3);
        margin: 0 0 10px;
    }

	#page_navigation a:nth-child(3n+2),
    #section_navigation a:nth-child(3n+2),
    .section_navigation a:nth-child(3n+2),
    .fx_4:nth-child(3n+2) {
		width: calc(100%/3 - 20px/3);
        margin: 0 10px 10px;
    }
}

@media screen and (min-width:395px) and (max-width:594px) {
	#page_navigation a:nth-child(1n),
    #section_navigation a:nth-child(1n),
    .section_navigation a:nth-child(1n),
    .fx_4:nth-child(1n) {
        width: calc(100%/2 - 10px);
        margin: 0 10px 10px 0;
    }
	
	#page_navigation a:nth-child(2n),
    #section_navigation a:nth-child(2n),
    .section_navigation a:nth-child(2n),
    .fx_4:nth-child(2n) {
		width: calc(100%/2 - 10px);
        margin: 0 0 10px 10px;
    }
}

@media screen and (max-width:394px) {
	#page_navigation a,
    #section_navigation a,
    .section_navigation a,
    .fx_4 {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/*-----------------------------------------------------------  FX_5   -----------------*/
@media screen and (min-width:800px) {
    .fx_5:nth-child(1n), 
    .fx_5:nth-child(2n), 
    .fx_5:nth-child(3n),
	.fx_5:nth-child(4n) {
        width: calc(100%/5 - 40px/5);
        margin: 0 10px 10px 0
    }
	
	.fx_5:nth-child(5n) { 
		width: calc(100%/5 - 40px/5);
		margin: 0 0 10px; 
	}
	
}

@media screen and (min-width:595px) and (max-width:799px) {
    .fx_5:nth-child(1n), 
    .fx_5:nth-child(2n) {
        width: calc(100%/3 - 20px/3);
        margin: 0 10px 10px 0;
    }
	
	.fx_5:nth-child(3n) { 
		margin: 0 10px 10px 0;
		margin: 0 0 10px; 
	}
}

@media screen and (min-width:395px) and (max-width:594px) {
    .fx_5:nth-child(1n) {
        width: calc(100%/2 - 10px/2);
        margin: 0 10px 10px 0;
    }
	
	.fx_5:nth-child(2n) { 
		width: calc(100%/2 - 10px/2);
		margin: 0 0 10px; 
	}
}

@media screen and (max-width:394px) {
    .fx_5 {
        width: 100%;
        margin: 0 0 10px 0;
    }
}


/*-----------------------------------------------------------  IMAGES   ------------------------*/
.imgC {
	max-width: 100%;
	margin: 0 auto 1em;
	display: block;
}

@media screen and (min-width:500px) {
    .imgR {
        float: right;
        max-width: 50%;
        margin: 0 0 1em 1em;    
    }

    .imgL {
        float: left;
        max-width: 50%;
        margin: 0 1em 1em 0;
    }    
}

@media screen and (max-width:499px) {
    .imgR, .imgL {
        max-width: 100%;
        margin: 0 auto 1em auto;
        display: block;
    }
}

span.cm_altimg { position: relative; }

span.cm_altimg span.js-edit_modal {
    position: absolute;
    top: 0;
    color: var(--gray4);
}


/*-----------------------------------------------------------  UL/OL   -------------------------*/
.content ul  { margin-left: 10px; } 

.content ol { margin-left: 1.25em; }

.content ol li {
	list-style-position: outside;
	padding: 0.1875em 0 0.1875em 0.95em;
    position: relative;
}

/*
Removed on April 8, 2020
See lines below (lower-alpha, etc...)
.content ol > li { list-style: decimal; }
.content ol > ol li { list-style: lower-roman; }
*/

.content ul li { 
	list-style-type: none; 
	list-style-position: inside;
	padding: 0.1875em 0 0.1875em 0.95em;
    position: relative;
}

.content ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
    top: 3px;
}

ol.lower-alpha { list-style: lower-alpha !important; }

ol.upper-alpha { list-style: upper-alpha !important; }

ol.lower-roman { list-style: lower-roman !important; }

ol.upper-roman { list-style: upper-roman !important; }

/*-----------------------------------------------------------  SECTION NAVIGATION   ------------*/
#page_navigation,
#section_navigation,
.section_navigation {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.25em;
    padding: 0.25em;
    list-style: none;
}

#page_navigation a,
#section_navigation a,
.section_navigation a{
	display: block;
	float: left;
	border: 1px solid;
	text-align: center;
    cursor: pointer;
    padding: 0.25em;
}

#section_navigation a.selected {
    color: var(--color3000);
}

/* CSS FOR THE COLLAPSED NAVIGATION ---------------*/
#section_div {
    position: relative;
    margin-bottom: 30px;
}

#section_div:before {
    content: "\f0a4";
    position: absolute;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 26px;
    top: 5px;
    color: var(--gray3);
}

#section_select {
	margin: 0 0 0 35px;
	padding: 10px;
	font-size: 16px;
	width: calc(100% - 35px);
}


/*-----------------------------------------------------------  UL.SECTION_NAVIGATION  -*/
@media screen and (min-width:1180px) {
    ul.section_navigation li:nth-child(1n), 
    ul.section_navigation li:nth-child(2n), 
    ul.section_navigation li:nth-child(3n),
	ul.section_navigation li:nth-child(4n) {
        width: calc(20% - 50px/5);
        margin: 0 10px 10px 0
    }
	
	ul.section_navigation li:nth-child(5n) {
        width: calc(20% - 50px/5);
        margin: 0 0 10px;
    }
	
}

@media screen and (min-width:645px) and (max-width:1189px) {
    ul.section_navigation li:nth-child(1n), 
    ul.section_navigation li:nth-child(2n) {
        width: calc(100%/3 - 20px/2);
        margin: 0 10px 10px 0
    }
	
	ul.section_navigation li:nth-child(3n) {
        width: calc(100%/3 - 20px/2);
        margin: 0 0 10px;
    }
}

@media screen and (min-width:560px) and (max-width:644px) {
    ul.section_navigation li:nth-child(1n) {
        width: calc(100%/2 - 10px);
        margin: 0 10px 10px 0
    }
	
	ul.section_navigation li:nth-child(2n) {
        width: calc(100%/2 - 10px);
        margin: 0 0 10px;
    }
}

@media screen and (max-width:559px) {
    ul.section_navigation li {
        width: 100%;
        margin: 0 0 10px 0
    }
}

.menu-sn h1 { display: none; }

ul.section_navigation { display: flex; justify-content: center; }

ul.section_navigation li a { width: 100% !important; }

ul.section_navigation li::before { display: none; }


/*-----------------------------------------------------------  DEFAULT FORM   ------------------*/

form.default {
    margin: 0 auto 20px auto;
    overflow: auto;
    position: relative;
    width: 100%;
    max-width: 800px;
}

form.default legend {
	font-weight: bold;
	padding: 5px;
	width: 100%;
	top: -35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: 0;
	/* border-bottom: 1px solid; */
}

form.default fieldset {
    padding: 10px 5px;
    position: relative;
    margin-top: 35px;
}

form.default label {
	float: left;
	width: 200px;
	margin: 11px 10px 5px 0;
	text-align: right;
	padding: 0;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	clear: left;
	font-size: 14px;
}

form.default fieldset input,
form.default fieldset select {
    width: calc(100% - 210px);
}

form.default .gridForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

form.default .gridForm.credCard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 10px;
    align-items: center;
    width: 100%;
}


form.default fieldset input[type="radio"], 
form.default fieldset input[type="checkbox"] {
	width: inherit;
	display: inline-block;
	position: relative;
	top: 9px;
}

form.default fieldset input.half, 
form.default fieldset select.half {
	width: calc(50% - 110px);
}

form.default input, 
form.default select,
form.default textarea {
    margin: 5px 0;
    padding: 5px;
    border: 1px solid;
    float: left;
}

form.default .input-full label {
	width: 100% !important;
	text-align: left !important;
	margin: 0 !important;
}

form.default .input-full input, .input-full select {
	width: 100% !important;
	text-align: left !important;
}

fieldset.input-full {
    background: var(--gray1);
    padding: 10px !important;
    margin-bottom: 20px;
}

form.default textarea { 
    width: 100%;
    height: 200px;
	margin-bottom: 20px;
}

form.default input.js-required, 
form.default select.js-required,
form.default textarea.js-required {
    border-left: 2px solid red;
}

.js-required.input_error { border-color: red; }

form.default p { 
	clear: both;
	margin: 0;
}

form.default input[type="submit"], 
form.default input[type="button"], 
form.default a.button {
    float: right;
}

form.default input[type="submit"], 
form.default input[type="button"], 
.form_buttons a,
a.button {
	display: inline-block;
	margin: 0.3125em 0 0.3125em 0.3125em;
	text-align: center;
	padding: 0 1.5em;
	font-size: 0.9375em;
	line-height: 1.875em;
    height: 2em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid;
    float: right;
}

.buttonIn {
	display: inline-block;
	margin: 0.3125em 0 0.3125em 0.3125em;
	text-align: center;
	padding: 0 1.5em;
	font-size: 0.9375em;
	line-height: 1.875em;
    height: 2em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid;
    float: right;
}

form input[type="submit"]:disabled, 
form input[type="button"]:disabled,
form input[type="submit"]:disabled:hover, 
form input[type="button"]:disabled:hover {
	color: var(--gray1) !important;
	background-color: var(--gray2) !important;
	border-color: var(--gray1) !important;
	cursor: not-allowed !important;
}

fieldset .items_group {
    clear: both;
    padding-bottom: 80px;
}

div.form_alert {
	background: #fff0ed;
    padding: 20px;
    border: solid 1px #ff6347;
    color: #ff6347;
    display: table;
    width: 100%;
    font-size: 14px;
}

div.form_alert p{
	display: block;
    float: left;
    clear: none;
    margin: 2px;
    background: tomato;
    color: #FFF;
    padding: 5px;
}

@media screen and (max-width:879px) {
   form.default fieldset input.half, 
   form.default fieldset select.half {
	/* width: 100%; */
	margin-left: 0px;
	} 
    form.default fieldset div > input.half:last-child, 
	form.default fieldset div > select.half:last-child {
		margin-left: 5px;
	}	

	form.default fieldset input[type="checkbox"] {
		/* width: calc(100% - 11px) !important; */
		top: 8px;
	}

    #eblast_action .category-item{
		flex-wrap: nowrap;
	}

    
}

@media screen and (min-width:880px) {
	form.default fieldset div > input.half:last-child, 
	form.default fieldset div > select.half:last-child {
		margin-left: 5px;
	}	
}

@media screen and (max-width:499px) {
    form.default label {text-align: left !important;}
    
	form.default fieldset input, 
    form.default fieldset select, 
    form.default label {
		clear:both;
		display:block;
		width: 100% !important;
	}

    a.action-btn{
        max-width: unset;
    }

    form.default fieldset div > input.half:last-child, 
	form.default fieldset div > select.half:last-child {
		margin-left: 0;
	}

	#eblast_action form.default fieldset:nth-of-type(2)  {
		    position: relative;
		    display: flex;
		    flex-wrap: wrap;
	}

	#eblast_action form.default fieldset:nth-of-type(2) label  {
		   width: calc(100% - 24px) !important;
	}

    #eblast_action .category-item{
		flex-wrap: nowrap;
	}


	form.default fieldset input[type="checkbox"] {
		width: inherit !important;
	}

}

.buttonAdm{
    border: 1px solid var(--buttonAdm);
    color: var(--buttonAdm);
    background: white;
}

input[type="submit"].buttonAdm {
    border: 1px solid var(--buttonAdm);
    color: white !important;
    background: var(--buttonAdm);
}

/*-----------------------------------------------------------  AUTHORIZE FORM   ----------------
THIS CSS IS ONLY USED WHEN A VISITOR TRIES TO MAKE A PANMENT ONLINE AND THE CARD IS DECLINED.  THE VISITOR WILL 
BE PRESENTED WITH A NEW PAYMENT FORM WHAT WILL BE UPLOADED VIA AJAX.  THIS CLASS WAS CREATED SO THAT THE FORM
LOOKS CLEAN AND CONSISTENT
*/
form.authorize fieldset div > input.half:last-child, 
form.authorize fieldset div > select.half:last-child {
	margin-left: 10px;
}		

form.authorize { 
    margin: 0 auto 20px auto;
    overflow: auto;
    position: relative;
	width: 100%;
	max-width: 1000px;
}

form.authorize legend {
	font-weight: bold;
	padding: 5px;
	width: 100%;
	top: -35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: 0;
    border-bottom: 1px solid;
}

form.authorize fieldset {
    padding: 10px 5px;
    position: relative;
    margin-top: 35px;
}

form.authorize label {
	float: left;
	width: 200px;
	margin: 5px 10px 5px 0;
	text-align: right;
	padding: 5px 0;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	clear: left;
}

form.authorize fieldset input,
form.authorize fieldset select {
    width: calc(100% - 215px);
}

form.authorize fieldset input[type="radio"], 
form.authorize fieldset input[type="checkbox"] {
	width: inherit;
	display: inline-block;
	position: relative;
	top: 9px;
}

form.authorize fieldset input.half, 
form.authorize fieldset select.half {
	width: calc(50% - 113px);
}

form.authorize input, 
form.authorize select {
    margin: 5px 0;
    padding: 5px;
    border: 1px solid;
	float: left;
}

form.authorize input.js-required, 
form.authorize select.js-required {
    border-left: 2px solid red;
}

form.authorize input[type="submit"], 
form.authorize input[type="button"], 
form.authorize a.button {
    float: right;
}

form.authorize input[type="submit"], 
form.authorize input[type="button"], 
.form_buttons a,
a.button {
	display: inline-block;
	margin: 0.3125em 0 0.3125em 0.3125em;
	text-align: center;
	padding: 0 1.5em;
	font-size: 0.9375em;
	line-height: 1.875em;
    height: 2em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid;
    float: right;
}

form.authorize input[type="submit"]:disabled, 
form.authorize input[type=button]:disabled {
	color:gray;
	background-color:white;
	cursor:default;
}

form.authorize .form_buttons {
	clear: both;
	height: 40px;
}


/* ------------------------------Chart Form-------------------------- */

.default-table-container{
    justify-content: space-between;
    max-width: 1000px;
    margin: 0;
}

.default-table-container a{
    color: var(--color_p);
    font-weight: 800;
    background: none;
    cursor: pointer;
}

table.default.charts {
    max-width: 1000px;
    margin: 0;
}

table.default.charts th.total-column {
    text-align: right !important;
}

table.default.charts th.title-source-column {
    text-align: right !important;
}

table.default.charts td.value-per-mounth-row {
    text-align: right !important;
}

table.default.charts td.total-per-mounth-row{
    text-align: right !important;
}

table.default.charts .total-row {
    background: #fafafa;
}

table.default.charts .total-row td#value {
    font-weight: bold;
    text-align: right !important;
}
    
table.charts .table-form input[type="submit"]{
    background: none !important;
    color: var(--color_p) !important;
    font-size: 16px !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer !important;
}

table.charts .table-form:hover{
    background: none !important;
}

table.charts tfoot {
    background-color: var(--gray2_adm);
}

table.charts tfoot th, tfoot td {
    padding: 10px 15px; 
    font-weight: bold;   
}


/*-----------------------------------------------------------  DEFAULT FORM FX   ---------------*/
.section_50 form.default label, .fx_3 form.default label, .fx_4 form.default label {
  width: 100%;
  text-align: left;
  margin: 0;
}

#this_week .section_50 form .half {
    width: 50% !important;
}

#this_week .section_50 form input[type="text"], #this_week .section_50 form input[type="file"], #this_week .section_50 form select {
    width: 100% !important;
}

.fx_3 form.default fieldset input,
.fx_3 form.default fieldset select,
.fx_3 form.default fieldset textarea,
.fx_4 form.default fieldset input,
.fx_4 form.default fieldset select,
.fx_4 form.default fieldset textarea {
  width: 100%;
  margin: 0 0 13px;
}

.section_50 form.default fieldset div > input.half:last-child, 
.section_50 form.default fieldset div > select.half:last-child,
.fx_3 form.default fieldset div > input.half:last-child, 
.fx_3 form.default fieldset div > select.half:last-child,
.fx_4 form.default fieldset div > input.half:last-child, 
.fx_4 form.default fieldset div > select.half:last-child {
	margin-left: 0;
}

/*-----------------------------------------------------------  DEFAULT FORM V2   ---------------*/
form.default.v2 label {
	width: 100% !important;
	text-align: left !important;
	text-transform: none;
	margin-bottom: -6px;
	font-size: 14px;
}

form.default.v2 fieldset input, 
form.default.v2 fieldset select {
    width: 100% !important;
}


/*-----------------------------------------------------------  RADIO/CHECKBOX   ----------------*/
.radio_checkbox {
    width: 100%;
    display: flex;
    gap: 10px;
}

.radio_checkbox .flex {
    width: 100%;
    gap: 10px;
}

.radio_checkbox dt {
    margin: 5px 0px 5px 0px;
    text-align: right;
    padding: 5px 0;
    display: flex;
    white-space: nowrap;
    width: 200px;
    justify-content: flex-end;
}

.radio_checkbox dd {
    display: flex;
    align-items: center;
    gap: 5px;
}

.radio_checkbox input {
    margin: 0 !important;
    position: initial !important;
}

/*-----------------------------------------------------------  FORM PILGRIMAGE   -----------------*/

form .credit{
    width: 100%;
    justify-content: space-between;

}

form .credit select {
    margin-left: 0 !important;
}

form .group_title {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: var(--gray1);
    margin: 0 !important;
    font-size: 20px !important;
}

form .group_title span:hover{
    cursor: pointer;
    color: red;
}

/*-----------------------------------------------------------  DEFAULT TABLE   -----------------*/
table.default {
    border-collapse:collapse;
    margin: 0 auto 90px auto;
    width: 100%;
}

table.default caption {
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.125em;
}

table.default th, table.default td {
    padding:5px;
    text-align: left;
}

table .zebra tr:nth-child(even) { background-color: #f4f4f4; }
table .zebra tr:nth-child(odd) { background-color: #fafafa; }


@media screen and (max-width:879px) {
    .scroll-y {
        overflow-y: scroll;
        margin-bottom: 30px;
    }

    .scroll-y table.default { margin-bottom: 15px; }  
    
     /* th:nth-child(5) {
         display: none;
        }
     td:nth-child(5) {
         display: none;
    } */
    .ui-sortable-handle {
        font-size: 15px;
    }
   
} 


/*-----------------------------------------------------------  FOOTER ADOM   -------------------*/
@media screen and (min-width:1180px) {
    #ft_adom .org_info, #ft_adom .newsletter { 
        width: 25%;
        float: left;
    }
    
    #ft_adom .adom_news { 
        width: 50%;
        float: left;
    }    
}

@media screen and (min-width:880px) and (max-width:1179px) {
    #ft_adom .org_info, #ft_adom .newsletter { 
        width: 50%;
        float: left;
    }
    
    #ft_adom .adom_news { 
        width: 100%;
        clear: both;
    }        
    
    #ft_adom form { margin-bottom: 30px; }    
}

@media screen and (max-width:879px) {
    #ft_adom .org_info, #ft_adom .newsletter { 
        width: 100%;
        margin-bottom: 30px;
    }
    
    #ft_adom .adom_news { display: none; }    
    
    #ft_adom .org_info h1, 
    #ft_adom .org_info .contact,
    #ft_adom .org_info .sm_buttons,
    #ft_adom .newsletter h1 {
        display: block;
        max-width: 272px;
        margin: 0 auto;
    }    
}

#ft_adom section { padding: 1em 0;}

#ft_adom h1 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#ft_adom > p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

footer#ft_adom .sm_buttons a i {
	font-size: 1.125em;
	display: inline-block;
	margin-right: .375em;
}

#ft_adom form {
	width: 100%;
	max-width: 272px;
}

#ft_adom form input { width: 100%; }

.wrap_admin { text-align: center; }

.wrap_admin p, .wrap_admin a {
	padding: 0.5em 0;
    font-size: 0.9em;
    margin: 0;
}




/*-----------------------------------------------------------  SMART MENU   ---------------------*/
@media (min-width: 1180px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
}

@media (max-width: 1179px) {
    /* hide the menu in mobile view */
    #main-menu-state:not(:checked) ~ #main-menu { display: none; }  
    
    
    .sm { position: absolute !important; }

    ul#main-menu {
        padding: 0.3425em 1em 0 0.3425em;
        right: 0px;
        top: 50px;
    }
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

#main-menu { clear: both; }

/* Mobile menu toggle button */
.main-menu-btn {
    float: right;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #555;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -1px;
    right: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

a span.sub-arrow { 	position: absolute; }

/*-----------------------------------------------------------  VMENUxx   -----------------------*/
@media (min-width: 1180px) {
    
    ul#main-menu.sm.sm-vertical li a.current + ul { display: block; } 
    
    ul.sm-vertical {
        float: right;
        clear: none;
    }
}

@media (max-width: 1179px) {
	nav#js-vmainmenu {
		display: inline-block;
        float: right;
	}
}

ul.sm-vertical { 
    width: 100%;
    max-width: 300px;
}

ul.sm-vertical a span.sub-arrow { right: 0.9375em; }

ul.sm-vertical a span::after {
	content: '\f0dd';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
}

ul.sm-vertical a.highlighted .sub-arrow::after { 
    transform: rotate(-180deg);
    top: 0.3125em;
}


/*-----------------------------------------------------------  VMENU01   -----------------------*/
.vmenu01 li { list-style: none; }

.vmenu01 > h1 { display: none; }

.vmenu01 > ul > li {
	border-width: 1px;
	margin-bottom: 3px;
	border-style: solid;
}

.vmenu01 > ul > li > a {
	padding: 0.3125em 0.9375em;
	border-left-width: 3px;
    border-left-style: solid;
    cursor: pointer;
    display: block;
}

.vmenu01 > ul > li ul { margin: 0 0 0.935em 2.25em; }

.vmenu01 > ul > li ul li a {
	padding: 0.375em 0;
	display: block;
	font-size: 0.9em;
    cursor: pointer;
}



/*-----------------------------------------------------------  HMENU01   ------------------------*/
@media (min-width: 1180px) {
    .hmenu01 ul#main-menu {
        float: none;
        display: table-cell;
        text-align: center;
    }    

    .hmenu01 ul#main-menu > li { float: left; }

    .hmenu01.sm-rtl li { float: right; }

    .hmenu01 a { white-space: nowrap; }

    .hmenu01 ul a { white-space: normal; }

    .hmenu01 .sm-nowrap > li > a, .hmenu01 .sm-nowrap > li > :not(ul) a { white-space: nowrap; }
    
    .hmenu01 ul#main-menu.sm li ul { position: absolute; } /*Prevents the other main menu items to move*/
    
    .hmenu01 ul#main-menu > li > a span.sub-arrow { display: none; }    
}

#main-menu a { cursor: pointer; }

.sm { z-index: 2 !important;  }

/*-----------------------------------------------------------  SCROLL TO TOP   ------------------*/
#scrollToTop {
	font-size: 50px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	opacity: 0.2;
	cursor: pointer;
	z-index: 3;
}
#scrollToTop:hover { opacity: 0.8; }


/*-----------------------------------------------------------  INFO BOX   ----------------------*/
@media screen and (min-width:700px) {
    .info_box {
        float: right;
        margin: 0 0 0.3125em 0.3125em;
    }
}

@media screen and (max-width:699px) {
    .info_box {
        width: 300px;
        max-width: 100%;
        margin: 0 auto 2em auto;
    }
}

.info_box {
	width: 300px;
	padding: 0.5em;
}

.content div.info_box h1 {
	font-size: 0.9em;
	padding: 0.3125em 0;
	text-align: center;
	position: relative;
	top: -0.5em;
	width: calc(100% + 1em);
	left: -0.5em;
}

.content div.info_box p { 
    margin: 0.25em 0; 
    font-size: 0.9em;
}

.content div.info_box p a { display: block; }

.content div.info_box h1 { margin:0; }


/*-----------------------------------------------------------  PAGE INDEX ----------------------*/
#index_list { height: 1px; }

.content .box_index { margin-bottom: 30px; }

.content .box_index h1 {
    position: relative;
    font-size: 0.8em;
    color: GhostWhite;
    padding: 0.1875em 0.5em;
    margin: 1.2em 0 0 0;
	cursor:pointer;
	background-color: var(--color1000);
}

.content .box_index h1::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    top: 0.3125em;
    right: 0.5em;
}

.content .box_index h1.open::after { content: '\f0d7'; }
.content .box_index h1.close::after { content: '\f0d8'; }

.page_index a {
	display: block;
	padding: 0.3125em 0 0.3125em 0.5625em;
	border-bottom: 1px var(--color1000) dotted;
}

.index_this h3 {
	border-bottom: 1px dotted;
	padding-bottom: 0.125em;
}

.index_back {
	text-align: right;
	margin-bottom: 2em;
    clear: both;
}

/*-----------------------------------------------------------  VIDEO ---------------------------*/
@media screen and (min-width: 880px) {
    .video_portrait { padding-bottom: 600px; }
}

@media screen and (max-width: 879px) {
    .video_portrait { padding-bottom: 100%; }
}

.video {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
    margin-bottom: 2em;
}

.video_portrait {
    position:relative;
    height:0;
    overflow:hidden;
    margin-bottom: 2em;
}

.video iframe, .video object, .video embed,
.video_portrait iframe, .video_portrait object, .video_portrait embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

aside .video { margin-bottom: 1em; }

/*-----------------------------------------------------------  MASS INTENTIONS   ---------------*/
.mass_intentions dl {
	margin: 0 30px 35px 30px;
}

.mass_intentions dl dt {
    float: left;
    width: 100px;
    text-align: center;
}

.mass_intentions dl h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.mass_intentions dl dt p {
    font-size: 14px;
    font-style: italic;
}

.mass_intentions dl dd {
	display: inline-block;
	width: calc(100% - 120px);
    padding-left: 10px;
    border-left: 1px solid;
	min-height: 90px;
}
    
.mass_intentions dl dd p { margin-bottom: 0; }

.mass_intentions dl dd p + h1 { margin-top: 20px; }

	/* Container geral */
.intentions-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Título do mês */
.intentions-container .month-title {
    text-align: center;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
}

/* Dias da semana */
.intentions-container .days-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
}

.intentions-container .day-box {
    text-align: center;
    padding: 10px 12px;
    border: 1px solid #1e2a5c;
    border-radius: 6px;
    cursor: pointer;
    width: 114px;
    display: flex;
    justify-content: center;
    min-width: 60px;
    transition: background 0.3s, color 0.3s;
    position: relative;
}

.intentions-container .day-box.selected {
    border-color: #007bff;
    background-color: #e9f5ff;
}

.intentions-container .mass-indicator {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #007bff; /* cor da bolinha */
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.intentions-container .day-box.selected {
    background-color: #1e2a5c;
    color: #fff;
    border-color: #1e2a5c;
}

.intentions-container .day-title {
    font-weight: 600;
    margin:0 !important;
}

/* Navegação */
.intentions-container .nav-arrow {
    flex: 0 0 auto;
    padding: 8px 10px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #1e2a5c;
}

.intentions-container .nav-arrow:hover {
    color: #ff5a5f;
}

/* Área de intenções */
.intentions-container .intentions-details {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    height: 100vh;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.intentions-container .intention-day {
    margin-bottom: 15px;
}

.intentions-container .intentions h2 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #1e2a5c;
}

.intentions-container .info_intention {
    font-size: 0.95rem;
    padding: 3px 0;
}

/* Responsivo */
@media (max-width: 768px) {
    .intentions-container .days-container {
        overflow-x: scroll;
    }
    
    .intentions-container .day-box {
        min-width: 50px;
        padding: 8px 10px;
        font-size: 0.85rem;
    }

    .intentions-container .intentions-details {
        padding: 10px;
    }
}

/*-----------------------------------------------------  TODAY'S READINGS  ----------------------*/
#readings h2, #readings_spanish .rsslayer h2 {
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    background: var(--color4000);
    color: white;
    padding: 5px 0;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}

#readings h2:hover, #readings_spanish .rsslayer h2:hover {
    background: var(--color3000);
    transition: all 0.3s linear;
}

#readings h2 span, #readings_spanish .rsslayer h2 span {
    float: right;
    margin-right: 10px;
}

#readings_spanish .rsscontent h2 {
    background: transparent;
    color: var(--color4000);
    text-transform: uppercase;
    font-size: 20px;
}

#readings_spanish .rsscontent h2:hover {
    background: transparent;
    color: var(--color4000);
    text-transform: uppercase;
    font-size: 20px;
}

#readings h4, #readings_spanish h4 {
    font-size: 1.1em;
    margin-bottom: 20px;
}

#readings .poetry, #readings_spanish .poetry {
    font-size: 0.9em;
    margin-bottom: 20px;
}

.rsscontent { margin-bottom: 25px; }
    
/*-----------------------------------------------------------  OUR TEAM   ----------------------*/
.flex.our_team dl dt img.imgC { margin-bottom: 0.5em; }

.flex.our_team dl {
	font-size: 0.8125em;
	text-align: center;
	margin-bottom: 20px;
}
    
div.flex.our_team { margin-bottom: 30px; }    


/*---------------------------------------------------------  COLLAPSE --------------------------*/
.collapse-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.collapse-list li::before {content: none !important;}

.collapse-open { display: none; }

.collapse-painel {
    visibility: hidden;
	display:none;
    max-height: 0;
    opacity: 0;
    transition: max-height .1s,
    visibility .3s,
    opacity .3s;
}

.collapse-open:checked ~ .collapse-painel {
    max-height: 100%;
    opacity: 100;
    display: block;
	visibility: visible;
}

.collapse-list > li {
    margin-bottom: 0;
    background: none;
    padding: 0;
}

.collapse-list .collapse-btn {
    cursor: pointer;
    display: block;
    padding: 8px 25px;
    color: #ffffff;
    transition: background-color .2s ease;
    margin: 0 0 7px 0;
}

.collapse-open ~ .collapse-btn:before {
    content: "+";
    position: absolute;
    right: 2%;
    font-size: 1.6em;
}

.collapse-open:checked ~ .collapse-btn:before {  content: "-"; }

.collapse-list .collapse-inner { padding: 10px; }

/*---------------------------------------------------------  STAGE -----------------------------*/
.stage {
    width: 100%;
    margin: 0 0 15px 0;
    background: var(--gray1);
}

/*---------------------------------------------------------  KNOWLEDGE BASE --------------------*/
p.kb-sintaxe {
	font-style: italic;
	color: black;
	background-color: var(--gray2);
	padding: 5px 10px;
	border-radius: 5px;
}

p.kb-sintaxe strong {
	font-weight: bold;
	color: var(--color1000);
	padding-right: 3px;
}

span.kb-optional { 
    font-style: italic; 
    color: var(--gray4);
}

/*-----------------------------------------------------------  BUTTONS E-BLAST SCHEDULE   ------*/
#eblast_canvas {
	padding: 10px;
	background: url(../../images/texture-cm.png);
    margin-bottom: 30px;
}

/*iframe { border: 2px solid var(--gray2); }*/

iframe.desktop {
	width: calc(100% - 60px);
	height: 800px;
	margin: 30px;
}

iframe.tablet {
    width: 768px;
    height: 1024px;

}

iframe.phone {
    width: 375px;
    height: 736px;
}

.content { position: relative; }

#eblast_form {
	position: absolute;
	top: 15px;
	right: 1.5em;/* calc(50% - 193px);*/
}

#eblast_form input[type="submit"] {
	padding: 10px 25px;
	font-size: 16px;
    margin-left: 3px;
}

#eblast_form input[type="text"] {
	width: 280px;
	font-size: 17px;
	padding: 8px 10px;
	color: var(--gray5);
	/* display: inline-block; */
	border: 1px solid var(--gray2);
}

/*----------------------------------------------------------- SWIPER SLIDE   ------*/
.swiper-slide { cursor: grab; } 

/*--------------------------------------------------------- CLEAN FORM --------------------------*/
.clean input, .clean textarea {
	display: block;
    padding: 25px 12px 6px 12px;
    font-size: 1em;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 55px;
    box-shadow: none;
    background: none;
    border-style: none none solid;
    border-image: initial;
    border-radius: 0px;
    border-bottom: 1px solid;
    width: 100%;
}

form.clean p {padding-left: 20px;}

.clean textarea {
	max-height: 100px;
    height: 100px !important;
    max-width: 800px;
	padding-top: 32px;
}

.clean .submit{
	float: right;
    width: 133px;
    height: 37px;
    margin-top: 25px;
    color: white;
    text-transform: none;
    padding: 0;
    border: none !important;
	cursor: pointer;
}


.clean textarea.js-required ~ .floating-label::after,
.clean input.js-required ~ .floating-label::after { 
	content: " *"; 
	color: red;
}

/*
ELIMINADO do seletor de baixo, porque estava obrigando o /required no INPUT
.clean input:not(:focus):valid ~ .floating-label,
.clean textarea:not(:focus):valid ~ .floating-label
*/
.clean input:focus ~ .floating-label,
.clean textarea:focus ~ .floating-label {
    top: 8px;
    left: 0;
    font-size: 1em;
    opacity: 1;
    color: var(--gray3);
}

.clean .floating-label {
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 18px;
	transition: 0.2s ease all;
}

.clean input:focus, .clean textarea:focus {
    outline: none;
}

.clean div{
	position: relative;
	margin-bottom: 10px;
}

/* Hide the browser's default radio and checkbox button */
.clean input[type="radio"], .clean input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  /*background-color: var(--gray2);*/
  border-radius: 50%;
}


/* On mouse-over, add a grey background color */
.clean div:hover input ~ .checkmark {
  /*background-color: var(--gray2);*/
}

/* When the radio button is checked, add a blue background */
.clean div input:checked ~ .checkmark {
 	/*background-color: var(--color1000);*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.clean div input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.clean div .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table;
    float: left;
    margin-right: 20px;
}

/*--------------------------------------------------------- FORM RESPONSE -----------------------*/
#form_replies h2 {
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: 25px;
}

#f_response dl {
	clear: both;
	margin-bottom: 10px;
	border: 1px solid var(--gray2);
}

#f_response dl dt {
    font-weight: bold;
    background-color: var(--gray1);
    padding: 3px 7px;
    display: block;
    border-right: 1px solid var(--gray2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width:500px) {
	
	#f_response dl dt {
		width: 230px;
		display: block;
		float: left;
	}
}

@media screen and (max-width:499px) {
	
	#f_response dl dt {
		width: 100%;
		display: block;
		float: none;
	}
}

#f_response dl dd {
	padding: 3px 7px;
	display: inline-block;
}

#f_response dl.f_txt dt {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid var(--gray2);
	text-align: center;
}

/*-----------------------------------------------------------  PAGINATION   --------------------*/
@media screen and (min-width:500px) {
    .pagination_buttons { float: right; }
    
    .pagination_buttons a,
    .pagination_buttons span:not([class="location"]) {
        font-size: 1.25em;
        padding: 0 0.375em;
    }    
    
    .pagination_buttons span.location {
        bottom: 0.1875em;
        padding: 0 0.375em;
    }    
}

@media screen and (max-width:499px) {
    .nav_pagination {
        width: 295px;
        margin: 0 auto;
    }    
    
    .nav_pagination .total {
        text-align: center;
        display: block;
        margin: 8px;
    }
    
    .pagination_buttons a,
    .pagination_buttons span:not([class="location"]) {
        font-size: 2.0em;
        padding: 0 0.25em;
    }
    
    .pagination_buttons span.location {
        bottom: 0.5625em;
        padding: 0 0.5625em;
    }
    
}

.nav_pagination:first-child {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--gray2);
  padding-bottom: 2px;
}

.nav_pagination:last-child {
  margin-top: 10px;
  border-top: 1px solid var(--gray2);
  padding-top: 2px;
}

.nav_pagination:first-child .total {
    display: initial !important;
  }

.nav_pagination:last-child .total {
  display: none;
}

.pagination_buttons span:not([class="location"]) { color: var(--gray2); }

.pagination_buttons a { color: var(--gray4); }    

.pagination_buttons span.location {
	position: relative;
}

.pagination_buttons a:hover { color: var(--color1000); }



/*-----------------------------------------------------------  MODAL / POP UP   ---------------------------------------------*/

#advertising-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 3;
    top: 0px;
    display: none;
}
#img-space {
    width: 400px;
    margin: 90px auto 0;
    text-align: center;
}

#link-advertising {
    width: 100%;
    display: none;
}
        
#img-advertising {
    width: 100%;
    height: 100%;
    border: #FFF solid 5px;
    box-shadow: 5px 0px 50px 0px rgba(0,0,0,0.4);
}
        
.texto-modal-publicidade {
    color: #777;
    font-size: 10pt;
    text-transform: uppercase;
    font-family: "Segoe UI Symbol", sans-serif;
    text-align: left;
    background: #222;
    width: 80px;
    padding: 2px 2px 3px;
    margin-top: -3px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

#close-advertising {
    float: right;
    color: #fff;
    background-color: #00a357;
    margin-top: -565px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 18pt;
    font-family: Calibri, sans-serif;
    /*border-radius: 15px;*/
    display: none;
}

#close-advertising:hover {
    background: #42C88A;
}
        /*END MODAL PUBLICIDADE*/

.before-newspappers {
    margin-left: 110px;
    top: 57px;
    position: relative;
    font-family: "Frutiger_Cn", sans-serif;
    font-size: 10pt;
    text-decoration: none;
    border-bottom: 1px solid #F2C431;
    color: #D2A816;
}

.before-newspappers:hover {
    color: #00a357;
}

@media screen and (max-width: 420px) {
    #img-space {
        width: 90% !important;
        margin-top: 50px;
    }

    #close-advertising {
        margin-right: 0;
        margin-top: -145%;
    }
}

@media screen and (max-width: 340px) {
    #img-space {
        width: 80% !important;
    }
}

/*----------------------------------------------------------  LOADING  -------------------------------------------------*/

/* HTML tag: <div class="wait">Loading...</div> */

.wait, .wait:before, .wait:after {
    background: black;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.wait {
    color: black;
    text-indent: -9999em;
    position: absolute;
    font-size: 5px;
    left: calc(50% - 5px);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.wait:before, .wait:after {
    position: absolute;
    top: 0;
    content: '';
}
.wait:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.wait:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/*-----------------------------------------------------------  FORM REPLIES  -------------------*/
#f_nav { padding-bottom: 10px; }

#f_nav a {
    font-size: 25px;
    color: var(--gray4);
}

#f_nav a:hover { color: var(--gray3); } 

#f_nav span.disabled { font-size: 25px; opacity: 0.1; }

/*-----------------------------------------------------------  TOGGLE   ------------------------*/
div.toggle > label {
	display: block;
	cursor: pointer;
	padding: 10px;
	background-color: var(--gray1);
	border-bottom: 1px solid var(--gray2);
	position: relative;
	width: 100%;
	text-align: left;
}

div.toggle > label::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 900;
	position: absolute;
	right: 10px;
}

div.toggle > label:hover { background: var(--gray2); }

div.toggle > input[type="checkbox"] {
    -webkit-appearance: none;
	position: absolute;
	left: -9999px;
}

div.toggle input[type="checkbox"] ~ div.show_hide {
	height: 0;
	transform: scaleY(0);
}

div.toggle > input[type="checkbox"]:checked + label {
	background: var(--gray2);
}

div.toggle > input[type="checkbox"]:checked + label::after {
	content: "\f077";
}

div.toggle > input[type="checkbox"]:checked ~ div.show_hide {
	height: 100%;
	transform-origin: top;
	transition: transform .2s ease-out;
	transform: scaleY(1); 
	margin-bottom: 1.5625em;
	clear: both;
}

/*-----------------------------------------------------------  SWIPER   ------------------------*/
.pg_swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.pg_swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: contain;
	background-color: var(--gray1);
}

.pg_swiper .swiper-button-prev,
.pg_swiper .swiper-button-next {
	background-image: none;
}


.pg_swiper .swiper-button-prev:before,
.pg_swiper .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 31px;
	font-weight: 900;
	color: var(--gray2);
}

.pg_swiper .swiper-button-prev:hover::before,
.pg_swiper .swiper-button-next:hover::before {
	color: var(--gray3);
}

.swiper-pagination-fraction { color: var(--gray4); }

.pg_swiper .swiper-button-prev:before { content: "\f053"; }

.pg_swiper .swiper-button-next:before { content: "\f054"; }

/*-----------------------------------------------------------  RATING   ------------------------*/
.rating { 
	float: left;
	margin-bottom: 20px;
}

.rating > input { display: none !important; } 
	
.rating > label:before { 
	margin: 5px;
	font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	content: "\f005";
}

.rating > .half:before { 
	content: "\f089";
	position: absolute;
}

.rating > label { 
	color: var(--gray2); 
	float: right; 
	cursor: pointer;
}
/* Star Hover */
.rating > input:checked ~ label, /* Clicked Light Star*/
.rating:not(:checked) > label:hover, /* Checked */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } 

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

/*-----------------------------------------------------------  FLOATING FORM   -----------------*/


.Floating form {
  margin: 2em 0;
}

.Floating .field {
  display: flex;
  flex-flow: column-reverse;
	margin-bottom: 15px;
}

.Floating label, input, textarea {
  transition: all 0.2s;
  touch-action: manipulation;
}

.Floating input, .Floating textarea {
  font-size: 1em;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px 0;
  cursor: text;
}

.Floating input:focus, .Floating textarea:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

/*.Floating label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}*/

.Floating input:placeholder-shown + label, .Floating textarea:placeholder-shown + label {
	cursor: text;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 1rem) scale(1);
}

.Floating ::-moz-input-placeholder,.Floating ::-webkit-input-placeholder, .Floating::placeholder {
  opacity: 0;
  transition: inherit;
}

.Floating input:focus::-moz-input-placeholder, .Floating input:focus::-webkit-input-placeholder, .Floating input:focus::placeholder, .Floating textarea:focus::-webkit-input-placeholder, .Floating textarea:focus::placeholder{
  opacity: 1;
}

.Floating input:not(:placeholder-shown) + label,
.Floating input:focus + label,
.Floating textarea:not(:placeholder-shown) + label,
.Floating textarea:focus + label{
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}	

.Floating .submit{
	float: right;
    width: 133px;
    height: 37px;
    margin-top: 25px;
    color: white;
    text-transform: none;
    padding: 0;
    border: none !important;
	cursor: pointer;
}

.Floating textarea.js-required ~ label::after,
.Floating select.js-required ~ label::after,
.Floating input.js-required ~ label::after { 
	content: " *"; 
	color: red;
}

/*-----------------------------------------------------------  EMAIL STATISTICS  ---------------*/
#email_stats dl {
    background: var(--gray1);
    border: solid 1px var(--gray2);
    text-align: center;
    padding: 13px;
    color: var(--gray4);
    font-size: 1em;
    width: 100%;
}

/*-----------------------------------------------------------  GLOBAL_HIGHLIGHTS   -------------*/
@media screen and (max-width:599px) {
	.global_highlights { order: 2; }
	
	.global_highlights dl {
		padding-bottom: 15px;
		margin-bottom: 28px; 
	}	
}

.global_highlights dl { display: flex; }

.global_highlights dl dt {
	display: inline-block;
	margin: 0 15px 15px 0;
	width: calc(100% / 3);
}

.global_highlights dl dd {
	width: calc(100% / 3 * 2);
	display: inline-block;
	clear: both;
}

.global_highlights dl dd h1 {
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
}

.global_highlights dl dd p { margin-bottom: 8px; }

.global_highlights dl dd a {
	padding: 4px 10px;
	font-size: 15px;
	min-width: 113px;
	display: inline-block;
	text-align: center;
}

.global_highlights dl dd a:hover { opacity: 0.8; }

/*-----------------------------------------------------------  OFFERINGS/PAYMENTS   ------------*/
.status_0 {
	border: 1px solid var(--red);
	padding: 15px;
	margin-bottom: 11px;
	color: var(--red);
}

.status_1 {
	border: 1px solid var(--green);
	padding: 15px;
	margin-bottom: 11px;
	color: var(--green);
}

/*----------------------------------------------  NEW MASS INTENTIONS  -----------------------------------*/


@media screen and (min-width:1180px) {
    .added_intentions p {
        width: 80%;
        margin: 0 auto 5px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
    }

    #mass_intention ul.translate{
        position: absolute;
        font-size: 14px;
        text-transform: math-auto;
        left: 42px;
        width: 324px;
        padding-top: 23px;
    }

}

@media screen and (min-width:880px) and (max-width:1179px) {

    .added_intentions p {
        width: 80%;
        margin: 0 auto 5px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
    }
}

@media screen and (max-width: 880px) {
    .added_intentions p span.time {
        display: block;
        width: initial;
    }

    #mass_intention #mass_times{
        padding: 0 !important;
    }

    #mass_intention form.massIntention fieldset{
        padding: 50px 20px !important;
        min-height: 536px !important;
        height: 100% !important;
    }
    #mass_intention #intention_calendar{
        max-width: 300px !important;
        width: 100%;
    }
    #mass_intention .form_buttons a.back-step, #mass_intention .form_buttons a.cancel{
    	margin: 10px 0 10px !important;
    }
    .added_intentions p{
        margin: 0 !important;
        width: 100% !important;
        font-size: 14px;
        gap: 19px;
        font-size: 15px !important;
        display: flex;
        flex-wrap: wrap;
        word-break: break-all;
        align-items: center;
        justify-content: space-between;
        padding: 20px 14px;
      
     }
     
}

@media screen and (max-width: 649px) {
    .added_intentions p span.time { float: none !important; }
}

@media screen and (max-width: 599px) {
  #mass_intention input[type="submit"] {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #masses dl label {
    font-size: 13px !important;
  }
  #masses dl label dt.time {
    min-width: 55px !important;
  }
}

@media screen and (min-width: 600px) {
  #mass_intention input[type="submit"] {
    margin: 0 0 10px 10px !important;
  }
}



.added_intentions p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: left;
    background: var(--gray1);
    border-bottom: 1px solid var(--gray2);
}

.added_intentions .flex {
    margin-top: 15px;
    justify-content: space-between;
}

.added_intentions p span.time {
    display: block;
    max-width: 300px;
    width: 100%;
    color: var(--blue2);
}

.added_intentions p span.occasion {
    color: var(--gray5);
    font-weight: 500;
    width: 100%;
    display: block;
}



#mass_intention {
    min-height: 539px;
    padding-bottom: 20px;
}

#mass_intention form.default {
    padding-top: 10px;
    overflow: unset;
}

#mass_intention #mi_steps .fx_3 {
    background: var(--gray1);
    padding: 10px;
    border: 1px solid var(--gray3);
    position: relative;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

#mass_intention #mi_steps .fx_3 p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    /* text-align: center; */
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--gray4);
}

#mass_intention #mi_steps .fx_3.checked p {
    color: white;
    
}

#mass_intention #mi_steps .fx_3 p span {
    margin-right: 5px;
    /* padding-right: 10px; */
    /* border-right: 1px solid; */
    font-weight: 600;
    margin-left: 8px;
}

#mass_intention #mi_steps .fx_3.selected span {
    color: var(--buttonAdm);
}

#masses { margin-top: 10px; }

#masses dl {
    color: var(--gray5);
	margin-bottom: 20px;
}
  
#masses dl label {
  all: unset;
  padding: 5px 15px;
  cursor: pointer;
}

#masses dl label dd {
    position: absolute;
    top: -11px;
    font-size: 13px;
    background: var(--gray0);
    padding: 0 8px;
}

#masses dl input:checked + label {
  border: solid 1px var(--gray5);

}

#masses dl input {
  display: none;
}

#mass_times {
    min-height: 110px;
    padding: 10px 26px;
}

#mass_intention #mi_steps .fx_3.selected {
    background: var(--blue2);
    justify-content: space-between;
    flex-direction: row-reverse;
}

#mass_intention #mi_steps .fx_3 p {
    color: var(--gray3);
}

#mass_intention #mi_steps .fx_3.selected p {
    color: white;
}

#mass_intention #mi_steps .fx_3.selected::before {
    content: "\f022";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: var(--buttonAdm);
    background: var(--blue2) !important;
    width: 34px;
    height: 34px;
    padding: 5px 7px;
    border-radius: 20px;
}

#mass_intention #mi_steps .fx_3.checked {
    background: var(--green);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

#mass_intention #mi_steps .fx_3.checked::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    color: #155515;
    position: relative;
    /* right: 6px; */
    background: var(--green);
    width: 34px;
    height: 34px;
    padding: 5px 7px;
    border-radius: 20px;
    /* top: 3px; */
}



#mass_intention #mi_steps .fx_3.checked span {
   color: #155515;
}

#mass_intention #mi_steps .fx_3.checked p a {
    color: var(--gray4);
}

#mass_intention #mi_steps{
    margin-bottom: 10px;
}

#mass_intention ul.translate li::before{
	color: var(--blue2) !important;
}

#mass_intention form.massIntention fieldset{
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f3f3f3;
    padding: 50px 0 50px;
    align-items: center;
    height: 536px;
    gap: 15px;
}


.added_intentions h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    /*border-bottom: 1px solid var(--gray2);*/
    /*padding-bottom: 5px;*/
}



#mass_intention input::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

#masses dl label {
  all: unset;
  padding: 5px 8px;
  cursor: pointer;
  border: solid 1px var(--gray3);
  color: var(--gray4);
  position: relative;
  float: left;
  width: 90% !important;
  justify-content: center;
  align-items: center;
  display: flex;
}



#masses dl label dt.time {
  min-width: 70px;
  padding-right: 0;
}

#masses dl label dt.space{
  padding: 0 5px;
}

#masses dl input:checked + label,
#masses dl label:hover {
  border: solid 1px var(--gray5);
  color: var(--gray5);
}

#masses dl input:checked + label::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: white;
  position: absolute;
  left: -13px;
  background: var(--gray5);
  padding: 3px 3px;
  border-radius: 20px;
  top: -10px;
}

#masses dl input {
  display: none;
}

#mass_intention .disabled {
  pointer-events: none;
}



#no_masses {
	width: 100%;
	color: var(--red);
}

#mass_intention .form_buttons a{
	color: var(--blue2) ;
    border-color: var(--blue2);
	transition: 0.5s;
}



#mass_intention .form_buttons a:hover, #mass_intention .form_buttons input:hover{
   	color: white !important;
    border-color: var(--buttonAdm);
	background-color: var(--buttonAdm);
	transition: 0.5s;
}

#mass_intention .button {
    height: auto;
	border-radius: 6px;
	padding: 6px 20px;
}

#mass_intention .add-intention, #mass_intention .next-intention{
    background-color: var(--blue2);
    color: white !important;
}

#mass_intention h3{
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;
    color: black;
}

#mass_intention h3 span{
    font-weight: bold;
}

#mass_intention .box-intention{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f3f3f3;
    padding: 50px 30px;
    align-items: center;
    gap: 15px;
    height: 536px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #d8d8d8 transparent;
}

#mass_intention .box-intention a{
	color: var(--blue2);	
	transition:0.5s;
}

#mass_intention .box-intention a:hover{
	color: var(--blue);	
	transition:0.5s;
}


#mass_intention .form_buttons input[type="submit"]{
	border: 1px solid var(--buttonAdm) !important;
    color: white;
    background-color: var(--blue2);
    font-size: 16px;
    transition: 0.5s;
}

#mass_intention .form_buttons input[type="submit"]:hover{
	border: 1px solid var(--buttonAdm) !important;
    color: white;
    background-color: var(--buttonAdm);
    font-size: 16px;
    transition: 0.5s;
}

#mass_intention hr{
    border: 1px solid var(--gray2);
    max-width: 297px;
    margin: 4px 0 13px;
    width: 100%;
}

#mass_intention .form-select-area{
    margin-top: 12px;
    max-width: 310px;
    width: 100%;
}

#mass_intention .form-select-area .select-area{
    margin-bottom: 13px;
}


#mass_intention #intention_calendar table.calendar tbody tr td{
    height: 38px;

}

#mass_intention #intention_calendar table.calendar tbody tr td i.fas.fa-times, #mass_intention #intention_calendar table.calendar tbody tr td i.fas.fa-check{
    top: 19px;
}

#mass_intention #mass_times {
    padding: 0px 26px;
}

#mass_intention #mass_times #showing_masses{
    margin: 12px 0 10px; 
    font-size: 17px;
}

#mass_intention #intention_note{
    font-size: 17px;
}

/* Scroll  */


#mass_intention .box-intention::-webkit-scrollbar {
    width: 6px;
}

#mass_intention .box-intention::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

#mass_intention .box-intention::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 3px;
}

#mass_intention .box-intention::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8;
}

#mass_intention .box-intention::-webkit-scrollbar-thumb:active {
    background: #999;
}


#mass_intention .box-intention {
    scrollbar-width: thin;
    scrollbar-color: #d8d8d8 transparent;
}


#mass_intention .box-intention {
    scroll-behavior: smooth;
    padding-right: 12px;
}


#mass_intention .box-intention {
    margin-bottom: 20px;
    padding-bottom: 12px;
}

#mass_intention .box-intention:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}


/*------------------------------- NEW MASS INTENTIONS -  OFFERING -------------------------*/


@media screen and (min-width:1180px) {
	 .flex-form {
	    width: 600px;
	}

   .form-offering{
         margin: 5em auto;
    }
}


@media screen and (min-width: 880px) {
   .flex-form .fx_3:nth-child(1),.flex-form .fx_3:nth-child(3n+1),.flex-form .fx_3:nth-child(3n+3) {
        width: calc(100%/3 - 1.25em/3);
        margin: 0 0 10px;
    }

   .flex-form .fx_3:nth-child(3n+2) {
		width: calc(100%/3 - 1.25em/3);
		margin: 0 10px 10px;
	}
}


.flex-form {
	display: flex;
	flex-wrap: wrap;
	clear: both;

}
 

/*----------------------------------------------  BUSINESS DIRECTORY  ------------------------------------*/
form.default fieldset.bd_social_media select {
    width: 25%;
    float: initial;
}

form.default fieldset.bd_social_media input {
    width: calc(75% - 5px);
    float: initial;
} 


#validation {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}

.validation_0 { color: var(--red); }
.validation_1 { color: var(--green); }

/* ----=--  BD HORIZONTAL  ------ */

@media screen and (min-width: 600px) {
    .business-random .sample_bdirectory {
        display: flex;
        justify-content: center;
    }

    .business-random .sample_bdirectory dl:first-child { margin-left: 0 !important; }

    .business-random .sample_bdirectory dl:last-child { margin-right: 0 !important; }
}

@media screen and (max-width: 599px) {
    .business-random .sample_bdirectory {
        display: block;
        max-width: 260px;
        margin: 0 auto 20px;
    }

    .business-random .sample_bdirectory dl {
        margin: 10px 0 !important;
    }
}

/* .bdr_title {
    background: var(--gray1);
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
} */

.business-random .sample_bdirectory dl {
    background: var(--gray1);
    max-width: 260px;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    margin: 20px 10px;
    border-bottom: 1px solid var(--gray2);
}

.business-random .sample_bdirectory dl dt {
    font-size: 14px;
    font-weight: 500;
}

.business-random .sample_bdirectory dl dd.category {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--gray4);
    margin: 3px auto;
}

.business-random .sample_bdirectory dl dd.sm {
    display: none;
}

.business-random .sample_bdirectory dl dd.phone {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--gray5);
}

.business-random .sample_bdirectory dl dd.phone::before {
    margin-right: 5px;
}

.business-random .sample_bdirectory dl dd.desc,
.business-random .sample_bdirectory dl dd.web {
    display: none;
}

/*----- BUSINESS SEARCH TABLE --- */

/* @media screen and (max-width: 1179px) {
    #business_search p span.sm {
        bottom: 0;
        left: 5px;
    }
} */

#business_search a#back_to_search { display: none; }

#business_search dl {
    /* height: 135px; */
    display: table;
}

#business_search dl dt {
	/* float: left; */
    display: table-cell;
    vertical-align: middle;
	background-color: var(--gray2);
	padding: 10px;
    margin-right: 10px;
	width: 170px;
	/* height: 135px; */
}

#business_search dl dd {
    display: table-cell;
    vertical-align: middle;
	/* float: left; */
	padding: 5px 0 5px 10px;
	/* width: calc(100% - 200px); */
	font-size: 13px;
}

#business_search dl dt h1 {
	color: black;
	font-size: 16px;
    margin-top: 0;
}

#business_search dl dt p {
	text-align: center;
	color: var(--color_p);
	font-weight: bold;
	font-size: 13px;
    font-style: italic;
	margin: 0;	
}

#business_search dl dd p { margin: 0 0 10px 0; position: relative; }

#business_search dl dd p.description {
	max-height: 65px;
	margin-bottom: 15px;
	overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--gray2) var(--gray1);
}

/*------- SCROLLBAR | CHROME, SAFARI, EDGE --------*/

#business_search dl dd p.description::-webkit-scrollbar {
    background: transparent;
    width: 3px !important;
}

#business_search dl dd p.description::-webkit-scrollbar-button {
    background: transparent;
}

#business_search dl dd p.description::-webkit-scrollbar-track {
    background: var(--gray1);
    border: 0 !important;
}

#business_search dl dd p.description::-webkit-scrollbar-track-piece {
    background: var(--gray1);
}

#business_search dl dd p.description::-webkit-scrollbar-thumb {
    background: var(--gray2) !important;
    border-radius: 20px;
}

#business_search dl dd p.description::-webkit-scrollbar-corner {
    background: transparent;
}

#business_search dl dd p.description::-webkit-scrollbar-resizer {
    background: transparent;
}

/*------- END --------*/

#business_search p.contact span {
	font-weight: bold;
	padding-right: 12px;
	border-right: 1px solid black;
	margin-right: 11px;
}

#business_search div.clear {
	border-bottom: 1px solid var(--gray2);
	margin: 20px 0;
}

#business_search .sm a {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	cursor: pointer;
}

#business_search .sm a::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	position: absolute;
	left: 0;
	font-size: 19px;
	top: 1px;
}

#business_search .sm a.bd_Facebook:before  { content: "\f082"; }
#business_search .sm a.bd_Instagram:before { content: "\f16d"; }
#business_search .sm a.bd_YouTube:before   { content: "\f167"; }
#business_search .sm a.bd_Twitter:before   { content: "\f081"; }

/*-----------------------------------------------------------  VSEPARATOR   --------------------*/
[class^="vseparator_"]{
	display: block;
	clear: both;
}

.vseparator_15 { height: 15px; }
.vseparator_30 { height: 30px; }
.vseparator_45 { height: 45px; }
.vseparator_60 { height: 60px; }

/*-----------------------------------------------------------  INTENTIONS CALENDAR   -----------*/
#select_date {
  width: 215px;
  margin: 0 auto;
} 

#select_date label { width: 45px; }

#select_date input { width: 150px; }

#intention_note {
	text-align: center;
	margin-bottom: 7px;
}

#intention_note .fas.fa-check { color: var(--green); }

#showing_masses {
	text-align: center;
	margin: 20px 0;
}

/*-----------------  CALENDAR NAVIGATION ------*/
#intention_calendar .navigation_calendar {
	color: var(--green);
	position: relative;
	text-align: center;
	font-size: 17px;
	padding: 6px 0;
	margin: 0 0 10px 0;
	clear: both;
}

#intention_calendar .navigation_calendar a {
	color:var(--green);
	text-decoration:none;
}

#intention_calendar .nav_previous {
    display: inline-block;
    float: left;
    padding: 0 0 0 5px;
}

#intention_calendar .nav_next {
    display: inline-block;
    float: right;
    padding: 0 5px 0 0;
}


/*-----------------  CALENDAR -----------------*/
#intention_calendar {
	width: 300px;
	margin: 0 auto 16px;
}

#intention_calendar table.calendar {
	width: 100%;
}

#intention_calendar table.calendar thead tr th {
	height: 22px;
	background-color: var(--green);
	color: white;
	font-size: 12px;
}


#intention_calendar table.calendar tbody tr td {
	border: 1px solid var(--gray3);
	height: 45px;
	position: relative;
	width: calc(100%/7);
}

#intention_calendar table.calendar tbody tr td span.calendar_date {
	font-size: 11px;
	display: block;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 3px;
}


#intention_calendar table.calendar tbody tr td i.fas.fa-times {
	display: block;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 14px;
	color: var(--red);
	top: 22px;
}

label.calendar_pick i { cursor: pointer; }

#intention_calendar table.calendar tbody tr td i.fas.fa-check {
	color: var(--green);
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 22px;
	left: 12px;
	cursor: pointer;
}

/*-----------------------------------------------------------  CATEGORIES   --------------------*/
#db_categories {
	margin-bottom: 35px;
}

/*-----------------------------------------------------------  MASS INTENTIONS REQUEST   -------*/
#banner-request-mass {
	border: solid 1px #FFF;
	outline: solid 2px #f3f3f3;
	margin: 0 auto 30px;
	background: #f3f3f3 url(/ctm/31000/template/images/miscellaneous/bg-mass-intentions-01.png) no-repeat center left;
	background-size: auto;
	max-width: 730px;
}

#banner-request-mass .fx_3{
	position: relative;
	margin-bottom: 0;	
}

#banner-request-mass h2 {
	text-align: left;
	font-size: 1.9em;
	line-height: 1em;
	font-weight: bold;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 0px 0px 5px #ffffff;
}

#banner-request-mass h3 {
	margin: 0 0 20px 0;
	font-weight: 600;
	text-align: left;
	font-size: 3em;
	line-height: 1em;
	display: block;
	color: var(--color_al1);
	text-shadow: 0px 0px 5px #ffffff;
}

.buttonFake {
	padding: 2px 30px;
	background: var(--color_pl1);
	color: #FFF;
	border: solid 1px #FFF;
	outline: solid 2px var(--color_pl1);
	display: block;
	float: left;
	margin: 0 10px 3px 0;
	transition: 300ms;
}

#banner-request-mass:hover .buttonFake{
	background: var(--color_p);
	border: solid 1px #FFF;
	outline: solid 2px var(--color_p);
}

@media screen and (min-width: 520px) {
	#banner-request-mass{
		background-size: contain !important;
		padding: 5px 5px 0px 20%;
	}
}

@media screen and (max-width: 519px) {
	#banner-request-mass{
		background-size: cover !important;
		padding: 5px 5px 0px 5px;
	}
}

#mass_intention blockquote { color: red; }

/*-----------------------------------------------------------  MINISTRY LISTING   ------------*/
#ministry_listing .fx_3 h2 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#ministry_listing .fx_3 ul { margin-left: 0; }

#ministry_listing .fx_3 li {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#ministry_listing .fx_3 ul li::before { content: ''; }

#ministry_listing .fx_3 li a { display: block; }

/*-----------------------------------------------------------  MINISTRIES LIST   -------------*/

@media screen and (min-width:880px) {
	.ministry .contact_info {
		float: right;
		width: 300px;
		padding-left: 0.8em;
	}
}

@media screen and (max-width:879px) {
	.ministry_flex { 
		display: flex;
		flex-wrap: wrap;
	}
	
	.ministry_flex > div { width: 100%; }
	.ministry_flex .contact_info { order: 2; }
	.ministry_flex .about { order: 1; }
}

.ministry { clear: both; }

.person { margin-bottom: 0.8em; }

.person dt.name { font-weight: bold; }

.person dd.title { font-style: italic; }

/*-----------------------------------------------------------  POWERED BY PM   -----------------*/
.wrap_admin a #mate-icon {
	position: relative;
	width: 24px;
	margin-right: 3px;
	margin-bottom: -8px;
	transition: all 0.5s ease-in-out;
}

.wrap_admin a:hover #mate-icon {
	animation: mate infinite ease-in-out 0.5s;
	transition: all 0.5s ease-in-out;
}

.wrap_admin a #mate-typo {
	width: 80px;
	margin-bottom: -4px;
}

.wrap_admin .fx_2 { margin: 0; }

@keyframes mate {
	0% { top: 0; }
	50% { top: -5px; }
	100% {top: 0; }
	
}


/*-----------------------------------------------------------  SPAN CAL_COLOR ------------------*/
span.cal_color {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: none;
}

/*-----------------------------------------------------------  BILINGUAL BUTTONS   -------------*/
#bilingual_btns {
	display: table;
	margin: 0 auto 1em auto;
}


/*-----------------------------------------------------------  BULLETIN ARCHIVE   -------------*/


#pdf-canvas {
	 width: 85%;
	 /* max-width: 500px; */
	 margin: 0 auto;
	 border-radius: 8px;
	 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	 transition: box-shadow 0.3s ease-in-out;
}

#pdf-canvas:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#canvas-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;

}

/*--------------------------------------------------  CALENDAR | PARISH ACTIVITIES  ----------------------------*/

/*---  CALENDAR FILTERS ---*/
#cal_filters {
    margin-bottom: 35px;
    padding: 15px 12px;
    border: solid 1px var(--gray2);
    position: relative;
}

#cal_filters h1 {
    top: -20px;
    position: absolute;
    border-bottom: 0;
    background: #FFF;
    padding: 0 10px 5px;
    font-size: 16px;
    color: var(--gray3);
    font-weight: bold;
}

#cal_filters a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--gray4);
    background-color: white;
    padding: 4px;
}

#cal_filters a.view_0,
#cal_filters a:hover {
    background-color: var(--gray1);
}

/*---  BTNS VIEW TYPES ---*/
.view_types {
    text-align: right;
    margin-bottom: 20px;
}

.view_types a {
    font-size: 13px;
    text-align: center;
    color: var(--gray4);
    background-color: white;
    border: 1px solid var(--gray4);
    padding: 5px 20px;
}

.view_types a.selected, 
.view_types a:hover {
    color: white;
    background-color: var(--gray4);
}

/*---  NAVIGATION MONTH CALENDAR ---*/
.navigation_calendar {
    text-align: center;
    font-size: 29px;
    margin-bottom: 25px;
}

.navigation_calendar span {
    display: inline-block;
    padding: 0 15px;
}

.navigation_calendar a { color: var(--gray2); }
.navigation_calendar a:hover { color: var(--gray3); }

.navigation_calendar .nav_previous { float: left; }
.navigation_calendar .nav_next { float: right; }


/*---  CALENDAR MONTH ---*/
#cal_month {
    width: 100%;
    border-collapse: separate;
}

#cal_month th {
    padding: 4px 0 6px;
    background: white;
    color: var(--gray5);
    font-weight: normal;
    border-bottom: 1px solid var(--gray3);
}

#cal_month tbody td {
    width: calc(100%/7);
}

#cal_month .calendar_date {
    text-align: center;
    display: block;
    background-color: var(--gray5);
    color: white;
    border-bottom: 2px solid white;
    font-size: 15px;
    font-weight: bold;
}

#cal_month .date_events {
    background-color: white;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 18px;
    scrollbar-width: thin;
    scrollbar-color: var(--gray2) var(--gray1);
    border: 1px solid var(--gray3);
}

.date_events::-webkit-scrollbar{
    width: 4px;
}
.date_events::-webkit-scrollbar-track {
    background: var(--gray1);
}
.date_events::-webkit-scrollbar-thumb {
    background-color: var(--gray2);
    border-radius: 20px;
}

#cal_month .date_events dl {
    white-space: normal;
    margin-bottom: 6px;
    padding-left: 6px;
}

#cal_month .date_events dt {
    font-size: 12px;
    font-weight: bold;
}

#cal_month .date_events dd {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    line-height: 18px;
}

#cal_month .date_events dd a { color: var(--gray5); }
#cal_month .date_events dd a:hover { color: var(--gray4); }

#cal_month #calendars a {
    border: 1px solid var(--gray5);
    color: var(--gray5);
    display: block;
    padding: 3px;
    text-align: center;
    font-size: 13px;
}

#calendars a.view_0 {
    border: 1px solid var(--gray2);
    color: var(--gray2);
}

/*---  CALENDAR WEEK ---*/
#cal_week h2 {
    text-transform: inherit;
    color: var(--gray4);
    border-bottom: 1px solid var(--gray2);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

#cal_week dl {
    border: 1px solid var(--gray2);
    margin-bottom: 44px;
}

#cal_week dl dt {
    text-align: center;
    padding: 1px;
    background-color: var(--gray5);
    outline: 1px solid var(--gray5);
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}


#cal_week dl dd.wcal_title {
    text-align: center;
    padding: 5px 3px;
}

#cal_week dl dd.wcal_description {
    height: 185px;
    padding: 5px 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--gray2) var(--gray1);
}

#cal_week dl dd.wcal_description::-webkit-scrollbar{
    width: 4px;
}
#cal_week dl dd.wcal_description::-webkit-scrollbar-track {
    background: var(--gray1);
}
#cal_week dl dd.wcal_description::-webkit-scrollbar-thumb {
    background-color: var(--gray2);
    border-radius: 20px;
}

#cal_week dl dd.wcal_description p {
    font-size: 14px;
    line-height: 18px;
}

#cal_week dl dd.wcal_description p a { color: var(--gray5); border-bottom: 1px dashed; }
#cal_week dl dd.wcal_description p a:hover { color: var(--gray4); }


/*---  NAVIGATION WEEK CALENDAR ---*/
#week_navigation {
    text-align: center;
    font-size: 29px;
    margin-bottom: 25px;
}

#week_navigation span {
    display: inline-block;
    padding: 0 15px;
}

#week_navigation a { color: var(--gray2); }
#week_navigation a:hover { color: var(--gray3); }

#week_navigation a.prev { float: left; }
#week_navigation a.next { float: right; }

/*-----------------------------------------------------------  HIDDEN LAYER / TAG   ------------*/
.hidden_pg_layer { display: none; }

.atimo_team .hidden_pg_layer {
	z-index: 3;
	display: flex;
	position: relative;
	background-color: var(--gray1);
	margin-top: 2px;
	min-height: 20px;
	flex-direction: column;
}

.atimo_team .hidden_pg_layer > span {
  cursor: pointer;
  left: 33px;
  margin-left: 10px;
  padding: 5px 0;
}

.atimo_team header > div.wrap_header{
    position: sticky;
}

.alert_pg_layer {
	position: relative;
	border: 5px dashed var(--gray2);
}

.hidden_pg_layer > div { display: none; }

.hide_alert{
    display: none;
}

.atimo_team .hide_alert {
    display: inherit;
	position: absolute;
	opacity: 1;
	top: -15px;
	left: calc(100% - 50%);
	background: red;
	color: white;
	white-space: nowrap;
	padding: 2px 11px;
	border-radius: 20px;
	cursor: pointer;
	z-index: 3;
}

/*-----------------------------------------------------------  ATTACHMENTS   -------------------*/

@media screen and (max-width:879px) {
    #attachments div.fx_4  {
        width: 100%;
        margin: 0 0 10px 0;
    }
    
    #attachments div > dl dd.img {
        max-height: 260px;
    }
    #attachments dd.img .flex{
        width: 100%;
        height: 300px;
    }

}

#attachments {
    display: flex;
    margin: 0 51px;
}

#attachments div > dl dt {
    background-color: #C6DBEA;
    text-align: center;
    padding: 5px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    padding-left: 10px;
}

#attachments .uniqueStar {
    background: white;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid #C6DBEA;
    border-left: none;
}

#attachments div > dl dd.img {
    height: 260px;
    overflow-y: auto;
    border: 1px solid var(--gray1);
    margin-bottom: 8px;
    display: flex;
    /* align-items: center; */
    width: 100%;
}

#attachments .trash_photo {
	display: flex;
	width: 24px;
	height: 30px;
	align-items: center;
	border-left: none;
	justify-content: flex-start;
	
}

#attachments .fa-trash{
	color: var(--buttonAdm);
	transition: 0.25s;
}
#attachments .fa-trash:hover{
	color: #d60909 ;
	transition: 0.25s;
}

#attachments p{
    margin-bottom: 0 !important;
}

#attachments form.default {
	margin: 0;
    overflow: visible;
}

#attachments form.default input[type="file"] {
	border: none;
	float: none;
	width: 100%;
}

#attachments form.default input[type="submit"] {
	float: none;
	margin: 0 auto;
	display: block;
}

#attachments .specs dl {
	font-size: 13px;
	display: block;
}

#attachments .specs dt {
	display: inline-block;
	width: 140px;
	background-color: #C6DBEA;
	padding: 4px 6px;
	margin-bottom: 2px;
}

#attachments .specs dd {
	display: inline-block;
	width: calc(100% - 140px);
	clear: right;
	padding: 0 6px;
	text-align: right;
}

#attachments .img_submit{
    display: flex;
    width: 40px;
    color: white;
    background-color: var(--buttonAdm);
    justify-content: center;
    cursor: pointer;
    transition: 0.2s linear;
    margin: 0 auto;
    padding: 6px;
}

#attachments .img_submit:hover{
    color:  #003255;
    background-color: #C6DBEA;
}

#attachments .upload_area{
    align-items: center;
    justify-content: center;
}

#attachments .form .flex {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

#attachments .upload_area p{
    color: #e21515;
    position: absolute;
    text-align: center;
    bottom: -15px;
    font-size: 17px;
}

#attachments .upload_area .file {
    width: 80%;
}

#attachments .upload_area .file > * {
    margin: 0 auto;
    margin-top: 10px;
}

#attachments .upload_area .button {
    width: 20%;
    margin: 0;
}

.specs{
   border: 1px solid var(--gray1);
   padding: 5px 2px; 
}

#attachments dd.img .flex{
    width: 100%;
}

#attachments dd.img .flex>p{
    word-break: break-all;
    font-size: 16px;
    padding:10px
}

#attachments dd.img .flex .fx_2 a{
    display: flex;
    width: 90%;
    color: white;
    background-color: #003255;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s linear;
    margin: 0 auto;
	padding: 6px;
    /*! max-width: 100%; */
}

#attachments dd.img .flex .fx_2 a:hover{
  color: #003255;
  background-color: #C6DBEA;
}

#attachments .info-icon {
    position: relative;
    top: 0 !important;
    right: 40px !important;
    cursor: pointer;
    color: #d0d0d0;
    opacity: 50% !important;
    margin: 0;
    height: 0px !important; 
    width: 0px !important;
    font-size: 36px !important;
    transition:0.5s;
}
#attachments  .info-icon:hover {
    color: var(--buttonAdm);
    transition:0.5s;
}

#attachments   dd.specs, #attachments div.specs {
    display: none;
    position: absolute;
    background-color: #ffffffe3;
    padding: 10px;
    border-radius: 4px;
    width: 255px;
    bottom: 152px;
    left: -27px;
    }

#attachments .dl_cards {
    position: relative; 
}
   
#attachments .toggle-error{
	position: absolute;	
	z-index: 2;	
	width: 100%;	
	top: -28px;	
	left: 0;	
	color: red;
}

#bd_album_photos-sort img.img-video{
    margin: 0 !important;
}

.image_action{
	display:flex;
	gap:10px;
}

/*-----------------------------------------------------------  TABS   -------------------*/

.tab-titles {
    display: flex;
    align-items: center;
}

.tab-title {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-wrap: nowrap;
}

.tab-title:hover {
    background-color: #f0f0f0;
}

.tab-title.active {
    color: #003255;
}

.tab-content {
    display: none;
    padding: 20px;
    min-height: 600px;
}

.tab-content.active {
    display: block;
    width: 100%;
}

.tabs .tab-content h2 span {
    font-size: 15px;
    font-style: italic;
    color: var(--gray4);
}

/* Default - Horizontal Tabs */
.default .tab-titles {
    border-bottom: 2px solid var(--gray2);
}

.default .tab-title.active {
    border-bottom: 2px solid #003255;
}

/* Custom-1 - Vertical Tabs */
.custom-1 {
    display: flex;
}

.custom-1 .tab-titles {
    flex-direction: column;
    border-right: 2px solid var(--gray2);
    align-items: baseline;
}

.custom-1 .tab-title.active {
    color: white;
    background: var(--blue2);
}

.tabs.custom-1 .tab-title {
    width: 100%;
}

.tabs.custom-1 .tab.tab-content.active {
    padding-top: 0px !important;
    max-width: 1050px;
}

@media screen and (max-width: 879px){
    .custom-1 {
        flex-direction: column;
        gap: 20px;
    }

    .custom-1 .form_buttons a {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }
}


/* Custom-2 - Tabs at Bottom */
.custom-2 {
    display: flex;
    flex-direction: column-reverse;
}

.custom-2 .tab-titles {
    border-top: 2px solid var(--gray2);
}

.custom-2 .tab-title.active {
    border-top: 2px solid #003255;
}



/* Custom-3 - Horizontal Tabs */
.custom-3 .tab-titles, .custom-3 .subTab-titles {
    position: relative;
    border-bottom: none ;
    width: fit-content;
}

.custom-3 .subTab-titles {
    margin-bottom: 20px;
    overflow-x: scroll;
    width: 100%;
    
}

.custom-3 .subTab-title.active {
    color: #000000;
    border-bottom: none;
}


.custom-3 .tab-title.active, .custom-3 .subTab-titles.active {
    color: var(--black);
    border-bottom: 2px solid white;
    z-index: 3;
}

.custom-3 .tab-title i, .custom-3 .subTab-titles i{
  display:none;
}


.custom-3 .tab-title.active i, .custom-3 .subTab-title.active i{
  display: flex;
}

.custom-3 .tab-title.active i:hover, .custom-3 .subTab-title.active i:hover {
    color: var(--buttonAdm);
}

.custom-3  .tab-trash{
   font-size: 11px;
   color: #818181;
   display: flex;
   gap: 15px;
}

.custom-3 .fa-chevron-down{
	color: black;
	top: 1px;
	position: relative;
	font-size: 12px;
}

.custom-3 .tab-title, .custom-3 .subTab-title{
    border: 1px solid #e0e0e0;
    padding: 6px 17px;
    border-radius: 8px 8px 0px 0px;
    color: var(--gray3);
    margin-right: 5px;
    display: flex;
    gap: 8px;
    border-bottom: 0;
    align-items: center;
}

.custom-3 #tab-primary{
	border-top-left-radius: 2px;
}

.custom-3 .dropdown-container.active {
    position: absolute;
    background: white;
    z-index: 4;
    right: -125px;
    top: 2px;
    width: 122px;
    height: 100%;
    min-height: fit-content;
    box-shadow: #f4f4f4 1px 1px 2px;
    border: 1px solid var(--gray2);
    transition: 0.3s linear;
}

.custom-3 ul.dropdown-list {
    margin: 0;
}

.custom-3 li.dropdown-item:hover {
    background: var(--gray1);
    cursor: pointer;
}



.custom-3 ul li.dropdown-item::before{
	display: none;
}

.custom-3 ul li { 
	list-style-type: none; 
	list-style-position: inside;
	padding: 0.1875em 0 0.1875em 0.95em;
    position: relative;
}

/* StepByStep - Disabled Tabs */
.tab-title {
    position: relative;
}

.tab-title.disabled {
    cursor: not-allowed;
    opacity: 0.5;

}


.tab-title.filled {
    font-weight: bold;
}

/* SubTab Titles */
.subTab-titles {
    display: flex;
}

.subTab-title {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.subTab-title:hover {
    background-color: #f0f0f0;
}

.subTab-title.active {
    color: #003255;
    border-bottom: 2px solid #003255;
}

/* SubTab Content */
.subTab-content {
    display: none;
    padding: 0px 0px 20px 0px;
}

.subTab-content.active {
    display: block;
}

.tabs .summary i{
	top: 1px !important;
	position: relative;
}

/*-----------------------------------------------------------  MODAL --------------------------------------------------------*/

.modalContainer{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 3;
    max-height: 100vh;
    overflow-y: scroll;
    text-align: center;
}

.modal {
    z-index: 3;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 130px;
    max-width: 600px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.modal p{
    font-size: 18px;
    margin: 25px;
}

.modal-button {
    background: white;
    width: 130px;
    height: 30px;
    border-radius: 15px;
    font-size: 18px;
    text-transform: uppercase;
    transform: linear 0.5s;
    cursor: pointer;
}
.modal-buttons{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

button.closeModal {
    position: absolute;
    z-index: 3;
    right: 20px;
}

button#okButton {
    color: white;
    background-color: var(--blue2);
}

button#okButton:hover {
    border: 1px solid var(--blue2);
    color: var(--blue2);
    background-color: white;
}

button#cancelButton{
    color: var(--blue2);
}

button#cancelButton:hover {
    border: 1px solid var(--blue2);
    color: var(--blue2);
    background-color: white;
}

/*-----------------------------------------------------------  GETTEXTAREA MODAL   -------------*/

.modal.editContent{
    flex-direction: column;
    max-width: 1100px;
    align-items: flex-start;
    padding: 0;
}

.editContent>legend {
    background-color: var(--gray2);
    color: var(--gray5);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    border: none;
    width: 100%;
    font-weight: bold;
}

.editContent button#cancelButton {
    top: 12px;
    background: none;
}

.modal.editContent .ql-container {
    min-height: 300px;
    max-height: 388px;
	overflow: visible !important;
}

.modal.editContent #displayfiles dl{
    margin-bottom: 10px;
}

.modal .add {
    width: 100%;
    display: flex;
    justify-content: center;
}

.add textarea#HTMLEditor_new {
    height: 340px !important;
    margin: 0 !important;
}

.modal .add form.default.editTextAreaForm {
    margin: 0px;
}

.modal .add div#editor_new {
    max-height: 200px;
}

.modal .add .form_buttons {
    position: unset !important;
    margin-bottom: 15px;
    margin: 0;
    padding-right: 10px;
}

.modal .add .tab.tab-content.active {
    border: none;
    height: fit-content;
    padding: 20px 0;
    padding-bottom: 0 !important;
}

.editContent .flex{
    width: 100%;
}

.editTextAreaForm textarea {
    height: 100% !important;
    margin: 0 !important;
}

@media screen and (min-width:880px) and (max-width:1179px) {
	
	#files_upload{
		padding-right: 20px ;
	}
}

@media screen and (min-width: 880px) {
    .modal.editContent .form_buttons{
        position: fixed;
        z-index: 3;
        bottom: 15px;
        right: 20px;
    }

    .modal.editContent #displayfiles {
        border-bottom: none;
        max-height: 345px;
        overflow-y: auto;
        gap: 0px;
        max-height: 300px;
    }

    .add textarea{
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:879px) {
    .modal.editContent{
        height: 90vh;
        overflow-y: scroll;
        max-width: 370px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .add textarea#HTMLEditor_new {
        height: 73.4vh !important;
    }

    .modal.editContent .fx_2 {
        width: 100%;
        margin: 0;
    }
}   

div#htmlOnly {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    align-items: center;
    width: 100px;
}


.modal .tab.tab-content.active{
    border-right: 2px solid var(--gray2);
    padding-right: 20px;
    padding-bottom: 0px;
    height: 450px;
}

.modal.editContent #files_upload{
    display: flex;
    flex-direction: column;
    padding-top: 7px;
    padding-left: 15px;
}

.modal.editContent #files_upload form.default {
    display: flex;
    align-items: flex-end;
}

.modal #displayfiles dl dt{
    overflow: visible !important;
}

.modal #displayfiles dl dt {
    height: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: auto !important;
    align-items: center;
}

.modal #displayfiles dd {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 0;
    padding-top: 5px;
    font-size: 18px;
}

.modal #displayfiles dd span {
    width: 100%;
    padding: 0px 5px 5px 5px;
}

.modal #displayfiles dt img {
    margin: 0;
    max-height: 200px;
}

.modal.editContent #files_upload fieldset {
    width: 80%;
    margin: 0px 15px 1px 0px;
    padding: 0;
}

.modal.editContent #files_upload legend {
    position: initial;
    width: 100%;
    border-bottom: none;
    font-weight: 500;
}

.modal.editContent .fx_2.upload {
    margin: 0;
}

.modal.editContent #files_upload input {
    width: 100%;
}

.modal.editContent .file_upload progress#progressBar {
    width: 100%;
}

.modal.editContent #displayfiles .unique_id {
    display: none;
}

.modal.editContent #files_upload label {
    display: none;
}

form.default.editTextAreaForm {
    overflow: visible !important;
}


/*-----------------------------------------------------------  MULTILINGUAL NEWS   -------------*/

/* DELETE */

#ml_news .remove_button {
    display: flex;
    align-items: center;
    width: 0px;
    background: tomato;
    justify-content: center;
    color: white;
    cursor: pointer;
    overflow: hidden;
    transition: 0.2s linear;
}

#ml_news .mlNews{
    display: flex;
    justify-content: flex-end;
    padding: 20px 15px;
}

#ml_news a.shareArticle {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
}

#ml_news .remove_button.open{
    width: 35px;
    transition: 0.2s linear;

}

#ml_news #instructions{
	margin-bottom: 80px;
}


/* end DELETE */

#ml_news .alert.section-b-alert, #add_news .alert.section-b-alert{
    background-color: #f8f9fa;
    border-left: 4px solid #6c757d;
    padding: 5px;
    margin: 10px 0;
    font-size: 14px;
    color: #495057;
}

.TW-title-page h1{
    margin-top: 35px;
}

@media screen and (min-width: 600px) {
	.index_thisweek #news_index ul {
		display: flex;
		flex-wrap: wrap;

	}

	.index_thisweek #news_index ul li {
		display: block;
		width: calc(50% - 20px);
		margin: 0 10px;
	}
}

.index_thisweek h2 {
	font-size: 1em;
	background: var(--color_p);
	color: white;
	/*border: solid 1px var(--color_p);
	color: var(--color_p);*/
	padding: 5px 10px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_thisweek #news_index ul {
	margin-left: 0;
}

.index_thisweek #news_index li {
	font-size: 13px;
	border-bottom: solid 1px #f5f5f5;
	color: var(--color_p);
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_thisweek #news_index li:hover {
	color: var(--color_pl2);
}

.index_thisweek #news_index li:before {
	content: "";
}

.index_thisweek #news_index ul li a {
	color: var(--color1000);
}

.index_thisweek #news_index ul li a:hover {
	color: var(--color3000);
}

#ml_news article dl dt iframe {
    max-width: 400px;
    width: 100%;
    aspect-ratio: 4 / 5;
}


@media screen and (min-width:1180px) {
	form.multilingualNews .settings select {
    width: 75% !important;
	}
	form.multilingualNews .lang label {
	    width: 40%;
	    display: flex;
	    align-items: center;
	    overflow: unset;
	    margin: 0;
	}
    
    #ml_news .section_25 dl dt iframe {
        width: 400px;
    }
}

@media screen and (min-width:880px) and (max-width:1179px) {
	form.multilingualNews .settings select {
	    width: 75% !important;
	}
	form.multilingualNews .lang label {
	    width: 40%;
	    display: flex;
	    align-items: center;
	    overflow: unset;
	    margin: 0;
	}

    #news-rotator04 .swiper-wrapper a iframe{
        width: 380px;
    }

}

@media screen and (max-width:879px) {
	form.multilingualNews .half{
		margin-left: 10px !important;
		
	}
	form.multilingualNews .settings select {
	    width: 74% !important;
	}
	form.multilingualNews .lang > select{
		margin-right: 11px;
	}

    #ml_news .section_25 dd:not(.date):not(#attachments dd){
        width: 100% !important;
        max-width: 400px;
        margin: 20px auto;
        padding: 0 35px !important;
    }
}

form.multilingualNews input, 
form.multilingualNews select,
form.multilingualNews textarea {
    margin: 5px 0 5px 10px;
    padding: 5px;
    border: 1px solid;
    float: left;
}

form.multilingualNews {
    /* box-shadow: var(--gray4) 1px 1px 3px; */
    padding: 10px 0px;
    overflow: visible;
}

form.multilingualNews .title-area i{
    cursor: pointer;
}

form.multilingualNews .title-area i.eye-icon:hover {
    color: var(--color5000);
}

form.multilingualNews, form.multilingualNews i {
    transition: linear 0.2s;
}

form.multilingualNews .hidden_title input {
    color: var(--gray2);
}

form.multilingualNews fieldset {
    padding: 20px 20px 15px !important;
    margin-top: 55px;
}

form .multilingualNews_fieldset{
	box-shadow: var(--gray4) 1px 1px 3px;
    margin-bottom: 28px;
}

form.multilingualNews fieldset legend{
    background-color: var(--gray2);
    color: var(--gray5);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    border: none;
    /* top: -45px !important; */
    box-shadow: var(--gray4) 1px 0px 3px;
}

form.multilingualNews fieldset legend p {
    display: flex;
    flex-direction: row;
    gap: 10px;
    cursor: pointer;
}

form.multilingualNews fieldset legend p i:hover{
    color: #005b96;
}

form.multilingualNews .fa-eye:before{
    color: #005b96;
}

form.multilingualNews#edit_news .lang{
    display: none;
}

form > div.tabs > fieldset.tab {
    box-shadow: var(--gray4) 1px 0px 2px;
	padding-top: 20px !important;
	margin-top: 0;
	border-left: 1px solid #e1e1e1;
}

form .multilingualNews_content{
	box-shadow: var(--gray4) 1px 1px 3px;
	padding-top: 20px !important;
	margin-top: 0;
}

form#add_news .title-area  {
    width: 68%;
    display: flex;
    align-items: center;
    /* gap: 6px; */
}

form#add_news .title-area input {
    width: 90%;
    margin: 0 17px 0 19px;
}

form#add_news .title-area label {
    width: 10%;
}

form#add_news .lang  {
    display: flex;
    width: 32%;
    gap: 1px;
}

form#add_news .title-area label {
    width: 10%;
    text-align: right !important;
    font-size: 14px !important;
}

.tab-title.active .dropdown-container {
    background: white;
    width: 84%;
    position: absolute;
    top: 30px;
    left: 2px;
    border: 1px solid;
    z-index: 2;
}

.add-tab{
	position: relative;
	cursor: pointer;
	font-size: 18px;
	width: 20px;
	display: flex;
	justify-content: center;
	transition: 0.1s linear;
}

.imgBox {
    background-color: white;
    box-shadow: var(--gray4) 1px 1px 3px;
}

.imgBox>p {
    margin: 0;
    padding: 5px 15px;
    font-weight: bold;
    background-color: var(--gray2);
}

.imgBox a.buttonAdm {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 5px 20px;
    background: var(--buttonAdm) !important;
    color: white !important;
    text-transform: uppercase;
}

.imgBox div#attachments {
    margin: 30px;
    padding-bottom: 90px;
}


form.multilingualNews .flex.settings {
    width: 100%;
    flex-wrap: nowrap;
    gap: 13px;
}

form.multilingualNews .settings label {
    width: 20% !important;
    margin: 0 !important;
    text-align: left;
    float: none !important;
}

form.multilingualNews .settings input {
    width: 74% !important;
    margin: 0px 0 0 10px !important;
    padding-right: 12px;
    
}

form.multilingualNews .flex.settings div {
    width: 100%;
    display: flex;
    align-items: center;
}   

form.multilingualNews .flex.langTitle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 4px;
}

form.multilingualNews .lang {
    display: flex;
    width: 32%;
    gap: 1px;
}

form.multilingualNews .lang select {
    width: 54%;
}

form.multilingualNews .title-area label {
    width: 6%;
    text-align: left;
    font-size: 17px;
    margin: 5px 10px 5px 0;
}

form.multilingualNews .title-area {
    width: 100%;
    display: flex;
    align-items: center;
}

form.multilingualNews  > div.tabs > fieldset.tab > div.langTitle > .title-area input {
    width: 100% !important;
}

form.multilingualNews .title-area input {
    width: 90%;
    margin: 0px 17px 0 10px;
}

form.multilingualNews .form_buttons {
    /* padding: 0px 40px; */
    display: flex;
    flex-direction: row-reverse;
    height: 50px !important;
    align-items: center;
    margin-top: 20px;
}

form.multilingualNews .ql-editor {
    min-height: 400px;
}

form.multilingualNews .summaryEditor .ql-editor {
    min-height: 200px !important;
}

form.multilingualNews .summary {
    padding: 10px 0px;
}

form.multilingualNews .summary i {
    color: var(--blue2);
    cursor: pointer;
    transition: 0.8s linear;
    font-size: 13px;
}

form.summary i > .fa-chevron-down:before {
    content: "\f078";
    font-size: 12px;
    top: -2px;
    position: relative;
}

.tab-content p{
	font-size: 17px !important;
}

form.showNo {
    background: var(--gray1);
    color: var(--gray2);
}

form.showNo input, form.showNo select  {
    color: var(--gray2) !important;
}

form.multilingualNews fieldset legend p i {
    color: var(--gray3);
}

form.multilingualNews .summary textarea {
    transition: none !important;
}

form.multilingualNews fieldset legend p i.closed {
    color: var(--gray5);
}

form.multilingualNews textarea {
    height: 117px;
}

form.multilingualNews textarea[id^="HTMLEditor_"]  {
    height: 443px;
    margin: 0;
    margin-bottom: 20px;
}

form.multilingualNews .summary textarea[id^="HTMLEditor_"] {
    height: 243px !important;
    margin-bottom: 30px;
}

form.multilingualNews #sumaryTextarea_new {
    height: 100%;
    max-height: 330px;
    display: none;
}

form.multilingualNews#add_news .ql-editor {
    min-height: 509px;
}
form.multilingualNews#add_news textarea[id^="HTMLEditor_"]{
    height: 550px;
}

.ql-tooltip.ql-editing {
    display: flex;
}
.ql-snow .ql-hidden {
    display: none;
}


/* ALL */

#ml_news article {
    margin-bottom: 40px;
}


#ml_news article > h1 {
    margin-bottom: 11px;
    font-size: 2.5em;
}

#ml_news article > h1::first-letter{
	text-transform: capitalize !important;
}

#ml_news article > h2 {
    font-size: 17px;
    font-style: italic;
}

#ml_news article .date h2 {
    font-size: 16px;
    font-style: italic;
    color: #00000087;
    margin-bottom: 0 !important;
}

#ml_news article.default dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#ml_news article dl dt{
    background-color: var(--gray1);
}

#ml_news article.default dl .date {
    flex-basis: 100%;
    margin-bottom: 10px;
}

#ml_news .buttonAdm {
    background: white;
}

#ml_news dl:not(#attachments) dt img {
     width: 100%; 
     /*max-width: 320px; 
     height: 411px;*/ 
	aspect-ratio: 4 / 5;
}

#ml_news .videoPreview img{
    max-width: 100% !important;
    margin: 0 auto 1em !important;
    min-width: unset !important;
    display: block;
}

#ml_news .containerBox {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px;
}

#ml_news .videoFormBox {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    max-width: 230px;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

#ml_news .videoFormBox h3 {
    text-align: right;
    color: var(--gray3);
    font-size: 15px;
}
#ml_news .videoFormBox h3 {
    margin-bottom: 10px;
    color: #333;
}
#ml_news .videoPreview iframe {
    margin-bottom: 10px;
}

#ml_news .buttonAdm {
    background: #0066cc;
    color: #fff;
    border: none;
    /* padding: 6px 12px; */
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
#ml_news .buttonAdm:hover {
    background: #004d99;
}
#ml_news .msgStatus {
    font-weight: bold;
}
#ml_news .videoPreview {
    height: 270px;
    background: var(--gray0);
    display: flex;
    align-items: center;
}

#ml_news.form_buttons.mlNews{
    display: flex;
    justify-content: flex-end;
    padding: 20px 30px;
}

#ml_news.form_buttons.mlNews a{
    border-color: var(--blue2);
    color: white;
    background-color: var(--blue2);
}


/* SECTION_25 */

@media screen and (max-width:879px) {
	#ml_news .section_25 dl:not(.dl_cards) {
	    flex-direction: column;
	}
	#ml_news .section_25 dt.img-dt_news {
	    justify-content: center;
	}

	#ml_news .section_25 img {
	    max-width: 280px !important;
	    width: 100%;
	}

	#ml_news .section_25 dd:not(.date):not(#attachments dd) {
	    height: 280px !important;
	}

}

#ml_news .section_25:not(:has(form))  {}

#ml_news .section_25 .btn_container {
    display: flex;
    position: absolute;
    top: -50px;
    width: 100%;
    justify-content: right;
    flex-direction: row-reverse;
    gap: 20px;
}

#ml_news .section_25 article > h1 {
    text-align: left;
    font-size: 28px;
    padding: 8px 25px 8px 25px;
    background: var(--gray2);
    position: relative;
    
}

#ml_news  dd.date {
   display: none;
}

#ml_news .section_25 dl:not(.dl_cards) {
    display: flex;
    position: relative;
    align-items: center;
}

#ml_news .section_25 img {
    max-width: 400px;
    width: 100%;
    margin: 0;
    /* min-width: 400px; */
}


#ml_news .section_25 dt.img-dt_news, #ml_news .section_75 dt.img-dt_news{
    display: flex;
    /*width: 400px;*/
	aspect-ratio: 4 / 5;
}

#ml_news .section_25 dd:not(.date):not(#attachments dd) {
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-right: 20px;
    overflow: hidden;
    overflow-y: auto;
    height: 500px;
	
}

#ml_news .section_25:not(:has(form)) .relative {
    margin-bottom: 65px;
}

/* SECTION_50 */

@media screen and (max-width:879px) {
	   #ml_news .section_50:not(:has(form))  h1 {
		    padding-bottom: 10px !important;
	}
}

#ml_news .section_50:not(:has(form)) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1150px;
    gap: 50px;
    justify-content: center;
}

#ml_news .section_50:not(:has(form)) {
    justify-content: flex-start;
    /* margin-top: 70px; */
}

#ml_news .section_50:not(:has(form)) .relative article {
    margin-top: 0;
    padding-top: 1px;
}

#ml_news .section_50:not(:has(form))  article{
    max-width: 350px;
    width: 100%;
    position: relative;
}

#ml_news .section_50:not(:has(form)) .img-dt_news {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
}

#ml_news .section_50:not(:has(form))  .date{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: var(--gray2);
    padding: 0px 10px;
    bottom: 0;
    width: fit-content;
    height: fit-content;
}

#ml_news .section_50:not(:has(form)) dd:not(.date):not(.img-dt_news) {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: clip;
    background-color: white;
}

#ml_news .section_50:not(:has(form))  h1 {
    margin-top: 438px;
    z-index: 2;
    position: sticky;
    font-size: 24px;
    background: white;
    text-align: left;
    padding: 10px;
    padding-left: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#ml_news .section_50:not(:has(form)) .no_img h1   {
    margin-top: 0 !important;
 }

#ml_news .section_50:not(:has(form))  h3 {
    font-size: 16px;
    padding: 5px;
    padding-left: 0px;
    color: var(--gray3);
    background: white;
    width: 300px;
    min-height: 35px;
}


#ml_news .section_50 a.shareArticle {
    position: static;
  
}

.section_75 .btn_container {
    top: -45px;
    justify-content: flex-start;
}

#ml_news .section_50:not(:has(form)) .btn_container {
    top: -50px;
    justify-content: flex-start;
}

#ml_news .section_50:not(:has(form)) .relative {
    width: 350px;
}

#ml_news .section_50 dl:not(#attachments) dt img {
    position: absolute;
    top: 0;
}

#ml_news .section_50 dl dt iframe {
    width: 350px !important;
    position: absolute;
    top: 0;
}

#ml_news .section_50 dl dt iframe {
    width: 350px !important;
}

/* SECTION_75 */

#ml_news .section_75 article {
    position: relative;
}

.section_75{
	margin-bottom: 40px;
}

#ml_news .section_75 dl:not(:has(form)) {
	padding-top: 20px;
    gap: 20px;
	display: none;
}


#ml_news .section_75 article {
    margin-bottom: 0px;
}

#ml_news .section_75 .relative article {
    margin-bottom: 0px;
    padding-top: 40px;
}

#ml_news .section_75 .relative .btn_container {
    top: -3px;
    justify-content: flex-start;
}

@media screen and (max-width:879px) {
    #ml_news .section_50:not(:has(form)) article {
        margin: 0 auto;
    }

    #ml_news .section_50:not(:has(form))  {
        gap: 70px;
    }
	.section_75{
		margin-top: 40px;
	}
}


#ml_news .section_75 dl {
	padding-top: 20px;
}

#ml_news .section_75 article h1 {
	color: var(--color_p) !important;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 1em !important;
	width: 100%;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 38px 10px 10px !important;
	cursor: pointer;
	transition: all 0.3s linear;
	border: solid 1px var(--gray3);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#ml_news  .section_75 article h1 span {
	float: right;
}

/* .section_75  a:nth-child(2).js-edit_content  {
    display: none;
} */


@media screen and (min-width: 680px) {
/* 
    #ml_news .section_75 > div:nth-child(n) img,
    #ml_news .section_75 > article:nth-child(n) img,
    #ml_news .section_75 > div.style_a:nth-child(n) img,
    #ml_news .section_75 > article.style_a:nth-child(n) img {
		float: left;
		width: 50%;
		margin: 0 1em 1em 0;
	} */

    #ml_news .section_75 > div.style_b:nth-child(n) img,
    #ml_news .section_75 > article.style_b:nth-child(n) img {
		float: right;
		width: 50%;
		margin: 0 0 1em 1em;
	}
}

@media screen and (max-width: 679px) {
    #ml_news .section_75 article h1 {
		font-size: 0.8em !important;
	}
    #ml_news .section_75 > div,
    #ml_news .section_75 > article {
		width: 100%;
		margin: 0 0 1em 0;
	}
    #ml_news .section_75 article img,
    #ml_news .section_50 > div.style_b:nth-child(n) img,
    #ml_news .section_50 > article.style_b:nth-child(n) img {
		width: 100%;
		max-width: initial;
		margin: 0 auto 1em auto;
		display: block;
		float: initial;
	}
}


/* Webkit browsers (Chrome, Safari) */
#ml_news dd::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

#ml_news dd::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#ml_news dd::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#ml_news dd::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
#ml_news dd {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Microsoft Edge */
@supports (-ms-overflow-style: none) {
    #ml_news dd {
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/* Ensure custom scrollbars are enabled */
#ml_news dd {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

#ml_news .no_img dt {
    width: 100% !important;
}

#ml_news .no_img {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    height: unset !important;
}

#ml_news .btn_container {
    display: flex;
    position: absolute;
    top: -30px;
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px;
    z-index: 2;
}

#ml_news .btn_container a i {
    border: 1px solid var(--red);
    color: var(--red);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ml_news .btn_container a i:hover {
    color: var(--color3000);
    border-color: var(--color3000);
}

@media screen and (min-width: 880px) {
    .modal .tab.tab-content.active{
        width: 100%;
        max-width: 540px;
    }

    .modal .add .tab.tab-content.active{
        width: unset;
        max-width: unset;
    }
}

@media screen and (max-width:879px) {
    .flex.settings {
        width: 100% !important;
        flex-wrap: wrap !important;
    }

    form.multilingualNews .lang {
        width: 100%;
    }

    form.multilingualNews .lang label {
        width: 46% !important;
        display: flex;
        margin: 5px 0px 5px 0;
        align-items: center;
    }

    form.multilingualNews .title-area {
        width: 100%;
        flex-direction: unset;
        flex-wrap: nowrap;
        margin: 14px 20px 20px auto;
    }

    .flex.langTitle {
        display: flex;
        flex-direction: column;
    }

    form.multilingualNews .lang select{
        width: 90%;
    }

    form.multilingualNews .addSumary{
        display: flex;
        width: 100%;
        padding: 10px 0px;
    }
    
    
    form.multilingualNews .title-area input{
        width: calc(100% + 187px) !important;
        margin: 0 17px 0 0px;
    }

    .modal .form_buttons {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        padding: 5px 23px 0px 23px;
    }

    .modal.editContent{
        gap: 0;
    }

    .modal .ql-editor {
        max-height: 300px;
        overflow-y: scroll;
    }
    
    .modal .add div#editor_new{
        height: 66vh !important;
        max-height: unset !important
    }

    .modal.editContent .ql-container{
        max-height: 324px;
    }

    .modal .add .ql-editor {
        max-height: unset;
    }

    .modal .tab.tab-content.active {
        height: 410px;
    }

    .modal.editContent #files_upload {
        padding: 0;
    }

    .modal.editContent #files_upload form.default {
        flex-direction: column;
        align-items: flex-end;
    }

    .modal.editContent #files_upload fieldset {
        margin: 0;
        width: 100%;
        padding: 0px 20px;
    }

    .modal .cm_form_buttons input {
        width: 150px !important;
    }

    .modal .cm_form_buttons {
        width: 100%;
        padding: 0px 20px;
    }

    .modal div#displayfiles {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 20px;
        height: 280px;
        overflow-y: scroll;
        margin-bottom: 0;
    }
}

@media screen and (max-height: 650px){

    .modal.editContent {
        display: flex;
        flex-direction: column;
        margin: 0;
        /* height: 550px; */
        gap: 10px !important;
    }

    .modal p{
        margin-top: 5px;
    }

    .modal.editContent #displayfiles{
        max-height: 300px;
        gap: 5px;
    }
    
    .modal.editContent .ql-container {
        height: 360px;
    }

    form.default.editTextAreaForm {
        margin: 0;
    }

    .modal.editContent>.flex {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .modal.editContent .fx_2.editor {
        margin: 0;
    }
    
    .modal.editContent #displayfiles dl {
        height: 100%;
        margin: 0;
    }
    
    .modal.editContent #files_upload .file_upload {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .modal.editContent #files_upload .cm_form_buttons {
        width: 30%;
    }

    .modal .tab.tab-content.active {
        height: 422px;
    }
}

.modal .add .tab-content.active{
    padding: 10px !important;
}


/*-----------------------------------------------------------  CROPPED --------------------------------------------------------*/
#crop-modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}

#crop-modal  #img-space-crop {
    display: flex;
    flex-direction: column;
    /*! width: fit-content; */
    justify-content: center;
    max-width: 400px;
}

.container-crop {
    height: 60%;
}

#crop_and_save_btn,
#cancel_btn {
    background-color: #005b96;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #005b96;
    width: 100%;
}

#cancel_btn {
    /*! background-color: #dc3545; */
    background-color: #ffffffbd;
    color: #005b96;
}

#crop_and_save_btn:hover,
#cancel_btn:hover {
    background-color: #003255;
    border: 1px solid  #003255;
}

#cancel_btn:hover {
    background-color: #ffffff85;
}

@media screen and (max-width:879px) {
    #img-space {
        width: 100%;
        height: auto;
        padding: 10px;
    }
      .img-dt_news img{
         max-width: 100%;
         margin: 0 auto;
         display: block;
    
   }

}

#languages{
    z-index: 1 !important;
}



/*-------------------------------- TOOLTIP -------------------------- */

.ql-snow .ql-tooltip::before{
	
margin-left: 10px;
}



/*-------------------------------- GOOGLE CALENDAR -------------------------- */

.google_calendar {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 550px;
}



/*-------------------------------------  ZZ LAYER | LEFT x RIGHT  -------------------------------*/
@media screen and (min-width: 1180px) {
	.zz_layer > div { 
		display: flex;
		align-items: center;
	}

	.zz_layer > div > div {
		height: auto;
		width: 50%;
	}
	
	.zz_layer > div:nth-child(odd) { flex-direction: row; }

	.zz_layer > div:nth-child(even) { flex-direction: row-reverse; }

	.zz_layer > div div > *[style*="background-image"] {
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	.zz_layer div.content { 
		max-width: 575px;
		padding-top: 50px;
	}

	.zz_layer > div:nth-child(odd) div.content { padding-left: 65px; }
	.zz_layer > div:nth-child(even) div.content { padding-right: 65px; }
	
	.zz_layer {
		 max-width: 1920px;
		margin: 0 auto;
	}

	.zz_layer .imgC{
		margin-bottom: 0;
		width: 100%;
	}

}

@media screen and (min-width: 650px) and (max-width: 1179px) { 

	.zz_layer{
		max-width: 80%;
		margin: 0 auto;
	}

	.zz_layer .imgC{
		margin-bottom: 0;
		width: 100%;
	}
	
}

@media screen and (max-width: 649px) {
	
	.zz_layer {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.zz_layer .imgC{
		margin-bottom: 0;
		width: 80%;
	}
	
}

.zz_layer h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
}





/*---------- LEFT ----------*/
@media screen and (min-width: 1180px) {
	.zz_layer:nth-child(even) div[class^='topic-'] {
		width: calc(100% / 2);
		padding: 40px 40px 40px 8%;
		margin: 0;
	}
}

@media screen and (max-width: 1179px) {
	.zz_layer:nth-child(even) div[class^='topic-'] {
		width: 100%;
	}

	.zz_layer:nth-child(even) div.topic-txt { order: 2; }

	.zz_layer:nth-child(even) div.topic-img {
		order: 1;
		height: 600px;
		max-width: 800px;
		margin: 0 auto 20px;
	}

	.zz_layer:nth-child(even) .topic-text .content {
		text-align: center;
		margin: 0 auto;
	}

	.zz_layer:nth-child(even) .topic-text .content p:last-child {
		margin-bottom: 0;
	}
}

/*---------- RIGHT ----------*/
@media screen and (min-width: 1180px) {
	.zz_layer:nth-child(odd) div[class^='topic-'] {
		width: calc(100% / 2);
		padding: 40px 40px 40px 8%;
		margin: 0;
	}

	.zz_layer:nth-child(odd) .topic-txt { order: 1; }
	.zz_layer:nth-child(odd) .topic-img { order: 2; }
}

@media screen and (max-width: 1179px) {
	.zz_layer:nth-child(odd) div[class^='topic-'] {
		width: 100%;
	}

	.zz_layer:nth-child(odd) .topic-txt { order: 2; }

	.zz_layer:nth-child(odd) .topic-img {
		order: 1;
		height: 600px;
		max-width: 800px;
		margin: 0 auto 20px;
	}

	.zz_layer:nth-child(odd) .topic-txt .content {
		text-align: center;
		margin: 0 auto;
	}

	.zz_layer:nth-child(odd) .topic-txt .content p:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------------------------------------  INFOBOX   --------------------*/


@media screen and (max-width:879px) {

    .welcome-area h1 {
        display: none;
    }
    
    .welcome-area h2 {
        text-align: center;
    }
    
    .infobox {
        display: flex !important;
        flex-direction: column;
    }
    
    .welcome-area {
        justify-content: flex-start !important;
        margin-top: 20px;
        padding-left: 20px;
    }

    #box2, #box3, #box5, #box6, #box7 {
        display: none;
    }

}

.default.infotable {
    width: 100%;
    border-collapse: collapse;
}

.default.infotable thead th {
    position: sticky;
    top: 0;
    z-index: 1; 
}

.default.infotable tbody {
    display: block;
    max-height: 200px; 
    overflow-y: auto;
}

.default.infotable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.default.infotable thead, .default.infotable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}


.suggestion {
    color: #000;
    text-decoration: underline dotted;
    opacity: 0.5;
}

.suggestion:hover {
    opacity: 1;
    cursor: pointer;
}


/*-----------------------------------------------------------  FEED INSTAGRAM   --------------------*/

/* Adiciona a fonte do Instagram */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap'); */




.feed_instagram .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 5px;
	width: 81%;
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 40px;
}


.feed_instagram .grid-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transition: transform 0.3s ease;
}

.feed_instagram .grid-item:hover {
	transform: scale(1.01);
	z-index: 2;
}

.feed_instagram .grid-item img,
.feed_instagram .grid-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


.feed_instagram .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 59%);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	padding: 15px;
}

.feed_instagram .grid-item:hover .overlay {
	opacity: 1;
}

.feed_instagram .overlay p {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	overflow: hidden;
	margin-top: 12%;
	text-align: center;
	max-height: 84px;
	width: 100%;
}

.feed_instagram .icons {
	display: flex;
	margin-top: 10px;
	font-size: 15px;
	color: #fff;
	gap: 40px;
}

.feed_instagram .icons span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.feed_instagram .icons span.hearts::before {
	content: '\f004';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	color: #ffffff;
}

.feed_instagram .icons span.comment::before {
	content: '\f075';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2rem;
	transform: scaleX(-1);
}

.feed_instagram #share-icon {
	cursor: pointer;
}

.feed_instagram .grid-item .overlay .icons span {
	color: #fff;
}

.feed_instagram .overlay .carousel-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.5rem;
	color: #fff;
}

.feed_instagram .overlay .video-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.5rem;
	color: #fff;
}

.feed_instagram .follow_us {
	display: block;
	background-color: var(--color2000);
	color: white;
	text-align: center;
	width: 180px;
	padding: 7px 0;
	margin: 20px auto 35px;
	transition:0.5s;
}

.feed_instagram .follow_us:hover {
	background-color: var(--color5000);
	transition:0.5s;
}

.feed_instagram .follow_us > i {
     padding-right: 10px;
}


.feed_instagram  #post-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 4;
	padding: 34px;
}

.feed_instagram .modal-content {
	background: #fff;
	display: flex;
	padding: 20px;
	border-radius: 6px;
	width: 80%;
	max-width: 900px;
}


.feed_instagram .modal-close:hover {
	color: #a6a6a6;
}

/* Modal Body (Imagem) */


@media screen and (min-width: 1180px) {

	.feed_instagram .modal-arrow a {
		font-size: 25px;
	}

	.feed_instagram .modal-body {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.feed_instagram .modal-image {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.feed_instagram .modal-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.feed_instagram .modal-info {
		width: 50%;
		padding-left: 20px;
	}

	.feed_instagram #modal-image-container #modal-video {
		max-height: 573px;
		width: 100%;
	}

	.feed_instagram #carousel-container {
		display: flex;
		justify-content: center;
	}

	.feed_instagram #modal-caption {
		white-space: pre-wrap;
		word-wrap: break-word;
		font-size: 14px;
		color: #333;
		line-height: 1.5;
		margin-bottom: 10px;
		max-height: 38vh;
		overflow: auto;
	}

	.feed_instagram .modal-actions {
		margin-top: 20px;
		gap: 20px;
		display: flex;
	}

	.feed_instagram .modal-arrow {
		display: flex;
		position: absolute;
		width: 1005px;
		top: 50%;
		pointer-events: none;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.feed_instagram .modal-arrow a:hover {
		color: #a6a6a6;
	}

	.feed_instagram .modal-arrow a {
		pointer-events: all;
		position: relative;
		color: #ffffff;
		font-size: 20px;
		transition: 0.5s;
	}
	.feed_instagram .modal-profile-mobile{
		display:none !important;
	}

    .feed_instagram .modal-arrow a {
		font-size: 25px;
	}
	.feed_instagram .modal-close {
		position: relative;
		top: -50px;
		left: 37em;
		background: none;
		border: none;
		font-size: 1.5rem;
		cursor: pointer;
		color: white;
		height: fit-content;
	}
	.feed_instagram .grid-item {
		width: 309px;
		height: 411.987px;
	}

}


@media screen and (min-width: 880px) and (max-width: 1179px) {

	.modal-arrow a {
		font-size: 22px;
	}

	.modal-body {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.modal-image {
		width: 50%;
	}

	.modal-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.modal-info {
		width: 50%;
		padding-left: 20px;
	}

	#modal-image-container #modal-video {
		height: 610px;
		width: 100%;
	}

	#carousel-container {
		display: flex;
		justify-content: center;
	}

	#modal-caption {
		white-space: pre-wrap;
		word-wrap: break-word;
		font-size: 14px;
		color: #333;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.modal-actions {
		margin-top: 20px;
		gap: 20px;
		display: flex;
	}

	.modal-arrow {
		display: flex;
		position: absolute;
		width: 1005px;
		top: 50%;
		pointer-events: none;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.modal-arrow a:hover {
		color: #a6a6a6;
	}

	.modal-arrow a {
		pointer-events: all;
		position: relative;
		color: #ffffff;
		font-size: 20px;
		transition: 0.5s;
	}

	.modal-profile-mobile{
		display:none !important;
	}
    .feed_instagram .modal-arrow a {
		font-size: 22px;
	}
	.feed_instagram .modal-close {
		position: relative;
		top: -50px;
		left: 37em;
		background: none;
		border: none;
		font-size: 1.5rem;
		cursor: pointer;
		color: white;
		height: fit-content;
	}
	.feed_instagram .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px;
        /* width: 100% !important; */
		width: 315px !important;
    }

	.feed_instagram .grid-item {
	   height: 165px !important;
	}

}



@media screen and (max-width: 879px) {
	.modal-arrow a {
		font-size: 20px;
	}

	.modal-body {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		overflow-y: auto;
		height: 70vh;
	}

	.modal-image {
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.modal-image img {
        max-width: 100%;
        width: 442px;
        /* max-height: 60vh; */
        object-fit: cover;
        margin: 0 auto;
    }

	.modal-info {
		padding-top: 6px;
	}

	#modal-image-container #modal-video {
		width: 100%;
		height: 348px;
		object-fit: cover;
	}

	#carousel-container {
		display: flex;
		justify-content: center;
	}

	#modal-caption {
		white-space: pre-wrap;
		word-wrap: break-word;
		font-size: 13px;
		color: #333;
		line-height: 1.5;
		margin-bottom: 10px;
		/* overflow-y: auto; */
		/* height: 138px; */
	}

	.modal-actions {
		margin-top: 20px;
		gap: 20px;
		display: flex;
	}

	.modal-arrow {
		display: flex;
		position: absolute;
		width: 1005px;
		top: 50%;
		pointer-events: none;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.modal-arrow a:hover {
		color: #a6a6a6;
	}

	.modal-arrow a {
		pointer-events: all;
		position: relative;
		color: #ffffff;
		font-size: 20px;
		transition: 0.5s;
	}
	.modal-profile-desk{
		display: none !important;
	}
	.carousel-icon,
	.video-icon {
		font-size: 1.0rem !important;
	}

    .feed_instagram .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px;
        /* width: 100% !important; */
		width: 315px !important;
    }

	.feed_instagram .grid-item {
	   height: 165px !important;
	}

	.feed_instagram .overlay p {
		font-size: 12px;
		margin-top: 10%;
		display: none !important;
	}

	.feed_instagram .icons {
		font-size: 12px !important;
		gap: 15px !important;
	}

	.feed_instagram .modal-arrow a {
		font-size: 20px;
	}
	.feed_instagram .modal-close {
		position: relative;
		top: -48px;
		right: 43px;
		background: none;
		border: none;
		font-size: 1.5rem;
		cursor: pointer;
		color: #ffffff;
		height: fit-content;
		display: none;
	}
	.feed_instagram .modal-content {
		width: 100% !important;
		flex-wrap: wrap;
		padding-top: 0px !important;
		height: auto;
		flex-direction: column;
	}

}

@media screen and (max-height: 500px) {

	.modal-image img {
		height: 311px;
	}
	.modal-content {
		max-width: 750px;
	}
	.modal-close {
		top: -50px;
		left: 31em;
	}
	.modal-arrow {
		width: 850px;
		top: 50%;
	}
	
}

@media screen and (min-height: 500px) and (max-height: 630px) {

	.modal-image img {
		height: 400px;
	}
	.modal-content {
		max-width: 720px;
	}
	.modal-close {
		top: -50px;
		left: 30em;
	}
	.modal-arrow {
		width: 850px;
		top: 50%;
	}
	
}


.modal-profile-mobile [data-action="close-modal"]  {
	font-size: 20px;
	margin-right: 20px;
}

/*  */

.carousel-icon,
.video-icon {
	position: absolute;
	font-size: 1.5rem;
	color: #fff;
	z-index: 1;
	display: block;
}

.carousel-icon {
	top: 10px;
	right: 10px;
}

.video-icon {
	top: 10px;
	right: 10px;
}

.hidden {
	display: none !important;
}

/* IMG */

.modal-profile {
    display: flex;
    align-items: center;
    padding: 15px 0 15px 0;
    font-size: 13px;
}

.modal-profile img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.modal-profile a > i {
    text-decoration: none;
    color: #333;
}

.modal-profile a:hover {
    text-decoration: underline;
}

/* SCROLL  */

.feed_instagram ::-webkit-scrollbar {
    width: 12px;
    height: 12px; 
}

/* Parte do scroll (track) */
.feed_instagram ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px; 
}

/* Parte do scrollbar (thumb) */
.feed_instagram ::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px; 
    border: 3px solid #f1f1f1; 
	transition:0.5s;
}

/* Efeito quando o mouse estÃ¡ sobre o scrollbar */
.feed_instagram ::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
	transition:0.5s;
}


/*-----------------------------------------------------------  CHIP EMAILS   --------------------*/
.chips-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    flex-direction: column;
}
.email-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 50px;
    padding-bottom: 5px;
}
.email-chip{
    display:inline-flex; 
    align-items:center; 
    gap:.5rem;
    background:#f0f0f0; 
    border-radius:16px; 
    padding:.25rem .75rem;
    font-size:.875rem; 
    line-height:1;
}
.email-chip .remove{ cursor:pointer; font-size:.75rem; font-weight:700; user-select:none; }
.email-chip .txt  { max-width:120px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; cursor:pointer; }
.emailArray{
    flex:1 1 auto; 
    min-width:140px; 
    border:none; 
    outline:none; 
    font-size:.875rem;
    padding:.25rem 0; 
    margin:.15rem 0;
}

/*-----------------------------------------------------------  TEXTBLOCK   ---------------------*/
.textblock {
	margin: 0 auto;
	max-width: 830px;
	padding: 0 15px;
}

.fx_2 .textblock {
	max-width: 630px;
}

/*-------------------------------------------------------  BUSINESS DIRECTORY   ---------------------*/
.sample_bdirectory {
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 1rem;
  overflow-x: hidden;
}

.sample_bdirectory > * {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* ----- GRID 2 COLUMNS ----- */
.grid-column-2 .sample_bdirectory {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .grid-column-2 .sample_bdirectory {
    grid-template-columns: 1fr;
  }
}

/* ----- GRID 3 COLUMNS ----- */
.grid-column-3 .sample_bdirectory {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .grid-column-3 .sample_bdirectory {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid-column-3 .sample_bdirectory {
    grid-template-columns: 1fr;
  }
}

/* ----- GRID 4 COLUMNS ----- */
.grid-column-4 .sample_bdirectory {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
  .grid-column-4 .sample_bdirectory {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-column-4 .sample_bdirectory {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid-column-4 .sample_bdirectory {
    grid-template-columns: 1fr;
  }
}


.sample_bdirectory dl {
    border: 1px solid var(--gray2);
    width: 100%;
    margin: 10px auto;
    padding: 0 6px 20px;
	transition: .5s ease;
}
.sample_bdirectory dl:hover {
    border: 1px solid var(--gray3);
	background: #ffffff91;
}

.BD-general-layer dt{	
	background: var(--gray5);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 3px;
    width: calc(100% + 12px);
    margin-left: -6px;
    height: 45px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sample_bdirectory dl dd.category {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin: 2px auto 10px;
    padding: 0 5px;
}

.sample_bdirectory dl dd.web,
.sample_bdirectory dl dd.phone {
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
	/*overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;*/
}

.sample_bdirectory dl dd.web::before,
.sample_bdirectory dl dd.phone::before {
    color: var(--gray4);
}

.sample_bdirectory dl dd.sm,
.sample_bdirectory dl dd.desc { display: none; }

.sample_bdirectory dd.web a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9999px;
}

.sample_bdirectory dd.web a::before {
	content: "Explore Now";
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--gray5);
	text-decoration: none;
}
.sample_bdirectory dd.web:hover a::before {
	color: var(--color_p);
}

/*----------------------------------------------  LOGGED ALERT  ------------------------------------*/

.loggedAlert{
    display: none;
}

.atimo_team .loggedAlert{
    display: block;
}

.loggedAlert {
    background: #ffcaca38;
    border: 1px solid red;
    padding: 15px 15px 0px 15px;
    margin-bottom: 30px;
}

.loggedAlert h2 {
    font-size: 25px;
	text-align: center;
    color: red !important;
}

.loggedAlert h3 {
    font-size: 18px;
    color: red !important;
    margin-bottom: 16px;
    line-height: 1.8em;
}

.loggedAlert p {
    margin: 10px 0px !important;
    font-size: 16px !important;
}



/*----------------------------------------------  TOAST CONTAINER  ------------------------------------*/


#toast-container{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    font-family: Arial, sans-serif;
}

#toast-container .toastMsg{
    position: relative;
    display: flex;
    padding: 12px 20px;
    border-radius: 6px;
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
    cursor: default;
    overflow: hidden;
    align-items: center;
    gap: 13px;
}

#toast-container .toastMsg i{
    color: white;
    font-size: 25px;
}

#toast-container .toastLoading{
    position: absolute;
    bottom:0px;
    left:0px;
    height: 4px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
}

/*-----------------------------------------------------------  CATEGORY  --------------------*/

.categories-fieldset {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.category-item input[type="checkbox"] {
    width: auto;
    position: static;
    margin: 0;
}

.category-item label {
    width: auto;
    float: none;
    margin: 0;
    text-align: left !important;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    margin: 7px 10px 5px 0 !important;
}

.total-count {
    color: var(--gray2);
    font-size: 0.9em;
    margin-left: 4px;
}


@media screen and (max-width:499px) {
    .category-item {
        flex-wrap: wrap;
    }
    
    .category-item label {
        width: calc(100% - 34px);
    }
}



/*-----------------------------------------------------------  FACEBOOK  --------------------*/

.auth_facebook{
     font-family: 'Lato', sans-serif;
     margin: 40px auto;
}

.auth_facebook div.content{
    text-align: center;
}

.auth_facebook .btn-facebook{
	margin: 0 auto 30px;
	font-weight: 500;
	width: 100%;
	font-size: 15px;
	padding: 15px 15px;
	background-color: #4267B2;
	color: white;
	max-width: 300px;
	text-align: center;
	cursor: pointer;
	transition:0.5s;
}

.auth_facebook .btn-facebook:hover{
	background-color: #4d78cf;
	transition:0.5s;
}

.auth_facebook div.content h2{
	font-size: 3em;
	color: #355494;
}

/* Temporário Carlos  */
a.js-share-to-social {
    display: none;
}


/*-----------------------------------------------------------  BLOG  --------------------*/
#blogNews form.blogPostForm .tab.tab-content.active:has(fieldset.blog) {
    padding: 0;
}

#blogNews form.blogPostForm fieldset {
    padding: 0 !important;
    margin: 0;
}

#blogNews #files_upload > p{
    display: none;
}

#blogNews form.blogPostForm fieldset legend {
    position: initial;
    box-shadow: none;
    background: white
}

#blogNews .gridBlogs a.btn_edit_content {
    right: 10px;
    top: 10px;
}

#blogNews form.blogPostForm .flex.settings,form.blogPostForm .flex.langTitle{
    padding: 5px 20px;
}

#blogNews form.blogPostForm fieldset{
    box-shadow: none;
}

#blogNews form.blogPostForm .subtabs, form.blogPostForm p{
    padding: 0 20px;
}

#blogNews form.blogPostForm p:has(i){
    padding: 0;
}

#blogNews form.blogPostForm {
    padding: 0;
    box-shadow: var(--gray4) 1px 1px 3px;
}

#blogNews form.blogPostForm .form_buttons {
    margin-top: 0px;
    padding: 0px 20px;
}

#blogNews .subTab-content {
    padding-bottom: 0;
}

#blogNews .containerPhotosBlog{
    box-shadow: var(--gray4) 1px 1px 3px;
    padding: 20px;
}

#blogNews .buttonAdm {
    position: absolute;
    top: 0 !important;
    float: none !important;
}

#blogNews .form_buttons {
    width: 100%;
    height: 40px;
    position: relative;
}

/* BLog Tabs Form */
#blogNews .tab.active{
    padding: 0;
    max-width: 800px;
}

.gridBlogs {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.gridBlogs a.btn_edit_content{
    right: 10px;
    top: 10px;
}

.gridBlogs .upload_cover{
    right: 60px !important;
}

.gridBlogs article.blogPost {
    margin-bottom: 40px;
    max-width: 300px;
    border: 1px solid var(--gray2);
    padding: 20px;
}

.gridBlogs .relative {
    width: fit-content;
}

.gridBlogs .relative:has(form) {
    margin: 0 auto;
}

.gridBlogs .a_summary {
    word-break: break-word;
}

.gridBlogs .highlight {
    animation: pulse 1.2s ease;
    background: #fff9c4;
    border-radius: 4px;
}
@keyframes pulse {
    0% { background-color: #fff9c4; }
    100% { background-color: transparent; }
}
