/*
Theme Name: DevSavvy
Author: DevSavvy
Author URI: http://devsavvy.com/
Version: 1.0
Text Domain: devsavvy
Domain Path: /languages/
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i|Oswald:300,400,500|Arvo:400,400i");
body {
  background-color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #606060;
}

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

h1 {
  font-family: "Arvo", sans-serif;
  color: #363736;
  font-weight: 400;
  font-size: 42px;
  margin: 0 0 14px 0;
}
@media (max-width: 600px) {
  h1 {
    font-size: 8vw;
    line-height: 9vw;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  color: #606060;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 12px 0;
}
@media (max-width: 600px) {
  h2 {
    font-size: 6vw;
    line-height: 7vw;
  }
}

h3 {
  font-family: "Oswald", sans-serif;
  color: #606060;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
@media (max-width: 600px) {
  h3 {
    font-size: 5vw;
    line-height: 6vw;
  }
}

p {
  margin: 0 0 15px;
}

.larger {
  font-size: 18px;
  line-height: 25px;
}

blockquote {
  color: #f86923;
  font-family: "Arvo", sans-serif;
  font-style: italic;
  font-size: 28px;
  line-height: 41px;
  padding: 25px 28px;
  margin: 50px 0;
  border-top: 1px solid #d9d8d8;
  border-bottom: 3px solid #d9d8d8;
  border-left: none;
}

.container-fluid {
  max-width: 1170px;
}
.container-fluid.padded {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-fluid.standard {
  max-width: 830px;
}
.container-fluid.standard.indent {
  padding-left: 101px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.garden {
  background-image: url("images/garden.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.action-btn {
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 20px 40px;
  color: #FFFFFF;
  background-color: #f86923;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 30px;
}
.action-btn:hover {
  text-decoration: none;
  background-color: #363736;
  color: #FFFFFF;
}

main.site {
  background-color: #FFFFFE;
}
main.site section.home-banner {
  background-image: url("images/home-banner-japanese.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
}
main.site section.home-banner .banner-content {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
main.site section.home-banner .banner-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #f86923;
}
main.site section.home-banner .banner-content h3 {
  font-family: "Arvo", sans-serif;
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 890px) {
  main.site section.home-banner {
    height: 400px;
    background-size: 160% auto;
  }
  main.site section.home-banner .banner-content h2 {
    font-size: 5vw;
  }
  main.site section.home-banner .banner-content h3 {
    font-size: 9vw;
    line-height: 10vw;
  }
}
@media (max-width: 420px) {
  main.site section.home-banner {
    background-size: auto 100%;
    height: 270px;
  }
}
main.site section.content-section.our-work .container-fluid {
  padding-bottom: 0;
}
main.site section.content-section.our-work .container-fluid .larger {
  display: block;
  max-width: 850px;
  margin: 0 auto;
}
main.site section.content-sections section.header-bar {
  background-color: #f86923;
  padding: 18px;
}
main.site section.content-sections section.header-bar article h2 {
  color: #ffffff;
  font-family: "Arvo", sans-serif;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}
main.site section.home-binary {
  background-image: url("images/bg-binary.jpg");
}
main.site section.gray {
  background-color: #d9d8d8;
}
main.site section.orange {
  background-color: #f86923;
}
main.site section.orange.shome {
  color: #ffffff;
}
main.site section.orange.shome h2 {
  color: #ffffff;
}
main.site section.shome {
  padding: 50px 0;
  text-align: center;
  font-size: 22px;
  line-height: 33px;
  color: #606060;
  font-weight: 300;
}
main.site section.shome h2 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #f86923;
  margin-bottom: 5px;
}
main.site section.shome img + h2 {
  margin-top: 12px;
}
main.site section.shome h3 {
  font-family: "Arvo", sans-serif;
  font-size: 42px;
  line-height: 45px;
  color: #363736;
  letter-spacing: -1px;
}
main.site section.shome.template-section {
  padding: 0;
}
main.site section.shome.template-section h3 {
  margin-bottom: 32px;
}
main.site section.my-media .wp-content .new-media {
  width: 100%;
}

.we-serve {
  text-align: center;
  margin: 25px 0 0 0;
}
.we-serve .serve-item {
  display: inline-block;
  width: 100%;
  max-width: 190px;
  vertical-align: top;
  margin: 0 15px 30px 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #606060;
  font-size: 18px;
  line-height: 20px;
}
@-webkit-keyframes box {
  0% {
    background-color: #f86923;
    bottom: 0;
  }
  30% {
    bottom: 9px;
  }
  55% {
    bottom: 4px;
  }
  75% {
    bottom: 8px;
  }
  90% {
    bottom: 6px;
  }
  100% {
    background-color: #363736;
    bottom: 7px;
  }
}
@keyframes box {
  0% {
    background-color: #f86923;
    bottom: 0;
  }
  30% {
    bottom: 9px;
  }
  55% {
    bottom: 4px;
  }
  75% {
    bottom: 8px;
  }
  90% {
    bottom: 6px;
  }
  100% {
    background-color: #363736;
    bottom: 7px;
  }
}
.we-serve .serve-item .box {
  width: 100%;
  position: relative;
  padding: 25px 0;
  background-color: #f86923;
  margin: 0 0 15px 0;
}
.we-serve .serve-item .box:hover {
  -webkit-animation: box 0.3s ease-in-out;
  animation: box 0.3s ease-in-out;
  background-color: #363736;
  bottom: 7px;
}

.home-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
.home-feed .feed-item {
  width: 250px;
  margin: 0 18px 30px 18px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Arvo", sans-serif;
}
@media (max-width: 480px) {
  .home-feed .feed-item {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.home-feed .feed-item a {
  color: #363736;
}
.home-feed .feed-item IMG {
  margin: 0 0 13px 0;
}

footer.site .container-fluid.footer {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
@media (max-width: 980px) {
  footer.site .container-fluid.footer {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
}
footer.site .container-fluid.footer .footer-item {
  padding: 0 40px 20px 0;
}
footer.site .container-fluid.footer .footer-item a {
  color: rgba(255, 255, 255, 0.6);
}
footer.site .container-fluid.footer .footer-item h2 {
  font-size: 20px;
  font-family: "Arvo", sans-serif;
  color: #FFFFFF;
  margin: 0 0 13px 0;
}
footer.site .container-fluid.footer .footer-item .social a {
  text-decoration: none;
}
footer.site .container-fluid.footer .footer-item .social IMG {
  margin: 0 7px 14px 0;
  display: inline-block;
  vertical-align: top;
  max-width: 30px;
  height: auto;
}
footer.site .container-fluid.footer .footer-item .social IMG:hover {
  opacity: 0.7;
}
@media (max-width: 980px) {
  footer.site .container-fluid.footer .footer-item .social IMG {
    margin: 0 7px 14px 7px;
  }
}
footer.site .container-fluid.footer .footer-item.footer-info {
  width: 35%;
}
@media (max-width: 980px) {
  footer.site .container-fluid.footer .footer-item.footer-info {
    width: 100%;
  }
}
footer.site .container-fluid.footer .footer-item.footer-posts {
  width: 50%;
}
@media (max-width: 980px) {
  footer.site .container-fluid.footer .footer-item.footer-posts {
    width: 100%;
  }
}
footer.site .container-fluid.footer .footer-item.footer-posts a {
  display: block;
  text-decoration: underline;
}
footer.site .container-fluid.footer .footer-item.footer-posts a:hover {
  text-decoration: none;
}

/* Ninja Form Styles */
.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
  text-align: left;
}

