/*
	Theme Name: AAC 
	Theme URI: https://nomecom1.com
	Author: Nome Comum
	Author URI: https://nomecom1.com
	Description: Based on Meridian One 
	Template: Meridian One
	Version: 1.0 
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, footer-widgets, theme-options, threaded-comments, translation-ready, e-commerce, blog
	Text Domain: AAC
*/

/*--------------------------------------------------------------

	= Table Of Contents =

	# Normalize
	# General
		## Typography
		## Elements
		## Forms
		## Links
		## Screen Reader
	# WordPress Specific
		## Captions
		## Galleries
	# Floats and Clearing
	# Columns System
	# Header
		## Logo
		## Navigation
		## Mobile Nav
		## Tagline
	# Main
		## Content
		## Blog Posts Listing		
		## Blog Post Single
		## About Author
		## Comments
		## Sidebar
	# Homepage
		## Slider
		## Features
		## About
		## Tour
		## Services
		## Process
		## Testimonials
		## Clients
		## Team
		## Blog
		## Contact
	# Widgets
	# Footer Subscribe
	# Footer
		## Footer Widgets
		## Footer Bottom
	# Responsive
		## Medium Monitors
		## Smaller Monitors
		## Tablets
		## Phones ( landscape + portrait )
		## Phones ( landscape )
		## Phones ( portrait )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/
* {
}

img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/
html {
  height: 100%;
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 100%;
  flex: 1;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  min-height: 100%;
}
/*--------------------------------------------------------------
	## Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  color: #343338;
  line-height: 1.45;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 17px;
}

p {
  margin: 0;
  margin-bottom: 25px;
}

p:last-child {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #767676;
  font-size: 17px;
  font-style: italic;
  line-height: 1.8;
  padding: 30px;
  border-left: 2px solid #2c2c2c;
  background: #f9f9f996;
  margin-left: 0;
  margin-right: 0;
}

blockquote p:last-child {
  margin: 0;
}

address {
  margin-bottom: 25px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

small {
  font-size: 75%;
}

/*--------------------------------------------------------------
	## Elements
--------------------------------------------------------------*/

body {
  background: #f4f8f9;
  padding-top: 0px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 25px;
}

ul,
ol {
  margin: 0;
  margin-bottom: 25px;
  padding: 0 0 0 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  margin-bottom: 25px;
  width: 100%;
  line-height: 1;
}

table thead {
  background: #2c2c2e;
  color: #fff;
  text-align: left;
}

table td,
table th {
  padding: 10px 14px;
  text-align: left;
}

table tbody th {
  background: #2c2c2e;
  color: #fff;
}

table tbody th a {
  color: inherit;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.hidden {
  display: none !important;
}

/*--------------------------------------------------------------
	## Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #666;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding: 12px 15px;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 {
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
.select2-container--default .select2-selection--single,
textarea {
  background: #edf4f6;
  border: 0;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.4;
  padding: 9px 15px;
  max-width: 100%;
}

select,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #4d4d4d;
  outline: none;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
	## Links
--------------------------------------------------------------*/

a {
  text-decoration: none;
  color: #ce0808;
}
a:hover {
  outline: 0;
  color: #ff0202;
}

/*--------------------------------------------------------------
	## Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
	# WordPress Specific
--------------------------------------------------------------*/

.sticky {
  border: 2px solid #3db8db;
}

.bypostauthor {
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
	## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 0 10%;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
	## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
}

.gallery-item a,
.gallery-item img {
  display: block;
}

.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 {
  display: block;
}

/*--------------------------------------------------------------
	# Floats and Clearing
--------------------------------------------------------------*/

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
	# Columns System
--------------------------------------------------------------*/

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.col {
  display: block;
  float: left;
  margin-right: 2.76%;
}

body.rtl .col {
  float: right;
  margin-left: 2.76%;
  margin-right: 0;
}

.col-1 {
  width: 5.803%;
}
.col-2 {
  width: 14.36%;
}
.col-3 {
  width: 22.93%;
}
.col-4 {
  width: 31.49%;
}
.col-5 {
  width: 40.05%;
}
.col-6 {
  width: 48.62%;
}
.col-7 {
  width: 57.18%;
}
.col-8 {
  width: 65.74%;
}
.col-9 {
  width: 74.31%;
}
.col-10 {
  width: 82.87%;
}
.col-11 {
  width: 91.43%;
}
.col-12 {
  width: 100%;
}

.col-last {
  margin-right: 0;
}

body.rtl .col-last {
  margin-left: 0;
}

.col-first {
  clear: both;
}

.no-col-spacing .col {
  margin: 0;
}
.no-col-spacing .col-1 {
  width: 8.33333%;
}
.no-col-spacing .col-2 {
  width: 16.66666%;
}
.no-col-spacing .col-3 {
  width: 25%;
}
.no-col-spacing .col-4 {
  width: 33.33333%;
}
.no-col-spacing .col-5 {
  width: 41.66666%;
}
.no-col-spacing .col-6 {
  width: 50%;
}
.no-col-spacing .col-7 {
  width: 58.33333%;
}
.no-col-spacing .col-8 {
  width: 66.66666%;
}
.no-col-spacing .col-9 {
  width: 75%;
}
.no-col-spacing .col-10 {
  width: 83.33333%;
}
.no-col-spacing .col-11 {
  width: 91.66666%;
}
.no-col-spacing .col-12 {
  width: 100%;
}

.owl-carousel .col {
  width: auto;
  margin-right: 0;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/

#header {
  background: #000;
  top: 32px;
  max-height: 105px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  z-index: 9999;
}
body.page-template-default {
  padding-top: 85px;
}

body.page-template-template-fullwidth {
  padding-top: 85px;
}
body.page-template-template-home-php {
  padding-top: 85px;
}

body.page-template-template-home-php #header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  z-index: 9999;
}
body.page-template-default.admin-bar #header {
  top: 32px;
  max-height: 105px;
}

body.page-template-template-fullwidth #header {
  top: 0px;
  max-height: 105px;
}

body.page-template-template-home-php.admin-bar #header {
  top: 32px;
  max-height: 105px;
}

#header-inner {
  padding: 0 2%;

  max-height: 50px;/* 70%;*/
}

.header-right {
  position: absolute;
  right: 0;
  width: 300px;
  /*border: 3px solid #73AD21;*/
  margin-left: 10px;
  padding: 0px;
}

#socialribbon {
  max-width: 40px;
  margin-top: 25%;
  /*order: 3px solid #73AD21*/
}

.nav-wrapper {
  position: relative;
  z-index: 55;
}

