/*
Version: 1.0.6
Theme Name: Kane
Description: A flexible multi-purpose WordPress theme.
Author: Squidix LLC
Author URI: http://squidix.com/
License: GPLv3
License URI: http://gplv3.fsf.org/
*/


@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,400,300italic);

html {
  font-size: 100%;
}

code {
  background: rgba(0, 0, 0, .25);
  padding: 5px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  overflow-x: hidden !important;
  position: relative;
  width: 100%;
}
body, .background {
  background: white;
  color: #313131;
}
.alternate-background, .sticky, .widgets {
  background: #F7F8FA;
  color: #313131;
}

.container .container {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

.type-post, .widgets {
  padding: 60px 0;
}
.widgets h3 {
  padding-bottom: 15px;
}

.dim {
  color: #ababab;
}
body.dark .dim {
  
}

body.light .invert {
  color: white;
}
body.dark, body.dark .background {
  background: #222222;
  color: white;
}
body.dark .alternate-background, body.dark .sticky, body.dark .widgets {
  background: #161616;
  color: white;
}

body.logged-in .navbar-fixed-top {
}

section {
  overflow: visible;
}
section .inner-section {
  padding: 60px 0;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a {
  -webkit-transition: all ease 0.25s;
      transition: all ease 0.25s;
}

a:hover {
  text-decoration: none;
}

.btn:focus,
.btn:active {
  outline: inherit;
}

/* Other fixes*/

.container.stretch {
  width: auto;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
}

ul,
ol {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

/* Nav */

.sticky-navigation {
  min-height: 60px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
body.dark .sticky-navigation {
  background: black;
}

.sticky-navigation .navbar-header img {
  max-height: 100%;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000;
  position: relative;
  outline: none;
}
body.dark .sticky-navigation .main-navigation .current a {
  color: white;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}
body.dark .sticky-navigation .main-navigation li a:hover {
    color: white;
}

.navbar-inverse .navbar-toggle {
  border-color: #313131;
  background: #313131;
}

.navbar-inverse .navbar-nav {
    padding-left: 10px;
    line-height: normal;
    text-align: center;
}

.navbar-inverse .navbar-nav > li {
    display: inline-block;
    margin-bottom: 0;
}

/* Pagination */

a.page-numbers, span.page-numbers, .pages a, .pages span {
  display: inline-block;
  height: 55px;
  line-height: 52px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 3px;
}
span.page-numbers.dots {
  display: inline-block;
  height: auto;
  padding: 0;
  background: none;
  border: 1px solid transparent;
}

/* Avatar */

.avatar {
}
.avatar img {
  border-radius: 50%;
}

/* Single 

.single {

}
.single .image {
  margin-bottom: 40px;
}
.single .image img {
  width: 100%;
}
.single .title {
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}
.single .meta {
  margin-bottom: 40px;
  text-align: center;
}*/

.typography p {
  margin-bottom: 30px;
}
.typography img {
  max-width: 100%;
}

#comments ul.comments li.comment {
  margin-bottom: 40px;
  padding-bottom: 40px;
} 
#comments ul.comments #respond {
  margin-top: 0;
  margin-bottom: 40px;
}
#comments #respond {
  margin-top: 90px;
}
#comments #respond h3 {
  font-size: 40px;
  font-weight: 200;
}
#comments #respond form {
  margin-top: 25px;
}
#comments #respond input, #comments #respond textarea {
  margin: 25px 0;
}
#comments #respond button {
  margin-top: 25px;
}

/* Pre Loader */

/*
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("assets/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
      background-size: cover;
  margin: -20px 0 0 -20px;
}*/

/* Fonts */

@font-face {
  font-family: 'Lane';
  src: url('../fonts/lane/lanenar_Lane.eot');
  src: url('../fonts/lane/lanenar_Laned41d.eot?#iefix') format('embedded-opentype'), url('../fonts/lane/lanenar_Lane.woff') format('woff'), url('../fonts/lane/lanenar_Lane.ttf') format('truetype'), url('../fonts/lane/lanenar_Lane.svg#Lane') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Lane';
    src: url('../fonts/lane/lanenar_Lane.svg#Lane') format('svg');
  }
}

/* Headings */

