/*
Theme Name: MacedoniaUMC
Theme URI:  https://www.wpserveur.net
Author:     RyouDev
Author URI: https://www.wpserveur.net
Template:   html5blank-stable
Version:    1.0
License:    GNU General Public License v2 or later
*/

/*** Global Typography ***/
main {
	overflow: hidden;
}
.standard p, .standard p a, .standard li {
	font-size: 16px;
	line-height: 1.7;
	font-family: "open-sans",sans-serif;
	font-weight: 500;
	color: #000;
}
.standard p {
	margin-bottom: 14px;
}
.standard p a {
	color: #52317a;
	font-weight: 600;
    text-decoration: underline;
}
.standard ul, .standard ol  {
	margin-bottom: 14px;
}
.standard h1 {
	font-size: 40px;
    font-weight: 600;
    color: #52317a;
	margin-bottom: 24px;
	font-family: "open-sans",sans-serif;
}
.standard h2 {
	font-size: 36px;
    font-weight: 600;
    color: #52317a;
	padding: 28px 0px 24px 0px;
	font-family: "open-sans",sans-serif;
}
.standard h3 {
	font-size: 20px;
    font-weight: 600;
    color: #52317a;
	font-family: "open-sans",sans-serif;
}
.standard h4 {
	font-size: 16px;
    font-weight: 600;
    color: #52317a;
	font-family: "open-sans",sans-serif;
}
.standard h5 {
	font-size: 16px;
    font-weight: 600;
	font-family: "open-sans",sans-serif;
}

