/*
Theme Name: Shine.io Custom Template
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *	Name: 	Font Name
 *	Code: 	font-family: 'font-name', sans-serif
 *	Sizes: 	300, 400, 500, 700
 */


@font-face {
    font-family: 'menschmensch_bold';
    src: url('/wp-content/themes/shine-io/fonts/mensch-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/shine-io/fonts/mensch-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'menschmensch_bold_inline';
    src: url('/wp-content/themes/shine-io/fonts/mensch-inline-webfont.woff2') format('woff2'),
         url('/wp-content/themes/shine-io/fonts/mensch-inline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'menschmensch_thin';
    src: url('/wp-content/themes/shine-io/fonts/mensch-thin-webfont.woff2') format('woff2'),
         url('/wp-content/themes/shine-io/fonts/mensch-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'menschmensch_regular';
    src: url('/wp-content/themes/shine-io/fonts/mensch-webfont.woff2') format('woff2'),
         url('/wp-content/themes/shine-io/fonts/mensch-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


/*================================
=            BASE CSS            =
================================*/
body {
	font-family: "Lato", Helvetica, sans-serif;
}
section, header, footer, main {
	position: relative;
}
a {

}
p {

}
input, textarea  {

}
input {

}
h1, .h1 {

}
h2, .h2 {

}
h3, .h3 {

}
h4, .h4 {

}
::selection {

}
::-moz-selection {

}








/*=====================================
=            MEDIA QUERIES            =
=====================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*=====================================
=            SITE HEADER             =
=====================================*/
#site-header {
  transition: all 225ms ease;
  padding-top: 35px;
  padding-bottom: 20px; 
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 3;
  transition: all 300ms linear;
}
#site-header.scrolled {
  background-color: #10496b;
  padding-bottom: 30px;
}
#site-header .nav-container {
  position: absolute;
  top: 0;
  z-index: 99999;
      right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    transition: top 300ms;
    width: 100%;
}
.nav-container ul {
	float: right;
	display: inline-block;
}
.nav-container ul li {
	float: left;
	display: inline-block;
	padding: 20px 8px;
	font-size: 20px;
}
.nav-container ul li a {
	color: #fff;
}
#site-title{
  font-family: "Lato",sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.25em;
  margin: 0;
  padding: 0;
  display: none;
}
#site-title a{
  color: #fff;
  text-decoration: none;
}
#site-title span{
  font-size: 36px;
}
#site-header .toggle-nav {
  display: none;
}
#site-header nav {
  float: right;

}
#site-header nav ul {

}
#site-header nav ul li {
  list-style-type: none;
  float: left;
  padding-top: 12px;
}
#site-header nav ul li a {
  display: block;
  position: relative;
  padding:  0 0 5px 0;
  margin: 0 30px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#mobile-nav nav ul li a{
  position: relative;
}
#site-header nav ul li a:before,#mobile-nav nav ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#mobile-nav nav ul li a:before{
  background-color: #fff;
}
#site-header nav ul li a:hover,#footer-social li a:hover {
  text-decoration: none;
}
#site-header nav ul li a:hover:before,#mobile-nav nav ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#mobile-nav nav ul li.social-icon a:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#site-header nav ul li a:active,#site-header nav ul li a:focus{
  text-decoration: none;
}
#site-header nav ul ul {

}
#site-header nav ul ul li {

}
#site-header nav ul ul li a {

}
#site-header .bottom nav ul li.menu-item-has-children:hover ul,
#site-header .bottom nav ul li.menu-item-has-children ul:hover {
  display: block;
}
#site-header.show-nav {
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}
.overlay.toggle-nav {
  display: none;
}
#mobile-nav {

  transition: all 225ms ease;
  overflow-y: scroll;
}
#mobile-nav ul,#footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-nav ul li {
  display: block;
}
#mobile-nav ul li .sub-menu li a {

}
#mobile-nav ul li .sub-menu li a:hover,
#mobile-nav ul li .sub-menu li a:focus {

}
#mobile-nav ul li a {

}
#mobile-nav ul li a:hover {

}
#mobile-nav ul ul li a {

}

.social-icon span{
  font-size: 25px;
  transition: all 200ms ease-in-out;
}
.social-icon a:hover span{

 
}
.social-icon a:hover .facebook-symbol{
  color: #3b5998;
}
.social-icon a:hover .twitter-symbol{
  color: #00aced;
}
.social-icon a:hover .google-plus-symbol{
  color: #dd4b39;
}
.social-icon a:hover .linkedin-symbol{
  color: #007bb6;
}
#site-header nav ul li.social-icon a,#footer-social li.social-icon a{ 
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
#site-header nav ul li.social-icon a:before{
  width: 0;
}

