/*
Theme Name: ocean
Theme URI: http://themeforest.net/user/ArtstudioWorks/portfolio
Description: Ocean is a clean and elegant blog theme, created for people with life passion, for those who like to travel and know the power of dreams. Ocean include all popular features that will help you in your storytelling.
Author: ArtstudioWorks
Author URI: http://themeforest.net/user/ArtstudioWorks
Version: 1.1
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Designed by ArtstudioWorks: http://themeforest.net/user/ArtstudioWorks
Text Domain: asw, asw-framework

All PHP code is released under the GNU General Public Licence version 3.0
*/

/**
 * Table of Contents
 *
 * 1.0 - Typography
 * 2.0 - Elements
 *    2.1 - Header
 *    2.2 - Navigation
 *      2.2.1 - Dropdown menu
 * 3.0 - Hidden navigation 
 * 4.0 - Widgets
 * 5.0 - 404 page
 * 6.0 - Forms
 * 7.0 - Post
 *    7.1 - Post elements
 *    7.2 - Post sharebox
 *    7.3 - Single post
 *      7.3.1 - Related posts
 *      7.3.2 - Author info
 *      7.3.3 - Post comments
 *      7.3.4 - Post navigation
 * 8.0 - Post slider
 * 9.0 - Page scroll progress    
 * 10.0 - Footer
*/

/** 
 * 1.0 - Typography 
*/
body {
  color: #545555;
  font-family: 'Cabin';
  font-size: 15px;
  line-height: 1.786em;
  background-color: #ffffff;
  background-attachment: fixed;
}
body:not(.admin-bar){
  border-top: 8px solid #222222;
}
h1,h2,h3,h4,h5,h6 {
  color: #000000;
  font-family: Georgia, sans-serif;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 20px;
}
h1{
  font-size: 3em;
  line-height: 1.05em;
}
h2 {
  font-size: 2em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.55em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.33em;
  line-height: 1.2em;
}
h5 {
  font-size: 1em;
  line-height: 1.15em;
}
h6 {
  font-size: .75em;
  line-height: 1.1em;
}
#page-wrap {
  padding: 80px 0;
}
#main.boxed {
  max-width: 1300px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}
