/**
 * Globals
 */
body {
  background-color: #eaeae5;
  color: #8b8b8b;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8em; }

* {
  word-wrap: break-word; }

h1, h2, h3, h4, h5, h6, strong, b, label {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

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

p {
  margin: 0 0 20px; }

a {
  color: #509ba0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

a:hover {
  color: #509ba0;
  opacity: 0.8; }

iframe {
  border: none;
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

input,
textarea,
select {
  border: 1px solid #ddd;
  height: 40px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%; }

textarea {
  min-height: 140px; }

input[type="submit"],
button[type="submit"],
.btn,
.comment .comment-reply-link {
  background-color: #509ba0;
  border: 1px solid #509ba0;
  color: #fff;
  font-family: "Montserrat", 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%; }

.container {
  max-width: 1920px;
  width: 100%; }

#content-area {
  box-shadow: 0 0 5px 0 #8c8c8c;
  margin: 2%; }

html, body.home, body.home #content-area {
  height: 100%; }

body.home #content-area.hidden-header-image{
  height: auto;
}
body.home #content-area.hidden-header-image #site-header .navbar-default{
  position: static;
  padding-bottom: 0;
  background-color: #fff;
}

body.home #site-header {
  height: 100%;
  position: relative; }
  body.home #site-header .navbar-default {
    background-color: transparent;
    padding: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 2%;
    z-index: 1; }

body.home .inner-content {
  padding-top: 30px; }

/**
 * 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; }

/**
 * Header
 */
#site-header .navbar-default {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 30px 30px 15px; }
  #site-header .navbar-default .navbar-toggle {
    background-color: #509ba0;
    border: none;
    border-radius: 0; }
    #site-header .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  #site-header .navbar-default .navbar-collapse {
    padding: 0;
    border: none; }

#site-header .navbar-brand {
  height: auto; }

#site-header #logo {
  margin: 0; }
  #site-header #logo a {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333;
    font-size: 30px;
    padding-left: 0;
    padding-right: 0; }

.big-head {
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%; }
  .big-head h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900; }
  .big-head p {
    font-style: italic;
    margin: 0; }
  .big-head .navbar-brand {
    display: inline-block;
    float: none !important;
    height: auto;
    line-height: normal;
    padding: 0; }

#site-header.with-header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #site-header.with-header-image .big-head, #site-header.with-header-image #logo a,
  #site-header.with-header-image .navbar-default .navbar-nav > li > a, #site-header.with-header-image .navbar-default .navbar-nav > li > a:focus, #site-header.with-header-image .navbar-default .navbar-nav > li > a:hover {
    color: #fff; }

.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: #509ba0; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent; }

#main-navigation {
  font-weight: 400; }
  #main-navigation ul.navbar-nav {
    margin: 0; }
    #main-navigation ul.navbar-nav > li.active > a {
      background-color: transparent;
      color: #509ba0; }

.page-title-area {
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px; }
  .page-title-area .page-title {
    background-color: #509ba0;
    padding: 30px 0;
    color: #fff;
    font-weight: "Montserrat", sans-serif;
    margin: 0; }

.page-template-template-home #site-info {
  top: 0; }

.page-template-template-home #site-info.bottom {
  margin-top: 0; }

#site-info {
  background-color: #f7f7f7;
  position: relative;
  top: -40px;
  text-align: center; }
  #site-info .info-item {
    float: none;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 0;
    margin: 0 -3px 30px;
    text-align: left; }
    #site-info .info-item p {
      margin: 0 0 0 50px; }
    #site-info .info-item p span {
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
    #site-info .info-item p:before {
      color: #509ba0;
      font-size: 20px;
      content: "\f041";
      font-family: 'FontAwesome';
      display: block;
      position: absolute;
      left: 15px;
      top: 36px;
      padding: 6px 0;
      border: 1px solid #ddd;
      text-align: center;
      width: 40px; }
  #site-info .site-phone p:before {
    content: "\f095"; }
  #site-info .site-time p:before {
    content: "\f017"; }
  #site-info .site-email p:before {
    content: "\f003"; }

#site-info.bottom {
  margin-top: 40px;
  top: 0; }

/**
 * Blog
 */
.inner-content {
  background-color: #fff;
  padding: 15px; }

