@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Playball&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
TEMPLATE FOR MEDIA QUERIES
	@media screen and (min-width:1180px) {}
	@media screen and (min-width:880px) and (max-width:1179px) {}
    @media screen and (max-width:879px) {}

INDEX
	- STRUCTURE
    - HEADER
    - FOOTER
    - TYPOGRAPHY
    - ENDPAGE/SEPARATOR
    - DEFAULT FORM
    - DEFAULT TABLE
    - SCROLL TO TOP
    - HMENU01
    - VMENU01
    - QUOTE
	- MINISTRY LISTING
	- OUR TEAM
*/

/*-----------------------------------------------------------  PAGE RESET ----------------------*/
:root {
	--bg_hd: rgba(49,70,144,.8);
	--tx_hd: #fff;
	--aa_hd: #000;
	--ah_hd: #000;
	--h1_hd: #000;
	--h2_hd: #000;
	--h3_hd: #000;
	
	--color_pd: #010137;
	--color_p: #01016f;
	--color_pl: #0b499f;
	
	--color_ad: #715d30;
	--color_a: #a28951;
	--color_al: #dfbf76;
	
	--color_cd: #4f1810;
	--color_c: #a53322;
	--color_cl: #e7978b;		
}

/*-----------------------------------------------------------  STRUCTURE -----------------------*/
@media screen and (min-width:1180px) {
    aside, .content { flex-basis: auto;}
    
    section.has_aside aside { 
        order: 2;
        padding: 2.5em 0 0.8em;
    }

    section.has_aside .content { padding: 1.8em 3.125em 1.8em 0; }    
    
    .content { order: 1; padding: 0.8em 0; }
	
	main section.has_aside { /*background: linear-gradient(90deg, #fff calc(100% - 300px), #f9f9f9 300px);*/ }
}

@media screen and (min-width:880px) and (max-width:1179px) {
    section.has_aside aside { 
        flex-wrap: wrap;
		display: none;
    }    
}

@media screen and (max-width:879px) {
    section.has_aside aside { 
        flex-wrap: wrap;
		display: none;
    }    
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
}

main { min-height: 450px; }    

section.has_aside aside {
	position: relative;
	padding-bottom: 63px;
}

input { border-radius: 0; }

aside .spanish{display:none;}

a {
    color: var(--color_a);
	transition: 0.5s;
}

a:hover {
    color: var(--color_al);
	transition: 0.5s;
}

.buttonFake {
    background: var(--color_pl);
    outline: solid 2px var(--color_pl);
}


/*-----------------------------------------------------------  HEADER --------------------------*/
@media screen and (min-width:1180px) {
    #logo {
        width: 115px;
        height: 115px;
        top: 0;
        left: 0;
    }    
	
    
    header section { height: 140px; }     
    
    header nav {
		bottom: 40%;
        left: 150px;
	}
	
	main {margin-top: 140px;}
}

@media screen and (min-width:880px) and (max-width:1179px) {
    #logo {
        width: 115px;
        height: 115px;
        top: 0;
        left: 0;
    }
	
	main{margin-top: 140px;}
    
    header section { height: 110px; }  

    header nav { bottom: 17px; right: 0;}
}

@media screen and (max-width:879px) {
   #logo {
        width: 80px;
        height: 80px;
        top: 12px;
        left: 0;
    }
	
	main{margin-top: 110px;}
    
    header section { height: 110px; }  

    header nav { bottom: 17px; right: 0;}
}
 
#logo {
	background: #FFF url(../images/logo-seh-header.svg);
	background-size: 93%;
	display: block;
	position: absolute;
	z-index: 800;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100%;
}  

header {
 background-color: white;
    color: var(--white);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    transition: all 0.5s ease-in-out;
}

header nav { position: absolute; }

header a { color: var(--color_pd); }

header a:hover { color: var(--color_a); }

header h1 { color: var(--white); }

header h2 { color: var(--white); }

header h3 { color: var(--white); }

header .Buttons_quicklinks {
    text-align: right;
    display: flex;
    right: 0;
    position: absolute;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}

header .Buttons_quicklinks a{
	color: var(--color_p);
}

header .Buttons_quicklinks a:hover{
	color: var(--color_ad);
}

header .Buttons_quicklinks a.button-link {
    padding: 7px 15px 7px 15px;
    color: #FFF;
    background: var(--color_p);
    display: table;
    border-radius: 0 0 7px 7px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

header .Buttons_quicklinks a.button-link:hover{
	color: #FFF;
    background: var(--color_ad); 
}

/*-----------------------------------------------------------  ASIDE - BOX  --------------------------*/
.asidebox { 
    padding: 10px 20px;
    font-size: 14px
}

.asidebox p { 
    margin-bottom: 10px;
}

.asidebox a { color: var(--color_cd); }
.asidebox a:hover { color: var(--color_cd); }

.asidebox h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
}

.asidebox ul { padding-left: 20px; }

.asidebox ul li {
    list-style: none;
}

.asidebox ul li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    font-size: 5px;
    bottom: 0.1875em;
    position: relative;
    left: -8px;
    font-weight: bold;
    top: -3px;
}

/*-----------------------------------------------------------  FOOTER --------------------------*/

@media screen and (min-width: 1180px) {
	#ft_adom .newsletter {
		padding-right: 40px !important;
	}
}


footer section.flex {
	padding: 40px 0 !important;
	position: relative;
}

#ft_adom .org_info,
#ft_adom .newsletter {
	padding: 0 10px;
}

#ft_adom h1 {
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(18px, 2vw, 30px);
}

footer p {
	margin-bottom: 10px;
}

