/*
Theme Name: Famossul
Theme URI: https://catchthemes.com/themes/catch-base/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: If you are looking to tailor-make a unique site without having to spend time coding a strong base for a theme that is smooth and displays well in all mobile and desktop devices, Catch Base is where your search ends. Catch Base is a simple, clean and responsive WordPress Theme. Use this as a base for your theme development or custom site development, and you will be thrilled with its ease and efficiency! Catch Base is built in HTML5, CSS3 and WordPress Theme Customizer for real time customization. This theme is translation ready and also currently translated in Swedish, French, Brazilian Portuguese, German, Hungarian, Lithuanian and Danish languages. Check out Theme Instructions at https://catchthemes.com/theme-instructions/catch-base/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-base/
Version: 3.4.6
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: catch-base
Domain Path: /languages
Tags: blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Reset
2. Typography
3. Elements
4. Padding/Margin
5. Forms
6. Navigation
7. Accessibility
8. Alignments
9. Clearings
10. Header Area
11. Promotion Area
12. Featured Content Area
13. Content
14. Widgets
15. Comments
16. Media
17. Captions
18. Galleries
19. Footer
20. Extra Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Reset
--------------------------------------------------------------*/
*{
	font-family: "Nunito Sans", sans-serif;
	font-style: normal;
}
.playfair-display{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-style: normal;
  }
  .playfair-display-i{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-style: italic;
  }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "Nunito Sans", sans-serif;
	font-style: normal;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	margin-top:0 !important ;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	overflow-y: hidden;
}
body.blog,
body.single-post,
body.search,
body.archive{
	background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

b,
strong {
	font-weight: bold;
}

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

address {
	margin: 0 0 1.5em;
}

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

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: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

#feature-slider .cycle-pager span {
    font-size: 45px;
}

.site-title {
    font-size: 40px;
    line-height: 1.2;
}

.entry-title,
#promotion-message h2,
#featured-content #featured-heading {
	font-size: 30px;
}

#scrollup:before {
	font-size: 26px;
}

#featured-content .entry-title {
	font-size: 24px;
}

.comments-title,
#search-toggle,
.genericon.genericon-menu,
.widget_catchbase_social_icons .genericon {
    font-size: 20px;
}

.entry-meta span a:before {
    font-size: 16px;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    font-size: 40px;
    line-height: 40px;
}

.sidebar .entry-title,
.widget-title {
	font-size: 20px;
	line-height: 1.4;
}

.sidebar-header-right .entry-title,
.sidebar-header-right .widget-title,
#infinite-handle span {
    font-size: 16px;
}

.catchbase-nav-menu .sub-menu a,
.catchbase-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a,
#breadcrumb-list .wrapper {
	font-size: 14px;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	font-size: 14px;
	line-height: 30px;
}

.entry-meta,
.site-description {
	font-size:  13px;
}

.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
body {
	background-color: #fff;
}

.site {
	background-color: #fff;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-webkit-box-shadow: 	0 2px 6px rgba(100, 100, 100, 0.3);
	-moz-box-shadow: 		0 2px 6px rgba(100, 100, 100, 0.3);
	box-shadow: 			0 2px 6px rgba(100, 100, 100, 0.3);
	width: 1200px;
}

a {
	color: #21759b;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #404040;
	outline: none;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	display: table;
	font-weight: bold;
	margin: 0 0 2em;
	table-layout: fixed;
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #666;
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	padding: 8px;
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.displayblock,
#heading,
#primary,
#secondary,
#comments,
.catchbase-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	display: block;
}

.displaynone {
	display:  none;
}

.sticky {
	display: block;
}

/* Genericons */
.genericon:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
	line-height: 1;
	font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: text-bottom;
}

#search-toggle:before {
    content: "\f400";
}

#scrollup:before {
	content: '\f432';
}

#feature-slider .cycle-prev:before {
    content: "\f430";
}

#feature-slider .cycle-next:before {
    content: "\f429";
}

.entry-meta .posted-on a:before {
	content: "\f307";
}

.entry-meta .author a:before {
	content: "\f304";
}

.edit-link a:before {
	content: "\f411";
}

.cat-links span + a:before {
	content: "\f301";
}

.tags-links span + a:before {
	content: "\f302";
}

.entry-meta .comments-link a:before {
	content: "\f300";
}


/*--------------------------------------------------------------
4. Padding/Margin
--------------------------------------------------------------*/
.site {
	margin: 40px auto;
}

.wrapper {
	padding: 0 20px;
}

.site-title,
.site-description,
#featured-content p {
	margin-bottom: 0;
}

#masthead {
	padding: 20px 0;
}
header{
	background-color: #fff;
}
#site-branding,
#promotion-message .section,
#content .wrapper,
.hentry,
.woocommerce-wrap,
.no-results,
.not-found,
.sidebar,
#comments,
#nav-below,
#infinite-handle,
#supplementary .widget,
#site-generator {
	padding: 20px;
}
.logo{
	margin-right: 50px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.logo-left #site-header {
	padding-left: 10px;
}

.logo-right #site-header {
	padding-right: 10px;
}
.logo p a{
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}
.logo p{
	margin-top: 0px;
}
.nav-header-right .wrapper {
	padding: 0;
}

.page-header {
	padding: 20px 20px 0 20px;
}

.page-header .page-title {
    margin-bottom: 0;
    padding-bottom: 10px;
}

#header-featured-image .wrapper,
#feature-slider .wrapper {
	padding: 0;
}

.hentry,
.widget {
	margin: 0 0 20px;
}

.blog #main .hentry,
.archive #main .hentry {
	padding-bottom: 0;
}

.archive-post-wrap {
	padding-bottom: 20px;
}

.widget figure {
	margin-bottom: 15px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#promotion-message h2 {
	margin-bottom: 5px;
}

#promotion-message p {
    margin: 0;
}

#promotion-message .right a {
	margin-top: 7px;
	padding: 10px 25px;
}

#featured-content,
#supplementary {
	padding-top:  20px;
}

#featured-content .featured-heading-wrap {
	padding: 20px 20px 0;
}

#feature-heading {
    margin: 0 20px;
    padding: 20px 0 0;
}

#featured-content .entry-content {
	margin-top: 0;
}

#featured-content .entry-container {
	margin-top: 20px;
}

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

#search-toggle:before {
    margin-top: 12px;
}

#scrollup:before {
    margin-top: 7px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
	margin-right: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 9px 15px;
	text-shadow: none !important;
}

p,
.hentry .featured-image {
    margin-bottom: 20px;
}

blockquote {
	margin: 20px 40px;
}


/*--------------------------------------------------------------
5. Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	border: 0;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
6. Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous,
.nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next,
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation span {
	display: block;
}

.nav-header-right .wrapper {
	float: right;
	margin-right: -18px;
}

.sidebar-header-right .widget_nav_menu {
    position: relative;
    z-index: 199;
}

.nav-primary {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 198;
}

.nav-secondary {
    background-color: #f2f2f2;
    position: relative;
    z-index: 197;
}

.nav-footer {
	border-top: 1px solid #eee;
}

.catchbase-nav-menu li,
.sidebar-header-right .widget_nav_menu li {
    display: inline-block;
	float: left;
    text-align: left;
}

.catchbase-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	color: #666;
    padding: 10px 20px;
}

.catchbase-nav-menu li a:hover,
.catchbase-nav-menu li a:focus,
.sidebar-header-right .widget_nav_menu li a:hover,
.sidebar-header-right .widget_nav_menu li a:focus {
	color: #21759b;
	text-decoration: none;
}

/* Hover Parent */
.catchbase-nav-menu li:hover > a,
.sidebar-header-right .widget_nav_menu li:hover > a {
}

.catchbase-nav-menu .current-menu-item > a,
.catchbase-nav-menu .current-menu-ancestor > a,
.catchbase-nav-menu .current_page_item > a,
.catchbase-nav-menu .current_page_ancestor > a,
.sidebar-header-right .widget_nav_menu .current-menu-item > a,
.sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
	color: #21759b;
}

.catchbase-nav-menu .sub-menu,
.catchbase-nav-menu .children,
.sidebar-header-right .widget_nav_menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 200;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	border-top: 1px solid #eee;
}

.catchbase-nav-menu .sub-menu a,
.catchbase-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	position: relative;
	width: 250px;
}

.catchbase-nav-menu .sub-menu a,
.catchbase-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a {
	border-top: none;
}

.nav-secondary .catchbase-nav-menu .sub-menu a,
.nav-secondary .catchbase-nav-menu .children a {
	background-color: #f2f2f2;
	border-color: #f9f9f9;
}

.catchbase-nav-menu .sub-menu li a:hover,
.catchbase-nav-menu .sub-menu li a:focus,
.catchbase-nav-menu .children li a:hover,
.catchbase-nav-menu .children li a:focus,
.sidebar-header-right .widget_nav_menu .sub-menu li a:hover,
.sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
	color: #21759b;
}

.catchbase-nav-menu .sub-menu .sub-menu,
.catchbase-nav-menu .children .children,
.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	border-top: 1px solid #eee;
	margin: -43px 0 0 249px;
}

.nav-secondary .sub-menu .sub-menu,
.nav-secondary .catchbase-nav-menu .children .children  {
	border-color: #f9f9f9;
}

.catchbase-nav-menu .menu-item:hover,
.catchbase-nav-menu .page_item:hover,
.sidebar-header-right .widget_nav_menu .menu-item:hover {
	position: static;
}

.catchbase-nav-menu .menu-item:hover > .sub-menu,
.catchbase-nav-menu .menu-item.focus > .sub-menu,
.catchbase-nav-menu .page_item:hover > .children,
.catchbase-nav-menu .page_item.focus > .children,
.sidebar-header-right .widget_nav_menu .menu-item:hover > .sub-menu,
.sidebar-header-right .widget_nav_menu .menu-item.focus > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Menu Search */
.nav-primary.search-enabled {
	position: relative;
}

.nav-primary.search-enabled .menu {
	float: left;
}

#search-toggle {
    background-color: transparent;
    color: #666;
    cursor: pointer;
    float: right;
    height: 42px;
    margin-right: 20px;
    text-align: center;
    width: 42px;
}

#search-toggle:hover {
	background-color: transparent;
    color: #000;
}

#search-container {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    bottom: -56px;
    clear: both;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.nav-primary .search-submit {
	display: none;
}

.nav-primary .search-form {
    padding: 10px 40px;
}

.nav-primary .search-field {
	border-color: #eee;
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	width:  100%;
}

.nav-primary .search-field:focus {
	border-color: #666;
	color: #000;
}

/* WP Page Navi */
#nav-below .wp-pagenavi,
.page-links {
	float: right;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	border: none;
	float: left;
	height: 28px;
	color: #21759b;
	text-align: center;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.page-links span {
	margin-left:  10px;
}

.page-links span,
.page-links a:hover span {
	background-color: #000;
	color: #fff;
}

.page-links a span {
	background-color: #f2f2f2;
	color: #404040;
}

.page-links span.pages {
	background-color: transparent;
	color: #404040;
	margin-left: 0;
	padding: 0;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span {
	background-color: #eee;
	margin: 0 0 0 10px;
}

#nav-below .wp-pagenavi span.pages {
	color: #404040;
	background-color: transparent;
	padding: 2px 0 0 0;
}

#nav-below .wp-pagenavi a:hover,
#nav-below #wp_page_numbers ul li a:hover {
	background-color: #000;
	color: #fff;
}

#nav-below .wp-pagenavi span.current{
	background-color: #000;
	color: #fff;
	font-weight: normal;
}

/* Jetpack Infinite Scroll */
#content #infinite-handle {
    display: block;
    text-align: center;
    width: 100%;
}

#content #infinite-handle span {
	background: none transparent;
	display: block;
	padding: 0;
}

#content #infinite-handle span button {
	background-color: #eee;
	border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
	color: #21759b;
	display: inline;
	font-size: 14px;
	padding: 10px 30px;
	text-shadow: none;
	width: 100%;
}

#content #infinite-handle span button:hover,
#content #infinite-handle span button:focus {
	background-color: #000;
	color: #fff;
}

/*--------------------------------------------------------------
7. Accessibility
--------------------------------------------------------------*/
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* 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: 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 */
}

/*--------------------------------------------------------------
8. Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
9. Clearings
--------------------------------------------------------------*/
.clear:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.catchbase-nav-menu:after,
.nav-header-right:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
#nav-below:after,
.page-links:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------------------------------
10. Header Area
--------------------------------------------------------------*/
#site-branding,
#site-logo,
#site-header {
	display: inline-block;
	float: left;
}

#site-branding,
#site-logo {
	max-width: 100%;
}

#site-logo a {
    display: block;
    line-height: 0;
}

#site-header.logo-enable.logo-left {
    padding-left: 10px;
}

#site-header.logo-enable.logo-right {
    padding-right: 10px;
}

.site-title {
    font-weight: bold;
}

.site-title a {
	color: #404040;
}

.site-title a:hover {
	color: #21759b;
	text-decoration: none;
}

.site-description {
	font-style: italic;
	line-height: 1.2;
}

.sidebar-header-right,
.sidebar-header-right .widget-wrap {
	float: right;
}

#header-featured-image {
	clear: both;
	display: block;
	line-height: 0;
	width: 100%;
	text-align: center;
}

/*--------------------------------------------------------------
11. Promotion Area
--------------------------------------------------------------*/
#promotion-message {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#promotion-message .left {
	float: left;
	max-width: 940px;
}

#promotion-message .right {
	float: right;
	max-width: 220px;
	text-align: center;
}

#promotion-message .right a {
    background-color: #f2f2f2;
	border: 2px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	display: block;
}

#promotion-message .right a:hover {
	border-color: #666;
	color: #000;
	text-decoration: none;
}

#promotion-message .left {
    max-width: 80%;
}
#promotion-message .right {
    max-width: 20%;
}
/*--------------------------------------------------------------
12. Featured Content Area
--------------------------------------------------------------*/
#featured-content {
	border-bottom: 1px solid #eee;
}

