@charset "UTF-8";
/*
Theme Name: theme
Theme URI: //local.worddemo.net/jotheme
Author: Jo
Author URI: //local.worddemo.net/jotheme
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
*/
body {
  font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /*background: url(images/bg.jpg) right no-repeat fixed #fff;*/
  font-size: 1.5em;
}

.shrink-text p a {
  cursor: pointer;
  color: #171717;
  /* WordPress blue */
  font-weight: 600;
}

.shrink-text p a:hover {
  text-decoration: underline;
}

span.nickname,
span.lastname {
  font-size: 2em;
  color: #fff;
  display: inline-block;
  margin-top: 0.5em;
  font-weight: 700;
}

span.lastname {
  margin-left: 0.2em;
  color: #E89F10;
}

@media (max-width: 900px) {
  span.nickname,
  span.lastname {
    font-size: 1.5em;
    margin-top: 0.4em;
  }
}
article h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: 2em;
  margin-bottom: 0.7em;
}

section > p:first-of-type::first-letter {
  -webkit-initial-letter: 4 5;
  initial-letter: 4 5;
  color: orange;
  font-weight: bold;
  margin-right: 1em;
  margin-top: -2em;
  margin-bottom: 0.2em;
}

section .right-image {
  float: right;
  margin: 1.5em;
  width: 400px;
  border-radius: 0.5em;
  clear: both;
  border: 1px solid #ccc;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

section .left-image {
  float: left;
  margin: 1.5em;
  margin-left: 0;
  width: 400px;
  border-radius: 0.5em;
  clear: both;
  border: 1px solid #ccc;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@media (max-width: 900px) {
  section .right-image,
  section .left-image {
    float: none;
    width: 100%;
    margin: 1em auto 2em auto;
  }
}
.colored-box {
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  padding: 2em;
  margin: 4em auto;
  border-radius: 0.1em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

@media (max-width: 900px) {
  .colored-box {
    padding: 2em 1em;
  }
}
.colored-box h2 {
  margin-top: 1em;
  color: #E89F10;
}

.colored-box img {
  box-shadow: none;
  border: none;
}

.topbar {
  background: url(../images/lines.png);
  height: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.menu-main_menu-container {
  padding: 1em 0 4em 0;
}
.menu-main_menu-container .navbar-nav > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 1.1em;
}

.navbar-fixed-top {
  top: 5px;
}

@media (max-width: 900px) {
  .navbar-fixed-top {
    top: 0;
  }
  .navbar {
    padding-bottom: 0.5em;
  }
  .mobile-logo {
    position: absolute;
    top: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 0.8em;
    left: 0;
  }
  .mobile-logo .navbar-brand {
    padding-left: 2em;
  }
}
.navbar-inverse {
  background: #111;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: #E89F10;
}

#head,
.carousel {
  margin-top: 0;
}

#home {
  padding-top: 1em;
}

@media (max-width: 900px) {
  #home {
    padding-top: 2em;
  }
}
.top-section {
  padding: 60px 0;
}

@media (max-width: 900px) {
  .top-section {
    padding: 0;
  }
}
.gallery-section {
  background-color: #f3f3f3;
  padding: 5em 4em;
  margin: 4em auto;
}
.gallery-section .btn {
  background-color: #f7f6f6;
  border: 1px solid #ccc;
  padding: 1em 3em;
  font-size: 1.2em;
  border-radius: 0.4em;
  margin: 2em auto;
}

@media (max-width: 900px) {
  .gallery-section {
    padding: 2em 1em;
    margin: 2em auto;
  }
}
/*about*/
.about.spacer {
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 0;
}

.services ul li {
  width: 10em;
  height: 10em;
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 50%;
  margin: 0 1.25em;
  line-height: 13.5em;
  color: #999;
}

.services ul li span {
  line-height: 2em;
  display: inline-block;
  font-weight: 300;
}

.services ul li span i {
  font-size: 3em;
}

.services ul li span b {
  display: block;
  font-size: 1em;
  font-weight: 300;
}

/*testimonials*/
.partners img {
  float: left;
  margin: 0 75px 30px 0;
}

.testimonails {
  min-height: 195px;
}

.testimonails img {
  margin-top: 5px;
}

.testimonails span {
  color: #888;
}

.testimonails span b {
  font-weight: 400;
}

.carousel-indicators {
  bottom: 0;
}
.carousel-indicators .carousel-indicators li {
  border: 1px solid #f3c024;
}

/*works*/
#works {
  padding-top: 6em;
  width: 98%;
  margin: auto;
  text-align: center;
}

#works figcaption a {
  border: 1px solid #fff;
  margin-top: 1em;
  display: inline-block;
  color: #fff;
  padding: 0 2em;
}

#works figcaption a:hover {
  text-decoration: none;
  padding: 0 3em;
}

/*contact*/
.contactform textarea,
.contactform input {
  width: 90%;
  padding: 1em;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  border-radius: 0;
  outline: none;
}

