/**
* Theme Name: Foundry Child
* Description: This is a child theme of Foundry, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
* Template: foundry
* Version: 2.1.6
*/

/*
Color reference:
Purple: 342c44
Blue: 002D72
Teal (light): 86c8bc
Teal (dark): 337e9a //005272
*/

body {
	font-size: 14px;
}

.nav-container nav {
	xbackground: #f9f9f9;
}
.nav-utility {
	background: #f0f0f0;
}
nav .nav-bar {
	background: #f0f0f0;
	border-top: 1px solid #ccc;
}

nav.nav-centered .logo {
	margin-top: 15px;
	margin-bottom: 20px;
	max-height: 145px;
}

.nav-bar ul.menu {
	margin-top: 1px;
}
.nav-bar ul.menu,
.nav-bar ul.menu > li,
.nav-bar ul.menu a {
	max-height: 51px;
}

.menu > li {
	margin: 0 10px;
}

.menu li a {
	padding: 0 10px;
  font-size: 14px;
  xcolor: #002D72;
  opacity: 1;
}
.menu li a:hover,
.menu li.active a,
.menu li.current-menu-parent > a {
  color: #ff9e1b;
	background: #fff;
  text-decoration: none;
}

.menu > li ul {
	background: #ddd;
}

.menu li.active ul a,
.menu > li > ul li a {
	font-size: 12px;
	xcolor: #dadada;
	color: #444;
	background: none;
	display: block;
}
.menu > li > ul li a:hover,
.menu > li > ul li.current-menu-item a {
	color: #ff9e1b;
	xbackground: #222;
	background: #f0f0f0;
}

@media (max-width: 991px) {
	.nav-bar ul.menu,
	.nav-bar ul.menu > li {
		max-height: none;
	}
	.menu > li ul,
	.menu > li > ul li.current-menu-item a {
		background: none;
	}
	.menu > li ul {
		width: 100%;
	}
}

section, footer {
	padding: 25px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 1em;
}
h1, h2, h3 {
	font-weight: 700 !important;
	color: #342c44;
}
h1 {
	font-size: 36px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
h4,
.pendari_post_list_item .title {
	font-size: 18px;
	line-height: 22px;
}
h5, h6 {
	font-size: 14px;
	line-height: 16px;
}

.bg-dark {
	background: #222D6D;
}

.page-title-3, .page-title-4 {
	height: 180px;
}
h3.uppercase {
	font-weight: 700;
}

a,
.btn,
.btn:visited {
	xcolor: #002d72;
	font-weight: 700;
}
a:hover {
	xcolor: #337e9a;
	text-decoration: underline;
}
.btn {
	xborder-color: #002d72;
	font-weight: 700;
}
.btn:hover {
	xbackground-color: #337e9a;
	color: #fff;
}

.label {
	xbackground: #337e9a;
}
.list-inline .label {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 2px 8px;
}

.excerpt a.more.btn {
	display: table;
	margin: 10px 0;
}

.pagination li a:hover, 
.pagination li.active a, 
.pagination li.active:hover a {
	xbackground: #337e9a;
}

.white {
	color: #f3f3f3;
}
.white a {
	color: #fff;
}

.no-margin {
	margin: 0;
}

/* events */
.events-front .ai1ec-agenda-view .ai1ec-date-title {
  xbackground: #337e9a;
}
.ai1ec-agenda-view .ai1ec-day,
.ai1ec-agenda-view .ai1ec-weekday {
	color: #fff;
}
.events-front .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	xcolor: #002d72;
	font-size: 18px;
	font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.events-front .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
	font-size: 14px;
	color: #444;
}
.events-front .ai1ec-read-more {
	color: #fff;
	xbackground-color: #002d72;
}
.events-front .ai1ec-read-more:hover {
	background-color: #337e9a;
	color: #fff;
}

/* posts */
.pendari_post_list_item {
	xpadding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.pendari_post_list_item .image.date {
	width: 30%;
	max-width: 100%;
}
.pendari_post_list_item .image.date img {
	width: 100%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
}
.pendari_post_list_item .details {
	margin-left: 33%;
}

.news-grid .vc_gitem-post-data-source-post_title {
	margin-bottom: 0;
}

.news-grid .vc_gitem-zone {
	background: none !important;
	border-bottom: 1px solid #eee;
}
.news-grid .vc_gitem_row .vc_gitem-col {
	padding: 15px 0 0 0;
}
.vc_gitem-zone-img {
	visibility: visible;
}
.news-grid h4 {
	margin-bottom: 10px;
}
.news-grid .post-date {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #555;
}
.news-grid .post-categories {
	text-align: left !important;
}
.news-grid .post-categories .vc_grid-filter-item {
	font-size: 11px;
	padding: 2px 5px !important;
	background: #f3f3f3;
	margin: 0 5px 3px 0;
	display: inline-block;
}
.vc_grid-filter>.vc_grid-filter-item {
	cursor: default;
}
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background: inherit;
}

.news-grid .vc_btn3-container a.vc_btn3-color-juicy-pink {
	background-color: #342c44;
}
.news-grid .vc_btn3-container a.vc_btn3-color-juicy-pink:hover {
	background-color: #002D72;
}

@media (max-width: 991px) {
	x.row-fluid.columns-6 .portfolio-item.span {
		padding-left: 6px;
		padding-right: 6px;
	}
	x.portfolio-items .portfolio-item .info {
		padding-left: 6px;
		padding-right: 6px;
	}
	x.portfolio-item .info {
		font-size: 13px;
		line-height: 16px;
	}
	x.portfolio-item h3 {
		font-size: 14px;
		line-height: 18px;
	}
	x.portfolio-item .info div {
		margin-bottom: 8px;
	}
}


footer.footer-1 {
	padding-top: 40px;
}

footer .widget .title {
	font-size: 18px;
}

footer .menu {
	height: auto;
}
footer .menu li {
	float: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
footer .menu li a {
  color: #eee;
  background: none;
  padding: 5px 8px;
  line-height: 18px;
  display: block;
	width: 100%;
	text-transform: none;
	font-weight: 400;
}
footer .menu li a:hover,
footer .menu li.active a {
  color: #fff;
	background: #ff9e1b;
}

footer .bottom-footer {
  padding: 10px;
  background: rgba(0,0,0, 0.1);
  color: #eee;
}
.footer-1 .sub {
  color: #eee;
  opacity: 1;
}