#featured-content.border-top {
	border-top: 1px solid #eee;
	border-bottom: none;
}

#feature-heading {
    border-bottom: 1px solid #eee;
}

#featured-content .entry-title a {
	color: #404040;
}

#featured-content .entry-title a:hover {
	color: #21759b;
}

#featured-content .featured-content-image {
	display: block;
	line-height: 0;
}

#featured-content .hentry {
	border: none;
	float: left;
}

#featured-content.layout-four .hentry {
	width: 290px;
}

#featured-content.layout-three .hentry {
	width: 386px;
}

#featured-content.layout-four .hentry:nth-child(4n+1),
#featured-content.layout-three .hentry:nth-child(3n+1) {
	clear: both;
}

#featured-content figure a {
    display: block;
    line-height: 0;
}

.one-column .layout-four .featured-content-wrap {
    margin-left: -2%;
    width: 102%;
}
.one-column #featured-content.layout-four .hentry {
    margin-left: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 23%;
}

/*--------------------------------------------------------------
13. Content
--------------------------------------------------------------*/
#main {
	float: left;
	width: 820px;
}

.sidebar-primary {
	float: right;
	width: 340px;
}

.archive-post-wrap,
.page-header .page-title {
    border-bottom: 1px solid #eee;
}

.entry-title,
.entry-title a {
	color: #404040;
}

.entry-title a:hover {
	color: #21759b;
}

.entry-title a:hover,
.entry-meta a:hover {
	text-decoration: none;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Two Columns (Content Right, Left Sidebar) */
.content-right #main {
	float: right;
}

.content-right .sidebar-primary {
	float: left;
}

/* Three Columns */
#content_sidebar_wrap {
	float:  right;
	width:  920px;
}

#content_sidebar_wrap #main {
	width:  580px;
}

.sidebar-secondary {
	float: left;
	width: 240px;
}

/* Three Columns ( Primary Sidebar, Content, Secondary Sidebar ) */
.three-columns.primary #content_sidebar_wrap {
	float:  left;
}

.three-columns.primary .sidebar-secondary {
	float: right;
}

.three-columns.primary #main {
	float: right;
}

.three-columns.primary .sidebar-primary {
    float: right;
}

/* Three Columns (Equal Sidebars) */
.three-columns.equal-sidebars #content_sidebar_wrap {
	width:  820px;
}

.three-columns.equal-sidebars #content_sidebar_wrap #main {
	width:  480px;
}

.three-columns.equal-sidebars .sidebar-secondary {
	width: 340px;
}

/* Three Columns (Equal Columns) */
.three-columns.equal-columns #content_sidebar_wrap {
    width: 773px;
}

.three-columns.equal-columns #content_sidebar_wrap #main {
    width: 386px;
}

.three-columns.equal-columns .sidebar-primary,
.three-columns.equal-columns .sidebar-secondary {
    width: 387px;
}

/* Three Content Left */
.three-columns.content-left .sidebar-secondary,
.three-columns.content-left .sidebar-secondary {
	float: right;
}

.three-columns.content-left #content_sidebar_wrap {
	float: left;
}

/* Three Content Right */
.three-columns.content-right #content_sidebar_wrap #main {
	float:  right;
}

/* One Column (No Sidebar, Content Width) */
.no-sidebar.content-width #main {
    display: block;
    float: none;
    margin: 0 auto;
    width: 820px;
}

/* One Column (One Column) */
.no-sidebar.one-column .site {
    width: 860px;
}

.no-sidebar.one-column #main {
	width: 820px;
}

/* One Column (No Sidebar, Full Width) */
.no-sidebar.full-width #main {
    width: 100%;
}

/* Layout Options with Featured Image on Left */
.has-post-thumbnail.excerpt-portrait-featured-image .featured-image,
.has-post-thumbnail.excerpt-landscape-featured-image .featured-image,
.has-post-thumbnail.excerpt-thumbnail-featured-image .featured-image {
	display: inline;
    float: left;
}

.has-post-thumbnail.excerpt-portrait-featured-image .entry-container,
.has-post-thumbnail.excerpt-landscape-featured-image .entry-container,
.has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
	display: inline;
    float: right;
}

.has-post-thumbnail.excerpt-portrait-featured-image .featured-image {
	width: 169px;
}

.has-post-thumbnail.excerpt-landscape-featured-image .featured-image {
	width: 200px;
}

.has-post-thumbnail.excerpt-thumbnail-featured-image .featured-image {
	width: 150px;
}

/* Three Colummns */
/* Show Excerpt Portrait Featured Image */
.has-post-thumbnail.excerpt-portrait-featured-image .entry-container {
    width: 351px;
}

/* Show Excerpt Landscape Featured Image */
.has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 320px;
}

/* Show Excerpt Thumbnail Featured Image */
.has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 370px;
}

/* Three Colummns, Equal Primary and Secondary */
/* Show Excerpt Portrait Featured Image */
.equal-sidebars .has-post-thumbnail.excerpt-portrait-featured-image .entry-container {
    width: 251px;
}

/* Show Excerpt Landscape Featured Image */
.equal-sidebars .has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 250px;
}

.equal-sidebars .has-post-thumbnail.excerpt-landscape-featured-image .featured-image {
    width: 170px;
}

/* Show Excerpt Thumbnail Featured Image */
.equal-sidebars .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 270px;
}

/* Three Colummns, Equal Columns ( width 346px ) */
.equal-columns .has-post-thumbnail .featured-image {
	text-align: center;
	width:  100%
}

.equal-columns .has-post-thumbnail .entry-container {
	clear: both;
    width: 100%;
}

/* Two Colummns, One Column  */
/* Show Excerpt Portrait Featured Image */
.two-columns .has-post-thumbnail.excerpt-landscape-featured-image .featured-image,
.no-sidebar .has-post-thumbnail.excerpt-landscape-featured-image .featured-image {
    width: 300px;
}

.two-columns .has-post-thumbnail.excerpt-portrait-featured-image .entry-container,
.no-sidebar .has-post-thumbnail.excerpt-portrait-featured-image .entry-container  {
    width: 591px;
}

/* Show Excerpt Landscape Featured Image */
.two-columns .has-post-thumbnail.excerpt-landscape-featured-image .entry-container,
.no-sidebar .has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 460px;
}

/* Show Excerpt Thumbnail Featured Image */
.two-columns .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container,
.no-sidebar .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 610px;
}

/* Full Width */
/* Show Excerpt Portrait Featured Image */
.full-width .has-post-thumbnail.excerpt-portrait-featured-image .entry-container  {
    width: 911px;
}

/* Show Excerpt Landscape Featured Image */
.full-width .has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 780px;
}

/* Show Excerpt Thumbnail Featured Image */
.full-width .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 930px;
}

/*--------------------------------------------------------------
14. Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget figure a {
	display: block;
	line-height: 0;
}

/* Calender widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
15. Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond form label {
	display: block;
}

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

.comment-body {
    border-bottom: 4px double #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-body .comment-meta {
	margin-bottom:  20px;
}

.comment-body .comment-author img {
    float: left;
    line-height: 0;
    margin-right: 10px;
    padding: 0;
}

/*--------------------------------------------------------------
16. 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%;
}

.hentry .featured-image a {
    display: block;
    line-height: 0;
}

/*--------------------------------------------------------------
17. Captions
--------------------------------------------------------------*/
caption {
	font-weight: bold;
}

.wp-caption {
	background-color:  #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 5px 5px 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 8px 0;
}

/*--------------------------------------------------------------
18. Galleries
--------------------------------------------------------------*/
#main .gallery {
	margin-bottom: 1.5em;
}

#main .gallery img {
    border: 1px solid #eee;
    padding: 5px;
}

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

.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;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
#supplementary,
#site-generator {
	border-top: 1px solid #eee;
}

#supplementary .widget-area {
	float: left;
	width: 100%;
}

#supplementary.two .widget-area {
	width: 580px;
}

#supplementary.three .widget-area {
	width: 386px;
}

#supplementary.four .widget-area {
	width: 290px;
}

#site-generator.one #footer-left-content,
#site-generator.one #footer-right-content {
	width: 100%;
}

#footer-left-content,
#footer-right-content {
	width: 560px;
}

#footer-left-content {
	float: left;
}

#footer-right-content {
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
20. Extra Elements
--------------------------------------------------------------*/
/* Catchbase Scrollup */
#scrollup {
    background-color: #666;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
    color: #eee;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    bottom: 20px;
	right: 20px;
    text-align: center;
	text-decoration: none;
    width: 40px;
    z-index: 9999;
}

#scrollup:hover {
	background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* Catchbase breadcrumb */
#breadcrumb-list {
}

#breadcrumb-list .wrapper {
    padding: 20px 40px 0;
}

.home #breadcrumb-list .wrapper {
	padding-bottom: 20px;
}

#breadcrumb-list span {
	background-color: transparent;
	border: 1px solid #eee;
    color: #666;
	display: block;
   	float: left;
   	font-style: italic;
   	margin-left: -1px;
}

#breadcrumb-list span.sep {
       float: right;
       margin-left: 0;
       padding: 0 0 0 5px;
}

#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
       border: none;
}

#breadcrumb-list a,
#breadcrumb-list a span {
	color: #21759b;
	display: inline-block;
	padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
	color: #404040;
	text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
	background-color: #f2f2f2;
	padding: 5px 10px 3px;
}

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
    position: relative;
    z-index: 101;
}

#feature-slider .cycle-slideshow {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#feature-slider .cycle-slideshow img {
    display: block;
    margin: 0 auto;
}

#feature-slider .cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 101;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

#feature-slider .cycle-pager span {
    font-family: arial;
    line-height: 20px;
    width: 14px;
    height: 20px;
    display: inline-block;
    color: #f2f2f2;
    cursor: pointer;
    margin: 0 2px;
}

#feature-slider .cycle-pager span.cycle-pager-active {
    color: #000;
}

#feature-slider .cycle-pager > * {
    cursor: pointer;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
}

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
    background-color: #000;
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    border-radius:          4px;
    color: #fff;
    cursor: pointer;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    text-decoration: none;
    -moz-transition:    all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
    z-index: 101;
}

#feature-slider .cycle-prev {
    left: -20px;
}

#feature-slider .cycle-next {
    right: -20px;
}

#feature-slider:hover .cycle-prev {
    left: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#feature-slider:hover .cycle-next {
    right: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#feature-slider .cycle-slideshow .hentry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#feature-slider .cycle-slideshow .hentry.displaynone {
	display: none;
}

#feature-slider .cycle-slideshow article:first-child {
    position: static;
    z-index: 100;
}

#feature-slider .entry-container {
    bottom: 44px;
    color: #fff;
    left: 25%;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 50%;
    z-index: 101;
}

#feature-slider .entry-container:hover {
    background-color: #000;
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    border-radius:          4px;
    -moz-transition:    all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

#feature-slider .entry-title,
#feature-slider .entry-title a {
    color: #fff;
}

#feature-slider .entry-content {
    margin: 0
}

#feature-slider .entry-content p:last-child {
    margin-bottom: 0;
}

.disabled {
    opacity: .5;
    filter:alpha(opacity=50);
}

/* Social Icons */
.widget_catchbase_social_icons .widget-wrap {
	margin-left: -5px;
}

.site .widget_catchbase_social_icons a.genericon {
	background-color: #f2f2f2;
	border: 1px solid #eee;
	border-radius: 3px;
	-moz-border-radius:	3px;
	box-sizing: content-box;
	-webkit-border-radius:	3px;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	color: #404040;
    margin: 0 0 5px 5px;
    padding: 5px;
}

.site .widget_catchbase_social_icons a.genericon:hover {
	background-color: #000;
	border-color: #000;
    color: #fff;
}

.site .widget_catchbase_social_icons a:hover {
	text-decoration: none;
}

.site .widget_catchbase_social_icons a.genericon-facebook-alt:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}

.site .widget_catchbase_social_icons a.genericon-twitter:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_catchbase_social_icons a.genericon-googleplus-alt:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.site .widget_catchbase_social_icons a.genericon-mail:hover {
	background-color: #1d62f0;
	border-color: #1d62f0;
}

.site .widget_catchbase_social_icons a.genericon-feed:hover {
	background-color: #dc622c;
	border-color: #dc622c;
}

.site .widget_catchbase_social_icons a.genericon-wordpress:hover {
	background-color: #21759b;
	border-color: #21759b;
}

.site .widget_catchbase_social_icons a.genericon-github:hover {
	background-color: #4183c4;
	border-color: #4183c4;
}

.site .widget_catchbase_social_icons a.genericon-linkedin:hover {
	background-color: #007bb6;
	border-color: #007bb6;
}

.site .widget_catchbase_social_icons a.genericon-pinterest:hover {
	background-color: #cb2027;
	border-color: #cb2027;
}

.site .widget_catchbase_social_icons a.genericon-flickr:hover {
	background-color: #ff0084;
	border-color: #ff0084;
}

.site .widget_catchbase_social_icons a.genericon-vimeo:hover {
	background-color: #aad450;
	border-color: #aad450;
}

.site .widget_catchbase_social_icons a.genericon-youtube:hover {
	background-color: #bb0000;
	border-color: #bb0000;
}

.site .widget_catchbase_social_icons a.genericon-tumblr:hover {
	background-color: #32506d;
	border-color: #32506d;
}

.site .widget_catchbase_social_icons a.genericon-instagram:hover {
	background-color: #517fa4;
	border-color: #517fa4;
}

.site .widget_catchbase_social_icons a.genericon-codepen:hover {
	background-color: #000;
	border-color: #000;
}

.site .widget_catchbase_social_icons a.genericon-path:hover {
	background-color: #ff442c;
	border-color: #ff442c;
}

