/*-- Side menu Search/Archive list --*/
#secondary .widget-title {
    font-family: Montserrat;
}
#archives-1, #categories-1 {
		display: none;
}



/*---- Homepage Contact Us button color ----*/

.call-to-action-section .btn-wrapper a:hover
{
		 background-color: #4f7270 !important;
		border-color: #4f7270;
}

/*--homepage link boxes --*/

 * .service-title-wrap a
{ 
		font-family: Lato !important;
		text-transform: uppercase !important;
			
}

/*---- Footer links ---*/

#top-footer .widget ul li {
		padding: 0px 0px 0px 5px
}

		/*--Board Members and Staff pages --*/

.team-wrapper .team-designation::after {
		background-color: white !important;
}

/*---- Contact form button color ----*/

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #4f7270;
}
input.wpcf7-form-control.wpcf7-submit {
  background-color: #4f7270;
}


/*----- SiteOrigin features icon adjustments -----*/
.sow-features-list .sow-features-feature h4 {
    margin: .1em 0 !important;
		line-height: 20px !important;
		font-size: 16px !important;
		font-weight: bold !important;
}


/*----- Breadcrumb title adjustments -----*/

/*color*/
.breadcrumb-trail.breadcrumbs {
  background-color: #a09f9f;
}
/*breadcrumb text color*/
.breadcrumb-trail.breadcrumbs .trail-items li span
{
		
}

.trail-title {
		text-transform: uppercase;
		font-weight: 600 !important;
		margin: 20px 0px;
}
/*breadcrumb height*/
.breadcrumb-trail.breadcrumbs .trail-items
{
		padding: 30px 0;
}

/*---- Meeting Minutes / News Read More button color ---*/
.pt-cv-readmore 
{
    /*color: #fff !important;*/
    background-color: #404040 !important;
    border: none !important;
}

/*----- Homepage adjustments -----*/

/*-- 3 Service boxes on homepage adjustments --*/
#panel-5-1-0-0 a, #panel-5-1-1-0 a, #panel-5-1-2-0 a, #panel-5-1-3-0 a {
    color: #ffff99;
    font-size: 26px;
}

/*-- 3 Service boxes on homepage "More" arrow --*/
.tg-service-widget .service-more:after { 
		display: none !important;
}

h3.service-title-wrap {
		text-align: center !important;
}

[id^='panel-5-1-'] > .panel-widget-style {
		box-shadow: 0px 0px 10px #444444;
}

#pg-5-3 .section-title-wrapper .section-description {
		font-size: 17px !important;
}


/*---- content pages ---*/
p {
    margin: 0 0 20px !important;
}

h3{
		font-size:25px;
}

h4{
		font-size: 20px !important;
}
h2{
		margin-bottom: 15px !important;
}

.team-title {
		font-weight: 600;
}

h3.arconix-faq-term-title {
		font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.5;
    text-align: inherit;
    text-transform: uppercase;
    color: #333333;
}
h3.arconix-faq-term-title {
    margin: 0 0 !important;
}


/*----- Footer adjustments -----*/

#footer-scroll-up {
		display: none;
}

#top-footer {
		/*margin-top: 60px;*/
		padding-top: 50px !important;
}

.copyright-wrapper {
		display: none !important;
}