/* -------------------------------------------------------------
 * ## Social media 
 * ------------------------------------------------------------ */

#social-media-header {
  
  /*z-index: -111111111;margin-top: -80px;padding-top: 350px;*/
  padding-right: 7px;
  
  float: right;
  position: fixed;
  /*height: 100%;*/
}

/*--------------------------------------------------------------
	## Logo
--------------------------------------------------------------*/

#logo {
  padding: 14px 0;
  position: relative;
  line-height: 0;
  float: left;
  max-width: 60%;
}

#logo .site-title {
  color: #fff;
  line-height: 1;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
}

#logo .site-title a {
  color: inherit;
}

#logo .site-description {
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  display: none;
}

#logo a,
#logo img {
  display: inline-block;
  max-height: 150px;
  max-width: 150px;
}

/*--------------------------------------------------------------
	## Navigation
--------------------------------------------------------------*/

#navigation {
  z-index: 99998;
  /*    position: absolute;
    padding-left: 130px;
  
  width: auto;
  float: right;*/
}

#navigation ul,
#navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Top level item */
#navigation .menu > li {
  display: inline-block;
  position: relative;
  z-index: 99998;
  margin-left: 30px;
}

/* Top level first item */
#navigation .menu > li:first-child {
  margin-left: 0;
}

/* Top level chevron */
#navigation .menu a .fa {
  display: inline-block;
  color: rgb(165, 165, 165);
  font-size: 7px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Top level item anchor */
#navigation .menu > li > a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  color: #b7bcc4;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  padding: 36px 0;
  text-transform: uppercase;
}

/* Top level item anchor hover */
#navigation .menu > li > a:hover {
  color: #fff;
}

/* Top level item anchor current */
#navigation .menu > li.current-menu-item > a {
  color: #fff;
}

/* Submenu */
#navigation .menu ul {
  background: #2c2c2e;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -25px; /* same as horrizontal padding on #navigation .menu ul li */
  text-align: left;
  padding: 10px 0;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

/* Submenu item */
#navigation .menu ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0 25px; /* same as left on #navigation .menu ul */
}

/* Submenu item anchor */
#navigation .menu ul li a {
  display: block;
  text-decoration: none;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25;
  border-bottom: 1px solid #404040;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
}

/* Submenu last item anchor */
#navigation .menu ul li:last-child a {
  border-bottom: 0;
}

/* Submenu item anchor hover */
#navigation .menu ul li a:hover {
  color: #fff;
}

/* Submenu item anchor hover */
#navigation .menu ul li.current-menu-item > a {
  color: #fff;
}

/* Second lvl submenu */
#navigation .menu ul ul {
  left: 100%;
  margin-left: 0;
  top: -11px; /* upper level padding + border */
}

/* Show submenu on hover */
#navigation .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
	## Mobile Nav
--------------------------------------------------------------*/

#mobile-navigation {
  display: none;
  text-align: center;
  margin-top: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
  float: right;
}

#mobile-navigation .fa {
  margin-right: 10px;
}

.header-mobile-nav-hook {
  cursor: pointer;
}

#mobile-navigation .fa {
  cursor: pointer;
}

#mobile-navigation-menu {
  display: none;
  background: #111;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 47px;
}

#mobile-navigation.active #mobile-navigation-menu {
  display: block;
}

#mobile-navigation ul,
#mobile-navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Top level item */
#mobile-navigation .menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-navigation .menu li:last-child {
  border-bottom: 0;
}

/* Top level chevron */
#mobile-navigation .menu a .fa {
  display: inline-block;
  color: #fff;
  font-size: 7px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Top level item anchor */
#mobile-navigation .menu li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", serif;
  line-height: 42px;
  padding: 0;
}

/* Top level item anchor hover */
#mobile-navigation .menu li > a:hover {
  color: #fff;
}

/* Top level item anchor current */
#mobile-navigation .menu li.current-menu-item > a {
  color: #fff;
}

/* Submenu */
#mobile-navigation .menu ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  display: none;
}

/* submenu expanded */
#mobile-navigation li.expand > ul {
  display: block;
}

/* Submenu item */
#mobile-navigation .menu ul li {
  border-bottom-width: 1px;
  position: relative;
}

/* submenu indicator */
#mobile-navigation li .fa {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 44px;
  width: 30px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

#mobile-navigation li ul .fa {
  height: 32px;
  line-height: 32px;
}

/* submenu indicator active */
#mobile-navigation li.expand > .fa:before {
  content: "\f068";
}

/* Submenu anchor */
#mobile-navigation .menu ul li > a {
  font-size: 12px;
  line-height: 32px;
}

/*--------------------------------------------------------------
	## Tagline
--------------------------------------------------------------*/

#tagline {
  background: #fff;
  padding: 50px 0;
}

#breadcrumbs {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

#breadcrumbs .sep {
  margin: 0 5px;
}

/*--------------------------------------------------------------
	# Main
--------------------------------------------------------------*/

#main {
  padding: 50px 0;
  flex: 1;
}

body.page-template-template-home-php #main {
  padding: 0;
}

/*--------------------------------------------------------------
	## Content
--------------------------------------------------------------*/

#content {
}

body.error404 #content {
  background: #fff;
  padding: 40px;
}

.section-heading {
  margin-bottom: 27px;
  font-size: 0;
  line-height: 0;
}

.section-heading h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #1c1c1c;
  font-size: 11px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  line-height: 1.55;
  text-transform: uppercase;
}