.nf-form-cont {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.nf-field-description {
  text-align: left;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  padding: 8px;
  border: 1px solid #d9d8d8;
}

.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 20px 40px;
  color: #FFFFFF;
  background-color: #f86923;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 30px;
}
.field-wrap button:hover, .field-wrap input[type=button]:hover, .field-wrap input[type=submit]:hover {
  text-decoration: none;
  background-color: #363736;
  color: #FFFFFF;
}

.sharethis-inline-share-buttons {
  width: 100%;
  text-align: left !important;
}

img.alignright {
  margin: 0 0 1em 1em;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img.alignright {
    display: block;
    float: none;
    margin: 2em auto;
  }
}

img.alignleft {
  margin: 0 1em 1em 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img.alignleft {
    display: block;
    float: none;
    margin: 2em auto;
  }
}

img.aligncenter {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
  height: auto;
}

img.alignnone {
  display: block;
  margin: 2em 0;
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section.sub-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
}
section.sub-banner .banner-content {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
section.sub-banner .banner-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #f86923;
}
section.sub-banner .banner-content h3, section.sub-banner .banner-content h1 {
  font-family: "Arvo", sans-serif;
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 890px) {
  section.sub-banner {
    height: 350px;
  }
  section.sub-banner .banner-content h2 {
    font-size: 4vw;
  }
  section.sub-banner .banner-content h3, section.sub-banner .banner-content h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
}
@media (max-width: 420px) {
  section.sub-banner {
    height: 220px;
  }
}

section.content-section {
  text-align: center;
}
section.content-section .container-fluid {
  padding: 50px 0;
}
@media (max-width: 1180px) {
  section.content-section .container-fluid {
    padding: 50px 20px;
  }
}
section.content-section.gray .container-fluid h2 {
  background-color: transparent;
  padding: 0;
  color: #363736;
  margin-bottom: 16px;
}
section.content-section h1, section.content-section h2 {
  font-family: "Arvo", sans-serif;
  font-weight: 400;
  display: block;
  background-color: #f86923;
  color: #FFFFFF;
  padding: 25px;
  margin: 0;
  font-size: 42px;
  line-height: 55px;
}
@media (max-width: 600px) {
  section.content-section h1, section.content-section h2 {
    font-size: 8vw;
    line-height: 9vw;
  }
}

