/*
--------------------------------------------------------------

Theme Name: Hipsta
Theme URI: http://weekend.id
Description: Minimal Creative Theme
Author: Weekend
Author URI: https://creativemarket.com/Weekend
Version: 2.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

--------------------------------------------------------------
*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}

body {
   line-height: 1;
}

blockquote, q {
   quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

/* --------------------------------------------
   General Rules
-----------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
   display: block;
}

body {
  background: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #848484;
}

::selection {
  background: #2f2f2f;
  color: #FFF;
}

.overlay {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 100%;
  width: 100%;
  border-bottom: none;
  background-color: #fff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -moz-opacity: 0;
}

.overlay,
.overlay-content {
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.overlay h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.overlay h5:after {
  content: "";
  display: block;
  height: 1px;
  width: 27px;
  background: #555;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.overlay h5 {
  color: #2f2f2f;
  padding-bottom: 0;
}

.overlay p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #888;
}

.overlay:hover .overlay-content h5,
.overlay:hover .overlay-content p {
  -webkit-animation: overlay .5s ease forwards;
  -moz-animation: overlay .5s ease forwards;
  animation: overlay .5s ease forwards;
}

@-webkit-keyframes overlay {
  from {
    -webkit-transform: translateY(0.5em);
  }
}

@-moz-keyframes overlay {
  from {
    -moz-transform: translateY(-0.5em);
  }
}

@keyframes overlay {
  from {
    transform: translateY(-0.5em);
  }
}

.overlay:hover {
  opacity: 0.96;
  filter: alpha(opacity=96);
  -moz-opacity: 0.96;
}


.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
  margin-bottom: 30px !important;
}
/* --------------------------------------------
   Typography
-----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #2f2f2f;
    margin-bottom: 10px;
}

h1{
  font-size:48px;
  line-height: 54px;
}

h2{
  font-size: 36px;
  line-height: 48px;
}

h3{
  font-size:30px;
  line-height: 36px;
}

h4{
  font-size:24px;
  line-height: 30px;
}

h5{
  font-size:18px;
  line-height: 24px;
}

h6{
  font-size:14px;
  line-height: 18px;
}

a {
  color: #55d1bc;
  text-decoration: none;
  position: relative;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover, a:focus {
   color: #000;
   text-decoration: none;
}

b,
strong {
   font-weight: 700;
   color: #333;
}

blockquote {
  font-family: "PT Serif",serif;
  font-style: italic;
  font-size: 16px;
  border-left: 4px solid #2f2f2f;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

blockquote p {
  display: inline;
}

blockquote cite {
   color: #000000;
   line-height: 22px;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

hr {
   height: 0;
   margin: 24px 0;
   border: 0;
   border-bottom: 1px solid #EDEDED;
}

img {
   max-width: 100%;
   height: auto;
   border: 0;
   vertical-align: middle;
   display: inline-block;
}

p {
   margin: 0 0 20px 0;
}

em {
   font-style: italic;
}

small {
   font-size: 12px;
}

ul,
ol {
  margin: 0 0 20px 20px;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: square;
}


pre,
code,
kbd,
samp,
var {
   font-family: monospace;
   letter-spacing: 0;
}

pre {
   clear: both;
   overflow: auto;
   max-width: 100%;
   margin: 0 0 20px 0;
   padding: 20px;
   font-size: 14px;
   line-height: 22px;
   white-space: pre;
   white-space: pre-wrap;
}

table {  
   width: 100%;
   margin-bottom: 24px;
   border-collapse: separate;
   border-spacing: 0;
   font-size: 14px;
   line-height: 22px;
   text-align: left;
}

caption,
th {
   font-weight: 700;
}

th,
td {
   padding: 12px;
}

tr:nth-child(odd) {
   background-color: #EDEDED;
}

.clear {
  clear: both;
}

.btn,
.button, 
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  height: auto;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  color: #fff;
  background: #2f2f2f;
  border: 2px solid #2f2f2f;
  letter-spacing: normal;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.button:hover, 
button:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
.button:focus, button:focus, 
input[type="submit"]:focus, 
input[type="reset"]:focus, 
input[type="button"]:focus {
  color: #2f2f2f;
  background: #fff;
  border: 2px solid #2f2f2f;
}

textarea,
input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="password"] {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #EDEDED;
  border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
textarea:focus, select:focus {
  border: 1px solid rgba(17, 17, 17, 0.8);
  color: #2f2f2f;
}

textarea {
  height: 150px;
}

.text-center,
.aligncenter {
  text-align: center
}

.text-left,
.alignleft {
  text-align: left
}

.text-right,
.alignright {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.clearfix {
  display: block
}

.no-padding {
  padding: 0;
}

.main-site article {
  overflow: hidden;
}

/* --------------------------------------------
   Header
----------------------------------------------- */

