/*
Theme Name: Holy Trinity Theme
Author: Good Design & Code
Author URI: https://builtbygood.co
Version: 1.0
*/

/*========================body==============================*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
    height: 100%;
}
html {
    width: 100% ;
    height: 100% !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
}
a, a:focus, a:hover, a:active {
    color: inherit;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
    color: #263232;
}

.top_block:hover{
    color:#fff;
}
.event_list li:last-child{
    border-bottom: 0;
}
span.event-title {
  color: #263232;
}
#selected{
    display: block;
    padding: 6px 12px;
    border: 1px solid #3e505a;
    width: 200px;
    margin: 5px auto;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
}
#selected:after {
    content: url(assets/img/caret.jpg);
    position: absolute;
    right: 5%;
    top: 25%;
}
/*#selected span {
    float: right;
    color: #3e505a;
    border-top: 6px dashed #3e505a;
    margin-top: 7px;
}*/
.visible-xs.open>.dropdown-menu {
    display: block;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
    float: none;
}

.modal-body {
    position: relative;
    padding: 0;
    border-radius: 0;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    border: 0;
}
.visitors .close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    top: -45px;
    position: absolute;
    right: 0;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.btn,
.wp-block-button__link {
	text-transform: uppercase;
	letter-spacing: 0.125em;
    font-size: 13px;
	padding: 7px 12px;
	border-radius: 2px !important;
}

.btn-primary,
.wp-block-button__link {
	background-color: #5f7773;
	border-color: #5f7773;
}

.btn-primary:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #374845;
    border-color: #374845;
}

h2, .h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5f7773;
    margin: 20px 0;
}

img.alignleft,
img.alignright{
	display: block;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
@media (min-width: 1024px) {
	img.alignleft,
	img.alignright{
		float: left;
		margin-right: 14px;
		margin-bottom: 0;
	}
	img.alignright {
		float: right;
		margin-left: 14px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-embed__wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.wp-block-embed__wrapper::before {
	display: block;
    content: "";
    padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-slides.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	bottom: 45%;
/* 	transform: translatey(-50%); */
}
.home-slides.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: none;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.125em;
	padding: 0;
}
@media (min-width: 1024px) {
	.home-slides.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		font-size: 30px;
	}
}
.home-slides.soliloquy-container .soliloquy-caption .soliloquy-caption-inside::after {
	content: '';
	display: block;
	background-color: #f68e56;
	width: 100px;
	height: 2px;
	margin: 20px auto 0 auto;
}

/*========================FONT-SIZE==========================*/

.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}

/*======================FONT-WEIGHT===========================*/

.f100  {  font-weight: 100;}
.f300  {  font-weight: 300;}
.f400  {  font-weight: 400;}
.f500  {  font-weight: 500;}
.f600  {  font-weight: 600;}
.f700  {  font-weight: 700;}
.f900  {  font-weight: 900;}

/*=========================SPACING=============================*/

.pad-left6 {  padding-left: 6% !important;  }
.pad-right6{  padding-right: 6% !important; }
.pad-left0 {  padding-left: 0 !important;  }
.pad-right0{  padding-right: 0 !important; }
.pad0      {  padding: 0 !important;       }
.m-auto    {  margin: 0 auto !important;   }

.space-top-0, .space0   {    margin-top: 0px  !important;   }
.space-top-5, .space5   {    margin-top: 5px  !important;   }
.space-top-10, .space10  {    margin-top: 10px  !important;  }
.space-top-20, .space20  {    margin-top: 20px  !important;  }
.space-top-25, .space25  {    margin-top: 25px  !important;  }
.space-top-30, .space30  {    margin-top: 30px  !important;  }
.space-top-40, .space40  {    margin-top: 40px  !important;  }
.space-top-50, .space50  {    margin-top: 50px  !important;  }
.space-top-60, .space60  {    margin-top: 60px  !important;  }
.space-top-70, .space70  {    margin-top: 70px  !important;  }
.space-top-80, .space80  {    margin-top: 80px  !important;  }
.space-top-90, .space90  {    margin-top: 90px  !important;  }
.space-top-100, .space100 {    margin-top: 100px !important;  }
.space-top-120, .space120 {    margin-top: 120px !important;  }
.space-btm-0   {    margin-bottom: 0px  !important;   }
.space-btm-5   {    margin-bottom: 5px  !important;   }
.space-btm-10  {    margin-bottom: 10px  !important;  }
.space-btm-20  {    margin-bottom: 20px  !important;  }
.space-btm-25  {    margin-bottom: 25px  !important;  }
.space-btm-30  {    margin-bottom: 30px  !important;  }
.space-btm-40  {    margin-bottom: 40px  !important;  }
.space-btm-50  {    margin-bottom: 50px  !important;  }
.space-btm-60  {    margin-bottom: 60px  !important;  }
.space-btm-70  {    margin-bottom: 70px  !important;  }
.space-btm-80  {    margin-bottom: 80px  !important;  }
.space-btm-90  {    margin-bottom: 90px  !important;  }
.space-btm-100 {    margin-bottom: 100px !important;  }
.space-btm-120 {    margin-bottom: 120px !important;  }
.no-space {    margin: 0 !important;
               padding: 0 !important;}