p {
	margin-bottom: 20px;
}
blockquote {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #888888;
  margin-bottom: 20px;
  font-family: Georgia, sans-serif;
  padding-left: 40px;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: -5px;
  top: 0;
  color: #c79b62;
  font-family: 'FontAwesome';
}
/* 
2.0 Elements 
*/
/* 2.1 Header*/
#header {
	border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 9;
}
#header .logo {
  position: relative;
  z-index: 2;
}
#header .fullwidth {
	padding: 0 85px;
}
#navigation .fullwidth .span12 {
  padding-left: 0;
  padding-right: 0;
}
#header-main.fixed_header.header-scrolled {
    position: fixed !important;
    z-index: 9400;
    top: 0;
    right: 0;
    left: 0;
}
#header-main:not(.fixed_header) .logo_main img {
  height: auto !important;
}
.admin-bar #header-main.fixed_header.header-scrolled {
    top: 32px;
}
.my-table {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.my-tr {
	display: table-row;
}
.my-td {
	display: table-cell;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
  vertical-align: middle;
}
.social-icons {
	overflow: hidden;
}
.social-icons ul.unstyled li {
	display: inline;
	display: inline-block;
	margin-right: 12px;
}
.social-icons ul.unstyled li:last-child {
  margin-right: 0;
}
.social-icons li a {
	color: #000000;
	font-size: 18px;
}
.social-icons li a i {
  line-height: inherit;
}
.menu-links li {
	display: inline;
	display: inline-block;
}
.menu-links a {
	color: inherit;
	font-size: 18px;
  color: #000;
}
.menu-links .menu-button-open img {
  margin-top: -12px;
}
.menu-links .search-button {
	display: inline-block;
	padding-right: 18px;
  height: 24px;
  overflow: hidden;
  margin-top: 3px;
}
.menu-links .search-button.active i:before {
  content: "\e04a";    
  font-family: "linea-arrows-10" !important;
  font-size: 36px;
  display: inline-block;
  margin-left: -2px;
  margin-top: -3px;
  
}
.menu-links .search-button.active i {
  line-height: 1;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.search-area {
	position: fixed;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 9999;
	display: none;
}

input#header-s,
input#header-s-mobile {
	border: 0;
	border-bottom: 1px solid #d0d2d2;
	font-size: 32px;
	font-family: Georgia, sans-serif;
	color: #b9bbbd;
	padding: 10px 20px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 15%;
  right: 15%;
  width: 70%;
	background-color: transparent;
}
.search-area label {
	font-size: 45px;
	font-family: Georgia, sans-serif;
	color: #b9bbbd;
	text-align: center;
	width: 70%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 15%;
  right: 15px;
	z-index: -1;
	transition: 0.3s;
}

input#header-s:focus ~ label, 
input#header-s.has-content ~ label{
	margin-top: -60px; 
	font-size: 24px; 
	color: #000000;
}
.overflow-hidden {
	overflow: hidden;
	padding-right: 17px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.admin-bar.overflow-hidden {
  top: 32px;
}
.pos-relative {
	position: relative;
}
/* 
 * 2.2 Navigation
 */
.header1 #navigation {
	border-top: 1px solid #ededed;
}
.header2 #navigation, .header2 .menu-links, .header2 .social-icons {
  float: right;
}
.header2 .menu-links a {
  font-size: 14px;
  padding-right: 20px;
  color: #222222;
}
.header2 .menu-links .menu-button-open img {
  width: 16px; 
  margin-top: -17px;
}
.header2 .menu-links .search-button {
  margin-top: 0;
}
.header2 .social-icons {
  padding-left: 20px;
  position: relative;
}
.header2 .social-icons:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #cccccc;
  top:50%;
  margin-top: -8px;
  left: 0;
  position: absolute; 
}
.header2 .social-icons li a {
  color: #222222;
}
.menu {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.menu > li {
	padding: 16px 20px 15px;
	margin: 0;
	display: block;
	float: left;
}
.header2 .menu > li {
  padding: 0 20px;
}
.menu li a {
	text-decoration: none;
	color: #222222;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Georgia, sans-serif;
  letter-spacing: 1px;
}
.menu li > a:hover,
.menu li.current-menu-item > a,
.menu li.current-menu-ancestor > a {
  color: #c79b62;
}
/* dropdown menu */
#navigation #nav {
  margin-bottom: -8px;
}
#navigation ul {
  -webkit-font-smoothing:antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    margin: 0;
    position: relative;
    
}
#navigation li ul li {
  height: 0;
  padding: 0;
    -webkit-transition: all .15s ease;
       -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
         -o-transition: all .15s ease;
            transition: all .15s ease;
}
#navigation li ul {
    float: left;
    background-color: #222222;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    
    text-align: left;
    z-index: 1;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#navigation ul ul ul {
  top: 0%;
  left: 100%;
  margin-left: 1px;
  display: none;
}
#navigation li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;

}
#navigation li:hover > ul li {
  height: 37px;
}
#navigation li:hover > ul ul {
    top: 0%;
}
#navigation li ul li {
    float: none;
    min-width: 200px;
    padding: 0 23px;
}
#navigation .menu li ul {
  padding: 0px;
}
#navigation .menu li ul li a {
  color: #d4d4d4;
  font-weight: 600;
  display: block;
  height: 37px;
  line-height: 36px;
  padding: 0px;
  font-size: 11px;
  border-top: 1px solid #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#navigation .menu li ul li:first-child a {
  border-top: 0;
}
#navigation li ul a:hover {
    color: #d1d1d1;
}
/* 
* 3.0 - Hidden navigation 
*/
.menu-hidden-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
}
.admin-bar .menu-hidden-container {
	top: 32px;
}
nav#hidden-nav,
nav#hidden-nav-mobile {
	width: 500px;
	background-color: #ffffff;
	padding: 150px 120px 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -500px;
	overflow: auto !important;
	text-align: center;
}
nav#hidden-nav .menu-button-close,
nav#hidden-nav-mobile .menu-button-close {
	position: absolute;
	top: 85px;
	right: 100px;
  font-size: 46px;
}
#hidden-nav .menu,
#hidden-nav-mobile .menu {
	display: block;
}
#hidden-nav ul.menu > li,
#hidden-nav-mobile ul.menu > li {
	padding: 0 0 30px 0;
	float: none;
	text-align: center;
}
#hidden-nav .menu > li a,
#hidden-nav-mobile .menu > li a {
	font-size: 20px;
	text-transform: none;
}
#hidden-nav .menu li.current-menu-item a,
#hidden-nav .menu li a:hover,
#hidden-nav-mobile .menu li.current-menu-item a,
#hidden-nav-mobile .menu li a:hover  {
	color: #c79b62;
}
#hidden-nav .menu .sub-menu,
#hidden-nav-mobile .menu .sub-menu {
  text-align: left;
  margin-left: 0;
}
#hidden-nav .about-me > p,
#hidden-nav-mobile .about-me > p {
  margin-bottom: 35px;
}
#mobile-nav {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  border-top: 1px solid #dfdfdf;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  display: none;
}
#mobile-nav .hidden-menu-button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}
#mobile-nav .search-link {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
}
#mobile-nav .search-area {
  top: 0;
  bottom: 50px;
}
#mobile-nav .social-area {
  position: fixed;
  top: 0;
  bottom: 50px;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  display: none;
}
#mobile-nav .social-area .social-icons li a {
  font-size: 26px;
  line-height: 32px;
  padding: 0 5px;
}