h1,
h2 {
  font-family: 'Lane', sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 3.75rem;
  line-height: 4.688rem;
}

h2 {
  font-size: 3.125rem;
  line-height: 4.063rem;
}

h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

h5 {
  font-size: 18px;
  font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON        
-----------------------------------------*/

.standard-button,
.standard-button2 {
  font-size: 18px;
  font-weight: 400 !important;
  border-radius: 4px !important;
  text-shadow: 0 !important;
  color: #ffffff;
  min-width: 150px;
  border: none;
  padding: 16px 25px 16px 25px;
  margin: 5px;
  -webkit-transition: all ease 0.25s;
      transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
  border: none;
}

.standard-button i,
.standard-button2 i {
  vertical-align: inherit;
  margin-right: 8px;
  font-size: 20px;
}

/* Colors */

.white-text {
  color: #ffffff;
}

.dark-text {
  color: #272727;
}

.dim-text {
  color: #808080;
}

.grey-bg {
  background: #3B2149 !important;
}

/* Lines */

.colored-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
}

.white-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
  background: #ffffff;
}

.colored-line-left {
  float: left;
  z-index: 1;
  display: block;
  width: 165px;
  height: 1px;
}

/* Elements */

/* Separator Element */

.vc_separator .vc_sep_holder .vc_sep_line, .line, hr, .single #comments ul.comments li.comment {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}
body.dark .vc_separator .vc_sep_holder .vc_sep_line, body.dark .line, body.dark hr, body.dark .single #comments ul.comments li.comment {
  border-top: none;
  border-bottom-color: #111111;
}

/* Heading Element */

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

/* Page Heading Element */

.page-heading {
  padding-bottom: 80px;
  text-align: center;
  margin-top: 60px;
}

.page-heading h1, .page-heading h2, .page-heading h3, .page-heading h4, .page-heading h5, .page-heading h6 {
  margin: 0;
  margin-bottom: 20px;
}

.page-heading .section-description {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Image Element */

.image {
  text-align: center;
}
.image img {
  max-width: 100%;
}

/* Buttons Element */

.buttons {
  text-align: center;
}

/* Feature Element */

.feature {
  margin-bottom: 40px;
}

.feature.feature-left {
  text-align: right;
}

.feature.feature-left .feature-details {
  margin-right: 75px;
}

.feature.feature-left .icon-container {
  float: right;
  margin-left: 20px;
}

.feature.feature-right {
  text-align: left;
}

.feature.feature-right .feature-details {
  margin-left: 75px;
}

.feature.feature-right .icon-container {
  float: left;
  margin-right: 20px;
}

.feature .icon-container {
  display: block;
  margin-top: 5px;
}

.feature .icon-container .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all ease-in 0.25s;
      transition: all ease-in 0.25s;
}

/* Feature List Element */

.feature-list li {
  margin-bottom: 25px;
}

.feature-list li i {
  margin-right: 10px;
  vertical-align: inherit;
}

/* Testimonials Element */

.testimonials {
}

.testimonials .testimonial {
  margin: auto;
  max-width: 768px;
  text-align: center;
}

.testimonials .testimonial .avatar {
  font-size: 24px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
      box-shadow: 0px 0px 0px 2px #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  margin-top: 5px;
  overflow: hidden;
}

.testimonials .testimonial .avatar img {
  width: 100%;
  vertical-align: top;
}

.testimonials .testimonial .message {
  font-size: 18px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 30px;
}

.testimonials .testimonial .name {
  margin-top: 15px;
  font-weight: 400;
}

.testimonials .testimonial .company-info {
  font-size: 12px;
}

.testimonials .owl-controls .owl-page span {
  background: #ffffff;
  border-radius: 50%;
}

.testimonials .customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Service Element */

.service {
  text-align: center;
}
.service .icon {
  font-size: 80px;
  margin-bottom: 20px;
}

/* Shot Element */

.shot {
  background: #FFFFFF;
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
      box-shadow: none;
  display: block;
}
.shot img {
  border-radius: 4px;
  width: 100%;
}
body.dark .shot {
  background: #232323
}

/* Subscription Element */

.subscription {
  text-align: center;
}

.subscription form .input-box {
  height: 57px;
  padding-left: 20px;
  width: 200px;
  display: inline-block;
  -webkit-box-shadow: none;
      box-shadow: none;
  background: #FFF;
  border: 2px solid #FFF;
}