.site .widget_catchbase_social_icons a.genericon-dribbble:hover {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.site .widget_catchbase_social_icons a.genericon-skype:hover {
	background-color: #12a5f4;
	border-color: #12a5f4;
}

.site .widget_catchbase_social_icons a.genericon-digg:hover {
	background-color: #333;
	border-color: #333;
}

.site .widget_catchbase_social_icons a.genericon-reddit:hover {
	background-color: #ff4500;
	border-color: #ff4500;
}

.site .widget_catchbase_social_icons a.genericon-stumbleupon:hover {
	background-color: #eb4924;
	border-color: #eb4924;
}

.site .widget_catchbase_social_icons a.genericon-pocket:hover {
	background-color: #f13753;
	border-color: #f13753;
}

.site .widget_catchbase_social_icons a.genericon-dropbox:hover {
	background-color: #2281cf;
	border-color: #2281cf;
}

.site .widget_catchbase_social_icons a.genericon-spotify:hover {
	background-color: #81b900;
	border-color: #73a500;
}

.site .widget_catchbase_social_icons a.genericon-polldaddy:hover {
	background-color: #bc0b0b;
	border-color: #bc0b0b;
}

.site .widget_catchbase_social_icons a.genericon-foursquare:hover {
	background-color: #f94877;
	border-color: #f94877;
}

.site .widget_catchbase_social_icons a.genericon-twitch:hover {
	background-color: #6441a5;
	border-color: #6441a5;
}

.site .widget_catchbase_social_icons a.genericon-cloud:hover {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_catchbase_social_icons a.genericon-website:hover,
.site .widget_catchbase_social_icons a.genericon-cart:hover,
.site .widget_catchbase_social_icons a.genericon-phone:hover,
.site .widget_catchbase_social_icons a.genericon-handset:hover {
	background-color: #42b41e;
	border-color: #42b41e;
}

.site .widget_catchbase_social_icons a.genericon-link:hover {
	background-color: #2e6da4;
	border-color: #2e6da4;
}

.site .widget_catchbase_social_icons a.custom-icon {
	border: none;
	background: transparent;
	padding: 0;
}

.site .widget_catchbase_social_icons .icon-hover,
.site .widget_catchbase_social_icons .has-hover:hover .icon-static {
	display: none;
}

.site .widget_catchbase_social_icons .has-hover:hover .icon-hover {
	display: inline-block;
	text-decoration: none;
	border: none;
}

/* WooCommerce */
.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}
.bloco1-banner{
	position: relative;
}
.bloco1-banner .container{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* Ajuste conforme necessário */
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
}
.flexslider{
	padding: 0;
	border:0;
	background-color: transparent;
}
.banners_home li{
	height: 680px;
}
.banners_home .container{
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.bloco1-banner h1{
	font-size: 77px;
	color:#fff;
	line-height: 90px;
	margin-bottom: 24px;
	width: 770px;
	text-align: center;
}
.bloco1-banner a{
	font-size: 20px;
	color:#fff;
	width: 100%;
    text-align: center;
}
.bloco-2 .container,
.bloco-2 .container .row{
	height: 100%;
}
.bloco-2 .left-bg{
	height: 100%;
    display: flex;
    align-items: center;
}
.busca{
	border:solid 2px #c3c3c3;
	display: flex;
	border-radius: 10px;
}
.busca button{
	background-color: #fff;
	border:none;
	box-shadow: none;
	background: url(images/ico-lupa.png)no-repeat center center;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 25px;
}
.busca input{
	border: 0;
	width: 239px;
	border-radius: 15px;
	    background: transparent;
	
}
.page-template-portas-laqueatto header,
.single-portas_laqueatto header{
	background-color: #121212;
}

.page-template-portas-laqueatto .busca button,
.single-portas_laqueatto .busca button{
	background: url(images/ico-lupa-laqueatto.png)no-repeat center center;
}
.page-template-portas-laqueatto .cls-2,
.page-template-portas-laqueatto #whatsapp path,
.single-portas_laqueatto .cls-2,
.single-portas_laqueatto header #whatsapp path{
	fill:#9a9a9a !important;
}
#lang-switcher1,
#lang-switcher1 ~ option,
#lang-switcher2,
#lang-switcher2 ~ option,
.flex-control-paging{
	display: none;
}
#navbarNav .nav-item{
	margin-left: 15px;
	margin-right: 15px;
}
#navbarNav2 .nav-item{
	margin-left: 37px;
	margin-right: 37px;
}
#navbarNav2 .nav-item:first-child{
	margin-left: 0;
}
#navbarNav2 .nav-item:last-child{
	margin-right: 0;
}
#navbarNav .nav-link,
#navbarNav2 .nav-link{
	color: #232323;
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.page-template-portas-laqueatto #navbarNav .nav-link, 
.page-template-portas-laqueatto #navbarNav2 .nav-link,
.single-portas_laqueatto #navbarNav .nav-link, 
.single-portas_laqueatto #navbarNav2 .nav-link{


	color:#9a9a9a;
}
.page-template-portas-laqueatto .banner-topo-produto.sobre h1{
	color:#fff;
}
.page-template-portas-laqueatto .banner-topo-produto.sobre .btn-verde{

	background-color: transparent;
	border: solid 2px #fff;
	color:#fff;
}
.page-template-portas-laqueatto .titulo-historia{
	font-size: 40px;
	color:#343434;
	width: 378px;
	margin-top: 60px;
}
.page-template-portas-laqueatto .titulo-historia:after{
	display: none;
}
#navbarNav2 .nav-item{
  display:inline;
}
#navbarNav2 .nav-item > a:after{
	content: url(images/seta-baixo-menu.png);
	position: absolute;
	right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.page-template-portas-laqueatto #navbarNav2 .nav-item > a:after{
	content: url(images/seta-menu-baixo-cinza.png);
}
#navbarNav2 .nav-item:hover > a{
	color:#14cd64;
}
#navbarNav2 .nav-item:hover > a:after{
	content: url(images/seta-baixo-menu-verde.png);
}
.menu-abaixo{
	border-top: solid 2px #c3c3c3;
	padding-top: 13px;
	padding-bottom: 13px;
}
.btn{
	font-weight: 700;
	width: auto;
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 10px;
}
.btn-verde,
.btn-verde:hover{
	background-color: #14cc64;
	color:#2b3332;
	text-decoration: none;
}
.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Garante que ocupe toda a altura */
}
.py-3{
	padding-top: 40px !important;
	padding-bottom: 0px !important;
}
.social-icons a{
	margin-right: 25px !important;
}
.bloco-2{
	background-color: #2b3332;
	padding-top: 66px;
	padding-bottom: 60px;
}
.flexslider{
	margin-bottom:0;
}
.bloco-2 h2{
	font-size: 30px; 
	color:#fff;
    font-weight: 300;
	margin-bottom: 27px;
}
.bloco-2 p{
	color:#fff;
	margin-bottom: 37px;
}
.texto-qde-portas-produzidas{
	border-top: solid 2px #fff;
	padding-top: 30px;
}
 .bloco-2 .bloco-left p{
    width: 343px;
	margin-top: -83px;
}
.bloco-2-teto-vinilico{
	background: #1d3026;
	padding-top: 77px;
	padding-bottom: 120px;
}
.bloco-2-teto-vinilico h2{
	font-size: 77px;
	color:#f5f4e4;
	margin-bottom: 36px;
}
.bloco-2-teto-vinilico p{
	color:#f5f4e4;
	font-size: 20px;
	margin-top: 12px;
}
.bloco-2-teto-vinilico img{
	width: 100%;
}
.bloco-3-teto-vinilico{
	background: #f5f4e4 !important;
}
.bloco-3-teto-vinilico h2{
	color: #141414 !important;
	margin-left: 150px !important;
	
}
.bloco-3-teto-vinilico .link-banner{
	margin-left: 150px !important;
	color: #141414;
}
.item-gal{
	position: relative;
	padding: 0;
}
.item-gal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05381d;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.item-gal:hover {
    &::before {
        opacity: 0.85;
    }
}
.item-gal:hover {
    .hover-content {
        visibility: visible;
    }
}
.item-gal .hover-content {
    position: absolute;
    padding: 20px;
    color: white;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 290px;
    transform: inherit;
	left: 0;
}
.item-gal .hover-content h2{
	
	width: 100%;
    display: block;
	text-decoration: none;
	margin-top: 15px;
}
.item-gal .hover-content h2 a{
	color:#fff;
	font-size: 30px;
	text-decoration: none;
}
 .item-gal .hover-content h3{
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	border-bottom: solid 2px #fff;
	padding-bottom: 15px;
	color:#fff;
 }
.bloco-2-teto-vinilico.galeria{
	padding-top: 0px;
	padding-bottom: 0;
	margin-top: 0px;
}
.bloco-sistema-de-fixacao{
	background:transparent;
	background-color: #fff !important;
	height: 637px;
}
.bloco-sistema-de-fixacao .left{
	height: 637px;
}
.bloco-3-teto-vinilico h2{
	font-size: 77px !important;
}
.bloco-sistema-de-fixacao h2{
	margin-top: 0;
}
.bloco-sistema-de-fixacao h2,
.bloco-sistema-de-fixacao a{
	color:#141414;
}
.bloco-sistema-de-fixacao h3{
	font-size: 50px;
	width: 455px;
    text-align: right;
	float: right;
	margin-right: 85px;
}
.bloco-sistema-de-fixacao .testimonial-section,
.bloco-sistema-de-fixacao .left-bg{
	background-color: #fff !important;
}
.bloco-material-revestido-com-pvc{
	height:622px !important;
}
.bloco-mais-fotos{
	background: linear-gradient(to right, #fff 50%, #f5f4e4 50%);
	padding: 18px 0;
	text-align: right;
}
.bloco-mais-fotos a{
	color:#141414;
	cursor: pointer;
}
.bloco-material-revestido-com-pvc h2{
	font-size: 77px;
}
.bloco-material-revestido-com-pvc a{
	color:#f5f4e4;
	margin-left: 70px;
}
.bloco-material-revestido-com-pvc .link-banner::after{
	background:#f5f4e4;
}
.bloco-video{
	background:#f5f4e4;
	padding-top: 78px;
	padding-bottom: 78px;
}
.bloco-video h3{
	font-size: 20px;
	color:#141414;
	margin-top: 25px;
	margin-bottom: 4px;
}
.bloco-video h2{
	font-size: 77px;
	color:#141414;
	width: 260px;
}
.bloco-video iframe{
	border-radius:30px;
}
@media (min-width: 1920px) {
	main{
		width: 1920px;
		margin: 0 auto;
	}
  }
.bloco-3{
	background-color: #ebebeb;
	padding-top: 68px;
	padding-bottom: 85px;
}
.bloco-3 strong{
	font-size: 16px;
	color: #141414;
}
.borda-titulo{
	border-right:solid 2px #141414;
	margin-top: 55px;
	margin-right: 40px;
}
.bloco-3 p:first-child{
	margin-bottom: 40px;
}
.right-bloco-3 > div{
	padding-top:60px;
}
.revest-home-image img{
	width: 100%;
    height: 452px; /* ou outro valor fixo, ou `100%` se o pai tiver altura */
    object-fit: cover; /* ou contain, fill, etc. */
    display: block;
}
  .item-hover {
	position: relative;
  }
  .hover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	color: white;
	visibility: hidden; /* Inicialmente oculto */
	width: 100%;
	height: 100%;
  }
  
  .item-hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2c382b;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
  }
  
  .item-hover:hover {
	/* Ao passar o mouse, o fundo verde aparece e o texto se torna visível */
	&::before {
	  opacity: 0.85;
	}
	.hover-content {
	  visibility: visible;
	}
  }