footer .contact a i {
	font-size: 16px;
	margin-right: 5px;
}

.wrap_admin .fx_2 {
	margin: 0;
}

footer#ft_adom {
    background: #eeeeee;
}

#ft_adom form input[type="submit"] {
    max-width: 80px;
    font-weight: bold;
}

/*-----------------------------------------------------------  TYPOGRAPHY   --------------------*/
.content h1 { color: var(--gray5);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(31px, 4vw, 56px);
    margin-bottom: 40px;
}

h1.overlay-title{
	background: #FFF;
    text-align: center;
    padding: 20px 10px;
	margin-top: -60px;
}

.content h2 { color: var(--color_ad); font-family: "Cormorant Garamond", serif;}

.content h3 {
	color: var(--color_pd);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(18px, 2vw, 25px);
    margin-bottom: 18px;

}

.content h3 sup {  }

.content h4 {
    color: var(--color_ad);
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}

.content p, .content ol, .content ul, .content blockquote, .content pre, .content code {
    margin-bottom: 15px;
    font-size: 17px;
}

.content blockquote {
    padding: 15px;
    border-left: 5px solid;
    color: var(--color_pl);
    border-color: var(--color_pl);
    background-color: var(--gray1);
}

.content blockquote p { }

.content blockquote h1 { }

.content ul li::before {
    color: var(--color_a);
    content: '\f0c8';
    font-size: 0.5em;
    bottom: 0.1875em;
}

.content ol li::before { color: var(--color_a); }

a.blue-button {
    background: var(--color_p);
    padding: 10px 35px;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	display: table;
}

a.blue-button:hover {
    background: var(--color_pd);
}


a.gold-button {
    background: var(--color_a);
    padding: 10px 35px;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	display: table;
}
a.gold-button:hover {
    background: var(--color_ad);
}

/*-----------------------------------------------------------  ENDPAGE/SEPARATOR ---------------*/
.separator {
    height: 2px;
    width: 227px;
    margin: 30px auto;
    clear: both;
}

/*-----------------------------------------------------------  SCROLL TO TOP   ------------------*/
#scrollToTop { color: rgba(0,0,0,0.4); }

/*-----------------------------------------------------------  PG_TOP --------------------------*/
@media screen and (min-width:1250px) {
    #pg_top { height: 400px; }
}

@media screen and (min-width:650px) and (max-width:1249px) {
    #pg_top { height: 290px; }
}

@media screen and (max-width:649px) {
    #pg_top { height: 230px; }
}

#pg_top {
	background-size: cover;
	position: relative;
    background-position: center;
	background-color: #f1e0c9;
	/*margin-bottom: 75px;
	margin-bottom: -55px;*/
}

#pg_top section{height: 100%;}
#pg_top section .content{height: 100%; padding: 0; margin: 0;}
#pg_top section .content{height: 100%; padding: 0; margin: 0;}


/*-----------------------------------------------------------  DEFAULT FORM   ------------------*/
form.default legend {
    color: var(--color_ad);
    font-size: 13px;
    letter-spacing: 0;
}

form.default label {
    color: var(--color_pd);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

form.default input,
form.default select,
form.default textarea { border-color: var(--gray2); }

form.default input[type="submit"], 
form.default input[type="button"],
.form_buttons a,
a.button {
    border-color: var(--color_a);
    color: var(--white);
    background-color: var(--color_a);
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

form.default input[type="submit"]:hover, 
form.default input[type="button"]:hover,
.form_buttons a:hover,
a.button:hover, 
a.button.selected {
    color: var(--color_ad);
    border-color: var(--color_ad);
}

a.button01 {
    border-color: var(--color_al);
    background: var(--color_ad);
    color: var(--color_al);
    height: auto;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    border-radius: 30px;
    transition: color, background-color 0.7s;
    margin: 6px auto;
    float: none;
    display: block;
    padding: 10px 51px;
}

a.button01:hover {
	border-color: var(--white);
    color: var(--white);
    background: var(--color_al);
	transition: all 0.7s linear;
}

input.button {
    color: white;
    background-color: var(--color_a);
	width: 188px;
    padding: 5px 15px;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
    margin-top: 5px;
}

input.button:hover {
    background-color: var(--color_al);
}

form.default .field_group {
    border: none;
    margin-top: 20px;
}

form.default .buttons_field_group { float: right; margin-bottom: 20px; }

form.default .buttons_field_group #remove_fgroup {
    background-color: transparent;
    color: var(--color_c);
    border: 1px solid var(--color_c);
    padding: 5px 20px;
    transition: all 0.2s linear;
}

form.default .buttons_field_group #add_fgroup {
    background-color: var(--color_pl);
    color: white;
    border: 1px solid var(--color_pl);
    border: 1px solid;
    padding: 5px 20px;
    transition: all 0.2s linear;
}

form.default .buttons_field_group #remove_fgroup:hover,
form.default .buttons_field_group #add_fgroup:hover {
    border-color: transparent;
    background: var(--color_al);
    color: white;
    transition: all 0.2s linear;
}