#mobile-nav .social-area .sharebox {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: -13px 0 0 0px;
  left: 0%;
  text-align: center;
}
#mobile-nav .social-menu-button {
  position: absolute; 
  left: 50%;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 -10px;
}
#mobile-nav .search-link .search-button,
#mobile-nav .social-menu-button .social-button {
  font-size: 20px;
  line-height: 20px;
  color: #222222;
}
#mobile-nav .close-button {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  z-index: 9;
  background-color: #ffffff;
  display: none;
}
#mobile-nav i.icon {
  font-size: 32px;
  display: inline-block;
  line-height: 32px;
  color: #222222;
}
#mobile-nav nav#hidden-nav-mobile {
    width: 100%;
    max-width: 420px;
    padding: 40px 20px 0px;
    margin: 0 auto;
    bottom: 0px;
    right: 0;
    left: 0;
}
#mobile-nav .menu-hidden-container {
    bottom: 50px;
    background-color: #ffffff;
    z-index: 99;
    display: none;
    top: 0;
}
/* 
* 4.0 - Widgets 
*/
#wp-calendar {
  text-align: center;
  font-size: 12px;
}
#wp-calendar caption {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
#wp-calendar th, #wp-calendar td {
    padding:0px; 
    border-color: #ededed;
}
#wp-calendar #prev {
  text-align: left;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 10px;
}
#wp-calendar #next {
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 10px;
}
.widget_nav_menu .menu {
  padding: 0;
}
.widget_nav_menu .menu li {
  padding: 0;
  float: none;
}
.widget_nav_menu .menu-main-menu-container {
  overflow: auto;
}
.widget {
	margin-bottom: 40px;
}
#hidden-nav .widget,
#hidden-nav-mobile .widget {
	margin-bottom: 20px;
}
#sidebar .widget,
.wpb_widgetised_column .widget {
  padding: 35px 18px;
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  background-color: #ffffff;
}
.wpb_widgetised_column .widget h3.title, .widget-title,
#sidebar .widget > h3.title {
	font-size: 11px;
  line-height: 1;
	font-family: Georgia, sans-serif;
	font-weight: 400;
  color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.wpb_widgetised_column .widget h3.title:before, 
.wpb_widgetised_column .widget h3.title:after, 
.widget-title.separator:before, 
.widget-title.separator:after,
#sidebar .widget > h3.title:before,
#sidebar .widget > h3.title:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 0px;
    border-top: 1.2px dashed #e1e4e4; 
    content: '';
}
.widget-title.separator:before,
#sidebar .widget > h3.title:before,
.wpb_widgetised_column .widget h3.title:before {
    margin-left: -56%;
    text-align: right;
}
.widget-title.separator:after,
#sidebar .widget > h3.title:after,
.wpb_widgetised_column .widget h3.title:after {
  margin-left: 6%;
}
.widget_aboutme {
  text-align: center;
}

