/* ----------------------------------------------------------------------------
Theme Name: Freyja
Version: 6.1.2
Theme URI: https://sparrowandsnow.com/product/freyja/
Author: Sparrow & Snow
Author URI: https://sparrowandsnow.com/
Description: Freyja Pro WordPress Blog Theme
Text Domain: freyja
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
-------------------------------------------------------------------------------  
*/

/*
| ====================================================================
| = Normalize
| ====================================================================
*/


pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  a {
	background-color: transparent;
  }
  abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
  }
  b,
  strong {
	font-weight: bolder;
  }
  code,
  kbd,
  samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  small {
	font-size: 80%;
  }
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  sub {
	bottom: -0.25em;
  }
  sup {
	top: -0.5em;
  }
  img {
	border-style: none;
	display: block;
	max-width: 100%;
	height: auto;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
  }
  button,
  input { /* 1 */
	overflow: visible;
  }
  button,
  select { /* 1 */
	text-transform: none;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
  }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
  }
  fieldset {
	padding: 0.35em 0.75em 0.625em;
  }
  legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
  }
  progress {
	vertical-align: baseline;
  }
  textarea {
	overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
	height: auto;
  }
  [type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
  }
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
  }
  details {
	display: block;
  }
  summary {
	display: list-item;
  }
  
  template {
	display: none;
  }
  [hidden] {
	display: none;
  }
  
  
  /*
  | ====================================================================
  | = FREYJA PRO GLOBALLY STYLES
  | ====================================================================
  */
  
  * {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }
  html, hmtl a {
	  font-size: 16px;
	  -ms-text-size-adjust: 100%;
	  -webkit-text-size-adjust: 100%;
	  width: 100%;
	  height: 100%;
	  margin-top: 0;
  }
  @media (max-width: 720px){
	  html, hmtl a {
		  font-size: 18px;
	  }
  }
  @media (min-width: 2000px){
	  html, hmtl a {
		  font-size: 21px;
	  }
  }
  
  body {
	  margin: 0;
	  width: 100%;
	  height: 100%;
	  overflow-y: scroll;
	  overflow-x: hidden !important;
	  -webkit-font-smoothing: antialiased;
	  color: #333333; 
	  background-color: #ffffff; 
  }
  
  a img {border: none;}
  
  strong {font-weight: 600;}
  
  p {margin: 0.85em 0;}
  
  title {display: block !important;}
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	  display: block;
  }
  
  pre {
	  background: #eee;
	  font-size: 0.9375rem;
	  line-height: 1.6;
	  margin-bottom: 1.6em;
	  max-width: 100%;
	  overflow: auto;
	  padding: 1.6em;
  }
  
  
  /*--------------------------------------------------------------
	Forms (Base)
  --------------------------------------------------------------*/
  
  
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
	  display: block;
	  width: 100%;
  }
  
  
  /*-------------------------------------------------------------------------*/
  /*   Links
  /*-------------------------------------------------------------------------*/
  
  
  a {
	  -webkit-transition: color 0.15s ease-in-out 0s;
	  -moz-transition: color 0.15s ease-in-out 0s;
	  -o-transition: color 0.15s ease-in-out 0s;
	  transition: color 0.15s ease-in-out 0s;
	  text-decoration: none;
	  cursor: pointer;
	  color: #57d3aa;
  }
  
  a:hover,
  a:active,
  a:focus {
	  outline: 0;
	  text-decoration: none;
	  color: #333; 
  }
  
  /*-------------------------------------------------------------------------*/
  /* 2-   Typography
  /*-------------------------------------------------------------------------*/
  
  h1, h2, h3, h4, h5, h6 {
	  margin: 0 0 0.625rem 0;
	  text-rendering: optimizeLegibility;
  }
  
  h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, .h1, .h1 a, .h2, .h2 a, .h3, .h3 a, .h4, .h4 a, .h5, .h5 a, .h6, .h6 a {
	  color: #333;  
  }
  
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
	  text-decoration:none;
	  color:#57d3aa;  
  } 
  
  .xs-size {
	  text-transform: uppercase;
  }
  
  .italic {
	  font-style: italic;
  }
  
  .uppercase {
	  text-transform: uppercase;
  }
  
  /*--------------------------------------------------------------
	  Formatting
  --------------------------------------------------------------*/
  hr {
	  background-color: #e5e5e5;
	  border: 0;
	  height: 1px;
	  margin-bottom: 1.5em;
  }
	  
  /*--------------------------------------------------------------
	  Lists
  --------------------------------------------------------------*/
  ul,
  ol {
	  margin: 0 0 1.5em;
	  padding: 0;
  }
  
  ul {
	  list-style: disc;
  }
  
  ol {
	  list-style: decimal;
  }
  
  li > ul,
  li > ol {
	  margin-bottom: 0;
	  margin-left: 1.5em;
  }
  
  dt {
	  font-weight: 700;
  }
  
  dd {
	  margin: 0 1.5em 1.5em;
  }	
	  
  /*--------------------------------------------------------------
	  Tables
  --------------------------------------------------------------*/
  table {
	  border-collapse: collapse;
	  margin: 0 0 1.5em;
	  width: 100%;
  }
  
  thead th {
	  border-bottom: 2px solid #eee;
	  padding-bottom: 0.5em;
  }
  
  th {
	  padding: 0.4em;
	  text-align: left;
  }
  
  tr {
	  border-bottom: 1px solid #eee;
  }
  
  td {
	  padding: 0.4em;
  }
  
  th:first-child,
  td:first-child {
	  padding-left: 0;
  }
  
  th:last-child,
  td:last-child {
	  padding-right: 0;
  }
  
  /*-------------------------------------------------------------------------*/
  /* 3-  Float & clear & cover
  /* ------------------------------------------------------------------------- */
  
  .clear {
	  clear: both;
  }
  
  .hidden {
	  display: none;
  }
  
  .overf {
	  position: relative;
	  overflow: hidden;
  }
  
  .aligncenter,
  .aligncenter img {
	  display: block;
	  clear: both;
	  margin-right: auto;
	  margin-left: auto;
  }
  
  
  .sas-textalignleft,
  .textalignleft {
	  text-align: left;
  }
  .sas-textaligncenter,
  .textaligncenter {
	  text-align: center;
  }
  .sas-textalignright,
  .textalignright {
	  text-align: right;
  }
  
  /* Tablet Elementor */
  @media (max-width: 1024px){
	  .sas-textalign-tabletcenter {
		  text-align: center;
	  }
	  .sas-textalign-tabletright {
		  text-align: right;
	  }
	  .sas-textalign-tabletleft {
		  text-align: left ;
	  }
  }
  
  /* Mobile Elementor */
  @media (max-width: 767px) {
	  .sas-textalign-mobilecenter {
		  text-align: center;
	  }
	  .sas-textalign-mobileright {
		  text-align: right;
	  }
	  .sas-textalign-mobileleft {
		  text-align: left;
	  }
  }
  
  .sas-floatleft {
	  float: left;
  }
  
  .sas-floatright {
	  float: right;
  }
  
  img.alignleft {
	  float: left;
	  margin: 20px 25px 20px 0;
  }
  
  img.alignright {
	  display: block;
	  margin: 20px 0 20px 25px;
  }
  
  img.aligncenter {
	  display: block;
	  clear: both;
	  margin: 0 auto !important;
  }
  
  img.alignnone {
	  display: block;
	  margin: 60px 0;
  }
  
  .img_full_responsive {
	  max-width: 100%;
	  height: auto;
  }
  
  .size-cover {
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
  }
  
  
  
  /****************************************/
  /*
  /* WordPress core CSS
  /*
  /****************************************/
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
	  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
	  position: absolute !important;
	  height: 0.0625rem;
	  width: 0.0625rem;
	  overflow: hidden;
  }
  
  .screen-reader-text:focus {
	  background-color: #f1f1f1;
	  border-radius: 0.1875rem;
	  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	  clip: auto !important;
	  color: #21759b;
	  display: block;
	  font-size: 0.875rem;
	  font-weight: bold;
	  height: auto;
	  left: 0.3125rem;
	  line-height: normal;
	  padding: 0.9375rem 1.4375rem 0.9375rem;
	  text-decoration: none;
	  top: 0.3125rem;
	  width: auto;
	  z-index: 100000; /* Above WP toolbar. */
  }
  
  .alignnone {
	  margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
	  display: block;
	  margin: 5px auto 5px auto;
  }
  
  .alignright {
	  float:right;
	  margin: 5px 0 20px 20px;
  }
  
  .alignleft {
	  float: left;
	  margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
	  float: right;
	  margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
	  margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
	  float: left;
	  margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
	  display: block;
	  margin-left: auto;
	  margin-right: auto
  }
  
  .wp-caption {
	  max-width: 100%;
	  text-align: center;
	  box-sizing:border-box;
  }
  
  .wp-caption.alignnone {
	  margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
	  margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
	  margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
	  border: 0 none;
	  height: auto;
	  margin: 0;
	  max-width: 100%;
	  padding: 0;
	  width: auto;
  }
  
  .wp-caption p.wp-caption-text {
	  margin: 8px 0 0;
  }
  
  
  
  /* gallery-caption css */
  
  .gallery {
	  margin: 0 auto 18px;
	  padding: 10px 0px;
	   }
  
  .gallery .gallery-item {
	  float: left;
	  margin-top: 0;
	  text-align: center;
	  width: 33%;
  }
  .gallery-columns-2 .gallery-item { width: 50%; }
  .gallery-columns-4 .gallery-item { width: 25%; }
  .gallery img {
	  box-shadow: 0px 0px 4px #999;
	  border: 1px solid white;
	  padding: 8px;
	  background: #f2f2f2;
  }
  .gallery img:hover {
	  background: white;
  }
  .gallery-columns-2 .attachment-medium {
	  max-width: 92%;
	  height: auto;
  }
  .gallery-columns-4 .attachment-thumbnail {
	  max-width: 84%;
	  height: auto;
  }
  .gallery .gallery-caption {
	  color: #888;
	  font-size: 12px;
	  margin: 0 0 12px;
  }
  .gallery dl, .gallery dt {
	  margin: 0;
	  position: relative;
	  }
  .gallery br+br { display: none; }
  
  
  /* BLOCKQUOTE & HIGHLIGHTS */
  
  .highlight-text {
	  padding: 0 4px;
	  background-color: #97A588; /* Dynamic */
	  color: #fff;
	  }
  blockquote {
	  font-style: italic;
	  border-left-width: 3px;
	  border-left-style: solid;
	  border-left-color: #b28b5e;  
	  margin: 25px 0px;
	  padding: 0px 0px 0px 15px;
	  }
  blockquote p {
	  color: #000;
	  font-size: 14px;
	  margin-left: 10px !important;
	  margin-right: 10px !important;
	  }
  
	  
  /* Sticky Post */
	  .sticky {
		  position: relative;
	  }
	  article i.sticky_icon {
		  display: none;
	  }
	  article.sticky i.sticky_icon {
		  content: "\f105" !important;
		  font-family: FontAwesome;
		  font-style: normal;
		  font-weight: normal;
		  text-decoration: inherit;
		  font-size: 15px;
		  position: absolute;
		  right: 6px;
		  display: block;
	  }
  
  
  
  /****************************************/
  /*
  /* GUTEMBERG
  /*
  /****************************************/
  
  
  /* Image Fulle & Image Wide
  --------------------------------------------- */
  @media only screen and (min-width: 768px) {
  
	.alignfull {
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	  width: auto;
	  max-width: 1000%;
	}
	.alignwide {
	  margin-left: calc(25% - 25vw);
	  margin-right: calc(25% - 25vw);
	  width: auto;
	  max-width: 1000%;
	}
  
	.alignwide img,
	.alignfull img {
	  display: block;
	  margin: 0 auto;
	}
  }
  
  /* Image Fulle & Image Wide + Sidebar
  --------------------------------------------- */
  
  
  @media only screen and (min-width: 768px) {
  
	.alignfull {
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	  width: auto;
	  max-width: 1000%;
	}
	.alignwide {
	  margin-left: calc(25% - 25vw);
	  margin-right: calc(25% - 25vw);
	  width: auto;
	  max-width: 1000%;
	}
  
	.alignwide img,
	.alignfull img {
	  display: block;
	  margin: 0 auto;
	}
  }
  
  
  /*--------------------------------------------------------------
	GM Blocks - Widgets
  --------------------------------------------------------------*/
  
  /* Archives, Categories & Latest Posts */
  .wp-block-categories-list,
  .wp-block-archives-list {
	  list-style: none;
  }
  .wp-block-archives.aligncenter,
  .wp-block-categories.aligncenter,
  .wp-block-latest-posts.aligncenter {
	  text-align: center;
  }
  
  /* Comments */
  .wp-block-latest-comments article {
	  margin-bottom: 4em;
  }
  .blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
  .archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
  .search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	  float: none;
	  width: 100%;
  }
  .wp-block-latest-comments .avatar,
  .wp-block-latest-comments__comment-avatar {
	  border-radius: 0;
  }
  .wp-block-latest-comments a {
	  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  
  }
  .wp-block-latest-comments__comment-meta {
	  font-size: 16px;
	  font-size: 1rem;
	  margin-bottom: 0.4em;
  }
  .wp-block-latest-comments__comment-author,
  .wp-block-latest-comments__comment-link {
	  font-weight: 700;
	  text-decoration: none;
  }
  .wp-block-latest-comments__comment-date {
	  color: #767676;
	  font-size: 10px;
	  font-size: 0.625rem;
	  font-weight: 800;
	  letter-spacing: 0.1818em;
	  margin-top: 0.4em;
	  text-transform: uppercase;
  }
  .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
	  font-size: 14px;
	  font-size: 0.875rem;
  }
  
  /* Separator */
  .wp-block-separator {
	  border: none;
	  border-bottom: 2px solid #8f98a1;
	  margin: 1.65em auto;
  }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	  max-width: 100px;
  }
  
  /* Block Quote */
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
	  font-size: 60px;
	  border: none;
  }
  
  /* Block PullQuote */
  .wp-block-pullquote.aligncenter {
	  font-size: 60px;
	  font-style: normal;
	  max-width: 700px;
  }
  .wp-block-pullquote blockquote,
  .wp-block-pullquote.aligncenter blockquote,
  .wp-block-pullquote.alignwide blockquote {
	  border: none;
  }
  .wp-block-pullquote blockquote cite {
	  font-size: 14px;
  }
  
  /* Audio */
  .wp-block-audio figcaption {
	  text-align: left;
  }
  
  
  /*--------------------------------------------------------------
	  Sticky Post Layout
  --------------------------------------------------------------*/
  .sticky {
	  position: relative;
  }
  article i.sticky_icon {
	  display: none;
  }
  article.sticky i.sticky_icon {
	  content: "\f105" !important;
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: inherit;
	  font-size: 15px;
	  position: absolute;
	  right: 6px;
	  display: block;
  }
  /*-------------------------------------------------------------------------*/
  /* 7-   Jetpack Style
  /*-------------------------------------------------------------------------*/
  
  /* Center the caption. */
  .jp-carousel-info h2 {
   text-align: center !important;
  }
  
  /* Hide comment form header. */
  .jp-carousel-left-column-wrapper {
   display: none !important;
  }
  
  /* Center the metabox. */
  .jp-carousel-image-meta {
   display: none !important;
  
  }
  .jp-carousel-next-button span, .jp-carousel-previous-button span {
	 display: none !important;
  }
  
  
  /*-------------------------------------------------------------------------*/
  /* 8-   Embed
  /*-------------------------------------------------------------------------*/
  
  iframe {
	  width: 100%;
  }
  
  
  
  
  /*
  | ====================================================================
  | = FREYJA PRO STYLE
  | ====================================================================
  */
  
  
  /*  Basic
  ================================================== */
  
  .divider {
	  width: 100%;
	  border-top: 1px solid #333;
	  margin-bottom: 25px;
  }
  
  .container_up {
	  margin-top: 50px;
	  margin-bottom: 70px;
  
  }
  
  /****************************************/
  /*
  /* NAVIGATION MENU
  /*
  /****************************************/
  
  
  /* - Header
  ================================================== */
  header {
	  width: 100%;
	  position: relative;
	  z-index: 2;
  }
  
  /* logo
  ================================================== */
  h1.logo_text,
  h2.logo_text { 
	  padding-left: 0px;
	  padding-right: 0px;
	  text-align: center;
  }
  .header-layout3single h2.logo_text { 
	  text-align: left;
  }
  #logo a {
	  line-height: 0;
	  display: inline-block;
  }
  #logo a img {
	  display: inline-block;
  }
  #logo h1, #logo h2 {
	  font-weight: normal;
	  margin-bottom: 0;
	  line-height: 0 !important;
  }
  
  .layout1 .flex-col,
  .layout2 .flex-col {
	  margin: 0 auto;
  }
  
  /* === Single Logo === */
  #single-logo h2,
  #sticky-logo h2 {
	  padding: 0px;
	  margin: 0px;
	  font-size: 27px;
  }
  #single-logo h2 a img {
	  display: block;
  }
  #single-logo h2 a,
  #sticky-logo h2 a {
	  color: #dadada;
	  padding: 0px;
	  margin: 0px;
	  display: block;
	  line-height: 0;
  }
  #single-logo h2 a:hover {
	   color: #57d3aa; /* Default */
  }
  
  /* ===  Center Logo layout === */
  .center-logo {
	  margin: 0px 35px;
  }
  .center-logo h2 a img.desktop-logo {
	  display: inline-block;
  }
  
  /* Responsive logo + Responsive for single post logo
  ================================================== */
  
  @media (max-width: 1000px) {
	  .sas-wrap.delete-sas-wrap { 
		  width: auto;
	  }
	  .mobile_bg_logo {
		  background: #fff;
	  }
	  #logo,
	  h1.logo_text,
	  h2.logo_text,
	  #logo_single h2 {
		  padding-top: 15px !important;
		  padding-bottom: 15px !important;
		  text-align: left;	
		  max-width: 300px;	
		  font-size: 30px !important;
		  margin-bottom: 0;
		  line-height: 0 !important;	
	  }
	  .flex-grow-min-1 {
		  max-width: 100%;
	  }
	  .header_logo .sas-wrap,
	  .header-layout3 .sas-wrap,
	  .header-layout4 .sas-wrap { 
		  width: calc(100% - 1.875rem);
	  }
	  .sas-wrap.delete-sas-wrap { 
		  width: 100% !important;
	  }
	  #logo h1, #logo h2 {
		  margin: 0;
		  line-height: 0 !important;
	  }	
	  
	  
  /* layout 3 - logo left */
	  .header-layout3 .flex-grow-min-1 {
		  min-width: auto;
		  max-width: 100%;
		  margin: 0 auto;
	  }
	  .header-layout3 .logo {
		  flex-grow: 1;
	  }
	  .header-layout3 .center-logo .sas-wrap.delete-sas-wrap { 
		  width: auto !important;
	  }
	  @media (min-width: 1200px) {
		  .header-layout3 .center-logo .sas-wrap.delete-sas-wrap { 
			  width: auto !important;
		  }
	  }
   /* layout 4 - logo center */
	  .center-logo {
		  width: 100%;
		  margin: 0;
	  }
	  
  }
  @media screen and (max-width: 1000px) and (min-width: 600px) {
	  .header_logo .sas-wrap,
	  .header-layout3 .sas-wrap,
	  .header-layout4 .sas-wrap { 
		  width: calc(100% - 5rem);
	  }
  }
  
	  .layout3-textalignleft {
		  text-align: left !important;
		  margin-left: 1.875rem;
	  }
  /* Single Page Header
  ================================================== */
  .header-layout4single .flexwrap-center-logo,
  .sas-wrap.flexwrap-center-logo,
  .mobile_bg_logo,
  .sas-nav_mobile {
	  min-height: 40px;
  }
	  
  /*  - Parallax With js
  ================================================== */
  
  .parallax-window {
	  min-height: 30px;
	  background: transparent;
	  /*overflow: hidden */
	  position: relative;
	  z-index:100;
  }
  
  @media (max-width: 1200px) {
  .parallax-window {
	  z-index: 0;
		  min-height: 0;
  
	  }
  }
  .section_mask {
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
  }
  
  
  /* Navigation Bar ( primary and Secondary )
  ================================================== */
  
  .cont_primary_menu .flex-row,
  .header-layout3single .flex-row,
  .header-layout3sticky .flex-row {
	  min-height: 48px;
  }
  .cont_secondary_menu {
	  position: relative;
	  min-height: 40px;
  }
  .cont_primary_menu .container,
  .cont_secondary_menu .container {
	  position: relative;
  }
  
  /* ===== Navigation Bar ===== */
  
  .menu,
  .nav-menu,
  .nav-menu ul {
	  list-style: none;
	  margin: 0;
  }
  .menu:before,
  .menu:after,
  .nav-menu:before,
  .nav-menu:after {
	  content: "";
	  display: table;
  }
  .menu:after,
  .nav-menu:after {
	  clear: both;
  }
  .menu,
  .nav-menu {
	  zoom:1;
  }
  .menu li,
  .nav-menu li {
	  margin: 0 !important;
	  position: relative;
	  display: inline-block;    
  }
  .menu a,
  .nav-menu a {
	  padding: 8px 10px;
	  text-transform: uppercase;
	  font-size: 11px;
	  text-decoration: none;
	  display: inline-block;
  
  }
  
  /*
  .menu > li.menu-item-has-children:before,
  .nav-menu > li.menu-item-has-children:before {
	content: "" !important;
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: inherit;
	  font-size: 9px;
	  position: absolute;
	  top: 7%;
	  right: 5px;
	  color: #8C8C8C;   
	  opacity: 0.8;
  }
  */
  
  
	  /* ===== Sub Menu ===== */
	  
	  .menu ul,
	  .nav-menu ul {
		  padding-left: 0;
		  padding-top: 15px;	
		  margin: 0px 0px 0px 0px;
		  opacity: 0;
		  visibility: hidden;
		  position: absolute;
		  z-index: 9999;
		  transition: all 0.2s ease-in-out;
		  text-align: center;
		  left: 50%;
		  transform: translateX(-50%);
		  width: 220px;
	  }
	  ul.sub-menu li {
		  transition: all 0.2s ease-in-out;
		  opacity: 0;
	  }
	  .menu ul > li.menu-item-has-children:before,
	  .nav-menu ul >  li.menu-item-has-children:before {
		  content: "\f105";
		  font-family: FontAwesome;
		  font-style: normal;
		  font-weight: normal;
		  text-decoration: inherit;
		  font-size: 9px;
		  position: absolute;
		  top: 1px;
		  right: 15px;
		  color: #8C8C8C;
	  }
	  .menu li:hover > .sub-menu,
	  .nav-menu li:hover > .sub-menu {
		  opacity: 1;
		  visibility: visible;
		  margin: 0;
		  text-align: center;
	  }
	  ul.sub-menu li {
		  opacity: 1;
	  }
	  .menu ul ul,
	  .nav-menu ul ul {
		  transform: translateX(0%);
		  top: -1px;
		  left: 220px;
		  margin: 20px 0px 0px 0px;
		  padding-top: 0;	    
	  }
	  .menu ul li,
	  .nav-menu ul li {
		  float: none;
		  display: block;
		  border: 0;
	  }
	  .menu ul li:last-child,
	  .nav-menu ul li:last-child {
		  box-shadow: none;
	  }
	  .menu ul a,
	  .nav-menu ul a {
		  padding: 10px 0;
		  display: block;
		  float: none;
		  font-size: 10px;
	  }
	  
	  
   ul.nav-menu li ul.sub-menu:after {
	  border-color: transparent transparent red;
	  border-style: solid;
	  border-width: 0 6px 6px;
	  content: "";
	  display: block;
	  height: 0;
	  left: 49%;
	  position: absolute;
	  top: 10px;
	  width: 0;
	  z-index: 100000;
  }
  ul.nav-menu li ul.sub-menu li > ul.sub-menu:after {
	  border: none ;
  }
  
  /* ==== E-com Menu ==== */
  .e_com_menu {
	  min-height: 42px;
  }
  .e_com_menu .container {
	  position: relative;
  }
  .e_com_menu .menu a,
  .e_com_menu .nav-menu a {
	  padding: 0;
  }
  .e_com_menu .menu li,
  .e_com_menu .nav-menu li {
	  padding: 0px 10px 0px 10px;
	  display: inline-block;
  }
  .e_com_menu ul li:first-child {
	  padding-left: 0;
  }
  .e_com_menu ul li:last-child {
	  padding-right: 0;
  }
  .e_com_menu ul li:last-child.menu-item-has-children:before{
	  right: -9px;
  }
  
  /* ===> E-com Sub Menu <=== */
  
	  .e_com_menu .menu ul,
	  .e_com_menu .nav-menu ul {
		  padding-left: 0;
		  margin: 20px 0px 0px 0px;
		  opacity: 0;
		  visibility: hidden;
		  position: absolute;
		  top: 30px;
		  z-index: 9999;
		  transition: all 0.2s ease-in-out;
		  text-align: left;
		  
		  left: 50%;
		  transform: translateX(-50%);
		  width: 200px;
		  
	  }
	  .e_com_menu .menu li:hover > ul,
	  .e_com_menu .nav-menu li:hover > ul {
		  opacity: 1;
		  visibility: visible;
		  margin: 0;
		  text-align: left;
		  
	  }
	  .e_com_menu .menu ul > li.menu-item-has-children:before,
	  .e_com_menu .nav-menu ul >  li.menu-item-has-children:before {
		  content: "\f105";
		  font-family: FontAwesome;
		  font-style: normal;
		  font-weight: normal;
		  text-decoration: inherit;
		  position: absolute;
		  font-size: 7px;
		  top: 2px;
		  right: 15px;
		  color: #8C8C8C;
	  }
	  .e_com_menu .menu ul ul,
	  .e_com_menu .nav-menu ul ul {
		  transform: translateX(0%);
		  top: -1px;
		  left: 200px;
		  margin: 20px 0px 0px 0px;
	  }
  
	  .e_com_menu .menu ul li,
	  .e_com_menu .nav-menu ul li {
		  float: none;
		  display: block;
		  border: 0;
	  }
  
	  .e_com_menu .menu ul li:last-child,
	  .e_com_menu .nav-menu ul li:last-child {
		  box-shadow: none;
	  }
  
	  .e_com_menu .menu ul li,
	  .e_com_menu .nav-menu ul li {
		  padding: 0;
	  }
	  .e_com_menu .menu ul a,
	  .e_com_menu .nav-menu ul a {
		  padding: 12px 15px 12px 15px;
		  width: 200px;
		  display: block;
		  float: none;
		  font-size: 10px;
		  line-height: 16px;
		  text-align: center;
	  }
	  .e_com_menu .nav-menu ul li:first-child {
		  border-top: none;
	  }
	  
  
  
  
  
  /* Color Default Main Nav
  ================================================== */
  
	  .cont_primary_menu, 
	  .top_menu .menu ul { 
		  background: #1e1e1e; /* Default - Top Navigation Bar Background */
	  }
	  .top_menu .nav-menu li a,
	  .top_menu .menu li a { 
		  color: #878787; /* Default - Top Navigation Bar Menu Text Color */
	  }
	  .top_menu .nav-menu li:hover > a,
	  .top_menu .menu li:hover > a {  
		  color: #57d3aa; /* Default - Top Bar Menu Text Hover/Active Color  */
	  }
	  .top_menu li.current-menu-item > a,
	  .top_menu .current_page_item,
	  .top_menu .menu li.current-menu-item > a,
	  .top_menu .menu .current_page_item { 
		  color: #57d3aa !important; /* Color Current Page */ 
	  }
	  .top_menu .nav-menu ul li,
	  .top_menu .menu ul li {
		  border-top-color: #303030; /* Dropdown Border Color */
		  border-top-style: solid;
		  border-top-width: 1px;
	  }
	  .top_menu .nav-menu li:hover > ul li,
	  .top_menu .menu li:hover > ul li { 
		  background: #1e1e1e ; /* Dropdown Background */
	  }
	  .top_menu .nav-menu ul a,
	  .top_menu .menu ul a { 
		  color:  #878787 !important; 	/* Dropdown Text Color */			
	  }
	  .top_menu .nav-menu ul a:hover,
	  .top_menu .menu ul a:hover { 
		  color:  #57d3aa !important; /* Dropdown Text Hover Color */			
		  background: #2b2b2b; /* Dropdown Hover Background */
	  }		
		  
			  
  
  /* Color Default Secondary Nav
  ================================================== */
  
		  .cont_secondary_menu { 
			  background: #f9f9f9; /*  Secondary Bar Background */
		  }
		  .below_menu .nav-menu li a { 
			  color: #878787; /*  Secondary Bar Menu Text Color */
		  }
		  .below_menu .nav-menu li:hover > a {  
			  color: #57d3aa; /*  Secondary Bar Menu Text Hover/Active Color */
		  }
		  .below_menu li.current-menu-item > a,
		  .below_menu .current_page_item { 
			  color: #57d3aa !important; /* Color Current Page */
		  }
		  .below_menu .nav-menu ul li {
			  border-top-color: #eeeeee; /* Secondary Dropdown Border Color */
			  border-top-style: solid;
			  border-top-width: 1px;
		  }
		  .below_menu ul.sub-menu {
			  background: transparent !important; 
		  }
		  .below_menu .nav-menu li:hover > ul li { /* Secondary Dropdown Background */
			  background: #ffffff; 
		  }
		  .top_menu .nav-menu ul a { 
			  color:  #878787 !important; /* Secondary Dropdown Text Color */			
		  }
		  .below_menu .nav-menu ul a:hover { 
			  color: #57d3aa !important; /* Secondary Dropdown Text Hover Color */
			  background: #fcfcfc; /* Secondary Dropdown Hover Background */
		  }
  
  
  
  /* Color Default E-Commerce Nav
  ================================================== */
  
		  .e_com_menu {
			  background: #f9f9f9; /* e_com Background */
		  }
		  .e_com_menu .nav-menu li a,
		  .cart-login a,
		  .num_items {
			  color: #878787; /* e_com Menu Text Color */
		  }
		  .e_com_menu .nav-menu li:hover > a,
		  .cart-login a:hover,
		  .num_items:hover {
			  color: #57d3aa; /* e_com Menu Text Hover/Active Color */
		  }
		  .e_com_menu li.current-menu-item > a, .e_com_menu .current_page_item {
			  color: #57d3aa !important; /* Color Current Page */
		  }
		  .e_com_menu .nav-menu ul li {
			  border-top-color: #eeeeee; /* e_com Dropdown Border Color */
			  border-top-style: solid;
			  border-top-width: 1px;
		  }
		  .e_com_menu .nav-menu li:hover > ul li  { /* e_com Dropdown Background */
			  background: #f9f9f9;
		  }
		  .e_com_menu .nav-menu ul a {
		  color:  #878787 !important; /* e_com Dropdown Text Color */
		  }
		  .e_com_menu .nav-menu ul a:hover {
			  color: #57d3aa !important; /* e_com Dropdown Text Hover Color */
			  background: #fcfcfc; /* e_com Dropdown Hover Background */
		  }
  
  
  
  
  
  
  /*  - Mini Navigation (on scroll page)
  ================================================== */
  
  
  #mini-header {
	  padding: 0px;
	  position:fixed;
	  top:0px;
	  width:100%;
	  z-index:9999;
	  opacity: 0;
	  transition: all 0.5s;
  }
  
  .logo_mini_header {
	  margin-right: 50px;
  }
  
  .ig-social-right-miniheader {
	  position: absolute !important;
	  right: 0px;
	  top: -5px !important;
  }
  
  #mini-header .container {
	  border: none !important;
  }
  #mini-header .border_bottom {
	  border-top: none !important;
  }
  
  /* Animation */
  .mini-header-transition {
	  -webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out;
	  transform: translateY(-130px);
  }
  .show {
	  opacity: 1 !important;
	  transform: translateY(0px);
  }
  #mini-header.scrollUp {
	  transform: translateY(-130px);
  }
  
  
  /*  Query menu responsive
  ================================================== */
  @media (max-width:1000px) {
	  #mini-header #ig-social, #mini-header .top_menu, img.desktop-logo {
		  display: none !important;
	  }
  }
  @media (min-width:1000px) {
	  img.mobile-logo {
		  display: none !important;
	  }
  }
  
  /* Shopping Login
  ================================================== */
  
  .cart-login {
	  display: inline-block;
  }
  
  #ig-shopping-login {
	  text-decoration: none;
	  text-transform: uppercase;
  }
  
  #ig-shopping-login .sub-login-menu {
	  padding-left: 0;
	  margin: 20px 0px 0px 0px;
	  opacity: 0;
	  visibility: hidden;
	  position: absolute;
	  top: 21px;
	  right: 45px;
	  z-index: 9999999;
	  transition: all 0.2s ease-in-out;
	  width: 200px;
	  text-align: center;
	  padding-top: 30px;
  }
  @media (max-width:1025px) {
	  #ig-shopping-login .sub-login-menu {
	  /*top: 40px;*/
	  display: none;
	  
	 }
  
  }
  
  .sub-login-menu ul {
	  padding: 0;
	  margin: 0;
  }
  #ig-shopping-login:hover > .sub-login-menu {
	  opacity: 1;
	  visibility: visible;
	  margin: 0;
	  text-align: center;
  }
  #ig-shopping-login ul li {
	  list-style: none;
	  border-top-color: #eeeeee;
	  border-top-style: solid;
	  border-top-width: 1px;
	  margin: 0;
  }
  #ig-shopping-login ul li:first-child {
	  padding-left: 0;
	  border-top: none;
  }
  .list_menu_account li a {
	  padding: 12px 15px 12px 15px;
	  display: block;
	  float: none;
	  font-size: 10px;
	  line-height: 16px;
  }
  
  
  /* Shopping Cart
  ================================================== */
  
  #ig-shopping-cart {
	  margin-left: 15px;
	  z-index: 900;
	  position: relative;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
  }
  .cart-border {
	  width: 1px;
	  height: 20px;
	  margin: 0px 10px;
	  background: #e5e5e5;;	
  }
  .cart-contents:before{
	  font-family:FontAwesome;
	  content: "\f07a";
	  font-size:14px;
	  font-style:normal;
	  font-weight:400;
	  padding-right:5px;
	  color:#878787;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
  }
  #ig-shopping-cart:hover .cart-contents:before,
  #ig-shopping-cart:hover .num_items {
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
  }
  .cart-contents:hover {text-decoration: none}
  .num_items {
	  text-transform: uppercase;
	  display: inline;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
  }
  /* ===> Cart Sub Menu <=== */
  #ig-shopping-cart .sub-cart-menu {
	  padding-left: 0;
	  margin: 20px 0px 0px 0px;
	  opacity: 0;
	  visibility: hidden;
	  position: absolute;
	  top: 26px;
	  left: -192px;
	  z-index: 9999;
	  transition: all 0.2s ease-in-out;
	  text-align: left;
	  width: 290px;
	  padding-top: 20px;
  }
  #ig-shopping-cart:hover > .sub-cart-menu {
	  opacity: 1;
	  visibility: visible;
	  margin: 0;
	  text-align: left;
  }
  #ig-shopping-cart ul li {
	  list-style: none;
  }
  #ig-shopping-cart ul li:first-child {
	  padding-left: 0;
  }
  
  /* == No products in cart == */
  li.no_product_in_cart {
	  padding: 25px 15px 25px 15px !important;
	  font-size: 12px;
	  text-transform: uppercase;
	  text-align: center;
  
  }
  
  /* == Yes products in cart == */
  ul.list_products {
	  padding: 15px;
	  }
  ul.list_products li:last-child {
	  margin-bottom: 0;
	  }
  ul.list_products li  {
	  position: relative;
	  width: 100%;
	  list-style: none;
	  list-style: none;
	  clear: both;
	  display: inline-block;
	  }
  ul.list_products li figure {
	  float: left;
	  width: 80px;
	   margin: 0px 10px 0px 0px;
		  box-shadow: none !important;
	  padding: 0;
	  }
	  ul.list_products li figure a img {
	  width: 100%;
	  height: auto;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
	  }
	  ul.list_products li figure a img:hover {
	  opacity: 0.8;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
	  }
	  ul.list_products li figure a:before {
	  display: none;
	  }
	  .del_prod a.ig_remove {
		  position: absolute;
		  top: 0;
		  right: 0;
		  cursor: pointer;
		  font-size: 10px;
		  opacity: 1;
		  transition: all 0.3s ease 0s;
		  -webkit-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
		  -moz-transition: all 0.3s ease 0s;
		  -webkit-transform: translateZ(0);
	  }
	  .del_prod a.ig_remove:hover{
		  transition: all 0.3s ease 0s;
		  -webkit-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
		  -moz-transition: all 0.3s ease 0s;
		  -webkit-transform: translateZ(0);
	  }
  
  .ig_cat_product_details {
	  overflow: hidden;
	  line-height: 12px;
	  margin-top: 5px;
	  margin-right: 15px;
	  }
  a.ig_cat_product_title {
	  display: block;
	  font-size: 0.800em;
	  text-transform: uppercase;
	  color: #333; 
	  margin-bottom: 5px;
	  font-size: 12px;
	  }
  
  .ig_cat_product_title a:before {
	  display: none !important;
	  }
  
  .ig_cat_product_details span {
	  font-size: 0.800em;
	  color: #848484;
	  }
  
  /* === Subtotal === */
  .subtotal_cont {
	  text-align: center;
	  margin: 0px 15px 0px 15px;
	  padding: 15px;
	  border-top-style: solid;
	  border-top-width: 2px;
	  border-top-color: #eeeeee;
	  font-size: 12px;
  }
  
  /* === Button Cart === */
  .cont_button_cart {
  
  }
  
  .sas-cart_buttom {
	  margin-bottom: 20px;
	  text-align: center;
  }
  
  /* === Decoration  === */
  .sub-cart-menu ul:after,
  .sub-login-menu ul:after {
	  border-color: transparent transparent #f9f9f9;
  }
  .sub-cart-menu ul:after,
  .sub-login-menu ul:after {
	  border-color: transparent transparent red;
	  border-style: solid;
	  border-width: 0 6px 6px;
	  content: "";
	  display: block;
	  height: 0;
	  position: absolute;
	  width: 0;
	  z-index: 100000;
  }
  .sub-cart-menu ul:after {
	  left: 75%;
	  top: 14px;
  }
  .sub-login-menu ul:after {
	  left: 55%;
	  top: 24px;
  }
  
  /****************************************/
  /*
  /* BIG SERACH
  /*
  /****************************************/
  
  /*  Content Popup Search -  Tag - Category - Date
  ================================================== */
  
  
  body.overflow-open {
	  overflow: hidden !important;
	  position:relative !important;
  }
  .panel {
	  margin-bottom: 0;
	  background-color: transparent;
	  border: none;
	  border-radius: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
  }
  
  .panel-body {
	  padding: 0;
	  border: none;
	  margin-top: 50px;
  }
  .panel-body .widget_search  {
	  max-width: 800px;
	  margin: 20% auto;
  }
  .panel-body .widget_search form input[type="search"] {
	  background: transparent;
	  border-bottom: 1px solid #DFDFDF;
	  border-left: none;
	  border-top: none;
	  border-right: none;
	  display: block;
	  cursor: pointer;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  resize: none;
	  width: 100%;
	  -webkit-appearance: none;
	  outline: none;
	  text-align: left;
	  padding: 15px 0px 15px 0px;
	  }
  
  .panel-body .big_search::-webkit-input-placeholder {
	  color: #dadada;
	  font-size: 30px;
	  letter-spacing: 1.5px;
  }
  .panel-body .big_search:-moz-placeholder { /* Firefox 18- */
	  color: #dadada;
	  font-size: 30px;
	  letter-spacing: 1.5px;
  
  }
  .panel-body .big_search::-moz-placeholder {  /* Firefox 19+ */
	  color: #dadada;
	  font-size: 30px;
  }
  .panel-body .big_search:-ms-input-placeholder {
	  color: #dadada;
	  font-size: 30px;
	  letter-spacing: 1.5px;
  }
  .container-select-box {
	  position: relative;
  }
  
  .container-select-box select {
	  margin-bottom:0;
	  border: none;
	  padding: 0px 15px;
	  outline: 0;
	  margin: 0 0 20px;
	  width: 100%;
	  border-radius: 0;
	  max-width: 85%;
	  border-radius: 0;
	  cursor: pointer;
	  height: 52px;
	  max-height: 50px;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important;
	  -moz-box-shadow: none !important;
  
	  font-size: 12px;
	  text-transform: uppercase;
  
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  background: #F8F8F8;
	  }
  
  .container-select-box:after {
	  content: "\f107";
	  font-family: fontAwesome;
	  position: absolute;
	  font-size: 14px;
	  right: 10%;
	  top: 4px;
	  text-align: center;
	  line-height: 43px;
	  border-right: 0;
	  border-left: 0;
	  height: 47px;
	  }
  
  
  /*  List Category
  ================================================== */
  
  .cont__categories {
	  margin-top: 70px;
  }
  ul.list__category {
	  margin-top: 30px;
	  max-width: 900px;
	  margin: 0 auto;
	  padding: 0;
  }
  ul.list__category li {
	  list-style: none;
	  margin-bottom: 0;
  }
  ul.list__category li ul.children,
  ul.list__category li ul li,
  ul.list__category li {
	  display: inline;
  }
  ul.list__category li:after {
	  content: "/";
	  padding: 0 5px;
	  font-size: 20px;
  }
  ul.list__category li:last-child:after {
	  content: '';
	  padding: 0;
  }
  
  
  /*  Container Popup Search
  ================================================== */
  
  .container_search {
	  position: fixed;
	  left: 0;
	  top: 0;
	  height: 100%;
	  width: 100%;
	  background: rgba(255, 255, 255, 0.96);
	  z-index: 2000;
	  text-align: center;
	  padding: 20px 0px 50px 0px;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  overflow: auto;
  
	  /* Animation Fade */
	  opacity: 0;
	  visibility: hidden;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
  }
  
  .container_search.is-visible {
	  /* Animation Fade */
	  visibility: visible;
	  opacity: 1;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
  }
  
  .container_search .panel-body .subtitle_page h3 {
	  margin-bottom: 20px;
  }
  
  
  /* Search Icons
  ================================================== */
  
  a.click_search {
	  
  }
  
  #top-search i {
	  display: block;
	  font-size: 14px;
	  line-height: 20px;
	  margin-left: 18px;
	  padding-left: 18px;
	  color: #878787;  /* Default */
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  border-left-style: solid;
	  border-left-color: #878787;
	  border-left-width: 1px;
	  
	  }
  #top-search i:hover {
	  color: #57d3aa;  /* Default */
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  }
  
  /* Social Icons
  ================================================== */
  #ig-social a {
	  font-size:13px;
	  margin-left:10px;
	  line-height:51px;
	  }
	#ig-social a.tiktok {
	margin-left:1px;
	}

	#ig-social svg {
		height: 15px;
		margin-bottom: -2px;
	}

  #ig-social i, #ig-social svg {
	  fill: #878787;
	  color: #878787;   
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  }
  #ig-social i:hover, #ig-social svg:hover {
	  fill: #57d3aa; 
	  color: #57d3aa;   
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  }
  
  
  /****************************************/
  /*
  /* RESPONSIVE MENU
  /*
  /****************************************/
  
  
  .nav-mobile .divider {
	  width: 100%;
	  border-top: 1px solid #e1e0e1;
	  margin-top: 10px!important;
	  padding-top: 10px;
  }
  
  /* Icon Menu Open
  ================================================== */
  .menu-btn {
	  position: relative;
	  display:table-cell;
	  vertical-align:middle;
	  width: 70px;
	  height: 19px;
	  overflow: hidden;
	  text-align: right;
  }
  .menu-btn .svg-menu_nev2 {
	  cursor: pointer;
	 /* margin-top: 10px;*/
	  fill: #4c4c4c;
	  color: #4c4c4c; 
  }
  
  /* Icon Menu Close (Button X)(In the Pushy)
  ================================================== */
  .site-close {
	  text-align: right;
  }
  .site-close svg {
	  width: 20px;
	  height: 20px;
	  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.2555, 1);
	  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.2555, 1);
	  cursor: pointer;
	  margin-top: 4px;
  }
  .site-close:hover svg {
	  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg)
  }
  
  /* Search Form (In the Pushy)
  ================================================== */
  .resp-search {
	  margin-top: 10px !important;
	  width: 100%;
	  border-top: 1px solid #E1E0E1;
	  padding-top: 10px;
	  display: none;
  }
  .resp-search form {
	  border: 1px solid #DFDFDF;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  color: #BCBCC4;
	  font-size: 11px;
	  resize: none;
	  width: 100%;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  text-indent: 0.01px;
	  text-overflow: '';
	  overflow: hidden;
  }
  .resp-search form input[type="search"] {
	  cursor: pointer;
	  outline: none;
	  padding: 10px 5px 10px 25px;
	  width: 100%;
	  background: none;
	  border: none;
	  line-height: 19px;
	  min-width: 232px;
  
	  color: #808080;
	  font-size: 13px;
	  letter-spacing: 1px;
	  font-style: italic;
  
  }
  .resp-search form ::-webkit-input-placeholder {
	  color: #adadad;
	  font-size: 13px;
	  letter-spacing: 1px;
	  font-style: italic;
  }
  @media (max-width: 1000px) {
	  .resp-search {
		  display: block;
	  }
  }
  
  
  /* Social (In the Pushy)
  ================================================== */
  .pushy .resp-social {
	  width: 100%;
	  border-top: 1px solid #E1E0E1;
	  margin-top: 10px !important;
	  padding-top: 10px;
	  margin-bottom: 50px;
  }
  .resp-social a i {
	  padding: 0px 10px 0px 10px;
	  font-size: 13px;
	  display: inline;
  }
  .resp-social a i:first-child {
	  padding: 0px 10px 0px 0px;
	  font-size: 13px;
	  display: inline;
  }
  
  /* Footer Copyright (In the Pushy)
  ================================================== */
  .pushy__bottom {
	  position: relative;
	  bottom: 20px;
	  padding-right: 35px;
  }
  
  @media (max-width: 600px) {
	  .pushy__bottom {
	  position: relative;
	  }
  }
  
  
  /*! Pushy - v1.1.0 - 2017-1-30
  * Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
  * https://github.com/christophery/pushy/
  * by Christopher Yee 
  
	Pushy (Right Navigation Core)
  ================================================== 
  /* Menu Appearance */
  .pushy {
	  position: fixed;
	  width: 300px;
	  height: 100%;
	  top: 0;
	  z-index: 9999;
	  background: #ffffff;
	  overflow: auto;
	  /*visibility: hidden;*/
	  -webkit-overflow-scrolling: touch;
	  padding: 10px 35px;
  }
  
  .pushy.pushy-left {
	left: 0;
  }
  .pushy.pushy-right {
	right: 0;
  }
  .pushy-content {
	visibility: hidden;
  }
  
  /* Menu Movement */
  .pushy-left {
	-webkit-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
  }
  
  .pushy-open-left #container,
  .pushy-open-left .push {
	-webkit-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
  }
  
  .pushy-right {
	-webkit-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
  }
  
  .pushy-open-right #container,
  .pushy-open-right .push {
	-webkit-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
  }
  
  .pushy-open-left .pushy,
  .pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  .pushy-open-left .pushy-content,
  .pushy-open-right .pushy-content {
	visibility: visible;
  }
  
  /* Menu Transitions */
  #container,
  .pushy,
  .push {
	transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  
  .pushy-content {
	transition: visibility 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  
  /* Site Overlay */
  .site-overlay {
	display: none;
  }
  
  .pushy-open-left .site-overlay,
  .pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
  }
  
  @keyframes fade {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes fade {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  
  /*
  | ====================================================================
  | = Style Menu Mobile
  | ====================================================================
  */
  
  @media (min-width:1000px) {
  .cont_menu_responsive {
	  display: none !important;
	  }
  }
  .container_mob {
	  display: inline-block;
	  width: 100%;
  }
  
  .nav-mobile, .nav-mobile ul, .nav-mobile li {
	  list-style: none !important;
  }
  
  ul.nav-mobile {
	  padding-left: 0px;
	  margin-top: 30px;
  }
  
  .nav-mobile ul {
	  padding: 0px;
	  margin: 10px 0px 10px 0px;
  }
  
  .nav-mobile {
	  padding: 4px;
	  margin: 0px;
  }
  
  .nav-mobile > li {
	  margin: 0;
	  text-transform: uppercase;
  }
  
  .nav-mobile > li li {
	  margin: 2px 0;
  }
  
  .nav-mobile a {
	  display: block;
	  outline: none;
	  text-decoration: none;
  }
  
  .nav-mobile li > a > span {
	  float: right;
	  font-size: 15px;
	  font-weight: bolder;
  }
  
  .nav-mobile li > a:hover > span {
	  /*color: #000;*/
  }
  .nav-mobile li > a:before {
	  display: none;
  }
  .nav-mobile ul.sub-menu > li.menu-item-has-children:before {
	  display: none;
  }
  .nav-mobile li > a > span:before {
	  content: "\f107";
	  font-family: fontAwesome;
	  position: absolute;
  }
  .nav-mobile li.open > a > span:before {
	  content: "\f107";
	  font-family: fontAwesome;
	  position: absolute;
  }
  .nav-mobile .open > a, .nav-mobile .open > a:hover, .nav-mobile .open > a:focus {
	background-color: transparent;
  }
  .nav-mobile a:hover, .nav-mobile li.active > a {
	  /*color: #000;*/
  }
  
  .nav-mobile > li.active > a  {
	  background-color: transparent;
  }
  .nav-mobile > li > a {
	  font-size: 20px;
	  line-height: 20px;
	  padding: 5px 25px 5px 0px;
	  font-size: 15px;
  }
  .nav-mobile > li > a:hover {
	  background-color: transparent;
  }
  
  /* sub-menu  */
  .nav-mobile li ul.sub-menu {
	position: relative;
	width: 100%;
	z-index: 9999;
	margin-bottom: 2px;
	top: 0px;
	padding: 10px 0px;
	-webkit-transition-property: -webkit-transform,opacity;
	-webkit-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
  }
  
  .nav-mobile ul.sub-menu > li > a {
	display: block;
	padding: 10px 25px 10px 10px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
  }
  
  
  /* Livel 2 */
  .nav-mobile ul.sub-menu ul.sub-menu {
	padding-top: 0;
	 left: 0px;
	top: 1px;
  }
  .nav-mobile > li > a > ul > li a {
	  padding: 20px 10px;
  
  }
  
  /****************************************/
  /*
  /* Mailchimp Style
  /*
  /****************************************/
  
  /* - Widget Below Sidebar
  ================================================== */
  .ig-cont-below-area {
	  margin-top: 4px;
	  
  }
  .ig-below-area {
	  clear: both;
	  display: block;
	 }
	
  /* -- Text Widget -- */ 
  .ig-below-area h2 {
	  margin: 30px 0px;
	  text-align: center;
	  }
  
  .ig-below-area .textwidget {
	  text-align: center;
	  max-width: 700px;
	  margin: 10px auto 0;
	  font-style: italic;
	  }
  
  
  /* -- Mailchimp Top Home Widget -- */ 
  .widget.widget_mc4wp_form_widget {
	  padding:0;
	  border:none;
  }
  .widget.widget_mc4wp_form_widget .widget-title {
	  display:none;
  }
  .home-widget .widget.widget_mc4wp_form_widget {
	  margin-bottom:0;
  }
  
  
  /*
  | ====================================================================
  | = MAILCHIMP PLUGIN STYLE
  | ====================================================================
  */
  
  
  .subscribe2-box {
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  background: transparent;
	  display: inline-block;
	  padding: 80px 0px 110px;
  }
  .subscribe2-box p {
	  margin-bottom: 40px
  }
  .h-slim {
	  padding: 40px 0px 60px;
  }
  
  
	  /* Field Name */
	  .subscribe2-box input[type=text],
	  .subscribe2-box input[type=email],
	  .subscribe2-box input[type=submit] { 
		  width:100%;
		  padding: 17px 10px;
		  margin-bottom: 15px;
		  background: transparent;
		  text-align: center;
		  border-radius: 0px;
		  border-width: 1px;
		  border-style: solid;
		  border-color: transparent;
		  transition: all 0.3s ease 0s;
		  -webkit-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
		  -moz-transition: all 0.3s ease 0s;
		  -webkit-backface-visibility: hidden;
		  -webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none;
	  }
	  .subscribe2-box input[type=text]:focus,
	  .subscribe2-box input[type=email]:focus,
	  .subscribe2-box input[type=submit]:focus  { 
		  border-width: 1px;
		  border-style: solid;
		  transition: all 0.3s ease 0s;
		  -webkit-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
		  -moz-transition: all 0.3s ease 0s;
		  -webkit-backface-visibility: hidden;
	  }
	  .subscribe2-box ::-webkit-input-placeholder {
		  color: #353535;
		  font-size: 10px;
		  letter-spacing: 1.5px;
	  }
	  .subscribe2-box input:focus {
		  outline:none;
		  border:none;
	  }
	  /* Field Subscribe */
	  .subscribe2-box input[type=submit]:hover {
		  background: transparent;
		  color: #ef9781;
		  transition: all 0.3s ease 0s;
		  -webkit-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
		  -moz-transition: all 0.3s ease 0s;
		  opacity: 0.8;
		  
	  }
  
  /* Widget Mail Chimp Plugin */
	  .sas-widget .subscribe2-box {
		  width: 100%;
		  position: relative;
		  left: 0;
		  right: 0;
		  margin-left: 0px;
		  margin-right: 0px;
		  background: transparent;
		  display: inline-block;
		  padding: 35px 20px;
	  }
	  .sas-widget .subscribe2-box .sas-wrap-s {
		  width: 100%;
	  }
	  .sas-widget .subscribe2-box .sas-wrap,
	  .sas-widget .subscribe2-box .flex-column {
		  display: block;
		  width: 100%;
	  }
	  .sas-widget .subscribe2-box .flex-col3  {
		  width: 100%;
	  }
	  .sas-widget .subscribe2-box input[type=text],
	  .sas-widget .subscribe2-box input[type=email] {
		  width: 100%;
		  margin-bottom: 15px;
	  }
  
	  
	  
  
  /****************************************/
  /*
  /* Slide Post
  /*
  /****************************************/
  
  @media (max-width:1025px) {
  .slick{
	  margin-top: 5px;
	  }
  }
  .wrap_one_post ul,
  .wrap_classic_post_gallery ul {
	  padding-left: 0px;
  }
  /* === Arrows === */
  .slick-slider:hover .slick-prev,
  .slick-slider:hover .slick-next {
	  opacity: 1;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
  }
  .wrap_classic_post_gallery .slick-prev,
  .wrap_classic_post_gallery .slick-next,
  .wrap_one_post .slick-prev,
  .wrap_one_post .slick-next,
  .single_post_gallery .slick-prev,
  .single_post_gallery .slick-next,
  .ig_posts_slider .slick-prev,
  .ig_posts_slider .slick-next,
  .wrap_234 .slick-prev,
  .wrap_234 .slick-next {
	  position: absolute;
	  display: block;
	  height: 28px;
	  width: 28px;
	  cursor: pointer;
	  background: transparent;
	  color: transparent;
	  top: 47%;
	  margin-top: 0px;
	  padding: 0;
	  border: none;
	  outline: none;
	  z-index: 5;
	  opacity: 0;
	  border-radius: 0;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
  
  }
  .wrap_classic_post_gallery .slick-prev,
  .wrap_classic_post_gallery .slick-next {
	  top: 45%;
  }
  
  .wrap_classic_post_gallery .slick-slider:hover .slick-prev,
  .wrap_classic_post_gallery .slick-slider:hover .slick-next,
  .wrap_one_post .slick-slider:hover .slick-prev,
  .wrap_one_post .slick-slider:hover .slick-next,
  .single_post_gallery .slick-slider:hover .slick-prev,
  .single_post_gallery .slick-slider:hover .slick-next,
  .ig_posts_slider .slick-slider:hover .slick-prev,
  .ig_posts_slider .slick-slider:hover .slick-next  {
	  opacity: 1;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
  }
  
  .wrap_classic_post_gallery .slick-prev:before,
  .wrap_one_post .slick-prev:before,
  .single_post_gallery .slick-prev:before,
  .ig_posts_slider .slick-prev:before,
  .wrap_234 .slick-prev:before {
	  font-family: "FontAwesome";
	  font-size: 50px;
	  margin-left: -2px;
	  line-height: 1;
	  color: #000;
	  opacity: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  
  .wrap_classic_post_gallery .slick-next:before,
  .wrap_one_post .slick-next:before,
  .single_post_gallery .slick-next:before,
  .ig_posts_slider .slick-next:before,
  .wrap_234 .slick-next:before {
	  font-family: "FontAwesome";
	  font-size: 50px;
	  margin-left: -2px;
	  line-height: 1;
	  color: #000;
	  opacity: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  .wrap_classic_post_gallery .slick-prev:hover:before,
  .wrap_classic_post_gallery .slick-prev:focus:before,
  .wrap_one_post .slick-prev:hover:before,
  .wrap_one_post .slick-prev:focus:before,
  .single_post_gallery .slick-next:hover:before,
  .single_post_gallery .slick-next:focus:before,
  .wrap_234 .slick-prev:hover:before,
  .wrap_234 .slick-prev:focus:before,
  .wrap_234 .slick-next:hover:before,
  .wrap_234 .slick-next:focus:before {
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  opacity: 1;
  }
  
  /* === Date for All sliders === */
  .slidepost__desc .slide_date {
	  color: #fff;
	  display: block;
	  margin-top: 15px;
		  transition: all 0.3s ease 0s;
		  -webkit-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
		  -moz-transition: all 0.3s ease 0s;
	  }
  @media (max-width:950px) {
	  .slidepost__desc .slide_date {
		  font-size: 12px;
	  }
  }
  /* === Classic Post Gallery (preview) === */
  .slick.wrap_classic_post_gallery {
	  overflow: hidden;
	  width: 100%;
	  height: 480px;
  }
  @media screen and (max-width: 700px){
	  .slick.wrap_classic_post_gallery {
		  height: 360px;
	  }
  }
  @media screen and (max-width: 480px){
	  .slick.wrap_classic_post_gallery {
		  height: 245px;
	  }
  }
  
  /*
  | ====================================================================
  | = SLIDE POST 1 column
  | ====================================================================
  */
  
  .cont_one_post {
	  overflow: hidden;
	  position: relative;
	  display: block;
	  width: 100%;
  }
  .cont_one_post img {
	  width: 100%;
	  height: auto;
  }
  .ig_posts_slider {
	  margin-bottom: 20px;
  }
  .totalcover-1post {
	  position: relative;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  display: table;
	  width: 100%;
	  overflow: hidden;
	  height: 67vh;
	  max-height: 600px;
  }
  .cont_one_post .slidepost__desc {
	  -webkit-transform-style: preserve-3d;
	  -webkit-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -moz-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -o-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -webkit-transform: translateZ(0);
	  background: rgba(0,0,0,0.1);
	  position: relative;
	  width: 100%;
	  display:table-cell;
	  vertical-align:middle;
	  text-align: center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  overflow: hidden;
	  padding: 15px;
  }
  .totalcover-1post:hover .slidepost__desc {
	  padding: 30px 30px 40px 30px;
	  background: rgba(0,0,0,0.5);
  }
  .cont_one_post .totalcover-1post:hover .slidepost__desc {
	  padding: 30px;
	  background: rgba(0,0,0,0.5);
  }
  
  
  /* === Category === */
  .cont_one_post .slidepost__desc .slide_cat {
	  font-size: 13px;
	  line-height: 14px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  text-align: center;
	  margin-bottom: 4px;
	  display: block;
	  font-weight: normal;
	  font-style: normal;
  }
  .cont_one_post .slide_cat ul li a {
	  color: #fff;
	  border-bottom: 1px solid #fff;
	  padding-bottom: 4px;
  }
  .cont_one_post .slidepost__desc .slide_cat ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  text-align: center;
  }
  .cont_one_post .slidepost__desc .slide_cat li {
	  display: inline-block;
	  margin: 0;
	  padding: 0;
  }
  .cont_one_post .slidepost__desc .slide_cat li:after {
	  display: inline-block;
	  margin: auto 0.4em;
	  content: '\000B7';
	  color: #fff;
  }
  .cont_one_post .slidepost__desc .slide_cat li:last-child:after {
	  content: '';
	  display: none;
  }
  @media (max-width:480px) {
	  .cont_one_post .slidepost__desc .slide_cat {
		  text-align: center;
		  font-size: 12px;
	  }
	  .cont_one_post .slidepost__desc .slide_cat li:after {
		  content: '';
	  }
  }
  
  /* === Title === */
  .cont_one_post .slidepost__desc h2 {
	  /* it was a h3
	  font-size: 55px;
	  line-height: 55px;
	  font-weight: normal;
	  */
	  padding: 0 10px;
	  margin: 15px auto 35px;
	  max-width: 750px;
	  -webkit-transition: color 0.9s ease;
	  -moz-transition: color 0.9s ease;
	  -o-transition: color 0.9s ease;
	  transition: color 0.9s ease;
  }
  
  .cont_one_post .slidepost__desc h2 a {
	  color: #fff;
  }
  .cont_one_post .slidepost__desc h2 a:hover {
	  color: #57d3aa;
  }
  
  @media (max-width:480px) {
	  .cont_one_post .slidepost__desc h2 {
		  font-size: 28px;
		  padding: 0 5px;
		  line-height: 29px;
	  }
  }
  
  /* === Date === */
  .slide_date {
	  font-size: 9px;
	  display: block;
	  line-height: 16px;
	  margin: 0px;
	  text-transform: uppercase;
	  letter-spacing: 1.5px;
	  font-weight: normal;
  }
  
  
  
  /*
  | ====================================================================
  | = SLIDE POST 3 Central
  | ====================================================================
  */
  
  .posts_central {
	  display: block;
	  margin: 0px 5px;
	  width: 800px;
  }
  .totalcover-3postcentral {
	  position: relative;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  display: table;
	  height: 67vh;
	  max-height: 530px;
  }
  .totalcover-3postcentral .slidepost__desc {
	  -webkit-transform-style: preserve-3d;
	  -webkit-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -moz-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -o-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -webkit-transform: translateZ(0);
	  background: rgba(0,0,0,0.1);
	  position: relative;
	  width: 100%;
	  display: table-cell;
	  vertical-align:middle;
	  text-align: center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  overflow: hidden;
	  padding: 15px;
  }
  .totalcover-3postcentral:hover .slidepost__desc {
	  background: rgba(255,255,255,0.8);
	  -webkit-transform-style: preserve-3d;
	  -webkit-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -moz-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -o-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -webkit-transform: translateZ(0);
  }
  .totalcover-3postcentral:hover  {
	  padding: 15px;
  }	
	  
  /* === Category === */
  .slideposts_category {
	  margin-bottom: 10px;
  }
  .slideposts_category .slidepost__desc .slide_cat ul {
	  text-align: center;
  }
  .slideposts_category .title-line__inwrap ul li a,
  .slideposts_category ul li,
  .cover_image_234 time.slide_date a {
	  color: #fff;
  }
  .totalcover-3postcentral .slidepost__desc .fancy_one {
	  max-width: 300px;
	  margin: 0 auto;
  }
  
  
  .slideposts_category .title-line__inwrap:before,
  .slideposts_category .title-line__inwrap:after {
	  border-top-color: #fff;
  }
  
  .totalcover-3postcentral .title-line__inwrap ul li a {
	  color: #fff;
  }
  
  .totalcover-3postcentral .slidepost__desc:hover .title-line__inwrap:before,
  .totalcover-3postcentral .slidepost__desc:hover .title-line__inwrap:after {
	  transition: all 0.9s ease 0s;
	  -webkit-transition: all 0.9s ease 0s;
	  -o-transition: all 0.9s ease 0s;
	  -moz-transition: all 0.9s ease 0s;
	  -webkit-transform: translateZ(0);
	  border-top-color: #333 !important;
  }
  
  /* === Title === */
  .totalcover-3postcentral .slidepost__desc h2 a {
	  /* it was a h3
	  line-height: 44px;
	  font-size: 25px;
	  letter-spacing: 2px;
	  font-weight: 600;
	  */
	  color: #fff;
	  padding: 0px;
	  margin: 5px auto 5px;
	  display: inline-block;
		  -webkit-transition: color 0.3s ease;
		  -moz-transition: color 0.3s ease;
		  -o-transition: color 0.3s ease;
		  transition: color 0.3s ease;
  }
  
  
  
  .totalcover-3postcentral:hover .slidepost__desc h2 a,
  .totalcover-3postcentral:hover .post__category ul li a,
  .totalcover-3postcentral:hover .post__category ul li a:hover,
  .totalcover-3postcentral:hover .post__category .slide_date,
  .totalcover-3postcentral:hover .slidepost__desc .slide_date,
  .cover_image_234:hover .title-line__inwrap ul li a,
  .cover_image_234:hover .indie-slidepost__desc h2 a,
  .cover_image_234:hover time.slide_date a  {
	  color: #333;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
  }
  
  @media (max-width:850px) {
	  .totalcover-3postcentral {
		  height: 60vh;
	  }
	  .totalcover-3postcentral .slidepost__desc h3 {
		  text-align: center ;
		  width: 100% ;
		  display: block;
	  }
	  .totalcover-3postcentral .slidepost__desc .slide_cat ul {
		  text-align: center ;
	  }
	  .posts_central {
		  margin: 0px 10px;
		  width: 550px;
	  }
  }
  
  @media (max-width:480px) {
	  .totalcover-3postcentral .slidepost__desc h3 {
		  font-size: 17px;
		  padding: 0 5px;
		  line-height: 24px;
	  }
	  .posts_central {
		  margin: 0px 10px;
		  width: 380px;
	  }
  }
  
  
  
  /*
  | ====================================================================
  | =  POST SLIDER 2 - 3 - 4 colums 
  | ====================================================================
  */
  
  .cover_image_234 {
	  position: relative;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  display: table;
	  width: 100%;
	  overflow: hidden;
	  height: 67vh;
	  max-height: 530px;
	  padding: 15px;
  }
  .wrap_234 .cont_post_234 {
	  display: block;
	  margin: 0 2px;
	  border: none;
  
  }
  .wrap_234 .slick-list {
	  margin: 0px;
  }
  .mask_234 {
	  background: rgba(0,0,0,0.1);
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  margin: -15px;
  }
  
  .cont_post_234 .slidepost__desc_234 {
	   -webkit-transform-style: preserve-3d;
	  -webkit-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -moz-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -o-transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  transition: all 0.9s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	  -webkit-transform: translateZ(0);
	  
	  position: relative;
	  margin-top: 0px;
	  text-align: center;
	  height: 100%;
	  padding: 30px;
	  display: table-cell;
	  vertical-align: bottom;
  }
  
  @media (max-width: 1000px) {
	  .cont_post_234 .slidepost__desc_234 {
		   display: table-cell;
		  vertical-align: middle;
	  }
  }
  .cover_image_234:hover .slidepost__desc_234 {
	  background: rgba(255,255,255,0.8);
  }
  
  .cover_image_234:hover .title-line__inwrap ul li a,
  .cover_image_234:hover .slideposts_category .title-line__inwrap:before, 
  .cover_image_234:hover .slideposts_category .title-line__inwrap:after,
  .cover_image_234:hover .slidepost__desc_234 h2 a, 
  .cover_image_234:hover .slidepost__desc_234 h3 a,
  .cover_image_234:hover .post__category li:after,
  .cover_image_234:hover .post__category li
  
  
  {
	  border-top-color: #333;
	  color: #333;
  }
  
  
  
  /* === Category === */
  .cont_post_234 .slidepost__desc_234 .slide_cat {
	 font-size: 13px;
	  line-height: 14px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  text-align: center;
	  margin-bottom: 15px;
	  display: block;
	  font-weight: normal;
	  font-style: normal;
  }
  .cont_post_234 .slide_cat ul li a {
	  color: #fff;
	  border-bottom: 1px solid #fff;
	  padding-bottom: 4px;
  }
  .cont_post_234 .slidepost__desc_234 .slide_cat li {
	  display: inline-block;
	  margin: 0;
	  padding: 0;
	  line-height: 22px;
  }
  .cont_post_234 .slidepost__desc_234 .slide_cat ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }
  .cont_post_234 .slidepost__desc_234 .slide_cat li:after {
	  display: inline-block;
	  margin: auto 0.4em;
	  content: '\000B7';
	  color: #aaaaaa;
  }
  .cont_post_234 .slidepost__desc_234 .slide_cat li:last-child:after {
	  content: '';
	  display: none;
  }
  
  /* === Title === */
  .wrap_234 .slidepost__desc_234 h2,
  .wrap_234 .slidepost__desc_234 h3 {
	  /* it was a h3
	  font-size: 23px;
	  text-transform: uppercase;
	  line-height: 28px;
	  font-weight: normal;
	  */
	  
	  padding: 0px;
	  margin-bottom: 0px;
	  -webkit-transition: color 0.3s ease;
	  -moz-transition: color 0.3s ease;
	  -o-transition: color 0.3s ease;
	  transition: color 0.3s ease;
  }
  .wrap_234 .slidepost__desc_234 h2 a,
  .wrap_234 .slidepost__desc_234 h3 a {
	  color: #fff;
  }
  .wrap_234 .slidepost__desc_234 h2 a:hover,
  .wrap_234 .slidepost__desc_234 h3 a:hover {
	  color: #fff;
  }
  
  
  /*
  | ====================================================================
  | = POST GALLERY  (slide in top post)
  | ====================================================================
  */
  
  .slick-slide.grid_slidepost {
	  display: block;
	  min-height: 525px;
	  max-width: 800px;
	  max-height: 525px;
	  margin: 0px 5px;
  }
  
  @media screen and (max-width: 1000px) {
  .slick-slide.grid_slidepost {
		  max-width: 760px;
		  min-height: 500px;
		  max-height: 500px;
	  }
  }
  
  @media screen and (max-width: 700px) {
  .slick-slide.grid_slidepost {
		  max-width: 500px;
		  min-height: 325px;
		  max-height: 325px;
	  }
  }
  
  @media screen and (max-width: 480px) {
  .slick-slide.grid_slidepost {
		  max-width: 480px;
		  min-height: 270px;
		  max-height: 270px;
	  }
  }
  
  
  
  /*
  | ====================================================================
  | = DEFAULT PAGE 
  | ====================================================================
  */
  
  .title_page {
	  margin-bottom: 45px;
  }
  .page-header {
	  margin-top: 45px;
	  display: inline-block;
	  width: 100%;
  }
  
  
  /*
  | ====================================================================
  | = Button To Top
	====================================================================
  */
  
  
  .cd-top {
	  height: 30px;
	  width: 30px;
	  position: fixed;
	  bottom: 40px;
	  right: 10px;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  -moz-transition: opacity .3s 0s, visibility 0s .3s;
	  transition: opacity .3s 0s, visibility 0s .3s;
	  border: 1px solid #353535;
	  text-align: center;
	  display:table;
  }
  .cd-top i {
	  font-size: 19px;
	  line-height: 1;
	  color: #000;
	  opacity: 0.75;
	  display:table-cell;
	  vertical-align:middle;
	  }
  
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
  }
  .cd-top.cd-fade-out {
	opacity: .5;
  }
  .no-touch .cd-top:hover {
	background-color: transparent;
	opacity: 1;
  }
  @media only screen and (min-width: 768px) {
	.cd-top {
	  right: 30px;
	  bottom: 30px;
	}
  }
  @media only screen and (min-width: 1024px) {
	.cd-top {
	  height: 40px;
	  width: 40px;
	  right: 30px;
	  bottom: 30px;
	}
  }
  
  
  
  /*
  | ===================================================================
  | ======  Portfolio
  | ===================================================================
  */
  
  @keyframes port-fadein {
	  from {opacity: 0;}
	  to {opacity: 1;}
  }
  
  .portfolio__container {
	  opacity: 0;
	  animation-name: port-fadein;
	  animation-duration: 1s;
	  animation-delay: 1s;
	  animation-fill-mode: forwards;
  }
  
  .elementor-widget-container .button-group {
	  opacity: 0;
	  animation-name: port-fadein;
	  animation-duration: 1s;
	  animation-delay: 1s;
	  animation-fill-mode: forwards;
  }
  
  /* ===== Portfolio Navigation on Left and Right ====== */
  
  /* __ PREV __*/
  .c--prev {
	  position: fixed;
	  top: -webkit-calc(50% - 136px);
	  top: calc(50% - 136px);
	  height: 0;
	  z-index: 1;
	  display: none;
	  letter-spacing: 1px;
  }
  
  
  .previous_prev {
	  -webkit-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  transform: rotate(-90deg);
	  margin-left: -48px;
	  top: 150px;
	  position: relative;
	  text-transform: uppercase;
  
  }
  .ss_portfolio_page .previous_prev {
	  margin-left: 0px;
	  }
	  
  /* __ NEXT __*/
  .c--next {
	  position: fixed;
	  top: -webkit-calc(50% - 98px);
	  top: calc(50% - 98px);
	  height: 0;
	  z-index: 1;
	  display: none;
	  right: 0;
	  letter-spacing: 1px;
  }
  
  .previous_next {
	  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);
	  margin-right: -29px;
	  top: 150px;
	  position: relative;
	  text-transform: uppercase;
  }
  .ss_portfolio_page .previous_next {
	  margin-right: 0px;
	  }
  
  /* __ Responsive PREV & NEXT __*/
  @media (min-width: 600px){
	  .c--prev,.c--next   {
		  display: block;
	  }
  }
  /*
  | ====================================================================
  | =  JETPAK STYLE
	====================================================================
  */
  
  .gallery-item {
	  margin-top: 0px !important;
	  padding: 0 2px 3px 1px;
  }
  .gallery-item img {
	  width: 100%;
	  height: auto;
  }
  .gallery img {
	  box-shadow: none;
	  border: none !important;
	  padding: 0px;
	  background: transparent;
  }
  .gallery-row {
	  margin: 0 auto;
  }
  .wp-caption-text.gallery-caption {
	  position: relative;
	  bottom: 2px;
	  left: 0;
	  margin-top: 0;
	  margin-bottom: 30px;
	  font-size: 10px;
	  font-weight: 400;
	  font-style: normal;
	  line-height: 1.2em;
	  text-transform: capitalize;
	  letter-spacing: 0.04em;
	  color: #333;
	  padding: 5px 10px;
	  background: hsla(41, 96%, 100%, 0.8);
	  margin: 0;
  }
  .wp-caption-text.gallery-caption {
	  margin-left: 0;
	  float: right;
	  margin-top: 10px;
  }
  .tiled-gallery {
	  margin: 20px 0px !important;
  }
  .comment-subscription-form .subscribe-label {
	  font-size: 13px;
  }
  
  /*
  | ====================================================================
  | =  BLOG LAYOUT
	====================================================================
  */
  
  
  /* - Post preview featured image
  ================================================== */
  
  .post-img a {
	  margin-bottom: 25px;
  }
  .post-img img, 
  .post_container img {
	  max-width: 100%;
	  height: auto;
	  margin: 0 auto;
  }
  .post-img a img:hover {
	  opacity: 0.9;
  }
  .post-img a img {
	  max-width: 100%;
	  height: auto;
	  background: #fff;
	  opacity: 1;
	  transition: opacity .25s ease-in-out;
	  -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
  }
  .post-img.single-img {
	  margin-bottom: 25px;
  }
  
  
  /* - Post HEADER
  ================================================== */
  
  
  /* === Subtitle === */
  .post-header h4.post_subtitle,
  .list-item .post-header h4.post_subtitle,
  .full-header-single h4.post_subtitle,
  .only-title-single h4.post_subtitle  {
	  color: #333333;
  }
  .post-header h4.post_subtitle {
	  max-width: 570px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 15px;
  }
  
  
  /* === Meta === */
  .post-header .meta_item {
	  color: #878787;
  }
  .post-header .meta_item ul {
	  padding-left: 0px;
	  margin-bottom: 20px;
  }
  .post-header .meta_item ul li {
	  list-style: none;
	  display: inline-block;
	  position: relative;
	  margin-bottom: 10px;
  }
  .post-header .meta_item ul li span:after {
	  content: ' /';
  }
  .post-header .meta_item ul li:last-child span:after {
	  content: '';
  }
  .post-header .meta_item a {
	  color: #878787;
  }
  .post-header .meta_item a:hover {
	  color: #57d3aa;  /* Dynamic */
  }
  
  
  
  /* - Post the_excerpt
  ================================================== */
  
  
  
  .for_excerpt p {
	  margin-top: 35px;
  }
  @media (max-width: 600px) {
		  .for_excerpt p {
			  margin-top: 25px;
		  }
	  }
  
  
  
  /* - Post FOOTER
  ================================================== */
  .post-footer.classic_prev ul {
	  text-align: left;
  }
  
  .post-footer {
  	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	  
	  -ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	  
	  
	  margin-bottom: 60px;
	  padding-bottom: 60px;
	  margin-top: 50px;
	  border-bottom-color: #DCDAD5;   
	  border-bottom-style: solid;
	  border-bottom-width: 1px;
  }
  .post-footer ul {
	  padding: 0px;
	  margin: 0px;
	  text-align: center;
  }
  ul.meta-share {
	  list-style: none;
	  margin-top: 10px;
	  display: block;
	  padding-left: 0px !important;
  }
  ul.meta-share li {
	  display: inline;
  }
  ul.meta-share li a {
	  color: #333;
  }
  ul.meta-share li a:hover {
	  color: #57d3aa;  /* Dynamic */
  }
  ul.meta-share li:after {
	  display: inline-block;
	  margin: auto 0.3em;
	  content: '\000B7';
	  color: inherit;
  }
  
  ul.meta-share li:last-child:after {
	  content: '';
	  margin: 0px;
	  }
	  
  @media (max-width: 700px) {
	  .post-footer ul.meta-share {
		  margin-top: 1.875rem;
		  font-size: 0.6875rem;
	  }
	  
  }

.post-footer-single {
	display: block;
}
.post-footer-single ul.meta-share {
	padding: 30px 0;
}

  
  /* ===== Read More Buttom ===== */
  .read-more {
	  display: inline-block;
	  text-align: center;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 10px;
	  text-transform: uppercase;
	  letter-spacing: 0.15em;
	  padding: 2px 12px;
	  border-radius: 0px;
	  }
  .grid_read-more {
	  margin-top: 40px;
	  }
  a.read-more,
  #commentform .submit {
	  color: #333;  
	  background-color: transparent;   
	  border-color: #333;  
	  border-width: 1px;
	  border-style: solid;
	  
  }	
  a.read-more:hover,
  #commentform .submit:hover {
	  color: #57d3aa;  
	  background-color:  transparent;
	  border-color: #57d3aa;  
	  border-width: 1px;
	  border-style: solid;
	  
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
  }	    
		  
	@media (max-width: 700px) {
		.classic_read-more .read-more {
			float: none;
			display: block;
			clear: both;
			max-width: 200px;
			margin: 0 auto;
		}
		.post-footer {
			text-align: center;
			flex-direction: column;	  
		}
		.post-footer .classic_read-more.flex-right {
			margin-left: unset;
			margin-top: 30px;
		}
	}
  
  .load-more {
	  width: 100%;
  }
  
  
  
  
  /*
  | ====================================================================
  | ======  GRID BLOG LAYOUT
	====================================================================
  
  
  .isotopeWrapper {
	  margin-left: -40px;
  }
  ul.isotopeWrapper {
  padding-left: 0px;
  }
  
  @media (max-width: 599px) {
	  .isotopeWrapper {
		  margin-left: 0px;
	  }
  }
  
  .first_post {
	  margin-right: 0px;
  }
  .main_content__grid {
	  margin-right: 400px;
  }
  .main_content__grid li {
	  list-style: none;
  }
  
  
  @media (max-width: 960px) {
	  .main_content__grid {
		  margin-right: 0px; 
	  }
	  .first_post {
		  margin-right: 0px;
	  }
  }
  
  @media only screen and (max-width: 1170px) and (min-width: 600px), only screen and (min-width: 1171px) {
	  .cont_masonry_2 {
		  float: left;
		  width: 49.9%;
		  padding-left: 40px;
	  }
	  .cont_masonry_3 {
		  float: left;
		  width: 33.2%;
		  padding-left: 40px;
	  }
	  .cont_masonry_4 {
		  float: left;
		  width: 25%;
		  padding-left: 40px;
	  }
  }
  
  @media  (max-width: 1000px)  {
	  .cont_masonry_3 {
		  float: left;
		  width: 49.9%;
		  padding-left: 40px;
	  }
	  .cont_masonry_4 {
		  float: left;
		  width: 49.9%;
		  padding-left: 40px;
	  }
  }
  
  @media  (max-width: 600px)  {
	  .cont_masonry_2,
	  .cont_masonry_3,
	  .cont_masonry_4 {
		  float: left;
		  width: 100%;
		  padding-left: 0px;
	  }
  }
  
  @media only screen and (max-width: 1170px) and (min-width: 961px), only screen and (min-width: 1171px) {
  .isotopeWrapper, .masonryContainer {
	  position: relative;
	  }
  }
  
  ul.isotopeWrapper li,
  li.cont_masonry_2,
  li.cont_masonry_3,
  .cont_masonry_4 {
	  list-style: none;
  }
  
  .grid-item {
	  margin-bottom: 10px;
	  border-bottom: 1px solid #DCDAD5;
	  padding-bottom: 50px;
  }
  .grid-item .post-header h3  {
	  margin: 0 0 10px 0;
  }
  .grid-item .post-header  {
	  padding: 10px 0px;
	  overflow-wrap: break-word;
  }
  .post_container_grid {
	  padding: 0px;
	  margin-top: 25px;
	  font-size: 14px;
	  line-height: 22px;
  }
  .post_container_grid p {
	  margin-top: 15px;
  }
  .grid-item .post-img {
	  margin-top: 10px;
	  margin-bottom: 0px;
  }
  .read-more .grid {
	  margin-left: auto;
	  margin-right: auto;
	  float: none;
  }
  .grid-item .post-header .meta_item {
	  line-height: 17px;
	  margin-bottom: 0px;
  }
  .grid-item .post-header .meta_item ul {
	  margin-bottom: 0px;
  }
  .grid-item .post-header .meta_item ul li span a {
	  display: inline-block;
  }
  */
  
  /*
  | ====================================================================
  | ======  LIST BLOG LAYOUT
	====================================================================
  */
  .list-item ul  {
	  margin: 0px;
	  padding: 0px;
  }
  .list-item ul li {
	  list-style: none;
  }
  .list-item .post-header {
	  padding: 0px;
  }
  .list-item .post-header p {
  }
  .list-item .post-header h3 {
	  margin: 0px;
  }
  .list-item .post-header h5.post_subtitle {
	  max-width: 100%;
	  margin-bottom: 15px;
  }
  .entry-footer-meta .meta_item {
	  color: #878787;
  }
  .entry-footer-meta .meta_item ul {
	  padding-left: 0px;
  }
  .entry-footer-meta .meta_item ul li {
	  list-style: none;
	  display: inline-block;
	  position: relative;
	  margin-bottom: 0px;
  }
  .entry-footer-meta .meta_item ul li span:after {
	  content: ' /';
  }
  .entry-footer-meta .meta_item ul li:last-child span:after {
	  content: '';
  }
  .entry-footer-meta .meta_item a {
	  color: #878787;
  }
  .entry-footer-meta .meta_item a:hover {
	  color: #57d3aa;  /* Dynamic */
  }
  
  /*  LIST POST IMAGE 
	  ===================== */
  .list-wrap {
	  height: 440px;
	  margin-bottom: 25px;
	  overflow: hidden;
  }
  .frontpage-thumb {
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-position: center;
	  width: 100%;
	  height: 100%;
	  position: relative;
	  z-index: 1;
  }
  .list-post_image {
	  height: 100%;
	  width: 45%;
	  float: left;
	  overflow: hidden;
	  position: relative;
  }
  .list-post_image a {
	  height: 440px;
  }
  
  /*  LIST POST WRAP 
	  ===================== */
  .list-post_wrap {
	  width: 55%;
	  height: 100%;
	  float: left;
	  padding: 30px 30px;
	  position: relative;
	  overflow: hidden;
  }
  .list-post_wrap p {
	  margin-top: 30px;
  }
  .entry-footer-meta {
	  margin-top: 30px;
  }
  
  
  /* === Media Query List Blog === */
  
  @media (max-width: 1000px) {
	  
	  .list-wrap {
		  height: auto;
		  width: 100%;
	  }
	  .list-post_image {
		  height: 330px;
		  width: 100%;
		  margin-bottom: 10px;
	  }
	  .list-post_wrap {
		  width: 100%;
		  height: auto;
		  float: left;
		  padding: 0;
		  position: relative;
		  overflow: hidden;
	  }
	  .entry-footer-meta {
		   padding: 15px 0px 30px;
	  }
	  .list_read_more.grid_read-more {
		  margin-bottom: 30px;
		  display: block;
		  text-align: left;
	  }
  }
  
  
  article.list-item:last-of-type  {
	  margin-bottom: 30px;
  }
  
  
  /*
  | ====================================================================
  | ======  SINGLE BLOG PAGE  ==========================================
	====================================================================
  */
  
  .only-title-single {
	  margin-top: 60px;
  }
  
  @media (max-width: 600px) {
	  .mobile_cont_single_media {
		  margin-top: 50px;
	  }
  }
  @media (max-width: 480px) {
	  .space_mobile {
		  margin-top: 160px;
	  }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 900px) {
	  .space_mobile {
		  margin-top: 50px;
	  }
  }
  
  .single_media_wrapper {
		  margin-bottom: 80px;
		  padding-top: 40px;
	  }
  @media (max-width: 480px) {
	  .single_media_wrapper {
		  margin-bottom: 10px;
		  padding-top: 0px;
	  }
  }
  
  /* Featured Image Single
  ============================================= */
  .img-cover {
	  background: none no-repeat center center;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -webkit-background-size: cover;
	  background-size: cover;
	  position: relative;
	  z-index: 0;
	  padding: 0;
	  height: 85vh;
	  width: 100%;
	
  }
  .img-cover-category {
	  background: none no-repeat center center;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -webkit-background-size: cover;
	  background-size: cover;
	  position: relative;
	  z-index: 0;
	  padding: 0;
	  height: 45vh;
	  width: 100%;
  
	  margin-bottom: 130px;
  }
  
  .img_header_page {
	  background: none no-repeat center center;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -webkit-background-size: cover;
	  background-size: cover;
	  position: relative;
	  z-index: 0;
	  padding: 0;
	  height: 30vh;
	  width: 100%;
	  margin-bottom: 0px;
  }
  
  /* ===== Post Heder Single ===== */
  .full-header-single {
	  padding: 30px 0;
	  background-color: #fff;
	  margin: 0px 90px;
	  position: absolute;
	  bottom: -80px;
	  width: 900px;
	  margin-left: auto;
	  margin-right: auto;
	  left: 0;
	  right: 0;
  }
  
  @media (min-width: 1200px) {
	  .full-header-single {
		  width: 1150px;
	  }
  
  }
  @media (max-width: 900px) {
	  .full-header-single {
		  width: 100%;
		  padding: 0px 15px 0px 15px;
		  margin: 0px;
	  }
  
  }
  @media (max-width: 480px) {
	  .full-header-single {
			  bottom: -200px;
			  margin-bottom: 15px;
	  }
	  .img-cover-category {
			  height: 80vh;
			  margin-bottom: 70px;
	  }
	  .img-cover-category .full-header-single {
			  bottom: -50px;
	  }
	  .img-cover-category .full-header-single .archive-box {
				  margin-top: 10px;
	  }
  
  }
  
  .full-header-single h1,
  .only-title-single h1 {
	  padding: 0px;
	  max-width: 950px;
	  margin: 15px auto 15px;
  }
  
  .full-header-single h4.post_subtitle,
  .only-title-single h4.post_subtitle  {
	  max-width: 650px;
	  margin: 15px auto 55px;
  }
  
	  @media (max-width: 600px) {
	  .full-header-single h4.post_subtitle  {
		  margin-bottom: 15px;
		  }
	  }
	  
	  @media (max-width: 600px) {
	  .only-title-single h4.post_subtitle  {
		  font-size: 22px;
		  margin-bottom: 15px;
		  }
	  }
  
  
  
  .full-header-single .meta_item a,
  .only-title-single .meta_item a {
	  color: #878787;
  }
  
  .full-header-single .meta_item a:hover,
  .only-title-single .meta_item a:hover {
	  color: #57d3aa; /* Dynamic */
  }
  
  .divider_head_single {
	  height: 5px;
	  width: 100%;
  }
  @media (max-width: 600px) {
  .divider_head_single {
	  height: 10px;
	  }
  }
  
  @media (max-width: 600px) {
  .full-header-single .meta_item  {
	  margin-top: 0px !important;
	  }
  }
  
  
  /* ===== Category single post ===== */
  
  .full-header-single .title-line {
	  margin-bottom: 15px;
	  margin-top: 45px;
  }
  
  .title-line {
	  display: block;
	  text-align: center;
	  margin-bottom: 10px;
	  
	  text-transform: uppercase;
  }
  
  .title-line__inwrap {
	  position: relative;
	  display: inline-block;
	  padding-left: 30px;
	  padding-right: 30px;
  }
  
  .title-line__inwrap:before {
	  left: 0;
  }
  .title-line__inwrap:after {
	  right: 0;
  }
  
  .title-line__inwrap:before,
  .title-line__inwrap:after {
	  content: '';
	  position: absolute;
	  display: inline-block;
	  width: 20px;
	  top: 50%;
	  height: 0;
	  border-top-color: #fff;
	  border-top-style: solid;
	  border-top-width: 1px;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-transform: translateZ(0);
  }
  
  .slidepost__desc_234 .title-line__inwrap:before,
  .slidepost__desc_234 .title-line__inwrap:after {
	  border-top-color: #fff;
	  }
  
  @media (max-width: 480px) {
  .slidepost__desc_234 .title-line__inwrap:before,
  .slidepost__desc_234 .title-line__inwrap:after {
		  display: none;
	  }
	  .title-line__inwrap {
		  padding-left: 25px;
		  padding-right: 25px;
	  }
  }
  
  .post__category ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  text-align: center;
  }
  .post__category ul li {
	  float: left;
	  display: inline-block;
	  margin: 0;
	  padding: 0;
	  white-space: nowrap;
  }
  .post__category li:after {
	  display: inline-block;
	  margin: auto 0.4em;
	  content: '\000B7';
	  color: inherit;
  }
  .post__category li:last-child:after {
	  content: '';
	  display: none;
	  }
  
  
  /* ===== Meta single ===== */
  .full-header-single .meta_item,
  .only-title-single .meta_item {
	  color: #878787;
	  margin: 40px auto 50px;
	  max-width: 500px;	
	  }
  img.ico_svg_single {
	  margin-top: -5px;
	  margin-right: 10px;
  }
  .meta_with_svg .flex-col.master_column {
	  margin-right: 60px;
  }
   .meta_with_svg .flex-col.master_column:last-child {
	  margin-right: 0;
  }
  
  
  @media (max-width: 780px) {
	  img.ico_svg_single {
		  display: none;
	  }
	  .meta_item .flex-row,
	  .meta_item .flex-row .flex-col {
		  display: inline;
	  }
	  .meta_item span.toafter:after {
		   content: " / ";
	  }
	  .full-header-single .meta_item {
		  margin-bottom: 60px;
	  }
	  .full-header-single .meta_item .flex-row,
	  .full-header-single .meta_item .flex-col {
		  display: inline;
	  }
	  .meta_with_svg .flex-col.master_column {
		  margin-right: 10px;
	  }
   
  }
  

  
  
  
  
  
  /* ===== Intro Story ===== */
  .story-intro  {
	  min-height: 110px;
  }
  .story-intro h4:first-child:first-letter {
	  float: left;
	  font-size: 90px;
	  line-height: 90px;
	  padding-top: 0px;
	  padding-right: 8px;
	  padding-left: 3px;
  }
  /* ===== image into the post ===== */
  .single-page .post-img.sas-wrap-s {
	  width: 100%;
  }
  /* ===== Footer Single Page ===== */
  
  .single-page .post-header {
	  padding: 0;
  }
  
  
  /*
  | ====================================================================
  | =  COMMENT STYLE
	====================================================================
  */
  
  .indie-form input{
	padding-left: 44px !important;
  }
  
  .indie_comments .author {
	background: url("images/user.svg") no-repeat 16px center;
  }
  .indie_comments .author {
	background: url("images/user.svg") no-repeat 16px center, url("images/cd-required.svg") no-repeat right 5px top 10px;
  }
  
  
  .indie_comments .email {
	background: url("images/mail.svg") no-repeat 16px center;
  }
  .indie_comments .email {
	background: url("images/mail.svg") no-repeat 16px center, url("images/cd-required.svg") no-repeat right 5px top 10px;
  }
  
  
  .indie_comments .url {
	background: url("images/display.svg") no-repeat 16px center;
  }
  
  
  /* --------------------------------
  FLoating labels
  -------------------------------- */
  
  .floating-labels div {
	margin: 30px 0px 0px 0px;
	position: relative;
  }
   .floating-labels .cd-label {
	  position: absolute;
	top: 13px !important;
	left: 65px ;
	font-size: 12px ;
	cursor: text ;
	-webkit-transition: top 0.2s, left 0.2s, font-size 0.2s ;
	-moz-transition: top 0.2s, left 0.2s, font-size 0.2s ;
	transition: top 0.2s, left 0.2s, font-size 0.2s ;
	font-weight: normal;
	
	text-transform: uppercase;
	}
  
  
   .floating-labels .cd-label {
	left: 66px ;
  }
  .floating-labels .cd-label.float {
	font-size: 11px !important;
	top: -27px !important;
	left: 17px !important;
	}
  @media only screen and (min-width: 600px) {
   .floating-labels legend + div {
	  /* reduce margin-top for first form element after the legend */
	  margin-top: 9px !important;
	}
	.floating-labels .cd-label {
	  top: 20px ;  }
  }
  
  .comment-form-author {
		  padding-left: 0px !important;
  }
  
  /* Comment Container  */
  .content-comment {
	  padding: 10px 0px;
	  margin-bottom: 10px;
	  margin-top: 30px;
  }
  .content-comment h3 {
	  text-align: center;
	  margin-bottom: 50px;
   }
  .comment-respond {
	  padding: 20px 0px;
	  margin-bottom: 40px;
   }
  
   .col_field_com {
	  width: 32.7%;
	  padding-left: 10px;
	  display: inline-block;
  }
  
   @media (max-width: 1200px) {
  .col_field_com {
	  width: 31%;
	  display: inline-block;
	  }
  }
  
  @media (max-width: 991px) {
  .col_field_com {
	  width: 100%;
	  margin-left: 0px !important;
	  padding-left: 0px;
	  display: inline-block;
	  }
  }
  @media (max-width: 1000px) {
	  .content-comment, .comment-respond {
		  padding: 20px 15px;
	  }
	  .author-img {
		  display: none;
	  }
  
	  ul.children li > div, ol.commentlist li > div {
		  padding: 10px 10px 35px 10px;
		  margin-bottom: 15px;
	  }
  }
  
  .comment-area {
	  padding-bottom: 70px;
	  }
  
  .comments-title,
  .pings-title,
  #reply-title {
	  margin: 0;
	  padding: 0 0 10px;
	  text-transform: capitalize;
	  text-align: center;
	  }
  
  /* Title comment 1 Row
  ================================================== */
  #reply-title {
	  overflow: hidden;
	  text-align: center;
	  margin: 20px 0px 15px 0px;
	  }
  
  #reply-title span  {
	  position: relative;
	  text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
		}
  
  #reply-title span:before,
  #reply-title span:after {
	  content: "";
	  position: absolute;
	  width: 600px;
	  height: 1px;
	  top: 50%;
	  }
  
  #reply-title span:before {
	  right: 100%;
	  margin-right: 15px;
	  }
  
  #reply-title span:after {
	  left: 100%;
	  margin-left: 15px;
	  }
  .comments-title {
	  overflow: hidden;
	  text-align: center;
	  margin: 35px 0px 15px 0px;
	  height: 35px;
	  }
  
  .comments-title span {
	  position: relative;
	  text-transform: uppercase;
	font-size: 12px;
		}
  
  .comments-title span:before,
  .comments-title span:after {
	  content: "";
	  position: absolute;
	  width: 600px;
	  height: 1px;
	  top: 50%;
	  }
  
  .comments-title span:before {
	  right: 100%;
	  margin-right: 15px;
	  }
  
  .comments-title span:after {
	  left: 100%;
	  margin-left: 15px;
	  }
  
  
  /* Comments
  ================================================== */
  
  .comment {
	  position: relative;
	  }
  .divider_comments {
	  margin-bottom: 15px;
	  }
  .comment-form {
	  margin-top: 0px;
	  position: relative;
	  }
  .commentlist,
  .pinglist {
	  margin: 20px 0 80px;
	  list-style-type: none;
	  }
  ol.commentlist {
	  padding-left: 0px;
  }
  
  @media (max-width: 550px) {
  ol.commentlist ul.children,
  ol.commentlist ul.children li {
	  padding-left: 10px;
	  }
  }
  
  .comment-section {
	  padding: 20px 0px 0px 0px;
	  }
  .comment-cont p {
	  font-size: 15px;
	  line-height: 22px;
	  margin: 10px 0 10px;
	  }
  .comment-body {
	  padding-bottom: 20px;
	  }
  ul.children li > div,
  ol.commentlist li > div {
	  padding: 10px 10px 14px 10px;
	  margin-bottom: 15px;
	  }
  .comment-side {
	  float: left;
	  }
  .comment-author img.avatar {
	  border-radius: 0;
	  border-radius: 50%;
	  max-width: 100%;
	  }
  ol.commentlist li.byuser > div {
	  position: relative;
	   }
  .bot_polar{
	  height: 10px;
	  clear: both;
	  }
  .comment .comment-cont {
	  margin-left: 80px;
	  }
  .comment-author cite,
  .comment-author cite a {
	  font-size: 20px;
	  margin-left: 10px;
	  text-transform: uppercase;
	  font-style: normal;
	  line-height: 5px;
		}
  .comment-meta,
  .comment-meta a {
	  font-size: 14px;
	  font-weight: 300;
	  line-height: 20px;
	  }
  .comment-meta {
	  margin: 15px 0px;
	  }
  .comment-meta a {
	  padding: 0px;
	  font-size: 12px;
	  margin-right: 10px;
	  }
  .comment-meta a:hover {
	  opacity: 1;
	  }
  .children {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  }
  .children .comment {
	  padding-left: 35px;
	  }
  .comment-author {
	  position: relative;
	  }
  .badge_author {
	  position: absolute;
	  top: 12px;
	  right: 10px;
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	  -webkit-border-radius: 999px;
	  -moz-border-radius: 999px;
	  border-radius: 999px;
	  opacity: 0.5;
	  }
  .nocomments {
	  padding: 20px 30px 20px;
	  }
  
  /* Comments ul
  ================================================== */
  
  .thecomment {
	  border-bottom: 1px dotted #eee;
	  padding-bottom: 34px;
	  margin-bottom: 34px;
  }
  .thecomment .author-img {
	  float: left;
	  margin-right: 20px;
  }
  
  .thecomment .author-img img {
	  border-radius: 0;
	  border-radius: 50%;
	  max-width: 100%;
  }
  .thecomment .comment-text {
	  overflow: hidden;
  }
  .thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	  display: block;
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  margin-bottom: 6px;
  }
  .thecomment .comment-text span.date {
	  font-size: 11px;
	  display: block;
	  margin-bottom: 10px;
  }
  span.reply {
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 0px 8px;
	  margin: 0;
	  line-height: 21px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  font-size: 10px;
  }
  h4.author {
	  text-transform: uppercase;
  }
  
  /* Comment Form */
	#commentform p {
		padding: 0px;
		text-align: center;
	}
	#commentform p.comment-form-cookies-consent {
		flex-direction: row;
		justify-content: start;
		align-items: center;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	} 
	#commentform p.comment-form-cookies-consent input {
		width: 30px;
	}
	  
  
  /*#commentform label,*/
  #commentform span.required {
	  position: relative;
	  top: 0px;
	  display: inline-block;
	  font-weight: 300;
	  font-size: 15px;
	  margin-bottom: 0px;
	  }
  #commentform span.required {
	  top: 0;
	  color: #E96045;
	  font-size: 12px;
	  }
  #commentform input,
  #commentform textarea {
	  z-index: 2;
	  position: relative;
	  margin: 0;
	  padding: 15px;
	  border-radius: 0px;
	  
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  resize: none;
	  border: 1px solid #DCDAD5;
  
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
	  }
  
  #commentform input:focus,
  #commentform textarea:focus {
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  outline: none !important;
	  border: 1px solid #333333;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
	  }
  #commentform input {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  border: 1px solid #DCDAD5;
	  font-size: 13px;
	  resize: none;
	  }
  #commentform textarea {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  resize: vertical;
	  }
  #commentform .submit {
	  display: inline-block;
	  text-align: center;
	  font-style: normal;
	  text-transform: uppercase;
	  letter-spacing: 0.15em;
	  padding: 4px 12px;
	  background-color: transparent;
	  margin-top: 20px;
	  width: auto;
	  vertical-align: middle;
	  cursor: pointer;
	  margin-bottom: 20px;
	  
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
		  }
  
  #commentform .submit:hover {
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
	  }
  
  #commentform p.comment-form-comment {
	  margin-top: 0px !important;
	  }
  
  .says { display: none; }
  
  /* Comment Audio embed */
  .audio {
	  max-width: 700px;
	  margin: 0 auto;
  }
  
  
  
  
  /*
  | ====================================================================
  | =  Contact Form 7 (Plugin Style)
	====================================================================
  */
  
  .wpcf7 p img.ajax-loader {
	  width: 20px;
  }
  
  div.wpcf7 {
	  overflow:hidden;
	  margin-top:10px;
  }
  .wpcf7 input, 
  .wpcf7 textarea {
	  min-height: 35px;
	  max-width: 80%;
	  margin: 10px 10px 50px 0px;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
		  background-color: transparent;
  
	  border-bottom: 1px solid #DFDFDF;
	  border-radius: 0;
	  border-left: none;
	  border-top: none;
	  border-right: none;
  }
  .wpcf7 input:focus,
  .wpcf7 textarea:focus { 
	  outline: none !important;
	  border-color: #333;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
  }
  
  /* Drop Down Menu */
  .wpcf7 select.wpcf7-select {
	  padding: 11px 0px 7px 0px;
	  margin: 20px 10px 50px 0px;
	  font-size: 12px;
	  outline: none;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  background: transparent;
	  border: 1px solid #DFDFDF;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	  resize: none;
	  min-width: 300px;
	  appearance: none;
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  content: "";
	  border-top: none;
	  border-left: none;
	  border-right: none;
  
  }
  
  .wpcf7-date {
	  max-width: 300px;
  }
  
  .wpcf7 select.wpcf7-select:-moz-focusring  { 
	  color: transparent;
	  text-shadow: 0 0 0 #000;
  }
  .wpcf7 select.wpcf7-select:after {
	  content: "?";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  font-size: 60%;
	  line-height: 30px;
	  padding: 0 7px;
	  background: #bbb;
	  color: white;
	  pointer-events:none;
	  -webkit-border-radius: 0 6px 6px 0;
	  -moz-border-radius: 0 6px 6px 0;
	  border-radius: 0 6px 6px 0;
  }
  .wpcf7 select.wpcf7-select:focus { 
	  outline: none !important;
	  border-color: #333;
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
  }
  .wpcf7 textarea {
	  width:95%;
	  padding: 15px 0 0 0;
	  max-height: 150px;
  }
  .wpcf7 .wpcf7-submit {
	  min-width: 100px;
	  margin-top: 20px;
	  border: none;
	  display: inline-block;
	  vertical-align: middle;
	  text-align: center;
	  cursor: pointer;
	  margin-bottom: 20px;
	  
	  transition: all 0.3s ease 0s;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -webkit-backface-visibility: hidden;
	  opacity: 1;
	  
	  background-color: transparent;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #333;
	  border-radius: 0px;
	  text-transform: uppercase;
	  }
  
  ::-webkit-input-placeholder {
	 color: #969696;
	 font-size: 14px;
  }
  :-moz-placeholder { /* Firefox 18- */
	 color: #969696;
	 font-size: 14px;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
	 color: #969696;
	 font-size: 14px;
  }
  :-ms-input-placeholder {
	 color: #969696;
	 font-size: 14px;
  }
  div.wpcf7-response-output {
	  font-size: 13px;
	  text-transform: uppercase;
	  color: #333;
	  width: 95%;
  }
  div.wpcf7-mail-sent-ok {
	  border: 2px solid;
  }
  div.wpcf7-response-output {
	  margin: 0px;
	  padding: .2em 1em;
  }
  div.wpcf7-validation-errors {
	  border: none;
  }
  
  /* Radio & CheckBox Button */
	  
  span.wpcf7-form-control.wpcf7-radio,
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	  line-height: 50px;
  }
  .wpcf7 input[type='radio'] {
	  width: 15px;	
	  margin-right: 5px;
	  }
  .wpcf7-list-item {
	  margin-right: 20px;
	  display: block;
	  }
  
  
  /*
  | ====================================================================
  | = FOOTER
  | ====================================================================
  */
  .footer_one_columns {
	  max-width: 500px;
	  margin: 0 auto;
  }
  .sub_footer {
	  padding: 20px 0px;
	  background: #fff;  
  }
  .sub_footer .text_footer {
	  color: #333;  
  }
  .sub_footer .text_footer a {
	  color: #57d3aa;  
  }
  
  /* Footer 3 columns */
  .padding_footer_column {
	  background-color: #f1f1f1;
	  padding: 40px 0px;
	  margin: 60px 0px 10px 0px;
  }
  .padding_footer_column .sas-widget {
	  background: transparent;
	  border: none;
	  margin-bottom: 40px; 
	  padding: 0px;
  }
  
  /*
  | ====================================================================
  | =  Related Post
  | ====================================================================
  */
  
  .content-related-post {
	  margin-bottom: 100px;
	  display: inline-block;
	  width: 100%;
  }
	  @media (max-width: 600px) {
		  .content-related-post {
			  margin-bottom: 10px;
		  }
	  }
  
  .content-related-post h3 {
	  margin-bottom: 50px;
  }
  .content-related-post ul  {
	  padding: 0px;
	  margin: 0px;
  }
  .content-related-post ul li {
	  margin-left: 2.6%;
	  list-style: none;
  }
  .content-related-post ul li:nth-child(1) {
	  margin-left: 0;
  }
  .relatedPostItem {
	  position: relative;
	  float: left;
	  width: 31.6%;
  }
  @media (max-width: 600px) {
	  .relatedPostItem {
		  width: 100%;
	  }
	  .content-related-post ul li {
		  margin-left: 0px;
		  margin-bottom: 20px;
	  }
  }
  .relatedPostItem img {
	  display: block;
	  margin: 0 auto;
	  height: auto;
	  max-width: 100%;
	  }
  .meta_related_post {
	  margin-top: 20px;
	  margin-bottom: 20px;
	  display: block;
	  }
  .meta_related_post h5 {
	  margin-bottom: 7px;
	  }
  
  
  /*
  | ====================================================================
  | =  PROGRESS BAR
  | ====================================================================
  */
  
   #progress {
	height: 2px;
	background-color: #57d3aa;  
	top: 0;
	left: 0;
  }
  
  /*
  | ====================================================================
  | =  AUTHOR
  | ====================================================================
  */
  
  .author-block {
	  text-align:center;
	  position:relative;
	  border-radius:2px;
	  overflow:hidden;
	  background-color: #f9fafa;
	  padding: 50px 0px;
  }
  .author-block .title-header{
	  position:relative;
	  z-index:2;
	  padding-bottom:0
  }
  .author-block .author_avatar {
	  margin: 0px auto 20px;
  }
  .author-block .author_avatar img {
	  border-radius: 50%;
	  overflow: hidden;
	  display: inline-block;
  }
  .author-block h3.title_author {
	  margin-bottom: 20px;
  }
  .author-block .desc_author{
	  max-width: 560px;
	  margin: 0 auto;
  }
  .author-block .post-footer {
	  border: none;
	  margin-bottom: 0px;
	  padding-bottom: 0px;
	  margin-top: 20px;
  }
  .post-footer.author-post {
	  display: block;
	  
  }
  
  /*
  | ====================================================================
  | =  NAVIGATION POST (Single Page) 
  | ====================================================================
  */
  
  
  .ig_navigation {
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 20px 0px;
  }
  .ig_navigation .alignleft {
	  margin-left: 20px;
  }
  .ig_navigation .alignright {
	  margin-right: 20px;
  }
  .ig_navigation .alignright i {
	  margin-left: 10px;
	  color: #dadada;
  }
  .ig_navigation .alignleft i {
	  margin-right: 10px;
	  color: #dadada;
  }
  .cont_prev_left > div,
  .cont_next_right > div {
	  padding: 0px;
	  min-height: 175px;
	  position: relative;
  }
  .cont_prev_left {
	  width: 48%;
	  float: left;
	  clear: none;
	  margin-right: 4%;
  }
  .cont_next_right {
	  width: 48%;
	   clear: none;
	  float: left;
  }
  
  /* Title Nav Prev */
  .tit_prev {
	  overflow: hidden;
	  text-align: left;
	  }
  
  .tit_prev span {
	  position: relative;
	  }
  .tit_prev span a,
  .tit_next span a {
	  color: #333;  
	  }
  .tit_prev span a:hover,
  .tit_next span a:hover {
	  color: #57d3aa;  
	  }/* Title Nav Next */
  .tit_next {
	  overflow: hidden;
	  text-align: right;
	  }
  
  .tit_next span {
	  position: relative;
	  }
  
  /* Container image and title/Date */
  .img_navigation_post {
	  position: absolute;
	  width: 140px;
	  height: 140px;
	  z-index: 9;
  }
  .img_navigation_post a img {
	  width: 100%;
	  height: auto;
  }
  .title_navigation_post {
	  position: relative;
	  padding-left: 155px;
	  display: inline-block;
  }
  .img_navigation_post_r {
	  position: absolute;
	  width: 140px;
	  height: 140px;
	  right: 0px;
	  top: 0px;
  }
  .img_navigation_post_r a img {
	  width: 100%;
	  height: auto;
  }
  .title_navigation_post_r {
	  position: relative;
	  padding-right: 155px;
	  text-align: right;
  }
  .title_navigation_post_r p {
	  padding: 0px;
	  margin: 0px;
  }
  .title_navigation_post p {
	  padding: 0px;
	  margin: 0px;
  }
  
  /* Style title/Date */
  .title_navigation_post h4,
  .title_navigation_post_r h4 {
	  margin-bottom: 7px;
  }
  
  @media (max-width: 992px){
	  .cont_prev_left {
		  width: 100%;
	  }
	  .cont_next_right {
		  width: 100%;
	  }
  }
  
  /*
  | ====================================================================
  | = PAGE ARCHIVE
  | ====================================================================
  */
  
  .archive-box {
	  margin-top: 80px;
  }
  .desc_archive {
	  max-width: 700px;
	  margin: 30px auto 0px;
  }
  .archive-box .desc_archive p {
	  text-align: center;
	  margin: 30px auto 0px;
	  font-style: italic;
	  padding: 0 15px;
  }
  
  /*
  | ====================================================================
  | = PAGINATION
  | ====================================================================
  */
  
  .sas_pagination {
	  display: inline-block;
	  width: 100%;
	  margin: 25px 0px;
	  clear: both;
  }
  a.page-numbers {
	  text-align: center;
	  font-size: 12px;
	  float: left;
	  width: 35px;
	  margin: 0px 3px;
  }
  .page-numbers.current {
	  float: left;
	  font-size: 12px;
	  width: 35px;
	  margin: 0px 3px;
	  text-align: center;
  }
	  .next {
		  float: right !important;
		  }
	  a.next.page-numbers {
		  padding-top: 0px;
		  }
	  a.prev.page-numbers {
		  padding-top: 0px;
		  }
	  a.next.page-numbers:hover,
	  a.prev.page-numbers:hover {
		  padding-top: 0px;
		  }
	  .prev {
		  float: left !important;
		  }
	  span.dots {
		  text-align: center;
		  font-size: 17px;
		  float: left;
		  color: #878787;
		  }
  
  
  /*
  | ====================================================================
  | = LOAD MORE PAGINATION
  | ====================================================================
  */
  
  .container_loadmore {
	  margin: 50px 0px;
  }
  
  
  /*
  | ====================================================================
  | = TEMPLATE ABOUT ME ( layout 1 & Layout 2 )
  | ====================================================================
  */
  
  img.about_img {
	  width: 100%;
	  height: auto;
	  margin: 20px 0px;
  }
  .about_layout ul.meta-share  {
	  padding-left: 0px;
  }
  /* ==== Layout 1 === */
  .box-left {
	  float: left;
	  width: 40%;
	  position: relative;
	   z-index: 4;
  }
  .box-right {
	  float: right;
	  width: 60%;
	  position: relative;
	  z-index: 10;
	  padding: 10px 40px;
  }
  .box-right ul.meta-share  {
	  margin-top: 30px;
  }
  
  @media (max-width:1000px){
	  .box-left {
		  width: 100%;
		  min-height: 0 !important;
		  padding: 20px;
	  }
	  .box-right {
		  width: 100%;
		  min-height: 0 !important;
		  padding: 20px;
	  }
  }
  
  
  /*
  | ====================================================================
  | = PROMO AREA
  | ====================================================================
  */
  
  .promo-area {
	  padding-top: 60px;	
  }
  .promo-item {
	  display: table;
	  width:100%;
	  float:left;
	  margin-right:30px;
	  height:240px;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  padding:16px;
	  position:relative;
  }
  .promo-item:last-child {
	  margin-right:0;
  }
  .promo-overlay {
	  height: 100%;
	  display: table-cell;   
	  vertical-align: middle;   
	  text-align:center;
	  border:1px solid #fff;
  }
  .promo-overlay  h4 {
	  color:#000;
	  line-height:1.5em;
	  padding:8px 12px 8px 13px;
	  font-size:11px;
	  text-transform:uppercase;
	  letter-spacing:2px;
	  background:#fff;
	  display:inline-block;
	  max-width:60%;
  }
  .promo-link {
	  position: absolute; 
	  height: 100%; 
	  width: 100%;
	  top: 0;
	  left:0;
	  z-index: 999999;
	  display: block
  }
  @media (max-width: 766px) {
	  .promo-item  {
		  margin-bottom: 20px;
	  }
  }
  @media (max-width: 991px) {
	  .resp-sm {
		  margin-bottom: 20px;
	  }
  }
  
  
  /*
  | ====================================================================
  | = ANIMATION PROMO BOX
  | ====================================================================
  */
  .main_wrap_promo_box {
	  margin-top: 60px;
  }
  .wrap_promo_box {
	  overflow: hidden;
	  position: relative;
	  height: 240px;
	  width: 100%;
	  
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center center;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  }
  .promobox__desc {
	  width: 100%;
	  height: 100%;
	  display: table;
	  text-align: center;
	  }
  .promobox__desc h5 {
	  display:table-cell;
	  vertical-align:middle;
	  height: 100%;
	  text-align: center;
	  color: #fff;
	  }
  .wrap_promo_box .overlayBox:hover .promobox__desc h5  {
	  -webkit-transition: color 0.9s ease;
	  -moz-transition: color 0.9s ease;
	  -o-transition: color 0.9s ease;
	  transition: color 0.9s ease;
	  color: #333 !important; 
	  }
  .wrap_promo_box .overlayBox:hover .promobox__desc {
	  border: none;
	  background-color: transparent;
	  }
  .wrap_promo_box .overlayBox {
		border:1px solid #fff;
  
	  width: -moz-calc(100% - 30px);
	  width: -webkit-calc(100% - 30px);
	  width: calc(100% - 30px);
	  height: -moz-calc(100% - 30px);
	  height: -webkit-calc(100% - 30px);
	  height: calc(100% - 30px);
  
	  background: rgba(255,255,255,0);
	  -webkit-transition: background 0.9s ease;
	  -moz-transition: background 0.9s ease;
	  -o-transition: background 0.9s ease;
	  transition: background 0.9s ease;
	  }
  .wrap_promo_box .overlayBox:hover, 
  .overlayBox:hover {
	  background: rgba(255,255,255,0.9);
	  }
  .wrap_promo_box .dark-overlay {
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  width: 100%;
	  height: 100%;
	  /* background: rgba(255,255,255,0.3);  white */
	  background: rgba(51,51,51,0.1); /* dark */
	  }
  .overlayBox {
	  position: absolute;
	  left: 15px;
	  top: 15px;
  
	  width: -moz-calc(100% - 30px);
	  width: -webkit-calc(100% - 30px);
	  width: calc(100% - 30px);
	  height: -moz-calc(100% - 30px);
	  height: -webkit-calc(100% - 30px);
	  height: calc(100% - 30px);
  
	  background: rgba(255,255,255,0);
	  -webkit-transition: background 0.9s ease;
	  -moz-transition: background 0.9s ease;
	  -o-transition: background 0.9s ease;
	  transition: background 0.9s ease;
	  }
  
  .overlayBox:hover, .overlayBox:hover {background: rgba(255,255,255,0.9);}
  
  /*
  | ====================================================================
  | = EXTRA MENU
  | ====================================================================
  */
  
  .new_page {
	  position: relative;
  }
  .new_page a:after {
	  content: "NEW";
	  font-size: 11px;
	  color: #fff;
	  background: #e35450;
	  position: absolute;
	  right: 10px;
	  text-transform: uppercase;
	  line-height: 15px;
	  padding: 3px 5px;
	  top: 9px;	
	  font-weight: 700;
	  border-radius: 2px;
  }
  
  /*
  | ==============================================================
  | = Print style
  | ==============================================================
  */
  
  @media print {
	a[href]:after {
	  content: none !important;
	} 
  }
  
  
  /*
  | ==============================================================
  | = GDPR Plugins compatibility
  | ==============================================================
  */
  p.wpgdprc-checkbox,
  .wpcf7-form-control-wrap {
	  font-size: 12px;
  }
  .wpgdprc span.wpcf7-list-item {
	  margin: 0px;
  }
  input[name="wpgdprc"] {
	  width: 15px !important;
  }
  
  
  
  /*
  | ==============================================================
  | = 2019 Last changes 
  | ==============================================================
  */
  
  .separator {
	  background-color: transparent;
	  height: auto;
	  width: auto;
  }
  
  