.section-heading a {
  display: inline-block;
  border-left: 1px solid #d4d4d4;
  color: #3db8db;
  font-size: 11px;
  font-weight: 700;
  font-family: Lato;
  letter-spacing: 2px;
  line-height: 1.55;
  padding-left: 15px;
  margin-left: 15px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
	## Blog Posts Listing
--------------------------------------------------------------*/

.blog-posts-listing .post,
.blog-posts-listing .page {
  margin-bottom: 50px;
}

.blog-posts-listing .post.sticky {
}

.blog-posts-listing .edit-link {
  margin-left: 5px;
}

.edit-link {
  color: #232323;
  font-size: 11px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}

.edit-link a {
  color: inherit;
  text-decoration: underline;
}

/* thumb */
.blog-post-thumb {
  font-size: 0;
  line-height: 0;
}

.blog-post-thumb-audio {
  padding: 30px;
  background: #edf4f6;
}

.blog-post-thumb a,
.blog-post-thumb img {
  display: inline-block;
  max-width: 100%;
}

/* main */
.blog-post-main,
.page-main {
  background: #fff;
  padding: 40px;
}

/* meta */
.blog-post-meta {
}

/* title */
.blog-post-title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

.blog-post-title a {
  color: inherit;
}

/* meta */
.blog-post-meta {
  border-bottom: 1px solid #cfdfe3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #aeacb2;
  font-size: 12px;
}

.post-meta-separator {
  margin: 0 15px;
}

.blog-post-meta a {
  font-weight: bold;
}

/* excerpt */

/* button */

.blog-post-read-more {
}

.blog-post-read-more a {
  display: inline-block;
  background: #3db8db;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding: 12px 15px;
  text-transform: uppercase;
}

.blog-post-read-more a:hover {
}

/* quote */

.blog-posts-listing .post.format-quote {
}

.blog-post-title .fa {
  margin-left: 15px;
}

.blog-post-quote-icon {
  display: block;
  float: left;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #3db8db;
  border-radius: 50%;
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
}

.blog-post-quote-content {
  overflow: hidden;
}

.blog-post-quote-content blockquote {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.blog-post-quote-content blockquote cite {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #343338;
  font-style: normal;
  margin-top: 10px;
  display: block;
}

.blog-post-quote-content blockquote cite:before {
  content: "- ";
}

.blog-post-quote-content blockquote cite a {
  color: inherit;
}
/* other */

.blog-post-single-tags {
  margin-top: 25px;
}

.blog-post-single-pagination,
.pagination,
#infinite-handle {
  margin-top: 50px;
  text-align: center;
}

.infinite-scroll .pagination {
  display: none;
}

.infinite-loader {
  margin-top: 50px;
}

.infinite-loader .spinner {
  margin-left: 48%;
}

.comment-navigation {
  margin-bottom: 20px;
}

.blog-post-single-pagination {
  text-align: left;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  display: inline-block;
  margin-right: 10px;
}

.comment-navigation a,
.blog-post-single-pagination a,
.blog-post-single-pagination p > span,
.pagination a,
.pagination span.current,
#infinite-handle span {
  margin: 0 3px;
  background-color: #edf4f6;
  color: #767676;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding: 12px 17px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

#infinite-handle span {
  padding-top: 0;
  padding-bottom: 0;
}

.comment-navigation a {
  margin: 0;
}

.blog-post-single-pagination p > span,
.pagination span.current {
  background: #3db8db;
  color: #fff;
}

/*--------------------------------------------------------------
	## Blog Post Single
--------------------------------------------------------------*/

/* thumb */
.blog-post-single-thumb,
.page-thumb {
}

.blog-post-single-thumb img {
  display: block;
}

/* main */
.blog-post-single-main {
  background: #fff;
  padding: 40px;
}

/* title */
.blog-post-single-title,
.page-title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

/* meta */
.blog-post-single-meta {
  border-bottom: 1px solid #cfdfe3;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #aeacb2;
  font-size: 12px;
}

.post-meta-separator {
  margin: 0 15px;
}

.blog-post-single-meta a {
  font-weight: bold;
}

.blog-post-single-meta-social {
  float: right;
  line-height: 1.3;
  padding: 10px 0;
}

.blog-post-single-meta-social .blog-post-share,
.blog-post-single-meta-social .blog-post-share a {
  line-height: inherit;
}

.blog-post-single-meta-social .blog-post-share {
  padding: 0;
}

body.single-post #content .navigation {
  background: #fff;
  padding: 40px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

body.single-post #content .navigation .nav-previous,
body.single-post #content .nav-next {
  max-width: 50%;
  float: left;
  position: relative;
}

.nav-next {
  text-align: right;
}

.nav-previous a,
.nav-next a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  cursor: pointer;
  text-transform: uppercase;
  color: inherit;
}

.blog-post-single-nav-button {
  display: block;
  margin-bottom: 10px;
  color: #3db8db;
}

.nav-previous .blog-post-single-nav-button .fa {
  margin-right: 10px;
  display: inline-block;
}

.blog-post-single-nav-prev-title,
.blog-post-single-nav-next-title {
  font-size: 14px;
  font-family: "Montserrat";
  line-height: 1.4;
  color: inherit;
  text-transform: uppercase;
}

body.single-post #content .navigation .nav-next {
  float: right;
  text-align: right;
}

.nav-next .blog-post-single-nav-button .fa {
  margin-left: 10px;
  display: inline-block;
}

/*--------------------------------------------------------------
	## About Author
--------------------------------------------------------------*/

.about-author {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}

.about-author-sidebar {
  float: left;
  margin-right: 30px;
}

.about-author-avatar {
}

.about-author-avatar img {
}

.about-author-main {
  overflow: hidden;
}

