@import url('common.css');
@import url('featured.css');

/* Site Styles */

.wpb_search_results_styled {
  padding: 0 !important;
  background: #fff;
  position: absolute !important;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.subscribe {
  text-align:center;
  margin: 0 auto;
}
.subscribe #subscribe_form input[type=email] {
  min-width: 280px;
  margin-top: 10px;
  font-size: 1.2em;
  border: 1px solid #444;
  background-color: #333;
  color: #919191;
  padding: 10px;
  border-radius: 2px;
}
.subscribe #subscribe_form input[type=submit] {
  font-size: 1.2em;
  border: 1px solid #b7b7b7;
  background-color: #b7b7b7;
  color: #444;
  padding: 8px;
  border-radius: 2px;
  margin-left: 4px;
}

.subscribe h5 {
  color: #fff;
  font-size:32px;
  font-weight:400;
  letter-spacing:1px;
  margin-top:7px;
}

.subscribe p {
  color: #fff;
  font-size: 16px;
  font-style:italic;
  margin: 5px 0 0 0;
}

.aboutCriswell p {
  font-size: 16px;
  line-height:28px;
}

.full_section_inner blockquote {
     background-color: #136476;
   padding: 25px;
   margin: 0;
}

blockquote p {
  color: #fff;
}

.homeIcon {
	color: #ffffff;
    background: rgba(0,0,0,0.24);
    display: inline-block;
	width: 175px;
	text-align:center;
	margin-top: 25px;
}

.homeIcon:hover {
	background: rgba(0,0,0,0.75);
	transition: background-color 0.5s ease;
}

.homeIcon p {
	margin: 10px !important;
}

.homeIcon a {
	text-align:center;
	text-transform: uppercase;
	vertical-align:middle;
	font-size: 20px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight:400;
}

.qbutton:hover .fa-commenting:hover {
  color: #136476 !important;
}

.featuredSermons h3 {
  text-align: center;
}

.featuredSermons h3 a {
  color: #303030;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px
}

.qode_content_slider.has_control_nav .flex-direction-nav a {
  background: #dedede;
  -webkit-transform: translateY(0px);
transform: translateY(0px);
top: 5%;
width: 32px;
height: 32px;
line-height: 32px;
color: #444 !important;
}

.qode_content_slider.has_control_nav .flex-direction-nav a i {
  color: #333;
  line-height: 32px
}

.qode_content_slider.has_control_nav .flex-direction-nav a:hover {
  background: #ddd;
}


.rp4wp_component_2 {
  height: 20px;
}

.rp4wp_component_3, .rp4wp_component_4 {
    height: 20px;
    font-size: 12px;
}

/* Helper Classes */

.text-normal {
  text-transform: none;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.pull-center {
  margin: 0 auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden {
  display: none !important;
}

.alert {
  border: 1px solid #DDD;
  margin-top: 15px;
  padding: 5px 10px;
  width: 100%;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.required {
  color: #a94442;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* Search Style */

.page-search .facetwp-pager {
  text-align: center;
}
.page-search .facetwp-pager .facetwp-pager-label {
  display: none !important;
}
.page-search .facetwp-pager .facetwp-page {
  padding: 4px 12px;
  border: 3px solid #e3e3e3;
  border-radius: 3px;
  color: #999;
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
}

#wpv_pager {
  display: inline-flex;
}

#wpv_pager li, #wpv_pager > a {
  float: left;
  list-style-type: none;
  padding: 4px 12px;
  border: 3px solid #e5e5e5;
  border-radius: 6px;
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
  margin: 0 5px;
}

#wpv_pager li, #wpv_pager li a, #wpv_pager > a {
  color: #b4b4b4;
  font-weight: 600;
}

#wpv_pager li.wpv_page_current {
  background-color: #E5E5E5;
}

.search-results .blog_holder article .post_image img, .page-search .wp-post-image, .page-search .attachment-thumbnail-search, .archive .attachment-thumbnail {

  width: 180px !important;
  height: auto !important;
  float: left;
  margin-right: 20px;
  float: left;
  padding-right: 20px;
}
.search-results .blog_holder article .post_text .post_text_inner {
  padding: 0px;
}