#top-nav-bg {
  width: 100%;
  height: 107px;
  background-color: none;
  position: fixed;
  z-index: 99999;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: none;
}
.nav-bg-show,.nav-bg-subpage {
  background-color: #7fc0e0;
}
#footer-social{
  margin: 20px auto;
  margin-bottom: 5px;
  padding-bottom: 0;
  text-align: center;
}
#footer-social .social-icon,#home-contact-social .social-icon{
  display: inline-block;
  padding: 5px;
  
}
#footer-social .social-icon a{
    color: #0081c1;
}
#footer-social .social-icon span{
  font-size: 35px;

}
#home-contact-social .social-icon span{
  font-size: 35px;
  line-height: 25px;
}
#home-contact-social a{
  text-decoration: none;
    color: #fff;
}


/* Mobile Nav*/
#mobile-nav {
  display: block;
  height: 100vh;
  width: 250px;
  background: #FFF;
  position: fixed;
  right: 0;
  display: none;
}
#mobile-nav.active{
  background: #fff;
}
#mobile-nav ul{
  text-align: center;
  margin: 0;
  padding: 0;
}

.nav-holder {
  position:relative;
  top:30%;
  width: 100%;
  opacity:0;
  -moz-transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.nav-holder.active {
  opacity:1;
}

#mobile-nav ul li a{

  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

#mobile-nav ul li a:hover, #mobile-nav ul li a:focus, #mobile-nav ul li a:visited, #mobile-nav ul li a:active{
  text-decoration: none;
}
#mobile-nav .social-icon{
  display: inline-block;
  padding: 5px;
}
#mobile-nav .social-icon span{
  font-size: 40px;
}
#toggle-nav i{
  color: $primary-nav-color;
}

.hide-nav,.hide-nav:hover{
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

#toggle-nav.active {
  background:rgba(255,255,255, 0);
    -moz-transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.515, .31, 0.355, 1);
}


/* POTS-specific */
#home-banner {
	height: 500px;
	background: url('/wp-content/themes/shine-io/images/bgweb.jpg') no-repeat transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	position: relative;
}
#home-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	display: block;
	background: url('/wp-content/themes/shine-io/images/booktitle.png') no-repeat transparent;
	background-size: cover;
	background-position: 50% 100%;
}
@media screen and (min-width: 1200px) {
	#home-banner:after {
		background-size: contain;
	}
}

#home-banner h1 {
	display: none;
}

a#buy-now,#contact-footer {
	display: block;
	min-height: 360px;
	min-height; 300px;
	width: 100%;
	background: url('/wp-content/themes/shine-io/images/pulsebook.png') no-repeat transparent;
	background-size: cover;
	background-position: 50% 50%;
	margin: 50px 0;
}
@media screen and (min-width: 1200px) {
	a#buy-now,#contact-footer {
		height: 520px;
	}
}
a#buy-now h2 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

a#buy-now:hover h2 {
	text-decoration: none;

}

#about-author {
	background-color: #399CBA;
	padding: 100px 0;
	color: #333;

}
#about-author p {
	font-size: 17px;
	line-height: 24px;
}
#about-author .author-name {
	color: #fff;
	font-size: 30px;

}

#testimonials {
	background-color: #0E171A;
	padding: 50px 0;
}
#testimonials h2 { width:100%; text-align:center; border-bottom: 1px solid #fff; line-height:0.1em; 
	margin-bottom: 75px;
	margin-top: 0;
	color: #fff;
	font-size: 21px;
}
#testimonials h2 span {
	background:#0e171a; padding:0 10px; 
}

#testimonials .col-sm-4 {
	padding-left: 10px;
	padding-right: 10px;
}
#testimonials .testimonial-wrap {
	border: solid 1px #399CBA;
	text-align: center;
	color: #fff;
	padding: 15px 20px;
	display: table;
	min-height: 400px;
	position: relative;
}
#testimonials .testimonial-wrap:before {
	font-family: "FontAwesome";
    content: "\f10d";
    display: block;
    position: absolute;
    /* height: 85px; */
    /* width: 85px; */
    color: #399cba;
    font-size: 70px;
    top: -8px;
    background: #0e171a;
    left: 50%;
    margin-left: -60px;
    padding: 0 26px;
    line-height: 16px;
}
#testimonials .testimonial-wrap .testimonial-wrap-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#testimonials .testimonial-wrap p {
    font-weight: lighter;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
}
.testimonial-wrap .quote-author {
	color: #399CBA;
	font-weight: bold;
}



#contact-footer {
	background-image: url('/wp-content/themes/shine-io/images/pulse.png');
}
#contact-footer h2 {
	text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
}
#contact-footer .contact-form-inner {
	background-color: #fff;
	border: solid 9px #12496c;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}
#contact-footer .contact-form-inner input {
	width: 100%;
}

input#gform_submit_button_1 {
    background-color: #12496c;
    border: solid 3px #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    transition: all 100ms linear;
    padding: 10px 0;
}

input#gform_submit_button_1:hover {
	border-color: #12496c;
	background-color: #fff;
	color: #12496c;
}