.about-author-name {
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-author-name a {
  color: inherit;
}

.about-author-bio {
  margin-bottom: 15px;
}

.about-author-posts-link {
}

.about-author-posts-link a {
  font-family: "Montserrat";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/

.comments-title {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.comments-area {
  margin-top: 50px;
}

.comments-area .comment-list,
.comments-area .children,
.comments-area .comment {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comment-list > li.pingback {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  font-size: 80%;
}

.pingback + .comment {
  padding-top: 37px;
}

.comments-area ol.comment-list {
  background: #fff;
  padding: 40px;
}

.comment {
}

.comment-body {
  border-radius: 3px;
  margin-bottom: 50px;
}

.pingback .comment-body {
  margin-bottom: 0;
}

ol.comment-list > li:last-child > .comment-body {
  margin-bottom: 0;
}

.comment-meta {
  overflow: hidden;
}

.comment-meta .comment-author {
  float: left;
  color: #343338;
  font-size: 15px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
}

.comment-meta .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.comment-meta .comment-author .says {
  display: none;
}

.comment-meta .comment-metadata {
  float: left;
  font-size: 11px;
  color: #aeacb2;
  line-height: 32px;
}

.comment-meta .comment-metadata a {
  color: inherit;
}

.comment-meta .comment-metadata .edit-link {
  margin-left: 10px;
}

.comment-content {
  margin-top: 15px;
}

.comment .reply {
  margin-top: 15px;
}

.comment .reply a {
  display: inline-block;
  background: #3db8db;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding: 12px 15px;
  text-transform: uppercase;
  color: #fff;
}

.comment .children {
  margin-left: 70px;
}

.comments-no-comments {
  margin-bottom: 20px;
}

.comment-respond {
  margin-top: 40px;
  background-color: #fff;
  padding: 40px;
}

.comment-reply-title {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.comment-respond .logged-in-as,
.comment-notes {
  font-size: 13px;
  color: #8d8d8d;
}

.comment-form-comment {
}

.comment-form-name,
.comment-form-email,
.comment-form-website {
}

.comment-respond label {
  font-size: 11px;
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
  width: 400px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  background: #f4f8f9;
}

.comment-respond textarea {
  height: 140px;
}

.comment-respond .form-submit {
  clear: both;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
	## Sidebar
--------------------------------------------------------------*/

#sidebar {
}

#sidebar .widget {
  margin-bottom: 30px;
}

#sidebar .widget:last-child {
  margin-bottom: 0;
}

#sidebar .widget-title {
  margin: 0;
  padding: 0;
  color: #343338;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.36;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.search-form input[type="submit"],
form[role="search"] input[type="submit"] {
  padding: 13px 15px;
}

/*--------------------------------------------------------------
	# Homepage
--------------------------------------------------------------*/

.section {
  padding: 90px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 90px;
}

.section-title {
  margin: 0;
  color: #e3e3e3;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.section-subtitle {
  margin: 0;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-description {
  color: #7b7a7f;
  line-height: 1.8;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  text-align: justify;
}

.section-header-left {
  float: left;
  text-align: left;
  margin-right: 80px;
}

.section-header-right {
  overflow: hidden;
  text-align: left;
  padding-left: 80px;
  border-left: 1px solid #e8e8e8;
}

.section-header-right.has-button {
}

.section-header-right .section-description {
  max-width: none;
  margin: 0;
  font-size: 15px;
}

.section-header-right.has-button .section-description {
  overflow: hidden;
}

.section-header-button {
  float: right;
  display: block;
  line-height: 60px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  color: #cbcbcb;
  text-transform: uppercase;
  border: 1px solid #cbcbcb;
  padding: 0 20px;
  width: 240px;
  max-width: 100%;
  text-align: center;
  margin-left: 70px;
}

/*--------------------------------------------------------------
	## Slider
--------------------------------------------------------------*/

#slider {
  position: relative;
}

.slider-inner {
  position: relative;
}

.slide {
  position: relative;
}

.slide img {
  display: block;
  position: relative;
  width: 100%;
}

.slide-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.slide-info-inner {
  max-width: 48%;
}

.slide-info-title {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.slide-info-content {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 35px;
}

.slide-info-button {
  display: inline-block;
  line-height: 50px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  background: #cbcbcb;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  width: 180px;
  max-width: 100%;
  text-align: center;
}

.slide-info-button span {
  margin-left: 10px;
}

.slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 40px;
  line-height: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 100;
  cursor: pointer;
}

.slider-nav-prev {
  left: 0;
}

.slider-nav-next {
  right: 0;
}

/*--------------------------------------------------------------
	## Features
--------------------------------------------------------------*/

.section-features {
  background: #fff;
}

.section-features .section-header {
  margin-bottom: 50px;
}

.section-features-main-wrap {
}

.section-features-main-wrap:before {
  content: " ";
  position: relative;
  width: 2px;
  height: 90px;
  display: block;
  margin: 0 auto;
  background: #cbcbcb;
}

.section-features-main {
}

.section-features-main:before {
  content: " ";
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background: #cbcbcb;
}

.section-features-main-inner {
  padding-top: 60px;
}

.section-features-items {
  padding-top: 50px;
}

.section-features-items .widget:nth-child(2n) {
  margin-right: 0;
}

.section-features-item {
  margin-bottom: 90px;
}

.section-features-item-icon {
  font-size: 25px;
  line-height: 1;
  color: #cbcbcb;
  display: block;
  margin-bottom: 25px;
}

.section-features-item-title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-features-item-description {
}

.section-features-image {
  position: relative;
}

.section-features-image img {
  display: block;
}

.section-features-image-caption {
  position: absolute;
  left: -30px;
  bottom: 30px;
  right: 120px;
  padding: 30px;
  background: #3433338;
}

.section-features-image-caption-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-features-image-caption-description {
  color: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------
	## About
--------------------------------------------------------------*/

.section-about {
}

.section-about-main {
}

.section-about-items {
  padding: 0 60px;
}

.section-about-items .widget {
  margin-top: 40px;
}

.section-about-items .widget:nth-child(-n + 3) {
  margin-top: 0;
}

.section-about-items .widget:nth-child(3n) {
  margin-right: 0;
}

.section-about-items .widget:nth-child(2) {
  box-shadow: 0px 0px 80px 0px rgba(57, 67, 69, 0.22);
}


.section-about-items .widget  {
  box-shadow: 0px 0px 80px 0px rgba(57, 67, 69, 0.22);
  background: #fff;
 /* background: linear-gradient(90deg, rgba(0,0,0,0.00140) 0%, rgba(255,255,255,1) 5%)*/
}

.section-about-item {
  max-height: 400px;
  text-align: center;
  background: #fff;
  padding: 100px 90px;
}

.section-about-item-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  border-radius: 50%;
  background: #cbcbcb;
  display: inline-block;
  color: #fff;
  margin-bottom: 35px;
}

.section-about-item-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.section-about-item-description {
}

/*--------------------------------------------------------------
	## Tour
--------------------------------------------------------------*/

.section-tour {
  background-size: cover;
  text-align: center;
  padding: 0;
  margin-top: 50px;
   background: rgba(255, 255, 255, 0);
}

.section-tour-inner {
  background: rgba(255, 255, 255, 0);
  padding: 20px 0;
}

.section-tour-play {
}

.section-tour-play span {
  display: inline-block;
  background: #edf4f673;
  color: #fff;
  line-height: 60px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.section-tour-title {
  margin-top: 25px;
  font-family: "Montserrat";
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
	## Services
--------------------------------------------------------------*/

.section-services {
  background: #fff;
  padding-bottom: 0;
}

.section-services-main {
}

.section-services-tabs-nav {
  text-align: center;
  margin-bottom: 50px;
}

.section-services-tabs-nav-item {
  display: inline-block;
  margin: 0 45px;
  margin-bottom: 50px;
}

.section-services-tabs-nav-item:not(.active) {
  color: inherit;
}

.section-services-tabs-nav-item-icon {
  display: inline-block;
  /* display: block;
    float: left;*/
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;

    text-align: center;
    font-size: 20px;
    color: #cbcbcb;
}

.section-services-tabs-nav-item.active .section-services-tabs-nav-item-icon {
  color: #696767c7;
}

.section-services-tabs-nav-item-title {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.section-services-tabs-content {
}

.section-services-tabs-content-item {
  display: none;
  position: relative;
}

.section-services-tabs-content-item.active {
  display: block;
}

.section-services-tabs-content-image {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.section-services-tabs-content-image img {
  display: inline-block;
}

.section-services-tabs-content-info {
  position: absolute;
  left: 0;
  top: 100px;
}

.section-services-tab-no-image .section-services-tabs-content-info {
  position: relative;
  left: auto;
  top: auto !important;
  padding-bottom: 40px;
}

.section-services-tabs-content-info-icon {
  display: none;
}

.section-services-tabs-content-info-title {
  display: inline-block;
  background: #696767c7;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 20px;
}

.section-services-tabs-content-info-description {
  padding: 30px;
  max-width: 400px;
  background: #fff;
  box-shadow: 0px 0px 40px 7px rgba(57, 67, 69, 0.1);
}

.section-services-tab-no-image .section-services-tabs-content-info-description {
  max-width: 100%;
}

/*--------------------------------------------------------------
	## Process
--------------------------------------------------------------*/

.section-process {
  background: #f4f8f9;
  padding: 130px 0;
}

.section-process-items {
}

.section-process-items .widget {
  margin-top: 50px;
}

.section-process-items .widget:nth-child(-n + 3) {
  margin-top: 0;
}

.section-process-items .widget:nth-child(3n) {
  margin-right: 0;
}

.section-process-item {
}

.section-process-item-number {
  display: block;
  color: #343338;
  font-size: 30px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: bold;
  margin-bottom: 20px;
}

.section-process-item-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-process-item-description {
}

.section-process-button {
  text-align: center;
  margin-top: 60px;
}

.section-process-button a {
  display: inline-block;
  border: 4px solid #343338;
  color: #343338;
  line-height: 50px;
  padding: 0 30px;
  font-weight: bold;
  font-family: "Montserrat";
  text-transform: uppercase;
}

/*--------------------------------------------------------------
	## Testimonials
--------------------------------------------------------------*/

.section-testimonials {
  background: #cbcbcb;
}

.section-testimonials .section-header {
  margin-bottom: 35px;
}

.section-testimonials .section-title {
  color: #4b3478;
}

.section-testimonials .section-subtitle {
  color: #fff;
  margin-bottom: 0;
}

.section-testimonials-customer-count {
  text-align: center;
}

.section-testimonials-customer-count:after {
  content: " ";
  height: 30px;
  width: 1px;
  position: relative;
  background: #886ebd;
  margin: 0 auto;
  display: block;
}

.section-testimonials-customer-count-inner {
  display: inline-block;
  background: #755aaa;
  padding: 30px 50px;
  font-family: "Montserrat";
  color: #fff;
  text-transform: uppercase;
}

.section-testimonials-customer-count span {
  display: inline-block;
  font-weight: 100;
  font-size: 62px;
  line-height: 1;
  margin-right: 40px;
  letter-spacing: -1px;
}

.section-testimonials-customer-count strong {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  line-height: 1.43;
}

.section-testimonials-items {
  border-top: 1px solid #886ebd;
  padding: 0 80px;
}

.section-testimonials-item {
  padding: 0 35px;
}

.section-testimonials-item-thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 30px;
}

.section-testimonials-item-thumb:before {
  content: " ";
  height: 60px;
  width: 1px;
  position: relative;
  background: #886ebd;
  margin: 0 auto;
  display: block;
}

.section-testimonials-item-thumb img {
  display: block;
  border-radius: 50%;
}

.section-testimonials-item-main {
  overflow: hidden;
}

.section-testimonials-item-content {
  margin-top: 60px;
  margin-bottom: 45px;
  color: #32373c;
}

.section-testimonials-item-title {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #fff;
}

.section-testimonials-item-extra {
  display: block;
  color: #fff7c9;
}

/*--------------------------------------------------------------
	## Clients
--------------------------------------------------------------*/

.section-clients {
  background: #fff;
  text-align: center;
}

.section-clients-items .widget {
  display: inline-block;
  margin: 0 40px;
}

/*--------------------------------------------------------------
	## Team
--------------------------------------------------------------*/

.section-team {
  background: #fff;
}

.section-team .section-header {
}

.section-team-items {
}

.section-team-items .widget {
  margin-top: 40px;
}

.section-team-items .widget:nth-child(-n + 4) {
  margin-top: 0;
}
.section-team-items .widget:nth-child (4) {
  margin-top: 0;
}

.section-team-items.section-team-items-cols .widget:nth-child(4n) {
  margin-right: 0;
}

.section-team-items.section-team-items-cols-4 .widget:nth-child(4n) {
  margin-right: 0;
}

.section-team-items.section-team-items-cols-3 .widget:nth-child(3n) {
  margin-right: 0;
}

.section-team-items.section-team-items-cols-2 .widget:nth-child(2n) {
  margin-right: 0;
}

.section-team-items.section-team-items-cols-1 .widget {
  margin-right: 0;
}

.section-team-item {
  text-align: center;
}

.section-team-item-thumb {
  margin-bottom: 25px;
}

.section-team-item-thumb a,
.section-team-item-thumb img {
  display: block;
}

.section-team-item-title {
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #343338;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-team-item-extra {
  font-size: 10px;
  font-weight: bold;
  font-family: "Montserrat";
  /*color: #343338;*/
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
	## Blog
--------------------------------------------------------------*/

.section-blog {
}

.section-blog-info {
}

.section-blog-filters {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 35px;
}

.section-blog-filters li {
  margin-bottom: 20px;
}

.section-blog-filters li:last-child {
  margin-bottom: 0;
}

.section-blog-filters li a {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  padding: 3px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.section-blog-filters li.active a {
  background: #fff;
}

.section-blog-button {
  display: inline-block;
  line-height: 50px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  background: #78787a;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  width: 180px;
  max-width: 100%;
  text-align: center;
}
.section-blog-info a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.15);
}

.section-blog-items {
}

.section-blog-items.section-blog-filtering {
  opacity: 0.5;
}

.section-blog-item {
}

.section-blog-item-thumb {
  margin-bottom: 25px;
  position: relative;
}

.section-blog-item-thumb img {
  display: block;
}

.section-blog-item-thumb-cats {
  position: absolute;
  top: 35px;
  left: -15px;
}

.section-blog-item-thumb-cats a {
  display: inline-block;
  background: #fff;
  color: inherit;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.section-blog-item-title {
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #343338;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-blog-item-title a {
  color: inherit;
}

.section-blog-item-date {
}

/*--------------------------------------------------------------
	## Contact
--------------------------------------------------------------*/

.section-contact {
  padding-top: 5px;
}

.section-contact .section-services-tabs-nav-item {
  margin-bottom: 0px;
}

.section-contact-main {
  background: #000; /* #2f363c;*/
}

.section-contact-map {
  max-height: 250 px;
}

.section-contact-map iframe {
  width: 100%;
  display: block;
}

.section-contact-form-home {
  padding: 80px;
}

.section-contact-form {
  padding: 30px 0 0 0;
}

.section-contact-form {
  margin: 20px;
}

.section-contact-form .section-title {
  color: #a7a7a7;
}

.section-contact-form .section-subtitle {
  color: #fff;
  margin-bottom: 50px;
}

.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 20.3px;
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.section-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
}

.section-contact-form input[type="text"],
.section-contact-form input[type="email"],
.section-contact-form input[type="url"],
.section-contact-form input[type="password"],
.section-contact-form input[type="search"],
.section-contact-form textarea {
  background: transparent;
  border-bottom: 1px solid #59636b;
  padding: 10px 0;
  margin: 0;
  color: #93979a;
}

.section-contact-form textarea {
  height: 100px;
}

.section-contact-form input[type="submit"] {
  line-height: 50px;
  font-size: 14px;
  padding: 0 20px;
  width: 180px;
  max-width: 100%;
  text-align: center;
}

.section-contact-extra {
  margin-top: 90px;
}

.section-contact-extra .widget {
  margin-top: 40px;
}

.section-contact-extra .widget:nth-child(-n + 3) {
  margin-top: 0;
}

.section-contact-extra .widget:nth-child(3n) {
  margin-right: 0;
}

.section-contact-extra-item {
}

.section-contact-extra-item-icon {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
  margin-right: 30px;
  text-align: center;
  font-size: 20px;
  color: #cbcbcb;
}

.section-contact-extra-item-main {
  overflow: hidden;
}

.section-contact-extra-item-main strong {
  display: block;
  font-weight: bold;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #343338;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 15px;
}

.section-contact-extra-item-main span {
  display: block;
}

/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/

.widget {
}

#wp-calendar caption {
  text-align: left;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
	# Footer Subscribe
--------------------------------------------------------------*/

.footer-subscribe {
  background: #000;
  color: #dee2e6;
  padding: 90px 0;
}

.footer-subscribe-content {
}

.footer-subscribe-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-subscribe-subtitle {
}

.footer-subscribe-form {
  text-align: right;
  position: relative;
}

.footer-subscribe-form input[type="text"],
.footer-subscribe-form input[type="email"] {
  background: transparent;
  border-bottom: 1px solid #379ebc;
  padding: 10px 0;
  width: 100%;
  color: #d1f5ff;
}

.footer-subscribe-form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1f5ff;
}
.footer-subscribe-form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1f5ff;
}
.footer-subscribe-form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1f5ff;
}

.footer-subscribe-form input[type="submit"] {
  background: #379ebc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/

#footer {
  background: #fff;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
	## Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
  padding: 75px 0;
  text-align: left;
}

#footer-widgets a {
  color: #c00202;
  font-weight: bold;
}

#footer-widgets ul {
  list-style-type: none;
  padding-left: 0;
}

#footer-widgets li {
  margin-bottom: 15px;
}