/*==============================================*/
.navbar {
    position: relative;
    min-height: 130px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding: 0 50px;
}
.navbar-brand {
    padding: 0;
    height: 130px;
}
.navbar-brand>img {
    display: block;
    padding: 22px 0;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li.current-menu-item>a {
    text-decoration: none;
    background-color: transparent;
    color: #263232;
}
.navbar-nav>li>a {
    color: #a1a1a1;
    font-weight: 500;
    font-size: 18px;
    padding-top: 54px;
    padding-bottom:54px;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
}
.navbar-nav > .btn-giving > a {
	color: #f68e56;
}
#banner {
    background: url(assets/img/hero-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 0 30%;
}
.top_block {
    text-align: center;
    height: 300px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(38, 50, 51, 0.5);
    padding-top: 128px !important;
    width: 33.298555555555%;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.top_block.middle_one{
    margin:0 1px 1px;
}
.top_block:hover{
    background: transparent;
}
#greeting {
/*     text-align: center; */
    padding: 100px 0 120px;
}
#greeting h1 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5f7773;
    margin: 40px 0;
}
.orange_line{
    background: #f68e56;
    height: 2px;
    width: 30%;
    margin: 0 auto;
}
#greeting h3 {
    font-size: 25px;
    font-weight: 300;
    color: #a1a1a1;
    line-height: 36px;
    margin-top: 40px;
}
footer {
    text-align: center;
    padding: 70px 0 35px;
    border-top: 1px solid #cfd5da;
}
footer .orange_line {
    width: 60px;
}
footer h2 {
    font-size: 26px;
    color: #5f7773;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer a{
    color: #a1a1a1;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}
.copy{
    color: #c0c0c0;
    text-align: center;
    font-size: 16px;
}



/*==========worship================*/
#banner.worship {
    padding: 12% 0;
}
.h150{
    font-size: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

#greeting.worship .orange_line {
    width: 45%;
}

#greeting.worship  p ,.community p{
    margin: 40px 0 10px;
    color: #959595;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.community p{
    margin: 20px 0 10px;
}

/*===============community=============*/
#banner.community{
    background: url(assets/img/community.jpg) no-repeat;
    background-size: 100%;
    padding: 12% 0;
    background-position: 0 54%;

}
.community h4 {
    font-size: 18px;
    margin: 40px 0 10px;
    color: #959595;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
#greeting.community{
    text-align: left;
}
.community h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5f7773;
}
.h170 {
    font-size: 70px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
#banner.mission {
    background: url(assets/img/worship.jpg) no-repeat;
    background-size: 100%;
    padding: 8% 0;
    background-position: 0 54%;
}
#greeting.mission p {
    margin: 40px 0 10px;
    color: #959595;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
#tabs{
    border-bottom: 1px solid #cfd5da;
    text-align: center;
}
#tabs .nav-tabs {
    border-bottom: 0;
}
#tabs .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    color: #a1a1a1;
    font-size: 18px;
    line-height: 36px;
}
#tabs .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
#tabs .nav-tabs>li.active>a {
    color: #263333;
}


/*=============calendar===============*/
#banner.calendar {
    background: url(assets/img/calendar.jpg) no-repeat;
    background-size: 100%;
    padding: 10% 0;
    background-position: 0 100%;
}
#greeting.calendar {
    text-align: left;
}
.event_list{
    margin-top: 70px;
}
.event_list li{
    color: #5f7772;
    font-size: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #cfd5da;
}

