@charset "utf-8";
/* CSS Document */
/***REDGOOSEDESIGN&MEDIACSS BASE***/
/**********************************/
/*text, titles, fonts*/
h1{
    font-size: 56px;
    line-height: 56px;
    text-align: left;
    font-weight: bold;
    color: #000000;
}
/*livesteam*/
.live-stream{background:#e1d1b7;padding-right:15px!important;}
/*about*/
.sppb-addon-person .sppb-addon-content .sppb-person-information {display:none;}
/*rosary*/
.sppb-carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.sppb-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #141529;
    border-radius: 10px;
    cursor: pointer;
    background-color: #141529;
}
.sppb-carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #e1d1b7;
}
.sppb-carousel-arrow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    opacity: .8;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: #e1d1b7;
}
/*Calendar*/
.layout-calendar #sp-main-body{padding-top:16px!important;}
.layout-calendar #sp-main-body .container{max-width:100%!important;width:100%!important;}
.layout-calendar .contentheading{display:none;}
#jevents_body {
    width: 100% !important;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.cal_cell_rows {height: 140px;}
.layout-calendar #jevents .new-navigation .nav-items>div {padding: 7px 0px;}
#jevents_body .nav-items > div a:hover {
    padding: 12px;
    background-color: transparent;
    border-left: none;
    color: #000;
}
.jmoddiv .mod-custom .container{max-width:100%!important;width:100%!important;}
.nav-items > div:first-child {border-radius: 0;border-left: 1px solid #ff3b30;}
.nav-items > div:last-child {border-radius: 0;border-right: 1px solid #ff3b30;}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth, .jev_toprow div.currentmonth{width: 33.33%;min-height: 24px;}
.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth{line-height:46px;}
#jevents_body .jev_toprow div.previousmonth a{font-size:20px;}
.cal_daysnames {font-size: 18px;}
#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
    font-size: 14px;
    font-weight:800;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #474747;
    display: block;
    margin-bottom: 1px;
    padding: 4px;
}
#jevents_body .month_cell_st {
    border-bottom: 3px solid #141529!important;
    border-left: 6px solid #141529!important;
}
/*media queries*/
/* Smartphones (portrait and landscape) */
@media only screen and (max-width: 767px) {
}

/* Tablets (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Tablets (landscape) */
@media only screen and (min-width: 960px) and (max-width: 1023px) {
}

/* Small Laptops and Desktops */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
}

/* Medium Laptops and Desktops */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
}