#footer-widgets .widget {
  margin-top: 50px;
}

#footer-widgets .widget:nth-child(-n + 4) {
  margin-top: 0;
  margin-right: 0;
}

#footer-widgets .widget:nth-child(4n) {
  margin-right: 0;
}

#footer-widgets .widget-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
	## Footer Bottom
--------------------------------------------------------------*/

#footer-bottom {
  font-size: 13px;
}

#footer-bottom .wrapper {
  border-top: 1px solid #eaeaea;
  padding: 25px 0;
}

/**
	 * Footer Copyright
	 */

#footer-copyright {
  float: left;
}

/**
	 * Footer Social
	 */

#ribbon-social {
  float: right;
  background-color: #767474d1;
  max-width: 40px;
  color: #000;
}

#ribbon-social a {
  color: #e7e7e7;
  margin-left: 10px;
  padding: 0 5px;
  font-size: 125%;
}

#ribbon-social a:first-child {
  margin-left: 10px; /* no tema AAC mantem a margem */
}

#footer-social {
  float: right;
  background-color: #fff;
}

#footer-social a {
  color: #858585;
  margin-left: 10px;
  padding: 0 5px;
}

#footer-social a:first-child {
  margin-left: 10px; /* no tema AAC mantem a margem */
}

/*--------------------------------------------------------------
	# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## Medium Monitors
--------------------------------------------------------------*/