/*==================media==================*/
#banner.media{
    background: url(assets/img/media.jpg) no-repeat;
    background-size: 100%;
    padding: 8% 0;
    background-position: 0 100%;
}
.visitors .orange_line {
    width: 40%;
}
.audiojs {
    width: 80%;
    height: 36px;
    background: #404040;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    background-image: none;
    box-shadow: none;
    margin: 0 auto;
}
.audiojs .play-pause {
    width: 16px;
    height: 24px;
    padding: 4px 0;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: 0;
    margin-top: 5px;
}
.audiojs .loading,.audiojs .error {
    background:none;
}
.audiojs {
    width: 100%;
    height: 36px;
    background: transparent;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    background-image: none;
    box-shadow: none;
    margin: 0 auto;
}
.audiojs .time {
    float: right;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 6px;
    border-left: 0;
    color: #5f7772;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #5f7772;
    font-style: normal;
}
.audiojs .play {
    background: url(assets/js/play-button.png) no-repeat;
    background-size: 16px;
}
.audiojs .pause {
    background: url(assets/js/pause-button.png) no-repeat;
    background-size: 16px;
}
.audiojs p {
    display: none;
    width: 16px;
    height: 16px;
    margin: 0px;
    cursor: pointer;
}
.audiojs .scrubber {
    position: relative;
    float: left;
    width: 100%;
    background: #cfd6d4;
    height: 4px;
    margin: 16px;
    border-top: 1px solid #3f3f3f;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
}
.audiojs .progress {
    position: absolute;
    top: 0px;
    left: -1px;
    height: 4px;
    width: 0px;
    background: #5f7772;
    z-index: 1;
    background-image: none;
}
.audiojs .scrubber {
    position: relative;
    float: left;
    width: 80%;
    background: #cfd6d4;
    height: 4px;
    margin: 16px 8px;
    border-top: 0;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
}
.audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 0px;
    background: #cfd6d4;
    background-image: none;
    background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}
.audio_list li {
    color: #5f7772;
    font-size: 16px;
    padding: 30px 0;
    border-bottom: 1px solid #cfd5da;
    width: 80%;
    margin: 0 auto;
    line-height: 20px;
    font-weight: 500;
}
.audio_list li.playing_1 {
    color: #fff;
    font-weight: 300;
    width: 100%;
    background: #5f7772;
    padding: 8% 10%;
    margin-top: 80px;
}
.audio_list  li.playing_1 .artist{
    font-size: 25px;
    line-height: 28px;
}
.audio_list  li.playing_1 .song {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 42px;
}
.audio_list  li.playing_1  .dates {
    color: #b2bcba;
    font-style: italic;
    font-size: 18px;
    margin-top: 20px;
}
.audio_list  li.playing_1 .audiojs .progress {
    position: absolute;
    top: 0px;
    left: -1px;
    height: 4px;
    width: 0px;
    background: #fff;
    z-index: 1;
    background-image: none;
    margin-bottom: 0;
}
.audio_list  li.playing_1 .audiojs .play-pause {
    width: 80px;
    height: 80px;
    padding: 4px 0;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: 0;
    margin-top: 5px;
    position: absolute;
    right: 11.5%;
    top: 28%;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.audio_list li.playing_1  .audiojs p {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    margin-top: 25px;
}

.audio_list li.playing_1 .audiojs .time,.audio_list li.playing_1 .audiojs .time em {
    color: #fff;
}
.audio_list li.playing_1 .audiojs .play {
    background: url(assets/js/playing.png) no-repeat;
    background-size: 16px;
}
.audio_list li.playing_1 .audiojs .pause {
    background: url(assets/js/playing_p.png) no-repeat;
    background-size: 16px;
}
.audio_list li.playing_1 .audiojs .scrubber {
    width: 84%;
    margin: 16px 0;
}
.dates{
    color: #a8a8a8;
    font-style: italic;
}
.song {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 30px;
}
#greeting.media {
    text-align: left;
    padding: 100px 0 120px;
}
.pagination {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.pagination>li{
    color: #a1a1a1;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: none;
    padding: 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #a1a1a1;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}
.pagination>li>span.current {
  color: #337ab7;
}
.pagination>li>span.current>a,
.pagination>li>span.current>a:focus,
.pagination>li>span.current>a:hover,
.pagination>li>span.current>span,
.pagination>li>span.current>span:focus,
.pagination>li>span.current>span:hover {
    z-index: 3;
    color: #5f7772;
    cursor: default;
    background-color: transparent;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    z-index: 2;
    color: #5f7772;
    background-color: transparent;
    border-color: #ddd;
}

/*==============visitors=================*/
.tab0 #banner.visitors {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 30%;
    padding: 12% 0;
    transition: all 0.5s linear;
}
.tab1 #banner.visitors {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 30%;
    padding: 12% 0;
    transition: all 0.5s linear;
}
.tab2 #banner.visitors {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 30%;
    padding: 12% 0;
    transition: all 0.5s linear;
}

