@charset "UTF-8";
/* -------------------------------------------
 *
 *  stylesheet by shudesigns
 *  shudesigns.tumblr.com
 *  2019 (c) All Rights Reserved.
 *
 * ------------------------------------------ */
@import url("//fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:300,400,600,700");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
@import url("https://static.tumblr.com/a0dmjhi/8C3p5gesv/photoset.css");
/* -------------------------------------------
 *  basic
 * ------------------------------------------ */
html, body {
  font-family: "Source Sans Pro", "Helvetica", "Lucida Grande", "Arial", sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow: visible; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

header, nav, main, footer, article, section {
  display: block; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

ul.noneStyle, ol.noneStyle {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  max-width: 100%;
  border: none;
  outline: none; }

input, button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: inherit; }

::-moz-selection {
  color: #ffffff;
  background-color: #ffafbd; }

::selection {
  color: #ffffff;
  background-color: #ffafbd; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.hidden {
  display: none; }

/* -------------------------------------------
 *  plugin fix
 * ------------------------------------------ */
.wow {
  visibility: hidden; }

.parallax-mirror {
  opacity: 0 !important;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  .parallax-mirror.loaded {
    opacity: 1 !important; }

#s-m-t-tooltip {
  position: absolute;
  margin: 15px 0 0 10px;
  max-width: 300px;
  z-index: 10;
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
  background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: linear-gradient(135deg, #ffc3a0, #ffafbd);
  font-size: 12px;
  line-height: 1.1em; }

.hljs {
  display: block;
  overflow-x: auto; }

.hljs, .hljs-subst {
  color: #ffffff; }

.hljs-comment {
  color: #888888; }

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
  font-weight: bold;
  color: #ffc3a0; }

.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
  color: #ffafbd; }

.hljs-title, .hljs-section {
  color: #ffafbd;
  font-weight: bold; }

.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo {
  color: #ff9e9e; }

.hljs-literal {
  color: #ffbff0; }

.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition {
  color: #f9957f; }

.hljs-meta {
  color: #93dbff; }

.hljs-meta-string {
  color: #63cbff; }

.hljs-params {
  color: #ff8484; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

/* -------------------------------------------
 *  public
 * ------------------------------------------ */
.wrapper {
  min-width: 1000px; }
  .wrapper.page-1 {
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
    .wrapper.page-1.loaded {
      visibility: visible;
      opacity: 1; }

.container {
  width: 940px;
  margin: 0 auto; }

.t-color1 {
  color: #ffc3a0; }

.t-color2 {
  color: #ffafbd; }

.t-gradient {
  color: transparent;
  background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
  background: linear-gradient(135deg, #ffc3a0, #ffafbd);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-weight: 600; }
  .msie .t-gradient {
    color: #ffafbd;
    background: none; }

.post-style {
  font-size: 14px;
  line-height: 1.5em; }
  .post-style a {
    background-image: linear-gradient(180deg, rgba(68, 68, 68, 0) 50%, rgba(68, 68, 68, 0.15) 0);
    text-decoration: none;
    background-repeat: repeat-x;
    background-size: 1em 2px;
    background-position: 0 1.15em;
    padding-bottom: 2px; }
  .post-style p {
    margin: 1em 0; }
  .post-style h2 {
    font-size: 1.25em;
    font-weight: 600;
    margin: 1rem 0; }
    .post-style h2.t-gradient {
      display: table; }
  .post-style blockquote {
    border-left: 2px solid #ffafbd;
    margin: 1em 0;
    padding: 0 0 0 1em; }
  .post-style ul, .post-style ol {
    margin: 1em 0;
    padding-left: 2em; }
  .post-style ul:not(.noneStyle) {
    list-style-type: none; }
    .post-style ul:not(.noneStyle) li:before {
      font-family: "FontAwesome" !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      content: "";
      display: inline-block;
      width: 2em;
      height: 1.5em;
      margin-left: -2em;
      text-align: center;
      color: #ffafbd; }
  .post-style ul.noneStyle {
    padding: 0; }
  .post-style s, .post-style strike {
    opacity: 0.5; }
  .post-style code {
    display: inline-block;
    background-color: #333;
    padding: 5px 7.5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1em;
    white-space: pre-wrap; }
  .post-style pre > code {
    display: block;
    padding: 15px;
    white-space: pre;
    line-height: 1.25em;
    overflow: auto; }
  .post-style figure {
    max-width: 540px;
    margin: 1em 0; }
    .post-style figure img {
      display: block;
      max-width: 100%;
      height: auto; }
    .post-style figure.tmblr-full {
      margin-left: -20px;
      margin-right: -20px; }
      .post-style figure.tmblr-full img {
        width: 100%; }
  .post-style *:first-child {
    margin-top: 0 !important; }
  .post-style *:last-child {
    margin-bottom: 0 !important; }

/* -------------------------------------------
 *  header
 * ------------------------------------------ */
#header .navbar {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 90px;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656565;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  #header .navbar.on-scroll {
    position: fixed;
    top: -100px;
    margin-top: 100px;
    border-bottom: 1px solid #eeeeee; }
    #header .navbar.on-scroll .head .search {
      visibility: visible;
      opacity: 1; }
  #header .navbar.shrink {
    height: 65px;
    -moz-transition-property: height, margin-top;
    -o-transition-property: height, margin-top;
    -webkit-transition-property: height, margin-top;
    transition-property: height, margin-top; }
  #header .navbar .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .navbar .head .logo {
      font-family: "Merriweather", "Times", "Times New Roman", serif;
      font-size: 22px;
      font-weight: 700; }
      #header .navbar .head .logo a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #header .navbar .head .logo a:before {
          content: "SD";
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 30px;
          height: 30px;
          margin-right: 10px;
          border-radius: 50%;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd);
          color: #ffffff;
          font-size: 12px; }
    #header .navbar .head .search {
      visibility: hidden;
      opacity: 0;
      margin-left: 25px;
      -moz-transition-property: visibility, opacity;
      -o-transition-property: visibility, opacity;
      -webkit-transition-property: visibility, opacity;
      transition-property: visibility, opacity;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
      #header .navbar .head .search .search-bar {
        position: relative; }
        #header .navbar .head .search .search-bar input, #header .navbar .head .search .search-bar button {
          display: block; }
        #header .navbar .head .search .search-bar input {
          width: 200px;
          height: 35px;
          border-radius: 35px;
          border: 1px solid #eeeeee;
          padding: 0 30px 0 10px;
          font-size: 14px;
          color: #656565;
          background-color: #ffffff; }
          #header .navbar .head .search .search-bar input::-webkit-input-placeholder {
            opacity: 0.5; }
          #header .navbar .head .search .search-bar input:-moz-placeholder {
            opacity: 0.5; }
          #header .navbar .head .search .search-bar input::-moz-placeholder {
            opacity: 0.5; }
          #header .navbar .head .search .search-bar input:-ms-input-placeholder {
            opacity: 0.5; }
        #header .navbar .head .search .search-bar button {
          position: absolute;
          top: 7.5px;
          right: 7.5px;
          cursor: pointer; }
          #header .navbar .head .search .search-bar button svg {
            display: block;
            width: 20px;
            height: 20px;
            stroke: url("#gradient"); }
  #header .navbar .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px; }
    #header .navbar .menu li + li {
      margin-left: 35px; }
    #header .navbar .menu li a {
      display: block; }
    #header .navbar .menu li span {
      display: block; }
      #header .navbar .menu li span:before {
        content: "/";
        opacity: 0.5;
        font-size: 0.8em; }
    #header .navbar .menu li.current:not(.btn) a {
      font-weight: 600;
      pointer-events: none; }
      #header .navbar .menu li.current:not(.btn) a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        display: block;
        height: 2px;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
    #header .navbar .menu li.btn {
      border-radius: 40px;
      overflow: hidden;
      background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
      #header .navbar .menu li.btn a {
        line-height: 40px;
        padding: 0 25px;
        color: #ffffff;
        font-size: 1.1em;
        -moz-transition: background-color 0.5s ease-in-out;
        -o-transition: background-color 0.5s ease-in-out;
        -webkit-transition: background-color 0.5s ease-in-out;
        transition: background-color 0.5s ease-in-out; }
        #header .navbar .menu li.btn a .fa {
          margin-right: 7.5px; }
        #header .navbar .menu li.btn a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
    #header .navbar .menu li:not(.btn) a {
      position: relative; }
      #header .navbar .menu li:not(.btn) a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: attr(data-title);
        color: #ffafbd;
        overflow: hidden;
        width: 0;
        -moz-transition: width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
        transition: width 0.5s ease-in-out; }
      #header .navbar .menu li:not(.btn) a:hover:before {
        width: 100%; }