/*contact*/
.footer {
  padding: 2em;
  font-size: 1em;
  color: #aaa;
}
.footer a {
  margin: 0 1em;
}
.footer .fa {
  color: #000;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
}
.gototop i {
  line-height: 0.5em;
}

.required {
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .navbar-brand {
    padding-top: 11px;
  }
}
@media (max-width: 900px) {
  .btn {
    padding: 1em 2em;
  }
}
.carousel {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.carousel .carousel-inner > .item > img,
.carousel .carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.carousel .carousel-caption {
  top: 30px;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  left: 0;
  padding: 20px 0;
}
.carousel .carousel-caption span {
  display: block;
  font-weight: bold;
  color: #e89f10;
}

@media (max-width: 900px) {
  .carousel .carousel-inner > .item > img,
  .carousel .carousel-inner > .item > a > img {
    width: 100%;
  }
  .carousel .carousel-caption {
    top: auto;
    bottom: 0px;
    padding: 5px;
  }
  .carousel .carousel-caption span {
    padding: 2px;
  }
}
.img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.grid figure {
  margin: 20px !important;
  width: 25%;
  max-width: 350px;
  max-height: 220px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  display: inline-block;
  float: none;
}

figcaption > h5 {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 4px;
  margin-top: 94px;
}

.glyphicon-chevron-left:before {
  content: "" !important;
}

.glyphicon-chevron-right:before {
  content: "" !important;
}

/* Bootstrap 3 horizontal scroll */
.scroll-container {
  display: flex;
  /* Arrange items in a row */
  overflow-x: auto;
  /* Enable horizontal scrolling */
  white-space: nowrap;
  /* Prevent wrapping */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on mobile */
}
.scroll-container .item {
  flex: 0 0 auto;
  width: 350px;
  height: auto;
  /* allow height to grow with text */
  margin-right: 2em;
  margin-left: 1em;
  margin-bottom: 5em;
  background-color: #f8f8f8;
  text-align: left;
  /* better for paragraphs */
  border-radius: 1.5em;
  padding: 1.5em;
  white-space: normal;
  /* allow text to wrap */
  overflow-wrap: break-word;
  /* break long words if needed */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.scroll-container .item h2 {
  font-size: 25px;
}
.scroll-container .item img {
  margin: auto;
}
.scroll-container .item:nth-child(even) {
  background-color: #f8f8f8;
}
.scroll-container .item:nth-child(odd) {
  background-color: #000;
  color: #fff;
}
.scroll-container .item:nth-child(odd) a.show-more, .scroll-container .item:nth-child(odd) a.show-less {
  color: #f3c024;
}

.scroll-container:active {
  cursor: grabbing;
}

@media (max-width: 900px) {
  .scroll-container .item {
    width: 300px;
    /* narrower items on small screens */
    margin-right: 1em;
    margin-left: 1em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
}
.scroll-wrapper {
  position: relative;
}

.scroll-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to left, white, transparent);
  pointer-events: none;
}

/* Bootstrap 3 horizontal scroll */
.contact-section {
  background-color: #f3f3f3;
  padding: 6em 4em;
  margin: 5em auto;
  border-radius: 2em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.contact-section h2 {
  margin-bottom: 1em;
  font-size: 2.5em;
  text-align: center;
}
.contact-section .btn-primary {
  background-color: #f7f6f6;
  border: 1px solid #ccc;
  color: #000;
  padding: 1em 3em;
  font-size: 1.2em;
  border-radius: 0.4em;
  margin: 2em auto;
}

@media (max-width: 900px) {
  .contact-section {
    padding: 2em 2em;
    margin: 2em auto;
    background-color: transparent;
    box-shadow: none;
  }
  .contact-section h2 {
    font-size: 2em;
  }
  .contact-section .contact-info {
    font-size: 1em;
    margin-bottom: 2em;
  }
  .contact-section .btn-primary {
    width: 100%;
  }
}
/* Fullscreen overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.88;
  color: #fff;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  padding: 80px 30px;
}

.mobile-menu-overlay.open {
  transform: translateX(0);
}

/* WordPress menu inside overlay */
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  margin: 20px 0;
}

.mobile-menu-list li a {
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}

/* === HAMBURGER BUTTON === */
.mobile-menu-toggle {
  width: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0.8em;
  right: 20px;
  z-index: 999999;
}

.mobile-menu-toggle span {
  display: block;
  height: 3px;
  background: #ffffff;
  margin: 6px 0;
  transition: all 0.3s ease;
}

/* === HAMBURGER → CLOSE ANIMATION === */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* === MOBILE ONLY === */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
  .navbar-toggle,
  .navbar-collapse {
    display: none !important;
  }
}
/* === SCROLL LOCK === */
body.menu-open {
  overflow: hidden;
}

.social-cards-mobile {
  position: absolute;
  left: 0;
  bottom: 1em;
  right: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.social-cards-mobile a {
  display: inline-block;
  margin: 1em;
  color: #fff;
}/*# sourceMappingURL=theme_style.css.map */