.blog-list article.post,
.blog-list article.page {
  background-color: #f7f7f7;
  margin-bottom: 40px; }

.blog-list .entry-header {
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  border: 1px solid #ddd;
  padding: 15% 0; }
  .blog-list .entry-header > div {
    background-color: #509ba0;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative; }
    .blog-list .entry-header > div > a {
      position: absolute;
      left: 0;
      height: 100%;
      top: 0;
      text-indent: -9999px;
      width: 100%; }
  .blog-list .entry-header .entry-title {
    color: #fff;
    font-size: 30px;
    margin: 0; }
  .blog-list .entry-header p {
    font-style: italic;
    font-size: 16px;
    color: #fff;
    margin: 0; }
    .blog-list .entry-header p a {
      color: #fff; }

.blog-list .entry-content {
  padding: 30px; }

.content-single .entry-header img,
.content-page .entry-header img,
.not-found .entry-header img {
  display: block;
  margin: 0 auto; }

.content-single .entry-title,
.content-single .page-title,
.content-page .entry-title,
.content-page .page-title,
.not-found .entry-title,
.not-found .page-title {
  color: #000;
  font-size: 30px;
  margin: 0;
  padding: 30px; }

.content-single .entry-header,
.content-single .entry-content,
.content-single .page-content,
.content-page .entry-header,
.content-page .entry-content,
.content-page .page-content,
.not-found .entry-header,
.not-found .entry-content,
.not-found .page-content {
  background-color: #f7f7f7; }

.content-single .entry-content,
.content-single .page-content,
.content-page .entry-content,
.content-page .page-content,
.not-found .entry-content,
.not-found .page-content {
  padding: 30px; }

.gallery-caption,
.wp-caption-text {
  font-size: 18px;
  font-style: italic;
  padding: 10px; }

.blog .nav-links {
  margin-bottom: 0; }

.nav-links {
  font-family: "Montserrat", 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 {
  font-size: 30px;
  color: #000;
  margin: 0; }

.related-posts {
  margin-top: 60px; }
  .related-posts .related-item {
    text-align: center;
    margin-top: 20px; }
    .related-posts .related-item h3 {
      text-align: left;
      margin: 10px 0 0; }
      .related-posts .related-item h3 a {
        color: #000; }

#respond {
  margin-top: 60px; }
  #respond .comment-reply-title {
    color: #000;
    font-size: 30px;
    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 {
  font-size: 30px;
  color: #000;
  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
 */
aside.widget {
  background-color: #f7f7f7;
  padding: 30px; }

.widget {
  margin-bottom: 40px; }
  .widget .widgettitle {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    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: "Montserrat", sans-serif; }
    .widget #wp-calendar caption {
      background: #509ba0;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      padding: 8px 0;
      text-transform: uppercase;
      text-align: center; }
    .widget #wp-calendar thead {
      border: 1px solid #aaa; }

/**
 * Footer
 */
footer.footer {
  margin: 60px 0; }
  footer.footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.footer ul li {
      display: inline-block;
      padding: 0 10px; }
  footer.footer .footer-copyright {
    text-align: center; }
  footer.footer .footer-logo {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 80px;
    margin: 50px 0;
    text-transform: uppercase; }
    footer.footer .footer-logo .navbar-brand {
      display: inline-block;
      float: none !important;
      height: auto;
      line-height: normal;
      padding: 0; }
  footer.footer p {
    margin: 0; }

@media only screen and (min-width: 1920px) {
  #content-area{
    max-width: 1920px;
    margin: 2% auto;}
}

@media only screen and (max-width: 991px) {
  .sidebar-area {
    margin-top: 40px; }
  .navbar-toggle {
    margin-right: 0; }
  body.home #site-header {
    height: auto;
    min-height: 600px; }
  .big-head h1,
  footer.footer .footer-logo {
    font-size: 60px; } }

@media only screen and (max-width: 767px) {
  .big-head h1,
  footer.footer .footer-logo {
    font-size: 50px; }
  body.home #site-header .navbar-default {
    position: static; }
  body.home #site-header #logo {
    display: none; }
  body.home #site-header.with-header-image .navbar-default .navbar-collapse {
    background-color: #333;
    position: relative; }
  body.home #site-header .navbar-default .navbar-collapse {
    background-color: #fff; } }