/* Change capitalization on home page for banner 6007249-hc */
.home h3.entry-title {
  text-transform: none;
}



/*reducing spacing in footer */

.td_block_popular_categories {
    padding-right: 20%;
}

.td_block_text_with_title {
    padding-left: 40%;
}

.td-church .td-footer-wrapper {
    padding-top: 30px;
}

.td-footer-wrapper .td_block_wrap {
    margin-bottom: 0px;
}

/* Change header max-width (HC6150085 : JG) 

body .td_stretch_content_1200 .td-container {
	max-width: 1050px !important;
}


/*increase width of submenu space #6175825-hc (DO)*/
@media (min-width: 1141px) {
  .td_stretch_content .sf-menu .td-mega-menu ul, .td_stretch_content_1200 .sf-menu .td-mega-menu ul, .td_stretch_content_1400 .sf-menu .td-mega-menu ul, .td_stretch_content_1600 .sf-menu .td-mega-menu ul, .td_stretch_content_1800 .sf-menu .td-mega-menu ul {
    width: calc(100% + 60px) !important;
}}

/*To centre and reduce the size of the form at "Subscribe to us" page  for desktops Tv -6181696-hc*/
@media only screen and (min-width: 767px){
.page-id-592 .wpb_wrapper {
    width: 50%;
    margin: 0 auto;
    }
 }


.td-church .td-header-style-7 .td-header-sp-logo {
    margin-top: 0;
}

/* min width for dropdown menus #6376341-hc */
ul.sub-menu {
    min-width: 250px;
}

.td-header-style-7 .td-header-sp-logo {
margin-right: 42px; 
    float: left;
    height: 106px;
    padding: 0;
}

/* keep menu aligned with logo #15410056-zen */
.td-header-style-7 .td-header-sp-logo {
margin-right: 0;
}

@media (max-width: 1055px) and (min-width: 768px) {
.sf-menu > li > a {
    font-size: 11px;
}
}

/* condense menu 6670535-hc KS */
.td-church .td-header-style-7 .sf-menu > li > a {
    margin-left: 0;
}

/* Fix overlapping sidebar issue | KF-6698937-hc */
.body-td-affix .td-ss-main-sidebar {
  margin-top: 2.5vh;
}

.td_block_template_13.widget .widget_nav_menu {
	border-radius: 25px;
  border: 2px solid #73AD21;
}

/* Adjust sidebar outline and size on specific post | KF-6698937-hc */
.postid-1039 .widget_nav_menu {
    padding: 20px;
    border: 15px solid green;
    border-radius: 35px;
}

.postid-1039 .td-ss-main-sidebar {
    width: 250px !important;
}

.postid-1039 .td-pb-span8 {
    width: 70%;
}
.postid-1039 .td-pb-span4 {
    width: 30%;
}

/* Adjust jump link/anchor display location to prevent fixed header from covering text - KF-6698937-hc */
:target:before {
    content:"";
    display: block;
    height: 48px; /* fixed header height*/
    margin: -48px 0 0; /* negative fixed header height */
    }

.td-ss-main-content .td-module-thumb img.entry-thumb {
    width: 100%;
    height: 160px;
}

.td_block_wrap.td-grid-style-5 .td-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .entry-thumb {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.page-id-2363 .td-pulldown-category{
	display: none;
}

.page-id-2401 table{
	border: 1px solid black;
}

.page-id-2401 td{
	border: 1px solid black;
	padding: 10px;
}


.page-id-2493 table{
	border: 1px solid black;
}

.page-id-2493 td{
	border: 1px solid black;
	padding: 10px;
}

.page-id-2550 table{
	border: 1px solid black;
}

.page-id-2550 td{
	border: 1px solid black;
	padding: 10px;
}

.page-id-2552 table{
	border: 1px solid black;
}

.page-id-2552 td{
	border: 1px solid black;
	padding: 10px;
}

/* increased header width */
.td_stretch_content_1200 .td-container, .td_stretch_content_1200.td-footer-instagram-container .td-instagram-user, .td_stretch_content_1200.td-footer-instagram-container .td_block_instagram {
    max-width: 1400px !important;
    width: auto !important;
}