.header {
  position: relative;
  background: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 999;
}

.logo {
  float: left;
  height: 110px;
  line-height: 110px;
}

.logo-text {
  color: #2f2f2f;
  font-size: 18px;
  outline: none;
  overflow: hidden;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.logo-text:hover {
  color: #55d1bc;
}

.header.type2 .logo {
  float: none;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: normal;
}

.page-header {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 100px;
}

.page-header .page-title {
  font-size: 45px;
  width: 50%;
  margin: 0 auto;
}

.page-header .page-subtitle {
  font-family: "PT Serif",serif;
  font-size: 16px;
  font-style: italic;
  width: 55%;
  margin: 10px auto 10px auto;
  line-height: 22px;
}

.page-header .page-subtitle a {
  color: #888;
}

.page-header .page-subtitle a:hover {
  color: #55d1bc;
}

/* --------------------------------------------
   Menu
----------------------------------------------- */

.header.type2 .navigation {
  width: 100%;
  text-align: center;
}

.navigation {
  display: inline-block;
  float: right;
}

.navigation .navlist {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation .navlist li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.navigation .navlist a {
  height: 110px;
  line-height: 110px;
}

.navigation .navlist li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #2f2f2f;
  height: 110px;
  line-height: 110px;
}

.navigation .navlist li:last-child {
  margin-right: 0;  
}

.navlist > li.menu-item-has-children.item-plus > a {
    position: relative;
}

.navigation .navlist li.current-menu-parent > a, 
.navigation .navlist li.current-menu-item > a, 
.navigation .navlist li:hover > a {
  color: #55d1bc;
}

.navigation .navlist li .sub-menu {
  position: absolute;
  background-color: #fefefe;
  width: 190px;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 0;
  top: 85px;
  border: 1px solid #f3f3f3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation .navlist > li > .sub-menu {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.navlist li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.navigation .navlist li .sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
}

.navigation .navlist li .sub-menu li a {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid #f3f3f3;
    height: 40px;
    line-height: 40px;
}

.navigation .navlist li .sub-menu li:last-child a {
  border-bottom: none;
}

.navigation .navlist li .sub-menu .sub-menu {
    left: 100%;
    top: -1px;
}

.header .mobile-menu {
  width: 35px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 15px;
  line-height: 110px;
  display: none;
}

.header .mobile-menu .line {
  height: 3px;
  display: inline-block;
  width: 25px;
  position: relative;
  background-color: #2f2f2f;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header .mobile-menu .line:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 32px;
  height: 3px;
  background-color: #2f2f2f;
  webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header .mobile-menu .line:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 32px;
  height: 3px;
  background-color: #2f2f2f;
  webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header .mobile-menu.open .line {
  background-color: transparent;
}

.header .mobile-menu.open .line:before {
  -webkit-transform: translateY(8px) rotateZ(-45deg);
  -moz-transform: translateY(8px) rotateZ(-45deg);
  -ms-transform: translateY(8px) rotateZ(-45deg);
  -o-transform: translateY(8px) rotateZ(-45deg);
  transform: translateY(8px) rotateZ(-45deg);
}

.header .mobile-menu.open .line:after {
  -webkit-transform: translateY(-8px) rotateZ(45deg);
  -moz-transform: translateY(-8px) rotateZ(45deg);
  -ms-transform: translateY(-8px) rotateZ(45deg);
  -o-transform: translateY(-8px) rotateZ(45deg);
  transform: translateY(-8px) rotateZ(45deg);
}

/* --------------------------------------------
   Blog
----------------------------------------------- */

.post-content {
  margin-bottom: 45px;
}

.post-content ul, 
.post-content ol {
    margin: 1em 0;
    margin-left: 45px;
}

.post-content li {
    margin-bottom: 0.9em;
}

.post-footer {
  margin-top: 45px;
}

/* Blog List */

.modern .post {
  padding-bottom: 45px !important;
  margin-bottom: 45px;
  border-bottom: 1px dotted #ededed;
}

.classic .post {
  padding-bottom: 45px !important;
  margin-bottom: 45px;
  border-bottom: 1px dotted #ededed;
}

.post .blog-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.post .blog-list .blog-image {
    float: left;
    margin-right: 10px;
    width: 150px;
    position: relative;
    left: -100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.post .blog-list:hover .blog-image, 
.post .blog-list:hover .blog-list-item-description {
    left: 0;
}

.post .blog-list .blog-list-item-description {
    float: left;
    width: 70%;
    margin: 0 0 0 3%;
    text-align: left;
    position: relative;
    left: -20%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.post .blog-list .blog-list-title {
    margin: 4px 0 0 0;
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.post .blog-list .blog-list-title a {
    color: #2f2f2f;
}

.post .blog-list .blog-list-title a:hover {
  color: #55D1BA;
}

.post .blog-list .blog-list-date {
    font-family: "PT Serif",serif;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}

.post .blog-list .blog-list-date a {
  color: #848484;
}

.post .blog-list .blog-list-date .separator {
    padding: 0 5px;
}

.post .blog-list .blog-list-more {
  text-transform: uppercase;
  font-size: 11px;
  color: #2f2f2f;
}

.post .blog-list .blog-list-more:hover {
  color: #55d1bc;
}

.post .blog-list .blog-list-more .fa {
    padding-left: 5px;
}

/* Stardar Blog */

.blog .post,
.archive .post,
.search .post {
  padding-bottom: 45px;
  border-bottom: 1px dotted #EDEDED;
}

.post {
  margin-bottom: 45px;
  position: relative;
}

.blog .post > :last-child {
  margin-bottom: 0;
}

.post-media {
  margin-bottom: 30px;
}

.post-header .post-title {
  margin: 0 0 5px;
}

.post-header .post-title a {
  color: #2f2f2f;
}

.post-header .post-title a:hover {
  color: #55d1bc;
}

.single .post-header {
  margin-bottom: 30px;
}

.post-meta {
  font-family: "PT Serif",serif;
  font-style: italic;
  font-size: 13px;
  margin: 0 0 15px;
}

.post-meta span a {
  color: #848484;
}

.post-meta span a:hover {
  color: #55d1bc;
}

.post-meta .separator {
  padding: 0 5px;
}

.post-thumbnail {
  margin-bottom: 20px;
}

#posts-container .post-navigation {
  margin: 0;
}


/* --------------------------------------------
   Single Post
----------------------------------------------- */

/* --------------------------------------------
   Widgets
----------------------------------------------- */

.widget {
  margin-bottom: 45px;
  overflow: hidden;
}

.widget ul li,
.widget .textwidget {
  margin-left: 20px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  list-style: none;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #ededed;
}

.widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget ul li a {
  color: #848484;
  display: inline-block;
}

.widget ul li a:hover {
  color: #55d1bc;
}

.widget-title {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 1px dotted #EDEDED;
}

/* Widget Tags */

.tagcloud a,
.post-tags a {
  border: 1px solid #EDEDED;
  color: #848484;
  position: relative;
  display: inline-block;
  padding: 1px 15px 1px 15px;
  margin: 0px 1px 5px 0;
  vertical-align: middle;
  line-height: 30px;
  font-size: 12px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.tagcloud a:hover,
.post-tags a:hover {
  border: 1px solid #55d1bc;
  color: #55d1bc;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Widget Search */

.widget.widget_search .search-form {
  position: relative;
}

.widget.widget_search .search-form label {
  display: block;
}

.widget.widget_search .search-form .search-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

.widget.widget_search .search-form .search-submit {
  width: 42px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: transparent;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
}

.widget.widget_search .search-form .search-submit:after:hover {
  color: #2f2f2f;
}

.widget.widget_search .search-form:after {
  content: '\f002';
  font-family: 'FontAwesome';
  width: 42px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
  text-indent: 14px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

#wp-calendar {
  width: 100%; 
  margin-bottom: 0;
}

#wp-calendar caption { 
  text-align: right; 
  color: #333; 
  font-size: 12px; 
  margin-top: 10px; 
  margin-bottom: 15px; 
}

#wp-calendar thead { 
  font-size: 10px; 
}

#wp-calendar thead th { 
  padding-bottom: 10px; 
  text-align: center;
}

#wp-calendar tbody { 
  color: #aaa; 
}

#wp-calendar tbody td { 
  background: #f8f8f8; 
  border: 1px solid #fff; 
  text-align: center; 
  padding:8px;
}

#wp-calendar tr:nth-child(odd) {
   background-color: #ffffff;
}

