/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.top-menu>li>a:hover {
    color: #ccc;
    text-decoration: none;
}

.block-title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin: 0 0 37px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 10px;
    color: red;
    font-size: 26px;
	text-transform:uppercase;
}

.frontpage-cta p {
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 1.36;
    font-size: 18px;
    font-weight: bold;
	color:#ccc;
}

#coreholder: hover {
    background:#f9f9f9;
}

.tagcloud a {
    display: inline-block;
    padding: 5px 8px;
    margin-bottom: 10px;
    margin-right: 3px;
    font-size: 13px;
    background-color: #2e93cd;
    color: #fff;
}

.btn-inverse {
    background-color: #2e93cd;
    color: #fff;
}

.navbar-custom {
    min-height: 90px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a8daf6;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li:hover > a, .navbar-custom .dropdown-menu > .open > a {
    background: #a8daf6;
    color: #2e93cd;
}

.bg-white {
    background-color: #a8daf6;
}

.bg-grey-light {
    background-color: #a8daf6;
}

div#latest {
border-top:3px solid #7ac6f0;
}

.bg-footer {
    background-color: #a8daf6;
   border-top:3px solid #7ac6f0;
}

div.section.page-content.bg-white .container {
  background:#f9f9f9;
	color:#393185;
}

.page-content .page .page-title {
    position: relative;
    padding-bottom: 20px;
    line-height: 20px;
    margin: 10px 0 15px;
    color: red;
	font-size:20px;
}

.widget-title {
    position: relative;
    padding-bottom: 19px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #393185;
    border-bottom: 1px solid #F55145;
	font-size:14px;
}

.navbar-custom .dropdown-menu > li > a {
    white-space: normal;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:#393185;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.widget ul li a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #188aca;
}

div.section.blog-feed.bg-white .container {
  background:#f9f9f9;
	color:#393185;
}

div.section.post-content.bg-white .container {
  background:#f9f9f9;
	color:#393185;
}

.post-content .post .entry-title {
    position: relative;
    padding-bottom: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    color: red;
    padding-top: 10px;
	font-size:20px;
}

.blog-feed .entry h3 {
    margin: 0 0 20px;
    line-height: 1.2;
    margin-top: 10px;
    color: red;
    font-size: 20px;
}

h3.widget-title {
    font-size: 14px;
}