/*
	https://css-tricks.com/snippets/css/sticky-footer/ - sticky footer
	http://stackoverflow.com/questions/396145/how-to-vertically-center-a-div-for-all-browsers - vertical center
*/
/*------------------------------------*\
    VARIABLE INITIALIZATION
\*------------------------------------*/
/* http://paletton.com/#uid=53z0u0koNvNeZKckhBnuEtsvxmx */
/*------------------------------------*\
    MAIN STRUCTURE
\*------------------------------------*/
html {
  /*Sticky Footer*/
  min-height: 100%;
  position: relative;
  /*End Sticky Footer*/
}
html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 355px !important;
  /* Make room for footer */
}
img {
  max-width: 100%;
}
a {
  color: #2e6da4;
  text-decoration: none;
}
a:hover {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #fdce39 !important;
}
main a:hover {
  color: #b38903 !important;
}
blockquote {
  border-left: 3px solid #2e6da4;
  background-color: #f1f3f5;
  font-size: 13px;
}
a:focus,
a:hover {
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a {
  color: #286090;
}
h1 a,
h1 {
  text-transform: uppercase;
  font-size: 30px;
}
a:hover {
  color: #444444;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
div.wrapper > hr {
  margin-top: 0;
  border: 0;
  margin-bottom: 40px;
}
.bgImageBase {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat;
  display: block;
  background-position: center;
  background-size: cover;
}
.noselect * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}
/* ------------ WRAPPER ------------- */
.wrapper > div {
  padding: 0 10px;
}
.main-left-wrapper {
  padding-right: 20px;
}
/* content centering wrappers */
.content-center {
  max-width: 780px;
  width: 95%;
  margin: 0 auto;
}
.content-center-wide {
  max-width: 1180px;
  width: 98%;
  margin: 0 auto;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  overflow: hidden;
}
/*Small header image with no pagedown icon.*/
.topColoredbar {
  width: 100%;
  height: 6px;
  background-color: #2e6da4;
}
/* ------------- TOP NAV --------------*/
.topNavBar,
.topNavLinks {
  position: relative;
}
.topNavBar {
  height: 55px;
  z-index: 100;
}
.topNavLinks ul {
  height: 50px;
  padding: 0;
  margin: 0 25px 0 0;
  float: right;
}
.topNavLinks li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  margin-top: 30px;
  line-height: 52px;
}
.topNavLinks li:last-child {
  padding-right: 0;
}
.topNavLinks a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.topNavBarBG {
  background-color: black;
  opacity: 0.5;
}
.socialMedia {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
/* ------------ BACKGROUNDS -------------*/
.headerMainBG {
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
  background-image: url('../img/bg/pexels-photo2.jpg');
}
.headerPatternBG {
  opacity: 1;
  background-size: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.81+0,0.16+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8100000000000001) 0%, rgba(0, 0, 0, 0.16) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8100000000000001) 0%, rgba(0, 0, 0, 0.16) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8100000000000001) 0%, rgba(0, 0, 0, 0.16) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf000000', endColorstr='#29000000', GradientType=0);
  /* IE6-9 */
}
body.loaded .headerMainBG {
  /*Header BG fade in*/
  opacity: 1;
}
/* ---------- UPPER LEFT LOGO ------------- */
.headerLogo {
  font-size: 30px;
  float: left;
  position: relative;
  padding-left: 10px;
  line-height: 50px;
}
.headerLogo a {
  color: white;
}
.headerLogo a:hover {
  color: white !important;
}
.surname {
  color: #fdce39 !important;
}
/* ------------ HEADER CONTENT ------------- */
header,
.headerContent {
  transition: all 0.5s ease;
}
header {
  margin-bottom: 0px;
  height: 70vh;
  background-position: center;
  position: relative;
  min-height: 300px;
  background-color: #666;
}
.headerContent {
  top: 0;
  position: absolute;
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}
.headerContent a {
  color: #444444;
}
.headerContent a .surname {
  color: #2e6da4;
}
.headerContent a:hover .surname {
  color: #4b84b7;
}
.headerContentInner {
  padding: 0 50px 0 50px;
  line-height: 1.3;
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px 3px #000;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
}
.headerContentInner a {
  color: white;
}
.headerContentInner h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: white !important;
  cursor: default;
  max-height: 300px;
  overflow: hidden;
}
.headerContentInner .headerSubTitle,
.headerContentInner h1 {
  transition: opacity 0.5s ease 0.2s, font 0.6s ease;
}
.scrolled .headerContentInner .headerSubTitle,
.scrolled .headerContentInner h1 {
  opacity: .5;
}
.headerSubTitle {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.postCategoryButtons {
  display: inline-block;
}
main .postCategoryButtons a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.mainPostsPageHeaderInner > a {
  font-size: 96px;
}
/* -------- HEADER PAGE DOWN  --------- */
#header_pagedown {
  color: white;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transition: opacity 0.5s ease 0.2s;
  cursor: pointer;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 2;
  margin-left: -18px;
}
#header_pagedown:hover {
  color: #fdce39;
}
.scrolled #header_pagedown {
  opacity: 0;
}
/*------------------------------------*\
    FOOTER  									
\*------------------------------------*/
/*Sticky Footer*/
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 355px;
  width: 100%;
  background-color: #222;
  color: white;
}
footer .bgImageBase {
  background-size: initial;
}
#footerWidgetContainer {
  background-color: #212121;
  margin-bottom: 20px;
  height: 300px;
  position: relative;
  padding-top: 35px;
}
#footerWidgetContainer .footerWidgetTitle {
  font-weight: 700;
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footerWidgetContainer ul {
  padding-left: 15px;
  list-style-type: none;
}
#footerWidgetContainer ul > li > a:first-child,
.footerWidgetLink {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: white;
  display: block;
  /*border-bottom:1px dotted white;*/
}
#footerWidgetContainer ul > li {
  position: relative;
}
#footerWidgetContainer .bullet {
  height: 3px;
  width: 3px;
  position: absolute;
  background-color: white;
  left: -11px;
  top: 8px;
}
#footerWidgetContainer .wpb-comment-count > a {
  color: #b38903;
}
#footerWidgetContainer #footerWidgetContainerInner {
  position: relative;
  padding-top: 20px;
}
#footerWidgetContainerInner > div {
  float: left;
  width: 30%;
  margin-left: 5%;
  font-size: 12px;
  padding: 10px;
}
#footerWidgetContainer .footerWidgetLink {
  color: white;
}
#footerWidgetContainerInner > div:first-child {
  margin-left: 0;
}
.footer_centered {
  position: relative;
}
footer .lower .copyright {
  font-size: 11px;
  font-weight: 400;
  float: left;
}
footer .lower .social {
  float: right;
}
footer .lower .social img {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 5px;
}
.footerSizing {
  max-width: 780px;
  width: 95%;
  margin: 0 auto;
}
footer .headerPatternBG {
  opacity: 1;
}
/*------------------------------------*\
    POST LOOP
\*------------------------------------*/
main h3 a {
  color: black;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.loopFooter {
  text-align: left;
}
.loop_excerpt {
  margin-bottom: 25px;
}
/* Spacing just below article excerpts */
main section article {
  /* Main loop article summary spacings */
  margin-bottom: 60px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
main section article:last-of-type {
  margin-bottom: 15px;
}
.post_details {
  /* #Comments/Date/etc */
  font-size: 11px;
  padding-top: 5px;
  float: right;
}
.contentHeaderTitle {
  margin-top: 0px;
  margin-bottom: 40px;
}
/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
.wrapper .comments_area {
  background-color: #f1f3f5;
}
.comments {
  /*width:50%; float:right; padding-left: 10px;*/
}
.comments .commentmetadata > a:first-of-type {
  color: #444444;
}
.comments cite {
  font-style: normal;
  font-weight: 700;
}
.comments .otherMeta {
  padding-left: 7px;
  font-size: 10px;
  display: block;
}
.comment-body {
  border-top: 1px solid #bbb;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.comment-body:last-of-type {
  padding-bottom: 10px;
}
.comment-body:hover .reply a {
  /*color: @base;*/
}
.comment-body:hover {
  border-top: 1px solid #2e6da4;
}
.comments .reply {
  position: absolute;
  right: 0;
  top: 2px;
}
.comments .reply a {
  font-weight: 700;
  text-transform: uppercase;
  color: #444444;
  padding-right: 5px;
  font-size: 12px;
}
.comments ul {
  list-style-type: none;
  padding-bottom: 10px;
}
.comments .comment-author {
  float: left;
  margin-right: 20px;
  height: 50px;
}
.comments .comment-author img {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  margin-left: 10px;
  border-radius: 50%;
  margin-top: 2px;
}
.comments_text {
  overflow: auto;
  padding-top: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 50%;
}
.comment-subscription-form label {
  font-weight: 400;
}
.comments ul.pingbacks {
  list-style-type: circle;
}
#respond {
  /*width:50%; padding-right: 10px;*/
}
#commentform .form-allowed-tags,
#commentform p.form-submit {
  display: none;
}
#commentform {
  padding-bottom: 45px;
}
.comment-author-admin cite {
  background-color: #ffe288;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 11px;
  font-size: 90;
}
#jetpack_remote_comment {
  height: 200px;
}
#pingbacks {
  font-weight: 700;
}
#comments_paging {
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
}
#comments_paging > * {
  padding-right: 5px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.singlepage {
  border-bottom: none;
}
.template_Contact main section article {
  border-bottom: none;
}
/*------------------------------------*\
    POSTS
\*------------------------------------*/
.postTitle {
  margin-bottom: 3px;
  text-align: center;
}
.postContent {
  padding-top: 30px;
}
.postContent a {
  border-bottom: 1px dashed #2e6da4;
}
.single .post .date {
  font-weight: 700;
  margin-right: 10px;
  text-align: center;
}
.post-edit-link {
  font-size: 10px;
  margin-left: 5px;
}
.single .sidebar {
  float: left;
}
.single main section article {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.single .darken-bg-start {
  margin-top: 75px;
}
/*------------------------------------*\
    CATEGORIES
\*------------------------------------*/
.categoryPage .categoriesMatch {
  font-weight: 700;
}
.categoryPage main section > h3 {
  margin-top: 0px;
  margin-bottom: 40px;
}
/*------------------------------------*\
    WIDGETS
\*------------------------------------*/
.recentcomments .comment-author-link {
  font-weight: 700;
  color: #777;
}
.sidebar-widget h3,
.sidebar .sidebar-widget div:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.smooth,
.headerContentInner {
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s;
  transition-timing-function: ease;
}
@media only screen and (max-width: 900px) {
  .headerContentInner h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 780px) {
  .headerContentInner h1 {
    font-size: 36px;
  }
  body.home .headerContentInner h1 {
    font-size: 48px;
  }
  /*loop*/
  .post_details {
    float: none;
  }
  .loopFooter {
    text-align: left;
  }
  .loop_excerpt {
    margin-bottom: 10px;
  }
  .loopFooter {
    margin-bottom: 10px;
  }
  /*pagination*/
  .pagination_wrapper {
    text-align: center;
  }
  /* Make room in footer*/
  #footerWidgetContainerInner > div:last-of-type {
    display: none;
  }
  #footerWidgetContainerInner > div {
    width: 50%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 570px) {
  /*FINAL DOWNSIZE*/
  body.home .headerContentInner h1 {
    font-size: 36px;
  }
  .topNavBar {
    height: 110px;
    text-align: center;
  }
  .headerLogo {
    float: none;
    padding-left: 0;
  }
  .topNavLinks ul {
    float: none;
    margin: initial;
  }
  .headerContent {
    top: 27px;
    /* Allow for larger top nav bar */
  }
  .headerContentInner h1 {
    font-size: 30px;
  }
  #header_pagedown {
    font-size: 14px;
    width: 25px;
    height: 25px;
  }
  .headerContentInner {
    font-size: 10px;
  }
  /* Make room in footer*/
  #footerWidgetContainerInner > div:not(:first-child) {
    display: none;
  }
  #footerWidgetContainerInner > div {
    width: 100%;
  }
}
/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.searchResultsSummary {
  font-weight: 400;
  padding-top: 10px;
}
.search .searchwell {
  margin-bottom: 50px;
}
.search .header {
  max-height: 300px;
}
.search .headerContentInner {
  padding-top: 30px;
}
.search #header_pagedown {
  display: none;
}
#searchform fieldset {
  border: 0;
}
.searchResultsSummary {
  font-weight: 700;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.page-template-template-contact .header {
  max-height: 300px;
}
.page-template-template-contact .headerContentInner {
  padding-top: 30px;
}
.page-template-template-contact #header_pagedown {
  display: none;
}
/*------------------------------------*\
    404
\*------------------------------------*/
h1.PageNotFoundHeader {
  font-size: 110px;
  margin: 0;
}
.error404 .header {
  max-height: 300px;
}
.error404 .headerContentInner {
  padding-top: 30px;
}
.error404 #header_pagedown {
  display: none;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #2e6da4;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #2e6da4;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #2e6da4;
  color: #FFF;
  text-shadow: none;
}
.noLeftPad {
  padding-left: 0;
}
.noRightPad {
  padding-right: 0;
}
/* Horizontal gradient variation */
hr.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0a4274+24,115898+43,2e6da4+59,4b84b7+79,75a5d0+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #0a4274 24%, #115898 43%, #2e6da4 59%, #4b84b7 79%, #75a5d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #0a4274 24%, #115898 43%, #2e6da4 59%, #4b84b7 79%, #75a5d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #0a4274 24%, #115898 43%, #2e6da4 59%, #4b84b7 79%, #75a5d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#75a5d0', GradientType=1);
  /* IE6-9 */
  height: 2px;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #888888;
  text-align: center;
  background-color: #F0F0F0;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  border: 1px solid #888888;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/*------------------------------------*\
    BOOTSTRAP EXTENSIONS