.bloco-4{
	height: 572px;
	background-color: #fff;
}  
.bloco-4 .container,.bloco-4 .row{
	height: 100%;
}
.bloco-4 h2{
	font-size: 60px;
	color:#272e2d;
	line-height: 65px;
	font-weight: 300;
	margin-bottom: 18px;
}
.img-catalogo{
	margin-bottom: 30px;
	margin-top: 83px;
}
.img-selo{
	 width: 100%;
	 height: auto;
}
.bloco-4 .img-selo{
    margin-bottom: 20px;
	margin-top: 50px;
}
.bloco-5{
	background: #2b3332;
	padding-bottom: 55px;
	margin-top: 45px;
}
.bloco-5 h2{
	font-size: 30px;
	font-weight: 300;
	color:#fff;
	width: 355px;
	margin-top: 57px;
	line-height: 40px;
	margin-bottom: 20px;
}
.left-esg{
	position: relative;
}
.selo-esg{
	position: absolute;
	right: 60px;
	top: 69px;
	z-index: 999;
}
.gal-esg li > div{
	border-radius: 15px;
	width: 570px;
	height: 308px;
	overflow: hidden;
}
.btn-vasado,.btn-vasado:hover{
	border: solid 2px #14cc64;
	color: #fff;
	text-decoration: none;
}
.bloco-5 .btn-vasado{
	margin-top: 65px;
	margin-bottom: 20px;
}
.bloco-5 article{
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
.bloco-5 article p{
	color: #fff;
	line-height: 26px;
}
.bloco-5 .texto-1{
	color: #dfe1de;
	line-height: 26px;
}
.gal-esg {
    position: relative;
}
.gal-esg .item {
    width: 100%;
}
.gal-esg .item img {
    width: 100%;
    height: auto;
    display: block;
}
h2.titulo-direita-bloco-5{
	width: 90%;
}
.texto-com-selo{
	background: url(images/selo-natureza.png)no-repeat center left;
	padding-left: 90px;
	color: #dfe1de;
	line-height: 26px;
}
.borda{
	border-bottom: solid 2px #dfe1de;
	height: 2px;
	margin-bottom: 45px;
	margin-top: 31px;
}
.link-banner{
	font-size: 20px;
}
.logo-e-cta{
	display: flex;
	justify-content: space-between;
	width: 482px;
	align-items: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}
.bloco-5 .link-banner{
	color: #fff;
}
.bloco-contato .contato-image{
	position: absolute;
	left: 0;
}
.testimonial-section-contato {
    background-color: #1d3026;
    padding: 50px 0;
    position: relative;
    height: 670px;
}
.bloco-contato h2{
	font-size: 38px;
	color:#343434;
	margin-top: 70px;
	margin-bottom: 25px;
	font-weight: 300;
}
.bloco-6{
	background-color: #f8f8f8;
	padding-top: 65px;
	padding-bottom: 65px;
}
.page-id-28 .bloco-contato h2{
	margin-top: 20px;
}
.wpcf7-form p label{
	display: flex;
	flex-direction: row;
}
.wpcf7{
	margin-left: 0px;
}
.bloco-6 iframe{
	border-radius: 15px;
}
.wpcf7-form p{
	margin-bottom: 7px;
	border-radius: 15px;
	border: solid 2px #c3c3c3;
}
.wpcf7-form p:has(input:focus),
.wpcf7-form p:has(input:active), 
.wpcf7-form .fora-msg:has(textarea:focus),
.wpcf7-form .fora-msg:has(textarea:active){
  border: 2px solid #14cc64; /* Altere para a cor desejada */
  color:#2b3332;
}
.wpcf7-form p:has(input:focus) .label,
.wpcf7-form p:has(input:active) .label, 
.wpcf7-form .fora-msg:has(textarea:focus) .label,
.wpcf7-form .fora-msg:has(textarea:active) .label,
.wpcf7-form p:has(input:focus) input,
.wpcf7-form p:has(input:active) input, 
.wpcf7-form .fora-msg:has(textarea:focus) input,
.wpcf7-form .fora-msg:has(textarea:active) input

{
   color:#2b3332;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap input{
	width: 100%;
	display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea
{
	border-radius:15px;
	background: transparent;
	color:#a4a4a4;
	padding-left: 0;
	padding-bottom: 7px;
    padding-top: 7px;
}
.wpcf7-form-control-wrap textarea{
	height: 60px;
	resize: none;
	padding-left: 10px;
}
.wpcf7-form label span{
	color:#a4a4a4;
}
span.label{
	padding-left: 20px;
    padding-top: 8px;
	width: 120px;
}
#wpcf7-f490-o1 span.label{
	width: 275px;
}
#wpcf7-f490-o1{
	max-width: 443px;
	
}
.inner-unidades{
	border: solid 2px #c3c3c3;
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	min-height: 365px;
}
.inner-unidades .btn{
	margin-bottom: -21px;
}
p.endereco{
	margin-bottom: 18px;
	min-height: 72px;
}
p.telefone a{
	font-weight: 700;
}
.inner-unidades h2{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0px;
}
p.email-contato{
	margin-bottom: 21px;
}
.baixo-contato h2{
	font-size: 38px;
	color:#343434;
	font-weight: 300;
	margin-top: 80px;
}
.box1-baixo{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.box1-baixo .btn{
	height: 40px;
	margin-top: 86px;
	margin-bottom: 86px;
	margin-right: 60px;
}
.baixo-contato p{
	margin-top: 91px;
}
.topo-page-downloads{
	background-color: #394443;
	padding-top: 98px;
	padding-bottom: 90px;
}
.topo-page-downloads h1{
	font-size: 60px;
	color:#fff;
	font-weight: 300;
}
.titulo-tipo-doc{
	font-size: 35px;
	color:#343434;
	font-weight: 300;
	margin-bottom: 60px;
	margin-top: 12px;
}
.fora-downloads{
	padding-top: 80px;
	padding-bottom: 100px;
}

.titulo-tipo-doc:after{
	width: 200px;
	height: 2px;
	content: '';
	background-color: #14cc64;
	display: block;

}
.titulo-tipo-doc.documentos-laqueatto:after{
	background-color: #a89963;
}
.box-catalogo{
	padding-left: 40px;
	margin-bottom: 45px;
}
.box-catalogo h3{
	line-height: 41px;
	width: 145px;
	margin-top: 30px;
}
.certificacoes h3{
	width: auto;
}
.box-catalogo h3 a{
	font-size: 34px;
	color:#343434;
	font-weight: 300;
	text-decoration: none;
}
.box-catalogo .btn{
	background: url(images/ico-btn-download.png)no-repeat 15px center;
	padding-left: 40px;
}
.row.documentos-laqueatto .box-catalogo .btn{
	background-color: #bfb285;
}
.inner-box-download{
	border:solid 1px #14cc64;
	display: flex;
	flex-direction: row;
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
}
.row.documentos-laqueatto .inner-box-download{
	border:solid 1px #d7d7d7;
}
.inner-box-download img{
	margin-left: -44px;
	margin-right: 40px;
	max-width: 132px;
}
input::placeholder,
textarea::placeholder {
	color: #a4a4a4; /* Darker placeholder color */
  }
  input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus{
	color: #a4a4a4; 
	outline: none;
  }
input[type="submit"]{
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	color:#2b3332;
	border: 0;
	box-shadow: none;
	float: right;
 }
.fora-uf-cidade{
	display: flex;
 }
 .fora-uf-cidade  div:nth-child(1){
	width: 83px;
	margin-right: 10px;
 }
.wpcf7-select{
	height: 38px;
	border: 0;
	background-color: transparent;
	width: 100%;
	color: #a4a4a4;
 }
.fora-msg{
	height: 110px;
	border:solid 2px #c3c3c3;
	border-radius:15px;
}
.fora-msg p{
	border: 0;
}
  .fora-submit p{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
  }
  .fora-submit span{
	position: relative;
  }
  .fora-submit span::after{
	content: '';
	width: 0;
    height: 2px; /* Altura da linha de sublinhado */
    bottom: 0;
    left: 0;
    background-color: #f5f4e4; /* Cor do sublinhado */
    transition: width 0.3s ease;
	position: absolute;
  }
  .fora-submit span:hover::after{
	width: 100%;
  }
  .page-id-157 .bloco-1-teto-vinilico h2,
  .page-id-159 .bloco-1-teto-vinilico h2 {
    width: 500px;
  }

  /*.fora-submit .wpcf7-submit{
	background: url(images/next-contato.png)no-repeat center right;
  	color:#f5f4e4;
	font-size: 20px;
	background-color: transparent;
	box-shadow: none;
	padding-top: 0;
	padding-right: 30px;
    padding-bottom: 5px;
	border:none;
	margin-top: 38px;
  }*/
  .fora-submit .wpcf7-submit {
    position: relative;
    background: url(images/next-contato.png) no-repeat center right;
    color: #f5f4e4;
    font-size: 20px;
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 5px;
    border: none;
    margin-top: 38px;
    cursor: pointer; /* Adiciona um cursor pointer para indicar que é clicável */
	padding-left: 0;
}

.fora-submit .wpcf7-submit::after {
    content: 'oi';
    position: absolute;
    width: 0;
    height: 2px; /* Altura da linha de sublinhado */
    bottom: 0;
    left: 0;
    background-color: #f5f4e4; /* Cor do sublinhado */
    transition: width 0.3s ease;
}

.fora-submit .wpcf7-submit:hover::after {
    width: 100%;
}

  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
	box-shadow: none;
  }
  section.blog{
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .item-blog{
	padding-left: 15px;
	padding-left: 15px;
  }
  .item-blog h2{
	font-size: 16px;
	line-height: 24px;
	margin-top: 14px;
	margin-bottom: 25px;
  }
  .item-blog h2 a{
	font-size: 16px;
	color:#141414;
	line-height: 24px;
  }
 .titulo-area{
	font-size: 30px;
	color:#2b3332;
	font-weight: 300;
	margin-bottom:50px;
  }
  .continuar-lendo{
	color:#141414;
	font-weight: 700;
	font-size: 15px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	border-color:#c8c8c8;
  }
  .btn-vasado.continuar-lendo:hover{
	color:#141414;
	border-color:#14cc64;
  }
  .fora-image img{
	width: 100%;
	height: auto;
  }
.newsletter{
	background-color: #2b3332;
	padding-top: 30px;
	padding-bottom: 30px;
  }
  .newsletter h2{
	color: #ebebeb;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 0;
	line-height: normal;
  }
 
	.wrap-form-newsletter{
		display: flex;
	}
	.wrap-form-newsletter p{
		margin-bottom: 0;
	}
	.wrap-form-newsletter p:nth-child(1){
		width: calc(100% - 164px);
		margin-right: 10px;
	}
	.wrap-form-newsletter p:nth-child(2){
		border: 0;

	}
input.btn-cadastrar-newsletter{
	background-color: #14cc64;
	color:#2b3332;
	font-size: 16px;
	font-weight: 700;
	border-radius: 15px;
	padding: 13.5px 45px;
}
footer{
	background-color: #ebebeb; 
	padding-top: 0px;
}
.itens-footer{
	display: flex;
	flex-direction: row;
}
.wrap-itens-footer{
	display: flex;
	justify-content: space-between;

}
.itens-footer h2{
	font-size: 16px;
	font-weight: 700;
	color:#2b3332 ;
	margin-bottom: 47px;
}
.itens-footer p,
.itens-footer a{
	color:#2b3332;
	text-decoration: none;
}
.frase-footer{
	font-size: 30px !important;
	font-weight: 400 !important;
	margin-bottom: 0;
	text-align: right;
	width: 185px;
}
footer .area-restrita{
	background: url(images/cadeado.png)no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	padding-right: 10px;
}
footer .area-restrita:hover{
	color: #2b3332;
}
.tetto-footer{
	margin-bottom: 74px;
}
footer li,
.itens-footer p
{
	margin-bottom: 10px;
}
.ico-insta-footer{
	margin-right: 20px;
}
.ico-midias-footer{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.logo-famossul-footer{
	margin-top: 78px;
	margin-bottom: 56px;
}
footer .facebook{
	margin-top: -8px;
}
.logo-footer{
	text-align: right;
	padding-bottom: 57px;
}
h2.unidade-sul,
h2.unidade-nordeste{
	margin-bottom: 20px;
}
h2.unidade-nordeste{
	margin-top: 15px;
}
/*#lang_choice_1{
	/*background: transparent;
	border: 0;
    color: #f5f4e4;*/
	/*background: transparent;
    color: #fff;
    border: 0;
}
.selected {
	color: white;
	background-color: #333;
}*/
.language-selector {
	display: inline-block;
	position: relative;
}
.language-selector select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: none;
	color: #14cd64;
	font-size: 16px;
	padding: 8px;
	cursor: pointer;
	outline: none;
	width: 65px;
	padding-left: 20px;
}
.language-selector::before {
	content: url(images/select-ico.png);
	position: absolute;
	left: 0px;
	top: 43%;
	transform: translateY(-50%);
	pointer-events: none;
}
.language-selector select option {
	background: black; /* Alterar conforme necessário para compatibilidade de estilo */
	color: white;
}
.bloco-1-teto-vinilico{
	background-image: none;
    background-color: #f5f4e4;
    height: 680px;
	
}
.bloco-1-teto-vinilico .right-bg-full{
	height: 680px;
}
.right-bg-full{
	position: absolute;
    width: 50%;
    right: 0;
	padding-left: 0;
	padding-right: 0;
}
.left-bg-full{
	position: absolute;
    width: 50%;
   left: 0;
   margin-top: 0;
   padding-left: 0;
   padding-right: 0;
}
.bloco-3-teto-vinilico{
	height: 680px;
}
#slides-teto-vinilico .slides img{
	height: 680px;
	width: auto;
	object-fit: cover;
}
#slides-teto-vinilico .flex-direction-nav{
	display: none;
}
#slides-teto-vinilico .flex-control-paging {
	display: block;
}
#slides-teto-vinilico .flex-control-nav {
	bottom: -5px;
}
.bloco-3-teto-vinilico .right-contato{
	margin-left: 50%;
}
.bloco-1-teto-vinilico h2,
.bloco-1-teto-vinilico h2 i,
.bloco-1-teto-vinilico p,
.bloco-1-teto-vinilico a{
	color: #141414;
}
.bloco-1-teto-vinilico h2{
	width: 445px;
	line-height: 0.8;
}
.bloco-1-teto-vinilico h2 i{
	font-size: 45px;
}

.link-banner{
	position: relative;
	text-decoration: none !important;
}
.link-banner::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px; /* Thickness of the underline */
	left: 0;
	bottom: -5px; /* Adjust if you need more spacing between text and underline */
	transition: width 0.3s ease;
}
.bloco-1-teto-vinilico .link-banner::after {
	background-color: #141414 !important;
}
.fora-conteudo-banner{
	text-align: center;
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	z-index: 9999;
  }
.banners_home .link-banner {
	position: relative;
	display: inline-block;
	text-decoration: none; /* Remove o sublinhado padrão */
	width: auto;
  }
  
  .banners_home .link-banner::after,
  .wpcf7-submit::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px; /* Ajuste a espessura do sublinhado conforme necessário */
	bottom: -2px; /* Ajuste a posição vertical do sublinhado */
	left: 0;
	background-color: #141414; /* Cor do sublinhado */
	transition: width 0.3s ease-in-out;
  }
  
  .link-banner:hover::after,
  .wpcf7-submit:hover::after {
	width: 100%;
	background-color: #fff;
  }
  #depoimentos .link-banner:hover::after,
  .bloco-sistema-de-fixacao .link-banner:hover::after,
  .bloco-mais-fotos .link-banner:hover::after,
  .titulo-area .link-banner:hover::after {
    width: 100%;
    background-color: #141414;
}
.banners_home .link-banner::after,
.bloco-2 .link-banner::after,
.bloco-5 .link-banner::after,
.wpcf7-submit::after {
	background-color: #fff;
}
.bloco-2-titulo1{
	width: 385px;
}
.wpcf7-submit{
	border-bottom: solid 2px;
	padding-left: 0;
	border-radius: 0;
}