.blog_holder.blog_small_image article .post_image, .blog_holder.blog_small_image article .post_text {
  float:none;
}

.search-results .blog_holder article .post_text .post_text_inner h4 a, .page-search article .post_text .post_text_inner h4 a {
   text-decoration: underline;
}
.page-search article, .search-results article {
  clear: left;
  min-height: 100px;
  margin: 80px 0;
}
.blog_holder article {
  margin: 15px 0 !important;
}

.page-search article:first-of-type {
  margin-top: 25px;
}

.page-search .content .container .container_inner.page_container_inner {
  padding: 20px 0 50px;
}

.page-search .wpv-filter-form {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 7px 15px;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0px;
  font-size: 1.1em;

}
.page-search .wpv-filter-form .js-wpv-filter-trigger-delayed, .page-search .wpv-filter-form .js-wpv-filter-trigger {
  margin-bottom: 0px;
  margin-right: 10px;
  display: inline;
}
.page-search .wpv-filter-form input {
  font-size: .85em;
  padding: 4px;
  border: 1px solid #ccc;
}
.page-search .wpv-filter-form input[name=wpv_filter_reset] {
  border: 1px solid #d9d9d9;
  border-radius: 0px !important;
  background-color: #fff;
  /*box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;*/
  /*box-shadow: none !important;*/
  padding: 4px 8px;
  cursor: pointer;
}

.page-front #home_search input[type=submit], .page-front #home_search button, .facetwp-autocomplete-update {
  cursor: pointer;
}

.wpp-list li {
  list-style: none;
}

body .gform_wrapper input[type=text], body .gform_wrapper textarea {
  border: 1px solid #ccc;
}

body .gform_wrapper input[type=submit]{
  color: #33BEE5 !important;
  border: 2px solid #33BEE5 !important;

}

body .gform_wrapper input[type=submit]:hover{
  background-color: #33BEE5 !important;
  color: #fff !important;
}

/* Search Results */

.keywordSearch, .bookSearch, .chapterSearch, .topicSearch, .seriesSearch {
  float: left;
}

.sermon-meta a {
  color: #000;
}
.sermon-meta a:hover {
  text-decoration: underline;
}
.sermon-meta .sermon-meta-item {
  margin-right: 10px;
}
.sermon-meta .sermon-meta-item .fa {
  color: #666;
}
.sermon-meta .sermon-excerpt {
  /*
  position: absolute;
  left: 120px;
  padding-top: 25px;
  */
}
.highlight-word {
  /*ackground-color: #136472 !important;*/
    font-weight: 700;
    color: #333;
}
.sermonTranscript .highlight-word {
    color: #136476;
    border-bottom: 1px dotted #136476;
}

.js-wpv-dps-spinner, .wpv-spinner-container {
  display: inline;
  vertical-align: sub;
  float: left;
  width: 26px;
}

.searchExcerpt {
  margin-top: 5px;
}

.searchExcerpt p {
  margin-top: 0;
  margin-bottom: 0;
}


#wpv-view-layout-3664-TCPID1268 ul li {
  float: left;
  display: block;
  list-style: none;
  margin: 10px;
}

.page-search h4 {
  /*border-bottom: 1px solid #ccc;*/
  margin-left: 200px;
}
.blog_holder.blog_small_image article .post_text {
  width: inherit;
}
.archive article .post_text .post_text_inner {
  padding: 0 !important;
}
.archive .sermon-meta p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sermon-meta.metaData {
  font-size: 12px;
  margin-top: 3px;
  background: #f1f1f1;
  margin-left: 210px;
}



/* Archive Pages */

.archive .col-sm-3 .archiveFeaturedImage .wp-post-image {
  width: 257px !important;
  height: 172px !important;
}

.archive .archiveSermonData {
  line-height: 15px;
  margin: 3px auto;
}
.archive .col-sm-3 {
  padding-bottom: 18px;
}

.archive .row {
  margin-bottom: 40px;
}

.archive .archiveSermonData h3, .archive .archiveSermonData h3 a {
  line-height: normal;
  font-size: 16px;
}