#banner.visitors h3 a{
    color: #c6c8c6;
}

#banner.hero-video h3 a{
    color: #c6c8c6;
}
.visitors h4 {
    font-size: 20px;
    color: #959595;
    line-height: 30px;
    font-weight: 300;
}
.visitors h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5f7773;
    margin: 20px 0;
}
.visitors address {
    color: #9d9d9d;
    font-size: 18px;
    font-weight: 300;
}
.visitors address a{
    color: #f8732c;
    border-bottom: 1px solid #f8732c;
}
.pad8{
    padding-left: 8%;
}


.believe_block {
    background: #5f7772;
    padding: 8% 10%;
    color: #fff;
    margin-top: 100px;
}
#greeting .believe_block h1 {
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
}
.visitors .believe_block h4{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.visitors .believe_block p {
    margin: 0 0 10px;
    color: #c9cfce;
    font-size: 18px;
}
.visitors  p {
    font-size: 18px;
    color: #959595;
    line-height: 30px;
    font-weight: 300;
}
#greeting #menu2  h3 {
    font-size: 24px;
    font-weight: 400;
    color: #5f7773;
    line-height: 28px;
    margin-top: 0;
    text-align: left;
}
.visitors #menu2 p {
    font-size: 16px;
    color: #959595;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
}
.orange{
    color: #f68e56;
}
.visitors #menu2 p.green{
    color: #5f7773;
}

div.upgotd-box {
  margin: 0 auto;
}

@media (min-width: 768px) {
	.list-vestry-members {
		column-count: 2;
	}
	.list-vestry-members li {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

/*==============media query================*/

@media(max-width: 1900px){
    .top_block {
        width: 33.28555555555%;
    }
}
@media(max-width: 1440px){
    .top_block {
        width: 33.28%;
    }
}
@media (max-width: 1230px){
    .top_block {
        width: 33.20%;
    }
    .navbar-brand>img {
        width: 300px;
    }
    .navbar-nav>li>a {
        padding-top: 44px;
        padding-bottom: 44px;
        font-size: 16px;
    }
    .navbar {
        min-height: 90px;
    }
    .navbar-brand {
        padding: 0;
        height: 90px;
    }
}
/*@media(min-width: 1600px) and (max-width:1680px){
    .top_block {
        width:33.2%;
    }
}*/
@media (max-width:1024px){
    #greeting.media {
        text-align: left;
        padding: 20px 0 120px;
    }
    .believe_block h4 {
        font-size: 18px;
    }
    .believe_block p {
        font-size: 16px;
    }
    .audio_list li.playing_1 .audiojs .scrubber {
        width:80%;
        margin: 16px 0;
    }
    .audio_list li.playing_1 .audiojs .play-pause {
        right: 12%;
        top: 25%;
    }
    .audiojs .scrubber {
        width: 75%;
        margin: 16px 8px;
    }
    .h150 ,.h170 {
        font-size: 36px;
    }
    #greeting h1 {
        font-size: 36px;
    }
    .top_block {
        width: 33.26%;
    }
    .navbar-brand {
        padding: 0;
        height: 90px;
    }
    .navbar-brand>img {
        padding: 16px 0;
        width: 250px;
    }
    .navbar {
        min-height: 90px;
    }
    .navbar-nav>li>a {
        font-size: 18px;
        padding-top: 38px;
        padding-bottom: 37px;
    }
}

@media (max-width:991px){
    .audio_list li.playing_1 .audiojs .play-pause {
        right: 12%;
        top: 23%;
    }
    .visitors #menu2 p.green {
        color: #5f7773;
        text-align: center;
    }
    .audio_list li.playing_1 .audiojs .scrubber {
        width: 83%;
        margin: 16px 0;
    }
    .audiojs .scrubber {
        width: 79%;
        margin: 16px 8px;
    }
    .navbar-nav>li>a {
        font-size: 14px;
        padding-top: 32px;
        padding-bottom: 37px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .navbar {
        padding: 0 15px;
    }
    .top_block {
        width: 33.24777777777%;
        height: 200px;
        padding-top: 82px !important;
        font-size: 24px;
    }
    h3.staff-name-title {
      margin-top: 20px!important;
    }
}

