/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@import "../../../../wp-includes/css/dashicons.min.css";
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 6.5em;
  background: #ffffff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body small,
body .uk-text-small {
  font-size: 85%;
}
figure.uk-float-right {
  margin: 0 0 1em 2em;
}
figure.uk-float-right > img,
figure.uk-float-right > video {
  width: 100%;
}
figcaption {
  color: #999999;
  font-size: 12px;
  font-style: italic;
}
.width-wrapper {
  max-width: 980px;
  min-width: 740px;
  margin: 0 auto;
}
.b-inset {
  padding: 2em 0;
  background: #eeeeee;
  box-shadow: 740px 0 0 #eeeeee, 1480px 0 0 #eeeeee, -740px 0 0 #eeeeee, -1480px 0 0 #eeeeee;
}
.s-list-ticks li {
  list-style: none;
}
.s-list-ticks li:before {
  margin-right: 0.5em;
  font-family: FontAwesome;
  font-size: 24px;
  color: green;
  content: "\f00c";
}
.s-color-inherit {
  color: inherit;
}
.s-text-underline {
  text-decoration: underline;
}
.s-text-italic {
  font-style: italic;
}
.s-text-large {
  font-size: 120%;
}
.post-format-icon:before {
  font-family: dashicons;
  content: '\f109';
  line-height: 1;
}
.post-format-aside.post-format-icon:before {
  content: '\f123';
}
.post-format-audio.post-format-icon:before {
  content: '\f127';
}
.post-format-chat.post-format-icon:before {
  content: '\f125';
}
.post-format-image.post-format-icon:before {
  content: '\f128';
}
.post-format-link.post-format-icon:before {
  content: '\f103';
}
.post-format-quote.post-format-icon:before {
  content: '\f122';
}
.post-format-status.post-format-icon:before {
  content: '\f130';
}
.post-format-video.post-format-icon:before {
  content: '\f126';
}
.post-format-tool.post-format-icon:before {
  content: '\f107';
}
/* Site Header */
.site-header {
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #6b94b4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #476d8c), color-stop(1, #6b94b4));
  background: -ms-linear-gradient(bottom, #476d8c, #6b94b4);
  background: -moz-linear-gradient(center bottom, #476d8c 0%, #6b94b4 100%);
  background: -o-linear-gradient(#6b94b4, #476d8c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b94b4', endColorstr='#476d8c', GradientType=0);
}
.site-header .width-wrapper {
  background: transparent url("../images/girl.png") right center no-repeat;
  position: relative;
  height: 100%;
}
.site-header .home-link {
  display: inline-block;
  margin: 20px 0 10px;
  color: white;
  font-size: 28px;
  text-decoration: none;
}
.site-header .site-description {
  margin-left: 1em;
  color: #ddd;
  font-size: 16.8px;
  font-style: italic;
}
/* Navbar */
.main-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*
    .nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}*/
}
.main-navigation .nav-menu {
  padding: 0;
  margin: 0;
}
.main-navigation .nav-menu li {
  display: inline-block;
}
.main-navigation .nav-menu li a {
  display: block;
  padding: 1em 2em;
  color: #e6e6e6;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation .nav-menu li a:focus,
.main-navigation .nav-menu li a:hover {
  color: #fff;
}
.main-navigation .nav-menu > li.current-menu-item > a,
.main-navigation .nav-menu > li.current-page-item > a,
.main-navigation .nav-menu > li.current_menu_ancestor > a,
.main-navigation .nav-menu > li.current_page_ancestor > a {
  background-color: #7ca0bd;
  color: #fff;
}
.main-navigation .nav-menu > li:hover .sub-menu {
  display: block;
  background: #8dacc5;
}
.main-navigation .nav-menu > li:hover .sub-menu > li {
  display: block;
}
.main-navigation .nav-menu > li.current-menu-parent .sub-menu {
  display: block;
  left: 0;
  right: 0;
  background: #eeeeee;
  box-shadow: 740px 0 0 #eeeeee, 1480px 0 0 #eeeeee, -740px 0 0 #eeeeee, -1480px 0 0 #eeeeee;
}
.main-navigation .nav-menu > li.current-menu-parent .sub-menu > li {
  display: inline-block;
}
.main-navigation .nav-menu > li.current-menu-parent .sub-menu > li a {
  color: #bd7259;
  text-decoration: underline;
  text-transform: none;
}
.main-navigation .nav-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 99999;
  border-top: 0;
  padding: 0;
}
.main-navigation #menu-main-menu a[href$="learn/bugs"]:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -1em 0.5em -1em -0.5em;
  vertical-align: middle;
  content: "";
  background: url(../images/ufo.png);
}
/* Main */
.site-main {
  padding: 2rem 0;
}
.site-main > section {
  margin-bottom: 1rem;
}
.page-title {
  margin-bottom: 1em;
  text-align: center;
}
/* Content */
.hentry {
  padding: 0 0 2rem;
}
.hentry .entry-thumbnail {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 25%;
}
.hentry .entry-thumbnail img {
  max-width: 100%;
}
.hentry .entry-header {
  margin-bottom: 30px;
}
.hentry .entry-title {
  font-weight: normal;
  margin: 0 0 5px;
}
.hentry .entry-title a {
  color: #141412;
}
.hentry .entry-title a:hover {
  color: #ea9629;
}
.hentry .entry-meta {
  font-size: 14px;
}
.hentry .entry-meta a {
  color: #bc360a;
}
.hentry .entry-meta a:hover {
  color: #bc360a;
}
.hentry .entry-meta > span {
  margin-right: 20px;
}
.hentry .entry-meta > span:last-child {
  margin-right: 0;
}
.hentry .entry-meta .featured-post:before {
  content: "\f308";
  margin-right: 2px;
}
.hentry .entry-meta .date a:before {
  content: "\f307";
}
.hentry .entry-meta .comments-link a:before {
  content: "\f300";
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.hentry .entry-meta .author a:before {
  content: "\f304";
  position: relative;
  top: -1px;
}
.hentry .entry-meta .categories-links a:first-child:before {
  content: "\f301";
}
.hentry .entry-meta .tags-links a:first-child:before {
  content: "\f302";
  position: relative;
  top: -1px;
}
.hentry .entry-meta .edit-link a:before {
  content: "\f411";
  position: relative;
  top: -1px;
}
.paging-navigation {
  padding: 2em 0;
  /*    .nav-previous .meta-nav {
        margin-right: 10px;
    }

    .nav-next .meta-nav {
        margin-left: 10px;
    }*/
}
.paging-navigation a {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}
.category-description {
  margin: 1em 0 4em;
}
/* Footer */
.site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6.5em;
  border-top: 1px dotted #ddd;
  padding-top: 1em;
}
.site-footer .site-credit {
  color: inherit;
  font-size: 1.5em;
  text-decoration: none;
}
.site-footer .site-credit.site-credit-uikit {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: top;
  background-image: url("../images/logo_uikit.svg");
  background-size: contain;
}
.site-footer a {
  color: #686758;
}
.site-footer .sidebar-container {
  background-color: #220e10;
  padding: 20px 0;
}
.site-footer .widget-area {
  text-align: left;
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
.site-footer .widget {
  background: transparent;
  color: #fff;
  float: left;
  margin-right: 20px;
  width: 245px;
}
.site-footer .widget a {
  color: #e6402a;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  color: #fff;
}
#turnkey-credit {
  display: none;
}
/* Widgets */
.b-skill-refs__title {
  font-size: 1.5rem;
}
.b-skill-refs__list {
  padding: 0;
  list-style: none;
}
.b-skill-refs__list li {
  position: relative;
  min-height: 2em;
  margin: 0 0 1em;
  padding: 0 0 0 3em;
}
.b-skill-refs__list li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
  font-size: 2em;
}
.b-skill-refs__list li a {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.b-skill-refs__list li small {
  display: block;
  color: #999;
}
.c-learn-submit {
  clear: both;
  table-layout: fixed;
  margin: 0 10%;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
.c-learn-submit th {
  width: 33.33%;
  padding: 0.5em;
  background: #dddddd;
}
.c-learn-submit td {
  padding: 0.5em;
  border-left: 1px solid #dddddd;
  vertical-align: top;
}
.c-learn-submit tfoot td {
  border-top: 1px solid #dddddd;
  text-align: center;
}
.c-learn-submit-row td {
  text-align: center;
  vertical-align: bottom;
}
.c-learn-submit-price {
  padding: 1rem;
  font-size: 2em;
}
.c-learn-submit-dates {
  padding: 0 0 1em;
}
.j-slides_wrapper-y {
  position: relative;
}
.j-slides_wrapper-x {
  margin: 0 10%;
  overflow: hidden;
}
.j-slider_slides {
  white-space: nowrap;
}
.j-slide_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  color: #eee;
}
.j-slide_btn:before {
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  font-size: 50px;
}
.j-slide_btn:hover {
  color: #ccc;
  cursor: pointer;
}
.j-slide_btn.j-slide_btn-left {
  left: 0;
}
.j-slide_btn.j-slide_btn-left:before {
  left: 0;
}
.j-slide_btn.j-slide_btn-right {
  right: 0;
}
.j-slide_btn.j-slide_btn-right:before {
  right: 0;
}
.j-slider_slide {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.c-courses-opinions {
  margin: 0 -10%;
  padding: 1rem 0;
}
.c-courses-opinions .c-courses-opinion {
  display: inline-block;
  width: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  text-align: left;
}
.c-courses-opinions .c-courses-opinion__comment {
  background: url("../images/cloud.png") no-repeat;
  background-size: 100% 100%;
  padding: 10% 10% 18% 15%;
  font-size: 80%;
  white-space: normal;
}
.c-courses-opinions .c-courses-opinion__author {
  margin-left: 25%;
  min-height: 64px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0 0 64px;
  background: url("../images/man64.png") left top no-repeat;
  color: #999;
  font-weight: bold;
}
.c-courses-opinions .c-courses-opinion__rank {
  position: relative;
  font-family: FontAwesome;
}
.c-courses-opinions .c-courses-opinion__rank:before {
  display: block;
  color: #ccc;
  content: "\f005\f005\f005\f005\f005";
}
.c-courses-opinions .c-courses-opinion__rank:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #E3B10D;
  content: attr(data-rank);
}
.c-courses-bad {
  white-space: nowrap;
}
.c-courses-bad:before {
  display: inline-block;
  height: 64px;
  width: 64px;
  vertical-align: bottom;
  background-image: url("../images/angry-face.png");
  background-size: contain;
  content: "";
}
.c-courses-bad-text {
  display: inline-block;
  width: calc(100% - 64px);
  vertical-align: bottom;
  padding: 15%;
  background-image: url("../images/red-baloon.svg");
  background-size: 100% 100%;
  white-space: normal;
}
.c-courses-good {
  white-space: nowrap;
}
.c-courses-good:after {
  display: inline-block;
  height: 64px;
  width: 64px;
  vertical-align: bottom;
  background-image: url("../images/laughing-face.png");
  background-size: contain;
  content: "";
}
.c-courses-good-text {
  display: inline-block;
  width: calc(100% - 64px);
  vertical-align: bottom;
  padding: 15%;
  background-image: url("../images/green-baloon.svg");
  background-size: 100% 100%;
  white-space: normal;
}
.c-author h3 {
  margin-top: 0;
}
.c-author .c-author-ava {
  float: left;
  height: 120px;
  width: 120px;
  margin: 0 1em 1em 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.c-author .c-author-ava img {
  width: 100%;
}
.c-author .c-author-links a {
  margin-right: 0.5em;
  color: #999999;
  font-size: 16px;
  text-decoration: none;
}
.s-thumbnails a + a {
  margin-left: 0.5em;
}
.s-thumbnails img {
  height: 120px !important;
  width: auto;
}
.s-cloud-right {
  float: right;
  width: 60%;
  padding: 7% 10% 5% 7%;
  background: transparent url("../images/cloud-right.png") 100% 50% no-repeat;
  background-size: 100% 100%;
  color: #F2F3BE;
  font-size: 18px;
}
.s-cloud-left {
  float: left;
  width: 60%;
  padding: 7% 7% 5% 14%;
  background: transparent url("../images/cloud-left.png") 0% 50% no-repeat;
  background-size: 100% 100%;
  color: #F2F3BE;
  font-size: 18px;
}
/* P A G E S */
body.page-template-page-skills-php .uk-icon-arrow-right.uk-float-right {
  color: #eee;
  font-size: 2rem;
}
body.page-template-page-skills-php .uk-comment-meta {
  margin-left: 79px;
}
body.home .entry-content {
  font-size: 3rem;
  line-height: 1;
}
body.single-skill .entry-header {
  margin: 0 0 1rem;
}
body.single-skill .entry-header .entry-title {
  line-height: 64px;
  vertical-align: middle;
}
body.single-skill .entry-meta {
  clear: both;
}
/*# sourceMappingURL=common.css.map */