/* Styles to address funky stuff in sermon transcripts */
.MsoTitle {text-align: center;}

/* Dropdowns */

select.facetwp-dropdown, .widget_awc_advanced_search select, .page-search .wpv-filter-form select, .page-search .js-wpv-filter-trigger {
  border: 1px solid #111;
  background: #fff;
  padding: 3px 35px 3px 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: .85em;
  height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/down-caret.png') 99% / 25px no-repeat #fff;
  max-width: 200px;
}
.widget_awc_advanced_search select {
  background: url('../images/down-caret.png') 99% / 8% no-repeat #fff;
  width: 200px;
  height: 27px;
  font-size: 12px;
}
input.facetwp-autocomplete {
    padding: 5px;
    border-radius: 0 !important;
    border: 1px solid #d9d9d9;
}
input.facetwp-search {
  height: 20px;
  font-size: .85em;
}
.facetwp-search-wrap .facetwp-btn {
  margin-top: 1px;
}
.facetwp-search-wrap .facetwp-btn:before, .facetwp-search-wrap .facetwp-btn.f-reset:before {
  width: 15px;
  background-size: 15px 15px;
}

.facetwp-slider-reset {
    border: 1px solid #d9d9d9;
    border-radius: 0px !important;
    background: #888;
    /*box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;*/
  box-shadow: none !important;
    padding: 4px 8px;
    cursor: pointer;
}



@media screen and (min-width:0\0) {
  /* Internet Explorer hack */
  select.facetwp-dropdown, .widget_awc_advanced_search select {
      background:none;
      padding: 5px;
  }
  /* #menu-main-menu li span { height: 14px; } */
}

/* Media Player */
#mep_0 {
background-color: #454f4e;
}

.blog_audio.mejs-container {
    height: 30px !important;
}

.mejs-container .mejs-controls .mejs-time span {
 
  color: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #ccc !important;

}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #21c2f8 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #ccc;
}

.mejs-container .mejs-controls {
  background: #454f4e !important;
  border-radius: 4px;


}
.mejs-horizontal-volume-current {
  background: #21c2f8;
}
/* end media player */

/* Sermon Pages */

.single-sermons .rp4wp_component_image img, .single-spanish .rp4wp_component_image img, .single-chinese .rp4wp_component_image img {
  height: 193px !important;
  width: auto !important;
}

.single-sermons .social-share-icons, .single-spanish .social-share-icons, .single-chinese .social-share-icons{
  padding-top: 15px;
  clear: both;
  padding-top: 15px;
  width: 100%;
  float: right;
  text-align: center;
}

.single-sermons .social-share-icons strong, .single-spanish .social-share-icons strong, .single-chinese .social-share-icons strong{
  display: block;
}

.single-sermons mark, .single-spanish mark, .single-chinese mark {
  background-color: transparent;
}