/*-----------------------------------------------------------   CLEAN FORM   -------------------*/
.clean .submit,
.Floating .submit {
    background: var(--color_c);
    width: 90px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.clean input, .clean textarea { border-color: var(--gray4); }

/*--------------------------------------------------------  FLOATING FORM  ---------------------*/
.Floating input, .Floating textarea { border-color: var(--gray4); }

.Floating .submit { background: var(--color_a); }

.Floating .submit:hover { background: var(--color_ad); }

/*-----------------------------------------------------------  DEFAULT TABLE   -----------------*/
table.default {
    border-collapse: collapse;
    margin: 0 auto 10px auto;
    width: 100%;
}

table.default caption {
    font-weight: 200;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}

table.default thead { }

table.default th, table.default td { padding: 5px 10px; }

table.default th {
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle;
}

table.default td {
    vertical-align: middle;
    font-size: 14px;
    padding: 10px;
}

table.default thead tr { }

table.default thead th {
    vertical-align: middle;
    text-transform: inherit;
    padding: 8px 5px;
    font-family: "Cormorant Garamond", serif;
    font-weight: bolder;
    font-size: 22px;
    color: #000;
}

table.default thead td {
    font-weight: normal;
    background: transparent;
    vertical-align: middle;
}

table.default tfoot tr { }

table.default tfoot th {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 2px 10px;
}

table.default tfoot td {
    font-size: 14px;
    font-weight: normal;
    text-transform: inherit;
    vertical-align: middle;
    padding: 2px 10px;
}

/*------ TABLE COLOR P ------*/
table.default.color_p caption { color: var(--color_pd); }

table.default.color_p td { border-bottom: 1px solid var(--gray2); }

table.default.color_p thead th {
    background: var(--color_pl);
    border-top: 1px solid var(--color_pd);
    border-bottom: 1px solid var(--color_pd);
    color: var(--color_pd);
}

table.default.color_p thead td { background: transparent; }

table.default.color_p tfoot th { background: transparent; }


/*------ TABLE COLOR A ------*/
table.default.color_a caption { color: var(--color_ad); }

table.default.color_a td { border-bottom: 1px solid var(--gray2); }

table.default.color_a thead th {
    background: var(--color_al);
    border-top: 1px solid var(--color_ad);
    border-bottom: 1px solid var(--color_ad);
    color: var(--color_ad);
}

table.default.color_a thead td { background: transparent; }

table.default.color_a tfoot th { background: transparent; }

table.default.color_a tfoot {
    color: var(--white);
    background: var(--color_ad);
}

/*------ TABLE COLOR C ------*/
table.default.color_c caption { color: var(--color_cd); }

table.default.color_c td { border-bottom: 1px solid var(--gray2); }

table.default.color_c thead th {
    background: var(--color_cl);
    border-top: 1px solid var(--color_cd);
    border-bottom: 1px solid var(--color_cd);
    color: var(--color_cd);
}

table.default.color_c thead td { background: transparent; }

table.default.color_c tfoot th { background: transparent; }

/*-----------------------------------------------------------  HMENU01   ------------------------*/
@media (min-width: 1180px) {
    /* FIRST LEVEL    -----------------*/
    .hmenu01 ul#main-menu > li > a {
       background-color: transparent;
        color: #383838;
        padding: 10px;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Cormorant Garamond", serif;
        font-weight: bold;
    }

    .hmenu01 ul#main-menu > li > a.selected,
    .hmenu01 ul#main-menu > li > a.highlighted,
    .hmenu01 ul#main-menu > li > a.current,
	.hmenu01 ul#main-menu > li > a:hover { 
        background-color: #eeeeee;
        color: var(--color_p);
        border-radius: 10px 10px 0 0;

    }
	
		/* Animação de fundo no hover/focus do item principal */
	#main-menu > li:hover::before,
	#main-menu > li:focus-within::before {
	  transform: scaleX(1);
	}

	/* Transição de cor no link ao passar o mouse */
	#main-menu > li > a:hover,
	#main-menu > li > a:focus {
	  color: white; /* opcional, pode ajustar */
	}

	/* Hover nos submenus */
	#main-menu ul li:hover > a,
	#main-menu ul li > a:focus {
	  background-color: #ff917e;
}
	
	
    /* SECOND+ LEVEL    ---------------*/
    .hmenu01 ul#main-menu > li ul { box-shadow: 3px 3px rgba(80,80,80,0.2); }

    .hmenu01 ul#main-menu > li > ul li { width: 100%; }

    .hmenu01 ul#main-menu > li > ul li a {
        background-color: var(--color_p); 
        color: var(--white); 
        border-bottom: 1px solid var(--white);
        padding: 10px 25px 10px 8px;
    }

    .hmenu01 ul#main-menu > li ul li a:hover{ 
        background-color: #dedede;
        color: var(--color_p);
    } 

    .hmenu01 ul#main-menu > li > ul li:last-child a { border-bottom: none; }

    .hmenu01 ul#main-menu > li > ul li a.has-submenu span.sub-arrow { right: 0.9375em; }

    .hmenu01 ul#main-menu > li > ul li a.has-submenu span.sub-arrow:after {
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
    }
}

@media (max-width: 1179px) {
    .hmenu01 > ul#main-menu {
        background-color: var(--color_a);
        width: 240px;
        padding: 0 5px;
        top: 48px;
    }

    /* FIRST LEVEL    -----------------*/
    .hmenu01 ul#main-menu > li > a {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        padding: 12px 5px;
        font-size: 17px;
        font-weight: normal;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    .hmenu01 ul#main-menu > li > a.current,
	.hmenu01 ul#main-menu > li > a.highlighted { 
		border-bottom: none;
        background-color: var(--color_al);
	}    
    
    .hmenu01 ul#main-menu > li:last-child > a { border-bottom: none; }
    
    .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow { right: 0.9375em; }

    .hmenu01 ul#main-menu > li > a.has-submenu span:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
    }

    .hmenu01 ul#main-menu > li > ul li a:hover { 
        color: var(--white);
        border-bottom-color: var(--white);
        background: var(--color_al);
    }
    
    /* SECOND+ LEVEL    ---------------*/
    .hmenu01 ul#main-menu > li ul { margin: 0 10px 15px; }

    .hmenu01 ul#main-menu > li > ul li a {
        color: white; 
        border-bottom: 1px dotted var(--white);
        padding: 10px 8px;
    }

    .hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow { right: 0.9375em; }

    .hmenu01 ul#main-menu > li > a.has-submenu span:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
    }

    .hmenu01 ul#main-menu > li > ul li a.current { color: var(--color_ad); }
    
    .main-menu-btn { top: 0; }
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    background-color: var(--color_a);
}