.banners_home {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .banners_home .item-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

  }
  
  .banners_home .item-banner.vegas-slide-active {
	display: block; /* Exibe apenas o banner ativo */
  }
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-prev{
	left: 10px;
	opacity: 1;
}
.flex-direction-nav a.flex-next{
	right: 10px;
	opacity: 1;
}
.flex-direction-nav a.flex-prev:before{
	content: url(images/arrow-left.png);
}
.flex-direction-nav a.flex-next:before{
	content: url(images/arrow-right.png);
}
.flex-direction-nav a{
	width: 50px;
	height: 50px;
}
.thumbnail:hover{
	text-decoration: none;
}
.banner-topo.contato{
	background: url(images/bg-topo-contato.jpg)no-repeat;
	padding-top: 46px;
	padding-bottom: 46px;
}
.banner-topo.contato h2{
	font-size: 60px;
	color:#141414;
	font-weight: 300;
}
.banner-topo.topo-blog{
	background: url(images/bg-blog.jpg)no-repeat;
}
.contato-image-right{
	position: absolute;
    right: 0;
    top: 0;
}
.bloco-contato.contato .wpcf7{
	margin-left: 0;
	margin-top: 0px;
}
.bloco-3.contato h2{
	width: 620px;
 }
 .bloco-3.contato .borda-titulo{
	margin-right: 0;
	padding-bottom: 10px;
 }
 .bloco-3.contato .right-bloco-3 h2{
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
    line-height: normal;
	margin-left: 30px;
 }
 .bloco-3.contato .right-bloco-3 > div > div{
	margin-bottom: 33px;
 }
 .bloco-3.contato .right-bloco-3 .email{
	background: url(images/ico-contato-mail.png)no-repeat center left;
	padding-left: 30px;
	margin-bottom: 9px;
 }
 .bloco-3.contato .right-bloco-3 .tel{
	background: url(images/ico-mail-telephone-contato.png)no-repeat center left;
	padding-left: 30px;
 }
 .bloco-3.contato .right-bloco-3 .tel a{
	font-size: 16px;
	color:#141414;
 }
 .bloco-3.contato .right-bloco-3 p{
	margin-bottom: 0;
 }
 .bg-dark{
	background-color:#141414;
 }
 .bloco-2 .left-bg h2{
	margin-top: 0;
 }
.bloco-3-teto-vinilico .link-banner:hover::after{
	background-color:#141414;
 }
 .bloco-2-teto-vinilico.galeria .container{
	padding-left: 0;
	padding-right: 0;
 }
 #depoimentos .flex-direction-nav{
	display: none;
 }
 .bloco-contato.contato .container{
 	margin-top: 15px;
 }
.bloco-material-revestido-com-pvc .right-contato h2 {
	margin-top: 0;
}
.bloco-contato.contato{
	background-color: #ebebeb;
	padding-bottom: 150px;
}
#Camada_1{
	width: 241px;
}
.link-voltar{
	font-size: 16px;
	color:#141414;
	margin-top: 33px;
    margin-bottom: 27px;
    display: block;
}
.post-date{
	font-size: 16px;
	color:#141414;
	margin-top: 6px;
    margin-bottom: -5px;
}
.item-blog-page-blog h2{
	margin-bottom: 23px;
    margin-top: 21px;
	line-height: 32px;
}
.item-blog-page-blog h2 a{
	color:#141414;
	font-size: 26px;
}
.item-blog-page-blog h2 a br{
	display: none;
}
.item-blog-page-blog h2 a:hover{
	color:#141414;
}
.item-blog-page-blog .continuar-lendo {
    color: #141414;
    font-weight: 400;
	font-size: 16px;
	text-decoration: underline;
	padding-left: 0;
}
.item-blog-page-blog .continuar-lendo:hover{
	color: #14cd64;
}
.caixaBusca {
    width: 100%;
    border-bottom: none;
    margin-bottom: 18px;
	margin-top: 79px;
}
.caixaBusca .campoBusca {
    border-radius: 0px;
    background-color: #f5f4e4;
    height: 50px;
    font-size: 13px;
    padding-left: 20px;
    outline: none;
}
.caixaBusca .campoBusca {
    width: 82%;
    height: 50px;
    border: 0;
    text-indent: 7px;
    font-weight: 300;
    color: #141414;
    padding: 0;
    background: #fff;
    font-size: 12px;
    float: left;
	padding-left: 24px;
	border: solid 2px #e3e3e3;
	border-right: 0;
}
.caixaBusca .search-button {
	border-radius: 0px;
    background-color: #fff;
    height: 50px;
    outline: none;
    padding: 0;
	border: 0;
	padding-right: 20px;
	box-shadow: none;
	border: solid 2px #e3e3e3;
	border-left: 0;
}
.fa-search:before {
    content: url(images/ico-search.png);
}
.banners-sidebar img{
	margin-bottom: 40px;
}
.frase h2{
	font-size: 77px;
	width: 300px;
}
.caixaBusca ::placeholder {
	color: #141414;
	opacity: 1; /* Firefox */
  }
  
.caixaBusca  ::-ms-input-placeholder { /* Edge 12-18 */
	color: #141414;
  }
.fora-categorias li{
	width: 50%;
	float: left;
	margin-bottom: 9px;
  }
.titulo-cat{
	font-size: 34px;
	color:#141414;
	margin-top: 35px;
    margin-bottom: 35px;
}
.fora-categorias li a{
	font-size: 16px;
	color:#141414;
}
.fora-categorias li a:hover{
	text-decoration: underline;
}
.banners-sidebar{
	clear: both;
	padding-top: 25px;
}
.titulo-visu{
	margin-top: 20px;
    border-bottom: solid 1px;
    padding-bottom: 33px;
	margin-bottom: 39px;
}
.single-post article h2{
	font-size: 26px;
	font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
	margin-bottom: 28px;
}
.related-posts h3{
	font-size: 26px;
	margin-bottom: 36px;
    margin-top: 29px;
}
.item-blog-page-blog{
	border-bottom: solid 1px;
    margin-bottom: 45px;
    padding-bottom: 43px;
}
.container.blog .col-lg-4{
	margin-bottom: 40px;
}
.page-numbers{
	font-size: 16px;
	color: #141414;
	margin-left: 15px;
	margin-right: 15px;
}
.page-numbers.current{
	font-weight: 700;
	text-decoration: underline;
}
.caixaBusca .campoBusca:focus{
	color: #141414;
	border: solid 2px #e3e3e3;
	border-right: 0;
}
.sideba,
.blog-list{
	margin-bottom: 50px;
}
#navbarNav2 .nav-item.download{
    display: flex !important;
    align-items: center;
}
#navbarNav2 .nav-item.download > a:after{
	content: url(images/ico-download.png);
	margin-left: 10px;
}
.banner-cat-produto h2{
	width: 315px;
}
.banner-catalogo{
	margin-top: -20px;
}
.descricao-cat-produto{
    margin-top: 43px;
    margin-bottom: 43px;
}
.fora-conteudo-produto-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fora-conteudo-produto-list h2{
	font-style: 300;
}
.descricao-cat-produto p{
	color:#2b3332;
	line-height: 26px;
	text-align: center;
	margin-bottom: 0;
}
.confira-em-detalhes{
	color: #14cc64;
	padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 30px;
	background: url(images/play-verde.png)no-repeat  92% center !important;
}
.confira-em-detalhes:hover{
	color: #14cc64;
}
.item-prod{
	border: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.item-prod img{
	height: 287px;
}
.banner-catalogo{
	height: auto !important;
}
.item-prod > div{
	border-bottom: solid 2px #141414;
	padding-bottom: 15px;
}
.box-catalogo h2{
	width:300px;
}
.selo-list-produtos{
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 7px;
    margin-bottom: 45px;
}
/*produtos*/
.banner-topo-produto{
	padding-top: 86px;
	padding-bottom: 75px;
}
.banner-topo-produto h1{
	font-size: 60px;
	font-weight: 300;
	color:#141414;
	text-transform: uppercase;
	line-height: 66px;
	width: 484px;
	margin-bottom: 24px;
}
.banner-topo-produto p{
	line-height: 26px;
}
.banner-topo-produto article{
	width: 500px;
}
.ico-checked{
	background: url(images/ico-checked.png)no-repeat center left;
	padding-left: 30px;
}
.banner-topo-produto h1::after {
    content: "";
    display: block;
    width: 74%; /* ajusta conforme necessário */
    height: 2px;
    background-color: #727674;
	margin-top: 35px;
}
.ico-checked{
	margin-bottom: 23px;
}
.produto .swiper-wrapper{
	display: flex;
    flex-direction: column;
    gap: 18px;
}
.produto.swiper-container-wrapper{
	display: flex;
	height: 100%;
    align-items: center;
}
.produto.swiper.thumbs-swiper{
	width: 20%;
	height: 607px;
	overflow-y: scroll;
}
.produto .swiper-slide{
	text-align: center;
}
.produto.swiper.main-swiper{
	width: 80%;
}
.produto.swiper.main-swiper img{
	max-height: 612px;
	width: auto;
}
.produto.swiper-slide.thumb{
	cursor: pointer;
}
.cor .swiper-wrapper{
 
}
.cor .swiper-slide.thumb{
	width: 100px;
	float: left;
}
.thumbs-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  scroll-behavior: smooth; /* rolagem suave */
}

.thumbs-wrapper {
  display: inline-flex;
  gap: 10px; /* espaçamento entre imagens */
}
/* Firefox */
.swiper {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}

/* WebKit (Chrome, Safari, Edge) */
.swiper::-webkit-scrollbar {
	width: 8px;
}

.swiper::-webkit-scrollbar-track {
	background: transparent;
}

