/*
Theme Name: Oswald
Theme URI: http://codepark.co/oswald/
Description: WordPress One Page Parallax Theme
Version: 1.0
Author: Codepark
Author URI: http://codepark.co/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, custom-background, threaded-comments, translation-ready
*/
/****************

  Table of Contents

  00  Common Styles
  01  Preloader
  02  Background
  03  Video
  04  Header
  05  Home
  06  About
  07  Timeline
  08  Services
  09  Call to action
  10  Portfolio
  11  Contact
  12  Footer
  13  Blog
  14  WordPress Core
  15  404 Page
  16  Media Queries

*****************/
/*
  00
  Common Styles
*/
body {
  font-family: 'Lato', sans-serif;
  color: #626262;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
a {
  color: inherit;
}
a:hover {
  color: #094e67;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.btn {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.btn:focus {
  outline: none;
}
.btn:active:focus {
  outline: none;
}
.btn-custom {
  background-color: #094e67;
  border-color: #094e67;
  color: #fff;
}
.btn-custom:hover,
.btn-custom:focus {
  color: #fff;
  background-color: #3276B1;
  border-color: #3276B1;
}
.btn-dark {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #303030;
  border-color: #303030;
  color: #fff;
}
.btn-empty {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-empty:hover,
.btn-empty:focus {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
section.parallax {
  background-color: rgba(0, 0, 0, 0.5);
}

.grey {
  background-color: #f6f6f6;
}

.fushia {
  /*background-color: #f16173;*/
  /*background-color: #da4357;*/
  background-color: #c83148;
}
.fushia .title h1 {
  color: #fff;
}
.blue {
  background-color: #d2edf2;
}

.title {
  margin-bottom: 30px;
  text-align: center;
}
.title h1 {
  font-size: 26px;
  text-transform: uppercase;
}
.title hr {
  width: 100px;
  border-top: 2px solid #ccc;
}
.center {
  text-align: center;
}
.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.no-menu {
  float: right;
  line-height: 50px;
  margin: 0;
  color: #858585;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
dd {
  margin-bottom: 20px;
}
ul {
  list-style: disc;
}
li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}
select {
  max-width: 100%;
}
/*
  01
  Preloader
*/
#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  height: 100%;
}
#loader {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  margin: -100px 0 0 -100px;
}
/*
  02
  Background
*/
#backgrounds {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#backgrounds .slides {
  height: 100%;
}
#backgrounds .slides li {
  height: 100%;
}
#backgrounds .slides li .slide {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
/*
  03
  Video
*/
#video-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#bgndVideo {
  display: none;
}
/*
  04
  Header
*/
#topnav {
  background-color: #fff;
  border-bottom: 0;
  padding: 10px 0;
  transition: all .3s ease;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  opacity: 0;
  font-family: 'Montserrat', sans-serif;
}
#topnav .navbar-nav > li:hover .sub-menu {
  display: block;
}
#topnav.scrolled {
  opacity: 1;
  padding: 0;
}
#topnav .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #858585;
}
#topnav .navbar-nav > li > a:hover {
  color: #656565;
}
#topnav .navbar-nav > .active > a {
  background-color: #fff;
}
.logged-in.admin-bar #topnav {
  top: 32px;
}
#logo {
  padding: 0;
}
#logo img {
  max-height: 50px;
}
.sub-menu {
  display: none;
  border-color: #DDD;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sub-menu > li > a {
  color: #959595;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 20px;
}
/*
  05
  Home
*/
#home {
  height: 550px;
  background-color: rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
}
.banner {
  color: #fff;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
}
.banner h1 {
  text-transform: uppercase;
  font-size: 65px;
  margin: 0;
}
.banner h3 {
  margin: 5px 0 15px;
  font-size: 17px;
}
.banner .btn-custom {
  margin-right: 10px;
}
/*
  06
  About
*/
#about .title + p {
  text-align: center;
  font-size: 18px;
  color: #959595;
}
#about .col-md-3 .feature p {
  font-size: 16px;
}

