/**
 * Globals
 */

body {
    background-color: #ddd;
    color: #282e3f;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
label {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
}
p {
    margin: 0 0 20px;
}
a {
    color: #282e3f;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
a:hover {
    color: #282e3f;
    opacity: 0.8;
}
iframe {
    border: none;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #eee;
    text-decoration: none;
}
big {
    font-size: 125%;
}
input,
textarea,
select {
    border: 1px solid #ddd;
    height: 40px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
textarea {
    min-height: 140px;
}
input[type="submit"],
button[type="submit"],
.btn,
.comment .comment-reply-link {
    background-color: #282e3f;
    border: 1px solid #282e3f;
    border-radius: 60px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}
.widget li:before,
nav[role="navigation"] li:before {
    content: "";
}
.gallery-item {
    padding: 5px;
}
.gallery-item img {
    border: none !important;
}
.screen-reader-text {
    display: none;
}
.wp-caption {
    max-width: 100%;
}
/**
 * Required CSS
 */

.sticky,
.bypostauthor {
    opacity: 1;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#main-wrapper {
    max-width: 95%;
    margin: 3% auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #777777;
}
/**
 * Header
 */

#site-header .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}
#site-header .navbar-default .navbar-toggle {
    background-color: #282e3f;
    border: none;
    border-radius: 0;
}
#site-header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#site-header .navbar-default .navbar-collapse {
    border: none;
}
#site-header .navbar-brand {
    height: auto;
}
#site-header #logo {
  font-weight: 900;
    margin: 0;
}
#site-header #logo a {
    color: #333;
    font-size: 40px;
    padding-left: 0;
    padding-right: 0;
}
#site-header .site-desc{
  color: #e0a85d;
  margin: 0;
}
#site-header.head-desktop .navbar{
  padding: 10px 3%;
  text-align: center;
}
#site-header.head-desktop #main-navigation ul.navbar-nav{
  max-width: 100%;
  float: none!important;
}
.nav-desktop{
  background-color: #282e3f;
  padding: 5px 3%;
  color: #fff;
}
.nav-desktop a{
  color: #fff;
}
.nav-desktop .nav>li>a:focus, .nav-desktop .nav>li>a:hover{
  background-color: transparent;
}
.nav-desktop #site-info{
  text-align: right;
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #282e3f;
}
#main-navigation {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}
#main-navigation ul.navbar-nav {
    margin: 0;
}
#main-navigation ul.navbar-nav > li.active > a {
    background-color: transparent;
    color: #282e3f;
}
.page-title-area {
    background-color: #282e3f;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 40px;
}
.page-title-area .page-title {
    color: #fff;
    margin: 0;
}
.entry-header .entry-title {
    margin: 0;
}
.page-template-template-home #site-info {
    top: 0;
}
.page-template-template-home #site-info.bottom {
    margin-top: 0;
}
#site-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  padding: 10px 0;
}
#site-info li{
  display: inline-block;
  margin-left: 20px;
}
#site-info li:before{
  font-family: 'FontAwesome';
  content: "\f041";
  margin-right: 5px;
}
#site-info .site-phone:before {
    content: "\f095";
}
#site-info .site-email:before {
    content: "\f003";
} 
.nav-desktop #site-info li:first-child{
  margin-left: 15px;
}

/**
 * Blog
 */