.swiper::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3); /* Cor da "alça" */
	border-radius: 10px;
	border: 2px solid white; /* Aqui você define a borda */
}
.cor .swiper-slide{
	text-align: center;
}
#nome-da-cor{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color:#2b3332;
}
.swiper-slide.thumb{
	cursor: pointer;
}
.cor .swiper-slide img{
	width: 100%;
	height: auto;
	max-width: inherit;
}
#nome-da-cor{
	margin-bottom: 11px;
}
.banner-topo-produto{
	margin-bottom:60px;
	background-size: cover !important;
}
.img-selos-prod{
	margin-top: 17px;
}
.box1-produto{
	padding-bottom: 67px;
}
.bloco-composicao{
	background-color: #2b3332;
	padding-top: 70px;
	padding-bottom: 50px;
}
.bloco-composicao h2{
	font-size: 30px;
	color: #ffffff;
	text-transform:uppercase;
	font-weight: 300;
	margin-bottom: 33px;
}
.bloco-composicao span{
	color: #14cd64;
	font-size: 14px;
	font-weight: 700;
}
.bloco-composicao p{
	border-bottom: solid 1px #fff;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.bloco-composicao code{
	color: #fff;
}
.bloco-composicao .acabamentos h2{
	width: 290px;
}
.bloco-tecnologia {
	padding-top: 65px;
	padding-bottom: 45px;
	  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   background-attachment: scroll;
}
.bloco-tecnologia h3{
	font-size: 16px;
	color: #2b3332;
	background: url(images/bg-titulo-tecnologia.jpg)no-repeat left center;
	padding-left: 65px;
	margin-bottom: 15px;
}
.bloco-tecnologia h2{
	font-weight: 300;
	color: #343434;
	font-size: 30px;
	line-height: 40px;
	width: 300px;
	margin-bottom: 19px;
}
.parallax {
  /* The image used */
  background-image: url('http://localhost/famossul/wp-content/uploads/2025/06/Produto-Vanguard-banner-texto-revestimento.jpg');

  /* Full height */
  height: auto; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.rodape{
	margin-bottom: 90px;
}
.box-alguns-projetos h2{
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 39px;
    margin-bottom: 36px;
}
.box-alguns-projetos{
	padding-bottom: 47px;
}
.fora-revest{
	margin-bottom: 56px;
}
.banner-topo-produto.sobre{
	padding-top: 144px;
	padding-bottom: 100px;
	margin-bottom: 0;
}
.banner-topo-produto.sobre h1{
	width: 607px;
	text-transform: inherit;
	line-height: 65px;
	margin-bottom: 37px;
}
.banner-topo-produto.sobre h1::after{
	display: none;
}
.titulo-historia{
	font-weight: 300;
	font-size: 30px;
	margin-top: 24px;
	margin-bottom: 28px;
	width: 270px;
	line-height: 40px;
}
.titulo-historia:after{
	content: '';
	width: 90%;
	height: 2px;
	background-color: #14cc64;
	display: block;
	margin-top: 30px;
}
.titulo-linha-tempo{
	width: 300px;
	font-size: 30px;
	color:#2b3332;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.titulo-linha-tempo:after{
	content: '';
	width: 90%;
	height: 2px;
	background-color: #14cc64;
	display: block;
	margin-top: 20px;
	margin-left: 5%;
	margin-right: 5%;
}
.bloco-linha-do-tempo{
	padding-top: 30px;
}
.item-dados h2{
	font-size: 35px;
	font-weight: 700;
}
.linha-do-tempo-wrapper {
  overflow: hidden;
  white-space: nowrap;
  padding: 20px;
  padding-bottom: 55px;
  padding-top: 0;
}
.linha-do-tempo-inner {
  display: inline-flex;
}

.box-de-dois-itens {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 345px; /* ou ajuste conforme o tamanho desejado */
}

.item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;

}
.bloco1-banner .item {
	margin-bottom: 0;
}
.box-de-dois-itens{
  background: url(images/borda-nossa-historia-2.jpg)no-repeat center 273px;
  background-size: 365px;
}
.box-de-dois-itens:first-child{
	 background: url(images/borda-nossa-historia-1.jpg)no-repeat right 273px !important;
}
.box-de-dois-itens:nth-child(even) .item{
  flex-direction: column-reverse;
}
.fora-desc-item > div{
	background-color: #f4f4f4;
	border-radius: 30px;
	height: 210px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 40px;
	margin-top: 15px;
	padding-left: 56px;
    padding-right: 56px;
	position: relative;
}
.box-de-dois-itens:nth-child(even) .fora-desc-item > div:after{
	content: url(images/triangulo-descricao.png);
	position: absolute;
    top: inherit;
	left: 50%;
	margin-left: -14px;
	bottom: -28px;
}
.box-de-dois-itens .fora-desc-item > div:after{
	content: url(images/triangulo-descricao-up.png);
	bottom: inherit;
	top: -21px;
	position: absolute;
	left: 50%;
	margin-left: -14px;
}
.fora-desc-item h2{
	font-size: 17px;
	font-weight: 900;
	color:#14cc64;
	text-align: center;
	margin-bottom: 5px;
}
.fora-desc-item p{
	text-align: center;
	margin-bottom: 0;
	white-space: normal;
	line-height: 26px;
}
.fora-desc-item p{
	font-size: 13px;
	line-height: normal;
}
.fora-imagem-hist{
	margin-bottom: 80px;
}
.fora-imagem-hist img{
	width: 100%;
	height: auto;
}
.box-de-dois-itens:nth-child(even) .fora-imagem-hist{
	margin-top: 90px;
	margin-bottom: 0;
}
.bloco-historia{
	background-color: #22302e;
	color: #fff;
	padding-top: 77px;
	padding-bottom: 70px;
}
.bloco-historia article{
	width: 456px;
	hyphens: auto;
}
.item-dados{
	margin-bottom: 15px;
}
.item-dados:hover > div{
	background-color:#366a41;
	color: #fff;
}
.item-dados h2{
	text-align: center;
}
.item-dados p{
	text-align: center;
	padding: 0 31px;
}
.item-dados > div{
	height: 203px;
	background-color: #273938;
	padding-top: 65px;
}
.bloco-certificacoes .container{
	padding: 0;
}
.wrap-certificacoes{
	display: flex;
}
.bloco-certificacoes{
	background-color: #22302e;
	color: #fff;
	padding-top: 78px;
	padding-bottom: 108px;
	padding-left: 55px;
}
.bloco-certificacoes h2{
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 38px;
}
.bloco-certificacoes h2.titulo-certificacoes{
	width: 375px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-weight: 300;
}
.bloco-certificacoes h2.titulo-certificacoes:after{
	content: '';
    width: 60%;
    height: 2px;
    background-color: #14cc64;
    display: block;
	margin-left: 20%;
    margin-right: 20%;
	margin-top: 20px;
}
.item-box{
	position: relative;
	width: 33.33%;
	
}
.wrap-certificacoes .item-box:nth-child(2){
	margin-left: 23px;
	margin-right: 23px;
}
.item-box:before{
	content: url(images/ico-fsc.png);
	position: absolute;
	left: -1px;
	top: -28px;
}
.item-box.psq-pme:before{
	content: url(images/ico-psq-pme.png);
}
.item-box.abnt:before{
	content: url(images/selo-abnt.png);
}
.item-box > div{
	background-color: #344b4a;
	padding-left: 65px;
    padding-right: 45px;
	padding-top: 60px;
	padding-bottom: 29px;
	height: 100%;
	margin-left: 36px;
}
.item-box > div p{
	margin-bottom: 0;
	font-size: 14px;
}
.bloco-nossas-florestas{
	background-color: #ececec;
}
.unidades{
	padding-top: 110px;
}
.unidades h2{
	color:#2b3332;
	font-size: 30px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.unidades h2::after{
	content: '';
    width: 60%;
    height: 2px;
    background-color: #14cc64;
    display: block;
	margin-left: 20%;
    margin-right: 20%;
	margin-top: 30px;
}
.unidades p{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-top: 35px;
}
h3.frase-grande-unidades{
	font-size: 24px;
	color:#377c4e;
	font-weight: 400;
	text-align: center;
	margin-top: 65px;
    margin-bottom: 90px;
}
.bloco-nossas-florestas{
	padding-top: 104px;
	padding-bottom: 73px;
}
.bloco-nossas-florestas h2{
	font-size: 30px;
	color:#2b3332;
	margin-bottom: 30px;
}
.card-img-florestas{
	right: 0;
	position: absolute;
}
.bloco-nossas-florestas h2:after{
	content: '';
    width: 128px;
    height: 2px;
    background-color: #14cc64;
    display: block;
	margin-left: 5px;
	margin-top: 30px;
}
.page-template-sobre .bloco-video,
.page-template-esg .bloco-video{
	background-color: #ebebeb;
	padding-top: 80px;
	padding-left: 40px;
	padding-right: 40px;
}
.page-template-sobre .bloco-video{
	padding-bottom: 98px;
	padding-top: 96px;
}
.page-template-sobre .bloco-video h2,
.page-template-esg .bloco-video h2{
	font-size: 30px;
	font-weight: 300;
	color: #406f62;
	margin-left: 80px;
	background: url(images/folha.png)no-repeat center left;
	padding-left: 70px;
	margin-bottom: 15px;
}
.page-template-sobre .bloco-video h2{
	margin-bottom: 5px;
}
.page-template-esg .bloco-video h2{
		background: url(images/ESG-folha-maior.png)no-repeat center left;
		padding-left: 95px;
}
.page-template-esg .bloco-video h2{
	width: 475px;
	font-size: 40px;
}
.page-template-esg .bloco-video p{
    padding-left: 125px;
}
.page-template-sobre .bloco-video h2:nth-child(1){
	margin-top: 0px;
}
.page-template-sobre .bloco-video p{
	padding-left: 70px;
	margin-bottom: 15px;
}
.page-template-sobre .bloco-video h2:hover{
	background: url(images/folha-hover.png)no-repeat center left;
	color: #589a63;
}
.page-template-sobre .bloco-video p{
	margin-left: 80px;
}
.page-template-sobre .bloco-video iframe{
	margin-top: 15px;
}
.bloco-3.sobre{
	background-color: #fff;
}
.bloco-6.sobre h2{
    width: 150px;
    float: right;
    margin-right: 60px;
	font-size: 30px;
}
.esg-enviroment .item{
	width: 154px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	overflow: hidden;
	margin-right: 10px;
}
.esg-enviroment .item:nth-child(even){
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.esg-enviroment h2{
	width: 300px;
	margin-top: 0;
}
.esg-enviroment h2:after{
	width: 80%;
}
.esg-enviroment{
	padding-top: 128px;
	padding-bottom: 0;
	height: 579px;
}
.esg-enviroment .linha-do-tempo-wrapper {
	padding-bottom: 0;
	margin-top: 46px;
}
.bloco-investimento{
	margin-top: 243px;
}
.bloco-investimento h2{
	font-size: 30px;
	color:#2b3332;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}
.bloco-investimento h2::after{
	content: '';
    width: 70%;
    height: 2px;
    background-color: #14cc64;
    display: block;
    margin-top: 30px;
	margin-left: 15%;
	margin-right: 15%;
}
.bloco-investimento h2 strong{
	color: #589a63;
}
.bloco-investimento p{
	text-align: center;
}
.bloco-investimento article{
	padding-left: 40px;
	padding-right: 40px;
}
.bloco-preservando-hoje{
	background: url(images/ESG-bg-preservacao.png)no-repeat center top;
}
.bloco-preservando-hoje h2{
	font-size: 40px;
	color: #ffffff;
	line-height: 55px;
	font-weight: 300;
	width: 324px;
}
.bloco-preservando-hoje h2::after{
	content: '';
    width: 170px;
    height: 2px;
    background-color: #14cc64;
    display: block;
    margin-top: 30px;
	margin-left: 0;
}
.bloco-preservando-hoje p{
	color: #fff;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 28px;
}
.bloco-preservando-hoje{
	padding-top: 180px;
	padding-bottom: 180px;
}
/*Portas Laqueatto*/
.bloco-bem-vindo{
	background: url(images/bg-bem-vindo.jpg)no-repeat center left;
	height: 545px;
	background-color: #f7f6f5;
}
.page-template-portas-laqueatto .bloco-bem-vindo{
	height: auto;
	padding-bottom: 66px;
}
.bloco-bem-vindo .btn-verde,
.tecnologia-cnc  .btn-verde{
	background-color: transparent;
    border: solid 2px #2b3332;
    color: #2b3332;
}
.page-template-template-parts .bloco-bem-vindo p{
    margin-bottom: 27px;
}
.page-template-template-parts .bloco-bem-vindo .btn{
	margin-top: 6px;
}
.produtos-portas-laqueatto h2{
	font-size: 40px;
	text-align: center;
	color:#343434;
	font-weight: 300;
	margin-bottom: 40px;
}
.portas-listagem{
	display: flex;
	gap:30px;
}
.porta-item h2{
	font-size: 53px;
	width: 150px;
    text-align: left;
	line-height: 55px;
}
.porta-item h2{
	color:#f1efed;
	text-decoration: none;
}
.porta-item{
	position: relative;
}
.desc-item-laqueatto{
	position: absolute;
	bottom: 20px;
	display: flex;
    justify-content: space-between;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	visibility: hidden;
}
.desc-item-laqueatto h3{
	font-size: 16px;
	color:#ffffff;
	display: flex;
    align-items: flex-end;
}
.porta-item a:before{
    content: '';

    width: 100%;
    position: absolute;
    height: 100%;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.porta-item a:hover:before{
	     background: linear-gradient(
        to top, 
        rgba(32, 24, 43, 0.9) 0%,   /* mais escuro no fundo */
        rgba(32, 24, 43, 0.6) 50%, /* meio mais claro */
        rgba(32, 24, 43, 0) 100%   /* totalmente transparente no topo */
    );
	opacity: 1;
}
   .porta-item:hover .desc-item-laqueatto{
        visibility: visible;
    }
.tecnologia-de-ponta{
	background-color: #20182b;
	padding-top: 65px;
	padding-bottom: 75px;
}
.tecnologia-cnc{
	padding-top: 65px;
	padding-bottom: 75px;
	background-color: #f1efed;
}
.tecnologia-de-ponta h3,
.tecnologia-cnc h3{
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
}
.tecnologia-de-ponta h2,
.tecnologia-cnc h2{
	font-size: 40px;
	color: #fff;
}
.tecnologia-de-ponta p,
.tecnologia-cnc p{
	font-size: 16px;
	color: #fff;
}
.tecnologia-de-ponta .btn-verde{
	background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
}
.tecnologia-de-ponta iframe,
.tecnologia-cnc iframe{
	border-radius: 30px;
	margin-top: 15px;
}
.tecnologia-cnc h2,
.tecnologia-cnc h3,
.tecnologia-cnc p{
	color: #343434;
}
.clientes-que-escolheram h2{
	font-size: 40px;
	color: #343434;
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}
.produtos-portas-laqueatto{
	padding-top: 40px;
	margin-bottom: 40px;
}
.clientes-que-escolheram{
	padding-top: 40px;
}
.clientes-que-escolheram .item-gal::before{
	display: none;
}
.clientes-que-escolheram .container,
.produtos-portas-laqueatto .container{
	padding-bottom: 40px;
	border-bottom: solid 2px #c6c6c6;
	
}
.clientes-que-escolheram {
	margin-bottom: 40px;
}
.bloco-desenho-tecnico .item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.bloco-desenho-tecnico .item h2 {
    margin: 0;
    cursor: pointer;
    position: relative;
}

.bloco-desenho-tecnico .item h2::after {
    content: url(images/arrow-down-laca.png); /* seta para baixo */
    position: absolute;
    right: 20px;
    transition: transform 0.3s;
}

.bloco-desenho-tecnico .item.active h2::after {
    transform: rotate(180deg); /* vira para cima */
}
.bloco-desenho-tecnico .item.active h2{
	border-bottom: 0;
}
.bloco-desenho-tecnico .item p {
   max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin: 0; /* remove margem enquanto fechado */
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}
.bloco-desenho-tecnico .item.active p {
    max-height: 500px; /* altura máxima para a transição */
    padding: 40px 35px;
	border-top: solid 1px #bbb0a3;
	overflow: visible;
	opacity: 1;
}
.box-desenho_tecnico .item.active p{
	background-color: #e8e4db;
}
.bloco-eleve-seu-estilo{
	background-color:#f8f4eb;
}
.bloco-eleve-seu-estilo h2{
	font-size: 40px;
	color: #343434;
	font-weight: 300;
	margin-top: 110px;
	margin-bottom: 30px;
}
.bloco-eleve-seu-estilo img{
	height: 547px;
	width: auto;
	max-width: inherit;
	margin-left: auto;
    display: flex;
}
.single-minha_porta_minha_vi .bloco-eleve-seu-estilo{
	padding-bottom: 70px;
}
.single-minha_porta_minha_vi .bloco-eleve-seu-estilo h2{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: normal;
	margin-top: 70px;
}
.single-minha_porta_minha_vi .bloco-eleve-seu-estilo .btn{
	background-color: #93be5f;
	color: #fff;
	border-color:#93be5f;
	padding-left: 50px;
	padding-right: 50px;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores{
	padding-top: 85px;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores h2{
	font-size: 46px;
	color:#2b3332;
	font-weight: 300;
	line-height: 58px;
	width: 350px;
	margin-top: 18px;
	margin-bottom: 28px;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores p{
	color:#2b3332;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores .btn{
	background-color:#679d41;
	color: #fff;
	margin-bottom: 98px;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores .col-lg-7{
	display: flex;
	justify-content: flex-end;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores .col-lg-7 img{
	width: auto;
	max-width: 650px;
}
.btn-verde.btn-vasado{
	background: transparent;
	border: solid 2px #343434;
	color:#343434;
}
.bloco-eleve-seu-estilo .btn-verde.btn-vasado{
    margin-top: 4px;
}
.bloco-infinitas-cores{
	background-color: #fff;
	margin-bottom: 40px;
	padding-top: 66px;
}
.bloco-infinitas-cores h2{
	font-size: 40px;
	color: #343434;
	font-weight: 300;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores{
	margin-bottom: 0;
}
.single-minha_porta_minha_vi .bloco-infinitas-cores .container{
	border: 0;
}
.single-minha_porta_minha_vi .bloco-composicao{
	background-color: #93be5f;
}
.single-minha_porta_minha_vi .bloco-composicao span{
	color: #0d8943;
	margin-right: 20px;
}
.single-minha_porta_minha_vi .bloco-composicao .btn{
	color: #fff;
	background-color: #679d41;
	margin-top: 11px;
}
.acabamentos .btn{
	margin-top: 11px;
}
.box-imagem-meio{
	display: flex;
}
.box-infinitas-cores h2{
	margin-top: 38px;
	margin-bottom: 20px;
	text-align: right;
}
.img-infinitas-cores{
	margin-top: 78px;
}
.box-infinitas-cores article,
.box-infinitas-cores {
	text-align: right;
}
.box-infinitas-cores article{
	margin-bottom: 90px;
}
.box-imagem-meio img{
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.bloco-desenho-tecnico{
	background-color:#f6f3ed;
	padding-top: 80px;
	padding-bottom: 90px;
}
.bloco-desenho-tecnico h3{
	font-size: 22px;
	margin-bottom: 6px;
}
.bloco-desenho-tecnico h2{
    font-size: 40px;
	margin-bottom: 27px;
}
.bloco-desenho-tecnico .item{
	border: solid 1px #bbb0a3;
	margin-bottom: 0;
}
.bloco-desenho-tecnico .item{
	border-bottom: 0;
	padding-bottom: 0;
}
.bloco-desenho-tecnico .item:last-child{
	border-bottom: solid 1px #bbb0a3;
}
.bloco-desenho-tecnico .item h2{
	font-size: 22px;
	color:#343434;
	margin-left: 30px;
	margin-bottom: 16px;
    margin-top: 4px;
	padding-right: 20px;
}
.bloco-desenho-tecnico .item.active h2{
	font-weight: 700;
}
.bloco-desenho-tecnico .item p{
	padding-left: 30px;
}
.box-desenho_tecnico img{
	width: auto;
	height: 633px;
}
.box-desenho_tecnico{
	display: flex;
	justify-content: flex-end;
}
.single-portas_laqueatto .newsletter{
	background-color: #121212;
}
.single-portas_laqueatto input.btn-cadastrar-newsletter{
	background-color: #f1efed;
	color:#2b3332;
}
.bloco-infinitas-cores .container{
	border-bottom: solid 2px #c6c6c6;
	margin-bottom: 0px;
}
h2.infinitas-cores-titulo-2{
	margin-top: 139px;
	width: 380px;
}
.dropdown-item{
	font-size: 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 170px;
}
.logo-footer .logo-tetto{
	margin-left: 15px;
}
#owl-carousel-banner .owl-nav button {
    background: transparent;
    border: none;
    padding: 10px;
    font-size: 60px;  /* Tamanho do ícone */
    color: #007bff;  /* Cor inicial do ícone */
    transition: color 0.3s ease;
	box-shadow: none;
}

#owl-carousel-banner .owl-nav button:hover {
    color: #2b3332;  /* Cor do ícone ao passar o mouse */
}
#owl-carousel-banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

#owl-carousel-banner .owl-nav button {
    background: transparent;
    color: #2b3332; /* Cor do ícone */
    font-size: 60px; /* Tamanho da seta */
    padding: 10px;
    border: none;
    cursor: pointer;
}
.logo-svg{
	display: none;
}
.border-none,
#wpcf7-f735-o1 p{
	border: 0 !important;
}
#wpcf7-f735-o1 input,
#wpcf7-f735-o1 select{
	border: solid 2px #c3c3c3;
    border-radius: 15px;
	height: 42px;
	padding-left: 30px;
	padding-right: 30px;
}
#wpcf7-f735-o1 select{
  appearance: none;     /* Remove a seta padrão */
  -webkit-appearance: none;
  -moz-appearance: none;
  
  padding-right: 40px;  /* Espaço para a nova seta */
  background: url(images/seta-down-select.png) no-repeat right 10px center;
  background-size: 16px;
  border-radius: 15px;
}
/* Quando o select é clicado/focado */
#wpcf7-f735-o1 select:focus,
#wpcf7-f735-o1 select:focus-visible,
#wpcf7-f735-o1 select:active,
#wpcf7-f735-o1 select:target,
#wpcf7-f735-o1 select.selecionado,
#wpcf7-f735-o1 input.preenchido,
#wpcf7-f735-o1 textarea.preenchido {
  border: 2px solid #14cc64; /* Muda a borda para verde */
}

#wpcf7-f735-o1 .wpcf7-form-control-wrap textarea{
	height: 152px;
}
#wpcf7-f735-o1 .fora-msg{
	height: auto !important;
	border: 0;
}
#wpcf7-f735-o1 textarea{
	border: solid 2px #c3c3c3;
}
.page-template-canal-aberto h1{
	font-size: 38px;
	font-weight: 300;
	color:#343434;
	margin-bottom: 20px;
}
.bloco-contato.canal-aberto{
	padding-top: 90px;
}
.page-template-canal-aberto article p strong{
	color: #14cc64;
}
.page-template-canal-aberto article{
	width: 440px;
	margin-bottom: 20px;
}
.frase-formulario{
	font-size: 16px;
	color:#a4a4a4;
}
.page-template-canal-aberto .wpcf7-form p label{
	align-items: center;
	gap:10px;
}
.page-template-canal-aberto .wrap-input{
    margin-bottom: 3px;
}
.page-template-canal-aberto .fora-small{
	margin-top: 8px;
}
.page-template-canal-aberto .fora-small p{
	font-size: 14px;
	color:#a4a4a4;
	line-height: 14px;
	padding-left: 30px;
	padding-right: 30px;
}
.page-template-canal-aberto .btn-enviar{
	color: #2b3332;
	border: 0 !important;
}
.page-template-canal-aberto .wpcf7-list-item.first{
	margin-left:  0;
}
.page-template-canal-aberto input[type="radio"] {
  accent-color: #14cc64; /* Cor vermelha, por exemplo */
}
.img-mobile{
	display: none !important;
}
@media (min-width: 1480px) {
  .container-fluid {
    width: 1480px;
  }
    /* ...exceto dentro da navbar */
  .navbar > .container-fluid {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1200px) {
	.page-template-portas-laqueatto .bloco-bem-vindo{
		background-position: -282px;
	}
    #depoimentos .slides img{
		margin-right: -273px;
	}
	.fora-desc-item > div{
		padding-left: 30px;
		padding-right: 30px;
	}
	.bloco-2 .left-bg{
		
		height: 550px;
	}
	#depoimentos .testimonial-section .container{
		overflow: hidden;
	}
	.bloco-1-teto-vinilico .left-bg{
		background-image: none !important;
		background-color: #f5f4e4 !important;
		height: 680px;
	}
	.bloco-3-teto-vinilico .right-contato{
		background-color: #f5f4e4 !important;
	}
	.bloco-sistema-de-fixacao .left-bg{
		height: 637px;
		background-color: #fff;
	}
	.bloco-material-revestido-com-pvc .right-contato,
	.bloco-material-revestido-com-pvc{
		height: 623px !important;
	}
	.contato-image-right{
		margin-right: -25%;
	}
	.bloco-sistema-de-fixacao .slides img{
		margin-right: -288px !important;
	}
	.bloco-sistema-de-fixacao .testimonial-section{
		margin-top: -2px;
	}
	.bloco-sistema-de-fixacao{
		height: 635px;
	}
}
@media (min-width: 1200px) {
    .container{
        max-width: 1230px;
    }
	header .container{
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
    .bloco-2:before {
        content: '';
        background-color: #2c382b;
        height: 100%;
        width: 100%;
        position: absolute;
        opacity: 0.8;
    }
	.bloco-2 .container,
	.bloco-2 {
        position: relative;
    }
	.bloco-3 h2 {
		font-size: 68px;
	}
	.item-hover {
        margin-bottom: -1px;
    }
	.item-hover {
        &::before {
            opacity: 0.85;
        }
    }
	.hover-content {
        visibility: visible;
    }
	.bloco-1-teto-vinilico::before,
	.bloco-sistema-de-fixacao::before{
		display: none;
	}
	.item-gal {
        &::before {
            opacity: 0.85;
        }
    }
	.item-gal .hover-content {
        visibility: visible;
    }
	.bloco-contato .contato-image {
		left: -50%;
	}
	#depoimentos .slides img{
		right: -50%;
	}
	.contato-image-right{
		margin-right: -50%;
	}
}