/*** HEADER ***/
.body-wrapper {
	position: relative;
}
.header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	transition: all ease-out .2s;
	top: 0;
	box-shadow: 0px -3px 10px rgb(0 0 0 / 70%);
	height: auto;
}
.logo {
	width: 260px;
	transition: all ease-out .2s;
}
.logo-img {
	width: 260px;
}
.logo-area {
	background-color: #fff;
	padding-top: 14px;
    padding-bottom: 14px;
	transition: all ease-out .2s;
}
.desk-navigation {
	background-image: linear-gradient(to right, RGB(255, 255, 255, 1) 50%, RGB(176, 111, 41,1) 50%);
	font-family: "rift",sans-serif;
}
.nav-area {
	background-color: #b06f29;
	padding-top: 20px;
	transition: all ease-out .2s;
}
.top-nav > ul, .bottom-nav > ul {
	text-align: right;
	padding: 0;
}
.top-nav > ul > li, .bottom-nav > ul > li {
	display: inline;
}
.top-nav > ul {
	margin: 0 0 18px 0;
}
.bottom-nav > ul {
	margin: 0 38px 0 0;
}
.top-nav > ul > li {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 16px;
	border-right: 2px solid #f2bb3d;
}
.top-nav > ul > li:last-child {
	border-right: none;
	padding-right: 0;
}
.top-nav > ul > li > a {
	color: #f2bb3d;
	display: inline-block;
	letter-spacing: 1px;
}
.top-nav > ul > li > a:hover {
	color: #fff;
}
.top-nav > ul > .current_page_item a {
	color: #fff;
}
.bottom-nav {
	position: relative;
}
.bottom-nav > ul > li {
	font-size: 23px;
	text-transform: uppercase;
}
.bottom-nav > ul > li > a {
	color: #fff;
	padding: 16px 4%;
	display: inline-block;
}
.bottom-nav > ul > li:hover > a {
	color: #f2bb3d;
}
.bottom-nav > ul > li.current-menu-item a {
	background-color: #fff;
	color: #5c317a;
}
.bottom-nav > ul > li:last-child a {
	background-color: #fff;
	color: #52317a;
}
.bottom-nav > ul > li:last-child a:hover {
	background-color: #f2bb3d;
}
.bottom-nav .sub-menu {
	display: none;
	position: absolute;
    z-index: 999;
	padding: 0;
	margin: 0;
	left: 10px;
    text-align: left;
    padding: 0;
	background-color: #4b5857;
	min-width: 212px;
}
.bottom-nav .menu-item-has-children {
	position: relative;
}
.bottom-nav .menu-item-has-children:hover .sub-menu {
	display: block;
}
.bottom-nav .sub-menu > li {
	list-style-type: none;
}
.bottom-nav .sub-menu > li > a {
	padding: 12px 24px;
    display: block;
    font-size: 19px;
    color: #fff;
}
.bottom-nav .sub-menu > li:hover > a {
	background-color: #f2bb3d;
	color: #4b5857;
}
.desk-header-search {
	position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.search-area {
	position: absolute;
    right: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #dedede;
	font-size: 16px;
	display: none;
	z-index: 9;
}
.search-area form input, .search-area form button {
	border: none;
    background-color: unset;
}
.nav-adjust .logo-area {
	padding-top: 5px;
    padding-bottom: 5px;
	transition: all ease-out .2s;
}
.nav-adjust .logo {
	width: 130px;
	transition: all ease-out .2s;
}
.nav-adjust .top-nav {
	display: none;
}
.nav-adjust .nav-area {
	padding-top: 0px;
	transition: all ease-out .2s;
}
.mobile-navigation {
	display: none;
	position: relative;
	font-family: "rift",sans-serif;
	background-color: #fff;
}
.mobile-navigation .container {
	position: relative;
}
.mobile-logo {
	position: relative;
	padding: 10px 15px;
}
.mobile-logo-img {
	width: 150px;
}
.mobile-logo .fa {
	position: absolute;
    right: 16px;
    font-size: 22px;
    top: 24px;
}
.mob-nav-row {
	background-color: #b06f29;
	position: absolute;
    z-index: 999;
    width: 100%;
	display: none;
}
.mobile-nav > ul {
	margin: 0;
	padding: 0;
}
.mobile-nav > ul > li {
	list-style-type: none;
	padding: 6px 10px;
    font-size: 16px;
    border-bottom: 1px solid #f2bb3d;
	position: relative;
}
.mobile-nav > ul > li > a {
	color: #fff;
}
.mobile-nav > ul > li .fa {
	right: 3px;
    position: absolute;
    color: #fff;
    top: 9px;
}
.mobile-nav .sub-menu {
	display: none;
}
.mobile-nav .sub-menu li {
	list-style-type: none;
}
.mobile-nav .sub-menu li a {
	color: #fff;
}
.mob-search-area {
	padding: 10px;
    background: #fff;
    border: 1px solid #dedede;
	font-size: 14px;
    margin: 10px;
}
.mob-search-area form {
	position: relative;
}
.mob-search-area form input, .mob-search-area form button {
	border: none;
    background-color: unset;
}
.mob-search-area form input {
	width: 100&;
}
.mob-search-area form button {
	position: absolute;
	right: 0;
	z-index: 3;
}
/*** FOOTER ***/

.footer-form {
	background-color: #870064;
	height: 100%;
    padding: 48px 0;
}
.footer-form div.wpforms-container-full .wpforms-form input[type=text], .footer-form div.wpforms-container-full .wpforms-form input[type=email], #nf-form-1-cont .nf-form-content input {
	background-color: rgb(255, 255, 255, 0.5);
	border: 1px solid #fff;
	border-radius: 0;
	height: 38px;
}
.footer-form div.wpforms-container-full .wpforms-form input::placeholder, #nf-form-1-cont .nf-form-content input::placeholder {
	color: #fff; 
}
#nf-form-1-cont nf-field:nth-child(1), #nf-form-1-cont nf-field:nth-child(2) {
	display: inline-block;
    width: 50%;
}
#nf-form-1-cont nf-field:nth-child(1) {
	padding-right: 8px;
}
#nf-form-1-cont nf-field:nth-child(2) {
	padding-left: 8px;
}
#nf-form-1-cont #nf-field-4-container {
	text-align: right;
	margin-bottom: 0;
}
.footer-directions {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.footer-directions .btn {
	color: #ffff;
    border: 2px solid #ffff;
    font-size: 24px;
    padding: 15px 68px;
    font-weight: bold;
    font-family: "rift",sans-serif;
    letter-spacing: 5px;
    border-radius: 0;
}
.footer-directions .btn:hover{
	background-color: #f2bb3d;
	color: #444;
}
.footer-form h1{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	font-family: "rift",sans-serif;
	letter-spacing: 5px;
}
#wpforms-21, #nf-form-1-cont {
	width: 423px;
	margin: 0 auto;
}
#nf-form-1-cont .nf-form-content {
	padding: 0;
}
.wpforms-field-row-block.wpforms-first.wpforms-one-half input {
	font-family: "Rift";
}
.wpforms-field.wpforms-field-email input {
	font-family: "Rift";
}
.wpforms-submit-container{
	text-align: right;
}
#wpforms-submit-21, #nf-form-1-cont #nf-field-4{
	background-color: #b16d03;
	color: #fff;
	border: 0;
    font-size: 16px;
    padding: 10px 30px;
	font-family: "Rift";
	text-transform: uppercase;
	height: 44px;
}
#wpforms-submit-21:hover, #nf-form-1-cont #nf-field-4:hover{
	background-color: #f2bb3d;
	color: #444;
}
#nf-form-1-cont .nf-form-fields-required {
	visibility: hidden;
}
.bottom-footer{
 	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	height: 100%;
    padding: 60px 100px;
}
.footer-contact{
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	font-family: "open-sans",sans-serif;
	padding: 10% 0;
}
.footer-contact p a {
	color: #fff;
}
.footer-contact p a:hover {
	color: #f2bb3d;
}
.copyright{
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-family: "open-sans",sans-serif;
	font-weight: 500;
}
.footer-img-txt {
	text-align: right;
}
.footer-img-txt p{
	color: #fff;
	font-size: 44px;
	padding: 42px 0 0 0;
	font-family: "vinyl",sans-serif;
}