.blog-list article.post,
.blog-list article.page {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-list article.post .entry-title,
.blog-list article.page .entry-title {
    margin-bottom: 5px;
}
.blog-list article.post .entry-meta,
.blog-list article.page .entry-meta{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 30px;
}
.gallery-caption,
.wp-caption-text {
    font-size: 18px;
    font-style: italic;
    padding: 10px;
}
.blog .nav-links {
    margin-bottom: 0;
}
.nav-links {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.nav-links .nav-previous,
.nav-links .nav-next {
    display: inline-block;
    width: 50%;
}
.nav-links .nav-previous:before,
.nav-links .nav-next:before {
    content: "\f177";
    font-family: 'FontAwesome';
    display: inline-block;
    padding: 10px;
}
.nav-links .nav-next {
    text-align: right;
}
.nav-links .nav-next:before {
    content: none;
}
.nav-links .nav-next:after {
    content: "\f178";
    font-family: 'FontAwesome';
    display: inline-block;
    padding: 10px;
}
.entry-footer .cat-tag-links {
    margin-top: 30px;
}
.entry-footer .cat-tag-links p {
    background-color: #eee;
    padding: 10px;
}
.entry-footer .entry-footer-title {
    text-align: center;
    margin: 0 0 20px;
}
.related-posts {
    margin-top: 60px;
}
.related-posts .related-item {
    text-align: center;
    margin-top: 20px;
}
.related-posts .related-item h3 {
    margin: 10px 0 0;
}
#respond {
    margin-top: 60px;
}
#respond .comment-reply-title {
    text-align: center;
    margin: 0;
}
#respond .comment-reply-title a {
    display: none;
}
#respond .comment-notes {
    text-align: center;
}
#respond textarea,
#respond input[type="text"] {
    width: 100%;
}
.commentlist {
    margin-top: 60px;
}
#comments-title {
    text-align: center;
    margin: 0 0 30px;
}
.comment {
    margin-bottom: 40px;
}
.comment .comment-author {
    margin: 0;
    padding: 0;
    width: auto;
}
.comment .comment_content {
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-left: 75px;
}
.comment .comment:not(.depth-1) {
    margin-left: 80px;
    padding: 0;
}
.comment .comment_content p {
    margin-bottom: 0;
}
.comment .vcard {
    margin-left: 0;
    margin-right: 10px;
}
.comment .vcard .avatar {
    float: left;
    position: static;
}
.comment .comment_content time {
    display: block;
    font-size: 14px;
}
.comment .comment_content time a {
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
}
.comment .comment-reply-link {
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 0 0;
}
.comment .comment-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.comment .reply-link {
    text-align: right;
}
.comment [class*=depth-] {
    margin-top: 1.1em;
}
/**
 * Widget
 */

.widget {
    margin-bottom: 40px;
}
.widget .widgettitle {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul ul {
    padding-left: 20px;
}
.widget select,
.widget input[type="text"],
.widget textarea {
    width: 100%;
}
.widget #wp-calendar {
    width: 100%;
}
.widget #wp-calendar th {
    text-align: center;
}
.widget #wp-calendar td {
    font-family: inherit;
    text-align: center;
}
.widget #wp-calendar td#today {
    font-family: "Nunito", sans-serif;
}
.widget #wp-calendar caption {
    background: #282e3f;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding: 8px 0;
    text-transform: uppercase;
    text-align: center;
}
.widget #wp-calendar thead {
    border: 1px solid #aaa;
}
.widget .searchform input[type="text"],
.widget .searchform input[type="submit"]{
    display: inline-block;
    vertical-align: top;
}
.widget .searchform input[type="text"]{
    border-radius: 60px;
    width: 75%;
}
.widget .searchform input[type="submit"]{
    width: 25%;
    margin-left: -5px;
}
/**
 * Homepage Sections
 */

#section-1 {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5% 0;
    position: relative;
}
#section-1:before{
    content: "";
    left: 0;
    top: 0;
    background-color: #282e3f;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}
#section-1 .section-content {
    position: relative;
    color: #fff;
    z-index: 2;
}
#section-2,
#section-4{
    padding: 60px 0;
}
#section-3{
    background-color: #eee;
    padding: 60px 3% 30px;
}
#section-5{
    background-color: #e0a85d;
    color: #fff;
    padding: 60px 3%;
}
body .tmm .tmm_member .tmm_photo {
    box-shadow: none;
    border-radius: 100%!important;
    margin-top: 15px;
    border: 3px solid #f5f5f5;
}
.tmm .tmm_member{
    border: none!important;
}
.tmm .tmm_member{
    margin-top: 0;
}
.tmm .tmm_names{
    font-weight: 700;
}
/**
 * Table
 */

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}
thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}
th {
    padding: 0.4em;
    text-align: left;
}
tr {
    border-bottom: 1px solid #eee;
}
td {
    padding: 0.4em;
}
th:first-child,
td:first-child {
    padding-left: 0;
}
th:last-child,
td:last-child {
    padding-right: 0;
}
/**
 * Footer
 */

footer.footer {
    background-color: #e0a85d;
    color: #fff;
    padding: 60px 3%;
}
footer.footer .footer-item {
    margin-bottom: 30px;
}
footer.footer .footer-copyright {
    font-style: italic;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .page-title-area {
        margin-bottom: 30px;
    }
    .sidebar-area {
        margin-top: 40px;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .nav-desktop #site-info{
      text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    #site-header.head-desktop{
      display: none;
    }
    #site-header .navbar{
      padding: 3%;
    }
    #site-info li:first-child{
      margin-left: 0;
    }
    #site-info{
      background-color: #282e3f;
      color: #fff;
      padding: 10px 3%;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-header {
        max-width: 30%;
    }
    #main-navigation ul.navbar-nav {
        max-width: 70%;
    }
}