#wp-calendar tbody td:hover { 
  background: #fff; 
}

#wp-calendar tbody .pad { 
  background: none; 
}

#wp-calendar tfoot #next { 
  font-size: 10px; 
  text-transform: uppercase; 
  text-align: right; 
}

#wp-calendar tfoot #prev { 
  font-size: 10px; 
  text-transform: uppercase; 
  padding-top: 10px; 
}

#wp-calendar a:after {
  content: '';
}

/* Widget Instagram */

.widget-instagram .instagram li {
  float: left;
  padding: 0 0 0px 0;
  margin: 0 10px 10px 0;
  border-bottom: none;
}

.widget-instagram .instagram li:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget-instagram .instagram li a {
  float: left;
  display: block;
  overflow: hidden;
  width: 89px;
  height: 89px;
  position: relative;
  border: 1px solid #EDEDED;
  padding: 4px;
}

.widget-instagram .instagram img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Widget Portfolio */
.recent-portfolio-items .portfolio-widget-item {
    float: left;
    padding: 0 0 0px 0;
    margin: 0 10px 10px 0;
}

.recent-portfolio-items .portfolio-widget-item:nth-child(4n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.recent-portfolio-items .portfolio-widget-item a {
    float: left;
    display: block;
    overflow: hidden;
    width: 64px;
    height: 64px;
    position: relative;
    border: 1px solid #EDEDED;
    padding: 4px;
}

.recent-portfolio-items .portfolio-widget-item img {
    width: 100%;
    height: 100%;
    display: block;
}

/* --------------------------------------------
   Commnents
----------------------------------------------- */

.comments-area {
  font-size: 14px;
  line-height: 22px;
}

.comment-list {
  margin: 0 0 70px 0;
}

.comment-list li {
  list-style: none;
}

.comment-list li .reply a {
  color: #848484;
}

.comment-list li .reply a:hover {
  color: #55d1bc;
}

.comment-list .comment-body {
  position: relative;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ededed;
}

.comment-list .comment-body p {
  padding-left: 70px;
}

.comment-meta {
  margin-bottom: 24px;
}

.comment-author .avatar {
  float: left;
  margin-right: 24px;
  border-radius: 3px;
}

.comment-author a {
  color: #2f2f2f;
}

.comment-author a:hover {
  color: #55d1bc;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  font-size: 12px;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.commentmetadata a {
  color: #848484;
  line-height: 1;
}

.commentmetadata a:hover {
  color: #55d1bc;
}

.comment-awaiting-moderation {
  margin-top: 24px;
  color: #bcbcbc;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.comment-reply-link {
  display: inline-block;
  margin-top: 24px;
  color: #848484;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.comment-list .children {
  margin: 0;
  padding-left: 70px;
}

.comment-notes,
.form-allowed-tags {
  display: none;
}

.reply {
  position: absolute;
  top: 0;
  right: 0;
}

.logged-in-as {
  font-family: "PT Serif", serif;
  font-style: italic;
}

.logged-in-as a {
  color: #848484;
}

.logged-in-as a:hover {
  color: #55d1bc;
}

.comment-form label {
  display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  margin-top: 48px;
  color: #848484;
  font-family: "PT Serif", serif;
  font-style: italic;
}

/* --------------------------------------------
   Portfolio
----------------------------------------------- */

.portfolio .portfolio-style-horizontal .portfolio-desc {
  margin-bottom: 45px;
}

.portfolio-container .margin .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-container .no-margin {
  margin-left: 10px;
  margin-right: 10px;
}

.portfolio-container .no-margin .portfolio-item {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-container .margin .portfolio-item figure {
  position: relative;
}

.portfolio-container .no-margin .portfolio-item.six.columns {
  width: 50%;
}

.portfolio-container .no-margin .portfolio-item.four.columns {
  width: 295px;
}

.portfolio-container .no-margin .portfolio-item.one-third.column {
  width: 393px;
}

.portfolio-image {
  margin-bottom: 30px;
}

.portfolio-container .portfolio-item .portfolio-title {
  font-size: 16px;
}

.portfolio-container .portfolio-item p {
  font-size: 12px;
}

.single-portfolio #portfolio-video {
  max-width: 100%;
}

.portfolio-details .portfolio-meta {
  font-size: 11px;
}

.portfolio-details .portfolio-meta div {
  margin-bottom: 10px;
}

.portfolio-details .portfolio-meta .list-label {
  color: #2f2f2f;
}

.portfolio-details .portfolio-meta .button {
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  margin-top: 20px;
}

.portfolio-details .portfolio-meta .button:after {
  content: '';
}

.portfolio-details .portfolio-meta .portfolio-share a {
  color: #cdcdcd;
  margin-right: 10px;
}

.portfolio-details .portfolio-meta .portfolio-share label {
  margin-bottom: 5px;
}

.portfolio-details .portfolio-meta .portfolio-share a i {
  font-size: 14px;
}

.portfolio-details .portfolio-meta .portfolio-share a:hover {
  color: #2f2f2f;
}

.portfolio-details .portfolio-meta .portfolio-share a:after {
  content: '';
}

/* --------------------------------------------
   Filters
----------------------------------------------- */

.portfolio-filter {
  text-align: center;
  margin-bottom: 45px;
  font-size: 12px;
}

.portfolio-filter span {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 30px;
}

.portfolio-filter a {
  color: #848484;
  font-size: 11px;
}


.portfolio-filter span a.active,
.portfolio-filter span a:hover {
  color: #55d1bc;
}

.portfolio-filter span a:first-child {
  margin-left: 0;
}

/* --------------------------------------------
   Pagination
----------------------------------------------- */

/* Page Nav */

.page-navigation .page-numbers {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #2f2f2f;
  background: transparent;
  color: #2f2f2f;
  margin-right: 2px;
}

.page-navigation .page-numbers:hover,
.page-navigation .current {
  background: #2f2f2f;
  color: #ffffff;
}

/* Post nav */

#posts-container .post-navigation {
  border-top: none;
  border-bottom: none;
}