/*-----------------------------------------------------------  VMENU01   -----------------------*/
@media screen and (min-width: 1180px) {
  .vmenu01.fx_3 {
    position: relative;
    /* top: -75px; */
    z-index: 900;
    top: 50%;
    transform: translateY(-44%);
  }

  .vmenu01.fx_3 ul.side-nav {
    /* padding: 0 1.5625em;
    padding: .55em 1.5625em; */
	  padding: 0;
  }
}

.vmenu01 > h1 {
	color: #FFF;
    text-align: center;
    margin-bottom: 0px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    background-color: var(--color_p);
    display: block;
    font-family: "Cormorant Garamond", serif;
    border-radius: 16px 16px 0 0;
}

.vmenu01 ul li:hover{
	background: #ffffff;
    transition: background 0.2s ease-in-out;
}


.mbar {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  width: 92%;
  height: 100%;
  top: 0;
  left: 4%;
  z-index: -1;
}

.vmenu01 > ul > li {
  border: none;
  margin: 0;
}

.vmenu01 ul li::before {
  content: none !important;
}

.vmenu01 > ul > li:last-child{border: none;}

.vmenu01 > ul > li > a {
  /* color: var(--gray4); */
  color: var(--color_ad);
  border-bottom: 1px solid transparent;
  border-left: none;
  border: none;
  font-size: 18px;
  padding: 10px 0 5px;
  transition: color 0.1s ease;
}

.vmenu01 a:hover, .vmenu01 a.selected {
	color: var(--color_p);
    text-shadow: 0 0 1px var(--color_p) !important;
}

.vmenu01 > ul > li ul li {
  border-bottom: dashed 1px var(--gray2);
  text-transform: uppercase;
  font-size: 0.8em;
  transition: 0.5s ease;
}

.vmenu01 > ul > li ul li a{
	Padding: 0.375em 0;
    display: block;
    font-size: 1em;
    cursor: pointer;
    color: var(--grey5);
}

@media screen and (min-width:1180px) {
	.vmenu01.fx_3 {
		position: relative;
		z-index: 900;
	}

    /*.vmenu01.fx_3 ul.side-nav {
        padding: 0 1.5625em;
    }*/
	
	.hmenu01 ul#main-menu.sm li ul{
		left: 0px !important;
		z-index: 1;
	}
}

.vmenu01.fx_3 {
background: #eee;
    z-index: 1;
    border-radius: 16px 16px 0 0;
}

.mbar {
	position: absolute;
	width: 92%;
	height: 100%;
	top: 0;
    left: 4%;
    z-index: -1;
}

.vmenu01 > ul > li {
	border: none;
    margin: 0;
    padding: 0 10px;
    border-bottom: solid 1px var(--gray5);
}

.vmenu01 ul li::before{content: none !important;}

.vmenu01 > ul > li > a {
    font-size: 14px;
    padding: 7px 0;
    border-left: none;
	text-transform: uppercase;
}

.vmenu01 > ul > li ul { margin: 0 0px 10px 10px !important; }

.vmenu01 > ul > li ul a {font-size: 12px;}

.vmenu01 > ul > li ul li { 
    text-transform: uppercase;
    font-size: 0.8em;
	transition: .5s ease;
}

/*-----------------------------------------------------------  SECTION NAVIGATION   ------------*/
#section_navigation a.selected {
    background: var(--color_p);
	color: #FFF;
}


/*-----------------------------------------------------------  PAGE INDEX ----------------------*/
.content .box_index { border-color: var(--color_a); }

.content .box_index h1 {
    background-color: var(--color_pd);
    color: var(--white);
    padding: 5px 10px;
    text-transform: uppercase;
}

.content .box_index .page_index a {
    border-bottom: 1px dotted var(--color_a);
    font-size: 14px;
}

.index_this h3 { color: var(--color_c); }

.index_back a { color: var(--color_cl); }

.index_back a:hover { color: var(--color_cl); }

/*-----------------------------------------------------------  QUOTE ---------------------------*/
.quote p {
    color: var(--color_ad);
    text-align: center;
    font-size: clamp(31px, 4vw, 35px);
    line-height: clamp(31px, 4vw, 50px);
    padding: 0 100px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 5px;
    font-style: italic;
}

.quote p.source{
	    text-align: right;
    font-size: 23px;
    font-family: "Cormorant Garamond", serif;
    color: var(--color_ad);
    font-weight: bold;
}
/*-----------------------------------------------------------  BG1D --------------------------*/
.bg1d { 
    background-color: var(--color_pd); 
    color: var(--white);
}

.bg1d a { color: var(--color_al); }
.bg1d a:hover { color: var(--color_al); }
.bg1d h1 { color: var(--color_pl); }
.bg1d h2 { color: var(--color_al); }
.bg1d h3 { color: var(--white); }

.bg1d .content ul li::before { color: var(--color_al); }

/*-----------------------------------------------------------  BG2D --------------------------*/
.bg2d { 
    background-color: var(--color_a); 
    color: var(--white);
}

