.navbar-brand {
    height: 150px !important;
}
.copyright{ padding: 20px !important; }
ul.social li a {
    font-size: 22px;
}
/* Subscribe section*/
.subscribe{ padding-bottom: 0px !important; padding-top: 0px !important; min-height: auto !important;}
/* Our Focus section*/
.focus{ padding-bottom: 0 !important; padding-top: 50px !important;}
/* Our team section*/
.our-team{ padding-bottom: 0 !important; padding-top: 50px !important;}
/* Packages section*/
.packages{ padding-bottom: 0 !important; padding-top: 0px !important;}
.latesnews-content p{
    text-align: left !important;
}
.entry-content p {
	text-align: left;
  }

.large-container .entry-content p {
	text-align: left;
}

.wp-caption .wp-caption-text {
font-size: 12px;
text-align: center;
padding-top: 2px;
margin: 10px;
}

/* Added to update navlink color from Red to Purple*/
maroon ish
ul.nav > li.menu-item-home > a:before {
	content: "";
	display: none;
}
li.current>a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
   /*-changed background underline to white----*/
	background: #ffffff;
	bottom: 0px;
	left: 12.5%;
}

/* END OF SECTION */

/* Added to update navlink color from Red to Yellow on pages where links are anchored */

.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fec00f;
}
.navbar-inverse .navbar-nav>li.current>a {
	color: #442058;
	position: relative;
	outline: none;
}
ul.nav > li.menu-item-home > a:before {
	content: "";
	display: none;
}
li.current>a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
   /*-changed background underline to white----*/
	background: #fff;
	bottom: 0px;
	left: 12.5%;
}
ul.nav > li.current_page_item > a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #fec00f;
	bottom: 0px;
	left: 12.5%;
	display: block;
}

/* DROP DOWN NAVIGATION */

.navbar-inverse .navbar-nav ul.sub-menu li a {
color: #442056 !important; /* maroon ish */
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a {
color: #fec00f !important;
}


/* OUR TEAM */

.our-team .row > div:nth-child(4n+1) .red-border-bottom:before{
    background: #fec00f;
}
.our-team .row > div:nth-child(4n+2) .red-border-bottom:before{
    background: #fec00f;
}
.our-team .row > div:nth-child(4n+3) .red-border-bottom:before{
    background: #fec00f;
}
.our-team .row > div:nth-child(4n+4) .red-border-bottom:before{
    background: #fec00f;
}

/* LINE UNDER TITLE OF BLOG POSTS */
.entry-title:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #fec00f;
	bottom: -9px;
	left: 0;
}


/* DISPLAY Author's Name on Blog Posts */
 .byline{
   display: inline-block;
padding-left:5px
}
/* Ensures yellow line on Blog default page */
.listpost-content-wrap .entry-title a:after {
  background: #fec00f;
  
}