#posts-container .post-navigation .nav-links {
  padding: 0;
}

.post-navigation {
  margin: 45px 0 60px 0;
  border-top: 1px dotted #ededed;
  border-bottom: 1px dotted #ededed;
}

.post-navigation .nav-links {
  display: table;
  width: 100%;
  padding: 45px 0 ;
}

.post-navigation .nav-previous {
    width: 50%;
    display: table-cell;
    border-right: 1px solid;
    border-color: #ededed;
}

.post-navigation .nav-next {
    text-align: right;
    width: 50%;
    display: table-cell;
}

.post-navigation .nav-links a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #2f2f2f;
}

.post-navigation .nav-links a:hover {
  color: #55D1BA;
}

.post-navigation .nav-links span {
    margin: 0 15px;
    vertical-align: middle;
}

.post-navigation .nav-links .fa {
    vertical-align: middle;
    line-height: 1;
}

/* Portfolio Nav */


/* --------------------------------------------
   Shortcodes
----------------------------------------------- */

  /* Columns */

  .wpb_text_column *:last-child {

  }

  /* Gap */

  .gap {
    clear: both;
  }

  /* Contact form */

  div.wpcf7 img.ajax-preloader {
    display: none !important;
  }

  span.wpcf7-form-control-wrap {
    position: relative;
  }

  .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
  }

  .wpcf7-form p {
    margin-bottom: 0;
  }

  span.wpcf7-not-valid-tip {
    position: absolute;
    top: 9px;
    right: 2%;
    font-size: 11px;
    font-family: inherit;
  }

  span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
  }

  div.wpcf7-validation-errors {
    border: 1px solid #f7e700;
  }

  div.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 0.2em 1em;
    font-size: 11px;
  }

  /* Section title */

  .section-title {
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.4;
  }

  .section-title h2 {
    margin-bottom: 0;
    color: #2f2f2f;
  }

  .section-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    background: #2f2f2f;
    margin-top: 15px;
  }

  .section-title.center:after {
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.right:after {
    margin-left: auto;
  }

  /* Progress bar */

  .vc_progress_bar .vc_single_bar {
    background: #EDEDED !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    letter-spacing: 1px;
  }

  .vc_progress_bar .vc_single_bar .vc_label {
    color: #ffffff !important;
  }

  .vc_progress_bar .vc_single_bar .vc_bar {
    background: #2f2f2f !important;
    color: #ffffff !important;
    border-radius: 0 !important;
  }

  /* Icon service */

  .service-item {
    text-align: center;
    margin: 0 0 60px 0 !important;
    position: relative;
  }

  .service-item .service-title {
    margin: 6px 0 12px 0;
  }

  .service-item .service-icon {
    font-size: 50px;
    color: #2f2f2f;
  }

  .service-item .service-title {
    margin: 5px 0 15px;
  } 

  /* Message */

  .message-box {
    color: #fff;
    min-height: 50px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #F2F2F2;
  }

  .message-box .content {  
    line-height: 20px;
    padding: 15px 30px 15px 50px;
    color: #2f2f2f;
  }

  .message-box .icon {
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  .message-box.information .icon:before {
    content: "\f129";
  }

  .message-box.success .icon:before {
    content: "\f00c";
  }

  .message-box.error .icon:before {
    content: "\f00d";
  }

  .message-box.warning .icon:before {
    content: "\f071";
  }

  .message-box.information {
    border-color: #9ecdfc;
    color: #297ad3;
  }

  .message-box.success {
    border-color: #a9e2c2;
    color: #36a367;
  }

  .message-box.error {
    border-color: #ffbbbb;
    color: #e33131;
  }

  .message-box.warning {
    border-color: #f9ce75;
    color: #e9a00a;
  }

  /* Pullquote */

  .pullquote {
    font-family: "PT Serif",serif;
    font-size: 18px;
    font-style: italic;
    color: #2f2f2f;
  }

  .pullquote.alignleft {
    border-left: 4px solid #2f2f2f;
    margin: 0;
    padding: 0 0 0 20px;
  }

  .pullquote.alignright {
    text-align: left;
    border-right: 4px solid #2f2f2f;
    margin: 0;
    padding: 0 20px 0 0;
  }

  /* Team Member */

  .member .member-img {
    position: relative;
    overflow: hidden;
  }

  .member .member-details {
    text-align: center;
    padding: 0 15px;
  }

  .member .member-name {
    margin: 16px 0 3px 0;
    font-weight: 400; 
    line-height: 18px;
  }

  .member .member-position {
    font-family: "PT Serif",serif;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
  }

  .member .social-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
    text-align: center;
    border-top: 5px solid #2f2f2f;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  .member:hover .social-icons {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
  }

  .member .social-icons a {
    font-size: 15px;
  }

/* --------------------------------------------
   Social Icons
----------------------------------------------- */

.social-icons a {
  font-size: 14px;
  margin: 0 15px 0 0;
  color: #848484;
}

.social-icons a:hover {
  color: #2f2f2f;
}

.social-icons a span {
  color: #848484;
}

/* --------------------------------------------
   Comments
----------------------------------------------- */

.comments-area {
  margin-bottom: 70px
}

.comments-area .comment-form label {
  display: none;
}

.comments-area .comment-author {
  font-family: 'Montserrat', sans-serif;
}

.comments-area h5,
.comments-area #respond h3 {
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 1px dotted #EDEDED;
}

