/* 
 Theme Name:   GLS Intranet
 Theme URI:    
 Description:  
 Author:       Craig Cotner
 Author URI:   
 Template:     ample-business
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
a.custom-logo-link {
	max-width: 200px;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar {
    display: none;
}
#primary.content-area {
    margin-top: 20px;
    width: 100%;
}
.staff-member .staff-member-title {
    font-size: 18px;
}

.main-nav li a {
	font-family: Arial, Helvetica, sans-serif !important;
}

.main-nav li:hover {
    background: #6D6E71;
	color:#fff;
}

.main-header ul {
	font-family: Arial, Helvetica, sans-serif !important;
}
.main-nav > li {
	font-family: Arial, Helvetica, sans-serif !important;
}

.wp-show-posts-entry-meta {
	display: none;
}

article.post .entry-meta .posted-by {
	display: none;
}

article.post .entry-meta .category-tag {
	display: none;
}


.ample-inner-banner {
	display:none;	
}

.entry-header {
	display:none;	
}

#primary.content-area {
	margin-top: 0px;	
}

.single-ample-page {
	background: #fff;
	margin-top: 0px;	
	padding-bottom: 0px;
}

.widget .widget_nav_menu li:a {
	color:#000;
}

.entry-content {
	margin: 0px;	
}

.entry-content ul {
padding-left: 30px
}

.entry-content ol {
padding-left: 30px
}

h1, h2, h3, h4, h5, h6{
	margin-top:0px;
}

.site-main .post {
	padding:0px;
	margin:0px;
}

.menu .nav-wrapper {
  padding:0px;
}

p a:link {
	color: #F05653 !important;
}

p a:hover {
	color: #194762 !important;
	font-weight: 600;
}
p a:visited {
	color: #F05653 !important;
}

p a:active {
	color: #B9B9B7 !important;
}


.entry-content td a:link {
	color: #194762 !important;
}

.entry-content  td a:hover {
	font-weight: 600 !important;
}


.tribe-events-month-event-title a:link {
	color: #002654 !important;
}


.entry-content .widget ul > li {
	list-style-type: none;
}

.entry-content .widget li a:link {
	color: #194762 !important;
}

.entry-content .widget li a:hover {
	font-weight: 600;
}

.entry-content .widget li a:visited {
	color: #194762 !important;
}

.entry-content .widget li.current-menu-item > a, li.current-menu-parent > a, li.current_page_parent > a, li.current_page_ancestor > a {
	color: #000000 !important;
	font-weight: 600;
}

.main-nav > li > a {
	font-family: Arial, Helvetica, sans-serif;
}


.listing-item li {
list-style-type: none;
}

.listing-item {
	padding-top:30px;
	margin-bottom:70px;
	border-style: solid;
    border-color: #194762;
    border-width: 2px 0px 0px 0px;
}

.listing-item .title a:link {
	 font-size: 22px;
}

.single-ample-page {
    background-image: linear-gradient(#194762, #6D6E71);
	/* background-image: linear-gradient(#7C98AB,#8a8a8a, #4a4a4a); */
}

#primary.content-area {
    background-color: #fff;
}

.scrollup {
    background-color: #F05653 !important;
}

.tribe-events-page-title {
    padding-top: 30px !important;
}

.header-search .top-search {
    border: 2px solid #000 !important;
}

.site-branding {
	padding-top: 7px;
}

.top-header {
    padding: 0px;
    background-color: #194762!important;
}
.site-footer.bottom-footer {
background: #6D6E71!important;
}