@media (max-width: 767px) {
	main{
	    overflow-x: hidden;
	}
	.logo {
    	margin-right: 20px;
	}

	.logo-svg{
		display: block;
	}
	.logo-img{
		display: none;
	}
	#Camada_1 {
    	width: 192px;
	}
	.busca input{
		width: 50%;
	}
	.navbar-toggler{
		background-color: #14cd64;
		box-shadow: none;
		height: 32px;
	}
	.fora-language-midias{
		margin-top: -113px;
	}
	/* Define a largura e o posicionamento inicial do menu deslizante */
	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		width: 250px; /* Ajuste conforme necessário */
		height: 100%;
		background-color: #14cd64; /* Cor do fundo do menu */
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		z-index: 9;
		padding-top: 50px;
	}
	.nav-item.download::before,
	.menu-abaixo{
		display: none;
	}
	.topo-header-mobile{
		margin-bottom: -25px !important;
	}

	/* Exibe o menu quando estiver visível */
	.navbar-collapse.show {
		transform: translateX(0);
	}

	/* Para garantir que o botão de toggler fique visível e posicionado corretamente */
	.navbar-toggler {
		z-index: 1050; /* Ajuste conforme necessário */
	}
	.py-3 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.bloco-2{
		position: relative;
		height: auto;
		background-position: top;
        background-size: 100%;
	}
	.bloco-2 .bloco-left p{
		margin-top: 15px;
	}
	.bloco-2 .left-bg{
		padding-top: 238px;
        padding-bottom: 69px;
	}
	.bloco-2:before{
		content: '';
		background-color: #2c382b;
		height: 100%;
        width: 100%;
        position: absolute;
        opacity: 0.8;
		display: none;
	}
	.bloco-2 .container{
		position: relative;
	}
	.banners_home h1,
	.bloco-2 h2,
	.bloco-3 h2,
	.bloco-5 h2,
	.testimonial-title,
	.bloco-4 h2,
	.titulo-area,
	.bloco-video h2,
	.bloco-2-teto-vinilico h2{
		width: 100%;
		font-size: 40px;
		line-height: 1;
	}
	.bloco-5 article,
	.logo-e-cta,
	.frase-footer,
	.bloco-2 p,
	.bloco-certificacoes h2.titulo-certificacoes,
	.bloco-historia article,
	.page-template-esg .bloco-video h2,
	.bloco-preservando-hoje h2{
		width: 100%;
	}
	.page-template-esg .bloco-video p {
    	padding-left: 0;
	}
	.page-template-esg .bloco-video h2{
		background: transparent;
		padding-left: 0;
		margin-top: 30px;
	}
	.page-template-esg .bloco-video,
	.bloco-preservando-hoje {
		padding-top: 40px;
	}
	.bloco-preservando-hoje {
		background-size: cover;
		padding-bottom: 40px;
	}
	.bloco-5 .link-banner{
		text-align: right;
	}
	.bloco-investimento{
		padding-bottom: 40px;
	}
	.sideba, .blog-list {
		margin-bottom: 0;
	}
	.caixaBusca {
		margin-top: 0;
	}
	.titulo-unidade-nordeste{
		margin-top: 40px;
	}
	#depoimentos .left-bg{
		height: auto;
		margin-top: 264px;
		padding-bottom: 50px;
	}
	.banner-topo-produto{
		background-size: cover !important;
	}
	.page-template-sobre .bloco-video h2, .page-template-esg .bloco-video h2,
	.page-template-sobre .bloco-video p
	{
		margin-left: 0;
	}
	.bloco-certificacoes{
		padding-left: 15px;
	}
	 .bloco-6.sobre h2{
		float: none;
		width: 100%;
	 }
	 .bloco-contato h2{
		margin-top: 0;
	 }
	.banner-topo-produto.sobre h1{
		width: 100%;
	}
	.unidade-sul .inner-unidades .btn {
    	margin-bottom: -103px;
	}
	.unidade-nordeste .inner-unidades .btn {
    	margin-bottom: -110px;
	}
	.titulo-unidade-nordeste{
		margin-top: 40px !important;
	}
	.bloco-contato.contato{
		padding-bottom: 60px;
	}
	.box1-baixo .btn{
		margin-right: 0;
		margin-bottom: 0;
	}
	.baixo-contato h2{
		margin-top: 40px;
	}
	.baixo-contato p {
    	margin-top: 30px;
	}
	p.frase{
		padding-left: 15px;
		padding-right: 15px;
	}
	.baixo-contato{
		padding-bottom: 20px;
	}
	.box-catalogo {
    	padding-left: 55px;
	}
	.box-catalogo h3{
		line-height: normal;
	}
	.box-catalogo h3 a {
    	font-size: 24px;
	}
	.inner-box-download img{
		margin-right: 20px;
	}
	.fora-downloads {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.inner-box-download{
		width: 97%;
	}
	.term-linha-residencial  .box-catalogo{
		padding-left: 15px;
	}
	.acabamentos h2{
		margin-top: 40px;
	}
	.acabamentos .btn{
		margin-top: 40px;
	}
	.bloco-tecnologia.parallax{
		background-attachment: inherit !important;
		background-size: 100% !important;
		background-position: top !important;
		padding-top: 125px;
	}
	.bloco-contato h2,
	.wpcf7 {
		margin-left: 0;
	}
	.wrap-itens-footer {
                flex-direction: row;
                flex-wrap: wrap;
            }
            
            .wrap-itens-footer > div:first-child {
                flex-basis: 100%; /* Contato ocupa toda a largura */
            }
            
            .div-produtos,
            .div-institucional {
                flex-basis: calc(50% - 10px); /* Cada um ocupa metade, menos o espaçamento */
            }

	.div-produtos h2,
	.div-institucional h2{
		margin-top: 20px;

	}
	.frase-footer,
	.itens-footer h2,
	footer li, .itens-footer p{
		text-align: left;
	}
	.itens-footer h2{
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.bloco-1-teto-vinilico .flexslider .slides > li{
		height: auto;
	}
	.borda-titulo{
		margin-right: 0;
		border: 0;
		margin-top: 48px;
	}
	.right-bloco-3 > div {
		padding-top: 10px;
	}
	.bloco-3,
	.bloco-4 {
		height: auto;
	}
	.bloco-4 {
		padding-bottom: 20px;
	}
	.img-selo {
    	margin-left: 0;
	}
	.bloco-4 h2{
	    margin-top: 20px;
    	margin-bottom: 20px;
	}
	.bloco-5{
		padding-top: 0;
	}
	.hover-content {
        visibility: visible;
    }
	.item-hover{
		&::before {
			opacity: 0.85;
		}
	}
	.right-bg-full{
		position: relative;
		height: auto;
		width: 100%;
	}
	#slides-teto-vinilico{
		margin-top: 0px;
	}
	.bloco-1-teto-vinilico,
	.bloco-3-teto-vinilico{
		height: auto;
	}
	.bloco-2-teto-vinilico .col-lg-2{
		width: 50%;
	}
	.left-bg-full {
		position: relative;
		width: 100%;
	}
	.bloco-3-teto-vinilico h2{
		font-size: 55px !important;
	}
	.bloco-3-teto-vinilico .right-contato,
	.bloco-3-teto-vinilico .right-contato h2,
	.bloco-3-teto-vinilico .link-banner {
		margin-left: 0 !important;
	}
	.bloco-mais-fotos {
		background: #f5f4e4;
	}
	.item-gal {
		&::before {
			opacity: 0.85;
		}
	}
	.item-gal .hover-content {
        visibility: visible;
    }
	.bloco-3-teto-vinilico .right-contato{
		padding-bottom: 50px;
		padding-top: 26px;
	}
	.bloco-sistema-de-fixacao{
		padding-bottom: 0;
	}
	.bloco-sistema-de-fixacao h3{
		width: 100%;
		margin-right: 0;
	}
	.bloco-material-revestido-com-pvc{
		height: auto !important;
		padding-bottom: 50px;
	}
	.bloco-material-revestido-com-pvc .right-contato h2{
		margin-top: 290px;
	}
	#slides-teto-vinilico .slides img,
	.bloco-1-teto-vinilico .right-bg-full {
		height: auto;
	}
	.bloco-1-teto-vinilico  h2{
		margin-top: 30px;
	}
	.bloco-1-teto-vinilico .flexslider .slides{
		background-color: #f5f4e4;
	}
	.bloco-2-teto-vinilico{
		padding-top: 46px;
		padding-bottom: 58px;
	}
	.bloco-2-teto-vinilico h2{
		margin-bottom: 50px;
	}
	.bloco-video{
		padding-top: 0;
		padding-bottom: 25px;
	}
	.bloco-sistema-de-fixacao h2{
		margin-top: 25px;
	}
	.tetto-footer{
		margin-left: 0;
    	display: flex;
		margin-bottom: 40px;
	}
	#slides-teto-vinilico .flex-control-nav {
		bottom: 0px;
	}
	.bloco-3-teto-vinilico .right-contato h2{
		margin-top: 0px;
	}
	.bloco1-banner h1{
		width: 100%;
		font-size: 55px;
		line-height: normal;
	}
	.bloco-contato .contato-image {
		left: 0;
	}
	.bloco-5 h2,
	.bloco-5 article p{
		text-align: left;
	}
	#depoimentos .slides img{
		right: 0;
	}
	.testimonial-section{
		height: auto;
	}
	.bloco-5{
		padding-bottom: 58px;
	}
	.bloco-5 .selo-esg{
		display: none;
	}
	.bloco-6 iframe{
		margin-top: 50px;
	}
	.contato-image-right {
        margin-right: 0;
		position: relative;
		margin-top: 50px;
    }
	.bloco-contato.contato{
		height: auto;
	}
	.bloco-3.contato h2,
	.banner-topo-produto article,
	.banner-topo-produto h1 {
		width: 100%;
	}
	.bloco-3.contato{
		height: 855px;
	}
	.item-hover::before{
		content:'';
		background:url(images/degrade.png)no-repeat center center / cover;
	}
	.item-gal::before{
		content: '';
		background: linear-gradient(to bottom, rgba(9, 61, 52, 0.1), rgba(9, 61, 52, 0.3), rgba(9, 61, 52, 0.5), rgba(6, 37, 29, 0.8), #041712);
	}
	.hover-content > div{
		bottom: 25px;
		position: absolute;
	}
	section.blog{
		padding-top: 30px;
	}
	.ico-midias-footer,
	footer .area-restrita{
		margin-top: 50px;
	}
	.logo-e-cta{
		display: flex;
    	flex-direction: column-reverse;
		align-items: flex-start;
	}
	.logo-e-cta a:nth-child(1){
		margin-top: 20px;
	}
	.testimonial-content{
		padding-top: 50px;
	}
	.testimonial-title{
		font-size: 40px;
	}
	#depoimentos article {
		width: 100%;
	}
	.bloco-2 .left-bg h2{
		line-height: 1;
	}
	.bloco-sistema-de-fixacao .testimonial-content {
        padding-top: 10px;
    }
	.bloco-contato.contato .right-contato{
		margin-top: 30px;
	}
	#showroom .right-contato{
		margin-top: 27px;
		padding-left: 0;
        padding-right: 0;
	}
	#showroom.bloco-contato{
		height: 750px;
	}
	#showroom .wpcf7{
		margin-top: 88px;
		padding: 0 15px;
	}
	.bloco-contato.contato .wpcf7{
		margin-top: 30px;
	}
	.home .right-contato{
		padding-left: 0;
	}
	.home .right-contato:before{
		position: absolute;
		content: '';
		background: rgba(0, 0, 0, .3);
		width: 100%;
        height: 269px;
        margin-top: -27px;
	  }
	  .home .bloco-contato h2{
		position: relative;
		margin-left: 15px;
	  }
	  .page-id-157 .bloco-1-teto-vinilico h2,
	  .page-id-159 .bloco-1-teto-vinilico h2 {
		width: 100%;
	  }
	  .search .banner-topo.contato h2 {
		font-size: 20px;
	  }
	  #nome-da-cor{
		margin-top: 40px;
	  }
	  .page-template-portas-laqueatto .bloco-bem-vindo{
		background-size: 100%;
    	background-position: top;
    	padding-top: 186px;
		height: auto;
		padding-bottom: 40px;
	  }
	  .page-template-portas-laqueatto .tecnologia-cnc h3{
		margin-top: 30px;
	  }
	   .page-template-portas-laqueatto .tecnologia-cnc {
    	padding-top: 16px;
	  }
	  .single-portas_laqueatto .bloco-eleve-seu-estilo h2{
			margin-top: 40px;
	  }
	.single-portas_laqueatto .bloco-eleve-seu-estilo .btn-verde.btn-vasado{
		margin-bottom: 40px;
	  }
	 .single-portas_laqueatto .img-infinitas-cores {
    		margin-top: 50px;
		}
	.single-portas_laqueatto .box-infinitas-cores{
			padding-left: calc(var(--bs-gutter-x) * .5) !important;
			padding-right: calc(var(--bs-gutter-x) * .5) !important;
	}
	.single-portas_laqueatto h2.infinitas-cores-titulo-2 {
    	margin-top: 40px;
	}
	.single-portas_laqueatto .infinitas-cores-titulo-2,
	.single-portas_laqueatto .acabamento article{
		margin-left: calc(var(--bs-gutter-x) * .5);
		margin-right:calc(var(--bs-gutter-x) * .5);
	}
	.single-portas_laqueatto .acabamento .btn{
		margin-bottom: 40px;
		margin-left: 15px;
	}
	.single-portas_laqueatto .box-desenho_tecnico{
		margin-bottom: 40px;
	}
	.single-portas_laqueatto .fora-componentes h2,
	.single-portas_laqueatto .fora-componentes h3{
		margin-left:calc(var(--bs-gutter-x) * .5);
	}
	.single-portas_laqueatto .tecnologia-cnc {
    	padding-top: 25px;
	}
	.single-portas_laqueatto .tecnologia-cnc h3 {
		margin-top: 40px;
	}
	.single-minha_porta_minha_vi .bloco-eleve-seu-estilo{
		background-size: 100% !important;
		padding-top: 100px;
		padding-bottom: 0;
	}
	.single-minha_porta_minha_vi .bloco-eleve-seu-estilo h2{
		color: #2b3332;
	}
	.single-minha_porta_minha_vi .bloco-infinitas-cores{
		padding-top: 0;
	}
	.single-minha_porta_minha_vi .bloco-composicao,
	.img-catalogo,
	.img-selo,
	.bloco-4 h2{
		padding-left: 10px;
		padding-right:10px;
	}
	.bloco-4 .btn{
		margin-left: 10px;
	}
	section.blog{
		padding-bottom: 0;
	}
	.bloco-3.sobre{
		margin-top: 100px;
	}
	.bloco-nossas-florestas,
	.unidades,
	.bloco-6,
	.bloco-certificacoes,
	.bloco-historia {
    	padding-top: 33px;
	}
	.bloco-investimento {
    	margin-top: 160px;
	}
	.page-template-esg .bloco-3.sobre {
        margin-top: 0px;
    }
	.banner-topo-produto.sobre {
     padding-top: 30px;
     padding-bottom: 30px;
	}
	.baixo-contato h2 {
    	font-size: 30px;
	}
	.wrap-certificacoes{
		flex-direction: column;
		padding-right: 15px;
	}
	.item-box{
		width: 100%;
		margin-bottom: 40px;
	}
	.wrap-certificacoes .item-box:nth-child(2) {
    	margin-left: 0px;
    	margin-right: 0px;
	}
	#owl-carousel-banner .owl-nav button{
		font-size: 30px;
	}
	.box-negocio-proposito{
		margin-top: 30px;
	}
	.page-template-sobre .bloco-video{
		padding-top: 30px;
	}
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.bloco-contato.canal-aberto {
    	padding-top: 30px;
	}
	.page-template-canal-aberto article{
		width: 100%;
	}
	.bloco-2 .bloco-left p {
    width: 100%;
	}
	.img-selo {
    	width: 100%;
    	height: auto;
	}
	.bloco-video .container{
		padding-left: 0;
		padding-right: 0;
	}
	.bloco-eleve-seu-estilo img {
    	height: auto;
    	width: auto;
	}
	h2.infinitas-cores-titulo-2{
		width: 100%;
	}
	.portas-listagem{
		flex-direction: column;
	}
	.desc-item-laqueatto{
		visibility: visible;
	}
	.porta-item a:before {
    	background: linear-gradient(to top, rgba(32, 24, 43, 0.9) 0%, /* mais escuro no fundo */ rgba(32, 24, 43, 0.6) 50%, /* meio mais claro */ rgba(32, 24, 43, 0) 100% /* totalmente transparente no topo */);
    	opacity: 1;
	}
	.box-infinitas-cores article {
    	margin-bottom: 0px;
	}
	.item-prod img {
		width: 100%;
    	height: auto;
	}
	.item-prod  .fora-conteudo-produto-list{
		flex-direction: column;
	}
	.item-prod  h2 {
    	margin-bottom: 10px;
	}
	.item-prod .confira-em-detalhes{
		margin-bottom: 20px;
	}
	.banner-topo-produto h1,
	.page-template-portas-laqueatto .titulo-historia,
	.produtos-portas-laqueatto h2,
	.porta-item h2,
	.tecnologia-de-ponta h2, .tecnologia-cnc h2,
	.clientes-que-escolheram h2{
		font-size: 30px;
		line-height: normal !important;
	}
	.ico-midias-footer{
		justify-content: space-around;
	}
	.logo-footer{
		display: flex;
	}
	.logo-footer img{
		width: 90%;
	}
	p.endereco{
		height: auto;
        min-height: auto;
	}
	.fora-uf-cidade div:nth-child(2){
		width: 77%;
	}
	.box1-baixo{
		flex-direction: column;
	}
	.box1-baixo .btn{
		margin-top: 10px;
	}
	.box-projetos-especiais{
		margin-top: 30px;
    	margin-bottom: 30px;
	}
	.bloco-investimento h2::after,
	.unidades h2::after{
		margin-top: 10px;
	}
	.bloco-investimento h2{
		margin-bottom: 20px;
	}
	.page-template-esg .banner-topo-produto.sobre,
	.page-template-sobre .banner-topo-produto.sobre {
		background: #ebebeb !important;
	}
	.unidades p{
		margin-top: 10px;
	}
	.uni-2{
		margin-top: 30px;
    	margin-bottom: 30px;
	}
	.img-desktop{
		display: none !important;
	}
	.img-mobile{
		display: block !important;
	}
	.single-minha_porta_minha_vi .bloco-infinitas-cores .col-lg-7 img{
		width: 100%;
		height: auto;
	}
	.comp-2{
		margin-top: 50px;
	}
	.bloco-composicao h2{
		margin-bottom: 20px;
	}
	.produto.swiper.main-swiper{
		padding-left: 23px;
	}
	.page-template-portas-laqueatto #navbarNav .nav-link, .page-template-portas-laqueatto #navbarNav2 .nav-link, .single-portas_laqueatto #navbarNav .nav-link, .single-portas_laqueatto #navbarNav2 .nav-link{
		color:#232323;
	}
	.desc-item-laqueatto{
		display: flex;
		flex-direction: column;
	}
	.desc-item-laqueatto h2{
		margin-bottom: 10px;
	}
	.fora-revest{
		margin-top: 30px;
	}
	.img-catalogo {
    	margin-bottom: 0px;
    	margin-top: 30px;
	}
	.bloco-4 .img-selo{
		margin-top: 0;
	}
	input.btn-cadastrar-newsletter{
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrap-form-newsletter span.label{
		display: none;
	}
	.wrap-form-newsletter p:nth-child(1) {
    	width: calc(100% - 105px);
	}
}