.widget ul.list-latestposts li {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.widget ul.list-latestposts li.post-item {
    margin-bottom: 24px;
}
.widget ul.list-latestposts li.post-item:last-child {
    margin-bottom: 0;
}
.widget ul.list-latestposts li.post-item p:last-child {
    margin: 0;
}
.widget ul.list-latestposts li a.title {
    font-weight: normal;
    color: #333333;
}
.widget .latest-blog-list .title {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0px;
    color: #404040;
    font-weight: bold;
    text-transform: capitalize;
}
.widget .latest-blog-list .latest-blog-item-img {
  max-width: 75px;
  height: 69px;
  overflow: hidden;
}
.widget .latest-blog-list .latest-blog-item-description {
  overflow: hidden;
}
.widget .latest-blog-list .meta-categories {
  font-size: 10px;
  letter-spacing: 1px;
  color: #a7a8aa;
  text-transform: uppercase;
}
.widget .latest-blog-list .meta-categories a {
  color: #a7a8aa;
}
.widget .latest-blog-list .meta-categories a:hover {
  color: #c79b62;
}
.widget .latest-blog-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e1e4e4;
}
.widget .latest-blog-lists .latest-blog-list:first-child {
    margin-top: 0;
    border: 0;
    padding-top: 0;
}
#sidebar .widget .instagram-items {
  margin: 0 -3px 10px;
}
.widget .instagram-items {
  overflow: hidden;
}
.widget .instagram-item {
  padding: 3px;
}
.widget .instagram-item a {
  display: block;
  background-color: #000;
  position: relative;
  max-width: 276px;
}
.instagram-item img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .15s ease-in;
     -moz-transition: all .15s ease-in;
      -ms-transition: all .15s ease-in;
       -o-transition: all .15s ease-in;
          transition: all .15s ease-in;
}

.instagram-item:hover img {
  opacity: 0.75;
}
.widget_instagram {
  text-align: center;
}
.insta-link {
  font-size: 14px;
  font-family: Georgia, sans-serif;
}
.widget.widget_categories .screen-reader-text,
.widget.widget_archive .screen-reader-text {
  display: none;
}
#sidebar .widget.widget_socials {
  text-align: center;
}
.widget_search input[type="text"] {
  margin-bottom: 10px;
}
#sidebar .widget.widget_socials .social-icons li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  background-color: #f3f3f3;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sidebar .widget.widget_socials .social-icons li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c79b62;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#sidebar .widget.widget_socials .social-icons li a:hover {
  color: #ffffff;
}
#sidebar .widget.widget_socials .social-icons li a:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
#sidebar {
}
.sidebar-right {
  padding-right: 62px;
}
.sidebar-left {
  padding-left: 62px;
  float: right !important;
}
.sidebar-right + #sidebar {
  padding-left: 0;
}
.sidebar-left + #sidebar {
  padding-right: 0;
}
#sidebar .widget button {
  color: #000000;
  background-color: #f3f3f3;
  width: 100%;
}
#sidebar .widget button:hover {
  color: #ffffff;
}
.widget_twitter .tweet {
    margin: 0;
    text-align: center;
}
#sidebar .widget_twitter {
  padding-top: 40px;
  position: relative;
  padding-bottom: 30px;
}
#sidebar .widget_twitter:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 26px;
    color: #c79b62;
    position: absolute;
    width: 10px;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    text-align: center;
    top: 0px;
}
#sidebar .widget_twitter .tweet {
    position: relative;
}
.widget_twitter .tweet .date {
    color: #a7a8aa;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
.signature {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Marck Script', cursive;
  color: #000000;
  padding-top: 20px;
  display: block;
}

/* 
* 5.0 - 404 page 
*/
#error-404 {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 100px;
  bottom: 0px;
  left: 0;
}
#error-404 .entry {
  display: table-cell;
  vertical-align: middle;
}
.error-title {
  font-size: 90px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.error-title:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #858686;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.error-subtitle {
  margin-bottom: 31px;
  font-size: 14px;
  color: #545555;
}
.button.error-button {
  padding-left: 75px;
  padding-right: 75px;
}

/* 
* 6.0 - Forms 
*/
input[type="text"],
input[type="search"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 16px 20px 16px;
    outline: none;
    font-size: 14px;
    line-height: 15px;
    color: #c0c0c0;
    font-family: Georgia, sans-serif;
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
}
textarea {
  line-height: inherit;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    position: relative;
    color: #404040;
}
select:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #404040;
  right: 20px;
  top: 22px;
}
input[type="date"] {
    padding-right: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #c79b62;
    color: #777777 !important;
}
input[type="submit"],
.button,
button {
  background-color:#272727;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 49px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 49px;
  display: inline-block;
  padding: 0 50px;
  border: 0; 
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
}
input[type="submit"]:before,
.button:before,
button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c79b62;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.button:hover {
  color: #ffffff;
}
input[type="submit"]:hover:before, .button:hover:before, button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
input[type="submit"].wpcf7-submit {
  color: #000000;
  background-color: #f3f3f3;
}
input[type="submit"]:hover {
  background-color: #c79b62;
  color: #ffffff;
}