@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  /**
	 * Homepage
	 */

  /* about */
  body .section-about-item {
    padding: 70px 50px;
  }
  body .section-about-item-icon {
    width: 80px;
    line-height: 80px;
    height: 80px;
  }

  /* tour */
  body .section-tour-inner {
    padding: 150px 0;
  }
}

/*--------------------------------------------------------------
	## Smaller Monitors
--------------------------------------------------------------*/

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  body .wrapper {
    max-width: 940px;
  }

  /* Navigation */

  body #navigation .menu > li {
    margin-left: 18px;
  }

  /**
	 * Homepage
	 */

  #logo a,
  #logo img {
    display: inline-block;
    /*max-height: 150px;		 */
    max-width: 130px;
  }
  /* slider */
  body .slide-info-inner {
    max-width: 60%;
  }

  /* about */
  body .section-about-item {
    padding: 50px 30px;
  }
  body .section-about-item-icon {
    width: 80px;
    line-height: 80px;
    height: 80px;
  }

  /* tour */
  body .section-tour-inner {
    padding: 100px 0;
  }

  /* testimonials */
  body .section-testimonials-item-thumb {
    float: none;
  }
  body .section-testimonials-item-thumb {
    margin-bottom: 20px;
  }

  /* team */
  body .section-header-right.has-button .section-description {
    display: none;
  }
  body .section-header-right {
    border: 0;
  }

  #social-media-header {
   /* margin-top: -60px;
    z-index: -111111111;*/
    padding-right: 7px;
   /* padding-top: 260px;*/
    float: right;
    position: fixed;
    /*height: 100%;*/
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1123px) {
  /* Navigation */

  body #navigation {
    display: none;
  }
  body #mobile-navigation {
    display: block;
  }
}

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .wrapper {
    max-width: 748px;
  }

  /* Navigation */

  body #navigation {
    display: none;
  }
  body #mobile-navigation {
    display: block;
  }

  /**
	 * Homepage
	 */
  #logo a,
  #logo img {
    display: inline-block;
    /*max-height: 150px;		 */
    max-width: 80%;
  }
  /* slider */
  body .slide-info-inner {
    max-width: 60%;
  }
  body .slide-info-title {
    font-size: 48px;
  }

  /* features */
  body .section-features-items {
    padding-top: 0;
  }
  body .section-features-image-caption {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  /* about */
  body .section-about-item {
    padding: 50px 30px;
  }
  body .section-about-item-icon {
    width: 80px;
    line-height: 80px;
    height: 80px;
  }

  /* tour */
  body .section-tour-inner {
    padding: 70px 0;
  }
  body .section-tour-title {
    font-size: 50px;
  }

  /* services */
  body .section-services-tabs-nav-item {
    margin-left: 30px;
    margin-right: 30px;
  }

  /* process */
  body .section-process {
    padding: 90px 0;
  }

  /* team */
  body .section-header-left {
    margin-right: 0;
    float: none;
  }
  body .section-header-right {
    overflow: visible;
    padding-left: 0;
    float: none;
    border: 0;
  }
  body .section-header-right.has-button .section-description {
    overflow: visible;
    float: none;
    margin-top: 30px;
  }
  body .section-header-button {
    margin-left: 0;
    float: none;
    line-height: 38px;
    width: auto;
    display: inline-block;
  }
  body .section-team-items .widget {
    margin-bottom: 50px;
  }
  body .section-team-items .widget:last-child {
    margin-bottom: 0;
  }

  /* blog */
  body .section-blog-info {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  body .section-blog-items {
    width: 100%;
  }
  body .section-blog-filters {
    margin-bottom: 0;
  }
  body .section-blog-filters li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  body .section-blog-button {
    position: absolute;
    top: 0;
    right: 0;
  }

  /* contact */
  body .section-contact-form {
    padding: 30px;
  }
  body .section-contact-form .section-subtitle {
    margin-bottom: 30px;
  }
  body .section-contact-extra-item-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-right: 15px;
  }
  body .section-contact-extra-item-main strong {
    margin-top: 0;
    margin-bottom: 10px;
  }

  /**
	 * Post single
	 */

  /* comments */
  body .comment .children {
    margin-left: 30px;
  }
  body .comment .children .children .children {
    margin-left: 0;
  }

  body .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 7%;
  }

  #social-media-header {
    margin-top: -40px;

    padding-right: 7px;
    padding-top: 230px;
    float: right;
    position: fixed;
  }
}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  /* Columns */

  body .col {
    margin-right: 0;
    width: 100% !important;
  }

  /* Header */
  body.page-template-template-home-php.admin-bar #header {
    top: 46px;
  }

  /* Navigation */

  body #navigation {
    display: none;
  }
  body #mobile-navigation {
    display: block;
  }
  #logo a,
  #logo img {
    display: inline-block;
    /*max-height: 150px;		 */
    max-width: 70%;
  }
  /**
	 * Homepage
	 */

  /* general */
  body .section {
    padding: 50px 0;
  }
  body .section-header {
    margin-bottom: 50px;
  }
  body .section-subtitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
  body .section-description {
    font-size: 14px;
  }

  /* slider */
  body .slide-info-inner {
    max-width: 100%;
  }
  body .slide-info-title {
    font-size: 25px;
  }
  body .slide-info-content {
    margin-bottom: 15px;
  }
  body .slide-info-button {
    line-height: 38px;
    width: auto;
  }

  /* features */
  body .section-features-main-wrap:before,
  body .section-features-main:before {
    display: none;
  }
  body .section-features-items,
  body .section-features-main-inner {
    padding-top: 0;
  }
  body .section-features-item {
    margin-bottom: 50px;
  }
  body .section-features-image-caption {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  /* about */
  body .section-about-items .widget {
    margin-bottom: 30px;
    margin-top: 0;
  }
  body .section-about-items .widget:nth-child(2) {
    box-shadow: none;
  }
  body .section-about-items .widget:last-child {
    margin-bottom: 0;
  }
  body .section-about-item {
    padding: 50px 30px;
  }
  body .section-about-item-icon {
    width: 80px;
    line-height: 80px;
    height: 80px;
  }

  /* tour */
  body .section-tour {
    padding: 0;
  }
  body .section-tour-inner {
    padding: 50px 0;
  }
  body .section-tour-title {
    font-size: 25px;
  }

  /* services */
  body .section-services-tabs-nav {
    display: none;
  }
  body .section-services-tabs-content .widget {
    margin-bottom: 50px;
  }
  body .section-services-tabs-content .widget:last-child {
    margin-bottom: 0;
  }
  body .section-services-tabs-content-item {
    display: block !important;
  }
  body .section-services-tabs-content-info {
    position: relative;
    top: auto !important;
    left: auto;
    right: auto;
    bottom: auto;
    padding-bottom: 0 !important;
  }
  body .section-services-tabs-content-info-title {
    font-size: 20px;
    display: block;
  }
  body .section-services-tabs-content-info-description {
    max-width: none;
    padding: 20px;
  }

  /* process */
  body .section-process-items .widget {
    margin-bottom: 50px;
    margin-top: 0;
  }
  body .section-process-items .widget:last-child {
    margin-bottom: 0;
  }

  /* testimonials */
  body .section-testimonials-item {
    padding: 0;
  }
  body .section-testimonials-item-thumb {
    float: none;
    margin-bottom: 30px;
  }
  body .section-testimonials .wrapper {
    max-width: 100%;
  }
  body .section-testimonials-customer-count-inner {
    padding: 20px;
  }
  body .section-testimonials-customer-count span {
    font-size: 40px;
    margin-right: 20px;
  }
  .section-testimonials-customer-count strong {
    font-size: 14px;
  }

  /* team */
  body .section-header-left {
    margin-right: 0;
    float: none;
  }
  body .section-header-right {
    overflow: visible;
    padding-left: 0;
    float: none;
    border: 0;
  }
  body .section-header-right.has-button .section-description {
    overflow: visible;
    float: none;
    margin-top: 30px;
  }
  body .section-header-button {
    margin-left: 0;
    float: none;
    line-height: 38px;
    width: auto;
    display: inline-block;
  }
  body .section-team-items .widget {
    margin-bottom: 50px;
    margin-top: 0;
  }
  body .section-team-items .widget:last-child {
    margin-bottom: 0;
  }

  /* blog */
  body .section-blog-filters {
    display: none;
  }
  body .section-blog-button {
    line-height: 38px;
    width: auto;
    display: inline-block;
  }
  body .section-blog-info {
    margin-bottom: 40px;
  }
  body .section-blog-item {
    margin-bottom: 40px;
  }
  body .section-blog-item:last-child {
    margin-bottom: 0;
  }

  /* contact */
  body .section-contact-form {
    padding: 30px;
  }
  body .section-contact-form .section-subtitle {
    margin-bottom: 30px;
  }
  body .section-contact-extra-item-icon {
    display: none;
  }
  body .section-contact-extra .widget {
    margin-bottom: 40px;
    margin-top: 0;
  }
  body .section-contact-extra .widget:last-child {
    margin-bottom: 0;
  }
  body .section-contact-extra {
    margin-top: 40px;
  }

  /**
	 * Content
	 */

  body #content.col {
    margin-bottom: 50px;
  }

  body .comment .children {
    margin-left: 0;
  }

  /* footer */
  body .footer-subscribe {
    padding: 50px 0;
  }
  body .footer-subscribe-content {
    margin-bottom: 40px;
  }

  body #footer-copyright {
    float: none;
    text-align: center;
  }

  body #footer-copyright {
    margin-bottom: 15px;
  }

  body #footer .widget {
    margin: 0;
    margin-bottom: 40px;
  }

  body #footer .widget:last-child {
    margin-bottom: 0;
  }

  #social-media-header {
    padding-top: 180px;
    position: inherit;
    margin-top: -20px;
    padding-right: 7px;
    position: fixed;
  }

  #socialribbon .header-right {
    height: auto;
    padding: 0 0px;
    padding-left: 0%;
    max-width: fit-content;

    position: absolute;
    right: 0px;
    width: 300px;
    /* border: 3px solid #73AD21;*/
    padding: 0px;
  }

  #socialribbon .col-md-1 {
    max-width: 40px;
    border: 3px solid #73ad21;
  }

  #ribbon-social {
    float: right;
    background-color: #767474d1;
    max-width: 40px;
    color: #000;
  }

  #ribbon-social a {
    color: #e7e7e7;
    margin-left: 10px;
    padding: 0 5px;
    font-size: 110%;
  }

  #ribbon-social a:first-child {
    margin-left: 10px; /* no tema AAC mantem a margem */
  }

  #footer-social {
    float: right;
    background-color: #fff;
    max-width: 40px;
  }

  #footer-social a {
    color: #858585;
    margin-left: 10px;
    padding: 0 5px;
  }

  #footer-social a:first-child {
    margin-left: 10px; /* no tema AAC mantem a margem */
  }

  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }

  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 100%;
  }

  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
  }

  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
	## Phones ( landscape )