.comments-area #respond h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
}

.form-allowed-tags {
  display: none;
}

/* --------------------------------------------
   Carousel
----------------------------------------------- */

.owl-carousel {
  position: relative;
}

.owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.owl-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #ffffff;
  color: #848484;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #2f2f2f;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2f2f2f;
  background: transparent;
  border-radius: 0;
  margin: 5px;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #2f2f2f;
}

/* --------------------------------------------
   404 Page
----------------------------------------------- */

.error404 .page-header {
  display: none;
}

.error404 .error-404 {
  margin-top: 80px;
}

.error404 .error-icon {
  color: #2f2f2f;
  font-size: 60px;
  margin-bottom: 20px;
}

.error404 .error-title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 12px;
  margin-bottom: 20px;
}

.error404 .error-subtitle {
  margin-bottom: 0;
  line-height: normal;
}

.error404 .button {
  display: inline-block;
  margin-top: 45px;
  background: #ffffff;
  color: #2f2f2f;
  border: 1px solid #2f2f2f;
}

.error404 .button:hover {
  border-color: #55d1bc;
  color: #55d1bc;
}

.error404 .button i {
  padding-right: 10px;
}

/* --------------------------------------------
   Footer
----------------------------------------------- */

.footer {
  padding-top: 140px;
  padding-bottom: 40px;
}