/* 
* 7.0 - Post 
*/

/* 7.1 - Post elements */
.post .meta-categories {
  text-transform: uppercase;
  font-size: 11px;
  color: #c79b62;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.post .meta-categories a {
  color: inherit;
}
.meta-date, .attachment .meta-date {
  color: #a7a8aa;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 29px;
  letter-spacing: 1px;
}
.meta-date {
  margin-bottom: 14px;
}
.single .post .meta-date {
  margin-bottom: 35px;
}
.single .post.featured .meta-date {
  margin-bottom: 44px;
}
.meta-date.separator,
.attachment .meta-date.separator {
  padding-top: 15px;
}
.meta-date.separator:before,
.attachment .meta-date.separator:before,
.custom_heading h6.separator:before {
  content: '';
  width: 40px;
  height: 0;
  border-top: 1px solid #858686;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -20px;
}
.search .custom_heading,
.archive .custom_heading {
  margin-bottom: 65px;
}
.custom_heading {
  text-align: center;
}
.custom_heading h2 {
  font-size: 28px;
  font-family: Georgia, sans-serif;
  margin-bottom: 21px;
}
.custom_heading h6.separator {
  position: relative;
  color: #a7a8aa;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 22px;
}
.title h2,
.title h3 {
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  font-family: Georgia, sans-serif;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.5em;
}
.title h3 {
  font-size: 22px;
}
.title h2 a,
.title h3 a,
.related-item-title a,
.latest-blog-item-description a.title {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.title h2 a:hover,
.title h3 a:hover,
.related-item-title a:hover,
.latest-blog-item-description a.title:hover {
  color: #a7a8aa;
}
body:not(.single) .post.featured .post-img {
  margin-bottom: 0;
}
.post.featured .title {
  margin: -80px 11% 0;
  position: relative;
  z-index: 9;
}
.post.featured .title h2 {
  background-color: #ffffff;
  padding: 40px 50px;
  font-size: 26px;
}
.single-post .post.featured .title {
  background-color: #ffffff;
  margin-top: -165px;
}
.single-post .post.featured .title h2 {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.single-post .post.featured .title .meta-date time,
.single-post .post.featured .title .meta-date .meta-categories {
  display: inline;
  display: inline-block;
  margin: 0 10px;
}
.single-post .post.featured .title .meta-date .meta-categories a {
  display: inline-block;
  border: 1px solid;
  border-color: #c79b62;
  line-height: 16px;
  padding: 2px 5px;
}
.gallery-caption {
  background-color: #fafafa;
  border: 1px solid #ededed;
  padding: 5px 10px;
  border-top: 0;
}
.gallery[class*="gallery-columns-"] {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}
.gallery[class*="gallery-columns-"] .gallery-item {
  float: left;
  display: inline;
  position: relative;
  margin-bottom: 15px;
  padding: 0 15px;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1){
  clear: left;
}
.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1){
  clear: left;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1){
  clear: left;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n+1){
  clear: left;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-6 .gallery-item:nth-child(6n+1){
  clear: left;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-7 .gallery-item:nth-child(7n+1){
  clear: left;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n+1){
  clear: left;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-9 .gallery-item:nth-child(9n+1){
  clear: left;
}
.post .post-img {
  margin-bottom: 29px;
}
.post-img {
  background-color: #000000;
  overflow: hidden;
}
.blog .post-img img,
.archive .post-img img {
  width: 100%;
}
.post-img a img {
  opacity: 1;
  webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.post-img:hover a img {
  opacity: 0.8;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.post .post-excerpt {
  text-align: left;
  margin-bottom: 36px;
}
.post.standard .post-excerpt {
  margin-bottom: 0;
}
.post .post-more a {
  color: #000000;
  font-style: italic;
  font-family: Georgia, sans-serif;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
.blog .post.standard .post-excerpt {
  min-height: 100px;
}
.post .post-more a:after {
  content: "\e068";
  font-family: "linea-arrows-10";
  right: -24px;
  font-style: normal;
  position: absolute;
  font-size: 15px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post .post-more a:hover:after {
  right: -28px;
}
.post .post-content {
  margin-bottom: 40px;
}
.post.standard .post-content,
.attachment .post-content {
  margin-bottom: 30px;
}
.single .post.standard .post-content {
  margin-bottom: 48px;
}
.post .post-meta,
.attachment .post-meta {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 9px 0 5px;
  overflow: hidden;
}
.attachment .post-meta {
  padding-top: 5px;
}
.post-meta .meta-comment {
  float: left;
  display: block;
  padding: 8px 34px 8px 0;
  border-right: 3px double #ededed;
  margin-right: 35px;
  color: #333333;
  letter-spacing: 1px;
}
.post-meta .meta-comment a {
  color: #333333;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.post-meta .meta-tags {
  float: left;
  display: block;
  margin-right: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #b9bbbd;
  padding: 8px 0 8px 0;
  max-width:65%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.post-meta .meta-tags span {
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
}
.post-meta .meta-tags a {
  font-size: 12px;
  text-transform: capitalize;
  color: #b9bbbd;
}
.pagination_post {
  margin-bottom: 20px;
  text-align: center;
}
/* 7.2 - Post sharebox */
.post-meta .sharebox {
  float: right;
  padding: 8px 0 8px 0;
}
.post-meta .sharebox a {
  color: #212121;
  font-size: 14px;
}
.post-meta .sharebox .social-email {
  margin-right: 0;
}
.page .entry .title,
.page .entry .meta-date {
  text-align: center;
}
.post.sticky {
  margin-bottom: 75px;
}
.post.standard .sharebox {
  position: relative;
  overflow: hidden;
}
.post.standard .sharebox .social-icons {
  display: inline-block;
}
.post.standard .sharebox .social-icons li a {
  font-size: 14px;
}
.post.standard .sharebox .social-icons li.social-email {
  margin-right: 0;
  width: 15px;
}
#content:not(.single) .post.standard .sharebox:before, #content:not(.single) .post.standard .sharebox:after {
    position: absolute;
    top: 11px;
    overflow: hidden;
    width: 50%;
    height: 0px;
    border-top: 1.2px dashed #e1e4e4; 
    content: '';
}
#content:not(.single) .post.standard .sharebox:before {
    margin-left: -56%;
    text-align: right;
}
#content:not(.single) .post.standard .sharebox:after {
  margin-left: 6%;
}
.post.standard, .post.featured {
  margin-bottom: 55px;
}
#page-wrap.masonry-page {
  padding: 60px;
}
.page-template-index-masonry #header {
  border-bottom: 0;
}
.page-template-index-masonry #page-wrap.masonry-page {
  padding-top: 0;
}
.post-masonry {
  padding-left: 40px;
  padding-right: 40px;
  opacity: 0; 
}
.page-template-index-masonry #navigation {
  display: none;
  visibility: hidden;
}
#page-wrap.masonry-page > .span6 {
  padding-left: 0;
  padding-right: 0;
}
#page-wrap.masonry-page #content {
  position: relative;
}
#page-wrap.masonry-page #content #infscr-loading {
  position: absolute;
  bottom: 0;
  width: 140px;
  left: -70px;
  text-align: center;
}
#page-wrap.masonry-page #content #infscr-loading img {
  display: none !important;
}
#posts-masonry-featured {
  min-height: 1px;
}
.post-masonry.already-visible {
  opacity: 0;
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.post-masonry.already-visible:nth-child(odd) {
  transform: translateY(200px);
  animation-duration: 0.5s; /* So they look staggered */
}
.come-in:not(.already-visible) {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:not(.already-visible):nth-child(odd) {
  transform: translateY(150px);
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); opacity: 1;}
}
/* 7.3 - Single post */
.single .post-content-container {
  margin-bottom: 60px;
}
.author-info, .author-description {
  overflow: hidden;
}
.author-info {
  padding-bottom: 36px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 51px;
}
/* 7.3.1 - related posts */
#related-posts {
  padding-bottom: 52px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 52px;
}
/* 7.3.2 - Author info */
.author-title {
  font: bold 16px/24px Georgia sans-serif;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 12px;
}
.author-avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  margin:0 30px 20px 0 !important;
  float: left;
}
.author-description {
  padding-top: 6px;
}
.page #content .entry {
  margin-bottom: 40px;
}
/* 7.3.3 - Post comments */
body.page #comments .hidden {
  display: none;
}
#related-posts h2,
#comments #reply-title,
#comments-title {
  font: 11px/1 Georgia sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