--------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  body .wrapper {
    max-width: 420px;
  }

  body .header-search form {
    width: 420px;
  }

  .header-right {
    padding: 0 50px;
    padding-left: 0%;

    position: absolute;

    right: 0px;
    width: 300px;
    /*border: 3px solid #73AD21;*/
    padding: 1px;
  }
}

/*--------------------------------------------------------------
	## Phones ( portrait )
--------------------------------------------------------------*/

@media only screen and (max-width: 479px) {
  body .wrapper {
    max-width: 300px;
  }

  body #navigation {
    display: none;
  }

  body .header-search form {
    width: 300px;
  }

  #logo,
  #logo a,
  #logo img {
    display: inline-block;
    max-height: 60px;
    max-width: 60px;
  }

  #mobile-navigation ul,
  #mobile-navigation li {
    list-style-type: none;
    margin: 0;
    margin-right: 5px;
    padding: 0;
  }

  #mobile-navigation {
    display: none;
    text-align: center;
    margin-top: 34px;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    float: left;
  }

  .menu-header-container {
    max-width: 200px;
  }
  /**
	 * Homepage
	 */

  /* slider */
  body .slide-info .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  body .slide-info-title {
    font-size: 20px;
  }
  body .slide-info-content {
    display: none;
  }

  /**
	 * Listing
	 */

  body.blog #main .wrapper,
  body.archive #main .wrapper,
  body.search-results #main .wrapper,
  body.page-template-default #main .wrapper,
  body.error404 #main .wrapper,
  body.single-post #main .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  /* Footer */

  body #footer-navigation li {
    margin-left: 10px;
  }
}