.picture {
  width: 135px;
  height: 135px;
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  margin: auto;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.picture img {
  width: 125px;
}
.feature {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  cursor: default;
}
.feature h3 {
  text-transform: uppercase;
  font-size: 15px;
}
.feature:hover .feature-icon {
  background-color: transparent;
  color: #094e67;
}
.feature-icon {
  width: 80px;
  height: 80px;
  line-height: 76px;
  background-color: #094e67;
  color: #fff;
  margin: 15px auto 0;
  font-size: 28px;
  border: 2px solid #094e67;
  border-radius: 50%;
  transition: all .3s ease;
}
.feature p {
  color: #959595;
}
.heading-content h3 {
  display: inline-block;
}
.heading-content .fa {
  margin-right: 5px;
}
/*
  07
  Timeline
*/
.timeline {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.timeline:before {
  content: " ";
  top: 0;
  bottom: 0;
  position: absolute;
  width: 3px;
  background-color: #e2e2e2;
  left: 0;
  right: 0;
  margin: auto;
}
.timeline > li {
  position: relative;
  margin-bottom: 25px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline .date {
  display: none
}
.year {
  width: 65px;
  height: 65px;
  margin: 30px auto;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
  font-size: 15px;
  z-index: 100;
  position: relative;
  line-height: 60px;
}
.timeline-panel {
  width: 46%;
  float: left;
  background-color: #FFF;
  border-radius: 5px;
  padding: 15px;
  transition: all .3s ease;
}
.timeline-panel h4 {
  font-size: 15px;
}
.timeline-panel:before {
  content: "";
  position: absolute;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  top: 20px;
  transition: all .3s ease;
}
.timeline-panel:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  top: 20px;
  border-radius: 50%;
  left: 50%;
  margin-left: -10px;
  border: 2px solid #e2e2e2;
  transition: all .3s ease;
}
.timeline-panel.left {
  text-align: right;
}
.timeline-panel.left:before {
  left: 0;
  margin-left: 46%;
  border-left: 15px solid #FFF;
}
.timeline-panel.right {
  float: right;
}
.timeline-panel.right:hover {
  margin-left: 0;
  margin-right: 1%;
}
.timeline-panel.right:hover:before {
  margin-right: 47%;
}
.timeline-panel.right:before {
  border-right: 15px solid #fff;
  right: 0;
  margin-right: 46%;
}
.timeline-panel:hover {
  cursor: default;
  margin-left: 1%;
}
.timeline-panel:hover:before {
  margin-left: 47%;
}
.timeline-panel:hover:after {
  border: 6px solid #094e67;
}
.timeline-panel p {
  font-size: 14px;
  color: #959595;
}
.date {
  display: block;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
/*
  08
  Services
*/
#services-box {
  text-align: center;
}
#service-detail {
  margin-bottom: 50px;
}
#service-detail h3 {
  text-transform: uppercase;
  font-size: 20px;
}
#service-detail p {
  color: #959595;
  font-size: 16px;
}
.services {
  border: 0;
  margin-left: 20%;
}
.services > li {
  width: 25%;
  display: inline-block;
}
.services > li.active > a {
  border: 2px solid #094e67;
  color: #094e67;
}
.services > li.active > a:hover,
.services > li.active > a:focus {
  background-color: #fff;
  border: 2px solid #094e67;
  color: #094e67;
}
.services > li.active > a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 30px;
  bottom: -15px;
  background-color: #094e67;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  left: 50%;
  margin-left: -11px;
}
.services > li:last-child > a:before {
  border: 0;
}
.services > li > a {
  width: 120px;
  height: 120px;
  line-height: 100px;
  margin: 50px auto;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 50%;
  color: #777;
  position: relative;
  transition: all .3s ease;
  font-size: 36px;
}
.services > li > a:hover,
.services > li > a:focus {
  background-color: #fff;
  color: #094e67;
  border-color: #094e67;
}
.services > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 118px;
  width: 100%;
  border-top: 2px solid #ececec;
}
.services > li > a .fa {
  display: block;
  line-height: inherit;
}
/*
  09
  Call to action
*/
.call {
  text-align: center;
  color: #fff;
}
.call h1 {
  font-size: 26px;
  text-transform: uppercase;
}
.call hr {
  width: 100px;
  border-top: 2px solid #fff;
}
.call p {
  font-size: 16px;
  width: 75%;
  margin: 20px auto;
}
/*
  10
  Portfolio
*/
#filters {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 40px 0;
}
.filter {
  display: inline-block;
  padding: 8px 20px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.filter.active {
  color: #094e67;
}
.filter:after {
  content: "/";
  position: absolute;
  left: 100%;
  color: #626262;
}
.filter:last-child:after {
  content: none;
}
.filter:hover {
  cursor: pointer;
}
#projects {
  padding: 0;
  list-style: none;
}
#projects li {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 2px;
  opacity: 0;
  display: none;
}
#projects li.featured {
  width: 50%;
}
#projects li img {
  width: 100%;
}
.single-project {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-project:hover .overlay {
  opacity: 1;
}
.single-project:hover .overlay h3 {
  opacity: 1;
  -webkit-animation: rotateInDownLeft .6s both;
  animation: rotateInDownLeft .6s both;
}
.single-project:hover .overlay span {
  opacity: 1;
  -webkit-animation: rotateInUpLeft .6s both;
  animation: rotateInUpLeft .6s both;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all .3s ease;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.overlay h3 {
  display: inline-block;
  padding: 5px;
  border: 4px double #FFF;
  opacity: 0;
  text-transform: uppercase;
}
.overlay span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0;
}
#project-modal .modal-dialog {
  text-align: center;
}
#project-modal .modal-dialog img {
  max-width: 100%;
  border-radius: 0 0 6px 6px;
}
#project-modal .modal-content {
  border: 0;
}
#project-modal .modal-header {
  border-bottom: 0;
}
#project-modal .modal-body {
  padding: 0;
}
#project-modal .modal-title {
  text-transform: uppercase;
  font-size: 15px;
}
.modal-backdrop.in {
  opacity: .7;
  filter: alpha(opacity=70);
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.modal.in .modal-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.control a {
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  color: #FFF;
  text-shadow: 0 1px 1px #444;
}
.control a:before {
  font-family: 'FontAwesome';
  font-size: 40px;
}
.control a:hover {
  text-decoration: none;
}
#prev a {
  left: 0;
}
#prev a:before {
  content: "\f104";
}
#next a {
  right: 0;
}
#next a:before {
  content: "\f105";
}
.project-media {
  text-align: center;
}
/*
  11
  Contact
*/
#contact-form {
  width: 50%;
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#contact-form p {
  font-size: 16px;
  margin-bottom: 15px;
}
.wpcf7-text,
.wpcf7-textarea {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #efefef;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 1.33;
  border-radius: 6px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: none;
  border-color: #66AFE9;
}
.wpcf7-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #444;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #444;
  color: #FFF;
}
#contact-form textarea {
  resize: none;
  min-height: 140px;
}
.wpcf7 img.ajax-loader {
  display: none;
}
#contact-form span.wpcf7-form-control-wrap {
  display: block !important;
}
#contact-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 12px;
  right: 12px;
  text-indent: -9999px;
  width: 16px;
}
#contact-form span.wpcf7-not-valid-tip:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  content: "\f00d";
  color: #D95C5C;
  text-indent: 0;
}
div.wpcf7-validation-errors {
  padding: 15px;
  color: #8A6D3B;
  background-color: #FCF8E3;
  margin-bottom: 20px;
  border: 1px solid #FAEBCC;
  border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
  padding: 15px;
  color: #3C763D;
  background-color: #DFF0D8;
  margin-bottom: 20px;
  border: 1px solid #D6E9C6;
  border-radius: 4px;
}