#related-posts h2 > span,
#comments #reply-title > span,
#comments-title > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  color: inherit;
}
.related-meta-date {
    color: #a7a8aa;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1px;
    letter-spacing: 1px;
}
#respond-inputs .span6 {
  padding: 0 20px 0 15px;
}
#respond-inputs .span6:first-child {
  padding: 0 15px 0 20px;
}
h3.related-item-title {
  font: 16px/26px Georgia sans-serif;
  color: #000000;
}
.related-posts-item .post-img {
  margin-bottom: 17px;
}

#respond-textarea textarea {
  border: 0;
  padding: 0;
}

#commentform {
  position: relative;
  
}
#respond-inputs {
  margin-bottom: 30px;
}
#respond-textarea {
  padding:10px 10px 70px;
  border: 1px solid #e6e6e6;
  margin-bottom: 45px;
}
#commentform .form-submit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-bottom: 0;
}
.comment-body {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 60px;
}
.comment-body .author-avatar {
  width: 70px;
  height: 70px;
}
.comment-body .comment-text{
  overflow: hidden;
  text-align: left;
}
.comment .author {
  overflow: hidden;
  width: 100%;
}
.comment .author-title {
  float: left;
  margin-right: 30px;
}
.comment .date-comment {
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: #a7a8aa;
}
.comment-edit-link {
  color: #a7a8aa;
}
.comment-edit-link:hover {
  text-decoration: underline;
}
.author .comment-reply {
  float: right;
}
.author .comment-reply a {
  color: #8a8b8e;
  font-size: 11px;
  text-transform: uppercase;
}
.author .comment-reply a:hover {
  color: #c79b62;
}
/* 7.3.4 - Post navigation */
#post-navigation {
  display: none;
}
#post-navigation .prev,
#post-navigation .next {
  width: 60px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 0px;
  margin-top: -40px;
  z-index: 99;
}
#post-navigation .next {
  left: auto;
  right: 0px;
}
#post-navigation .prev i,
#post-navigation .next i {
  width: 60px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  color: #000000;
}
#post-navigation .next i {
  left: auto;
  right: 0;
}
#post-navigation .prev:hover i {
  left: -40px;
  opacity: 0;
}
#post-navigation .next:hover i {
  right: -40px;
  opacity: 0;
}
.prev-post-label,
.next-post-label {
  display: block;
  height: 80px;
  width: 260px;
  padding-right:5px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  left: 0%;
  opacity: 0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.next-post-label {
  right: 0%;
  left: auto;
  padding: 0 0 0 5px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}
#post-navigation .prev:hover .prev-post-label,
#post-navigation .next:hover .next-post-label {
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
  opacity: 1;
}
.prev-post-label img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
.next-post-label img {
  width: 80px;
  height: 80px;
  float: right;
  margin-left: 15px;
}
.prev-post-title,
.next-post-title {
  overflow: hidden;
}
.prev-post-title h2,
.next-post-title h2 {
  font-size: 12px;
  line-height: 20px;
  font-family: inherit;
  margin: 0px;
  color: #404040;
  text-transform: capitalize;
  font-weight: 600;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prev-post-title time,
.next-post-title time {
  color: #a7a8aa;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.next-post-title {
  text-align: right;
}
.single-post-gallery {
  margin-bottom: 35px;
}
.featured-post-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 670px;
}
.featured-post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#pagination {
  text-align: center;
  padding-top: 50px;
}
#pagination a,
#pagination span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline;
  display: inline-block;
  letter-spacing: 1px;
}
#pagination .next {
  margin-left: 20px;
}
#pagination .previous {
  margin-right: 20px;
}
#pagination a {
  color: #222222;
}
#pagination .next:after {
  content: "\e068";
  font-family: "linea-arrows-10";
  font-style: normal; 
  font-size: 13px;
  right: -20px;
  top: 0px;
  position: absolute;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
