/*
	Theme Name: Cosmonauts
	Theme URI: http://pvisual.eu/
	Description: Cosmonauts Corporate Theme
	Version: 1.0
	Author: Patric Hadzsinicsev
	Author URI: http://pvisual.eu/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/ /*
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Play');*/




@font-face { 
font-family: Lato-Regular; 
src: url(https://www.cosmonauts.biz/wp-content/themes/cosmonauts/fonts/Lato-Regular.ttf); 
font-weight: normal; 
}


@font-face { 
font-family: Lato-Bold; 
src: url(https://www.cosmonauts.biz/wp-content/themes/cosmonauts/fonts/Lato-Bold.ttf); 
font-weight: bold; 
}




@font-face { 
font-family: Play; 
src: url(https://www.cosmonauts.biz/wp-content/themes/cosmonauts/fonts/Play.ttf); 
font-weight: normal; 
}


@font-face { 
font-family: Play; 
src: url(https://www.cosmonauts.biz/wp-content/themes/cosmonauts/fonts/Play-Bold.ttf); 
font-weight: bold; 
}











/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Lato-Regular', sans-serif;
  color: #767C94;
}
a {
  color: #5D8AF5;
  font-weight: 400;
}

a:hover{
  text-decoration: underline;
}

h1{
  font-size: 40px;
  line-height: 48px;
  font-family: 'Play', sans-serif;
  margin: 0em !important;
	color: #060F28;
	font-weight: 400;
}

h1.white{
  color: #fff;
}

h2{
  font-size: 32px;
  line-height: 40px;
  font-family: 'Play', sans-serif;
	color: #060F28;
	font-weight: 400;
}

h2.white{
  color: #fff;
}

h3{
  font-size: 24px;
	line-height: 24px;
  font-family: 'Play' , sans-serif;
  color: #484E64;
	font-weight: 400;
}

h3.white{
  color: #fff;
}

h3.work-with{
	font-size: 18px;
}

h4{
  font-size: 24px;
  font-family: 'Lato-Regular' , sans-serif;
	line-height: 32px;
	color: #060F28;
  font-weight: 400;
}

h4.white{
  color: #fff;
}

h5{
  font-size: 20px;
  font-weight: 300;
  color: #557187;
  line-height: 32px;
}

h5.white{
  color: #fff;
}

p{
  color: #5D6172;
  font-family: 'Lato-Regular' , sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

p.white{
  color: #fff;
}

p.quote{
	min-height: 100px;
}

p.uppercase{
	text-transform: uppercase;
	font-size:12px;
	color:#484E64;
	font-weight: 400;
}

input:focus, textarea:focus, select:focus{
  outline: none;
}

span.purple{
  color: #5D8AF5;
}

.t-center{
  text-align: center;
}

footer{
  color: #557187;
  font-size: 16px;
  padding: 20px;
}

.footer-social{
  color: #557187;
  font-size: 20px;
  margin-right: 10px;
}

.footer-social:hover{
  color: #087DFF;
  text-decoration: none;
}

.footer-separator{
  width: 52px;
  height: 1px;
  background: #777;
  margin: 5px 0px 5px;
}

.footer-headline{
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #03091F;
  margin-bottom: 10px;
}

.footer-style{
  padding-bottom: 20px;
}

.footer-style a{
  color: #557187;
	text-decoration: none;
}

.footer-style a:hover{
  color: #087DFF;
  text-decoration: none;
}

.footer-style p{
  margin-bottom: 5px;
}

a .social{
	width: 16px;
	height: 16px;
}



a:active,
a:hover {
  outline: 0;
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

section {
  border-bottom: 0px solid #999;
  width: 100%;
}


p {
  width: 100%;
  margin: 0 auto;
}

img.center{
  display: block;
  margin: 0 auto;
}

/* ------------------------------------------
  SECTION STYLES
--------------------------------------------- */

.grid-text{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    box-sizing: border-box;
}

.grid.margin-t-80{
  margin-top: 80px;
}

.header_width{
  margin-right: auto;
  margin-left: auto;
  max-width:1140px;
}

.left {
    float: left;
    width: 45%;
    margin: 0px;
}
.right {
    float: right;
    width: 45%;
    margin: 0px;
}

.content_project {
  background-color: #FFFFFF;
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left:20px;
  padding-right: 20px;
}

.content_header {
  padding-bottom: 100px;
  padding-top: 100px;
  padding-left:20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1440px;
  z-index: 10;
  width: 100%;
}




.group {
  max-width: 1100px;
  margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.group:after {
    content:"";
    display: table;
    clear: both;
    background-color: #EFC94C;
}


@media screen and (max-width: 480px) {
    .content_project{
      margin-top: 0px;
    }
     .imagetop {
      max-height: 300px;
    }
    .imagesection{
      max-height: 350px;
    }

    .left,
    .right {
        float: none;
        width: auto;
    }

}

.icon-middle {
  text-align: center;
}

.bottom-benefits {
  text-align: center;
  border: 1px solid #EAEAEA;
  margin: 20px;
  height: 100px;
  padding: 20px;
  background: #fff;
  vertical-align: middle;
  border-radius: 6px;
}



/* ------------------------------------------
  inputs
--------------------------------------------- */


.mc-field-group input {
	padding: 12px 16px;
  border: 1px solid #fff;
  background: #ffffff1a;
  color: #fff;
  margin-bottom: 16px;
  margin-right: 8px;
	line-height: 24px;
}

.mc-field-group input::placeholder{
  color: #fff;
}

.mc-field-group input:focus{
  border: 1px solid #5D8AF5;
  color: #41647C;
	outline: none;
  background: #fff;
}



.mc-field-group input:visited{
	color: #060F28;
}

#submit-button{
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	padding: 12px 16px;
	transition: .3s ease-in-out;
	display: inline-block;
	line-height: 24px;
  color: #5D8AF5;
  background: #fff;
  border: 1px solid #fff;
}

#submit-button:hover{
  background-color: #D9E9FF;
  border:1px solid #D9E9FF;
}

/* placeholder color */

::-webkit-input-placeholder { /* Chrome */
  color: #A7BDD6;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A7BDD6;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A7BDD6;
  font-weight: 400;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #A7BDD6;
  opacity: 1;
}



 /* ------------------------------------------
  BUTTON STYLES
--------------------------------------------- */

/* Common button styles */
.button {
  font-family: 'Lato-Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 0px;
  color: #fff;
  background: #5D8AF5;
  transition: .3s ease-in-out;
  display: inline-block;
	line-height: 24px;
	min-width: 140px;
	text-align: center;
  border: 1px solid #5D8AF5;
}
.button:focus {
  outline: none;
}

.button:hover{
  text-decoration: none;
  background: #81a6ff;
  border:1px solid #81a6ff;
}

.button.secondary{
  color: #5D8AF5;
  background: #D9E9FF;
  border: 1px solid #D9E9FF;
}

.button.secondary:hover {
  color: #1A77FF;
  background: #e7f1ff;
  border: 1px solid #e7f1ff;
}

.button.secondary-dark{
  color: #5D8AF5;
  background: #101C3F;
  border: 1px solid #101C3F;
}

.button.secondary-dark:hover{
  background: #162758;
  border: 1px solid #162758;
}

.button.small-blue {
  padding: 1px 8px;
  min-width: auto;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}



.button.small {
  padding: 0px 16px;
	min-width: auto;
  border: 1px solid #fff;
  background: none;
  font-size:13px;
  line-height: 20px;
}

.button.small.menu-item a{
  padding: 0px !important;
  color: #fff;
  font-size: 13px !important;
}

.button.small:hover{
  background: #5D8AF5;
  border: 1px solid #5D8AF5;
  color: #fff !important;
}

.button.white{
  color: #5D8AF5;
  background: #fff;
  border: 1px solid #fff;
}

.chip-button {
  font-family: 'Lato-Regular', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 30px;
  color: #5D8AF5;
  background: #101C3F;
  transition: .3s ease-in-out;
  display: inline-block;
	line-height: 20px;
	min-width: 96px;
	text-align: center;
}

.chip-button:hover{
  background: #293969;
  text-decoration: none;
}

.chip-black {
  font-family: 'Lato-Regular', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  padding: 1px 8px;
  border-radius: 30px;
  color: #fff;
  background: #03091F;
  transition: .3s ease-in-out;
  display: inline-block;
	line-height: 20px;
	min-width: 32px;
	text-align: center;
}

/* COVER AREA */

.header-home{
  margin-top: 32px;
  padding-bottom: 0px;
	padding-top: 32px;
  overflow: hidden;
}

/* header image card */

.card-container{
  position: relative;
  min-height: 400px;
}

.card-absolute{
  position: absolute;
  z-index: 2;
}

.card-team{
	min-height: 56px;
	background: #101C3F !important;
  transition: .3s ease-in-out;
	box-shadow: none !important;
}

.card-team img{
	width: 40px;
	float: left;
}

.card-team h3{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.card-team a{
	font-size: 11px;
}

.job-title{
	padding-left: 48px;
	display: block;
}

.headline-separator{
  width: 40px;
  height: 1px;
  background: #557187;
  margin: 10px 0px 20px;
}

.headline-separator-center{
  width: 40px;
  height: 1px;
  background: #557187;
  margin: 0px 20px;
  margin-left: 50%;
  margin-bottom: 80px;
}

.headline-separator-center-white{
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0px 20px;
  margin-left: 50%;
}

/* END COVER AREA */

/* CARDS */

.card{
	background:#fff;
	overflow: hidden;
  margin-bottom:20px;
}

.card:hover{
	box-shadow: 0px 16px 24px -8px #767c9440;
}

.card-16{
  padding: 35px;
}

.card a{
  text-decoration: underline;
}

/* END CARDS */


/* TABS AREA */

* {box-sizing: border-box}
body {font-family: "Lato-Regular", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    width: 100%;
    overflow: hidden;
		padding: 8px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: #101C3F;
    color: #5D8AF5;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
		line-height: 32px;
    margin-bottom: 8px;
}

.tab button i{
  font-size: 12px;
  vertical-align: middle;
  padding-right: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: #5D8AF5;
    background: #fff;
}

.tab p{
  padding-top: 40px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.tab-separator{
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 0px 20px;
  margin-left: 46%;
}

/* Style the tab content */

.tabcontents {
    float: left;
    width: 100%;
    border-left: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top:9px;
}

.tabcontents h2{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}



.tabcontent {
    float: left;
    width: 100%;
    border-left: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top:9px;
}

.tabcontent h2{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.tabtext{
	padding: 24px;
}

.card-margin{
  margin-right: -40px;
	margin-top:-60px;
}

.tabplace{
  z-index: 20;
  position: relative;
}

.chip{
	color: #fff;
	background-color: #006AF9;
	font-weight: 400;
	line-height: 24px;
	border-radius: 12px;
	padding: 0 8px;
	width: auto;
	display: inline-block;
	margin-left: 8px;
  font-size: 14px !important;
}

.chip.yellow{
  background-color: #FFAE5A;
}


/* END OF TABS AREA */


/* NAVIGATION */

header.site-header {
  overflow: hidden;
  background: #03091F;
  z-index: 99;
  position: fixed;
  width: 100%;
  top:0;
  border-bottom: 1px solid #ffffff26;
}

header a, header label {
  display: block;
  padding: 10px;
  color: #fff;
  font-family: 'Lato-Regular', sans-serif;
  font-weight: 400;
  line-height: 15px;
  font-size: 13px;
}

header#masthead{
  z-index: 999;
}

.menu-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

header a:hover, header label:hover { color: #aaa; }

header label {
  float: right;
  padding: 17px 20px;
  cursor: pointer;
  font-size: 16px;
}

header label:after {
  content: "\2261";
  font-size: 2em;
}

.logo {
  float: left;
  color:#fff;
}

.logo-text{
  opacity: 1;
  margin-top: 10px;
  letter-spacing: 6px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}
nav {
  float: right;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s;
     -moz-transition: max-height 0.3s;
       -o-transition: max-height 0.3s;
          transition: max-height 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
   padding-bottom: 10px;
}

nav li {
  display: block;
  text-align: center;
}

nav a {
  padding: 12px;
  width: 100%;
}

#nav { display: none; }

#nav:checked ~ nav {
  max-height: 230px; /* This can be anything bigger than your nav height. The transition duration works with this */
  display: block;
}

@media only screen and (min-width: 768px) {

  header label { display: none; }

  nav {
    width: auto;
    max-height: none;
  }

  nav ul {
    padding: 0;
    padding-right: 10px;
  }

  nav li {
    display: inline-block;
    text-align: left;
  }

  header nav a {
    display: inline-block;
    padding: 16px 16px;
    width: auto;
    font-size: 16px;
    margin-bottom: 0px;
		line-height: 24px;
  }


}


.menu__list a{
  text-decoration: none;
}

.menu__list a:hover{

  color:#5D8AF5;
}

.menu__list a:hover.button{
  color: #fff;
}

.menu-item a{
  color:#ffffff99;
  position: relative;
	text-decoration: none;
}

.menu-item a:hover{
  color:#5D8AF5;
  text-decoration: none;
}

.current_page_item a{
  color:#fff;
  text-decoration: none;
	font-weight: 900 !important;
}

.current_page_item a:hover{
  color:#fff;
  text-decoration: none;
}

.current_page_item a:before{
  content:'';
  display:block;
  background-color: #5d8af54d;
  height: 8px !important;
  width: 8px !important;
  position: absolute;
  left: 0px;
border-radius: 29px !important;
    top: 25px !important;
	
}

.button.small.current_page_item a:before{
  content:none;
}

.img-responsive{
  width: 100%;
  height: auto;
}

.blog-img{
	width:100%;
	max-height: 300px;
	overflow: hidden;
}

.blog-img img{
	width: 100%;
	height: auto;
}

.has-post-thumbnail img{
	width: 100%;
	height: auto;
}

.img-triangle{
  width:110%;
  height: auto;
  margin-bottom: -6px;
  overflow: hidden;
  margin-left: -6px;
}

.img-tick{
  max-height:24px;
  max-width: 24px;
  display:inline-block;
  float:left;
}

.post-thumbnail img{
  max-width: 800px;
  height: auto;
}

p.tick{
  line-height:24px;
  padding-left: 32px;
}

.triangle-div{
  overflow:hidden;
  margin-left:-2px;
}

.transparent-section{
  background-color:transparent;
}

.dark-section{
  background-color: #03091F;
}

.hidden{
  display: none;
}


.roll-icon-list .icon {
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 75px;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}

.roll-icon-list .icon p{
  color: #000;
}

.roll-icon-list .content {
    margin-right: 30px;
}

.roll-icon-list .content h4{
  margin-bottom: 10px;
}

.grid .roll-icon-list{
  margin-bottom:40px;
}

.fa {
    transform: translateY(8%);
    padding-right: 4px;
}

.faq h5{
  padding-bottom: 8px;
}


/* common margins */

.margin-t-16{
	margin-top: 16px;
}

.margin-t-24{
	margin-top: 24px;
}

.margin-t-32{
	margin-top: 32px;
}

.margin-t-40{
	margin-top: 40px;
}

.margin-l-16{
	margin-left: 16px;
}

.margin-b-16{
  margin-bottom:16px;
}

.margin-b-24{
  margin-bottom:24px;
}

.margin-b-32{
  margin-bottom:32px;
}

.margin-b-40{
  margin-bottom:40px;
}

.margin-b-56{
  margin-bottom:56px;
}

/* common paddings */

.padding-r-40{
  padding-right:40px;
}

.padding-8{
  padding: 8px;
}

.padding-16{
  padding: 16px;
}

.padding-24{
  padding: 24px;
}

.padding-t-64{
  padding-top: 64px;
}



/* event tab switch*/


.event{
    text-align: center;
}

/* Style the buttons inside the tab */
.event button {
    display: inline-block;
    color: #484E64;
    padding: 0px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
		line-height: 32px;
    margin-bottom: 32px;
    margin-right: 16px;
}



/* Change background color of buttons on hover */
.event button:hover {
    color: #5D8AF5;
}

/* Create an active/current "tab button" class */
.event button.active {
    color: #5D8AF5;
    background: #fff;
    border-bottom: 1px solid #5D8AF5;
}

.event p{
  padding-top: 40px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.eventslink .card{
  min-height: 308px;
  position: relative;
}

.eventslink .card .link{
  bottom: 16px;
  position: absolute;
}



/* end of event tab switch */


/* Logo Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    max-width: 120px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* end of logo slider */


/* signup box */

.signup-box{
  background-color:#5D8AF5;
  box-shadow: 0px 32px 40px -16px #03091f4d;
}

/* end of signup box */

.mobile-hide{
  display: inline-block;
}

/* BLOG */

.posts article.search {
	width: 30.5%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	background:#fff;
	overflow: hidden;
	transition: .3s ease-in-out;
	box-shadow: 0px 1px 4px #767c9440;
	margin-bottom:16px;
	margin-right: 16px;
	min-height: 344px;
}

.posts article.search:hover {
	box-shadow: 0px 16px 24px -8px #767c9440;
}

.post-img{
	max-height: 150px;
	overflow: hidden;
}

.post-text{
	padding: 16px;
}

.posts-search input.search-input{
	border: none;
  border-bottom: 1px solid #E4EBF0;
	min-width: 340px;
	margin-bottom: 8px;
}

.posts-search input.search-input:focus{
  border-bottom: 1px solid #5D8AF5;
}

.sidebar input.search-input{
	border: none;
  border-bottom: 1px solid #E4EBF0;
	margin-bottom: 8px;
	width: 100%;
}

.sidebar input.search-input:focus{
  border-bottom: 1px solid #5D8AF5;
}

.sidebar-widget ul{
	list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_recent_entries{
	margin-top:24px;
}

.widget_categories{
	margin-top:24px;
}

.widget_a2a_share_save_widget{
	margin-top:24px;
}

.widget_a2a_share_save_widget h3{
	margin-bottom:8px;
}

button.search-submit{
	display: none;
}

.posts-search form{
	padding-bottom: 24px;
}

.post-text h2 a{
	font-size: 24px;
	line-height: 32px;
	font-family: 'Play', sans-serif;
	color: #060F28;
	font-weight: 400;
	text-decoration: none;
}

 h1.blog-post a{
	font-size: 32px;
	line-height: 40px;
	font-family: 'Play', sans-serif;
	color: #060F28;
	font-weight: 400;
	text-decoration: none;
}

.post-details{
	margin-top:8px;
	font-size: 11px;
}

.post-details span{
	font-size: 11px;
}

.post-details span a{
	font-size: 11px;
}

/* END BLOG */


@media handheld, only screen and (max-width: 767px){

  .box-headline{
    margin-top: -90px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 40px !important;
  }

  .mobile-hide{
    display:none;
  }

  .box-hero{
    margin-top: 20% !important;
    margin-left: 20px !important;
  }

  .tab{
    margin-top: -20px;
    margin-left: 16px;
  }

  .tab button{
    font-size: 24px;
    padding: 8px 16px;
  }

	h1{
		font-size: 40px;
		line-height: 48px;
	}

  .header-home{
    margin-top: 0px;
  }

	.posts article{
		width: 100%;
	}

	.posts-search .search-input{
		min-width: 120px;
	}

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#b0c7ff;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


