@charset "UTF-8";
/* Setting */
/* Background Colors */
/* Colors */
/* Fonts */
/* Fonts Size */
/* Icons Size */
/* Line Height */
/*Mixins*/
/**
altered
*	Cvio - Resume/CV Template (HTML)
*	Version: 1.1
*	Author: beshleyua
*	Author URL: http://themeforest.net/user/beshleyua
*	Copyright © Cvio by beshleyua. All Rights Reserved.
**/
/* TABLE OF CONTENTS
	- Basic
	- Preloader
	- Container
	- Columns
	- Typography
	- Links
	- Buttons
	- Forms
	- Lists
	- Code
	- Tables
	- Alignment
	- Text Formating
	- Blockquote
	- Animations
*/
/* - Basic */
/* line 31, basic.scss */
html {
  margin-right: 0 !important; }

/* line 35, basic.scss */
body {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Fredoka";
  font-size: 16px;
  line-height: 1.5;
  color: #aaa;
  background: #636359;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* line 51, basic.scss */
body.scroll_hidden {
  overflow: hidden;
  height: 100vh; }

/* line 56, basic.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 61, basic.scss */
.clear {
  clear: both; }

/* line 65, basic.scss */
.cursor-follower {
  margin: -13px 0 0 -13px;
  position: absolute;
  background: #4bffa5;
  width: 26px;
  height: 26px;
  -webkit-transition: transform 1s cubic-bezier(0.02, 1.2, 0.8, 1), opacity 0.25s ease;
  transition: transform 1s cubic-bezier(0.02, 1.2, 0.8, 1), opacity 0.25s ease;
  opacity: 0.4;
  z-index: 1111;
  pointer-events: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;	}

/* line 79, basic.scss */
.cursor-follower.hide {
  opacity: 0 !important; }

@media (max-width: 1199px) {
  /* line 84, basic.scss */
  .cursor-follower {
    display: none; } }
/* - Preloader */
/* line 90, basic.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 11111; }
  /* line 98, basic.scss */
  .preloader .spinner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%; }
    /* line 104, basic.scss */
    .preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    /* line 111, basic.scss */
    .preloader .spinner .double-bounce2 {
      background: rgba(255, 255, 255, 0.5);
      height: 0;
      -webkit-animation: loading 2.0s infinite ease-in-out;
      animation: loading 2.0s infinite ease-in-out; }

/* - Container */
/* line 121, basic.scss */
.container {
  position: relative;
  margin: 0;
  overflow: hidden; }

/* line 127, basic.scss */
.container:before {
  pointer-events: none;
  z-index: 12; }

/* line 132, basic.scss */
.lines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  font-size: 0;
  pointer-events: none;
  z-index: 1111; }
  /* line 143, basic.scss */
  .lines.no-lines .line-col:before {
    opacity: 0; }

/* line 150, basic.scss */
.lines .line-col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 100vh; }

/* line 158, basic.scss */
.lines .line-col:first-child:before {
  background: transparent; }

/* line 162, basic.scss */
.lines .line-col:first-child:after {
  left: auto;
  right: 0;
  width: 1000%; }

/* line 168, basic.scss */
.lines .line-col:first-child .line {
  display: none; }

/* line 172, basic.scss */
.lines .line-col:last-child:after {
  left: 0;
  right: auto;
  width: 1000%; }

/* line 178, basic.scss */
.lines .line-col:nth-child(1):before {
  -o-transition-delay: 2.9s;
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s; }

/* line 184, basic.scss */
.lines .line-col:nth-child(1):after {
  top: 0;
  bottom: auto;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s; }

/* line 192, basic.scss */
.lines .line-col:nth-child(2):before {
  -o-transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s; }