#header .banner {
  padding-top: 90px; }
  #header .banner .container {
    position: relative;
    z-index: 1;
    height: 30vh;
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header .banner .container .title {
      margin: 0;
      font-family: "Merriweather", "Times", "Times New Roman", serif;
      font-size: 48px;
      color: #ffffff; }
    #header .banner .container .sub {
      margin-top: 5px;
      font-size: 11px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: rgba(255, 255, 255, 0.5); }
  #header .banner.home-banner-1 .container {
    height: 50vh; }

/* -------------------------------------------
 *  tumblr controls
 * ------------------------------------------ */
.tmblr-iframe-compact .tmblr-iframe--unified-controls {
  position: fixed;
  top: 65px;
  right: 0;
  z-index: 999;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
.tmblr-iframe-compact.show-controls .tmblr-iframe--unified-controls {
  opacity: 0.2; }

/* -------------------------------------------
 *  main
 * ------------------------------------------ */
#main {
  background-color: #f5f5f5;
  padding: 100px 0; }
  #main .container .primary .pagination {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin-top: 50px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
    #main .container .primary .pagination a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #main .container .primary .pagination .arrow {
      position: absolute;
      top: 0;
      bottom: 0; }
      #main .container .primary .pagination .arrow.prev {
        left: 0; }
      #main .container .primary .pagination .arrow.next {
        right: 0; }
      #main .container .primary .pagination .arrow a {
        width: 50px;
        height: 50px;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd);
        color: #ffffff; }
        #main .container .primary .pagination .arrow a svg {
          width: 18px;
          height: 18px; }
    #main .container .primary .pagination .jump {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #656565;
      font-size: 14px; }
      #main .container .primary .pagination .jump li + li {
        margin-left: 5px; }
      #main .container .primary .pagination .jump li a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        -webkit-transition-property: background-color;
        transition-property: background-color; }
        #main .container .primary .pagination .jump li a:hover {
          background-color: #f5f5f5; }
      #main .container .primary .pagination .jump li.current a {
        color: #ffffff;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd);
        pointer-events: none; }

/* -------------------------------------------
 *  sidebar
 * ------------------------------------------ */
