/*
Theme Name: UltraServiceTheme2
Theme URI: https://ultraservice.com.br
Author: UltraService
Description: UltraServiceTheme2 for the UltraService website.
Version: 5.1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ultratheme
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, one-column, right-sidebar, theme-options, threaded-comments, translation-ready, two-columns, grid-layout, footer-widgets, blog, e-commerce, photography, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.Normalize
2.Typography
3.Elements
4.Forms
5.Links
6.Accessibility
7.Alignments
8.Clearings
9.Widgets
10.Content
11.Posts and pages
12.Asides
13.Comments
14.Infinite scroll
15.Media
16.Captions
17.Galleries
18.Main Header
19.Main SLider Glide.js
20.Default Section
21.Service Section
22.Testimonial Section
23.Portfolio Section
24.Call to Action Section
25.Team Section
26.Google Map Section
27.Blog Section
28.Footer Section
29.Social
30.Responsive grid for pages
31.Woocommerce
32.Guttenberg
--------------------------------------------------------------*/
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
   * since its edges can look jagged due to lack of antialiasing. In this case, we are several
   * layers of box-shadow to add the border visually, which will render the border smoother. */
  /* Fallback for non-latin fonts */
  /* Calculates maximum width for post content */
  /* Nested sub-menu padding: 10 levels deep */
  /* Normalize */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  
  /* Document
	 ========================================================================== */
  
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  
  html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
	 ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
	margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
	display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
	font-size: 2em;
	margin: 0.67em 0;
  }
  
  /* Grouping content
	 ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
	 ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
	background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
	font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
	font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  
  sub {
	bottom: -0.25em;
  }
  
  sup {
	top: -0.5em;
  }
  
  /* Embedded content
	 ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
	border-style: none;
  }
  
  /* Forms
	 ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
	overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
	text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
	padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
	vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
	overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
	height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
  }
  
  /* Interactive
	 ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
	display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
	display: list-item;
  }
  
  /* Misc
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
	display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
	display: none;
  }
  
  
  /*--------------------------------------------------------------
  2.Typography
  --------------------------------------------------------------*/
  body,
  button,
  input,
  select,
  textarea {
	  color: #404040;
	  font-family: 'Roboto', sans-serif;
	  line-height: 1.5;
	  font-weight: 300;
	  font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
	  margin-bottom: 0;
	  font-weight: 700;
  }
  h1{
	  font-size: 24px;
  }
  h2{
	  font-size: 22px;
  }
  h3{
	  font-size: 20px;
  }
  h4{
	  font-size: 18px;
  }
  h5{
	  font-size: 16px;
  }
  h6{
	  font-size: 14px;
  }
  p {
	  margin-top: 0;
	  margin-bottom: 20px;
  }
  b, strong, dt {
	  font-weight: 700;
  }
  dfn, cite, em, i {
	  font-style: italic;
  }
  blockquote, address {
	  margin: 0 20px;
  }
  pre {
	  background: #eee;
	  font-family: "Courier 10 Pitch", Courier, monospace;
	  font-size: 15px;
	  line-height: 1.6;
	  margin-bottom: 20px;
	  max-width: 100%;
	  overflow: auto;
	  padding: 20px;
  }
  code, kbd, tt, var {
	  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  }
  abbr, acronym {
	  border-bottom: 1px dotted #666;
	  cursor: help;
  }
  mark, ins {
	  background: #FFB;
	  text-decoration: none;
  }
  sup, sub {
	  font-size: 75%;
	  height: 0;
	  line-height: 0;
	  position: relative;
	  vertical-align: baseline;
  }
  small {
	  font-size: 75%;
  }
  big {
	  font-size: 125%;
  }
  
  /*--------------------------------------------------------------
  3.Elements
  --------------------------------------------------------------*/
  hr {
	  background-color: #ccc;
	  border: 0;
	  height: 1px;
	  margin-bottom: 20px;
  }
  ul, ol {
	  margin: 0 0 15px 20px;
  }
  ul {
	  list-style: square;
  }
  ol {
	  list-style: decimal;
  }
  li > ul,
  li > ol {
	  margin-bottom: 0;
	  margin-left: 20px;
  }
  dd {
	  margin: 0 20px 20px;
  }
  img {
	  height: auto; /* Make sure images are scaled correctly. */
	  max-width: 100%; /* Adhere to container width. */
	  vertical-align: middle;
  
  }
  figure {
	  margin: 0;
  }
  table {
	  margin: 0 0 20px;
	  width: 100%;
  }
  th {
	  font-weight: 700;
  }
  
  /*--------------------------------------------------------------
  4.Forms
  --------------------------------------------------------------*/
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
	  position: relative;
	  background: #06C;
	  display: inline-block;
	  line-height: 1;
	  padding: 0 20px;
	  text-decoration: none;
	  color: #ffffff;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
	  cursor: pointer;
	  border:none;
	  line-height: 36px;
	  height: 36px;
  }
  
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
	  outline: 0;
  }
  
  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  {
	  color: #333;
	  border: 1px solid #DDD;
	  border-radius: 1px;
	  max-width: 100%;
  }
  
  select {
	  color: #333;
	  border: 1px solid #DDD;
	  border-radius: 1px;
	  max-width: 100%;
	  height: 36px;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
	  color: #111;
	  outline: 0;
  }
  
  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"] {
	  padding: 3px;
	  height: 36px;
  }
  
  textarea {
	  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	  padding: 5px 10px;
	  vertical-align: top; /* Improves readability and alignment in all browsers */
	  width: 100%;
  }
  
  /*--------------------------------------------------------------
  5.Links
  --------------------------------------------------------------*/
  a {
	  color: #06C;
	  text-decoration: none;
  }
  
  /*--------------------------------------------------------------
  6.Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers */
  .screen-reader-text {
	  clip: rect(1px, 1px, 1px, 1px);
	  position: absolute !important;
	  height: 1px;
	  width: 1px;
	  overflow: hidden;
  }
  
  .screen-reader-text:hover,
  .screen-reader-text:active,
  .screen-reader-text:focus {
	  background-color: #f1f1f1;
	  border-radius: 3px;
	  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	  clip: auto !important;
	  color: #21759b;
	  display: block;
	  font-size: 14px;
	  font-weight: 700;
	  height: auto;
	  left: 5px;
	  line-height: normal;
	  padding: 15px 23px 14px;
	  text-decoration: none;
	  top: 5px;
	  width: auto;
	  z-index: 100000; /* Above WP toolbar */
  }
  
  /*--------------------------------------------------------------
  7.Alignments
  --------------------------------------------------------------*/
  .alignleft {
	  display: inline;
	  float: left;
	  margin-right: 20px;
  }
  .alignright {
	  display: inline;
	  float: right;
	  margin-left: 20px;
  }
  .aligncenter {
	  clear: both;
	  display: block;
	  margin: 0 auto;
  }
  
  /*--------------------------------------------------------------
  8.Clearings
  --------------------------------------------------------------*/
  .clearfix:before,
  .clearfix:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after,
  .row:after,
  .row:before,
  .nav-links:before{
	  content: '';
	  display: table;
  }
  
  .clearfix:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after,
  .row:after,
  .nav-links:after {
	  clear: both;
  }
  
  /*--------------------------------------------------------------
  9.Widgets
  --------------------------------------------------------------*/
  .widget {
	  margin: 0 0 20px;
  }
  
  /* Make sure select elements fit in widgets */
  .widget select {
	  max-width: 100%;
  }
  
  /* Search widget */
  .widget_search .search-submit {
	  display: none;
  }
  
  #secondary .widget{
	  background: #FFF;
	  padding: 30px;
	  margin-bottom: 40px;
	  border: 1px solid #eee;
  }
  
  /*--------------------------------------------------------------
  10.Content
  --------------------------------------------------------------*/
  .overlay-dot{
	  background:url('data:image/gif;base64,R0lGODlhBAAEAPABAAAAAP///yH5BAUAAAEALAAAAAAEAAQAAAIERI6pBQA7') repeat rgba(0,0,0,0.1);
	  position: absolute;
	  left:0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 99;
	  background-attachment: fixed;
  }
  
  .mid-content{
	  width: 90vw;
	  margin: 0 auto;
	  max-width: 1250px;
  }
  .parallax-section{
	  padding: 60px 0 60px;
	  position: relative;
  }
  
  .parallax-section h2{
	  font-size: 38px;
	  text-transform: uppercase;
	  line-height: 1.2;
	  text-align: center;
	  padding: 0 20px;
	  font-weight: 700;
	  margin-bottom: 60px;
	  margin-top: 0;
  }
  .parallax-section h2 span{
	  position: relative;
	  display: inline-block;
  }
  .parallax-section h2 span:after{
	  content: "";
	  position: absolute;
	  width: 50%;
	  top:100%;
	  left:50%;
	  margin-left: -25%;
	  margin-top: 10px;
	  border-bottom: 2px solid;
	  border-color: inherit;
  }
  
  .parallax-section .mid-content{
	  position: relative;
	  z-index: 999;
  }
  
  /*.parallax-section .page-content{
	  margin: 0 0 60px;
  }*/
  
  #content > .mid-content{
	  margin-top: 40px;
  }
  
  #primary{
	  width: 72%;
	  float: left;
  }
  #secondary{
	  width: 25%;
	  float: right;
	  font-size: 16px;
  }
  #secondary ul{
	  list-style: none;
	  margin-left: 0;
	  padding: 0;
  }
  #secondary ul li{
	  padding-bottom: 6px;
  }
  #secondary ul li a{
	  text-decoration: none;
	  color: #333;
  }
  #secondary h2.widget-title{
	  border-bottom: 3px solid #06C;
	  margin-bottom: 20px;
	  margin-top: 0;
	  line-height: 1.2;
	  font-size: 18px;
	  text-transform: uppercase;
  }
  #secondary h2.widget-title span{
	  color: #333;
	  display: inline-block;
	  padding: 8px 0;
  }
  #secondary .search-form input[type="search"]{
	  width: 100%;
  }
  /*--------------------------------------------------------------
  11.Posts and pages
  --------------------------------------------------------------*/
  .sticky {
  }
  .site-title{
	  font-size: 24px;
	  font-weight: 700;
	  text-transform: uppercase;
	  white-space: nowrap;
	  margin-bottom: 0;
  }
  .site-title a{
	  text-decoration: none;
  }
  .site-description{
	  font-size: 14px;
	  font-style: italic;
	  margin-bottom: 0;
  }
  .hentry {
	  margin: 0 0 40px;
	  background: #FFF;
	  padding: 40px;
	  margin-bottom: 40px;
	  position: relative;
  }
  .single .hentry {
	  margin-bottom: 40px;
	  border: 1px solid #eee;
  }
  .archive .hentry {
	  margin-bottom: 60px;
  }
  .byline,
  .updated {
	  display: none;
  }
  .single .byline,
  .group-blog .byline {
	  display: inline;
	  font-style: italic;
	  font-size: 14px;
  }
  .single .byline a,
  .group-blog .byline a{
	  color: #333;
	  text-decoration: none;
  }
  .page-content,
  .entry-content,
  .entry-summary {
	  margin: 20px 0 0;
  }
  .page-links {
	  clear: both;
	  margin: 0 0 20px;
  }
  .entry-header h1.entry-title{
	  margin-left: 0;
  }
  .entry-header h1.entry-title.no-date{
	  margin-left: 0;
  }
  .page .entry-header h1.entry-title{
	  margin-left: 0;
  }
  .entry-header h1.entry-title a{
	  color: #333;
	  text-decoration:none;
  }
  .update{
	  font-size: 14px;
  }
  .posted-on{
	  position: absolute;
	  left: 20px;
	  top: -14px;
	  background: #06C;
	  width: 60px;
	  text-align: center;
	  color: #FFF;
	  font-size: 14px;
	  padding: 10px;
	  line-height: 1.2;
	  text-transform: uppercase;
  }
  .posted-on:before {
	  border-color: transparent transparent #155789 #155789;
	  border-style: solid;
	  border-width: 7px 5px;
	  top: 0;
	  content: "";
	  height: 0;
	  right: -9px;
	  position: absolute;
	  width: 0;
	  z-index: -1;
	  }
  .posted-on span{
	  display: block;
  }
  .posted-on span.posted-day{
	  font-size: 24px;
	  font-weight: 700;
	  margin-bottom: 3px;
  }
  .bypostauthor{
  
  }
  .entry-footer{
	  font-size: 14px;
	  margin-top: 30px;
  }
  .entry-footer span{
	  margin-right: 15px;
  }
  .entry-footer svg{
	  margin-right: 5px;
	  color: #666;
  }
  .entry-footer a{
	  text-decoration: none;
	  color: #333;
  }
  .edit-link{
	  background: #333;
	  display: inline-block;
	  padding: 5px 10px;
	  line-height: 1.2;
	  border-radius: 2px;
	  font-size: 13px;
	  margin-top: 15px;
  }
  .edit-link a{
	  color: #FFF;
	  text-decoration: none;
  }
  .edit-link a .fa{
	  color: #FFF;
	  margin-right: 5px;
  }
  .page .entry-footer .edit-link{
	  float: none;
  }
  .page-header{
	  background: #FFF;
	  padding: 30px 40px;
	  margin-bottom: 40px;
	  border: 1px solid #eee;
  }
  .page-header h1{
	  margin: 0;
  }
  .taxonomy-description p {
	  margin: 0;
  }
  .entry-thumb{
	  margin: -40px -40px 30px;
	  text-align: center;
  }
  .tag-list {
	  padding-left: 0;
	  margin-top: 8px;
	  margin-left: 0;
  }
  .tag-list li,.tag-list li a {
   display:inline-block;
  }
  .tag-list li {
   margin:0 0.5em 0.5em 1em;
  }
  .tag-list li a {
   color:#666;
   background:#EEE;
   line-height:27px;
   padding:0 0.5em;
   position:relative;
   border-radius:0 3px 3px 0
  }
  .tag-list li a:hover,.tag-list li a:focus {
   background:#06C;
   color:#fff;
   text-shadow:0 1px 0 rgba(0,0,0,0.15)
  }
  .tag-list li a:before,.tag-list li a:after {
   content:"";
   display:block;
   position:absolute
  }
  .tag-list li a:before {
   left:-13px;
   top:50%;
   margin-top:-1em;
   height:0;
   border-top:1em solid transparent;
   border-bottom:1em solid transparent;
   border-right:1em solid #EEE;
   z-index:100
  }
  .tag-list li a:hover:before,.tag-list li a:focus:before {
   border-right-color:#06C;
  }
  .tag-list li a:after {
   left:-0.3em;
   top:50%;
   margin-top:-0.2em;
   width:0.4em;
   height:0.4em;
   background:#fff;
   z-index:200;
   border-radius:0.2em
  }
  
  .related-posts-list {
	  list-style: none;
		margin: 0 0 0 0;
		  border-top: 2px solid #333;
		  padding: 0;
  }
  .related-post {
	  width: 33.3%;
	  float: left;
	  display: inline;
  }
  .related-post .post {
	  border: 0;
	  margin-bottom: 0;
	  padding-bottom: 0px;
	  padding: 0;
  }
  
  .related-text {
	  background: #333;
	  color: #fff;
	  display: inline-block;
	  padding: 8px 10px;
	  font-size: 18px;
	  line-height: 1.2;
	  margin: 0;
  }
  
  .related-part {
	  background: #FFF;
	  padding: 40px;
	  margin-bottom: 40px;
		  overflow: auto;
		  border: 1px solid #eee;
  }
  
  a.related-title {
	  color: #FFF;
		  font-size: 14px;
		  margin-bottom: 5px;
		  position: absolute;
		  background: rgba(0,0,0,0.5);
		  left: 5px;
		  bottom: 0;
		  padding: 5px 8px;
  }
  
  /*--------------------------------------------------------------
  12.Asides
  --------------------------------------------------------------*/
  .blog .format-aside .entry-title,
  .archive .format-aside .entry-title {
	  display: none;
  }
  
  /*--------------------------------------------------------------
  13.Comments
  --------------------------------------------------------------*/
  #comments{
	  background: #FFF;
	  padding: 40px;
	  margin-bottom: 40px;
	  font-size: 16px;
	  border: 1px solid #eee;
  }
  #comments p{
	  margin-bottom: 10px;
  }
  #reply-title{
	  background: #333;
	  color: #fff;
	  display: inline-block;
	  padding: 8px 10px;
	  font-size: 18px;
	  line-height: 1.2;
	  margin-bottom: 0;
  }
  #commentform{
	  border-top:2px solid #333;
	  padding-top: 15px;
  }
  .comment-content a {
	  word-wrap: break-word;
  }
  #comments input[type="submit"]{
	  background: #333;
	  border: none;
  }
  .comments-title{
	  margin-bottom: 10px;
  }
  #commentform label{
	  display:block;
  }
  textarea#comment{
	  height: 150px;
  }
  #author, #email, #url{
	  width: 100%
  }
  /*Comment Lists*/
  .comments-area ol{
	  margin: 0;
	  padding: 0;
	  list-style: none;
  }
  .comments-area ol.children{
	  margin: 0 0 0 15px;
  }
  .comment-list li .comment-body{
	  margin-bottom: 10px;
	  padding: 10px;
	  background: #FCFCFC;
	  border-radius: 5px;
  }
  .comment-author img{
	  vertical-align: text-top;
	  margin-right: 10px;
  }
  .comment-author .fn{
	  font-style: normal;
	  font-size: 15px;
	  text-transform: capitalize;
  }
  .comment-metadata a{
	  text-decoration: none;
	  font-size: 13px;
	  font-style: italic;
  }
  .comment-metadata .edit-link{
	  display: none;
  }
  .comment-author .fn .url{
	  color: #333;
  }
  .comment-author .says{
	  display: none;
  }
  .commentmetadata{
	  float: right;
	  font-family: 'Lato', sans-serif;
	  font-size: 12px;
	  font-style: italic;
  }
  .commentmetadata a{
	  color: #666;
  }
  .commentmetadata .comment-edit-link{
	  color:#06C;
  }
  .commentmetadata + .clear{
	  margin-bottom: 20px;
  }
  .reply .comment-reply-link{
	  background: none repeat scroll 0 0 #233;
	  border-radius: 3px;
	  color: #FFF;
	  font-size: 13px;
	  line-height: 1;
	  padding: 2px 10px;
	  text-decoration: none;
  }
  #commentform .form-submit{
	  margin-bottom: 0;
  }
  .comment-awaiting-moderation{
	  background: #111;
	  position: absolute;
	  left: 50%;
	  top: -20px;
	  color:#FFF;
	  font-size: 13px;
	  width: 250px;
	  margin-left: -125px;
  }
  .comment-awaiting-moderation + br{
	  display: none;
  }
  #cancel-comment-reply-link{
	  font-style: italic;
	  color: #333;
  }
  #cancel-comment-reply-link:before{
	  font-family: FontAwesome;
	  content: "\f057";
	  margin:0 5px 0 20px;
	  font-style: normal;
	  color: #333;
  }
  .logged-in-as a{
	  color: #333;
  }
  /*--------------------------------------------------------------
  14.Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
  .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	  display: none;
  }
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
  .infinity-end.neverending .site-footer {
	  display: block;
  }
  
  /*--------------------------------------------------------------
  15.Media
  --------------------------------------------------------------*/
  .page-content img.wp-smiley,
  .entry-content img.wp-smiley,
  .comment-content img.wp-smiley {
	  border: none;
	  margin-bottom: 0;
	  margin-top: 0;
	  padding: 0;
  }
  /* Make sure embeds and iframes fit their containers */
  embed,
  iframe,
  object {
	  max-width: 100%;
  }
  
  /*--------------------------------------------------------------
  16.Captions
  --------------------------------------------------------------*/
  .wp-caption {
	  margin-bottom: 20px;
	  max-width: 100%;
  }
  .wp-caption img[class*="wp-image-"] {
	  display: block;
	  margin: 0 auto;
  }
  .wp-caption-text {
	  text-align: center;
  }
  .wp-caption .wp-caption-text {
	  margin: 0.8075em 0;
  }
  
  /*--------------------------------------------------------------
  17.Galleries
  --------------------------------------------------------------*/
  .gallery {
	  margin-bottom: 20px;
  }
  .gallery-item {
	  display: inline-block;
	  text-align: center;
	  vertical-align: top;
	  width: 100%;
	  padding:0 4px 4px 0;
  }
  .gallery-item a:hover img, .gallery-item a:focus img {
	  -webkit-filter: opacity(60%);
	  filter: opacity(60%);
  }
  .gallery-item a img {
	  display: block;
	  -webkit-transition: -webkit-filter 0.2s ease-in;
	  transition: -webkit-filter 0.2s ease-in;
	  transition: filter 0.2s ease-in;
	  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
  }
  .gallery-columns-2 .gallery-item {
	  max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
	  max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
	  max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
	  max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
	  max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
	  max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
	  max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
	  max-width: 11.11%;
  }
  .gallery-caption {
	  font-size: 14px;
	  line-height: 1.2;
	  margin-top: 5px;
  }
  
  /*--------------------------------------------------------------
  18.Main Header
  --------------------------------------------------------------*/
  #masthead{
	  width: 100%;
	  z-index: 99999;
	  background: #23282d;
	  padding: 24px 0;
	  border-bottom: 5px solid #06C;
	  position: relative;
  }
  #masthead .flex-box{
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  justify-content: space-between;
	  align-items: center
  }
  #masthead.logo-top{
	  text-align: center;
  }
  #masthead.logo-top .flex-box{
	  display: block;
  }
  body.parallax-on #masthead{
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
  }
  body.logged-in.parallax-on #masthead{
	  top: auto;
  }
  #content{
	  position: relative;
	  z-index: 99;
		  background-color: #f9f9f9;
  }
  body.parallax-on .wpcf7-not-valid-tip{
	  text-align: center;
	  font-size: 13px;
  }
  #site-logo{
	  float: left;
	  width: 350px;
  }
  .logo-top #site-logo{
	  float: none;
	  width: auto;
	  padding:10px 0;
  }
  .main-navigation {
	  float: right;
	  max-width: 80%;
  }
  .logo-top .main-navigation{
	  float: none;
	  width: auto;
	  text-align: center;
	  max-width: none;
	  margin-top: 15px;
  }
  .main-navigation ul {
	  list-style: none;
	  margin: 0;
	  padding-left: 0;
	  float: right;
  }
  
  .logo-top .main-navigation ul{
	  float: none;
  }
  .main-navigation ul li{
	  position: relative;
  }
  .main-navigation > ul > li {
	  float: left;
	  position: relative;
  }
  .main-navigation > ul > li > a{
	  text-transform: uppercase;
	  padding: 5px 10px;
  }
  #top-menu li.active a{
	  color: #06C;
  }
  .main-navigation a {
	  display: block;
	  text-decoration: none;
	  color:#FFF;
  }
  .main-navigation ul ul {
	  background: #FFF;
	  position: absolute;
	  top: 100%;
	  left:0;
	  z-index: 99999;
	  font-size: 15px;
	  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	  display: none;
  }
  .main-navigation ul ul ul {
	  left: 100%;
	  top: 0;
  }
  .main-navigation ul ul a {
	  min-width: 200px;
	  padding: 10px;
	  border-bottom: 1px solid #EEE;
  }
  .logo-top .main-navigation ul ul li{
	  text-align: left;
  }
  .main-navigation ul ul li:last-child a{
	  border:none;
  }
  .main-navigation li:hover > a {
	  color: #06C;
  }
  .main-navigation ul li:hover > ul {
	  display: block;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a {
	  color: #06C;
  }
  /* Small menu */
  .menu-toggle {
	  display: none;
  }
  
  .site-main .comment-navigation,
  .site-main .paging-navigation,
  .site-main .post-navigation,
  .site-main .posts-navigation {
	  margin: 0 0 40px;
	  overflow: hidden;
	  background: #FFF;
	  border: 1px solid #eee;
  }
  .comment-navigation .nav-previous,
  .paging-navigation .nav-previous,
  .post-navigation .nav-previous,
  .posts-navigation .nav-previous {
	  float: left;
	  width: 50%;
	  padding: 10px;
  }
  .comment-navigation .nav-previous a .fa,
  .paging-navigation .nav-previous a .fa,
  .post-navigation .nav-previous a .fa,
  .posts-navigation .nav-previous a .fa{
	  margin-right: 10px;
	  font-size: 16px;
  }
  .comment-navigation .nav-next,
  .paging-navigation .nav-next,
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
	  float: right;
	  text-align: right;
	  width: 50%;
	  padding: 10px;
  }
  .comment-navigation .nav-next a .fa,
  .paging-navigation .nav-next a .fa,
  .post-navigation .nav-next a .fa,
  .posts-navigation .nav-next a .fa{
	  margin-left: 10px;
	  font-size: 16px;
  }
  .site-main .comment-navigation a,
  .site-main .paging-navigation a,
  .site-main .post-navigation a,
  .site-main .posts-navigation a{
	  background: #333;
	  padding: 20px 40px;
	  color: #FFF;
	  text-decoration: none;
	  font-size: 14px;
	  display: block;
  }
  
  .pagination{
	  text-align: center;
	  margin-bottom: 30px;
  }
  
  .pagination .nav-links a,
  .pagination .nav-links span{
	  display: inline-block;
	  background: #06C;
	  padding: 10px;
	  color: #FFF;
	  line-height: 1;
	  margin: 0 2px;
  }
  
  /*--------------------------------------------------------------
  19.Main Slider Glide.js
  --------------------------------------------------------------*/
  #Glide{
	  position: relative;
	  margin-bottom: 30px;
  }
  .parallax-on #Glide,
  #Glide.full-screen-,
  .page-template-home-page-php #Glide,
  .page-template-page-templateshome-page-php #Glide{
	  margin-bottom: 0;
  }
  #Glide.full-screen-yes{
	  min-height: 80vh;
  }
  .full-screen-yes .glide__slide{
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
  }
  .glide__slide .slider-caption{
	  position: relative;
	  top: 50%;
	  transform: translateY(-50%);
	  left:0;
	  width: 100%;
	  z-index: 99999;
	  text-align: center;
  }
  .slider-caption .caption-title{
	  font-size: 54px;
	  font-weight: 700;
	  text-transform: uppercase;
	  color:#FFF;
	  position: relative;
	  margin: 0 auto 20px;
	  width: 80%;
	  line-height: 1.3;
	  text-shadow: 2px 2px 3px black;
  }
  .slider-caption .caption-description{
	  font-size: 24px;
	  color:#FFF;
	  position: relative;
	  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	  font-weight: 300;
	  margin: 0 auto 20px;
	  width: 70%;
  }
  .slider-caption .caption-description p{
	  margin-bottom: 20px;
  }
  
  .slider-caption .caption-description a,
  .btn,
  .call-to-action a{
	  position: relative;
	  border: 2px solid #ffffff;
	  display: inline-block;
	  line-height: 1;
	  padding: 12px 20px;
	  text-decoration: none;
	  color: #ffffff;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
	  font-size: 20px;
  }
  .slider-caption .caption-description a:hover, .btn:hover{
	  background: #06C;
	  border: 2px solid #06C;
	  color:#FFF !important;
  }
  /* Parts from glide.theme.css */
  .glide__arrows {
	position: absolute;
  }
  .glide--horizontal .glide__arrows {
	top: 50%;
	width: 92%;
	margin-left: 4%;
  }
  .glide--vertical .glide__arrows {
	left: 50%;
	height: 88%;
	margin-top: 6%;
  }
  .glide__arrow {
	position: absolute;
	z-index: 2;
	color: #FFF;
	padding: 9px 12px;
	background-color: transparent;
	opacity: 1;
	height: auto;
	-webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
			transition: opacity 150ms ease, border 300ms ease-in-out;
	-webkit-animation: flow-down 2s linear 3s infinite; /* Chrome, Safari, Opera */
			animation: flow-down 2s linear 3s infinite; /* Standard syntax */
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes flow-down {
	  0%   {top:0px; opacity: 0.8;}
	  50%  {top:9px; opacity: 1;}
	  100% {top:0; opacity: 0.8;}
  }
  /* Standard syntax */
  @keyframes flow-down {
	  0%   {top:0px; opacity: 0.8;}
	  50%  {top:9px; opacity: 1;}
	  100% {top:0; opacity: 0.8;}
  }
  .glide__arrow.disabled {
	opacity: 0.33;
	-webkit-animation: none;
	animation: none;
  }
  .glide__arrow:focus {
	outline: none;
  }
  .glide__arrow:hover {
	border-color: #FFF;
  }
  .glide--horizontal .glide__arrow {
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .glide--horizontal .glide__arrow.prev {
	left: 0;
  }
  .glide--horizontal .glide__arrow.next {
	right: 0;
  }
  .glide--vertical .glide__arrow {
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  .glide--vertical .glide__arrow.prev {
	top: 0;
  }
  .glide--vertical .glide__arrow.next {
	bottom: 0;
  }
  .glide__bullets {
	position: absolute;
	z-index: 2;
	list-style: none;
  }
  .glide--horizontal .glide__bullets {
	bottom: 8%;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center;
  }
  .glide--vertical .glide__bullets {
	top: 50%;
	right: 8%;
	width: 12px;
	height: auto;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .glide__bullets > * {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	width: 12px;
	height: 12px;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
  }
  .glide--horizontal .glide__bullets > * {
	margin: 0 5px;
  }
  .glide--vertical .glide__bullets > * {
	vertical-align: middle;
  }
  .glide__bullets > *.active {
	background-color: #FFF;
  }
  .glide__bullets > *:focus {
	outline: none;
  }
  .glide__bullets > *:hover,
  .glide__bullets > *:focus {
	border: 2px solid #FFF;
	background-color: rgba(255, 255, 255, 0.5);
  }
  
  /*--------------------------------------------------------------
  20.Default Section
  --------------------------------------------------------------*/
  .parallax-section input[type="text"],
  .parallax-section input[type="email"],
  .parallax-section input[type="url"],
  .parallax-section input[type="password"],
  .parallax-section input[type="search"],
  .parallax-section input[type="tel"],
  .parallax-section textarea{
	  border: 1px solid #06C;
	  color: inherit;
	  padding: 10px 15px;
	  height: 42px;
	  width: 100%;
	  margin: 0 auto;
	  display: block;
	  background: rgba( 255,255,255,0.4);
	  box-sizing: border-box
  }
  
  .parallax-section textarea{
	  height: 50px;
	  line-height: 1.5;
	  width: 100%;
	  margin: 0 auto;
	  display: block;
	  height: 120px;
  }
  .parallax-section .wpcf7-form .wpcf7-submit{
	  width:100%;
	  margin: 0 auto;
	  display: block;
	  background: #06C;
  }
  .parallax-section .wpcf7-form p{
	  margin-bottom: 15px;
  }
  .parallax-section .slider-caption .caption-description a,
  .parallax-section .btn{
	  border-color:inherit;
	  color:inherit;
  }
  /*--------------------------------------------------------------
  21.Service Section
  --------------------------------------------------------------*/
  .service_template{
	  padding-bottom: 40px;
  }
  .service-list{
	  width: 46%;
	  margin-bottom: 20px;
  }
  .service-list h3{
	  line-height: 1.2;
	  font-size: 18px;
	  font-weight: 700;
  }
  .service-list .service-image{
	  height:80px;
	  width: 80px;
	  margin-top: 12px;
	  overflow: hidden;
  }
  .service-list .service-detail{
	  width: 460px;
  }
  .service-list.odd{
	  float: left;
	  text-align: right;
  }
  .service-list.odd .service-image{
	  float: right;
  }
  .service-list.odd .service-detail{
	  float: left;
  }
  .service-list.even{
	  float: right;
  }
  .service-list.even .service-image{
	  float: left;
  }
  .service-list.even .service-detail{
	  float: right;
  }
  /*--------------------------------------------------------------
  22.Testimonial Section
  --------------------------------------------------------------*/
  .testimonial-list{
	  text-align: center;
  }
  .testimonial-list .testimonial-content{
	  font-size: 20px;
	  font-style: italic;
	  margin-bottom: 30px;
	  line-height: 1.4;
	  position: relative;
	  padding: 0 50px;
  }
  .testimonial-list .testimonial-content:before{
	  position: absolute;
	  left: 0;
	  top:0;
	  content: '\f10d';
	  font-size: 32px;
	  line-height: 1;
	  height: 30px;
	  font-family: "FontAwesome";
	  opacity: 0.5;
  }
  .testimonial-list h3{
	  font-size: 20px;
	  font-weight: 700;
  }
  .testimonial-list .testimonial-image{
	  width: 100px;
	  height: 100px;
	  border-radius: 50%;
	  margin: 30px auto 50px;
  }
  .testimonial-list .testimonial-image img{
	  border-radius: 50%;
  }
  .testimonial-listing .bx-wrapper .bx-controls-direction a{
	  margin: 0;
	  top: 100%;
	  left: 50%;
	  height: 38px;
	  width: 38px;
	  background: none;
	  border: 1px solid;
	  border-color: inherit;
	  text-indent: 0;
	  font-size: 26px;
	  color: inherit;
	  text-decoration: none;
	  text-align: center;
	  line-height: 38px;
	  position: relative;
	  display: inline-block;
	  -webkit-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
	  font-family: Arial;
  }
  .testimonial-listing .bx-wrapper .bx-controls-direction a:hover{
	  background: #06C;
	  border: 1px solid #06C;
	  color:#FFF;
  }
  .testimonial-listing .bx-wrapper .bx-controls-direction a.bx-prev{
	  margin-left:-45px;
  }
  .testimonial-listing .bx-wrapper .bx-controls-direction a.bx-next{
	  margin-left:5px;
  }
  /*--------------------------------------------------------------
  23.Portfolio Section
  --------------------------------------------------------------*/
  .portfolio-listing{
	  margin: 0 -15px;
  }
  .portfolio-list{
	  width: 33.333%;
	  float: left;
	  position: relative;
  }
  
  .portfolio-wrap{
	  margin: 15px;
	  overflow: hidden;
	  position: relative;
  }
  
  .portfolio-list .portfolio-overlay{
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background: rgba(0,0,0,0.3);
	  display: none;
	  z-index: 9999;
  }
  .portfolio-list .portfolio-overlay span{
	  width: 60px;
	  height: 60px;
	  margin-left: -30px;
	  margin-top: -30px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  border: 2px solid #FFF;
	  border-radius: 50%;
	  font-size: 30px;
	  text-align: center;
	  line-height: 60px;
	  color: #FFF;
  }
  .portfolio-list:hover .portfolio-overlay{
	  display: block;
  }
  .portfolio-list h3{
	  position: absolute;
	  width: 100%;
	  padding:20px;
	  bottom: 0;
	  left: 0;
	  color: #FFF;
	  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABTCAMAAACCuiZEAAAApVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABU/knhAAAAN3RSTlP59PDr29LMx7Wuo45oSEE4MSslGhMGAubieHNhWQ8M39bAvbqpnpqWk4iEgHxuXVVRTT0gHhYJiIaCvAAAAJBJREFUCNc1wsURAgEABMHB3fUUP3fLPzTYB13N+aynk3Ydrovr4Dgcj9q2HA7aNNQ1+73udrrd6majVcV6rauVliVFQZ5j22Q2VoZlsVxqmmKamAaGQZIQx0QRYchioUGA7+N5fD7M5/p+M5vpdKqvF88njweTiY7HOhrp/c5wqLcb1yuX3wuDgfb72uvp3xdBiQ5p+nyacwAAAABJRU5ErkJggg==') repeat-x top left;
	  font-size: 16px;
	  margin: 0;
	  text-transform: uppercase;
  }
  .portfolio-list:hover h3{
	  display: none;
  }
  .portfolio-list img{
	  transition:all 0.3s ease-in-out;
	  -moz-transition:all 0.3s ease-in-out;
	  -webkit-transition:all 0.3s ease-in-out;
  }
  .portfolio-list:hover img{
	  -ms-transform: scale(1.2); /* IE 9 */
	  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	  transform: scale(1.2);
  }
  /*--------------------------------------------------------------
  24.Call to Action Section
  --------------------------------------------------------------*/
  .call-to-action{
	  text-align: center;
  }
  .call-to-action h2{
	  margin: 30px 0 15px;
	  font-size: 24px;
  }
  .parallax-section .call-to-action .page-content{
	  margin-bottom: 0;
  }
  .parallax-section.action_template{
	  padding:30px 0;
  }
  /*--------------------------------------------------------------
  25.Team Section
  --------------------------------------------------------------*/
  .team-tab{
	  text-align: center;
	  padding: 0 50px;
  }
  .team-image{
	  width: 140px;
	  height: 140px;
	  border-radius: 50%;
	  border:2px solid #FFF;
	  display: inline-block;
	  margin: 0 0 20px;
	  position: relative;
  }
  /*.team-image.active:after{
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  border-width: 15px;
	  border-color: #06C transparent transparent;
	  border-style: solid;
	  margin-left: -17px;
	  margin-top: -1px;
	  z-index: -1;
  }*/
  .team-image:hover, .team-image.active{
	  border: 2px solid #06C;
  }
  .team-image img{
	  border-radius: 50%;
  }
  .team-list{
	  display: none;
  }
  .team-content{
	  margin-top: 60px;
  }
  .team-big-image{
	  float: left;
	  width: 35%;
	  margin-right: 3%;
	  border-radius: 50%;
	  overflow: hidden;
	  border:4px solid #FFF;
  }
  .team-big-image img{
	  border-radius: 50%;
	  width: 100%;
	  padding: 3px;
  }
  .team-detail{
	  float: left;
	  width: 62%;
  }
  .team-detail h3{
	  font-size: 30px;
	  margin-bottom: 10px;
	  line-height: 1.2;
  }
  .team-detail h4{
	  font-size: 20px;
	  margin-bottom: 25px;
	  opacity: 0.8;
  }
  .team-tab .bx-wrapper .bx-viewport{
	  border-radius: 66px;
  }
  .team-tab .bx-wrapper .bx-controls-direction a{
	  position: absolute;
	  text-indent: 0;
	  font-size: 46px;
	  text-decoration: none;
	  height: 50px;
	  line-height: 50px;
	  margin-top: -30px;
	  color: inherit;
	  top: 50%
  }
  .team-tab .bx-wrapper .bx-prev{
	  background: none;
	  left: -40px;
  }
  .team-tab .bx-wrapper .bx-next{
	  background: none;
	  right: -40px;
  }
  .blank-section{
	  min-height: 300px;
	  height: 60vh;
  }
  /*--------------------------------------------------------------
  26.Google Map Section
  --------------------------------------------------------------*/
  .parallax-section.google-map{
	  padding: 0;
  }
  .parallax-section.google-map p{
	  margin: 0
  }
  .parallax-section.google-map img{
	  max-width: none;
  }
  .google-map iframe{
	  width: 100% !important;
	  display: block;
	  height: 400px !important;
	  border: none;
  }
  .googlemap-toggle{
	  position: absolute;
	  left: 50%;
	  margin-left: -40px;
	  background: #000;
	  top: 0;
	  color: #FFF;
	  padding: 0 30px 0 20px;
	  line-height: 1;
	  margin-top: -32px;
	  cursor: pointer;
	  border-radius: 2px 2px 0 0;
	  z-index: 999;
	  font-size: 14px;
	  line-height: 32px;
	  height: 32px;
  }
  .googlemap-toggle:after{
	  content:"\f106";
	  font-size: 20px;
	  margin:15px 0 0;
	  line-height: 0;
	  position: absolute;
	  right:10px;
	  font-family: "FontAwesome";
  }
  .googlemap-toggle.active:after{
	  content:"\f107";
  }
  #ap-map-canvas {
  height: 450px !important;
  width: 100%;
  }
  /*--------------------------------------------------------------
  27.Blog Section
  --------------------------------------------------------------*/
  .blog-list{
	  display: inline-block;
	  vertical-align: top;
	  width: 30%;
	  margin-right: 3.33%;
	  margin-bottom: 3.33%;
	  background: #FFF;
	  text-decoration: none;
	  color: #333;
  }
  .blog-list .blog-image img{
	  width:100%;
  }
  .blog-list:hover{
	  color: #333;
  }
  .blog-list:nth-of-type(3n){
	  margin-right: 0;
  }
  .blog-list h3{
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0 10px;
	font-weight: 700;
  }
  .blog-list .blog-image{
	position: relative;
  }
  .blog-list .blog-image img{
	width: 100%;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
  }
  .blog-list:hover .blog-image img{
	-webkit-filter: grayscale(0);
	filter: gray;
	filter: grayscale(0);
  }
  .blog-list .blog-excerpt{
	  padding: 0 20px 60px;
	  border-bottom: 3px solid #06C;
	  position: relative;
  }
  .blog-list .posted-date{
	  font-size: 14px;
	  font-style: italic;
	  margin-bottom: 5px;
	  color: #FFF !important;
	  text-transform: none;
	  position: absolute;
	  background: #000;
	  background: rgba(0,0,0,0.5);
	  position: absolute;
	  left:5px;
	  bottom:0;
	  padding:5px 8px;
  }
  .blog-list .posted-date .fa{
	  margin-right: 5px;
  }
  .blog-list .blog-excerpt span{
	  background: #06C;
	  color: #FFF;
	  display: inline-block;
	  position: absolute;
	  bottom: 0;
	  right: 10px;
	  padding: 8px 15px;
	  font-size: 14px;
  }
  .btn-wrap{
	  text-align: center;
	  margin-top: 30px;
  }
  .blog-list:hover .blog-excerpt span{
	  background: #333;
  }
  .blog-list:hover .blog-excerpt{
	  border-color:#333;
  }
  /*--------------------------------------------------------------
  28.Footer Section
  --------------------------------------------------------------*/
  #colophon{
	  background: #32373c;
	  color: #FFF;
	  font-size: 15px;
  }
  
  .top-footer{
	  padding: 20px 0;
	  border-top: 5px solid #0C6;
  }
  .top-footer ul{
	  list-style: none;
	  margin: 0;
  }
  .top-footer ul li{
	  margin-bottom: 5px;
  }
  .top-footer h2{
	  font-size: 18px;
	  margin-bottom: 32px;
	  position: relative;
  }
  .top-footer h2:after{
	  content: "";
	  position: absolute;
	  top: 100%;
	  width: 40px;
	  border-bottom: 1px solid #FFF;
	  left: 0;
	  margin-top: 5px;
  }
  .top-footer a{
	  color:#FFF;
	  text-decoration: none;
  }
  .top-footer .top-footer-wrap{
	  margin-left:-2%;
  }
  
  .footer-column-1.top-footer .top-footer-wrap{
	  margin-left: 0;
  }
  .footer-column-1 .footer-block{
	  width: 100%;
	  margin-left: 0;
  }
  .footer-column-2 .footer-block{
	  width: 48%;
	  margin-left: 2%
  }
  .footer-column-3 .footer-block{
	  width: 31.333%;
	  margin-left: 2%
  }
  .footer-column-4 .footer-block{
	  width: 23%;
	  margin-left: 2%
  }
  .footer-block{
	  float: left;
  }
  .footer-block .widget,
  .footer-block .gallery{
	  margin-bottom: 0;
  }
  .bottom-footer{
	  background: #23282d;
	  padding: 15px;
	  font-size: 14px;
  }
  .bottom-footer a{
	  color: #FFF;
  }
  .copy-right{
	  float:left;
  }
  .site-info{
	  float:right;
  }
  .site-info a{
	  text-decoration: underline;
  }
  .tagcloud a{
	  background: #f1f1f1;
	  padding:10px 15px;
	  font-size: 13px !important;
	  margin:0 0 5px 0;
	  display: inline-block;
	  line-height: 1;
  }
  #go-top{
	  position: fixed;
	  right: 30px;
	  bottom: 30px;
	  display: none;
	  height: 50px;
	  width: 50px;
	  background: #06C;
	  text-align: center;
	  line-height: 55px;
	  z-index: 9999;
  }
  #go-top a{
	  display: block;
	  color: #FFF;
  }
  
  /*--------------------------------------------------------------
  29.Social
  --------------------------------------------------------------*/
  .social-icons{
	  position: fixed;
	  left: 0;
	  top:50%;
	  width: 30px;
	  z-index: 9;
  }
  .social-icons a{
	  background:#333;
	  height: 30px;
	  width: 30px;
	  margin-bottom: 1px;
	  line-height: 30px;
	  text-align: center;
	  color:#FFF;
	  display: inline-block;
	  position: relative;
  }
  .social-icons a:hover{
	  background:#06C
  }
  .social-icons a span{
	  background: #333;
	  padding:6px 10px;
	  font-size: 12px;
	  font-family: Arial;
	  text-decoration: none;
	  position: absolute;
	  left: 130%;
	  top: 2px;
	  margin-left: 10px;
	  border-radius: 1px;
	  white-space:nowrap;
	  line-height: 1;
	  font-style: italic;
	  opacity: 0;
	  visibility: hidden;
	  transition:left 0.3s ease;
	  -moz-transition:left 0.3s ease;
	  -webkit-transition:left 0.3s ease;
  }
  .social-icons a span:after{
	  content: "";
	  position: absolute;
	  left: 0;
	  border-color: transparent #333 transparent transparent;
	  border-style: solid;
	  border-width: 4px;
	  margin-left: -8px;
	  top: 50%;
	  margin-top: -4px;
  }
  .social-icons a:hover span{
	  opacity: 1;
	  visibility: visible;
	  left: 100%;
  }
  
  /*--------------------------------------------------------------
  30.Responsive grid for pages
  --------------------------------------------------------------*/
  .row{
	  margin-bottom: 25px;
  }
  .row:last-child{
	  margin-bottom: 0;
  }
  
  .span1, .span2, .span3, .span4, .span5, .span6{
	  float:left;
  }
  
  .col{
	margin-left: 3%;
  }
  
  .col:first-child {
	margin-left:0;
  }
  
  
  .span1{
	width: 14.1666666667%;
  
  }
  .span2{
	width: 31.3333333333%;
  
  }
  .span3{
	width: 48.5%;
  
  }
  .span4{
	width: 65.6666666667%;
  
  }
  .span5{
	width: 82.8333333333%;
  
  }
  .span6{
	width: 100%;
	margin-left: 0;
  }
  
  
  
  /*
  Responsive CSS
  */
  @media screen and (max-width: 1300px){
	  .mid-content{
		  
		  padding: 0 20px;
	  }
  
	  .service-list .service-image{
		  width: 16%;
		  height: auto;
	  }
	  .service-list .service-detail{
		  width: 80%;
	  }
  
	  .team-tab{
		  padding: 0 50px;
	  }
  
	  .social-icons{
		  display: none;
	  }
  }
  
  @media screen and (max-width: 800px){
	  .main-navigation{
		  width: 40px;
	  }
	  .main-navigation > ul{
		  display: none;
	  }
	  .menu-toggle{
		  display: block;
		  color: #FFF;
		  cursor: pointer;
	  }
	  .logo-top #site-logo{
		  float: left;
		  text-align: left;
	  }
	  .logo-top .main-navigation{
		  float: right;
	  }
  
	  .logo-top .menu-toggle{
		  float: right;
	  }
	  .main-navigation{
		  text-align: center;
	  }
	  .main-navigation > ul{
		  position: absolute;
		  top: 100%;
		  left: 0;
		  width: 100%;
		  background: #06C;
		  padding: 10px 0;
		  text-align: center;
	  }
	  .main-navigation > ul > li{
		  display: inline-block;
		  float: none;
	  }
	  .main-navigation > ul > li > a{
		  color:#FFF;
		  padding: 10px;
	  }
	  .main-navigation > ul > li.current a,
	  .main-navigation li:hover > a,
	  .main-navigation .current_page_item > a,
	  .main-navigation .current-menu-item > a{
		  color: #EEE;
	  }
	  .slider-caption{
		  padding-left: 70px;
		  padding-right: 70px;
	  }
	  #Glide{
		  min-height: 0;
	  }
  }
  
  @media screen and (max-width: 768px){
	  h1{
		 font-size: 24px;
	  }
	  h2{
		  font-size: 20px;
	  }
	  h3{
		  font-size: 18px;
	  }
	  h4{
		  font-size: 16px;
	  }
	  h5{
		  font-size: 14px;
	  }
	  h6{
		  font-size: 12px;
	  }
	  .parallax-section h1{
		  font-size: 34px;
	  }
  
	  .span1, .span2, .span3, .span4, .span5, .span6{
		  width: 100%;
		  float: none;
		  margin-left: 0;
	  }
  
	  .slider-caption .caption-title{
		  font-size: 30px;
	  }
	  .slider-caption .caption-description{
		  font-size: 20px;
	  }
	  .service-list{
		  width: 100%;
	  }
	  .portfolio-list{
		  width: 50%;
	  }
  
	  .blog-listing .blog-list{
		  width: 80%;
		  margin: 0 auto 20px;
		  float: none;
		  display: block;
	  }
	  .blog-list .blog-image{
		  text-align: center;
	  }
	  .parallax-section input[type="text"],
	  .parallax-section input[type="email"],
	  .parallax-section input[type="url"],
	  .parallax-section input[type="password"],
	  .parallax-section input[type="search"],
	  .parallax-section input[type="tel"],
	  .parallax-section textarea{
		  width: 80%;
	  }
	  .service-listing .service-list{
		  float: none;
	  }
	  .top-footer .top-footer-wrap{
		  margin-left: 0;
	  }
	  .footer-block{
		  width: 100% !important;
		  margin-left: 0 !important;
		  margin-bottom: 25px;
		  float: none;
	  }
	  .footer-block:last-child{
		  margin-bottom: 0;
	  }
	  .copy-right, .site-info{
		  float: none;
		  text-align: center;
	  }
	  .main-navigation > ul{
		  padding: 0;
		  z-index: 99;
	  }
	  .main-navigation > ul > li{
		  display: block;
		  border-bottom: 1px solid #FFF;
	  }
	  .main-navigation ul ul {
		  background: #06C;
		  position: static;
		  font-size: 15px;
		  display: none;
		  float: none;
	  }
	  #primary, #secondary{
		  float: none;
		  width: 100%;
	  }
	  #Glide .glide__arrows .glide__bullets a{
		  display: none;
	  }
	  .main-navigation ul ul a{
		  color: #FFF;
	  }
	  .main-navigation ul ul li a{
		  padding: 10px 0;
		  border: 0;
	  }
	  .main-navigation ul ul{
		  box-shadow: none;
	  }
	  .parallax-section{
		  background-attachment: scroll !important;
		  background-repeat: repeat !important;
	  }
	  body.parallax-on #masthead{
		  position: relative;
	  }
	  #content{
		  padding-top: 0 !important;
	  }
  }
  @media screen and (max-width: 480px){
	  .parallax-section h1{
		  font-size: 30px;
	  }
	  .service-list.odd .service-image{
		  float: left;
	  }
	  .service-list.odd .service-detail{
		  float: right;
	  }
	  .service-listing .service-list{
		  text-align: left;
	  }
	  .team-big-image{
		  display: none;
	  }
	  .team-detail{
		  float: none;
		  width: auto;
	  }
	  .team-image{
		  height: auto;
	  }
	  .team-tab .bx-wrapper .bx-viewport{
		  border-radius: 0;
	  }
	  .portfolio-list{
		  width: 100%;
	  }
	  .blog-listing .blog-list{
		  width: 100%;
	  }
	  .parallax-section input[type="text"],
	  .parallax-section input[type="email"],
	  .parallax-section input[type="url"],
	  .parallax-section input[type="password"],
	  .parallax-section input[type="search"],
	  .parallax-section input[type="tel"],
	  .parallax-section textarea{
		  width: 100%;
	  }
  
	  .team-content{
		  margin-top: 30px;
	  }
	  #site-logo,
	  .logo-top #site-logo{
		  width: 80%;
		  text-align:left;
	  }
	  .slider-caption{
		  display: none;
	  }
  
	  .hentry,
	  #comments,
	  #secondary .widget{
		  padding: 20px;
	  }
  
	  .entry-thumb{
		  margin: -20px -20px 30px;
	  }
  
	  .comment-navigation [class*='nav-'],
	  .paging-navigation [class*='nav-'],
	  .post-navigation [class*='nav-'],
	  .posts-navigation [class*='nav-']{
		  width: 100%;
		  float: none;
	  }
  
  }
  
  
  @media screen and (min-width: 1001px){
	  .main-navigation > ul{
		  display: block !important;
	  }
	  .logo-top .main-navigation > ul{
		  display: inline-block !important;
	  }
  }
  
  /*RTL CSS*/
  .rtl #site-logo{
	  float: right;
  }
  
  .rtl .main-navigation{
	  float: left;
  }
  
  .rtl .main-navigation > ul > li{
	  float: right;
  }
  
  .rtl .blog-list .blog-excerpt .posted-date .fa{
	  margin-right: 0;
	  margin-left: 5px;
  }
  
  .rtl .service-list.even{
	  text-align: left;
  }
  
  .rtl .top-footer h2:after{
	  left:auto;
	  right:0;
  }
  
  .rtl .comment-navigation .nav-next a .fa,
  .rtl .paging-navigation .nav-next a .fa,
  .rtl .post-navigation .nav-next a .fa{
	  margin-left: 0;
	  margin-right: 10px;
  }
  
  .rtl .comment-navigation .nav-previous,
  .rtl .paging-navigation .nav-previous,
  .rtl .post-navigation .nav-previous{
	  text-align: left;
  }
  
  .rtl .comment-navigation .nav-previous a .fa,
  .rtl .paging-navigation .nav-previous a .fa,
  .rtl .post-navigation .nav-previous a .fa{
	  margin-left: 10px;
	  margin-right: 0;
  }
  .rtl .bx-wrapper .bx-controls-direction a{
	  text-indent: 999999999px;
  }
  
  /*--------------------------------------------------------------
  31.Woocommerce
  --------------------------------------------------------------*/
  .woocommerce-area{
	  margin: 0 0 20px;
	  background: #FFF;
	  padding: 20px;
	  margin-bottom: 40px;
	  position: relative;
	  box-sizing: border-box;
	  border: 1px solid #eee;
  }
  
  .woocommerce .woocommerce-breadcrumb{
	  border-bottom: 1px solid #EEE;
	  padding: 0 0 6px;
  }
  
  .woocommerce .woocommerce-breadcrumb a{
	  text-decoration: none;
  }
  
  .woocommerce .woocommerce-breadcrumb a:hover{
	  color: #06C;
  }
  
  .woocommerce .page-title{
	  margin-bottom: 20px;
  }
  
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product{
	  overflow: hidden;
  }

  .woocommerce ul.products li.product:hover,
  .woocommerce-page ul.products li.product:hover{
	  background: rgba(0,0,0,0.075);
  }
  
  .woocommerce ul.products li.product a{
	  color: inherit;
  }
  
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3{
	  text-align: center;
	  text-transform: uppercase;
  }
  
  .woocommerce .related.products ul.products li.product .woocommerce-loop-product__title{
	  text-align: center;
	  color: #444;
	  text-transform: uppercase;
	  font-weight: 700;
  }
  
  .woocommerce ul.products li.product .onsale,
  .woocommerce span.onsale{
	  background: #06C;
	  border-radius: 0;
	  margin: 15px;
	  min-height: 0;
	  line-height: 1.5;
  }
  
  .woocommerce ul.products li.product a img{
	  margin-bottom: 0;
  }
  
  .woocommerce ul.products li.product h3{
	  text-align: center;
	  border-top: 2px solid #06C;
	  border-bottom: 1px solid #EEE;
	  color: #333;
  }
  
  .parallax-section .woocommerce ul.products li.product h3,
  .parallax-section .woocommerce ul.products li.product .price,
  .parallax-section .woocommerce a{
	  color: inherit;
  }
  
  .parallax-section .woocommerce ul.products li.product h3{
	  border-bottom-color: rgba(255,255,255,0.2);
  }
  
  .woocommerce ul.products li.product .price{
	  color: #333;
	  font-size: 16px;
	  padding: 10px;
	  margin-bottom: 0;
	  text-align: center;
  }
  
  .woocommerce ul.products li.product .price del{
	  display: inline-block;
  }
  
  .woocommerce ul.products li.product .button.add_to_cart_button{
	  position: absolute;
	  bottom: 15px;
	  transform: translatey(100px);
	  -ms-transform: translatey(100px);
	  -webkit-transform: translatey(100px);
	  left: 15px;
	  right: 15px;
	  transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
  }
  
  .woocommerce ul.products li.product:hover .button.add_to_cart_button{
	  transform: translatey(0);
	  -ms-transform: translatey(0);
	  -webkit-transform: translatey(0);
  }
  
  .woocommerce ul.products li.product .button{
	  margin: 0;
	  background: #06C;
	  text-align: center;
	  color: #FFF;
	  display: block;
	  border-radius: 0;
  }
  
  .woocommerce a.added_to_cart{
	  display: none;
  }
  
  .woocommerce nav.woocommerce-pagination ul{
	  border: 0;
  }
  
  .woocommerce nav.woocommerce-pagination ul li{
	  border:none;
	  margin: 0 4px;
  }
  
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span{
	  background: #06C;
	  color: #FFF;
	  padding: 12px;
  }
  
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .woocommerce nav.woocommerce-pagination ul li a:hover,
  .woocommerce nav.woocommerce-pagination ul li span.current{
	  background: #000;
	  color: #FFF;
  }
  
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt{
	  background: #06C;
	  border-radius: 0;
  }
  
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover{
	  background: #000;
  }
  
  .woocommerce div.product p.price,
  .woocommerce div.product span.price{
	  color: #333;
  }
  
  .woocommerce-review-link,
  .product_meta a{
	  text-decoration: none;
  }
  
  .woocommerce #respond input#submit.alt.disabled,
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt:disabled,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled],
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt.disabled,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt:disabled,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled[disabled],
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt.disabled,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt:disabled,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled[disabled],
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt.disabled,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt:disabled,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled[disabled],
  .woocommerce input.button.alt:disabled[disabled]:hover{
	  background: #06C;
  }
  
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button{
	  background: #000;
	  border-radius: 0;
	  color: #FFF;
  }
  
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover{
	  background: #06C;
	  color: #FFF;
  }
  
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	  background-color: #06C;
  }

  /*--------------------------------------------------------------
  32.Guttenberg
  --------------------------------------------------------------*/
.entry-content ol {
    margin-bottom: 6px;
}
.entry-content li {
    margin-bottom: 6px;
}

.entry-content ol li {
    margin-bottom: 6px;
}
.entry-content ul li {
    margin-bottom: 6px;
}
.entry-content ul li ul, ol li ol {
    margin-top: 6px;
}
.entry-content ul li ul, .entry-content ol li ol {
    margin-bottom: 6px;
}

ul.wp-block-categories.wp-block-categories-list.aligncenter {
    text-align: center;
}
ul.wp-block-categories li{
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list li {
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.wp-block-gallery.alignnone,ul.wp-block-gallery.alignwide,ul.wp-block-gallery.alignfull {
    margin-left: 0;
    padding: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
    position: relative;
}

.wp-block-button.aligncenter {
    margin-bottom: 15px;
}

.wp-embed-responsive .wp-block-embed-vimeo.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed-vimeo.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0;
}
  