.single-sermons .social-share-icons .fa-stack, .single-spanish .social-share-icons .fa-stack, .single-chinese .social-share-icons .fa-stack {
  display: inline-block;
  font-size: .95em;
}
.single-sermons .social-share-icons .social-fa-facebook { /* color: #3c5a96; */ color: #33BEE5; }
.single-sermons .social-share-icons .social-fa-twitter { /* color: #59adeb; */ color: #33BEE5; }
.single-sermons .social-share-icons .social-fa-email { /* color: #35465C; */ color: #33BEE5; }
.single-sermons .social-share-icons .social-fa-google-plus { /* color: #db4c3f; */ color: #33BEE5; }
.single-sermons .social-share-icons .social-fa-pinterest { /* color: #bb0f23; */ color: #33BEE5; }
.single-spanish .social-share-icons .social-fa-facebook { /* color: #3c5a96; */ color: #33BEE5; }
.single-spanish .social-share-icons .social-fa-twitter { /* color: #59adeb; */ color: #33BEE5; }
.single-spanish .social-share-icons .social-fa-email { /* color: #35465C; */ color: #33BEE5; }
.single-spanish .social-share-icons .social-fa-google-plus { /* color: #db4c3f; */ color: #33BEE5; }
.single-spanish .social-share-icons .social-fa-pinterest { /* color: #bb0f23; */ color: #33BEE5; }

#social_share_dialog {
  position: absolute;
  z-index: 1000;
  background: transparent;
  border-radius: 0;
  padding: 50px 30px;
  box-shadow: none;
  max-width: 1000px;
}

.social-share-icons strong {
  font-family: 'Raleway';
  margin: 10px 0 5px 0 !important;
    text-align: center;
    font-size: 14px;
    color: #b7b7b7;
    letter-spacing: 1px;
    font-weight:  600;
    text-transform: uppercase;;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /* border: 1px solid #888; */
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content label {
    font-weight: bold;
}
.modal-content input[type=text], .modal-content input[type=email] {
    font-size: 1.1em;
    width: 100%;
    display: block;
    padding: 2px 6px;
    border: 1px solid #BFBFBF;
}
.modal-content textarea {
    display: block;
    width: 100% !important;
    font-size: 1.1em;
    resize: none;
    padding: 3px 6px;
    border: 1px solid #BFBFBF;
}
.modal-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -4px;
}

.close:hover,
.close:focus {
    color: #e6e9ea;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 7px 16px;
    background-color: #154B57;
    color: #fff;
}
.modal-header h5 {
    color: #fff;
    margin: 0 !important;
    font-size: 1em;
    text-transform: none;
}

.modal-body { padding: 2px 35px 12px 16px; }

.modal-footer {
    padding: 2px 16px;
    background-color: #EFF5F7;
    color: white;
    text-align: right;
}
.modal-footer button {
    background-color: #33BEE5;
    color: #fff;
    /* border: 1px solid #2a9dbd; */
    border: 0;
    cursor: pointer;
    font-size: 1em;
    padding: 5px 15px;
    margin: 5px 0;
}

/* Sermon Tabs */

.ult_tabcontent {
  height: auto !important;

}


ul.ult_tabmenu {
  border-bottom: 1px solid #dedede;
}


#advanced-tabs-wrap-9345 li {
  background: #21c2f8 !important;
}

ul.ult_tabmenu li.transcriptTab {
  background: url(/wp-content/uploads/2016/09/transcriptIcon.png) 10px no-repeat #21c2f8 !important;
  padding: 8px 8px 8px 45px !important;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

ul.ult_tabmenu li.transcriptTab a {
  background: #21c2f8 !important;
  transition: background-color 0s !important;
}

ul.ult_tabmenu li.transcriptTab a.active {
  background: transparent !important;
}

ul.ult_tabmenu li.transcriptTab.current {
  padding: 8px 8px 8px 45px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background: url(/wp-content/uploads/2016/09/transcriptIcon.png) 10px no-repeat #2e8faf !important;
}

ul.ult_tabmenu li.transcriptTab.current a {
  background:  #2e8faf !important;
}


ul.ult_tabmenu li.outlineTab {
  background: url(/wp-content/uploads/2016/09/transcriptIcon.png) 10px no-repeat #21c2f8 !important;
  padding: 8px 8px 8px 45px !important;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

ul.ult_tabmenu li.outlineTab a {
  background: #21c2f8 !important;
  transition: background-color 0s !important;
}

ul.ult_tabmenu li.outlineTab a.active {
  background: transparent !important;
}

ul.ult_tabmenu li.outlineTab.current {
  padding: 8px 8px 8px 45px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background: url(/wp-content/uploads/2016/09/transcriptIcon.png) 10px no-repeat #2e8faf !important;
}

ul.ult_tabmenu li.outlineTab.current a {
  background:  #2e8faf !important;
}

.notesTab {
  border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
margin: 1px .2em 0 0;
width: 150px;
float: left;
height: 32px;
border-radius: 3px;
border-bottom: none;
text-align: center;
}

.notesTab a {
  line-height: 32px;
}

.notesTab a:hover {
  text-decoration: none !important;
  color: #454545 !important;

}
/*End Tabs***/


.image_with_text img {
  margin: 0 0 0 0;
}

.wpb_single_image.pull-right {
  float: right;
  margin: 0 0 15px 15px;
}
.wpb_single_image.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

.featuredSeries h3 {
  text-align: center;

}

.upb_bg_overlay {
  background-color: rgba(0,0,0,0.4) !important;
}


.q_logo a {
  height: 65px !important;
}

.homeSearch {
  text-align:center;
}
.homeSearch input[type=text] {
  width: 50% !important;
  text-align:center;
  height: 30px;
  border: 0;
  /* border-radius: 5px; */
  font-size: 16px;
}

.homeSearch input[type=submit], .homeSearch button {
  width: 105px !important;
  text-align:center;
  background: #33BEE5;
  color: #fff;
  border: 0;
  /* border-radius: 5px; */
  height: 32px;
  font-size: 16px;
  vertical-align: top;
}

.js-wpv-view-layout .paginationLinks ul li {
  display: block;
  float: left;
  list-style: none;
  padding: 20px 10px;
}

.advancedSearch a {
  color: #fff;
}
.advancedSearch a:hover {
  color: #ffff99;
}
.advancedSearch .fa {
  font-size: .9em;
}

.chosen-container-single .chosen-single {
  border: 1px solid #ddd;
  border-radius: 0;
  color: #adadad;
  padding: 2px 4%;
  height: 37px;
}

.chosen-container-single .chosen-single {
  background: none;
  box-shadow: none;
}


.widget #searchform {
  border: 1px solid #ddd !important;
}

.sermonTranscript, .sermonOutline p {
  color: #111;
}

.full_section_inner {
    padding-bottom: 0;
}
.full_section_inner a {
    color: #2aa5c8;
    text-decoration: none;
}
.full_section_inner a:hover {
  color: #136476;
  text-decoration: underline;
}



/*
.full_section_inner .col3 {
  width: 25%;
  float: right;
  text-align: right;
}

.full_section_inner .col2 {
  width: 40%;
}
*/

.full_section_inner .col2 {
    width: 100%;
}

.full_section_inner .col3 {
    width: 100%;
    text-align: center;
    float: none;
}


.side_menu button#searchsubmit {
  padding: 7px;
  float: right;
}
.side_menu #searchsubmit .fa-search {
  font-size: 1.5em;
}

.trending-icon {
  overflow: hidden;
  font-size: 36px;
}

.trending-icon::before {
    position: relative;
    left: -0.1em;
    bottom: -0.2em;
  }


/* Widget Styles */

.widgettitle {
  color: #6d7a83;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 12px !important;
  line-height: 1.75;
  margin-left: 50px !important;
}

.search {
margin-left: 0px !important;
}

.widget {
    border-top: 0px solid #e2e2e2;
  border-bottom:0px solid #e2e2e2;
  border-right:0px solid #e2e2e2;
  border-left:0px solid #e2e2e2;
  margin-bottom: -30px;
}



.widget #searchfor {
  border: 1px solid #ddd !important;
}


.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #fff;
  color: #fff;
  outline: 0;
}
.tagcloud a {
    border: 0px solid #d1d1d1;
    border-radius: 0px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}

.widget-area > :last-child, .widget > :last-child {
    margin-bottom: 0;
    margin-left: 0px;
}

/* Sermon Page Styles */

.rightCol {
  width: 22% !important;
  float: right;
}

.middleCol {
  width: 38% !important;
}

.excerpt p {
  margin-top: 10px;
}

.single-sermons .sidebarSearch .textfield {
  border: 1px solid #dedede;
}

.sermonAudio {
  padding: 0;
  margin: 20px 0;
  display: inline-block;
  clear: both;
  width: 100% !important;
}

.blog_audio {
  width: 100% !important;
  margin: 0;
  display: inline-block;
  clear: both;
}

audio {
  width: 100%;
}

.videostyle {
  padding: 20px;
}

h1.sermonTitle{
  color: #333;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 22px !important;
  font-weight: 400;
}

h2.sermonDate {
font-family: 'Lato', sans-serif;
font-size: 14px !important;
line-height: 18px !important;
color: #333;
text-transform: none;
letter-spacing: normal;
font-weight: 400;
}
h3.sermonScripture{
  color: #136476;
  font-family: 'Lato', sans-serif;
  font-size: 20px !important;
  font-weight: 400;
  margin-top:10px;
}
.rtBibleRef {
    color: #136476 !important;
}


.sermonDataHolder {
background: #f4f4f4;
width: 100%;
float: left;
}

.sermonSeries {
float: left;
width: 25%;
text-align: center;
padding: 5% 0;
}

.sermonSeries h5 {
font-size: 16px;
padding-bottom: 10px;
}

.sermonSeries .Defaults-book {
font-size: 36px;
}

}

.sermonPrint {
  float:left;
  margin-right:25px;
}

.sermonFav {
  float: left;
}

.sermonExtras {
  min-height: 50px;
  float: right;
  clear: both;
  width: 225px;
  text-align: center;
}

.sermonExtras h2 {
  font-size: 20px;
}

.sermonExtras h5 {
  margin: 10px 0 5px 0 !important;
  text-align: center;;
  font-size: 14px;
}

.iconSpace {
  padding: 0 5px;
}

a.morelink {
  color: #136476;
}

.sermonArea {
  width: 100%;
  /*border-bottom: 1px solid #ddd;*/
  margin-bottom: 0px;
}

.sermonArea h3 {
    background: url(/wp-content/uploads/2016/09/transcriptIcon.png) 10px no-repeat #33BEE5;
    padding: 8px 8px 8px 45px;
    font-size: 16px;
    color: #fff;
    width: 150px;
    font-weight: 400;
}

.sermonTranscript a.lbsBibleRef, .sermonOutline a.lbsBibleRef {
  color: #037ca5;
}

.rp4wp_component {
  padding: 0 0 0 1% !important;
}



.mobileShow {
	display:none;
}

.mobileLeft .vc_column-inner {
	width: 50%;
	float:left;
}

.mobileRight .vc_column-inner  {
	width: 50%;
	float:right;
}

.subscribe h5 {
	font-size: 22px;
	padding: 0 10px;
}


/*Accordion Styles*/

button.accordion, button.accordion.active {
  background-color:#33BEE5;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 15px 0;
  margin: 0px 0 50px 0;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion:hover {
    background-color: #037ca5;
}

div.sermonTranscript, div.sermonOutline {
    padding: 0 18px;
    background-color: white;
    max-height: 600px;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 1;
    border-right: 1px solid #dedede !important;
    border-left: 1px solid #dedede !important;

}

div.sermonTranscript.show, div.sermonOutline.show {
    opacity: 1;
    max-height: 50000px;
}


/* Tab Styles */

.ui-widget.ui-widget-content {
    border: 0 !important;

}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #21c2f8 !important;
    background: #21c3f8 !important;
  }

.faqAccordion .ui-state-active {
      border: 1px solid #21c2f8 !important;
      background: #ededed !important;
    }

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
        width: 43px;
        height: 43px;
    }

.ui-widget-header {
    border-bottom: 1px solid #dedede !important;
    border-top: none;
    border-right: none;
    border-left: none;
    background: transparent;
    padding: 0;
    margin: 0;
  }

.tabHide {
  display: none !important;
}

.tab1, .tab2 {
  display: block !important;
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.searchRight p.align-right {
  margin-top: 0;
}

/**** End Sermon page styles *****/

/**My Library Styles**/

 .wpfp-span ol li {
  height: 50px;
}

.remove-parent {
  float: right;
  text-transform: uppercase;
  border: 1px solid #888;
  padding: 5px;
}

/* Live Search Results Styles */

.searchwp-live-search-result a {
  color: #000;
}

.searchRight {
  float: right;
  margin-bottom: 25px !important;
}

.searchRight form input[type="text"] {
  height: 25px;
  width: 174px;
}
.searchRight form input[type="submit"] {
  height: 30px;
  width: 50px;
  padding: 5px;
  background: #fff;
 border: 1px solid #dedede;
}

.searchwp-live-search-results-showing {
  min-width: 205px;
}

/* Footer Style */

footer h5 {
  padding-bottom: 8px;
  font-size: 20px;
}
footer, footer p {
  color: #fff;
}
footer .footer_bottom ul li {
  display: block;
}
footer .footer_bottom ul li a {
  text-transform: none;
}
footer .textwidget {
  text-align: left;
}
footer .column2 .textwidget {
  padding-left: 40px;
}

footer #subscribe_form input[type=email] {
  min-width: 200px;
  margin-top: 10px;
  font-size: 1.2em;
  border: 1px solid #444;
  background-color: #333;
  color: #919191;
  padding: 10px;
  border-radius: 2px;
}
footer #subscribe_form input[type=submit] {
  font-size: 1.2em;
  border: 1px solid #b7b7b7;
  background-color: #b7b7b7;
  color: #444;
  padding: 8px;
  border-radius: 2px;
  margin-left: 4px;
}


/* Contact Page */

.page-contact .WP_Contact_Widget h5 {
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.page-contact .WP_Contact_Widget {
  font-weight: 600;
}
.page-contact .WP_Contact_Widget .text, .page-contact .WP_Contact_Widget textarea {
  border: 1px solid #999;
  font-size: 1em;
  border-radius: 0px !important;
  padding: 5px;
}
.page-contact .WP_Contact_Widget .mts-contact-submit {
  border-radius: 0px !important;
  background-color: #33bee5;
  padding: 15px;
  font-size: 1em;
}

/* Mobile Style */

nav.mobile_menu ul li a {
  background-color: #33BEE5;
  text-align: center;
  font-size: 1em;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
  text-align: center;
}

@media screen and (max-width: 480px){
  span.post-ratings, .post-ratings, .sermonTitle, .sermonDate, .sermonScripture {
  text-align:center;
}

.attachment-sermon-featured, h1.sermonTitle, .searchRight {
  display: none;

  }

}


@media screen and (max-width: 1000px) {

  .content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
      padding: 0;
      width: 95%;
      margin: 0 auto;
  }

 .single-sermons .content .container .container_inner.default_template_holder, .single-sermons .content .container .container_inner.page_container_inner {
    padding-top: 0px !important;
  }
  
   .single-spanish .content .container .container_inner.default_template_holder, .single-spanish .content .container .container_inner.page_container_inner {
    padding-top: 0px !important;
  }
  
    .single-chinese .content .container .container_inner.default_template_holder, .single-chinese .content .container .container_inner.page_container_inner {
    padding-top: 0px !important;
  }

  .blog_holder article .post_text .post_text_inner {
    padding: 0;
  }

  .moreVerse {
    width: 85%;
    margin: 0;
    padding: 0;
  }

  header .q_logo img.mobile {
      margin: 15px auto 0;
  }

  .page-front .vc_empty_space {
    display: none;
  }

   .header_bottom {
    background-color: #33BEE5 !important;
  }

}

@media screen and (max-width: 600px) {
  .title.title_size_medium h1 {
    text-align: center;

  }
  /*.page-search article {
    padding: 25px 0;

  }*/
  footer .textwidget {
    text-align: center !important;
  }
  footer .column2 .textwidget {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .footer-column-third {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .midColWide {
     width: 38%;
     min-height: 254px;
  }
  .rightColSmall {
     width: 25%;
   }
}

@media screen and (max-width: 768px) {

  .midColWide {
    margin-top: 20px;
  }

  .single-sermons .searchRight, .single-spanish .searchRight, .single-chinese .searchRight {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
  .single-sermons .sermonTopics, .single-spanish .sermonTopics, .single-chinese .sermonTopics {
    float: none;
    width: inherit;
  }
  .single-sermons .sermonNotes, .single-sermons .audioDownload, .single-spanish .sermonNotes, .single-spanish .audioDownload, .single-chinese .sermonNotes, .single-chinese .audioDownload  {
    float: none;
    margin: 40px 20px;
    display:  inline;
  }
  .single-sermons .sermonNotesContainer > div, .single-spanish .sermonNotesContainer > div, .single-chinese .sermonNotesContainer > div {
    text-align: center;
  }

  .single-sermons .pull-right, .single-spanish .pull-right, .single-chinese .pull-right {
    margin: -30px 0 0;
  }

  .sermonAudio {
    width: 85% !important;
	  padding: 5%;
  }

  .sermonExtras {
    margin: 40px 0 0 0;
    width: 100%;
  }

  .homeTitle h2 {
  	  font-size: 30px !important;
  	  line-height: 50px !important;
  	  margin-top:25px !important;

  }

  .popCategories h2 {
  	font-size: 20px !important;
  	font-weight: normal !important;
  	margin-top: 50px !important;
  }

  .homeSearch input[type=text] {
    border-radius: 0
  }
  .homeSearch input[type=text] {
    border-radius: 0
  }
  .homeSearch button {
    height: 38px;
  }

  .mobileHide {
  	display:none;
  }

  .mobileShow {
  	display:block;
  }

  .homeIcon {
    width: 125px;
  }

  .homeIcon a {
    font-size: 3.4vw;
  }

.subscribe #subscribe_form input[type=email] {
	min-width: 200px;
}

.subscribe #subscribe_form input[type=submit] {
  margin-top: 10px;
}

.emailSignup .separator {
  display: none;
}

.qode_content_slider .flex-control-nav {
  margin-top: 25px;
}

.flex-viewport {
  max-height: none;
}
.qode_content_slider.has_control_nav .flex-direction-nav a {
  background: #dedede;
  -webkit-transform: translateY(-50px);
transform: translateY(-50px);
}

.featuredSermons h3 a {
  font-size: 4vw;
}

.page-search article:first-of-type {
  margin-top: 100px;
}

.wpb_single_image.pull-right {
  float: none;
  margin: 0 auto;
  text-align: center !important;
}


/*Mobile Search Results Styles*/
.page-search .wpv-filter-form {
  float: none;
}

.page-search .post_text {
  float: left;
  margin: 25px 0;
}

.page-search .post_text h4 {
  margin-left: 0;
  margin-bottom: 5px;
  border-bottom: 0;
}

.page-search .sermon-meta {
  margin-bottom: 10px;
    background: #f7f7f7;
    font-size: 14px;
    margin-left: 0;
}

.searchExcerpt {
  display: none;
}

.page-search .attachment-thumbnail-search {
  float: none;
  margin-right: 0;
  width: 400px !important;
}
}

@media screen and (max-width: 1000px) {

.sermons .pull-right.noPrint.sticky{
	position: fixed;
    top: 0;
	right: 0% !important;
    z-index: 999;
	background: #42bee5;
    padding: 5px;
	width: 100%;
	text-align: center;
	
}
.sermons .pull-right.noPrint.sticky .switch-label{
	color: #ffffff;
}
}
@media screen and (min-width: 1001px){
	.sermons .pull-right.noPrint.sticky{
    	top: 80px;
		position: fixed;
		z-index: 999;
		background: #42bee5;
		padding: 5px;
		margin-right: 10px;
	}
}




.related {
	padding: 0 5%;
}

.mejs-controls .mejs-time-rail span {
	width: 98% !important;
	margin:	16px 0 16px 5px !important;
}

/*====== Add sermons css update ======*/
#library_button{
	background-color: #136476;
	font-size: 14px;
	line-height: 18px;
  font-weight: 400;
	padding: 16px 2em;
	text-align: center;
	cursor: pointer;
	border: 0;
	color: #ffffff;
}
#library_button a{
	color: #ffffff;
}
#library_button:hover{
	background-color: #154b57;
}
/*====== Login Modal Popup styling update ======*/
#modal-login #additional-settings{
	position: static;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
#modal-login #additional-settings a{
	  margin-bottom: 10px;
    display: inline-block;
    padding: 0 5px;
}
#modal-login #additional-settings a,
#modal-login #additional-settings a:hover{
	color: #424242;
}
.two_columns_75_25{
	display: flex;
	flex-wrap: wrap;
}

/*12-4-23*/
.home .wrapper {
    z-index: unset;
}
.home .wrapper header {z-index: 110;}
.home .select2-container{z-index: 109;}
/*12-4-23*/