/************************************************************************
// General
*************************************************************************/
a {
  -webkit-transition: all .15s;
  transition: all .15s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.btn:focus,
.btn:active {
  outline: none!important;
  text-decoration: none!important;
}
img {
  max-width: 100%;
  height: auto;
}
::selection {
  background-color: #0072e9;
  color: white;
}
::-moz-selection {
  background-color: #0072e9;
  color: white;
}
body {
  line-height: 1.7em;
}
ul,
li {
  list-style: none;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background-color: #313742;
}
::-webkit-scrollbar-thumb {
  background-color: #0072e9;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
video {
  max-width: 100%;
  height: 400px;
}
iframe,
embed,
object {
  max-width: 100%!important;
  height: 400px;
}
.overlay {
  background-color: rgba(21, 24, 30, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}
.overlay .overlay-link {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  border: 1px solid white;
  padding: 9px 9px 6px 9px;
  margin-top: -20px;
  margin-left: -20px;
}
.overlay .overlay-link:hover {
  color: #0072e9;
  border-color: #0072e9;
}
.img-transform {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.nav-toggle {
  color: #0072e9;
}
.nav-touch-toggle {
  background-color: #f1f1f1;
  color: #0072e9;
}
.breadcrumb {
  margin-bottom: 4em;
}
body > .container {
  background-color: white;
}
.page-loader {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 102%;
  content: "";
  z-index: 99999;
  margin-top: -5px;
}
.page-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -50px;
}
/************************************************************************
// Top Header
*************************************************************************/
.top-header {
  border-bottom: 1px solid #eee;
}
.top-header a{
  cursor: pointer;
}
.top-header .p-title {
  margin-top: 31px;
}
.top-header .nav {
  float: right;
  font-family: "Roboto Slab";
  font-size: 14px;
}
.top-header .nav li {
  position: relative;
}
.top-header .nav a {
  border-bottom: 1px solid transparent;
  margin-top: -1px;
}
.top-header .nav a:hover {
  border-bottom: 1px solid #0072e9;
}
.top-header .logo {
  margin-top: 2em;
  display: inline-block;
}
.top-header .logo img {
  height: 30px;
}
.nav-touch {
  font-size: 19px;
  float: right;
  border: 1px solid;
  padding: 7px 9px 5px;
  border-radius: 5px;
  margin-top: 24px;
  cursor: pointer;
  display: none;
}
/************************************************************************
// Slider
*************************************************************************/
.section-slider { 
  color: white;
}
.section-slider .btn {
  color: white;
}
/************************************************************************
// Post Loop
*************************************************************************/
.entry-summary {
  margin-top: 1em;
}
.entry-meta {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ddd;
  padding-bottom: 8px;
  padding-top: 8px;
}
.entry-meta a {
  color: #707070;
}
.entry-meta a:hover {
  color: #0072e9;
}
.entry-meta a:hover i {
  color: #0072e9;
}
.entry-meta i {
  margin-right: 5px;
  color: #acacac;
}
.entry-meta .sep {
  margin-right: 5px;
  margin-left: 5px;
}
.entry-meta .u-url {
  float: right;
}
.entry-title {
  margin-bottom: .5em;
  margin-top: 0;
}
.entry-featured-image {
  margin-top: .7em;
  position: relative;
  overflow: hidden;
}
.entry-featured-image img {
  -webkit-transition: transform .15s;
  transition: transform .15s;
}
.h-entry {
  margin-bottom: 75px;
}
.post-content-wrapper {
  margin-top: 4em;
}
.format-standard .entry-featured-image {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}
.blog-posts .format-link {
  background-color: #fffafa;
  font-size: 30px;
  padding: 1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #fdb8b8;
}
.blog-posts .format-link a {
  color: #707070;
  line-height: 1.5;
  word-break: break-all;
}
.blog-posts .format-link a:hover {
  color: #fdb8b8;
}
.blog-posts .format-chat {
  background-color: #f5f5f5;
  padding: 1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
}
.blog-posts .format-chat .entry-meta {
  border: none;
  position: relative;
  top: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.error-section {
  padding-top: 4em;
  padding-bottom: 18em;
  text-align: center;
}
.error-section .fa {
  margin-bottom: 1em;
}
.error-section p {
  margin-bottom: 2em;
}
.error-section form {
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.single-post article {
  margin-bottom: 2.5em;
}
.single-post .entry-meta {
  border: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}
.single-post .edit-post-span {
  margin-left: 5px;
}
.single-post .edit-post-span a {
  padding-left: 5px;
}
.single-post .single-tags {
  border-top: 1px solid #f1f1f1;
  padding-top: 3em;
  margin-bottom: 3em;
}
.single-post .single-tags a {
  background-color: #707070;
  padding: 3px 7px;
  color: white;
  display: inline-block;
  margin-bottom: 3px;
}
.single-post .single-tags a:hover {
  background-color: #0072e9;
}
.single-post input[type='password'] {
  padding-top: 2px;
}
.single-post .prev-post,
.single-post .next-post {
  display: inline-block;
}
.single-post .prev-post:hover i,
.single-post .next-post:hover i {
  color: #0072e9;
}
.single-post .next-prev-posts {
  border-top: 1px solid #f1f1f1;
  padding-top: 3em;
  margin-bottom: 3em;
}
.single-post .next-post {
  float: right;
}
.single-post .next-post a {
  padding-right: 8px;
}
.single-post .prev-post a {
  padding-left: 8px;
}
.single-post ul.post-categories li {
  display: inline-block;
}
.single-post .single-category-area {
  margin-bottom: 3em;
  padding-top: 3em;
  border-top: 1px solid #f1f1f1;
}
.single-post .u-category .fa-briefcase {
  float: left;
  margin-top: 5px;
}
.comments-area {
  border-top: 1px solid #f1f1f1;
  padding-top: 3em;
  margin-bottom: 3em;
}
.comments-area img.avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 1em;
}
.comments-area .comment-list {
  padding-left: 0;
}
.comments-area .comment-respond {
  border-top: 1px solid #f1f1f1;
  padding-top: 3em;
  margin-bottom: 5em;
}
.comments-area .comments-title {
  margin-bottom: 3em;
}
.comments-area .comment-body {
  margin-bottom: 3em;
}
.mixed-pagenavi {
  border-top: 1px solid #f1f1f1;
  padding-top: 3em;
  margin-bottom: 3em;
}
.mixed-pagenavi a {
  background-color: #7a7a7a;
  padding: 2px 7px;
  color: white;
}
.mixed-pagenavi a:hover {
  background-color: #0072e9;
}
.mixed-pagenavi .current {
  background-color: #acacac;
  padding: 2px 7px;
  color: white;
}
.blog-posts .sticky {
  background-color: #f8f8f8;
  padding: 20px;
}
.blog-posts .sticky .entry-summary,
.blog-posts .sticky .entry-content {
  font-size: 16px;
  line-height: 1.6;
}
.closed-comment-p {
  border-top: 1px solid #f1f1f1;
  padding-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
.single-page .entry-meta {
  border: none;
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
}
.wp-caption {
  max-width: 100%;
  height: auto;
}
.wp-caption-text {
  margin-top: .75em;
}
.attachment-thumbnail {
  border: none!important;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}
.attachment-thumbnail:hover {
  opacity: .7;
}
.bypostauthor {
  color: black;
}
.gallery-caption {
  padding-right: 1em;
  padding-left: 1em;
}
img.alignleft {
  margin-right: 1em;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.single-link-pages {
  float: left;
  border-top: 1px solid #0072e9;
  padding-top: 2em;
  margin-top: 2em;
}
.single-link-pages a {
  background-color: #7a7a7a;
  padding: 3px 7px;
  color: white;
}
.single-link-pages a:hover {
  background-color: #0072e9;
}
/************************************************************************
// Sidebar
*************************************************************************/
.mixed-rss-li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.mixed-rss-li:last-child {
  border: none;
}
.mixed-widget ul {
  padding-left: 0;
}
.mixed-widget cite {
  margin-top: 0;
  margin-left: 0;
}
.widget-heading {
  border-bottom: 1px solid;
  border-color: #ddd;
  padding-bottom: .7em;
  position: relative;
}
.widget-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #0072e9;
  margin-bottom: -1px;
}
.mixed-widget {
  margin-bottom: 3em;
}
.searchform .fa {
  float: right;
  position: relative;
  top: -21px;
  right: 10px;
  cursor: pointer;
}
.searchform input {
  padding-right: 30px;
}
.mixed-widget .tagcloud a {
  background-color: #707070;
  color: white;
  padding: 3px 7px;
  font-size: 12px!important;
  display: inline-block;
  margin-bottom: 3px;
}
.mixed-widget .tagcloud a:hover {
  background-color: #0072e9;
}
table#wp-calendar {
  width: 100%;
}
table#wp-calendar tbody a {
  text-decoration: underline;
}
/************************************************************************
// Contact Form
*************************************************************************/
.wpcf7-form {
  margin-top: 3em;
}
/************************************************************************
// Bottom Widgets
*************************************************************************/
.bottom-widgets-wrapper {
  background-color: #22262e;
  border-top: 5px solid #ccc;
  padding-top: 4em;
  padding-bottom: 1em;
  color: white;
}
.bottom-widgets-wrapper .fa-search {
  color: #707070;
}
.bottom-widgets-wrapper .fa-search:hover {
  color: #0072e9;
}
.bottom-widgets-wrapper .widget-heading {
  color: #9c9c9c;
  border: none;
  font-variant: small-caps;
  font-weight: bold;
}
.bottom-widgets-wrapper .widget-heading:after {
  content: "";
  width: 0;
}
.bottom-widgets-wrapper a {
  color: #e1e1e1;
}
.bottom-widgets-wrapper a:hover {
  color: #0072e9;
}
.bottom-widgets-wrapper .mixed-widget {
  margin-bottom: 4em;
}
.bottom-widgets-wrapper .tagcloud a:hover {
  color: white;
}
/************************************************************************
// Footer
*************************************************************************/
.bottom-footer {
  background-color: #15181e;
  border-top: 5px solid #313742;
  padding-top: .5em;
  padding-bottom: .5em;
}
.bottom-footer .copyright,
.bottom-footer .site-generator {
  font-size: 12px;
  display: inline-block;
}
.bottom-footer a {
  color: #707070;
}
.bottom-footer a:hover {
  color: #0072e9;
}
.bottom-footer .col-sm-7 {
  text-align: right;
  color: #9c9c9c;
  margin-top: .6em;
}
.bottom-footer .col-sm-7,
.bottom-footer .col-sm-5 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.social-list ul {
  padding-left: 0;
}
.social-list ul li {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.social-list ul li .fa {
  font-size: 18px;
}
/************************************************************************
// Responsive
*************************************************************************/
@media (min-width: 769px) {
  .top-header {
    height: 85px;
  }
  .nav ul {
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 9999;
    font-size: 13px;
    border-top: 1px solid #0072e9;
    background-color: #fafafa;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    padding-right: 1em;
  }
  .nav ul li:first-child a {
    padding-top: 10px;
  }
  .nav ul li:last-child a {
    padding-bottom: 10px;
  }
  .nav ul li .fa {
    display: inline;
  }
  .nav ul li .nav-icon {
    opacity: 0;
    position: relative;
    left: 5px;
  }
  .nav ul a {
    color: #22262e;
    border: none!important;
    display: inline-block;
    padding: 3px 45px 3px 0px;
    position: relative;
    left: 0;
    -webkit-transiton: 0;
    transition: 0;
  }
  .nav ul a:hover {
    border: none;
    color: #6a717e;
  }
  .comment-respond {
    width: 70%;
  }
  .wpcf7-form {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .top-header {
    padding-bottom: 25px;
  }
  .top-header .container {
    padding-left: 0;
  }
  .top-header .col-sm-3 {
    margin-bottom: 2em;
  }
  .nav-touch {
    display: block;
    position: relative;
    right: -15px;
  }
  .logo {
    margin-left: 15px;
  }
  .nav {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    display: none;
  }
  .nav > li a {
    padding-left: 2em;
  }
  .nav a {
    border: none!important;
    color: #22262e;
  }
  .nav a:active {
    background-color: #ccc;
  }
  .nav .fa {
    display: none;
  }
  .nav ul {
    padding-left: 0;
  }
  .nav ul li a {
    display: block;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2.5em;
  }
  .nav ul li a:before {
    content: "- ";
  }
  .entry-meta .u-url {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }
  .entry-meta .u-url a {
    background-color: #707070;
    padding: 6px 12px;
    color: white;
    font-weight: bold;
  }
  .entry-meta .u-url a:active {
    background-color: #0072e9;
  }
  .entry-meta .u-url a .fa {
    display: none;
  }
  .bottom-footer .col-sm-7 {
    float: left;
    text-align: left;
  }
}