.bg2d a { color: var(--color_pl); }
.bg2d a:hover { color: var(--color_pd); }
.bg2d h1 { color: var(--color_pd); }
.bg2d h2 { color: var(--color_ad); }
.bg2d h3 { color: var(--white); }

.bg2d .content ul li::before { color: var(--color_pd); }

/*-----------------------------------------------------------  BG3D --------------------------*/
.bg3d { 
    background-color: var(--color_c); 
    color: var(--white);
}

.bg3d a { color: var(--color_cl); }
.bg3d a:hover { color: var(--color_cl); }
.bg3d h1 { color: var(--color_cl); }
.bg3d h2 { color: var(--color_cl); }
.bg3d h3 { color: var(--white); }

.bg3d .content ul li::before { color: var(--color_cd); }

/*-----------------------------------------------------------  BG1L --------------------------*/
.bg1l { 
    background-color: var(--color_pl); 
    color: var(--black);
}

.bg1l a { color: var(--color_a); }
.bg1l a:hover { color: var(--color_al); }
.bg1l h1 { color: var(--color_p); }
.bg1l h2 { color: var(--color_a); }
.bg1l h3 { color: var(--white); }

.bg1l .content ul li::before { color: var(--color_a); }


/*-----------------------------------------------------------  BG2L --------------------------*/
.bg2l { 
    background-color: var(--color_al); 
    color: var(--black);
}

.bg2l a { color: var(--color_p); }
.bg2l a:hover { color: var(--color_pl); }
.bg2l h1 { color: var(--color_p); }
.bg2l h2 { color: var(--color_a); }
.bg2l h3 { color: var(--white); }

.bg2l .content ul li::before { color: var(--color_p); }


/*-----------------------------------------------------------  BG3L --------------------------*/
.bg3l { 
    background-color: var(--color_cl); 
    color: var(--white);
}

.bg3l a { color: var(--color_cd); }
.bg3l a:hover { color: var(--color_cd); }
.bg3l h1 { color: var(--color_cd); }
.bg3l h2 { color: var(--color_cd); }
.bg3l h3 { color: var(--white); }

.bg3l .content ul li::before { color: var(--color_cd); }

/*----------------------------------------------------------- HALF COLOR SECTION ---------------*/
@media screen and (min-width:1180px) {
	.wrap_half {
		position: relative;
		background-color: var(--white);
		height: auto;
	}
	.Half_ColorR {
		background: var(--gray1);
		height: 100%;
		width: 50%;
		position: absolute;
		z-index: 0;
		background-size: cover;
		color: white;
		right: 0;
	}

	.Half_ColorL {
		background: var(--gray1);
		height: 100%;
		width: 50%;
		position: absolute;
		z-index: 0;
		background-size: cover;
		color: white;
		left: 0;
	}
	
	center.content_f2 {
		padding: 10px;
		text-align: justify;
	}
	
	center.content_f2 h2{text-align: center;}
}
@media screen and (max-width:1179px) {
  .wrap_half section > .flex > .fx_2 {
    width: 100%;
    background-color: var(--white);
  }
}
/*-----------------------------------------------------------  ASIDE - PD --------------------------*/
.asidebox.pd { 
    background-color: var(--color_pd); 
    color: var(--white);
}

.asidebox.pd a { color: var(--color_pl); }

.asidebox.pd a:hover { color: var(--color_pl); }

.asidebox.pd h1 { color: var(--color_pl); }

.asidebox.pd ul li::before { color: var(--color_pl); }

/*-----------------------------------------------------------  ASIDE - AD --------------------------*/
.asidebox.ad { 
    background-color: var(--color_a); 
    color: var(--white);
}

.asidebox.ad a { color: var(--color_ad); }

.asidebox.ad a:hover { color: var(--color_ad); }

.asidebox.ad h1 { color: var(--color_al); }

.asidebox.ad ul li::before { color: var(--color_al); }

/*-----------------------------------------------------------  ASIDE - CD --------------------------*/
.asidebox.cd { 
    background-color: var(--color_c); 
    color: var(--white);
}

.asidebox.cd a { color: var(--color_cl); }

.asidebox.cd a:hover { color: var(--color_cl); }

.asidebox.cd h1 { color: var(--color_cl); }

.asidebox.cd ul li::before { color: var(--color_cd); }

/*-----------------------------------------------------------  ASIDE - PL --------------------------*/
.asidebox.pl { 
    background-color: var(--color_pl); 
    color: var(--black);
}

.asidebox.pl a { color: var(--color_pl); }

.asidebox.pl a:hover { color: var(--color_pl); }

.asidebox.pl h1 { color: var(--color_p); }

.asidebox.pl ul li::before { color: var(--color_p); }


/*-----------------------------------------------------------  ASIDE - AL --------------------------*/
.asidebox.al { 
    background-color: var(--color_al); 
    color: var(--black);
}
.asidebox.al a { color: var(--color_al); }

.asidebox.al a:hover { color: var(--color_al); }

.asidebox.al h1 { color: var(--color_a); }

.asidebox.al ul li::before { color: var(--color_a); }


/*-----------------------------------------------------------  ASIDE - CL --------------------------*/
.asidebox.cl { 
    background-color: var(--color_cl); 
    color: var(--black);
}
.asidebox.cl a { color: var(--color_cl); }

.asidebox.cl a:hover { color: var(--color_cl); }

.asidebox.cl h1 { color: var(--color_c); }

.asidebox.cl ul li::before { color: var(--color_c); }