/* line 198, basic.scss */
.lines .line-col:nth-child(2):after {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

/* line 206, basic.scss */
.lines .line-col:nth-child(3):before {
  -o-transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s; }

/* line 212, basic.scss */
.lines .line-col:nth-child(3):after {
  top: 0;
  bottom: auto;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* line 220, basic.scss */
.lines .line-col:nth-child(4):before {
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s; }

/* line 226, basic.scss */
.lines .line-col:nth-child(4):after {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

/* line 234, basic.scss */
.lines .line-col:nth-child(5):before {
  -o-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }

/* line 240, basic.scss */
.lines .line-col:nth-child(5):after {
  top: 0;
  bottom: auto;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

/* line 248, basic.scss */
.lines .line-col:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0%;
  background: rgba(255, 255, 255, 0.07);
  transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -moz-transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -webkit-transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -o-transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s; }

/* line 259, basic.scss */
.lines .line-col:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7941d;
  z-index: 12;
  transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -moz-transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -webkit-transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -o-transition: height 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s; }

/* line 271, basic.scss */
.lines.finish .line-col:before {
  height: 100%; }

/* line 275, basic.scss */
.lines.finish .line-col:after {
  height: 0%; }

/* line 279, basic.scss */
.lines.ready {
  z-index: 11; }

/* line 283, basic.scss */
.wrapper {
  position: relative; }

/* line 287, basic.scss */
.breadcrumbs {
  margin: 0; }

/* line 291, basic.scss */
.lines-off .lines .line-col:before {
  display: none; }

/* line 295, basic.scss */
.lines-on .lines .line-col:before {
  display: block; }

@media (max-width: 1199px) {
  /* line 300, basic.scss */
  .lines .line-col {
    width: 33.333%; }

  /* line 303, basic.scss */
  .lines .line-col:nth-child(4),
  .lines .line-col:nth-child(5) {
    display: none; } }
@media (max-width: 720px) {
  /* line 310, basic.scss */
  .lines .line-col {
    width: 50%; }

  /* line 313, basic.scss */
  .lines .line-col:nth-child(3),
  .lines .line-col:nth-child(4),
  .lines .line-col:nth-child(5) {
    display: none; } }
/* - Columns */
/* line 321, basic.scss */
.cols {
  position: relative; }

/* line 325, basic.scss */
.cols .col.col-sm {
  float: left;
  width: 25%; }

@media (max-width: 720px) {
  /* line 331, basic.scss */
  .cols .col.col-sm {
    width: 100%; } }
/* line 336, basic.scss */
.cols .col.col-lg {
  float: left;
  width: 75%; }

@media (max-width: 720px) {
  /* line 342, basic.scss */
  .cols .col.col-lg {
    width: 100%; } }
/* line 347, basic.scss */
.cols .col.col-md {
  float: left;
  width: 50%; }

@media (max-width: 720px) {
  /* line 353, basic.scss */
  .cols .col.col-md {
    width: 100%; } }
/* line 358, basic.scss */
.cols:after {
  content: '';
  display: block;
  clear: both; }

/* - Typography */
/* line 365, basic.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Fredoka";
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #141414; }

/* line 379, basic.scss */
h1 {
	font-size: 34px;
	line-height: 44px;
}

/* line 383, basic.scss */
h2 {
  font-size: 30px; }

/* line 387, basic.scss */
h3 {
  font-size: 26px; }

/* line 391, basic.scss */
h4 {
  font-size: 22px; }

/* line 395, basic.scss */
h5 {
  font-size: 18px; }

/* line 399, basic.scss */
h6 {
  font-size: 14px; }

/* line 403, basic.scss */
p {
  font-size: 16px;
  padding: 0;
  margin: 30px 0; }

/* line 409, basic.scss */
strong {
  font-weight: 700; }

@media screen and (max-width: 720px) {
  /* line 414, basic.scss */
  h1 {
	font-size: 24px;
	line-height: 26px;
}

  /* line 417, basic.scss */
  h2 {
    font-size: 20px; }

  /* line 420, basic.scss */
  h3 {
    font-size: 18px; }

  /* line 423, basic.scss */
  h4 {
    font-size: 16px; }

  /* line 426, basic.scss */
  h5 {
    font-size: 14px; }

  /* line 429, basic.scss */
  h6 {
    font-size: 13px; }

  /* line 432, basic.scss */
  p {
    margin: 20px 0; } }

.caption {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	margin-top: -25px;
	height: 100px;
}


/* - Links */

/* line 438, basic.scss */
a {
  color: #eee;
  text-decoration: underline;
  outline: none; }

/* line 444, basic.scss */
a:hover {
  text-decoration: none;
  color: #4bffa5; }

/* Animate Button Hover */
/* line 450, basic.scss */
.ink {
  display: block;
  position: absolute;
  background: #4bffa5;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
	transform: scale(0);
  transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -moz-transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -webkit-transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -o-transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;  }

/* line 459, basic.scss */
.ink.ink-animate {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
   transform: scale(3);  }

/* line 463, basic.scss */
.hover-animated .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block; }

/* - Buttons */
/* line 471, basic.scss */
.bts-center {
  text-align: center; }

/* line 474, basic.scss */
.bts-list {
  font-size: 0px; }

/* line 477, basic.scss */
.bts-list .btn {
  margin-right: 20px;
  margin-top: 20px; }

/* line 481, basic.scss */
.bts-list .btn:last-child {
  margin-right: 0px; }

/* line 485, basic.scss */
a.btn,
.btn, .single-post-text input[type="submit"] {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 44px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #4bffa5;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: 2px solid #4bffa5;
  cursor: pointer;
  transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  -o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s; }

/* line 505, basic.scss */
a.btn .lnk,
.btn .lnk {
  padding: 0 30px;
  position: relative;
  display: block;
  z-index: 2;
  pointer-events: none; }

/* line 514, basic.scss */
a.btn:hover,
.btn:hover {
  color: #636359; }

@media screen and (max-width: 720px) {
  /* line 520, basic.scss */
  a.btn, .btn, .single-post-text input[type="submit"] {
    font-size: 14px; } }
/* - Forms */
/* line 526, basic.scss */
form.post-password-form {
  max-width: 400px;
  margin: 0 auto;
  text-align: center; }

/* line 532, basic.scss */
input,
textarea,
button {
  display: block;
  font-family: "Fredoka";
  font-size: 16px;
  height: 50px;
  width: 100%;
  color: #eee;
  margin-bottom: 30px;
  padding: 0;
  background: none !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  resize: none;
  outline: 0;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -khtml-border-radius: 0%;
	border-radius: 0%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

/* line 552, basic.scss */
input:focus,
textarea:focus,
button:focus {
  color: #eee;
  border-bottom: 1px solid #eee; }

/* line 559, basic.scss */
textarea {
  height: 120px;
  padding: 0;
  padding-top: 15px; }

/* line 565, basic.scss */
button {
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: #eee; }

/* line 575, basic.scss */
button:hover {
  border-bottom: 1px solid #4bffa5; }

/* line 579, basic.scss */
label,
legend {
  display: block;
  padding-bottom: 10px;
  font-family: "Fredoka";
  font-size: 13px; }

/* line 587, basic.scss */
fieldset {
  border-width: 0;
  padding: 0; }

/* line 592, basic.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline; }

/* line 597, basic.scss */
::-webkit-input-placeholder {
  color: #999999; }

/* line 601, basic.scss */
:-moz-placeholder {
  color: #999999; }

/* line 605, basic.scss */
::-moz-placeholder {
  color: #999999; }

/* line 609, basic.scss */
:-ms-input-placeholder {
  color: #999999; }

/* line 613, basic.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #eee; }

/* line 618, basic.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #eee; }

/* line 623, basic.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #eee; }

/* line 628, basic.scss */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #eee; }

/* line 633, basic.scss */
input.error,
textarea.error,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-bottom: 1px solid red !important; }

/* line 640, basic.scss */
label.error,
.wpcf7-not-valid-tip {
  display: none !important; }

/* line 645, basic.scss */
input.error::-moz-placeholder,
textarea.error::-moz-placeholder,
input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder {
  color: red; }

/* line 652, basic.scss */
input.error:-moz-placeholder,
textarea.error:-moz-placeholder,
input.wpcf7-not-valid:-moz-placeholder,
textarea.wpcf7-not-valid:-moz-placeholder {
  color: red; }

/* line 659, basic.scss */
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
input.wpcf7-not-valid:-ms-input-placeholder,
textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: red; }

/* line 666, basic.scss */
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
input.wpcf7-not-valid::-webkit-input-placeholder,
textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: red; }

/* line 673, basic.scss */
div.wpcf7-response-output {
  margin: 0; }

/* line 677, basic.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline; }

/* line 682, basic.scss */
input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0; }

/* line 690, basic.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox; }

/* line 694, basic.scss */
input[type="radio"] {
  -webkit-appearance: radio; }

/* line 698, basic.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 710, basic.scss */
input[type="file"] {
  margin-bottom: 10px;
  border: none;
  height: auto; }

/* line 716, basic.scss */
select {
  margin-bottom: 10px;
  width: 100%;
  height: 30px; }

/* line 722, basic.scss */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0; }

/* - Lists */
/* line 728, basic.scss */
ul {
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside; }

/* line 736, basic.scss */
ol {
  list-style: decimal;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside; }

/* line 744, basic.scss */
ul ul, ol ol, ul ol, ol ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px; }

/* - Code */
/* line 751, basic.scss */
code {
  font-family: "Fredoka";
  padding: 0 4px;
  font-style: italic;
  color: #999;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap; }

/* line 764, basic.scss */
pre {
  background: #f6f6f6;
  font-family: "Fredoka";
  margin: 30px 0;
  padding: 30px;
  max-width: 100%;
  overflow: auto;
  white-space: pre; }

/* line 774, basic.scss */
mark, ins {
  background: #eee;
  text-decoration: none; }

/* - Tables */
/* line 780, basic.scss */
table {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  background: #fcfcfc; }

/* line 788, basic.scss */
table caption {
  padding: 6px 0;
  background: #f6f6f6;
  font-size: 12px; }

/* line 794, basic.scss */
th {
  color: #999;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  border: 4px solid #FFF;
  text-transform: uppercase; }

/* line 804, basic.scss */
th a {
  color: #999; }

/* line 808, basic.scss */
td {
  border: 4px solid #FFF;
  padding: 10px 20px;
  color: #363636;
  font-size: 13px;
  background: #f6f6f6; }

/* line 816, basic.scss */
td.pad {
  background: none; }

/* line 820, basic.scss */
dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700; }

/* line 826, basic.scss */
dd {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px; }

/* - Alignment */
/* line 833, basic.scss */
.align-center {
  text-align: center !important; }

/* line 837, basic.scss */
.align-right {
  text-align: right !important; }

/* line 841, basic.scss */
.align-left {
  text-align: left !important; }

/* line 845, basic.scss */
.pull-right {
  float: right !important; }

/* line 849, basic.scss */
.pull-left {
  float: left !important; }

/* line 853, basic.scss */
.pull-none {
  float: none !important; }

/* line 857, basic.scss */
.alignright {
  margin-left: 20px !important;
  float: right !important;
  max-width: 50% !important; }

/* line 863, basic.scss */
.alignleft {
  margin-right: 20px !important;
  float: left !important;
  max-width: 50% !important; }

/* line 869, basic.scss */
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important; }

/* line 875, basic.scss */
.full-width {
  max-width: 100% !important;
  width: 100% !important; }

/* line 880, basic.scss */
.full-max-width {
  max-width: 100% !important;
  width: auto !important; }

/* line 885, basic.scss */
.centrize {
  display: table !important;
  table-layout: fixed !important;
  height: 100% !important;
  position: relative !important;
  top: 0;
  left: 0;
  z-index: 2; }

/* line 895, basic.scss */
.vertical-center {
  display: table-cell !important;
  vertical-align: middle !important; }

/* - Text Formating */
/* line 901, basic.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 905, basic.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 909, basic.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 913, basic.scss */
.text-regular {
  font-weight: 400 !important; }

/* line 917, basic.scss */
.text-bold {
  font-weight: 700 !important; }

/* line 921, basic.scss */
.text-italic {
  font-style: italic !important; }


/* - Blockquote */
/* line 926, basic.scss */
blockquote {
  font-family: "Fredoka"; }

/* - Animations */
/* preloader */
@-webkit-keyframes loading {
  0% {
    height: 0;
    top: 0;
    bottom: auto; }
  50% {
    height: 100%;
    top: 0;
    bottom: auto; }
  51% {
    height: 100%;
    top: 0;
    bottom: auto; }
  52% {
    height: 100%;
    top: auto;
    bottom: 0; }
  100% {
    height: 0;
    top: auto;
    bottom: 0; } }
@keyframes loading {
  0% {
    height: 0;
    top: 0;
    bottom: auto; }
  50% {
    height: 100%;
    top: 0;
    bottom: auto; }
  51% {
    height: 100%;
    top: 0;
    bottom: auto; }
  52% {
    height: 100%;
    top: auto;
    bottom: 0; }
  100% {
    height: 0;
    top: auto;
    bottom: 0; } }
/* Mouse Button Animations */
@keyframes mouse-anim {
  0% {
    top: 0px; }
  50% {
    top: 10px; }
  100% {
    top: 0px; } }

/*# sourceMappingURL=basic.css.map */