#pagination a.next:hover:after {
  right: -24px;
}
#pagination .previous:after {
  content: "\e067";
  font-family: "linea-arrows-10";
  font-style: normal; 
  font-size: 13px;
  left: -20px;
  top: 0px;
  position: absolute;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
#pagination a.previous:hover:after {
  left: -24px;
}
#pagination span {
  color: #a7a8aa;
}
/* 
* 8.0 - Posts slider 
*/
#post-slider {
  overflow: hidden;
}
#post-slider .owl-controls .owl-nav div {
  opacity: 0;
  width: 44px;
  height: 44px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.7);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#post-slider:hover .owl-controls .owl-nav div:hover {
  background-color: rgba(51, 51, 51, 1);
}
#post-slider:hover .owl-controls .owl-nav div {
  opacity: 1;
}
#post-slider .owl-controls .owl-nav .owl-next {
  right: -20px;
}
#post-slider .owl-controls .owl-nav .owl-prev {
  left: -20px;
}
#post-slider:hover .owl-controls .owl-nav .owl-next {
  right: 40px;
}
#post-slider:hover .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.post-slider-item {
  position: relative;
  overflow: hidden;
}
.post-slider-item .post-more {
  position: absolute;
  bottom:-47px;
  width: 100%;
  padding: 37px 24%;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#main.boxed .post-slider-item .post-more {
  padding: 37px 15%;
}
.post-slider-item:hover .post-more {
  bottom: 0;
  background-color: #c79b62;
}
.post-slider-item .post-more h3 {
  font: bold 18px/1.56em Georgia sans-serif;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.post-slider-item .post-more a {
  color: #ffffff;
  font-style: italic;
  font-family: Georgia, sans-serif;
  font-size: 15px;
  display: inline-block;
  position: relative;
  top: 20px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.post-slider-item:hover .post-more a {
  top: 0;
}
.post-slider-item .post-more a:after {
  content: "\e068";
  font-family: "linea-arrows-10";
  font-style: normal; 
  font-size: 15px;
  right: -20px;
  top: 2px;
  position: absolute;
  width: 17px;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.post-slider-item .post-more a:hover:after {
  right: -24px;
}
/* 
* 9.0 - Page scroll progress 
*/
.pie-wrapper {
    display: none
}
.show-progress-indicator .pie-wrapper {
  display: block;
  position: fixed;
  bottom: 25px;
  left: 30px;
  width: 38px;
  height: 38px;
  background-color: #f0f0f0;
  border-radius: 999px;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -ms-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  z-index: 1199
}
.pie-top-button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 1201;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 16px;
  color: #c79b62;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -ms-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.pie-wrapper:hover .pie-top-button {
  opacity: 1;
  visibility: visible;
  display: block;
}
.show-progress-indicator .pie-wrapper.show {
    opacity: 1
}
.pie,
.mask {
    position: absolute
}
.pie--left,
.mask--left {
    border-radius: 999px 0 0 999px;
    border-right: none;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.pie--right,
.mask--right {
    border-radius: 0 999px 999px 0;
    border-left: none;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}
.pie {
    background-color: #c79b62;
    width: 18px;
    height: 36px;
    top: 1px;
    left: 1px;
    border-radius: 999px 0 0 999px;
    border-right: none;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.pie.hide {
    display: none
}
.pie--right {
    border-radius: 0 999px 999px 0;
    border-left: none;
    right: 1px;
    left: auto
}
.mask {
    width: 50%;
    height: 100%;
    background-color: #f3f3f3;
}
.mask.hide {
    display: none
}
/* 
* 10.0 - Footer
*/
#before-footer {
  padding: 49px 105px;
  border-top: 1px solid #e6e6e6;
}
#before-footer .widget {
  margin-bottom: 25px;
}
#before-footer .insta-link {
  display: none;
}
#before-footer .widget-title {
  font-size: 15px;
  color: #222222;
  margin-bottom: 35px;
}
#footer, #footer-nav-block, #footer-copy-block {
  background-color: #1a1a1a;
  border-top: 1px solid #272727;
}
#footer-copy-block {
  padding: 17px;
  font-weight: 600;
  font-size: 13px;
  color: #6c6c6c;
}
#footer {
  padding: 78px 0 50px;
}
#footer .logo img {
  margin: 0 0 34px 0;
}
#footer .social-icons li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  background-color: #2f2f2f;
  color: #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#footer .social-icons li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c79b62;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#footer .social-icons li a:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
#footer-nav li a {
  font-size: 10px;
  color: #696969;
}

.page-loading {
    position: fixed;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
    height: 100%;
}
.sk-folding-cube {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c79b62;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/*#header .social-twitter, #header .social-tumblr {DISPLAY:none !important;}*/
.wpcf7-form p {
  margin-bottom: 30px;
}
.your-message .wpcf7-textarea {
  height: 220px;
}
.instagram-media {
  margin: 0 auto 30px !important;
}