/*-----------------------------------------------------  TODAY'S READINGS  ----------------------*/
#readings h2, #readings_spanish .rsslayer h2 {
    background: var(--color_a);
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    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(--color_al);
    transition: all 0.3s linear;
}

#readings_spanish .rsscontent h2 {
    background: transparent;
    color: var(--color_pd);
    text-transform: uppercase;
    font-size: 20px;
}

#readings_spanish .rsscontent h2:hover {
    background: transparent;
    color: var(--color_ad);
    text-transform: uppercase;
    font-size: 20px;
}

#readings h4, #readings_spanish h4 {
    color: var(--color_pl);
    font-size: 1.1em;
    margin-bottom: 20px;
}

#readings .poetry, #readings_spanish .poetry {
    font-size: 0.9em;
    margin-bottom: 20px;
}

/*-----------------------------------------------------------  MASS INTENTIONS   ---------------*/
.mass_intentions dl { margin: 0 30px 35px 30px; }

.mass_intentions dl dt h2 {
    color: var(--color_a);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.mass_intentions dl dt p {
    background: var(--color_a);
    color: white;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px;
    font-weight: lighter;
    padding: 3px;
}

.mass_intentions dl dd { border-left-color: var(--color_a); }

.mass_intentions dl dd h2 {
    color: var(--color_pd);
    font-size: 16px;
}
    
.mass_intentions dl dd p { margin-bottom: 10px; }

.mass_intentions dl dd p + h2 {  }

/*-----------------------------------------------------------  MINISTRY LISTING   ------------*/
#ministry_listing .fx_3 { background: var(--gray1); }

#ministry_listing .fx_3 h2 {
    font-size: 16px;
    text-transform: uppercase;
    background: var(--color_p);
    text-align: center;
    font-weight: normal;
    padding: 5px 10px;
}

#ministry_listing .fx_3 h2 a { color: var(--gray1); }

#ministry_listing .fx_3 h2 a:hover { color: var(--color_a); }

#ministry_listing .fx_3 li {
    font-size: 15px;
    border-bottom: dotted 1px #Cecece;
    color: #6f6f6f;
}

#ministry_listing .fx_3 li a {
    color: var(--gray5);
    padding: 5px 5px 5px 5px;
}

#ministry_listing .fx_3 li a:hover {
    font-weight: normal;
    background: #f5b821;
    color: #FFFFFF;
}

/*-----------------------------------------------------------  OUR TEAM ----------------------*/
#ourteam #mainline.js-fixposition {
	position: fixed;
	top: 40px;
	right: 0;
	padding: 8px 50px 8px 15px;
}

#ourteam #mainline {
	z-index: 900;
	background: var(--color_pd);
	text-align: center;
	padding: 8px 0;
	color: white;
}

#ourteam #mainline p { margin-bottom: 0; }

#ourteam #mainline a { color: var(--color_pl); }

#ourteam #mainline a:hover { color: white; }

#ourteam h2 {
	margin-bottom: 15px;
	margin-top: 20px;
}

#ourteam .fx_4 { margin-bottom: 30px; }

#ourteam dl {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}

#ourteam dl dd.OT-name {
	text-align: center;
	background: var(--color_p);
	width: 180px;
	margin: -15px auto 0;
	color: white;
	font-size: 14px;
	padding: 5px 0;
	position: relative;
	z-index: 2;
	border-left: 2px solid var(--color_al);
	border-right: 2px solid var(--color_al);
	font-family: "IBM Plex Serif", serif;
}

#ourteam dl dt { position: relative; }

#ourteam dl dt img {
	border-bottom: 2px solid var(--color_al);
	width: 100%;
	margin-bottom: 0;
}

#ourteam dl dt a.read-profile {
	position: absolute;
	background: rgba(255,255,255,0.7);
	width: 60px;
	padding: 5px 0;
	text-align: center;
	right: 0;
	top: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color_a);
	transition: all 0.2s linear;
}

#ourteam dl dt a.read-profile:hover {
	background: rgba(170,69,47,0.6);
	color: white;
	transition: all 0.2s linear;
}

#ourteam dl dd.OT-function {
	font-size: 14px;
	text-align: center;
	margin: 2px auto;
	color: var(--gray5);
	font-style: italic;
}

#ourteam dl dd.OT-contact {
	font-size: 13px;
	color: var(--color_a);
	text-align: center;
}

#ourteam dl dd.OT-contact a { color: var(--color_a); }

#ourteam dl dd.OT-contact a:hover { color: var(--color_al); }



/*-----------------------------------------------------  COLS INSIDE PAGE  ---------------------*/

@media screen and (min-width:1180px) {

	.twocolsRight {
		display: grid;
		grid-template-columns: 705px 391px;
		grid-column-gap: 40px;
		grid-row-gap: 20px;
		justify-items: self-start;
		width: 100%;
		padding: 0;
		position: relative;
		margin-bottom: 0;
	}
	
	.twocolsLeft {
		display: grid;
		grid-template-columns:390px 705px ;
		grid-column-gap: 40px;
		grid-row-gap: 20px;
		justify-items: self-start;
		width: 100%;
		padding: 0;
		position: relative;
		margin-bottom: 0;
	}
	
}

@media screen and (min-width:880px) and (max-width:1179px) {
	.twocolsRight, .twocolsLeft{
		margin-bottom: 0;
	}

}

@media screen and (max-width:879px) {
	.twocolsRight, .twocolsLeft{ width: 100%}
}


/*-----------------------------------------------------  NEWS AND EVENTS  ----------------------*/