/* SEARCH BAR */

/********************
 * Search Navigation
 ********************/

/* Top level chevron */
#navigation .menu a .fa {
  display: inline-block;
  color: rgb(165, 165, 165);
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
}

#navigation .menu a .fa:hover {
  color: #fff;
}

#navigation .menu ul li.search-wpb {
  margin-left: 5px;
}

.search-wpb .fa-search {
  color: #666666;
  font-weight: 900;
}

.search-wpb .fa-search:hover,
.search-wpb .fa-search:focus {
  color: #999999;
  text-decoration: none;
}

.wpbsearchform {
  display: block;
  width: 350px;
  position: absolute;
  right: -80px;
  top: 100%;
  margin-top: 1px;
  z-index: 9999;
  background-color: #000; /*rgba(200,199,197,0.8);*/
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border: 0px solid #ccc;
}

.wpbsearchform form input:focus {
  color: #555;
}

.wpbsearchform input[type="search"] {
  border-radius: 0;
}

.wpbsearchform ::-moz-placeholder {
  color: #999 !important;
  font-weight: 300;
  opacity: 1;
}

.wpbsearchform ::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 300;
}


/**************************************************************************
/                   featured image for page / post
/**************************************************************************/

article.has-post-thumbnail {
    background-color: #fff;
}

.blog-post-single-thumb, .page-thumb {
    display: flex;
    margin: auto;
    text-align: center;
    /* height: auto; */
    width: fit-content;
    background: #FFF;
}

img.attachment-meridian-one-posts-listing.size-meridian-one-posts-listing.wp-post-image {
    max-height: 200px;
    width: auto;
    text-align: center;
}




.textwidget .mdocs-container > #mdocs-list-table > thead,
.textwidget .mdocs-container > #mdocs-list-table > tfoot,
.textwidget .mdocs-container  #mdocs-list-table  .mdocs-dropdown-menu,
.textwidget .mdocs-container  #mdocs-list-table  td.mdocs-downloads,
.textwidget .mdocs-container  #mdocs-list-table  td.mdocs-modified i,
.textwidget .mdocs-container  #mdocs-list-table  td.mdocs-name .text-muted ,
.textwidget .mdocs-container  #mdocs-list-table  td .mdoc-file-type-icon {
  display: none;
}

.textwidget .mdocs-container  #mdocs-list-table  td.mdocs-modified {
  font-size: 75%;
  }