#contact-form .captcha-loizeau {
  margin-bottom: 20px;
}
#contact-form .captcha-loizeau div:first-child {
  margin : 0 auto;
}
/*
  12
  Footer
*/
footer {
  position: relative;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #094e67;
  color: #fff;
  text-align: center;
}
.footer-text {
  text-transform: uppercase;
  font-size: 12px;
}
.socials {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.socials li {
  display: inline-block;
  margin: 5px;
}
.socials li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transition: all .3s ease;
}
.socials li a:hover {
  background-color: #fff;
  color: #444;
  border-color: #444;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
.socials li a .fa {
  line-height: inherit;
}
/*
  13
  Blog
*/
.blog-posts .pagination {
  display: block;
  text-align: center;
}
.blog-posts .pagination:before,
.blog-posts .pagination:after {
  content: " ";
  display: table;
}
.blog-posts .pagination:after {
  clear: both;
}
.blog-posts .pagination > li {
  display: inline-block;
}
.blog-posts .pagination > li > a,
.blog-posts .pagination > li > span {
  color: #333;
}
.blog-posts .pagination > li > span.current {
  background: none;
}
.post-date {
  width: 55px;
  height: 55px;
  background-color: #464646;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all .3s ease;
}
.post-date:hover {
  background-color: #363636;
}
.post-date > a {
  display: block;
  height: 100%;
  padding: 5px 0;
}
.post-date > a:hover {
  color: #fff;
}
.post-month-day {
  font-size: 11px;
}
.post-year {
  font-size: 16px;
}
.post-single {
  position: relative;
  margin-bottom: 50px;
}
.post-single:before,
.post-single:after {
  content: " ";
  display: table;
}
.post-single:after {
  clear: both;
}
.post-single + .pager {
  margin-left: 65px;
}
.pager > li {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  padding: 5px 0;
}
.pager > li > a {
  border-radius: 4px;
}
.post-preview.sticky {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.post-preview .post-body {
  margin: 20px 0;
}
.featured-image {
  margin-bottom: 20px;
}
.post-content {
  position: relative;
  padding: 0 20px;
  margin-left: 50px;
}
.post-title h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}
.post-title hr {
  width: 75px;
  border-top: 2px solid #ccc;
  margin: 20px 0;
}
.post-info {
  text-transform: uppercase;
  font-size: 13px;
  color: #aaa;
  margin: 15px 0;
}
.post-info .dot:before {
  content: '•';
}
.post-format > a:before {
  font-family: 'FontAwesome';
  margin-right: 5px;
}
.post-format.format-audio > a:before {
  content: "\f025";
}
.post-format.format-quote > a:before {
  content: "\f10d";
}
.post-format.format-video > a:before {
  content: "\f03d";
}
.post-body {
  font-size: 14px;
}
.post-body h4 {
  text-transform: none;
  font-size: 18px;
  font-weight: inherit;
}
.post-body p {
  color: inherit;
}
.post-tags {
  clear: both;
}
.post-tags > a {
  font-size: 12px;
  padding: 3px 6px;
  border: 1px solid #999;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  color: #777;
  transition: all .3s ease;
  white-space: nowrap;
  display: inline-block;
}
.post-tags > a:hover {
  color: #555;
  border-color: #777;
}
.post-pages {
  clear: both;
  margin-bottom: 15px;
}
.post-pages > a {
  padding: 3px 6px;
}
.more-link {
  margin-top: 10px;
  background-color: #eee;
  border-color: #eee;
}
.more-link:hover {
  background-color: #ddd;
  border-color: #ddd;
}
.gallery-item img {
  border: 0 !important;
  margin-bottom: 15px;
}
.gallery-caption {
  font-size: 13px;
}
blockquote {
  border-color: #464646;
}
#posts-pagination {
  margin: 20px 0;
}
#posts-pagination > li > a {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 32px;
  text-align: center;
  color: #ccc;
  border: 2px solid transparent;
  transition: all .3s ease;
}
#posts-pagination > li > a:hover {
  background-color: transparent;
  border-color: #ccc;
}
.widget {
  margin-bottom: 25px;
}
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ul > li {
  position: relative;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
}
.widget ul > li:last-child {
  border-bottom: 0;
}
.widget ul > li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.widget #wp-calendar {
  width: 100%;
}
.widgettitle {
  text-transform: uppercase;
  margin-top: 0;
}
.tagcloud a {
  display: inline-block;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 4px 8px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.tagcloud a:hover {
  background-color: #ececec;
  color: #333;
}
.no-posts {
  border: 4px dashed #DDD;
  padding: 30px 20px;
  text-align: center;
}
.no-posts h2 {
  margin: 0;
}
#comments {
  margin-bottom: 50px;
  margin-left: 65px;
}
#comments .comments-title {
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}
.comment-list > li {
  padding: 15px;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-bottom: 15px;
}
.comment-list > li.bypostauthor {
  border-color: #ccc;
}
.comment-list > li > article {
  position: relative;
  padding-left: 65px;
}
.comment-list .children {
  list-style: none;
  margin: 15px -15px -15px;
}
.comment-list .children > li {
  border-top: 1px solid #ddd;
  padding: 15px 15px 15px 30px;
}
.comment-list .children > li.bypostauthor {
  border-color: #ccc;
}
.comment-list .children > li > article {
  position: relative;
  padding-left: 65px;
}
.author-avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.author-avatar img {
  border-radius: 50%;
}
.author-name {
  margin: 0;
}
.comment-date {
  font-size: 12px;
  color: #888;
}
h4.reply {
  text-transform: uppercase;
  font-size: 13px;
}
#comments-pagination {
  border: 1px solid #ddd;
  background-color: #fdfdfd;
}
#comments-pagination > li.nav-next {
  float: right;
  border-left: 1px solid #ddd;
}
#comments-pagination > li.nav-prev {
  border-right: 1px solid #ddd;
}
#comments-pagination > li > a {
  border-radius: 0;
}
#respond .form-group {
  margin-bottom: 15px;
}
#respond .form-control {
  border-color: #ddd;
  color: #777;
}
#respond .form-control:focus {
  border-color: #66AFE9;
}
.form-double:before,
.form-double:after {
  content: " ";
  display: table;
}
.form-double:after {
  clear: both;
}
.form-double .form-group {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.form-double .form-group.last {
  padding-right: 0;
  padding-left: 5px;
}
#comment-field {
  min-height: 120px;
  max-width: 100%;
}
#submit-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #444;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #444;
  color: #FFF;
}
.search .form-control {
  color: #777;
}
/*
  14 WordPress Core
  Home
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: none;
  border: 0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*
  15
  404 Page
*/
#page-not-found {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
#page-not-found h2 {
  font-size: 95px;
}
#page-not-found h4 {
  margin: 35px 0;
}
#page-not-found hr {
  border-top: 2px solid #333;
  width: 70px;
}
/*
  16
  Media Queries
*/
@media (min-width: 992px) {
  .hiding {
    opacity: 0;
  }
  .visible {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #project-modal .modal-dialog {
    width: 750px;
  }
  #project-modal .close {
    position: absolute;
    right: -35px;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 5px;
    outline: none;
  }
}
@media (max-width: 991px) {
  #projects li {
    width: 50%;
  }
  .animated {
    -webkit-animation: none;
    animation: none;
  }
  #contact-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 42px;
  }
  .banner h3 {
    font-size: 18px;
  }
  .services > li {
    width: 50%;
  }
  .services > li:nth-of-type(2) a:before {
    content: none;
  }
}
@media (max-width: 479px) {
  #projects li {
    width: 100%;
  }
}