.contact-form-inner .gform_wrapper .top_label .gfield_label {
	display: block;
	text-align: center;
}
.contact-form-inner .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.contact-form-inner .gform_wrapper .gform_footer {
	padding-top: 0;
}
.ginput_recaptcha > div {
	margin: 0 auto;
}

#footer {
	background: url('/wp-content/themes/shine-io/images/bgweb.jpg') no-repeat transparent;
	background-size: cover;
	background-position: 50% 0;
	position: relative;	
	clear: both;
	margin-top: 50px;
}


/* Blog List */
#home-banner.blog-banner {
  height: auto;
  min-height: 200px;
  background-attachment: initial;
}
#home-banner.blog-banner h1 {
  display: block;
  text-align: center;
  font-family: 'menschmensch_regular', Helvetica, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  padding: 60px 30px;
}
#home-banner.blog-banner:after {
  background: none;
}
#home-banner.blog-banner.darken {
  z-index: 2;
}
#home-banner.blog-banner.darken:after {
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
#blog-list h2{
  font-family: 'menschmensch_regular', Helvetica, sans-serif;
}

#single-content {
  padding: 50px 0;
}

.bottom-share {
    max-width: 700px;
    margin: 20px auto;
}
.bottom-share a {
    padding: 10px 30px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    background: green;
    color: white;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}
.bottom-share a.email {
    background: #353535;
}
.bottom-share a.twitter {
    background: #00aced;
}
.bottom-share a.facebook {
    background: #3b5998;
}
.row .single-post {
  padding: 0px 15px;
}

.img-wide {
  width: 100%;
}
#single-content p {
  font-size: 15px;
}
#blog-list .post {
  padding: 50px 0;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
  min-height: 205px;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-list .post.darken:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
#blog-list .post .col-sm-10 {
  position: relative;
  padding: 0;
}
#blog-list .col-sm-4 {
  padding: 0;
  position: relative;
}
#blog-list .col-sm-4 .post {
  padding: 15px;
  min-height: 310px;
}
@media screen and (max-width: 767px) {
  #blog-list .col-sm-4 .post {
    min-height: 0;
  }
}
#blog-list .post h2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  position: relative;
  top: 5px;
  transition: all 200ms ease-in-out;
}
#blog-list .post .excerpt {
  opacity: 0;
  position: relative;
  top: 10px;
  transition: all 200ms ease-in-out;
}

#blog-list .post:hover h2 {
  top: 0;
}
#blog-list .post:hover .excerpt {
  opacity: 1;
  top: 0;
}

#blog-list .post .read-more {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.02em;
}

#blog-list .primary {
  background-color:#297ea0;
}
#blog-list .secondary {
  background-color: #12496c;
}
#blog-list .tertiary {
  background-color: #236f93;
}
#blog-list .quaternary {
  background-color: #1c6386;
}
/*
#399cba
#12496c
#236f93
#297ea0
#1c6386
#1a5c80
*/
#pagination {
    clear: both;
    text-align: center;
    background-color: #1a5c80;
}
#pagination ul {
    padding-left: 0;
    margin: 0 auto;
}
#pagination ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 20px;
    padding: 20px;
    transition: all 300ms ease-in-out;
}

#pagination a {
    color: #fff;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    transition: all 300ms ease-in-out;
}
#pagination a:hover {
  text-decoration: none;
}
#pagination ul li.active,#pagination ul li:hover {
  background-color: #fff;
}
#pagination ul li.active a,#pagination ul li:hover a {
  color: #1a5c80;
}



.blog-banner .logo {
    max-width: 500px;
    position: absolute;
    bottom: 0;
    left: -187px;
}
.blog-banner .logo a {
  position: relative;
  z-index: 2;
}
.blog-banner .logo img{
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .blog-banner .logo {
    display: none;
  }
}

#reviews {
  text-align: center;
  padding: 20px 10px 50px 10px;
  background-color: #eee;
}
#reviews .swiper-container {
    width: 100%;
    height: 320px;
}

#reviews h3 {
  font-weight: bold;
}
#reviews .swiper-slide {
  background-color: #eee;
  display: table;
}
#reviews .swiper-slide h4 {
  font-weight: bold;
}
#reviews .swiper-slide > div {
  display: table-cell; 
  vertical-align: middle;
  padding: 0 40px;
}
#reviews .swiper-slide > div p {
  font-size: 20px;
}
#reviews .swiper-container-horizontal>.swiper-pagination-bullets, #reviews .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

@media screen and (max-width: 859px) {
  #reviews .swiper-container {
    height: 350px;
  }

  #reviews .swiper-slide > div p {
    font-size: 15px;
    line-height: 17px;
  }
  #reviews .swiper-container-horizontal>.swiper-pagination-bullets, #reviews .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
  }
}
@media screen and (max-width: 466px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  #reviews .swiper-slide > div {
    padding: 0 10px;
  } 
}

#float-logo {
    width: 105px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/shine-io/images/booktitle.png);
    background-size: cover;
    visibility: hidden;
}
#site-header.scrolled #float-logo {
  visibility: visible;
}