@media screen and (max-width: 799px) {
	#ml_news article {
		border-top: 0 !important;
		border-right: 0 !important;
		border-left: 0 !important;
		border-bottom: 0 !important;
		padding: 0 !important;
	}

	#ml_news .section_50:not(:has(form)) .relative,
	#ml_news .section_25 .relative {
		border-bottom: 1px solid #eeeeee;
		width: 100%;
		padding-bottom: 50px;
	}
}

#ml_news article {
	margin-bottom: 40px;
	border: 1px solid #eee;
	padding: 5px;
}

#ml_news .section_25 article > h1 {
	background: transparent;
	border-bottom: 1px solid var(--color_a);
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 5px;
}

#ml_news a.shareArticle {
	right: 0;
	top: -25px;
	background: var(--color_a);
    color: white;
    width: 40px;
    height: 40px;
    padding: 9px 9px 7px 7px;
    border-radius: 100%;
    text-align: center;
}

#ml_news a.shareArticle:hover { background: var(--color_p); }

#ml_news .section_50:not(:has(form)) h1 {
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px solid var(--color_a);
	margin-bottom: 10px;
	position: static;
}

#ml_news:not(:has(form)) h2 {
	font-size: 1.4em;
	color: var(--color_a);
}

#ml_news:not(:has(form)) h1 {
    font-size: 26px !important;
	color: #01016f
}

#ml_news .section_50 a.shareArticle {
	position: absolute;
	top: -22px;
	right: 5px;
	z-index: 1;
}

#ml_news .section_50:not(:has(form)) .relative { margin: 0 auto; }

#ml_news .section_50:not(:has(form)) dd:not(.date):not(.img-dt_news) { padding-right: 10px; }

main { border-top: solid 1px #cecece;}

#ml_news .section_75 .relative article {
    border: 0;
}

#ml_news .section_75 article {
    border: 0;
    padding: 0;
}

.index_thisweek h2 {
    color: #FFF;
    font-size: 23px;
}

/*-----------------------  SACRAMENTS BG  ------------------*/


@media screen and (min-width: 1120px) {
	.sacrament_bg {
		width: 100%;
		display: table;
		background-size: 552px !important;
		background-repeat: no-repeat!important;
		transition: all .2s ease-in-out;
		max-width: 1520px;
		margin: 0 auto;
		/*filter: grayscale(100%);*/
	}
}

@media screen and (max-width: 1119px) {
	.sacrament_bg {background: none !important;}
}

/*----------------------------------------------------------- CONTACT SECTION ------------------*/
.contact_section{
	padding: 20px 0;
    background: var(--color_ad);
    color: #fff;
    clear: both;
}

.contact_section .col1 {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: right;
}

.contact_section .col1 h1{
	width: 100%;
    font-size: 38px;
    font-weight: 100;
    margin-bottom: 17px;
    padding-right: 46px;
}

.contact_section .col2 {
	width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.contact_section .flex{ align-items: center;}

.contact_section dl {
	text-align: right;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 0fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    align-items: center;
}

.contact_section dt{
	font-size: 30px;
    font-weight: bold;
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    height: 120px;
    float: left;
	grid-area: 1 / 1 / 4 / 2;
}

.contact_section .OT-name { grid-area: 1 / 2 / 2 / 3; }
.contact_section .OT-function { grid-area: 2 / 2 / 3 / 3; }
.contact_section .OT-contact { grid-area: 3 / 2 / 4 / 3; }

.contact_section dd.OT-name {
    font-size: 22px;
	font-weight: bold;
}



.contact_section dd a {
    color: #FFF;
}

.contact_section a.read-profile {
    display: none;
}

.contact_section dd a:hover {
    color: #ddd0b1;
}



.contact_section h1{
	color: #fff;
	font-size: 26px;
	margin-bottom: 25px;
	
}

.contact_section p {
  max-width: 600px;
  margin: 0 auto;
}

#section_select {
    margin: 0 0 0 0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border: solid 1px var(--color_al);
    background: var(--color_al);
    color: #FFFFFF;
}

#section_div:before{display: none;}
@media (max-width: 1179px) {
	.contact_section .col1 h1{text-align: center;
    padding: 0;}
    
}

/*----------------------------------------------------------- INNER CONTACT ---------------*/
@media screen and (min-width:1180px) {
	.contact_inner_Page .wrap_half {
		position: relative;
		/*background-color: var(--white);*/
		height: auto;
	}
	.contact_inner_Page .Half_ColorR {
		background: var(--color_a);
		height: 100%;
		width: 41%;
		position: absolute;
		z-index: 0;
		background-size: cover;
		color: white;
		right: 0;
	}

	.contact_inner_Page .Half_ColorL {
		background: var(--color_pl);
		height: 100%;
		width: 40%;
		position: absolute;
		z-index: 0;
		background-size: cover;
		color: white;
		left: 0;
	}
}
@media screen and (max-width:1179px) {
  .contact_inner_Page .wrap_half section > .flex > .fx_2 {
    width: 100%;
   /* background-color: var(--white);*/
  }
}

/*-----------------------------------------------------------  BGGREY1 -----------------------*/
.bg_grey1 {
    background: var(--gray1);
    padding: 20px 0;
}