\*------------------------------------*/
.btn-xs {
  line-height: 1;
  margin-right: 2px;
  font-size: 11px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.pagination > li > a,
.pagination > li > span {
  color: #212121;
  border: 1px solid #BBB;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}
.pagination > li > a:hover {
  text-decoration: none;
  background: #FCFCFC;
  color: initial !important;
}
.pagination > li > span.current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 #ffffff, 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
  font-weight: bold;
}
/*------------------------------------*\
    SYNTAX HIGHLIGHTER + SCRIPT
\*------------------------------------*/
/*FF Fix*/
.syntaxhighlighter .code .container:before {
  display: block;
}
.expandSyntaxBtn {
  display: none;
  transition: opacity 0.25s ease-in-out;
}
.expandSyntaxBtn span {
  padding-right: 6px;
}
.syntax_widen {
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0s;
  width: 100%;
  position: relative;
  left: 0%;
}
div.syntaxhighlighter .line.alt1 {
  background-color: #f4f8fc !important;
}
div.syntaxhighlighter .line.alt2 {
  background-color: #fcfdfe !important;
}
div.syntaxhighlighter .gutter .line {
  border-right: 3px solid #4b84b7 !important;
}
@media (min-width: 1200px) {
  /* User clicked expand */
  .syntaxhighlighter_expand {
    left: 75%;
    width: 80vw;
    margin-left: -50vw;
  }
  .expandSyntaxBtn {
    display: block;
    font-size: 10px;
    padding: 2px 6px;
    position: absolute;
    right: 10px;
    top: -10px;
    opacity: .3;
  }
  .syntax_widen:hover .expandSyntaxBtn {
    opacity: .8;
  }
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