/*** HOME ***/
.home-banner {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 36px;
	overflow: hidden;
}
.home-banner:before {
	left: 0;
	top: 0;
	content:"";
	height:100%;
  	position:absolute;
  	width:100%;
	background-color: rgb(0,0,0, 0.2);
	z-index: 2;
}
.video-background {
	position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   overflow: hidden;
}
.video-background iframe {
	width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.banner-heading {
	position: absolute;
    width: 100%;
    bottom: 24%;
	z-index: 3;
}
.banner-heading h3 {
	color: #fff;
    font-size: 54px;
	margin: 0;
	font-family: "open-sans",sans-serif;
}
.banner-heading .carousel-indicators, .banner-heading .carousel-control-prev, .banner-heading .carousel-control-next {
	display: none;
}
.banner-bottom {
	position: absolute;
    width: 100%;
    bottom: 0;
	border-top: 2px solid #fff;
	font-family: "rift",sans-serif;
	z-index: 3;
}
.banner-bottom .container-fluid .row .col-md-6:first-child {
	padding: 0;
}
.banner-bottom .banner-btn:first-child {
	border-left: 0;
}
.banner-btn {
	display: inline-block;
	width: 210px;
	border-left: 2px solid #fff;
	text-align: center;
	margin-right: -3px;
}
.banner-bottom .banner-btn:first-child {
	background-color: #52317a;
}
.banner-bottom .banner-btn:nth-child(2) {
	background-color: #841f64;
}
.banner-btn a {
	padding: 22px 10px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
.banner-bottom .banner-btn:hover {
	background-color: #f2bb3d;
}
.banner-bottom .banner-btn:hover a {
	color: #52317a;
}
.banner-t-socmed {
	padding: 22px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
	max-width: 555px;
}
.banner-t-socmed a {
	display: inline-block;
	font-size: 18px;
	padding: 3px 5px;
	border-radius: 40px;
	color: #444;
	background-color: #fff;
	text-align: center;
	float: right;
    margin-left: 7px;
	margin-top: 5px;
}
.banner-t-socmed a i {
	width: 22px;
	height: 20px;
}
.banner-t-socmed a:hover{
	color: #fff;
	background-color: #52317a;
}
.middle-block {
	margin-bottom: 36px;
}
.block, .block .container {
	position: relative;
}
.block-img {
	position: absolute;
	width: 50%;
	height: 100%;
}
.in-block-img {
	height: 100%;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.block:nth-child(odd) .block-img {
	top: 0;
	left: 0;
}
.block:nth-child(even) .block-img {
	top: 0;
	right: 0;
}
.block:nth-child(odd) .col-md-6 {
	margin: auto 0 0 auto;
}
.block-description {
	padding: 10% 9%;
	font-size: 18px;
    line-height: 2;
	min-height: 480px;
}
.block:nth-child(even) .block-description {
	text-align: right;
}
.block-description h1, .block-description h2, .block-description h3, .block-description h4 {
	font-family: "rift",sans-serif;
	font-size: 33px;
    font-weight: 700;
	text-transform: uppercase;
	line-height: 36px;
	letter-spacing: 4px;
}
.block-description p, .block-description li {
	font-family: "open-sans",sans-serif;
    font-weight: 500;
}
.block-btn {
	padding-top: 28px;
}
.block-btn a {
	font-family: "rift",sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 36px;
    border: 2px solid #444;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.block-btn a:hover {
	background-color: #f2bb3d;
	
}
.home-calendar {
	background-color: #b06f29;
	margin-bottom: 36px;
}
.in-home-caledar {
	position: relative;
}
.caledar-img {
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	height: 100%;
    width: 33.333%;
    position: absolute;
}
.calendar-details {
	padding: 40px 0;
	color: #fff;
}
.calendar-details h2 {
	font-family: "rift",sans-serif;
	font-size: 30px;
	letter-spacing: 5px;
	margin-bottom: 12px;
}
.calendar-details .block-btn {
	text-align: center;
}
.calendar-details .block-btn a {
	color: #fff;
	border: 2px solid #fff;
}
.calendar-details .block-btn a:hover {
	color: #444;
	background-color: #f2bb3d;
}
#home-calendar .the_gc_event_grid {
	display: block;
}
#home-calendar .tgs_event > * {
	flex: unset;
}
#home-calendar .tgs_event {
	flex-wrap: unset;
	display: none;
	background: none;
	box-shadow: none;
	max-width: 540px;
    margin: 18px auto;
}
#home-calendar .simcal-event {
	display: none;
	margin-bottom: 16px;
}
#home-calendar .tgs_event:hover {
	box-shadow: none;
}
#home-calendar .tgs_event:nth-child(-n+4) {
     display: flex;
 }