.footer .twelve.columns {
  position: relative;
}

.footer .copyright:before {
  position: absolute;
  top: -24px;
  left: 15px;
  width: 24px;
  height: 1px;
  background-color: #2f2f2f;
  content: "";
}

.footer .back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  display: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.footer .back-to-top a {
  display: block;
}

.footer .back-to-top svg {
  fill: #848484;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.footer .back-to-top svg:hover {
  fill: #2f2f2f;
  -webkit-transition:0.4s all ease;
   -moz-transition:0.4s all ease;
     -o-transition:0.4s all ease;
        transition:0.4s all ease;
}

.footer .social-icons {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.footer .copyright {
  font-size: 12px;
  color: #848484;
}

.footer .footer-logo-text {
  color: #2f2f2f;
  font-size: 18px;
  outline: none;
  overflow: hidden;
  letter-spacing: 0.2em;
  position: relative;
  display: block;
  text-transform: uppercase;
}

/* --------------------------------------------
   Responsive
----------------------------------------------- */

@media only screen and (max-width: 767px) {

  .page-header .page-title,
  .page-header .page-subtitle {
    width: 100%;
  }

  .portfolio-filter span {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }

  .post-navigation .nav-links {
    text-align: center;
  }

  .post-navigation .nav-next {
    width: 100%;
    display: block;
    text-align: center;
  }

  .post-navigation .nav-previous {
    width: 100%;
    display: block;
    border-right: 0;
    margin-bottom: 10px;
  }

  .header.type2 .logo {
    height: 110px;
    line-height: 110px;
  }

  /* Mobile menu */

  .header .mobile-menu {
    display: block;
  }

  .header.type2 .mobile-menu {
      display: block;
      right: 0;
      position: relative;
      margin: 10px auto 0 auto;
      line-height: normal;
  }

  .header.logo-center .navigation .navlist {
    top: 165px;
  }

  .navigation .navlist {
    line-height: 40px;
    position: absolute;
    display: block;
    border: 1px solid #f3f3f3;
    background-color: #fefefe;
    top: 110px;
    left: 15px;
    right: 15px;
    margin: 0;
    z-index: 999;
    padding: 15px 30px;
    display: none;
    text-align: left;
  }

  .navigation .navlist li:first-child {
    border-top: none;
  }

  .navigation .navlist li {
    border-top: 1px solid #f3f3f3;  
    display: block;
    margin: 0;
  }

  .navigation .navlist li a {
    height: auto;
    line-height: normal;
    padding-bottom: 5px;
    position: relative;
  }

  .navigation .navlist li .sub-menu {
    opacity: 1;
    top: 0;
    width: 100%;
    visibility: visible;
    position: relative;
    background-color: transparent;
    border: none;
    webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  .navigation .navlist li .sub-menu li {
    border-top: 1px solid #f3f3f3;
    margin: 0 20px;
  }

  .navigation .navlist li .sub-menu li a {
    border: none;
    padding: 0;
  }

  /* Blog */

  .post-share {
    float: none;
  }

  .post-tags {
    float: none;
    margin-top: 20px;
    text-align: left;
  }

  .blog .container .offset-by-one {
    padding-left: 15px;
  }

  .page-sidebar {
    margin-top: 45px;
  }

}