.content-focus {
  font-size: 22px;
  line-height: 30px;
}

.content-main {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

.content-focus + div.content-main, .content-main + div.content-focus {
  margin-top: 30px;
}

.container-fluid .portfolioimage {
  margin: 0px auto 60px;
  max-width: 704px;
}
.container-fluid .portfoliotext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 0 auto;
  padding: 0px 0 60px;
}
.container-fluid .portfoliotext h1 {
  text-align: center;
  margin-bottom: 30px;
}
.container-fluid .portfoliotext .portfolioimage {
  width: 50%;
}
.container-fluid .portfoliotext .project-details-holder {
  width: 50%;
  padding: 0 0 0 60px;
}
.container-fluid .portfoliotext .project-details-holder .project-details {
  font-size: 15px;
  line-height: 24px;
  padding: 0 0 25px 0;
}
@media (max-width: 770px) {
  .container-fluid .portfoliotext {
    display: block;
  }
  .container-fluid .portfoliotext .portfolioimage {
    width: 100%;
  }
  .container-fluid .portfoliotext .project-details-holder {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.container-fluid .section-btn a {
  display: inline-block;
  width: auto;
  padding: 9px 24px 10px;
  text-align: center;
  color: #FFFFFF;
  background-color: #f86923;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.container-fluid .section-btn a:hover {
  background-color: #363736;
}

.portfolio-feed {
  overflow: hidden;
  height: 137px;
  text-align: center;
}
.portfolio-feed .more-posts {
  background-image: url("images/bg-binary.jpg");
  padding: 10px;
}
.portfolio-feed .portfolio-feed-image {
  display: inline-block;
  max-width: 104px;
}
.portfolio-feed .portfolio-feed-image .portfolio-thumbnail a IMG {
  height: 80px;
  width: auto;
}

.portfolio-wall {
  padding: 50px 0;
  text-align: center;
  max-width: 2000px;
}
.portfolio-wall .portfolio-item {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  margin: 0 20px 40px;
}
@media (max-width: 1600px) {
  .portfolio-wall .portfolio-item {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .portfolio-wall .portfolio-item {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
}
.portfolio-wall .portfolio-item .portfolio-feed-image {
  margin-bottom: 10px;
}
.portfolio-wall .portfolio-item .portfolio-title {
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  color: #606060;
}

.portfolio-nav {
  font-size: 12px;
  font-style: italic;
  padding: 0 0 30px 0;
  line-height: 15px;
}
.portfolio-nav .previous-post {
  float: left;
  width: 120px;
  text-align: center;
}
.portfolio-nav .previous-post img {
  max-width: 60px;
  display: block;
  margin: 8px auto 5px auto;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
.portfolio-nav .next-post {
  float: right;
  width: 120px;
  text-align: center;
}
.portfolio-nav .next-post img {
  max-width: 60px;
  display: block;
  margin: 8px auto 5px auto;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.flex-direction-nav {
  display: none !important;
}

.flex-control-nav {
  bottom: -45px !important;
}

.flex-control-paging li a {
  width: 36px !important;
  height: 10px !important;
  background: rgba(248, 105, 35, 0.5) !important;
  border-radius: 0px !important;
}

.flex-control-paging li a.flex-active {
  background: #f86923 !important;
}

body.page-template-template_content_sections section.site-section {
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-template_content_sections section.site-section .container-fluid {
  max-width: 1116px;
}
body.page-template-template_content_sections section.site-section .container-fluid .boxes-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 25px auto;
}
body.page-template-template_content_sections section.site-section.type-icons .container-fluid {
  max-width: 1700px;
}
body.page-template-template_content_sections section.site-section.background-gray {
  background: #f2f2f2;
}
body.page-template-template_content_sections section.site-section.background-gray h2.underline::after {
  background-color: #b2b3b6;
}
body.page-template-template_content_sections section.site-section + section.site-section {
  border-top: 1px solid #cccccc;
}
body.page-template-template_content_sections section.site-section + section.site-section.background-gray, body.page-template-template_content_sections section.site-section + section.site-section.background-gray + section.site-section {
  border-top: 0;
}
body.page-template-template_content_sections section.site-section + section.site-section.background-gray + section.site-section.background-gray {
  border-top: 1px solid #999999;
}

section.site-section.type-2-column-auto .container-fluid,
section.site-section.type-2-column-split .container-fluid,
section.site-section.type-2-column-text .container-fluid,
section.site-section.type-2-column-expander .container-fluid {
  max-width: 1146px;
}
section.site-section.type-2-column-auto .section-contents,
section.site-section.type-2-column-split .section-contents,
section.site-section.type-2-column-text .section-contents,
section.site-section.type-2-column-expander .section-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 932px) {
  section.site-section.type-2-column-auto .section-contents,
  section.site-section.type-2-column-split .section-contents,
  section.site-section.type-2-column-text .section-contents,
  section.site-section.type-2-column-expander .section-contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
section.site-section.type-2-column-auto .section-contents .section-content,
section.site-section.type-2-column-split .section-contents .section-content,
section.site-section.type-2-column-text .section-contents .section-content,
section.site-section.type-2-column-expander .section-contents .section-content {
  margin-bottom: 40px;
}
@media (max-width: 932px) {
  section.site-section.type-2-column-auto .section-contents .section-content,
  section.site-section.type-2-column-split .section-contents .section-content,
  section.site-section.type-2-column-text .section-contents .section-content,
  section.site-section.type-2-column-expander .section-contents .section-content {
    padding: 0;
  }
}
section.site-section.type-2-column-auto .section-contents .section-content p,
section.site-section.type-2-column-auto .section-contents .section-content ul,
section.site-section.type-2-column-split .section-contents .section-content p,
section.site-section.type-2-column-split .section-contents .section-content ul,
section.site-section.type-2-column-text .section-contents .section-content p,
section.site-section.type-2-column-text .section-contents .section-content ul,
section.site-section.type-2-column-expander .section-contents .section-content p,
section.site-section.type-2-column-expander .section-contents .section-content ul {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
section.site-section.type-2-column-auto .section-contents .section-content p,
section.site-section.type-2-column-split .section-contents .section-content p,
section.site-section.type-2-column-text .section-contents .section-content p,
section.site-section.type-2-column-expander .section-contents .section-content p {
  margin-bottom: 15px;
}
section.site-section.type-2-column-auto .section-contents .section-content p:last-child,
section.site-section.type-2-column-split .section-contents .section-content p:last-child,
section.site-section.type-2-column-text .section-contents .section-content p:last-child,
section.site-section.type-2-column-expander .section-contents .section-content p:last-child {
  margin-bottom: 0;
}
section.site-section.type-2-column-auto .section-contents .section-content img,
section.site-section.type-2-column-split .section-contents .section-content img,
section.site-section.type-2-column-text .section-contents .section-content img,
section.site-section.type-2-column-expander .section-contents .section-content img {
  max-width: 100%;
  height: auto;
}
section.site-section.type-2-column-auto.image-left .section-contents,
section.site-section.type-2-column-split.image-left .section-contents,
section.site-section.type-2-column-text.image-left .section-contents,
section.site-section.type-2-column-expander.image-left .section-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
section.site-section.type-2-column-auto.image-right .section-contents,
section.site-section.type-2-column-split.image-right .section-contents,
section.site-section.type-2-column-text.image-right .section-contents,
section.site-section.type-2-column-expander.image-right .section-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.site-section.type-2-column-auto.is-summary .section-contents,
section.site-section.type-2-column-split.is-summary .section-contents,
section.site-section.type-2-column-text.is-summary .section-contents,
section.site-section.type-2-column-expander.is-summary .section-contents {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.site-section.type-2-column-auto.is-summary .section-contents .section-content p,
section.site-section.type-2-column-split.is-summary .section-contents .section-content p,
section.site-section.type-2-column-text.is-summary .section-contents .section-content p,
section.site-section.type-2-column-expander.is-summary .section-contents .section-content p {
  font-size: 24px;
  line-height: inherit;
}

section.site-section.type-2-column-auto .section-contents {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.site-section.type-2-column-auto .section-contents .section-content {
  padding: 0 15px;
}
section.site-section.type-2-column-auto .section-contents .section-content:first-child {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.site-section.type-2-column-auto.image-left .section-contents .section-content:first-child {
  padding-right: 35px;
}
@media (max-width: 932px) {
  section.site-section.type-2-column-auto.image-left .section-contents .section-content:first-child {
    padding-right: 15px;
  }
}
section.site-section.type-2-column-auto.image-right .section-contents .section-content:first-child {
  padding-left: 35px;
}
@media (max-width: 932px) {
  section.site-section.type-2-column-auto.image-right .section-contents .section-content:first-child {
    padding-left: 15px;
  }
}

section.site-section.type-2-column-split .section-contents .section-content,
section.site-section.type-2-column-text .section-contents .section-content,
section.site-section.type-2-column-expander .section-contents .section-content {
  padding: 0 25px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
section.site-section.type-2-column-split .section-contents .section-content .image,
section.site-section.type-2-column-text .section-contents .section-content .image,
section.site-section.type-2-column-expander .section-contents .section-content .image {
  text-align: center;
}
section.site-section.type-2-column-split .section-contents .section-content .image img,
section.site-section.type-2-column-text .section-contents .section-content .image img,
section.site-section.type-2-column-expander .section-contents .section-content .image img {
  max-width: 505px;
  height: auto;
}
@media (max-width: 932px) {
  section.site-section.type-2-column-split .section-contents .section-content .image img,
  section.site-section.type-2-column-text .section-contents .section-content .image img,
  section.site-section.type-2-column-expander .section-contents .section-content .image img {
    max-width: 100%;
  }
}
section.site-section.type-2-column-split .section-contents .section-content:first-child,
section.site-section.type-2-column-text .section-contents .section-content:first-child,
section.site-section.type-2-column-expander .section-contents .section-content:first-child {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 932px) {
  section.site-section.type-2-column-split .section-contents .section-content:first-child,
  section.site-section.type-2-column-text .section-contents .section-content:first-child,
  section.site-section.type-2-column-expander .section-contents .section-content:first-child {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

section.site-section.type-2-column-text .container-fluid > h2 {
  margin-left: 25px;
}
section.site-section.type-2-column-text .container-fluid > h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #666666;
  margin-left: 25px;
}
section.site-section.type-2-column-text .section-contents {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.site-section {
  padding: 65px 0 60px 0;
}
section.site-section h2 {
  font-family: "Arvo", sans-serif;
  margin: 0 0 20px 0;
}
section.site-section p,
section.site-section ul {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
section.site-section p {
  margin-bottom: 15px;
}
section.site-section p:last-child {
  margin-bottom: 0;
}
section.site-section small {
  font-size: 12px;
  color: #666666;
}
section.site-section summary {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 29px;
}
section.site-section.is-summary .container-fluid p {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 24px;
  line-height: inherit;
}

section.site-section.type-icons h2 {
  text-align: center;
  margin: 0 0 20px 0;
}
section.site-section.type-icons p {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 924px;
  margin: 0 auto 40px auto;
  text-align: center;
}
section.site-section.type-icons p a {
  text-decoration: underline;
}
section.site-section.type-icons .type-list {
  /*fdisplay: flex;
  lex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;*/
  text-align: center;
}
@media (max-width: 480px) {
  section.site-section.type-icons .type-list {
    display: block;
  }
}
section.site-section.type-icons .type-list .type {
  display: inline-block;
  width: 170px;
  padding: 16px 0px;
  margin: 20px 0;
}
@media (max-width: 480px) {
  section.site-section.type-icons .type-list .type {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
section.site-section.type-icons .type-list .type .image {
  position: relative;
  text-align: center;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
section.site-section.type-icons .type-list .type .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
section.site-section.type-icons .type-list .type .body {
  font-weight: 700;
  font-size: 20px;
  color: #4c4d4f;
  text-align: center;
}

section.site-section.type-testimonial {
  text-align: center;
  line-height: 1.6;
}
section.site-section.type-testimonial .container-fluid {
  max-width: 930px;
}
section.site-section.type-testimonial .logo {
  margin-bottom: 35px;
}
section.site-section.type-testimonial .logo img {
  max-width: 100%;
  height: auto;
}
section.site-section.type-testimonial .testimonial-content {
  font-size: 22px;
  margin: 0 0 20px 0;
  color: #374154;
}
section.site-section.type-testimonial .testimonial-content p:last-child {
  font-style: italic;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0;
}
section.site-section.type-testimonial .testimonial-signature {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #374154;
}
section.site-section.type-testimonial .testimonial-signature p {
  margin-bottom: 0;
}

section.site-section.type-landing section.landing-page .container-fluid {
  text-align: center;
  color: #FFFFFF;
}
section.site-section.type-landing section.landing-page .container-fluid .price {
  color: #f86923;
  font-size: 40px;
  font-family: "Arvo", sans-serif;
}
section.site-section.type-landing section.landing-page .container-fluid h1, section.site-section.type-landing section.landing-page .container-fluid h1 {
  font-family: "Arvo", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 15px;
  line-height: 54px;
}
section.site-section.type-landing h2 {
  text-align: center;
  margin: 0 0 20px 0;
}
section.site-section.type-landing p {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 924px;
  margin: 0 auto 40px auto;
  text-align: center;
}
section.site-section.type-landing p a {
  text-decoration: underline;
}
section.site-section.type-landing .type-list {
  /*fdisplay: flex;
  lex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;*/
  text-align: center;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
}
@media (max-width: 1300px) {
  section.site-section.type-landing .type-list {
    max-width: 740px;
  }
}
@media (max-width: 480px) {
  section.site-section.type-landing .type-list {
    display: block;
  }
}
section.site-section.type-landing .type-list .type {
  display: inline-block;
  width: 170px;
  padding: 16px 5px;
  margin: 0 0 10px 0;
  vertical-align: top;
}
@media (max-width: 480px) {
  section.site-section.type-landing .type-list .type {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
section.site-section.type-landing .type-list .type .image {
  position: relative;
  text-align: center;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
section.site-section.type-landing .type-list .type .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
section.site-section.type-landing .type-list .type .body {
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  text-align: center;
}

header.site nav.site {
  position: relative;
  background-color: #000000;
}
header.site nav.site .container-fluid .site-navigation {
  float: right;
}
header.site nav.site .container-fluid .site-logo {
  float: left;
  width: 130px;
  padding: 11px 0 0 0;
}
@media (max-width: 850px) {
  header.site nav.site .container-fluid .site-logo {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 850px) {
  header.site nav.site .menu-top-nav-container {
    display: none;
  }
}
header.site nav.site .menu-top-nav-container > ul.menu {
  list-style: none outside;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: 50px;
  line-height: 0;
}
header.site nav.site .menu-top-nav-container > ul.menu > li {
  float: left;
  position: relative;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > a {
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  color: #d9d8d8;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding: 0;
  margin-right: 41px;
  white-space: nowrap;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > a:hover {
  color: #FFF;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  padding: 0;
  text-align: left;
  background-color: #E8E5E3;
  list-style: none outside;
  z-index: 9000;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > a {
  display: block;
  text-decoration: none;
  color: #5A7E96;
  font-weight: 600;
  padding: 3px 15px 3px 15px;
  white-space: nowrap;
  line-height: 26px;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > a:hover {
  color: #000000;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li:first-child > a {
  padding-top: 8px;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li:last-child > a {
  padding-bottom: 8px;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > ul {
  list-style: none outside;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > ul > li > a {
  color: #5A7E96;
  padding-left: 1em;
  text-indent: -1.1em;
}
header.site nav.site .menu-top-nav-container > ul.menu > li > ul > li > ul > li > a:hover {
  color: #000000;
}
header.site nav.site .menu-top-nav-container > ul.menu > li.current-menu-item > a {
  color: #DDDDDD;
}
header.site nav.site .menu-top-nav-container > ul.menu > li:hover > a {
  color: #DDDDDD;
}
header.site nav.site .menu-top-nav-container > ul.menu > li:hover > ul {
  display: block;
}
header.site nav.site .menu-top-nav-container > ul.menu > li:last-child > a {
  margin-right: 0;
}
header.site nav.site .menu-top-nav-container > ul.menu:before, header.site nav.site .menu-top-nav-container > ul.menu:after {
  display: table;
  content: " ";
}
header.site nav.site .menu-top-nav-container > ul.menu:after {
  clear: both;
}
header.site nav.site .responsive-menu-button {
  display: none;
}
@media (max-width: 850px) {
  header.site nav.site .responsive-menu-button {
    display: block;
  }
}
header.site nav.site .responsive-menu-button > a {
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 25px;
  text-align: center;
  padding: 20px 0 19px 0;
  transition: all 0.3s;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon {
  position: relative;
  display: block;
  width: 34px;
  cursor: pointer;
  transition: all 0.3s;
  top: -6px;
  margin-right: 5px;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.3s;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span::before, header.site nav.site .responsive-menu-button > a .open-menu-icon > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  left: 0;
  transition: all 0.3s;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span::before {
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon > span::after {
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon.opened {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  margin-right: 0;
}
header.site nav.site .responsive-menu-button > a .open-menu-icon.opened > span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon.opened > span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header.site nav.site .responsive-menu-button > a .open-menu-icon,
header.site nav.site .responsive-menu-button > a .text {
  display: inline-block;
  vertical-align: middle;
}
header.site nav.site .responsive-menu-button > a:hover, header.site nav.site .responsive-menu-button > a:active, header.site nav.site .responsive-menu-button > a:focus {
  text-decoration: none;
}
header.site nav.site .responsive-menu-button > a:hover {
  text-decoration: none;
  color: #cccccc;
}
header.site nav.site .responsive-menu-button > a:hover .open-menu-icon > span {
  background-color: #cccccc;
}
header.site nav.site .responsive-menu-button > a:hover .open-menu-icon > span::after, header.site nav.site .responsive-menu-button > a:hover .open-menu-icon > span::before {
  background-color: #cccccc;
}

nav.site-responsive {
  display: none;
  position: relative;
}
@media (min-width: 851px) {
  nav.site-responsive {
    display: none !important;
  }
}
nav.site-responsive > .responsive-menu {
  width: 100%;
  text-align: center;
}
nav.site-responsive > .responsive-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.site-responsive > .responsive-menu ul > li > a {
  background-color: #3F3F3F;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-decoration: none;
  border-top: 1px solid #FFFFFF;
}
nav.site-responsive > .responsive-menu ul > li > a:hover {
  background-color: #5A7E96;
}
nav.site-responsive > .responsive-menu ul > li > ul > li > a {
  background-color: #FFFFFF;
  color: #666666;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-decoration: none;
}
nav.site-responsive > .responsive-menu ul > li > ul > li > a:hover {
  background-color: #F1EEE2;
}

body.blog .blog-post-list,
body.archive.category .blog-post-list,
body.single.single-post .blog-post-list,
body.search .blog-post-list {
  margin-bottom: 75px;
}
body.blog .blog-post-list .blog-post,
body.archive.category .blog-post-list .blog-post,
body.single.single-post .blog-post-list .blog-post,
body.search .blog-post-list .blog-post {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d8d8;
}
body.blog .blog-post-list .blog-post:last-child,
body.archive.category .blog-post-list .blog-post:last-child,
body.single.single-post .blog-post-list .blog-post:last-child,
body.search .blog-post-list .blog-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
body.blog .blog-post:before, body.blog .blog-post:after,
body.archive.category .blog-post:before,
body.archive.category .blog-post:after,
body.single.single-post .blog-post:before,
body.single.single-post .blog-post:after,
body.search .blog-post:before,
body.search .blog-post:after {
  display: table;
  content: " ";
}
body.blog .blog-post:after,
body.archive.category .blog-post:after,
body.single.single-post .blog-post:after,
body.search .blog-post:after {
  clear: both;
}
body.blog .blog-post .featured-image,
body.archive.category .blog-post .featured-image,
body.single.single-post .blog-post .featured-image,
body.search .blog-post .featured-image {
  float: left;
  width: 100%;
  max-width: 240px;
  text-align: center;
}
@media (max-width: 767px) {
  body.blog .blog-post .featured-image,
  body.archive.category .blog-post .featured-image,
  body.single.single-post .blog-post .featured-image,
  body.search .blog-post .featured-image {
    max-width: 100%;
  }
}
body.blog .blog-post .featured-image img,
body.archive.category .blog-post .featured-image img,
body.single.single-post .blog-post .featured-image img,
body.search .blog-post .featured-image img {
  max-width: 100%;
  height: auto;
}
body.blog .blog-post .featured-image img:hover,
body.archive.category .blog-post .featured-image img:hover,
body.single.single-post .blog-post .featured-image img:hover,
body.search .blog-post .featured-image img:hover {
  opacity: 0.7;
}
body.blog .blog-post .blog-content,
body.archive.category .blog-post .blog-content,
body.single.single-post .blog-post .blog-content,
body.search .blog-post .blog-content {
  float: right;
  width: calc(100% - 265px);
}
body.blog .blog-post .blog-content a,
body.archive.category .blog-post .blog-content a,
body.single.single-post .blog-post .blog-content a,
body.search .blog-post .blog-content a {
  color: #f86923;
}
@media (max-width: 767px) {
  body.blog .blog-post .blog-content,
  body.archive.category .blog-post .blog-content,
  body.single.single-post .blog-post .blog-content,
  body.search .blog-post .blog-content {
    width: 100%;
    margin-top: 40px;
  }
}
body.blog .blog-post .blog-content .title h2,
body.archive.category .blog-post .blog-content .title h2,
body.single.single-post .blog-post .blog-content .title h2,
body.search .blog-post .blog-content .title h2 {
  margin-bottom: 5px;
}
body.blog .blog-post .blog-content .title h2 a,
body.archive.category .blog-post .blog-content .title h2 a,
body.single.single-post .blog-post .blog-content .title h2 a,
body.search .blog-post .blog-content .title h2 a {
  color: #363736;
}
body.blog .blog-post .blog-content .title h2 a:hover,
body.archive.category .blog-post .blog-content .title h2 a:hover,
body.single.single-post .blog-post .blog-content .title h2 a:hover,
body.search .blog-post .blog-content .title h2 a:hover {
  color: #f86923;
  text-decoration: none;
}
body.blog .blog-post .blog-content .date,
body.archive.category .blog-post .blog-content .date,
body.single.single-post .blog-post .blog-content .date,
body.search .blog-post .blog-content .date {
  font-style: italic;
  font-size: 13px;
}
body.blog .blog-post .blog-content main > p:last-child,
body.archive.category .blog-post .blog-content main > p:last-child,
body.single.single-post .blog-post .blog-content main > p:last-child,
body.search .blog-post .blog-content main > p:last-child {
  margin-bottom: 0;
}
body.blog .page-numbers,
body.archive.category .page-numbers,
body.single.single-post .page-numbers,
body.search .page-numbers {
  text-align: center;
}
body.blog .page-numbers .page-number,
body.archive.category .page-numbers .page-number,
body.single.single-post .page-numbers .page-number,
body.search .page-numbers .page-number {
  display: inline-block;
  padding: 6px 11px 5px 11px;
  background: #f86923;
  color: #FFFFFF;
  text-decoration: none;
}
body.blog .page-numbers .page-number.current,
body.archive.category .page-numbers .page-number.current,
body.single.single-post .page-numbers .page-number.current,
body.search .page-numbers .page-number.current {
  cursor: not-allowed;
}
body.blog .page-numbers .page-number.current, body.blog .page-numbers .page-number:hover,
body.archive.category .page-numbers .page-number.current,
body.archive.category .page-numbers .page-number:hover,
body.single.single-post .page-numbers .page-number.current,
body.single.single-post .page-numbers .page-number:hover,
body.search .page-numbers .page-number.current,
body.search .page-numbers .page-number:hover {
  background: #e14f07;
}

.container-fluid .wp-content.blog {
  padding: 60px 0;
}

body.search .blog-post .blog-content {
  width: 100%;
}

.blog-categories-list {
  padding: 30px 0;
}

.blog-categories-list li {
  list-style-type: none;
}

input#searchsubmit {
  display: block;
  color: #ececec;
  background-color: #363736;
  text-align: center;
  width: 100%;
  border-radius: 0;
  padding: 4px 0;
  border: none;
}

.blog-search-field {
  float: left;
  width: 70%;
}

.blog-search-field > input#s {
  width: 100%;
  font-size: 13px;
  padding: 2px 8px;
}

.blog-search-button {
  float: right;
  width: 30%;
}

.blog-container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 30px 0 40px 0;
}

ul.blog-list {
  padding: 0;
  margin: 25px 0;
}

li.blog-item {
  list-style-type: none;
  display: block;
  padding: 0 0 20px 0px;
}

li.blog-item IMG {
  box-shadow: 0px 0px 10px -5px #000000;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

li.blog-item H2 {
  font-size: 22px;
  display: block;
  line-height: 25px;
  margin: 0 0 0 0;
}

.blog-post-image {
  float: left;
  width: 22%;
}

.blog-details {
  float: right;
  width: 76%;
}

.blog-left {
  width: 63%;
  float: left;
}
.blog-left a {
  color: #f86923;
}
.blog-left a:hover {
  color: #363736;
}
@media (max-width: 750px) {
  .blog-left {
    width: 100%;
    float: none;
  }
}
.blog-left .single-featured-image {
  margin: 15px 0 22px 0;
}
.blog-left .books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.blog-left .books h3 a {
  color: #f86923;
}
.blog-left .books .book-image {
  width: 30%;
}
.blog-left .books .book-info {
  width: 70%;
  padding: 0 15px;
}

.blog-right {
  width: 33%;
  float: right;
  padding: 65px 0 0 0;
}
.blog-right h2 {
  margin: 18px 0 10px 0;
}
@media (max-width: 750px) {
  .blog-right {
    width: 100%;
    float: none;
  }
}

.blogmain {
  margin: 40px 10%;
}

.blogimage {
  max-width: 100%;
  padding: 25px 0 30px 0px;
  box-sizing: border-box;
}

.blogimage IMG {
  width: 100%;
  height: auto;
}

.blogtext {
  float: left;
  width: 70%;
  margin: 0px 0 0 0;
}

.blog-post-date {
  font-size: 13px;
  font-style: italic;
  color: #d9d8d8;
}

.post-author {
  margin: 35px 0;
}
.post-author .theauthor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-author .theauthor .author-pic {
  width: 25%;
  padding: 0 20px 20px 0;
}
.post-author .theauthor .author-pic img {
  width: 100%;
  height: auto;
  margin: 8px 0 0 0;
}
.post-author .theauthor .author-info {
  width: 75%;
  font-size: 14px;
  line-height: 21px;
}
.post-author .theauthor .author-info .about-author {
  font-style: italic;
  font-size: 14px;
}
.post-author .theauthor .author-info h4 {
  font-family: "Arvo", sans-serif;
  font-size: 23px;
  color: #363736;
  margin: 0 0 13px 0;
}

.share-icons {
  width: 164px;
  margin: 4px auto;
}

.share-icons h3 {
  margin: 0 0 15px 0;
}

.share-icons {
  display: inline-block;
  min-height: 100px;
  vertical-align: middle;
  width: 40%;
}

section.content-section.gray.blog-footer {
  background-image: url("images/bg-binary.jpg");
  font-size: 19px;
  font-weight: 300;
}
section.content-section.gray.blog-footer .container-fluid h2 {
  color: #f86923;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin: 12px 0;
  line-height: 18px;
}
section.content-section.gray.blog-footer .container-fluid h3 {
  color: #363736;
  font-family: "Arvo", sans-serif;
  font-size: 42px;
  line-height: 55px;
  margin: 0 0 10px 0;
}



/*# sourceMappingURL=style.css.map */