#home-calendar .tgs_event .tgse_desc_section {
	background: none;
}
#home-calendar .tgse_timezone, #home-calendar .tgse_date_time, #home-calendar .tgse_location {
	display: none;
}
#home-calendar .tgse_section_top {
	background: none;
	padding: 0;
}
#home-calendar .tgse_section_bottom .tgse_readmore {
	text-align: left;
	margin: 10px 0px;
}
#home-calendar .tgse_section_bottom .tgse_readmore .tgse_readmore_link {
	font-size: 14px;
    font-family: "rift",sans-serif;
    letter-spacing: 2px;
}
#home-calendar .tgse_section_bottom .tgse_readmore .tgse_readmore_link:hover {
	background-color: #444;
}
#home-calendar .tgse_date {
	color: #4c5858;
    background-color: #fff;
    padding-top: 28px;
    width: 120px;
    height: 120px;
}
#home-calendar .tgse_time span.tgse_icon {
	display: none;
}
#home-calendar .tgse_time .tgse_timerange, #home-calendar .simcal-event-details p:nth-child(2) {
	font-size: 16px;
    font-weight: 500;
	margin-left: -8px;
}
#home-calendar .simcal-event-details p {
	margin-bottom: 0;
}
#home-calendar .tgse_date_day {
	font-size: 38px;
}
#home-calendar .tgse_date_month {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
#home-calendar ul.simcal-events {
	padding: 0;
	max-width: 540px;
    margin: 0 auto;
}
#home-calendar .tgse_title h4, #home-calendar .simcal-event-title {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	font-family: "open-sans",sans-serif;
}
#home-calendar .simcal-event-title:hover {
	color: #f2bb3d;
}
#home-calendar .simcal-event-start-date {
	display: none;
}
.homecal-date {
	display: inline-block;
    width: 80px;
    height: 80px;
	vertical-align: top;
	color: #444;
    background-color: #fff;
    text-align: center;
	margin-right: 20px;
	font-weight: 600;
}
.homecal-date p:nth-child(1) {
	font-size: 34px;
    line-height: 1;
	margin-bottom: 0;
	padding-top: 15px;
}
.homecal-date p:nth-child(2) {
	font-size: 14px;
    line-height: 1;
	margin-bottom: 0;
}
#home-calendar .simcal-event-details {
	display: inline-block;
	vertical-align: top;
	padding-top: 9px;
}
.member {
	background-repeat: no-repeat;
	background-size: 60%;
    background-position: right center;
	background-color: #52317a;
	margin-bottom: 36px;
}
.member-image {
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}
.member-info {
	color: #fff;
    min-height: 350px;
	padding: 7% 10% 7% 7%;
	position: relative;
}
.qt-ico {
	text-align: right;
	margin-bottom: 6px;
}
.qt-ico img {
	width: 52px;
}
.member-quote {
	font-weight: 600;
    font-size: 37px;
}
.member-btn {
	padding: 14px 0;
}
.member-btn a, .member-btn div {
	color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
	cursor: pointer;
}
.member-btn a:hover, .member-btn div:hover, .all-story-btn a:hover {
	color:#f2bb3d;
}
.all-story-btn a {
	color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.page-header-banner {
	padding: 240px 0 120px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #52317a;
}
.page-header-banner h1 {
	font-size: 62px;
	color: #fff;
	text-transform: uppercase;
	font-family: "rift",sans-serif;
	letter-spacing: 5px;
}
article {
	padding: 40px 0;
}
.top-quote {
	text-align: center;
    padding: 36px 0 0 0;
	color: #b06f29;
	font-size: 26px;
}
.top-quote p {
	font-family: "aisha-latin",sans-serif;
	font-size: 48px;
	line-height: 1em;
}
.top-quote h3 {
	font-family: "aisha-latin",sans-serif;
	font-size: 48px;
	font-weight: 600;
}
.padding-lr-12per {
	padding: 0px 12%;
}
.mid-contents {
	margin-bottom: 20px;
}
.image-spread {
	padding-top: 32%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px 0;
}
.mid-contents .accordion-item {
	border: 0;
	margin-bottom: 16px;
}
.mid-contents .accordion-header {
	border: 2px solid #b06f29;
	position: relative;
}
.mid-contents .accordion-button {
	background-color: #febd3d;
	box-shadow: none;
    color: #b06f29;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 30px;
    letter-spacing: 5px;
	font-family: "rift",sans-serif;
}
.mid-contents .accordion-button.collapsed {
	background-color: #fff;
}
.mid-contents .accordion-header span {
	position: absolute;
    right: 0;
    top: 0px;
    padding: 16px;
    background-color: #b06f29 !important;
    color: #fff;
	width: 50px;
    text-align: center;
}
.mid-contents .accordion-button::after {
	display: none;
}
.mid-contents .accordion-body {
	border-bottom: 2px solid #b06f29;
	border-left: 2px solid #b06f29;
	border-right: 2px solid #b06f29;
	padding: 32px;
	background-color: #fef0d4;
} 
.story-box .member-info {
    min-height: 350px;
    padding: 3% 10% 3% 7%;
}
.story-box .member-info .qt-ico {
	position: absolute;
    right: 18px;
}
.story-box .member-info h4 {
	margin: 18px 0;
    font-size: 22px;
    text-transform: uppercase;
}
.story-box .member-info .member-quote {
	font-size: 36px;
}
.story-box .member-info .member-btn {
	text-align: center;
}
.story-box .member-info .member-btn a, .story-box .member-info .member-btn div {
	border: 2px solid #fff;
    padding: 12px 16%;
    display: inline-block;
	cursor: pointer;
}
.story-box .member-info .member-btn a:hover, .story-box .member-info .member-btn div:hover {
	background-color: #f2bb3d;
	color: #444;
}
.story-box-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.staff-list {
	padding-bottom: 62px;
}
.staff-box {
	margin-bottom: 24px;
}
.staff-box img {
	margin-bottom: 10px;
}
.staff-header p span a{
	color: #b06f29;
	text-decoration: none;
}
.mumc-post-img img {
	width: 100%;
	margin-bottom: 22px;
}
.mumc-archives article {
	padding: 0 0;
}
.pagination {
	padding: 10px 0;
    font-size: 20px;
}
.pagination span.current {
	color: #fff;
    background-color: #52317a;
    width: 40px;
    text-align: center;
    padding: 6px 0;
    margin: 0 2px;
}
.pagination a {
	width: 40px;
    text-align: center;
    padding: 6px 2px;
    margin: 0 2px;
	border: 1px solid #dedede;
}
.pagination a.next, .pagination a.prev {
	width: unset;
}
.staff-header h3 {
	color: #000;
}
.modal-title {
	font-size: 20px;
    font-weight: 600;
    color: #52317a;
    font-family: "open-sans",sans-serif;
}
.mumc-calendar {
	font-family: "open-sans",sans-serif;
	padding: 44px 0;
}
.mumc-calendar .simcal-default-calendar-grid>table tbody td {
	border: 1px solid;
	position: relative;
}
.mumc-calendar .simcal-default-calendar-grid .simcal-events {
	font-size: 16px;
	font-weight: 500;
}
.mumc-calendar .simcal-default-calendar-grid .simcal-today>div {
	position: absolute;
	width: 100%;
	border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
}
#testimonial-video {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
	background: rgb(0,0,0, 0.8);
	display: none;
}
.testi-modal {
	display: flex;
	padding-top: 10%;
	padding-left: 10px;
    padding-right: 10px;
}
.in-testi-modal {
	margin: auto;
	width: 660px;
}
.test-modal-close {
	text-align: right;
    font-size: 20px;
}
.test-modal-close i{
	color: #fff;
	cursor: pointer;
}
#signup-links {
	margin-bottom: 30px;
}
.signup-links {
	margin-bottom: 15px;
}
.signup-links a{
	display: block;
	border: 2px solid #b06f29;
    padding: 4px;
	color: #b06f29;
}
.signup-links img {
	width: 60px;
	vertical-align: middle;
	margin-right: 16px;
}
.signup-links a span {
	font-family: "rift",sans-serif;
    letter-spacing: 5px;
	vertical-align: middle;
    font-size: 22px;
}
.signup-links a:hover {
	background-color: #b06f29;
	color: #fff;
}
@media only screen and (max-width: 1000px) {
	.mobile-navigation {
		display: block;
	}
	.desk-navigation {
		display: none;
	}
	.page-header-banner {
		padding: 168px 0 120px 0;
	}
	.banner-btn {
		width: auto;
	}
}
@media only screen and (max-width: 991px) {
	.home-banner {
		height: 580px;
	}
	.banner-heading {
		bottom: 38%;
	}
	.banner-heading h3, .page-header-banner h1 {
		font-size: 30px;
	}
	.banner-bottom .col-md-6 {
		width: 100%;
		background-color: #b06f29;
	}
	.banner-btn a {
		padding: 12px 10px;
		font-size: 16px;
	}
	.banner-t-socmed {
		font-size: 16px;
	}
	.banner-t-socmed a {
		font-size: 13px;
		margin-top: -2px;
	}
	.banner-t-socmed a i {
		width: 17px;
    	height: 17px;
	}
	.top-quote br {
		display: none;
	}
	.signup-links img {
		vertical-align: top;
	}
	.signup-links a span {
		vertical-align: top;
		font-size: 14px;
		display: inline-block;
    	width: 70%;
		letter-spacing: 3px;
	}
}
@media only screen and (max-width: 767px) {
	.block-description {
		background-color: rgb(255,255,255, 0.9);
		margin: 20px 10px;
	}
	.block:nth-child(even) .block-description {
		text-align: left;
	}
	.block-img {
		width: 100%;
	}
	.caledar-img {
		display: none;
	}
	.mobile-member-image {
		padding-top: 58%;
		background-repeat: no-repeat;
		margin-top: 8px;
		background-size: cover;
		background-position: center;
	}
	.qt-ico img {
		 width: 28px;
	}
	.member-quote, .story-box .member-info .member-quote {
		font-size: 28px;
	}
	.member-info, .story-box .member-info {
		min-height: unset;
	}
	.page-header-banner h1 {
		text-align: center;
	}
	.mid-contents .accordion-button {
		letter-spacing: 0px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 575px) {
	
}

/* Change the order of the indicators. 
   Return them to the center of the slide. */
.banner-heading .carousel-indicators {
  width: auto;
  margin-left: 0;
  transform: translateX(-50%);
}
.banner-heading .carousel-indicators button {
  float: right;
  margin: 1px 4px;
}
.banner-heading .carousel-indicators .active {
  margin: 0 3px;
}
/* Change the direction of the transition. */
@media all and (transform-3d), (-webkit-transform-3d) {
  .banner-heading .carousel-inner > .carousel-item-next,
  .banner-heading .carousel-inner > .active.carousel-item-start {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .banner-heading .carousel-inner > .carousel-item-right,
  .banner-heading .carousel-inner > .active.carousel-item-start {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}