/* Large Laptops and Desktops */
@media only screen and (min-width: 1440px) {
}
/***COLOR***/
.black{color:black !important;}
.white{color:white !important;}
.gray{color:gray !important;}
.red{color:red !important;}
.orange{color:orange !important;}
.purple{color:purple !important;}
.green{color:green !important;}
.blue{color:blue !important;}
.yellow{color:yellow!important;}
/***DISPLAY SETTINGS***/
.block{display:block!important;}
.inlineblock{display:inline-block!important;}
.displaynone{display:none!important;}
.hide{visibility: hidden!important;}
.clear{clear:both!important;}
/***ELEMENTS***/
.card{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);Transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
.card:hover {box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
/***PADDING***/
/*padding top*/
.pt0{padding-top:0 !important;}
.pt1{padding-top:1rem !important;}
.pt2{padding-top:2rem !important;}
.pt3{padding-top:3rem !important;}
.pt4{padding-top:4rem !important;}
.pt5{padding-top:5rem !important;}
.pt6{padding-top:6rem !important;}
.pt7{padding-top:7rem !important;}
.pt8{padding-top:8rem !important;}
.pt9{padding-top:9rem !important;}
.pt10{padding-top:10rem !important;}
/*padding bottom*/
.pb0{padding-bottom:0 !important;}
.pb1{padding-bottom:1rem !important;}
.pb2{padding-bottom:2rem !important;}
.pb3{padding-bottom:3rem !important;}
.pb4{padding-bottom:4rem !important;}
.pb5{padding-bottom:5rem !important;}
.pb6{padding-bottom:6rem !important;}
.pb7{padding-bottom:7rem !important;}
.pb8{padding-bottom:8rem !important;}
.pb9{padding-bottom:9rem !important;}
.pb10{padding-bottom:10rem !important;}
/*padding top and padding bottom*/
.ptb0{padding-top:0; padding-bottom:0 !important;}
.ptb1{padding-top:1rem; padding-bottom:1rem !important;}
.ptb2{padding-top:2rem; padding-bottom:2rem !important;}
.ptb3{padding-top:3rem; padding-bottom:3rem !important;}
.ptb4{padding-top:4rem; padding-bottom:4rem !important;}
.ptb5{padding-top:5rem; padding-bottom:5rem !important;}
.ptb6{padding-top:6rem; padding-bottom:6rem !important;}
.ptb7{padding-top:7rem; padding-bottom:7rem !important;}
.ptb8{padding-top:8rem; padding-bottom:8rem !important;}
.ptb9{padding-top:9rem; padding-bottom:9rem !important;}
.ptb10{padding-top:10rem; padding-bottom:10rem !important;}
/*padding left*/
.pl0{padding-left:0 !important;}
.pl1{padding-left:1rem !important;}
.pl2{padding-left:2rem !important;}
.pl3{padding-left:3rem !important;}
.pl4{padding-left:4rem !important;}
.pl5{padding-left:5rem !important;}
.pl6{padding-left:6rem !important;}
.pl7{padding-left:7rem !important;}
.pl8{padding-left:8rem !important;}
.pl9{padding-left:9rem !important;}
.pl10{padding-left:10rem !important;}
/*padding right*/
.pr0{padding-right:0 !important;}
.pr1{padding-right:1rem !important;}
.pr2{padding-right:2rem !important;}
.pr3{padding-right:3rem !important;}
.pr4{padding-right:4rem !important;}
.pr5{padding-right:5rem !important;}
.pr6{padding-right:6rem !important;}
.pr7{padding-right:7rem !important;}
.pr8{padding-right:8rem !important;}
.pr9{padding-right:9rem !important;}
.pr10{padding-right:10rem !important;}
/*padding left and padding right*/
.plr0{padding-left:0; padding-right:0 !important;}
.plr1{padding-left:1rem; padding-right:1rem !important;}
.plr2{padding-left:2rem; padding-right:2rem !important;}
.plr3{padding-left:3rem; padding-right:3rem !important;}
.plr4{padding-left:4rem; padding-right:4rem !important;}
.plr5{padding-left:5rem; padding-right:5rem !important;}
.plr6{padding-left:6rem; padding-right:6rem !important;}
.plr7{padding-left:7rem; padding-right:7rem !important;}
.plr8{padding-left:8rem; padding-right:8rem !important;}
.plr9{padding-left:9rem; padding-right:9rem !important;}
.plr10{padding-left:10rem; padding-right:10rem !important;}
/*padding surround*/
.px0{padding:0 !important;}
.px1{padding:1rem !important;}
.px2{padding:2rem !important;}
.px3{padding:3rem !important;}
.px4{padding:4rem !important;}
.px5{padding:5rem !important;}
.px6{padding:6rem !important;}
.px7{padding:7rem !important;}
.px8{padding:8rem !important;}
.px9{padding:9rem !important;}
.px10{padding:10rem !important;}
/***MARGIN***/
/*margin top*/
.mt0{margin-top:0 !important;}
.mt1{margin-top:1rem !important;}
.mt2{margin-top:2rem !important;}
.mt3{margin-top:3rem !important;}
.mt4{margin-top:4rem !important;}
.mt5{margin-top:5rem !important;}
.mt6{margin-top:6rem !important;}
.mt7{margin-top:7rem !important;}
.mt8{margin-top:8rem !important;}
.mt9{margin-top:9rem !important;}
.mt10{margin-top:10rem !important;}
/*margin bottom*/
.mb0{margin-bottom:0rem !important;}
.mb1{margin-bottom:1rem !important;}
.mb2{margin-bottom:2rem !important;}
.mb3{margin-bottom:3rem !important;}
.mb4{margin-bottom:4rem !important;}
.mb5{margin-bottom:5rem !important;}
.mb6{margin-bottom:6rem !important;}
.mb7{margin-bottom:7rem !important;}
.mb8{margin-bottom:8rem !important;}
.mb9{margin-bottom:9rem !important;}
.mb10{margin-bottom:10rem !important;}
/*margin top and margin bottom*/
.mtb0{margin-top:0; margin-bottom:0 !important;}
.mtb1{margin-top:1rem; margin-bottom:1rem !important;}
.mtb2{margin-top:2rem; margin-bottom:2rem !important;}
.mtb3{margin-top:3rem; margin-bottom:3rem !important;}
.mtb4{margin-top:4rem; margin-bottom:4rem !important;}
.mtb5{margin-top:5rem; margin-bottom:5rem !important;}
.mtb6{margin-top:6rem; margin-bottom:6rem !important;}
.mtb7{margin-top:7rem; margin-bottom:7rem !important;}
.mtb8{margin-top:8rem; margin-bottom:8rem !important;}
.mtb9{margin-top:9rem; margin-bottom:9rem !important;}
.mtb10{margin-top:10rem; margin-bottom:10rem !important;}
/*margin left*/
.ml0{margin-left:0rem !important;}
.ml1{margin-left:1rem !important;}
.ml2{margin-left:2rem !important;}
.ml3{margin-left:3rem !important;}
.ml4{margin-left:4rem !important;}
.ml5{margin-left:5rem !important;}
.ml6{margin-left:6rem !important;}
.ml7{margin-left:7rem !important;}
.ml8{margin-left:8rem !important;}
.ml9{margin-left:9rem !important;}
.ml10{margin-left:10rem !important;}
/*margin right*/
.mr0{margin-right:0rem !important;}
.mr1{margin-right:1rem !important;}
.mr2{margin-right:2rem !important;}
.mr3{margin-right:3rem !important;}
.mr4{margin-right:4rem !important;}
.mr5{margin-right:5rem !important;}
.mr6{margin-right:6rem !important;}
.mr7{margin-right:7rem !important;}
.mr8{margin-right:8rem !important;}
.mr9{margin-right:9rem !important;}
.mr10{margin-right:10rem !important;}
/*margin left and margin right*/
.mlr0{margin-left:0; margin-right:0 !important;}
.mlr1{margin-left:1rem; margin-right:1rem !important;}
.mlr2{margin-left:2rem; margin-right:2rem !important;}
.mlr3{margin-left:3rem; margin-right:3rem !important;}
.mlr4{margin-left:4rem; margin-right:4rem !important;}
.mlr5{margin-left:5rem; margin-right:5rem !important;}
.mlr6{margin-left:6rem; margin-right:6rem !important;}
.mlr7{margin-left:7rem; margin-right:7rem !important;}
.mlr8{margin-left:8rem; margin-right:8rem !important;}
.mlr9{margin-left:9rem; margin-right:9rem !important;}
.mlr10{margin-left:10rem; margin-right:10rem !important;}
/*margin surround*/
.mx0{margin:0 !important;}
.mx1{margin:1rem !important;}
.mx2{margin:2rem !important;}
.mx3{margin:3rem !important;}
.mx4{margin:4rem !important;}
.mx5{margin:5rem !important;}
.mx6{margin:6rem !important;}
.mx7{margin:7rem !important;}
.mx8{margin:8rem !important;}
.mx9{margin:9rem !important;}
.mx10{margin:10rem !important;}
/***TEXT***/
/*text positions*/
.textleft{text-align:left!important;}
.textright{text-align:right!important;}
.textcenter{text-align:center!important;}
/*letter cases*/
.uppercase{text-transform:uppercase!important;}
.lowercase{text-transform:lowercase!important;}
.firstletter{text-transform:capitalize!important;}
/*text decor*/
.txshadow{text-shadow: 0px 1px 2px black !important;}
.nodecoration{text-decoration: none !important;}
/***POSITIONS***/
.absolute{position:absolute !important;}
.absolutecenter{top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;}
.relative{position:relative !important;}
.fixed{position:fixed !important;}
.stickynavigation{position:fixed;top:0;width:100%!important;}
.verticlemiddle{vertical-align:middle;}
.autocenter{margin:0 auto; display:block;}
/*social buttons*/
.z999{z-index:999;}
.socialbuttons {bottom:0%;left:0;}
.socialbuttons a{display:block!important;}
.socialbuttons .fab, .socialbuttons .fas { padding: 12px; font-size: 22px; text-align: center; text-decoration: none;}
/* Add a hover effect if you want */
.socialbuttons .fab:hover, .socialbuttons .fas:hover{opacity: 0.7; color:white; background:black;}
/* Set a specific color for each brand */
/* Facebook */
.socialbuttons .fa-facebook {  background: #3B5998; color: white;}
/* Twitter */
.socialbuttons .fa-twitter { background: #55ACEE; color: white;}
/* messenger */
.socialbuttons .fa-facebook-messenger { background: #00B2FF; color: white;}
/* envemlope */
.socialbuttons .fa-envelope { background: #fff000; color: white;}