.sidebar {
  display: none;
  width: 350px;
  float: left; }
  .sidebar.has-sidebar {
    display: block; }
    .sidebar.has-sidebar + .primary {
      margin-left: 400px; }
      .sidebar.has-sidebar + .primary .post {
        width: 540px; }
  .sidebar .sidebar-inner {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform; }
  .sidebar .sidebar-section {
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 25px;
    color: #656565;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
    .sidebar .sidebar-section + .sidebar-section {
      margin-top: 50px; }
    .sidebar .sidebar-section .head {
      padding-bottom: 20px;
      border-bottom: 2px solid #f5f5f5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .sidebar .sidebar-section .head .title {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Merriweather", "Times", "Times New Roman", serif;
        font-size: 18px;
        line-height: 1em;
        margin: 0; }
        .sidebar .sidebar-section .head .title .icon {
          content: "";
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 30px;
          height: 30px;
          margin-right: 10px;
          border-radius: 50%;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
          .sidebar .sidebar-section .head .title .icon svg {
            width: 18px;
            height: 18px;
            stroke: #ffffff; }
        .sidebar .sidebar-section .head .title:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -22px;
          display: block;
          height: 2px;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
      .sidebar .sidebar-section .head + .content {
        margin-top: 20px; }
    .sidebar .sidebar-section.about .content {
      font-size: 14px;
      line-height: 1.5em; }
      .sidebar .sidebar-section.about .content .btn {
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd);
        border-radius: 45px;
        overflow: hidden; }
        .sidebar .sidebar-section.about .content .btn a {
          height: 45px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #ffffff;
          font-size: 16pxs;
          font-weight: 600;
          line-height: 1em;
          background: none;
          -moz-transition-property: background-color;
          -o-transition-property: background-color;
          -webkit-transition-property: background-color;
          transition-property: background-color; }
          .sidebar .sidebar-section.about .content .btn a:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          .sidebar .sidebar-section.about .content .btn a svg {
            display: block;
            width: 16px;
            height: 16px;
            margin-right: 5px; }
    .sidebar .sidebar-section.updates ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .sidebar .sidebar-section.updates ul li + li {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eeeeee; }
      .sidebar .sidebar-section.updates ul li .date {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 10px;
        color: #ffffff;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd);
        border-radius: 5px; }
        .sidebar .sidebar-section.updates ul li .date span {
          display: block;
          text-align: center; }
          .sidebar .sidebar-section.updates ul li .date span.day {
            font-size: 14px;
            font-weight: 600; }
          .sidebar .sidebar-section.updates ul li .date span.month {
            font-size: 10px;
            text-transform: uppercase; }
      .sidebar .sidebar-section.updates ul li .detail {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        padding-left: 10px; }
        .sidebar .sidebar-section.updates ul li .detail dt {
          font-size: 14px;
          font-weight: 600;
          line-height: 1em; }
        .sidebar .sidebar-section.updates ul li .detail dd {
          margin: 7.5px 0 0;
          font-size: 12px;
          line-height: 1em; }
    .sidebar .sidebar-section.themes .box + .box {
      margin-top: 20px; }
    .sidebar .sidebar-section.themes .box .img {
      border: 1px solid #eeeeee;
      overflow: hidden;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .sidebar .sidebar-section.themes .box .img a, .sidebar .sidebar-section.themes .box .img img {
        display: block; }
      .sidebar .sidebar-section.themes .box .img img {
        width: 100%; }
    .sidebar .sidebar-section.themes .box .detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #eeeeee;
      border-top: none;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 15px; }
      .sidebar .sidebar-section.themes .box .detail .info {
        margin: 0; }
        .sidebar .sidebar-section.themes .box .detail .info dt {
          font-size: 16px;
          font-weight: 600;
          line-height: 1em; }
        .sidebar .sidebar-section.themes .box .detail .info dd {
          margin: 5px 0 0;
          font-size: 11px;
          line-height: 1em;
          letter-spacing: 0.05em;
          text-transform: uppercase; }
      .sidebar .sidebar-section.themes .box .detail .button {
        border-radius: 50%;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd);
        overflow: hidden; }
        .sidebar .sidebar-section.themes .box .detail .button a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 35px;
          height: 35px;
          color: #ffffff;
          -moz-transition: background-color 0.3s ease-in-out;
          -o-transition: background-color 0.3s ease-in-out;
          -webkit-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out; }
          .sidebar .sidebar-section.themes .box .detail .button a:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          .sidebar .sidebar-section.themes .box .detail .button a svg {
            width: 18px;
            height: 18px; }
    .sidebar .sidebar-section.links ul li {
      overflow: hidden;
      background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: linear-gradient(135deg, #ffc3a0, #ffafbd);
      border-radius: 5px; }
      .sidebar .sidebar-section.links ul li + li {
        margin-top: 2px; }
      .sidebar .sidebar-section.links ul li a {
        display: block;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        -moz-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out; }
        .sidebar .sidebar-section.links ul li a:hover {
          background-color: rgba(0, 0, 0, 0.1); }

/* -------------------------------------------
 *  posts
 * ------------------------------------------ */
.posts-head {
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  color: #656565;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
  .posts-head .title {
    font-family: "Merriweather", "Times", "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700; }
    .posts-head .title span.keyword:before, .posts-head .title span.keyword:after {
      font-size: 0.85em; }
    .posts-head .title span.keyword:before {
      content: "“";
      margin-right: 3px; }
    .posts-head .title span.keyword:after {
      content: "”";
      margin-left: 3px; }
    .posts-head .title span.results:after {
      margin-left: 3px;
      content: "results"; }
    .posts-head .title span.results.result-0:after, .posts-head .title span.results.result-0:after {
      content: "result"; }
  .posts-head + .posts {
    margin-top: 50px; }

.posts-foot {
  margin-top: 50px; }
  .posts-foot ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .posts-foot ul li {
      overflow: hidden;
      border-radius: 40px;
      background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
      background: linear-gradient(135deg, #ffc3a0, #ffafbd);
      background-size: 101%;
      -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
      -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
      box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
      .posts-foot ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        color: #656565;
        background-color: #ffffff;
        -moz-transition-property: color, background-color;
        -o-transition-property: color, background-color;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color; }
        .posts-foot ul li a svg {
          display: block;
          width: 16px;
          height: 16px;
          stroke: url("#gradient");
          -moz-transition: stroke 0.3s ease-in-out;
          -o-transition: stroke 0.3s ease-in-out;
          -webkit-transition: stroke 0.3s ease-in-out;
          transition: stroke 0.3s ease-in-out; }
        .posts-foot ul li a:hover {
          color: #ffffff;
          background-color: transparent; }
          .posts-foot ul li a:hover svg {
            stroke: #ffffff; }
      .posts-foot ul li.prev a svg {
        margin-right: 5px; }
      .posts-foot ul li.next a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .posts-foot ul li.next a svg {
          margin-left: 5px; }

.posts .post {
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  color: #656565;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
  .posts .post + .post {
    margin-top: 50px; }
  .posts .post .post-head, .posts .post .post-title, .posts .post .post-body, .posts .post .post-foot {
    padding: 20px; }
  .posts .post .post-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee; }
    .posts .post .post-head ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .posts .post .post-head ul.left {
        font-size: 11px;
        letter-spacing: 0.01em; }
        .posts .post .post-head ul.left li + li {
          margin-left: 10px; }
        .posts .post .post-head ul.left li svg {
          display: inline-block;
          vertical-align: -2px;
          margin-right: 5px;
          width: 12px;
          height: 12px;
          stroke: url("#gradient"); }
        .posts .post .post-head ul.left li .divider {
          display: block;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
      .posts .post .post-head ul.right li + li {
        margin-left: 5px; }
      .posts .post .post-head ul.right li a {
        display: block;
        width: 15px;
        height: 15px;
        overflow: hidden;
        border-radius: 3px; }
  .posts .post .post-content .post-media img {
    display: block; }
  .posts .post .post-content .post-media .width_fix iframe {
    display: block;
    width: 540px !important;
    margin: 0; }
    .posts .post .post-content .post-media .width_fix iframe.tumblr_audio_player {
      height: 85px; }
  .posts .post .post-content .post-media .photo-slideshow {
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .posts .post .post-content .post-media .link-button {
    word-break: break-word;
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none; }
    .posts .post .post-content .post-media .link-button .thumbnail img {
      display: block;
      margin: 0px; }
    .posts .post .post-content .post-media .link-button .thumbnail:after {
      background-image: linear-gradient(rgba(0, 0, 0, 0.439216), transparent 50%);
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .posts .post .post-content .post-media .publisher-container {
    margin-bottom: 4px;
    display: block;
    font-size: 13px;
    line-height: 1em;
    font-weight: 700;
    word-break: break-all; }
    .posts .post .post-content .post-media .publisher-container .publisher {
      font-size: 12px;
      font-weight: 400;
      line-height: 1em;
      display: inline-block;
      margin: 0px;
      letter-spacing: 0.05em; }
    .posts .post .post-content .post-media .publisher-container.if-thumbnail {
      position: absolute;
      top: 15px;
      left: 20px;
      right: 20px; }
      .posts .post .post-content .post-media .publisher-container.if-thumbnail .publisher {
        color: #ffffff; }
  .posts .post .post-content .post-media .info-container {
    padding: 15px 20px;
    overflow: hidden;
    background-color: #fafafa;
    color: #656565; }
    .posts .post .post-content .post-media .info-container .title {
      display: block;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.1em;
      text-align: left; }
      .posts .post .post-content .post-media .info-container .title:after {
        font-family: "FontAwesome" !important;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        content: "";
        font-size: 16px;
        display: inline;
        margin-left: 5px;
        vertical-align: 1px; }
    .posts .post .post-content .post-media .info-container .excerpt {
      display: block;
      margin-top: 5px;
      font-size: 14px;
      line-height: 1.5em; }
    .posts .post .post-content .post-media .info-container .author {
      margin-top: 5px;
      display: block;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.01em;
      line-height: 1.25em;
      opacity: 0.5; }
  .posts .post .post-content .post-container .post-title .title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em; }
  .posts .post .post-content .post-container .post-title .quote {
    font-family: "Merriweather", "Times", "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.5em; }
    .posts .post .post-content .post-container .post-title .quote:before {
      content: "“";
      margin-right: 3px; }
    .posts .post .post-content .post-container .post-title .quote:after {
      content: "”";
      margin-left: 3px; }
  .posts .post .post-content .post-container .post-title + .post-body {
    margin-top: -20px; }
  .posts .post .post-content .post-container .post-body .caption + .caption {
    margin: 20px -20px 0;
    padding: 20px 20px 0;
    border-top: 1px solid #eeeeee; }
  .posts .post .post-content .post-container .post-body .caption .reblog-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .posts .post .post-content .post-container .post-body .caption .reblog-head .reblog-avatar {
      width: 25px;
      height: 25px;
      border-radius: 3px;
      overflow: hidden;
      margin-right: 10px; }
      .posts .post .post-content .post-container .post-body .caption .reblog-head .reblog-avatar img {
        width: 100%; }
    .posts .post .post-content .post-container .post-body .caption .reblog-head .reblog-username {
      color: #656565;
      font-size: 13px;
      font-weight: 600;
      padding: 0;
      background: none; }
  .posts .post .post-content .post-container .post-body .caption .reblog-content {
    margin-top: 10px; }
  .posts .post .post-content .post-container .post-body .caption figure.tmblr-full:last-child {
    margin-bottom: -20px !important; }
  .posts .post .post-content .post-container .post-body .caption .quote-source {
    margin-top: -10px !important; }
    .posts .post .post-content .post-container .post-body .caption .quote-source:before {
      content: "—";
      margin-right: 5px; }
  .posts .post .post-content .post-container .post-body ul.chat {
    padding: 0;
    border: 1px solid #eeeeee;
    border-top: none; }
    .posts .post .post-content .post-container .post-body ul.chat li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #eeeeee; }
      .posts .post .post-content .post-container .post-body ul.chat li span {
        display: block;
        padding: 10px; }
      .posts .post .post-content .post-container .post-body ul.chat li .label {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-right: 1px solid #eeeeee;
        font-weight: 600; }
  .posts .post .post-content .post-container .post-body .ask, .posts .post .post-content .post-container .post-body .answer {
    position: relative;
    padding: 30px 15px 15px;
    border-radius: 3px; }
    .posts .post .post-content .post-container .post-body .ask .asker, .posts .post .post-content .post-container .post-body .ask .answerer, .posts .post .post-content .post-container .post-body .answer .asker, .posts .post .post-content .post-container .post-body .answer .answerer {
      padding-bottom: 15px; }
      .posts .post .post-content .post-container .post-body .ask .asker .asker-avatar, .posts .post .post-content .post-container .post-body .ask .asker .answerer-avatar, .posts .post .post-content .post-container .post-body .ask .answerer .asker-avatar, .posts .post .post-content .post-container .post-body .ask .answerer .answerer-avatar, .posts .post .post-content .post-container .post-body .answer .asker .asker-avatar, .posts .post .post-content .post-container .post-body .answer .asker .answerer-avatar, .posts .post .post-content .post-container .post-body .answer .answerer .asker-avatar, .posts .post .post-content .post-container .post-body .answer .answerer .answerer-avatar {
        position: absolute;
        top: -25px;
        width: 50px;
        height: 50px;
        overflow: hidden;
        padding: 5px;
        border-radius: 50%; }
        .posts .post .post-content .post-container .post-body .ask .asker .asker-avatar:before, .posts .post .post-content .post-container .post-body .ask .asker .answerer-avatar:before, .posts .post .post-content .post-container .post-body .ask .answerer .asker-avatar:before, .posts .post .post-content .post-container .post-body .ask .answerer .answerer-avatar:before, .posts .post .post-content .post-container .post-body .answer .asker .asker-avatar:before, .posts .post .post-content .post-container .post-body .answer .asker .answerer-avatar:before, .posts .post .post-content .post-container .post-body .answer .answerer .asker-avatar:before, .posts .post .post-content .post-container .post-body .answer .answerer .answerer-avatar:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block; }
        .posts .post .post-content .post-container .post-body .ask .asker .asker-avatar img, .posts .post .post-content .post-container .post-body .ask .asker .answerer-avatar img, .posts .post .post-content .post-container .post-body .ask .answerer .asker-avatar img, .posts .post .post-content .post-container .post-body .ask .answerer .answerer-avatar img, .posts .post .post-content .post-container .post-body .answer .asker .asker-avatar img, .posts .post .post-content .post-container .post-body .answer .asker .answerer-avatar img, .posts .post .post-content .post-container .post-body .answer .answerer .asker-avatar img, .posts .post .post-content .post-container .post-body .answer .answerer .answerer-avatar img {
          position: relative;
          display: block;
          width: 100%;
          border-radius: 50%; }
      .posts .post .post-content .post-container .post-body .ask .asker .asker-name, .posts .post .post-content .post-container .post-body .ask .asker .answerer-name, .posts .post .post-content .post-container .post-body .ask .answerer .asker-name, .posts .post .post-content .post-container .post-body .ask .answerer .answerer-name, .posts .post .post-content .post-container .post-body .answer .asker .asker-name, .posts .post .post-content .post-container .post-body .answer .asker .answerer-name, .posts .post .post-content .post-container .post-body .answer .answerer .asker-name, .posts .post .post-content .post-container .post-body .answer .answerer .answerer-name {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1em; }
        .posts .post .post-content .post-container .post-body .ask .asker .asker-name:after, .posts .post .post-content .post-container .post-body .ask .asker .answerer-name:after, .posts .post .post-content .post-container .post-body .ask .answerer .asker-name:after, .posts .post .post-content .post-container .post-body .ask .answerer .answerer-name:after, .posts .post .post-content .post-container .post-body .answer .asker .asker-name:after, .posts .post .post-content .post-container .post-body .answer .asker .answerer-name:after, .posts .post .post-content .post-container .post-body .answer .answerer .asker-name:after, .posts .post .post-content .post-container .post-body .answer .answerer .answerer-name:after {
          font-size: 12px;
          font-weight: 400;
          opacity: 0.7; }
        .posts .post .post-content .post-container .post-body .ask .asker .asker-name a, .posts .post .post-content .post-container .post-body .ask .asker .answerer-name a, .posts .post .post-content .post-container .post-body .ask .answerer .asker-name a, .posts .post .post-content .post-container .post-body .ask .answerer .answerer-name a, .posts .post .post-content .post-container .post-body .answer .asker .asker-name a, .posts .post .post-content .post-container .post-body .answer .asker .answerer-name a, .posts .post .post-content .post-container .post-body .answer .answerer .asker-name a, .posts .post .post-content .post-container .post-body .answer .answerer .answerer-name a {
          background: none;
          border: none;
          padding: 0;
          color: inherit; }
    .posts .post .post-content .post-container .post-body .ask .asker-question, .posts .post .post-content .post-container .post-body .ask .answerer-answer, .posts .post .post-content .post-container .post-body .answer .asker-question, .posts .post .post-content .post-container .post-body .answer .answerer-answer {
      margin-top: 10px; }
    .posts .post .post-content .post-container .post-body .ask + .caption, .posts .post .post-content .post-container .post-body .answer + .caption {
      margin-top: 20px; }
  .posts .post .post-content .post-container .post-body .ask {
    margin-top: 25px !important;
    background-color: #f5f5f5; }
    .posts .post .post-content .post-container .post-body .ask .asker {
      border-bottom: 1px solid #e3e3e3; }
      .posts .post .post-content .post-container .post-body .ask .asker .asker-avatar:before {
        background: -webkit-linear-gradient(-45deg, #ffc3a0 50%, #ffafbd 50%);
        background: -moz-linear-gradient(-45deg, #ffc3a0 50%, #ffafbd 50%);
        background: -o-linear-gradient(-45deg, #ffc3a0 50%, #ffafbd 50%);
        background: -ms-linear-gradient(-45deg, #ffc3a0 50%, #ffafbd 50%);
        background: linear-gradient(135deg, #ffc3a0 50%, #ffafbd 50%); }
      .posts .post .post-content .post-container .post-body .ask .asker .asker-name:after {
        content: "sent a message";
        margin-left: 5px; }
  .posts .post .post-content .post-container .post-body .answer {
    margin-top: 40px;
    background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: linear-gradient(135deg, #ffc3a0, #ffafbd);
    color: #fff; }
    .posts .post .post-content .post-container .post-body .answer .answerer {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .posts .post .post-content .post-container .post-body .answer .answerer .answerer-avatar:before {
        background: -webkit-linear-gradient(-45deg, #eee 50%, #ccc 50%);
        background: -moz-linear-gradient(-45deg, #eee 50%, #ccc 50%);
        background: -o-linear-gradient(-45deg, #eee 50%, #ccc 50%);
        background: -ms-linear-gradient(-45deg, #eee 50%, #ccc 50%);
        background: linear-gradient(135deg, #eee 50%, #ccc 50%); }
      .posts .post .post-content .post-container .post-body .answer .answerer .answerer-name:after {
        content: "answered";
        margin-left: 5px; }
    .posts .post .post-content .post-container .post-body .answer .answerer-answer a {
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 0);
      color: #ffffff; }
      .posts .post .post-content .post-container .post-body .answer .answerer-answer a:hover {
        color: rgba(255, 255, 255, 0.85); }
    .posts .post .post-content .post-container .post-body .answer .answerer-answer figure.tmblr-full {
      margin-left: -15px;
      margin-right: -15px; }
  .posts .post .post-foot {
    border-top: 1px solid #eeeeee; }
    .posts .post .post-foot .top {
      font-size: 10px;
      line-height: 1.1em;
      letter-spacing: 0.05em; }
      .posts .post .post-foot .top ul {
        margin-top: -10px; }
        .posts .post .post-foot .top ul li {
          display: inline-block;
          margin: 10px 10px 0 0;
          overflow: hidden;
          border-radius: 3px;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
          .posts .post .post-foot .top ul li a {
            display: block;
            padding: 5px 10px;
            background-color: #ffffff;
            border: 1px solid #eeeeee;
            border-radius: 3px;
            -moz-transition-property: color, background-color, border-color;
            -o-transition-property: color, background-color, border-color;
            -webkit-transition-property: color, background-color, border-color;
            transition-property: color, background-color, border-color; }
            .posts .post .post-foot .top ul li a:hover {
              color: #ffffff;
              background-color: transparent;
              border-color: transparent; }
      .posts .post .post-foot .top + .bottom {
        margin-top: 15px; }
    .posts .post .post-foot .bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .posts .post .post-foot .bottom .left a {
        display: block;
        font-size: 14px;
        font-weight: 600; }
        .posts .post .post-foot .bottom .left a:after {
          content: "notes";
          font-size: 12px;
          margin-left: 3px; }
        .posts .post .post-foot .bottom .left a.note-1:after {
          content: "note"; }
      .posts .post .post-foot .bottom .right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .posts .post .post-foot .bottom .right li + li {
          margin-left: 10px; }
        .posts .post .post-foot .bottom .right li a, .posts .post .post-foot .bottom .right li span, .posts .post .post-foot .bottom .right li svg {
          display: block; }
        .posts .post .post-foot .bottom .right li svg {
          width: 14px;
          height: 14px; }
        .posts .post .post-foot .bottom .right li.like {
          position: relative; }
          .posts .post .post-foot .bottom .right li.like .like_button {
            position: absolute;
            top: 0;
            left: 0;
            width: 14px;
            height: 14px;
            z-index: 5;
            overflow: hidden;
            opacity: 0; }
            .posts .post .post-foot .bottom .right li.like .like_button.liked + .custom-like svg {
              fill: #ff5550;
              stroke: #ff5550; }
.posts .post-notes {
  margin-top: 50px;
  padding: 20px;
  color: #656565;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
  .posts .post-notes ol.notes {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em; }
    .posts .post-notes ol.notes li.note + li.note {
      margin-top: 15px; }
    .posts .post-notes ol.notes li.note img.avatar {
      display: inline-block;
      vertical-align: -6px;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      border-radius: 50%; }
    .posts .post-notes ol.notes li.note .action a {
      font-weight: 600; }
    .posts .post-notes ol.notes li.note blockquote {
      border-left: 2px solid #ffafbd;
      margin: 1em 0 0 30px;
      padding-left: 15px; }

/* -------------------------------------------
 *  page
 * ------------------------------------------ */
.page .page-title {
  position: relative;
  text-align: center;
  color: #656565;
  padding-bottom: 15px; }
  .page .page-title:after {
    content: "";
    position: absolute;
    left: calc(50% - 35px/2);
    bottom: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
  .page .page-title .title {
    font-family: "Merriweather", "Times", "Times New Roman", serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0; }
  .page .page-title + .page-content {
    margin-top: 40px; }
.page .page-content .page-container {
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  color: #656565;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
.page .page-content .page-buttons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .page .page-content .page-buttons ul li {
    overflow: hidden;
    border-radius: 35px;
    background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: linear-gradient(135deg, #ffc3a0, #ffafbd);
    background-size: 101%;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
    .page .page-content .page-buttons ul li a, .page .page-content .page-buttons ul li button {
      display: block;
      height: 35px;
      padding: 0 25px;
      font-size: 14px;
      line-height: 1em;
      letter-spacing: 0.01em;
      cursor: pointer;
      -moz-transition-property: color, background-color;
      -o-transition-property: color, background-color;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .page .page-content .page-buttons ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .page .page-content .page-buttons ul li + li {
      margin-left: 15px; }
.page .page-content .terms-inner {
  counter-reset: section; }
  .page .page-content .terms-inner section + section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee; }
  .page .page-content .terms-inner section h2:before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    vertical-align: 1px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    font-size: 0.85em;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #ffffff;
    background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
  .page .page-content .terms-inner + .terms-buttons {
    margin-top: 40px; }
.page .page-content .terms-buttons ul li button {
  color: #ffafbd;
  background-color: #ffffff; }
  .page .page-content .terms-buttons ul li button:hover {
    color: #ffffff;
    background-color: transparent; }
.page .page-content .themes-intro {
  font-size: 14px;
  color: #656565;
  text-align: center;
  line-height: 1.5em; }
  .page .page-content .themes-intro + .themes-list {
    margin-top: 50px; }
  .page .page-content .themes-intro .themes-buttons ul li a {
    color: #ffffff;
    background-color: transparent; }
    .page .page-content .themes-intro .themes-buttons ul li a:hover {
      background-color: rgba(0, 0, 0, 0.1); }
.page .page-content .themes-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page .page-content .themes-list .box {
    width: calc(50% - 25px);
    margin: 50px 0 0;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    border-radius: 10px; }
    .page .page-content .themes-list .box:nth-child(-n+2) {
      margin-top: 0; }
    .page .page-content .themes-list .box .img a {
      position: relative;
      display: block;
      padding-bottom: 56.25%;
      background-size: cover;
      background-position: top center; }
      .page .page-content .themes-list .box .img a:before, .page .page-content .themes-list .box .img a:after {
        position: absolute;
        display: block;
        opacity: 0;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }
      .page .page-content .themes-list .box .img a:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.45); }
      .page .page-content .themes-list .box .img a:after {
        top: calc(50% - 55px/2);
        left: calc(50% - 55px/2);
        font-family: "FontAwesome" !important;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        content: "";
        width: 55px;
        height: 55px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        line-height: 57.5px;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
      .page .page-content .themes-list .box .img a:hover:before, .page .page-content .themes-list .box .img a:hover:after {
        opacity: 1; }
    .page .page-content .themes-list .box .detail {
      margin: 0;
      padding: 20px;
      background-color: #ffffff;
      color: #656565; }
      .page .page-content .themes-list .box .detail span {
        display: inline-block; }
      .page .page-content .themes-list .box .detail dt {
        font-size: 16px;
        font-weight: 600;
        line-height: 1em; }
        .page .page-content .themes-list .box .detail dt span {
          margin-left: 5px;
          font-weight: 400;
          font-size: 11px;
          line-height: 1em;
          letter-spacing: 0.05em;
          text-transform: uppercase; }
      .page .page-content .themes-list .box .detail dd {
        margin: 10px 0 0;
        padding-top: 10px;
        border-top: 1px solid #eeeeee;
        font-size: 12px;
        line-height: 1em; }
        .page .page-content .themes-list .box .detail dd span {
          margin-right: 5px;
          padding: 5px 7.5px;
          border-radius: 3px;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd);
          background-size: 101%;
          vertical-align: 1px;
          font-size: 9px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          color: #ffffff; }
.page .resume-head {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02); }
  .page .resume-head + .resume-content {
    margin-top: 50px; }
  .page .resume-head .resume-banner {
    background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
    background: linear-gradient(135deg, #ffc3a0, #ffafbd);
    height: 150px; }
  .page .resume-head .resume-profile {
    padding: 20px;
    background-color: #ffffff;
    color: #656565; }
    .page .resume-head .resume-profile .top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: -65px; }
      .page .resume-head .resume-profile .top .resume-avatar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90px;
        height: 90px;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd);
        border: 5px solid #ffffff;
        border-radius: 50%;
        overflow: hidden; }
        .page .resume-head .resume-profile .top .resume-avatar:before {
          content: "SD";
          font-family: "Merriweather", "Times", "Times New Roman", serif;
          font-size: 28px;
          font-weight: 700;
          color: #ffffff; }
      .page .resume-head .resume-profile .top .resume-name {
        margin-top: 10px;
        text-align: center; }
        .page .resume-head .resume-profile .top .resume-name .title {
          margin: 0;
          font-family: "Merriweather", "Times", "Times New Roman", serif;
          font-size: 22px;
          font-weight: 700;
          line-height: 1em; }
          .page .resume-head .resume-profile .top .resume-name .title + .text {
            margin-top: 10px; }
        .page .resume-head .resume-profile .top .resume-name .text {
          display: block;
          font-size: 12px;
          line-height: 1em;
          letter-spacing: 0.01em;
          color: #888; }
          .page .resume-head .resume-profile .top .resume-name .text + .text {
            margin-top: 5px; }
          .page .resume-head .resume-profile .top .resume-name .text svg {
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            stroke: url("#gradient"); }
    .page .resume-head .resume-profile .bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 20px; }
      .page .resume-head .resume-profile .bottom .left {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .page .resume-head .resume-profile .bottom .left ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .page .resume-head .resume-profile .bottom .left ul + ul {
            margin-top: 5px; }
          .page .resume-head .resume-profile .bottom .left ul li {
            overflow: hidden;
            border-radius: 5px;
            background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
            .page .resume-head .resume-profile .bottom .left ul li a {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              background-color: #ffffff;
              border: 1px solid #eeeeee;
              border-radius: 4px;
              -moz-transition-property: color, background-color, border-color;
              -o-transition-property: color, background-color, border-color;
              -webkit-transition-property: color, background-color, border-color;
              transition-property: color, background-color, border-color; }
              .page .resume-head .resume-profile .bottom .left ul li a:hover {
                background-color: transparent;
                border-color: transparent;
                color: #ffffff; }
          .page .resume-head .resume-profile .bottom .left ul.blogs {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .page .resume-head .resume-profile .bottom .left ul.blogs li a {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              padding: 10px 15px; }
              .page .resume-head .resume-profile .bottom .left ul.blogs li a span {
                display: block; }
                .page .resume-head .resume-profile .bottom .left ul.blogs li a span + span {
                  margin-top: 5px; }
                .page .resume-head .resume-profile .bottom .left ul.blogs li a span.name {
                  font-weight: 600;
                  font-size: 16px;
                  line-height: 1em; }
                  .page .resume-head .resume-profile .bottom .left ul.blogs li a span.name:before {
                    content: "@";
                    font-size: 0.85em;
                    margin-right: 3px; }
                .page .resume-head .resume-profile .bottom .left ul.blogs li a span.desc {
                  font-size: 10px;
                  line-height: 1em;
                  opacity: 0.75; }
            .page .resume-head .resume-profile .bottom .left ul.blogs li + li {
              margin-top: 5px; }
          .page .resume-head .resume-profile .bottom .left ul.social li a {
            width: 45px;
            height: 45px; }
          .page .resume-head .resume-profile .bottom .left ul.social li + li {
            margin-left: 5px; }
      .page .resume-head .resume-profile .bottom .right {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #eeeeee; }
.page .resume-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page .resume-content .resume-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: calc(50% - 25px);
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.02);
    color: #656565; }
    .page .resume-content .resume-section + .resume-section {
      margin-left: 50px; }
    .page .resume-content .resume-section .section-head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 20px;
      border-bottom: 2px solid #f5f5f5; }
      .page .resume-content .resume-section .section-head .title {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        font-family: "Merriweather", "Times", "Times New Roman", serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1em; }
        .page .resume-content .resume-section .section-head .title:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -22px;
          display: block;
          height: 2px;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
        .page .resume-content .resume-section .section-head .title .icon {
          content: "";
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 30px;
          height: 30px;
          margin-right: 10px;
          border-radius: 50%;
          background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
          background: linear-gradient(135deg, #ffc3a0, #ffafbd); }
          .page .resume-content .resume-section .section-head .title .icon svg {
            width: 18px;
            height: 18px;
            stroke: #ffffff; }
    .page .resume-content .resume-section .section-content {
      margin-top: 20px;
      font-size: 14px; }
      .page .resume-content .resume-section .section-content.skills dl {
        margin: 0; }
        .page .resume-content .resume-section .section-content.skills dl dt {
          margin-top: 15px;
          font-weight: 600;
          font-size: 15px; }
          .page .resume-content .resume-section .section-content.skills dl dt + dd {
            margin-top: 10px; }
        .page .resume-content .resume-section .section-content.skills dl dd {
          position: relative;
          margin: 0;
          background: -webkit-linear-gradient(-45deg, #f5f5f5, #efefef);
          background: -moz-linear-gradient(-45deg, #f5f5f5, #efefef);
          background: -o-linear-gradient(-45deg, #f5f5f5, #efefef);
          background: -ms-linear-gradient(-45deg, #f5f5f5, #efefef);
          background: linear-gradient(135deg, #f5f5f5, #efefef);
          height: 25px;
          border-radius: 25px;
          overflow: hidden; }
          .page .resume-content .resume-section .section-content.skills dl dd span {
            display: block;
            height: 100%;
            border-radius: 25px;
            background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
            background: linear-gradient(135deg, #ffc3a0, #ffafbd);
            background-size: 101%; }

/* -------------------------------------------
 *  footer
 * ------------------------------------------ */
#footer {
  position: relative;
  background-color: #ffffff;
  color: #656565; }
  #footer a:hover {
    color: #ffafbd; }
  #footer .scroll-top {
    position: fixed;
    display: none;
    bottom: 50px;
    right: 50px; }
    #footer .scroll-top.unsticky {
      position: absolute;
      top: -100px; }
    #footer .scroll-top button {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 50%;
      background-color: #ffffff;
      cursor: pointer;
      -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.02);
      -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.02);
      box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.02); }
      #footer .scroll-top button:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: block;
        background: -webkit-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -moz-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -o-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: -ms-linear-gradient(-45deg, #ffc3a0, #ffafbd);
        background: linear-gradient(135deg, #ffc3a0, #ffafbd);
        opacity: 0;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      #footer .scroll-top button svg {
        position: relative;
        display: block;
        width: 18px;
        height: 18px;
        stroke: url("#gradient");
        -moz-transition: stroke 0.3s ease-in-out;
        -o-transition: stroke 0.3s ease-in-out;
        -webkit-transition: stroke 0.3s ease-in-out;
        transition: stroke 0.3s ease-in-out; }
      #footer .scroll-top button:hover:before {
        opacity: 1; }
      #footer .scroll-top button:hover svg {
        stroke: #ffffff; }
  #footer .top, #footer .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer .top {
    padding: 50px 0; }
    #footer .top + .bottom {
      border-top: 1px solid #eeeeee; }
    #footer .top .left {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #footer .top .left dl {
        margin: 0;
        text-transform: capitalize; }
        #footer .top .left dl dt {
          margin-bottom: 15px;
          font-size: 14px;
          line-height: 1.25em; }
        #footer .top .left dl dd {
          margin: 0;
          font-size: 12px;
          line-height: 1.2em; }
          #footer .top .left dl dd + dd {
            margin-top: 5px; }
    #footer .top .right {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 500px;
      margin-left: 75px; }
      #footer .top .right ul {
        font-size: 13px;
        line-height: 1.5em; }
        #footer .top .right ul li + li {
          margin-top: 5px; }
        #footer .top .right ul li .tt {
          display: block;
          float: left;
          font-family: "Merriweather", "Times", "Times New Roman", serif;
          font-size: 10px;
          font-weight: 600;
          letter-spacing: 0.01em;
          text-transform: uppercase; }
          #footer .top .right ul li .tt:after {
            font-family: "FontAwesome" !important;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            content: "";
            display: inline-block;
            margin: 0 7.5px;
            color: #ffafbd; }
  #footer .bottom {
    padding: 25px 0;
    font-size: 11px; }
    #footer .bottom .left {
      letter-spacing: 0.01em;
      text-transform: capitalize; }
    #footer .bottom .right ul li {
      display: inline-block; }
      #footer .bottom .right ul li + li:before {
        display: inline-block;
        content: "•";
        margin: 0 5px; }

/*# sourceMappingURL=style.css.map */
