/*
Theme Name: Tekxl
Theme URI: http://tekxl.com/blog/
Author: Aymar Sossou
Author URI: mailto:saymar90@gmail.com
Description: Tekxl is a the Tekxl's WordPress blog theme based on Bootship theme.
Version: 1.1
Tags: brown, white, light, one-column, two-columns, left-sidebar, responsive-layout, editor-style, featured-images, microformats, post-formats, rtl-language-support, translation-ready
Text Domain: tekxl
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Tekxl Default
 * 4.0 - Media Query
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
}

a {
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

address {
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
}

code,
kbd,
pre,
samp {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
  max-width: 100%;
  height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Images */
figure,
img {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/*
 * 3.0 Tekxl Default
 * ----------------------------------------------------------------------------
 * */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html,
body {
  height: 100%;
  margin: 0;
}
body {
  background: rgba(253, 235, 223, 0.4);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.simple_captcha_small input {
  width: 100px;
  margin-top: 5px;
}

.site {
  padding-top: 100px;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  font-size: 1.3em;
  padding: 0 0 5px;
}
dl dd {
  padding: 0 0 15px;
}
dl dt a {
  font-size: 0.6em;
}

a {
  color: #f60;
}
a:hover {
  color: #ff8f1c;
}
a.fake-link {
  position: absolute;
  top: 0;
}

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

#menu {
  background: #392e27;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999999999;
  text-transform: uppercase;
}
#menu.user-logged-in {
  top: 46px !important;
}
#menu .navbar-nav > li > a {
  color: rgba(253, 235, 223, 0.4);
}
#menu .navbar-nav > .active > a,
#menu .navbar-nav > .active > a:hover,
#menu .navbar-nav > .active > a:focus {
  color: rgba(253, 235, 223, 1);
  background: none;
}
.wrapper {
  margin: 80px auto;
}

.navbar-brand img {
  max-height: 30px;
  margin-top: -5px;
}

.site-content {
  padding: 0 0 20px;
}

.home .small-content {
  max-width: 600px;
  margin: 0 auto;
}

header.page-header {
  margin-top: 0;
}
h1.page-title {
  margin-top: 0 !important;
}

article.post {
  margin: 0 0 80px;
}
h1.archive-title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}
h1.entry-title {
  font-size: 1.8em;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
}
h1.entry-title a {
  color: #000;
}
h1.entry-title a:hover {
  color: #f60;
  text-decoration: none;
}
.content h1 {
  font-size: 2.2em;
  font-weight: 100;
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.home .content h1 span {
  color: #ff8f1c;
}
.home .content h2 {
  font-size: 1.6em;
  font-weight: 100;
  line-height: 1.4em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.home .content h3 {
  text-transform: uppercase;
}
.home .content p {
  font-size: 14px;
  margin: 0;
  padding: 5px 0 15px;
}

.home #apply h1 {
  margin-bottom: 20px;
  text-align: center;
}
.entry-thumbnail {
  padding: 0 0 15px;
}
.entry-meta {
  font-size: 0.8em;
}
.entry-meta a {
  color: #000;
}
.entry-meta a:hover {
  color: #ff8f1c;
  text-decoration: none;
}

#teklions img {
  height: 20px;
}

.gform_wrapper {
  padding-bottom: 40px;
}
.gform_wrapper .gform_title {
  font-size: 1.6em;
  font-weight: 100;
  line-height: 1.4em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_button.btn-primary {
  margin: 0 0 40px;
}

.widget {
  margin: 0 0 40px;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
.widget ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.btn-primary {
  background: #ff8f1c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGYxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ff8f1c 0%, #ff6600 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f1c), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff8f1c 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff8f1c 0%,#ff6600 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff8f1c 0%,#ff6600 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff8f1c 0%,#ff6600 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f1c', endColorstr='#ff6600',GradientType=0 ); /* IE6-8 */
  border: none;
}
.btn-primary:hover {
  background: #ff6600; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhmMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ff6600 0%, #ff8f1c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#ff8f1c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff6600 0%,#ff8f1c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff6600 0%,#ff8f1c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff6600 0%,#ff8f1c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff6600 0%,#ff8f1c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff8f1c',GradientType=0 ); /* IE6-8 */
}
.btn-primary:active {
  background: #f60;
}

.box ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 0;
}

#startups .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
#startups .col-xs-6.col-sm-3 {
  margin-bottom: 20px;
}
#startups img {
  background: #fff;
  border: 1px solid #eee;
  padding: 0 10px;
}

.home address {
  margin-top: 20px;
}
.home .form-control:focus {
  border-color: #f60;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 102, 0, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 102, 0, .6);
}

#social-icons {
  padding-left: 0;
  margin: 5px 0 15px;
}
#social-icons li {
  display: inline-block;
}
.fa-facebook-square:focus {
  color: #3b5998;
}
.fa-twitter-square:focus {
  color: #00aced;
}

.entry-details {
  margin: 0;
  padding: 0 0 30px;
  font-size: 1em;
  font-style: italic;
}
.tekxl_job .apply-now {
  margin: 20px 0;
}
.tekxl_job .abh_box {
  display: none !important;
}

/*
 * 3.0 Media Query
 * ----------------------------------------------------------------------------
 * */

@media screen and (min-width: 768px) {
  html.homepage,
  .homepage body.home {
    overflow-y: hidden;
  }
  .full-width,
  .gform_wrapper,
  .gforms_confirmation_message {
    float: none;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-header {
    width: 15%;
  }
  .navbar-nav {
    width: 85%;
  }
  .navbar-nav li {
    width: 16%;
    text-align: center;
  }
  .wrapper {
    position: relative;
    margin: 0 auto;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
              transform-style: preserve-3d;
  }
  .wrapper div.content {
    position: absolute;
    top: 50%;
    width: 100%;
    max-height: 100%;
    padding-top: 80px;
    overflow: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wrapper {
    min-height: 100%;
    z-index: 0;
    overflow-y: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: -webkit-transform 1s ease-in-out;
            transition: transform 1s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #home:target ~ .wrapper {
    -webkit-transform: translateY(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #about:target ~ .wrapper {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #founders:target ~ .wrapper {
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  #startups:target ~ .wrapper {
    -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #apply:target ~ .wrapper {
    -webkit-transform: translateY(-400%);
        -ms-transform: translateY(-400%);
            transform: translateY(-400%);
  }
  #jobs:target ~ .wrapper {
    -webkit-transform: translateY(-500%);
        -ms-transform: translateY(-500%);
            transform: translateY(-500%);
  }
  #invest:target ~ .wrapper {
    -webkit-transform: translateY(-600%);
        -ms-transform: translateY(-600%);
            transform: translateY(-600%);
  }
  #blog:target ~ .wrapper {
    -webkit-transform: translateY(-700%);
        -ms-transform: translateY(-700%);
            transform: translateY(-700%);
  }
  #contact:target ~ .wrapper {
    -webkit-transform: translateY(-800%);
        -ms-transform: translateY(-800%);
            transform: translateY(-800%);
  }
  address {
    margin-top: 10px;
  }
  .content p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav li {
    font-size: 12px;
  }
  .content h1 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
  .content h2 {
    font-size: 1.2em;
  }
  .content p {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 782px) {
  #menu.user-logged-in {
    top: 32px !important;
  }
  .box {
    border-top: 1px solid #392e27;
    border-bottom: 1px solid #392e27;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .content h1 {
    font-size: 1.8em;
  }
  .content h2 {
    font-size: 1.4em;
  }
  .content p {
    font-size: 0.9em;
  }
}