@media (max-width:767px){
	.pad-left6 {  padding-left: 0 !important;  }
	.pad-right6 {  padding-right: 0 !important; }
    #greeting #menu2 h3 {
        font-size: 18px;
        line-height: 20px;
    }
    iframe{
        height: 180px;
    }
    .visitors p {
        font-size: 16px;
        line-height: 26px;
    }
    .audio_list li.playing_1 {
        margin-top: 40px;
        padding: 15px;
    }
    .visitors .believe_block h4{
        font-size: 16px;
        line-height: 26px;
    }
    .visitors .text-left {
        text-align: center;
    }
    .pad8 {
        padding-left: 15px;
    }
    .visitors h4 {
        font-size: 16px;
        line-height: 26px;
    }
    #greeting .believe_block h1 {
        font-size: 32px;
    }
    .visitors .believe_block p{
        font-size: 14px;
    }
    .visitors .space100 {
        margin-top: 30px !important;
    }
    #tabs.visitors .nav-tabs>li {
        display: inline-block;
    }
    .visitors h3{
        font-size: 14px;
    }
    .believe_block {
        padding: 8% 15px;
    }
    .visitors h3 img{
        width: 20px;
    }
    .audio_list li.playing_1 .audiojs .scrubber {
        width: 80%;
        margin: 15px 0;
    }
    .audio_list li {
        width: 92%;
    }
    .audiojs .scrubber {
        width: 74%;
        margin: 16px 2px;
    }
    .song {
        font-size: 16px;
        line-height: 30px;
    }
    .audiojs {
        height: 30px;
    }
    .audio_list li.playing_1 .artist {
        font-size: 16px;
        line-height: 24px;
    }
    .audio_list li.playing_1 .dates {
        font-size: 14px;
        margin-top: 8px;
    }
    .audio_list li.playing_1 .audiojs .play-pause {
        right: 9%;
        top: 15%;
        width: 50px;
        height: 50px;
    }
    .audio_list li.playing_1 .audiojs p {
        margin-top: 12px;
    }
    .audiojs .time {
        font-size: 11px;
    }
    .audio_list li.playing_1 .song {
        font-size: 24px;
        line-height: 34px;
    }
    #greeting.media {
        padding: 0 0 120px;
    }
    .event_list li {
        font-size: 14px;
        padding: 15px 0;
    }
    #tabs .nav-tabs>li {
        display: block;
    }
    #tabs .nav-tabs>li>a {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 15px;
    }
    #greeting.mission p {
        font-size: 16px;
        line-height: 26px;
    }
    .h170 {
        font-size: 24px;
    }
    .community h4,.community p  {
        font-size: 16px;
        line-height: 26px;
    }
    .community h2 {
        font-size: 24px;
    }
    .community .space120 ,.community .space80{
        margin-top: 0 !important;
    }
    .h150 {
        font-size: 24px;
    }
    #greeting.worship p {
        margin: 20px 0 10px;
        font-size: 16px;
        line-height: 26px;
    }
    #greeting h1 {
        margin: 20px 0;
    }
   .top_block {
        height: 150px;
        padding-top: 65px !important;
        font-size: 16px;
        width: 50%;
    }
    #banner {
        background-position: 46% 68%;
    }
    .top_block {
        width: 49.7%;
        margin-right: 1px;
    }
    .top_block:first-child,.top_block:nth-child(3),.top_block:nth-child(5) {
           width: 48.7%;
        margin-right: 1px !important;
    }
    .navbar-toggle {
        margin-right: 5px;
        margin-top: 28px;
        background-color: #3e505a;
        border: 1px solid #3a4e58;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-nav {
        margin: 0 -15px 20px -15px;
    }
    .navbar-nav>li>a {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 8px;
        padding-right: 8px;
    }
    #greeting h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #greeting h3 {
        font-size: 14px;
        line-height: 22px;
    }
    #greeting {
        padding: 50px 0 70px;
    }
    footer .col-sm-4{
        margin-bottom: 30px;
    }
    .navbar-brand>img {
        padding: 20px 0;
        width: 230px;
    }
    footer h2 {
        font-size: 20px;
    }
    footer a {
        font-size: 14px;
        margin-top: 14px;
    }
    .space70 {
        margin-top: 20px !important;
    }
    .top_block.middle_one {
        margin: 0 0 1px;
    }
}
@media(max-width: 375px){
    .audio_list li.playing_1 .audiojs .scrubber {
        width: 72%;
        margin: 15px 0;
    }
    .audio_list li.playing_1 .song {
        font-size: 18px;
        line-height: 24px;
    }
    .audiojs .scrubber {
        width: 65%;
        margin: 16px 2px;
    }
    #greeting h1{
      font-size: 21px;
    }
}

/*==============calendar================*/

.htac-calendar-grid .simcal-default-calendar-grid .simcal-events {
  font-size: 0.8em;
}

#greeting.worship .htac-calendar-list p {
  font-weight: 400;
}