/*---------------------------------------------------------- CRONOLOGY -----------------------------*/
@media screen and (min-width: 1180px) {
	.cronology .cronology-ages div {
		/* margin: 25px 50px; */
		height: 377px;
		overflow-y: scroll;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: var(--color_a) transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar {
		background: transparent;
		width: 4px;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-button {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-track {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-track-piece {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-thumb {
		background: var(--color_a);
		border-radius: 20px;
	}

	/* .cronology .cronology-ages div:hover::-webkit-scrollbar-thumb {
		background: var(--brown2);
		border-radius: 20px;
	} */

	.cronology .cronology-ages div::-webkit-scrollbar-corner {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-resizer {
		background: transparent;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	.cronology .cronology-ages div {
		/* margin: 25px 50px; */
		height: 277px;
		overflow-y: scroll;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: var(--color_a) transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar {
		background: transparent;
		width: 4px;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-button {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-track {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-track-piece {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-thumb {
		background: var(--color_a);
		border-radius: 20px;
	}

	/* .cronology .cronology-ages div:hover::-webkit-scrollbar-thumb {
		background: var(--brown2);
		border-radius: 20px;
	} */

	.cronology .cronology-ages div::-webkit-scrollbar-corner {
		background: transparent;
	}

	.cronology .cronology-ages div::-webkit-scrollbar-resizer {
		background: transparent;
	}
}

@media screen and (max-width: 879px) {
	.cronology .flex .fx_2 {
		display: block;
		max-width: 600px;
		width: 100%;
		margin: 0 auto 20px;
	}
}

.cronology {
	background: var(--color_ad1);
	padding: 30px 0;
	color: white;
}

.cronology h1 {
	text-align: center;
	margin-bottom: 30px;
	color: var(--color_a);
	font-size: 50px;
}

.cronology .cronology-ages div {
	border-left: 2px solid var(--color_a);
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cronology .cronology-ages div dl { margin-bottom: 20px; }

.cronology .cronology-ages div dl dt {
	position: relative;
    background: var(--color_ad);
    width: auto;
    padding: 2px 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    display: table;
}

.cronology .cronology-ages div dl dt::before {
	content: " ";
	background: var(--color_a);
	height: 2px;
	width: 15px;
	position: absolute;
	left: -15px;
	top: 12px;
}

.cronology .cronology-ages div dl dd { padding-left: 10px; }

.cronology #section_navigation a, .cronology .section_navigation a {
    background: var(--color_a);
    color: var(--color_a);
    border: 0;
}

.cronology #section_navigation a.selected, .cronology #section_navigation a:hover,.cronology  .section_navigation a.selected, .cronology .section_navigation a:hover{
	    background: var(--color_pd1);
    color: var(--color_a);
}

/*---------------------------------------------------------- HALF PAGE -------------------------*/

a.button02 {
	background-color: #FFF;
    border: 0;
    color: #000 !important;
    display: block;
    position: relative;
    font-weight: normal;
    padding: 5px 17px;
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

a.button02::after {
	content: " ";
	position: absolute;
	background-color: #715d30ab;
	height: 100%;
	width: 6px;
	left: 0;
	top: 0;
	transition: all 0.4s ease-in-out;
}

a.button02:hover::after {
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.conetent_halfsection .fx2.bannerPlace {
	/*background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    min-height: 400px;margin-bottom: -6px;*/
    padding: 0;
    
}

.conetent_halfsection .fx2.bannerPlace img{width: 100%;    margin: 0 auto;}

.conetent_halfsection .fx2.infor {
	position: relative;
}

.conetent_halfsection .fx2 .content {
	max-width: 580px;
	padding: 20px;
	width: 100%;
}

.conetent_halfsection .content h1 {
	margin-bottom: 30px;
	font-weight: 800;
}

.conetent_halfsection p {
    font-size: 18px;
}

.conetent_halfsection a.button-hm-section {
    display: block;
    max-width: 250px;
    background: #FFF;
    color: var(--color_p);
    margin: 30px auto 0;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: all 0.2s linear;
    font-weight: bold;
}

.conetent_halfsection a.button-hm-section:hover {
	background: #ffffffbd;
}

.conetent_halfsection.color_p {
	background: var(--color_p);
    padding: 0;
    display: table;
    width: 100%;
    color: #FFF;
}

.conetent_halfsection.color_pl {
	background: var(--color_pl);
    padding: 0;
    display: table;
    width: 100%;
    color: #FFF;
}

.conetent_halfsection.color_pd {
	background: var(--color_pd);
    padding: 0;
    display: table;
    width: 100%;
    color: #FFF;
}

.conetent_halfsection.color_p h1 {
    color: var(--color_al1);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}


@media screen and (min-width: 1920px) {
	.conetent_halfsection .flex{
		max-width: 1143px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1180px) {
	.conetent_halfsection .fx2 {
		width: calc(100% / 2);
		padding: 0 30px;
		/*height: 500px;*/
		height: auto;
	}

	.conetent_halfsection .fx2.infor .content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
	}

	.conetent_halfsection .content h1 { margin-top: 0; }
}

@media screen and (max-width: 1179px) {
	.conetent_halfsection .fx2 {
		width: 100%;
		/*padding-bottom: 50px;*/
	}
	
	.conetent_halfsection .flex{flex-direction: column;}
	
	.conetent_halfsection .fx2.bannerPlace{
		flex: 1;
		order: -1;
	}
	

	
	.conetent_halfsection .fx2.infor {
		flex: 1;
	}
	
	.conetent_halfsection .fx2:last-child {
		padding: 0px 0;
	}

	.conetent_halfsection .fx2 .content {
		margin: 0 auto;
		text-align: center;
	}
}

.conetent_halfsection a.button-hm-section::after,
.conetent_halfsection a.button-hm-section::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.conetent_halfsection a.button-hm-section::after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.conetent_halfsection a.button-hm-section::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.conetent_halfsection a.button-hm-section:hover::after,
.conetent_halfsection a.button-hm-section:hover::before {
    width: 30px;
    height: 30px;
    border-color: var(--color_al1);
}