.subscription form.input-box:focus, 
.subscription form .input-box:active {
  color: #000;
  font-weight: 400;
}

.subscription form .subscription-success,
.subscription form .subscription-error {
  display: none;
}

/* Expander Icon */

.expander-container {
  position: absolute;
  bottom: -43px;
  width: 100%;
  z-index: 1000;
}
.expander-border {
  border-radius: 50%;
  height: 86px;
  width: 86px;
  margin: auto;
  text-align: center;
  padding: 3px;
}
.expander {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
}

.expander:hover {
  color: #ffffff;
}

/* Contact Form Element */

.contact-box {
  text-align: center;
}

.contact-box form {
}

.contact-box form .alert {
  display: none;
}

.contact-box form .input-box {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 50px;
  -webkit-box-shadow: none;
      box-shadow: none;
}

.contact-box form .textarea-box {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
      box-shadow: none;
}

body.dark .contact-box .input-box, body.dark .contact-box .textarea-box {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.contact-box form .textarea-box:active {
  color: #000;
}

/* Social Networks Element */

.social-networks {
  text-align: center;
}
.social-networks li {
  display: inline-block;
  margin: 0 5px;
}
.social-networks li a {
  font-size: 30px;
  color: #c2c2c2;
}
body.dark .social-networks li a {
  color: #636363;
}

/* Spacing Elements */

.spacing {
  height: 60px;
}
.double-spacing {
  height: 120px;
}
.triple-spacing {
  height: 180px;
}
.quadruple-spacing {
  height: 240px;
}

.small-element-spacing {
  height: 20px;
}
.medium-element-spacing {
  height: 30px;
}
.large-element-spacing {
  height: 40px;
}
.gallery-caption {
}
.bypostauthor {
}
.sticky h2 {
  font-size: 3.75rem;
  line-height: 4.688rem;
}

.wp-caption {
  padding: 5px;
}
.wp-caption-text {
  text-align: center;
  margin-top: 15px;
}

.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}
.aligncenter {
}
.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

.form-submit {
    display: none;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}

.comment-form label {
  display: block;
}

/* added from internal styles */
/* Generic */
a {
  color: #ffff63;
}

a:hover {
  color: #63c0c1;
}

.background-theme {
  color: white;
  background: #ffff63;
}

.background-theme-transparent {
  color: white;
  background: rgba(255, 255, 99, .9);
}

.background-transparent {
  color: white;
  background: rgba(0, 0, 0, .55);
}

.standard-button {
  background: #63c0c1;
}

.standard-button2 {
  background: #ffff63;
}

.standard-button2:hover {
  background: #63c0c1;
}

.btn-x:focus,
.btn-x:active,
.btn-x.active,
.open .dropdown-toggle.btn-x {
  background: #63c0c1;
  border-color: inherit;
}

.colored-line,
.colored-line-left {
  background: #ffff63;
}

.main-color {
  color: #ffff63;
}

/* Feature Element */
.feature:hover .icon-container .icon {
  background: #ffff63;
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #ffff63;
  box-shadow: 0px 0px 0px 2px #ffff63;
}

.feature .icon-container .icon {
  border: 1px solid #ffff63;
  color: #ffff63;
}

/* Pagination */
a.page-numbers,
span.page-numbers {
  border: 1px solid #ffff63;
}

span.page-numbers.current {
  color: white;
  background: #ffff63;
}

/* Feature List Element */
.feature-list li i {
  color: #ffff63;
}

/* Service Element */
.service .icon,
.service h3 {
  color: #ffff63;
}

.screenshots .owl-theme .owl-controls .owl-page span {
  background: #ffff63;
}

.expander {
  border: 2px solid #ffff63;
  color: #ffff63;
}

.expander:hover {
  background: #ffff63;
}

/* Contact Form Element */
.contact-box form .input-box:active,
.contact-box form .textarea-box:active,
.contact-box form .input-box:focus,
.contact-box form .textarea-box:focus {
  border: 1px solid #ffff63;
}

/* Social Networks Element */
.social-networks li a:hover,
body.dark .social-networks li a:hover {
  color: #ffff63;
}


