/* Slider Wide */
.header-widgets-wrapper {
padding: 0px;
}
.header-widgets-three {
padding: 0 0 30px 0;
}
.header-widgets-three {
max-width: 100%;
}

/* Menu remove caps */
.main-navigation ul li a {
text-transform: none;
}

/* Front Page Posts Thumbs */
.post-list-has-thumbnail .featured-thumbnail {
max-width: 10%;
}
.post-list-has-thumbnail .blogposts-list-content {
max-width: 90%;
}

/* Cancel Front Page Posts Thumbs for mobile */
@media screen and (max-width: 700px) {
.post-list-has-thumbnail .featured-thumbnail {
max-width: unset;
}
.post-list-has-thumbnail .blogposts-list-content {
max-width: unset;
}
}

.site-branding {
max-width: 80%;
}

/* Menu Color */
.primary-menu .pmenu, .super-menu, #smobile-menu, .primary-menu ul li ul.children, .primary-menu ul li ul.sub-menu {
background-color: #008088;
}

.page-numbers li a, .page-numbers.current, .page-numbers.dots, .page-numbers {
background: #008088;
}

/* Hide descriptions from posts in front page */
.entry-content > p {
display: none;
}

/* Fonts Family */
body, code, html, kbd, pre, samp {
font-family: verdana;
}

h1.entry-title, h2.entry-title, h2.entry-title a:hover, h2.entry-title a:active {
font-family: verdana;
}

/* Font Size */
.entry-title a {
font-size: 14px;
}

.blogposts-list-content h2, .blogposts-list-content h2:hover, .blogposts-list-content h2 a:hover {
font-size: 14px;
}

/* Image In Post */
.featured-thumbnail img {
width: unset;
}

/* Facebook Top Right Widget */
.banner-widget-wrapper {
float: right;
max-width: 20%;
}

/* Newsletter */
form label {
margin-bottom: 0px !important;
text-transform: none !important;
}
#mc_embed_signup form {
padding: 0px !important;
}
#mc_embed_signup label {
font-weight: 100 !important;
font-size: 14px !important;
}
#mc_embed_signup input.email {
width: 100% !important;
}
#mc_embed_signup input.button {
width: 50% !important;
}

/* Article Title */
.entry-header > h1 {
border-bottom: 1px solid #57c4d0;
padding-bottom: 10px;
}

/* Footer */
.site-footer {
background: #6E6E6E;
}

.footer-column-three h3::after {
display: block;
height: 1px;
width: 100%;
content: ‘ ‘;
background: rgba(255, 255, 255, 0.24);
margin-top: 7px;
}

.footer-column-three h3 {
background: rgba(0,0,0,0);
color: #fff;
padding: 0;
font-size: 18px;
text-transform: none;
font-weight: 500;
font-family: ‘lato’;
letter-spacing: 1px;
}

/* Widget Area Image Center */
.widget-area > section > div > p {
text-align: center;
}