/*
Theme Name: Creative Minds
*/

 iframe{
 width: 100vw;
 height: calc(100vw/1.77777778);
}


.apoios2020 {
    
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    display: block;
    text-align: center;

}

.apoios2020 img {
    
    width: 35%;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;

}

.seo_boost {

    color: transparent;
    position: absolute;
    bottom: 0;
    font-size: 1px;

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


html,
button,
input,
select,
textarea {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

body {
	margin: 0;
	line-height: 1.5;
	overflow-x: hidden;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

body.home,
.page-template-page-full {
	/*height: 100vh;*/
}

h1 {
	text-transform: uppercase;
    font-weight: normal;
    text-align: center;
	font-size: 58px;
	background: #152037;
	padding: 22px 0;
	margin: 0;
	color: #ddd;
}

.title {
	display: inline-block;
}
.title_line {
    display: inline-block;
    height: 22px;
    width: 58px;
	border-top: 4px solid;
    margin: 0 25px;	
}

h2 {
    font-size: 35px;
	margin: 0;
	color:#152037;
	font-weight: bold;
}

h2:after {
    content: "\A" url('imgs/separator.png');
    white-space: pre-line;
}

h3.prod_page_title {
    font-size: 25px;
	margin: 0;
	color:#152037;
	font-weight: bold;
}

h3.prod_page_title:after {
    content: "\A" url('imgs/separator.png');
    white-space: pre;
}

h4 {
    font-size: 18px;
	margin: 0;
	color:#152037;
	font-weight: bold;
	margin-bottom: 10px;
}

h4:after {
    content: "\A" url('imgs/separator.png');
    white-space: pre;
}

h5 {
	font-size: 30px;
    color: #152037;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:focus {

}

a:active,
a:hover {
	color: #444;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 15px;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*
LAYOUT
------------------------------------------------
*/

.grid {
  margin: 0 -20px;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  	float: left;
  	padding: 0 20px;
	padding-bottom: 0px;
}

.col-3-4 {
  width: 75%;
}

.col-3-5 {
	width: 60%
}

.col-2-5 {
	width: 40%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}
.content.container {
	padding: 50px 20px;	
}
.container {
	max-width: 1470px;
	padding: 30px 20px;
	margin: auto;
}

.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}


/*
HEADER
------------------------------------------------
*/

.menu_toggle {
    position: absolute;
    right: 27px;
    top: 60px;
    font-size: 48px;
	display: none;
}


#lang_sel_list {
	position: absolute;
	right: 20px;
	top: 20px;
}

#lang_sel_list ul {
	border-top: 0 !important;
}

#lang_sel_list li + li {
	border-left: 1px solid #1B2949 !important;
}

#lang_sel_list ul li a{
    font-size: 12px;
	padding: 0 5px;
	font-weight: bold;
	color: #1B2949;
}

#lang_sel_list a.lang_sel_sel:hover,
#lang_sel_list ul a.lang_sel_other:hover {
	background: none !important;
	color: #D70036 !important;
}

#lang_sel_list a.lang_sel_sel {
	color: #D70036 !important;	
}

.logo {
	float: left;
}

#navbar {
	float: right;
}

.nav-menu {
	list-style: none;
}

#site-navigation .menu-item {
    display: inline-block;
	position: relative;
    margin-left: 40px;
    padding-top: 13px;
    padding-bottom: 16px;
    background-repeat: no-repeat;
    background-position: center bottom;	
	z-index: 9;
}

#site-navigation #primary-menu > .menu-item:hover {
    background: url('imgs/active.png');
    background-repeat: no-repeat;
    background-position: center bottom;		
}

#site-navigation #primary-menu > .menu-item:hover > a {
	color: #1B2949;	
}

#site-navigation .menu-item a {
    font-size: 27px;
	color: #808080;
	text-transform: uppercase;
}

#site-navigation #primary-menu > .current-menu-item,
#site-navigation #primary-menu > .current-menu-parent {

    background: url('imgs/active.png');
    background-repeat: no-repeat;
    background-position: center bottom;		
}
#site-navigation #primary-menu > .current-menu-item > a,
#site-navigation #primary-menu > .current-menu-parent > a {
	color: #1B2949;	
	font-weight: bold;
}

.sub-menu {
    position: absolute;
    left: -75px;
    padding: 0;
    visibility: hidden;
    top: 20px;
    padding-top: 40px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#site-navigation .sub-menu .menu-item {
    margin: 0;
    width: 280px;
    text-align: center;
    padding: 2px 0;
	background: rgba(235, 235, 235,0.7);
	margin-bottom: 2px;
}

#site-navigation .sub-menu .menu-item a {
	font-size: 16px;
	padding: 0;
	font-weight: bold;	
}

#site-navigation .sub-menu .menu-item:hover a {
	color: #1B2949;	
}

#site-navigation .menu-item:hover > .sub-menu {
	visibility:visible;
	opacity: 1;
	top: 40px;
}




/*
FULL PAGE SLIDER
------------------------------------------------
*/

.hesperiden.tparrows {
    background: transparent !important;
    width: 90px;
    height: 94px;
    border-radius: 0;
	transform: none !important;
	top: 0 !important;
	bottom: 0;
	margin: auto;
}

.tp-rightarrow {
	left: inherit !important;
	right: 0;
}

.hesperiden.tparrows.tp-leftarrow:before {
	content:url('imgs/fullSlide_left.png');
}

.hesperiden.tparrows.tp-rightarrow:before {
	content:url('imgs/fullSlide_right.png');
}

.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: #fff;
}

.hesperiden .tp-bullet {
	border: 2px solid #fff;
	background: transparent;
}


/*
EMPRESA
------------------------------------------------
*/

.parent-pageid-36 header.entry-header,
.parent-pageid-133 header.entry-header,
.parent-pageid-131 header.entry-header {
	background: url('imgs/empresa_header.png');
    height: 121px;
    background-position: center;
    background-color: #152037;	
}
.parent-pageid-132 header.entry-header {
	background: url('imgs/empresa_header_en.png');
    height: 121px;
    background-position: center;
    background-color: #152037;	
}



.empresa {
	margin-right: 0 !important;
	height: 512px;
    overflow: hidden;	
}

.empresa .exportacao > .wpb_wrapper {
	background: #EBEBEB;
	min-height: 512px !important;
	padding: 66px;
	color: #333333;
}

.wpb_flexslider.flexslider {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}


.empresa .wpb_gallery_slides ul li {
	overflow: hidden
}

.empresa .wpb_gallery_slides ul li img {
    width: auto !important;
    height: 512px;
}

.empresa .wpb_gallery .wpb_flexslider .flex-control-nav {
    top: inherit;
    margin-top: 0;
    bottom: 15px;
}

.empresa .flex-control-paging li a {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background: transparent;
	box-shadow: none;
}

.empresa .flex-control-paging li a:hover {
	background: #fff;
}

.empresa .flex-control-paging li a.flex-active {
	background: #fff;
}

.empresa .flex-direction-nav a {
    width: 60px;
    height: 60px;
    opacity: 0.7;
    color: transparent;
    text-shadow: none;
}



.empresa .flex-direction-nav a.flex-prev {
	background-image: url('imgs/slider_seta_esq.png');
	left: 0;
}

.empresa .flex-direction-nav a.flex-next {
	background-image: url('imgs/slider_seta_dir.png');
	right: 0;
}

.empresa .vc_single_image-wrapper {
	overflow: hidden;
}

.empresa .vc_single_image-wrapper img {
	height: 512px;
	max-width: none;
	width: auto;
}

/*
PEDREIRAS
------------------------------------------------
*/


.parent-pageid-1331 header.entry-header,
.parent-pageid-1345 header.entry-header {
	background: url('imgs/pedreiras_header.png');
    height: 121px;
    background-position: center;
    background-color: #152037;	
}
.parent-pageid-1347 header.entry-header {
	background: url('imgs/pedreiras_header_es.png');
    height: 121px;
    background-position: center;
    background-color: #152037;	
}

.parent-pageid-1346 header.entry-header {
	background: url('imgs/pedreiras_header_en.png');
    height: 121px;
    background-position: center;
    background-color: #152037;	

}

.video_pedreira {
	position: absolute;
	z-index: 9999;
	display: none;
    background: rgba(0,0,0,0.8);

}


.video_pedreira p {
	margin: 0;
}
.vidPlay {
	cursor: pointer;
}
	
.video_close {
    width: 58px;
    height: 48px;
    background: url('imgs/close.png');
    background-size: 100%;
    position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99999;
    cursor: pointer;
}
	
.pedreiras {
	margin: 0 !important;
}
.pedreiras .vc_col-sm-12 {
	padding: 0;
}

.pedreiras .wpb_flexslider.flexslider { /*
	margin: 0 !important;
	height: 810px !important;
	overflow:hidden;
*/
	height: 100% !important;
}

.pedreiras .wpb_flexslider.flexslider ul.slides{ 
	overflow: hidden;
}

.pedreiras .wpb_gallery_slides ul li img{
	width: 100%;
    height: auto;
}


.pedreiras .flex-control-paging li a {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	background: transparent;
	box-shadow: none;
}

.pedreiras .flex-control-paging li a:hover {
	background: #fff;
}

.pedreiras .flex-control-paging li a.flex-active {
	background: #fff;
}

.pedreiras .flex-control-nav {
    bottom: 5px !important;
    top: inherit !important;
}

.pedreiras .flex-direction-nav a {
    background-position: center;	
    width: 80px;
    height: 84px;
    opacity: 0.7;
    color: transparent;
    text-shadow: none;
    z-index: 999;
}



.pedreiras .flex-direction-nav a.flex-prev {
	background-image: url('imgs/fullSlide_left.png');
	left: 0;
}

.pedreiras .flex-direction-nav a.flex-next {
	background-image: url('imgs/fullSlide_right.png');
	right: 0;
}


.pedreiras_content {
	position: absolute;
	bottom: 50px;
	z-index: 99;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.pedreiras_content .vc_col-sm-8,
.pedreiras_content .vc_col-sm-4 {
	padding: 0;
}
.pedreiras_content .vc_col-sm-8 {
    width: 610px;
}

.pedreiras_content.invert .vc_col-sm-8 {
	float: right;
}


.pedreiras_content .vc_col-sm-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.pedreiras_content.invert .vc_col-sm-4 { 
	left: 0;
	text-align: right;
}

.pedreiras_content .pedreira_text {
    padding: 10px 20px 10px 70px;
	background: #1B2949;
	color: #fff;
}

.pedreiras_content.invert .pedreira_text {
    padding: 10px 70px 10px 20px;
}


.pedreiras_content p {
	margin: 0;
	font-size: 18px;
}

.pedreiras_content .title {
	margin-bottom: 0 !important;
}
.pedreiras_content .title p {
	font-size: 100px;
	color: #1B2949;
	line-height: 1;
}
.pedreiras_content .title p img {
    width: 80%;
    height: auto;
}

.pedreiras_content.invert .title p {
	font-size: 70px;
}

.pedreiras_content .vid_link p {
    padding: 10px;
	background: #1B2949;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	text-transform: uppercase;	
}
.pedreiras_content .vid_link a {
	color: #fff;	
}

/*
PRODUTOS
------------------------------------------------
*/


.parent-pageid-1317 header.entry-header,
.parent-pageid-1342 header.entry-header {
	background: url('imgs/produtos_header.png');
    height: 121px;
    background-position: center -10px;
    background-color: #152037;	
}
.parent-pageid-1344 header.entry-header {
	background: url('imgs/produtos_header_es.png');
    height: 121px;
    background-position: center;
    background-color: #152037;	
}
.parent-pageid-1343 header.entry-header {
	background: url('imgs/produtos_header_en.png');
    height: 121px;
    background-position: center;
    background-color: #152037;	
}


.container.content.prod_page {
	padding: 50px 110px;
}

.prod_page [class*='col-'] {
    padding: 0 10px 15px;
}

.outros.prod_page [class*='col-'] {
    padding: 0 10px 15px;
}


.prod {
	position: relative;
    height: 166px;
    width: 166px;
    overflow: hidden;	
	margin:auto;
}

.outros .prod {
    height: 182px;
    width: 182px;
}

.prod img {
	width: 100%;
	height: auto;
}

.prod_title {
	position: absolute;
	bottom: 0;
    width: 100%;
    padding: 10px;
    background: #1B2949;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	
}
.hover_prod_title {
	top: 0;
	height: 166px;
	opacity: 0;
    position: absolute;
    width: 100%;
    text-align: center;

    font-size: 28px;
    color: #fff;
	background: rgba(27, 41, 73, 0.4);
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.outros .hover_prod_title {
	height: 182px;
}

.hover_prod_title .hover_title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	
	line-height: 1.2;
	font-size: 25px;
}

.plus_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

.prod .fa-plus {
    position: absolute;
    font-size: 18px;
    color: #aaa;
    right: 7px;
    bottom: 5px;
}

.prod:hover .hover_prod_title {
	opacity: 1;
}

.prod:hover .prod_title { 
	opacity: 0;
}

.single-post .flexslider .slides img {
    width: 100%;
	height: auto;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gallery > .vc_col-sm-12 {
	margin-bottom: 30px;
}

/*
SINGLE PRODUTO
------------------------------------------------
*/

.single #content {
	border-top: 2px solid #152037;
}

.single-post .wpb_flexslider.flexslider {
	margin: 0 !important;
	height: 450px !important;
	overflow:hidden;

}


.prod_specs .specs {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.prod_specs .specs td {
	background: #E6E6E7;
    padding: 5px 15px;	
	color: #152037;	
	text-transform: uppercase;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #152037 !important;
}

.wpb_accordion_header a {
	color: #fff;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    background-image: url(imgs/plus.png) !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(imgs/minus.png) !important;
}

.zoom {
	cursor: url('imgs/mag_glass.png'), default;
	/*height: 311px;*/
}
/*
.zoom img {
    transform: translateY(40%);
}
*/

/* ZOOM */

.magnify {width: 100%; margin: auto; position: relative;}

.largeImg {
	width: 250px; height: 250px;
	position: absolute;
	
	background-color: #fff !important;
	border: 2px solid #888;
	/*
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	*/
	/*Lets load up the large image first*/
	/*background: url('http://thecodeplayer.com/uploads/media/iphone.jpg') no-repeat;
	*/
	/*hide the glass by default*/
	display: none !important;
	z-index: 99999;
	border-radius: 100%;
}

.largeImg.visible {
	display: block !important;
}

/*To solve overlap bug at the edges during magnification*/
.small { display: block; }


.gallery {
	margin: 0 -15px;
}

.gallery .wpb_gallery .wpb_flexslider .flex-control-nav {
    top: inherit;
    margin-top: 0;
    bottom: 15px;
}

.gallery .flex-control-paging li a {
	width: 10px;
	height: 10px;
	border: 1px solid #152037;
	background: transparent;
	box-shadow: none;
}

.gallery .flex-control-paging li a:hover {
	background: #152037;
}

.gallery .flex-control-paging li a.flex-active {
	background: #152037;
}

.gallery .flex-direction-nav a {
    width: 60px;
    height: 60px;
    opacity: 0.7;
    color: transparent;
    text-shadow: none;
}



.gallery .flex-direction-nav a.flex-prev {
	background-image: url('imgs/slider_seta_esq.png');
	left: 0;
}

.gallery .flex-direction-nav a.flex-next {
	background-image: url('imgs/slider_seta_dir.png');
	right: 0;
}

.flexslider .slides img {
	margin: auto;
}

.wpb_accordion_content [class*='col-'] {
	padding-bottom: 0;
}

.wpb_accordion_content .wpb_row.vc_inner.vc_row-fluid {
	margin-bottom: 0;
}

/*
CONTACTOS
------------------------------------------------
*/

.contactos_page {
	background-color: #152037;
}

.contactos_page h5 { 
    color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: normal;
}

.contactos_page p {
	color: #fff;
	margin-top: 0;
	margin-bottom: 45px;
}

.contactos_page i.fa {
    font-size: 24px;
    margin-right: 9px;
}

.contactos_page a {
	color: #fff;
}
.contactos_page a:hover {
	color: #888;
}

.contactos_page .wpb_gmaps_widget .wpb_map_wraper iframe {
	height: 311px;
}

.emails p {
	margin-bottom: 17px;
}

.contactos_separator {
	max-width: 150px;
	margin: auto;
}

#links_catalogos {
	max-width: 720px;
	margin: auto;
}

#links_catalogos p {
	text-align: center;
    border-radius: 10px;
    padding: 7px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;	
	transition: 0.3s;
	
}

#links_catalogos p:hover {
	background: #B0172E;
}

#links_catalogos p a {
	color: #343434;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;	
	transition: 0.3s;

}

#links_catalogos p:hover a {
	color: #fff;
}

.container.cotacao {
	padding: 15px 20px;
	margin-bottom: 30px;	
}

.cotacao h5 {
	color: #333;
	margin: 0;
    text-align: center;
    font-size: 40px;
    font-weight: normal;	
}

.pedido_cotacao {
	text-align: center;
    border-radius: 10px;
    padding: 7px;
    background: #fff;
    cursor: pointer;
    width: 140px;
    margin: auto;
	color: #152037;
}

#gform_submit_button_1,
#gform_submit_button_2 {
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    background: #152037;	
}

.gforms_confirmation_message {
    position: absolute;
    top: 50%;
    margin: auto;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    font-size: 30px;
}

/*
FORM POPUP
------------------------------------------------
*/

.form_popup {
	display: none;
    position: absolute;
    width: 100%;
	top: 0;
    z-index: 9;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.form_popup .form_container {
    width: 50%;
    margin: auto;
    background: #fff;
    position: absolute;
    padding: 20px 40px;
    top: 0;
    bottom: 0;
    height: 300px;
    left: 0;
    right: 0;
}

.form_popup .gform_wrapper {
	max-width: 100%;
	margin: 0;
}

.form_popup .gform_wrapper .ginput_container input {
	width: 100% !important;
	line-height: 2;
	padding: 9px 6px;
}

.form_popup #field_1_1, .form_popup #field_1_2 {
	width: 50%;
	float: left;
}

.form_popup .gform_wrapper ul li.gfield {
	clear:none;
}

.form_popup .ginput_container {
	padding: 15px 8px;
}

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

/*
COTAÇÃO POPUP
------------------------------------------------
*/

.cotacao_popup {
    position: fixed;
	visibility: hidden;
    width: 100%;
    z-index: 9999;
    background: #FFFFFF;
	height: 100%;
	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.cotacao_popup.active {
	visibility: visible;
}

.cotacao_popup .gform_wrapper {
    max-width: 1430px;
    margin: auto;
    top: 50%;
    position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}

.cotacao_popup h3.gform_title {
    text-transform: uppercase;
    text-align: center;
    font-size: 64px !important;
    font-weight: normal !important;
	color: #333333;
}

.cotacao_popup .ginput_container {
    padding: 13px 22px;
}
	
.cotacao_popup .gform_wrapper .ginput_container input,
.cotacao_popup .gform_wrapper .ginput_container select {
	width: 100% !important;
	line-height: 2;
	padding: 9px 6px;
	height: 67px;
	border: 1px solid #152037;
	color: #333333;
}
.cotacao_popup .gform_wrapper .ginput_container select {
	padding-left: 80px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color: #fff;
    border-radius: 0;
	color: #B1B1B1;
	background: url('imgs/select_seta.png');
	background-position: left center;
	background-repeat: no-repeat;
}



.cotacao_popup .gform_wrapper .ginput_container textarea {
	width: 100% !important;
	line-height: 1;
	padding: 15px;
	border: 1px solid #152037;
	color: #333333;
	

}

.form_left_col, 
.form_middle_col, 
.form_right_col {
	width: 33.33%;
	float: left;
}

.cotacao_close {
	width: 58px;
	height: 48px;
	background: url('imgs/close.png');
	background-size: 100%;
	margin: 0 0 0 auto;
	cursor: pointer;
	position: relative;
    z-index: 9999;
}

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

/*
FORMULÁRIOS - MENSAGENS ERRO
------------------------------------------------
*/
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {margin-bottom:0 !important; margin-top:0 !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {margin-bottom:0 !important; border-bottom:0px !important; border-top:0px !important; background-color:inherit !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-left:0 !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {font-size:11px !important; color:#39c3e2 !important; max-width: 100% !important; float: left; margin-top: -3% !important; padding-right:0 !important;}
.gform_wrapper .top_label .gfield_error .ginput_container { max-width: 100% !important; }
.gfield.gfield_error.field_sublabel_below.field_description_below { width: 100% !important; margin-right:0 !important; }
.gfield_description.validation_message { display:none;}


.gform_wrapper div.validation_error {border-bottom: 1px solid #790000 !important; border-top: 1px solid #790000 !important; font-size: 14px !important; font-family:'Open Sans', sans-serif !important; font-weight: 400 !important; display:none;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {font-size: 12px !important; font-family:'Open Sans', sans-serif !important; font-weight: 400 !important; padding-top: 0 !important;}



.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {margin-top: 0 !important;}





/*
FOOTER
------------------------------------------------
*/

footer#site-footer {
    background: #333333;
	color: #fff;  
	font-size: 14px;
}

footer#site-footer .container {
	padding: 10px 20px;
}

footer#site-footer a {
	color: #fff;
}

#footer-menu {
	margin: 0;
	padding: 0;	
}

#footer-menu li {
	display: inline-block;
	margin: 0 20px;
}

#footer-menu li a {
	text-transform: uppercase;
}

#footer-navigation .sub-menu {
	display: none;
}

/*
RESPONSIVE
------------------------------------------------
*/

@media only screen and (max-width:1440px) {
	.prod {
		position: relative;
		height: 152px;
		width: 152px;
	}
	.hover_prod_title {
		height: 152px;
	}
}

@media only screen and (max-width:1366px) {
	.container.content.prod_page {
		padding: 50px 50px;
	}
}

@media only screen and (max-width:1250px) {
	.col-1-6 {
		width: 20%;
	}
	.outros .prod {
		height: 172px;
		width: 172px;
	}	
	.outros .hover_prod_title {
		height: 172px;
	}
	.single-post .wpb_flexslider.flexslider {
		height: auto !important;
	}
	.cotacao_popup .ginput_container {
		padding: 0px 10px;
	}
	.cotacao_popup .gform_wrapper .ginput_container input, .cotacao_popup .gform_wrapper .ginput_container select {
		height: 49px;
	}
	.cotacao_popup .gform_wrapper textarea.large {
    	height: 12.325em;
    }
	
}

@media only screen and (max-width:1211px) {
	#site-navigation .menu-item {
		margin-left: 25px;
	}
	#site-navigation .menu-item a {
		font-size: 22px;
	}
	.col-1-7 {
		width: 20%;
	}
	.prod {
		position: relative;
		height: 172px;
		width: 172px;
	}
	.hover_prod_title {
		height: 172px;
	}	
	.contactos_page .vc_col-sm-6 {
		width: 100%;
	}
	.contactos_page .wpb_single_image {
		text-align: center !important;
	}
	.emails p {
		text-align: center;
	}
	.social_links .vc_col-sm-6 {
		width: 50%;
	}
	.contactos_page .vc_col-sm-6 {
		margin-bottom: 35px !important;
	}
	.wpb_gmaps_widget iframe {
		pointer-events:none;
	}
}

@media only screen and (max-width:1055px) {
	.empresa .exportacao > .wpb_wrapper {
		padding: 22px;
	}
}

@media only screen and (max-width:1025px) {
	.logo {
    	float: none;
	}
	
	.single .col-1-2 {
		width: 100%;
	}
	
	/*mobile menu*/
	
	.menu_toggle {
		display: block;
	}
	#navbar {
		float: none;
		display: block;	
		height: 0;
		overflow: hidden;
	}
	
	#primary-menu {
		padding: 0;
		border-top: 1px solid #eee;
	    margin-bottom: 0;
	}
	#primary-menu > .menu-item:last-child {
		padding-bottom: 0;
	}
	#site-navigation .menu-item {
		display: block;
		margin-left: 0;
		text-align: center;
	}
	#site-navigation #primary-menu > .current-menu-item, #site-navigation #primary-menu > .current-menu-parent,
	#site-navigation #primary-menu > .menu-item:hover {
		background: none;
	}
	
	.sub-menu {
		position: relative;
		text-align: center;
		margin: auto;
		left: 0;
		padding: 0;
		visibility: visible;
		top: 0 !important;
		padding-top: 0;
		z-index: 9;
		opacity: 1;
	    height: 0;
    	overflow: hidden;
	}
	
	#site-navigation .sub-menu .menu-item {
		margin: 0;
		margin: auto;
		width: 100%;
		text-align: center;
		padding: 7px 0px;
		background: rgba(235, 235, 235,0.2);
		margin-bottom: 2px;
	}
	
	.pedreiras_content .vc_col-sm-4 {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		text-align: center;
		top: -180px;
	}
	.pedreiras_content .vc_col-sm-4 p {
		text-align: center !important; 
	}
	.vid_link {
		margin-top: 74px;
	}
	.pedreiras_content .vc_col-sm-8 {
		width: 610px;
		margin: auto;
		float: none !important;
		top: -84px;
	}
	.pedreiras_content .pedreira_text,
	.pedreiras_content.invert .pedreira_text {
		padding: 10px 20px 10px 20px;
	}	
	.pedreiras_content p {
		margin: 0;
		font-size: 15px;
	}
	body.home, .page-template-page-full {
		height: auto;
	}
	.flexslider {
		margin: 0 !important;
	}
	.flexslider .slides {
		height: 500px !important;
	}
	.video_pedreira {
		margin: 0 !important;
		bottom: 0;
    	top: 0;
	}
	.video_pedreira video {
	    height: 100% !important;
	}
	.col-1-7,
	.col-1-6 {
		width: 33.33%;
	}
	.prod,
	.outros .prod {
		position: relative;
		height: 192px;
		width: 192px;
	}
	.hover_prod_title,
	.outros .hover_prod_title {
		height: 192px;
	}	
	.cotacao_popup .gform_wrapper textarea.large {
		height: 12.985em;
	}	
	.invert .vid_link {
    	margin-top: 124px;
	}
}

@media only screen and (max-width:824px) {

	.empresa .exportacao > .wpb_wrapper {
		padding: 11px;
	}
}

@media only screen and (max-width:801px) {

	#site-navigation .menu-item {
		padding-bottom: 0;
	}
	#site-navigation .menu-item a {
    	font-size: 18px;
	}
	#site-navigation .sub-menu .menu-item a {
	    font-size: 14px;
	}
	.cotacao_popup h3.gform_title {
		font-size: 44px !important;
	}
}

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

	.apoios2020 img {

		width: 75%;

	}
	.empresa {
		height: auto;
	}
	.wpb_gallery_slides {
		margin: 0 !important;
	}
	.container .vc_custom_1449597798469,
	.container .vc_custom_1449597805582 {
		margin: 0 !important;
	}
	.empresa .exportacao > .wpb_wrapper {
		padding: 66px;
	}	
	.pedreiras_content .vc_col-sm-8 {
		width: 100%;
	}
	.container.content.prod_page {
    	padding: 30px 15px;
	}
	.single .wpb_accordion .wpb_single_image {
		text-align: center;
	}
	.single .wpb_accordion .wpb_single_image img {
		max-width: 400px;
	}
	.pedreiras_content {
		position: relative;
		bottom: 0;
	}
	.pedreiras_content .vc_col-sm-4 {
		z-index: 99;
		background: #fff;
		float: none;
		padding-top: 50px;
	}
	.invert.pedreiras_content .vc_col-sm-4 {
		background: #1B2949;
	}
	.pedreiras_content .vc_col-sm-8, .pedreiras_content .vc_col-sm-4 {
		top: 0;
		position: relative;
	}
	.vid_link,
	.invert .vid_link {	
		margin-top: 0;
		margin-bottom: 5px !important;
	}
	.invert .vid_link {
		border-top: 1px solid #fff;
	}
	.slides li {
		height: 100%;
		width: auto;
	}
	.flexslider .slides {
    	height: 420px !important;
	}
	.pedreiras .flex-direction-nav a {
		width: 60px;
		height: 64px;
	}
	.pedreiras .flex-direction-nav a.flex-next,
	.pedreiras .flex-direction-nav a.flex-prev {
		background-size: 60px;
	}
	.pedreiras .wpb_gallery_slides ul li img {
		width: auto;
		min-height: 100%;
    	min-width: 100%;
		position: relative;
	}
	.pedreiras_content.invert .vc_col-sm-4 {
		text-align: center;
	}	
	.empresa .exportacao > .wpb_wrapper {
		min-height: 0 !important;
	}
	.contactos_page .vc_col-sm-3 {
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width:650px) {
	body {
		overflow-y: auto;
	}
	h5 {
		text-align: center;
	}	
	.col-1-7,
	.col-1-6 {
		width: 50%;
	}
	.prod,
	.outros .prod {
		position: relative;
		height: 202px;
		width: 202px;
	}
	.hover_prod_title,
	.outros .hover_prod_title {
		height: 202px;
	}	
	.cotacao_popup .gform_wrapper .ginput_container input, .cotacao_popup .gform_wrapper .ginput_container select {
		height: 36px;
	}	
	.cotacao_popup .gfield_label {
		display: none !important;
	}
	.cotacao_popup input {
		font-size: 13px;
	}
	.cotacao_popup .gform_wrapper .ginput_container input, .cotacao_popup .gform_wrapper .ginput_container select {
		line-height: 1;
	}
	.cotacao_popup .gform_wrapper textarea.large {
		height: 7.485em;
	}
	.form_left_col, .form_middle_col {
		width: 50%;
	}
	.form_right_col {
		width: 100%;
	}
	.gform_wrapper h3.gform_title {
		margin: 5px;
		font-size: 23px !important;
	}
	.cotacao_popup .gform_wrapper .ginput_container select {
		padding-left: 56px;
		background-size: 44px;
	}
	.cotacao_popup .ginput_container {
		padding: 0px 3px;
	}
	.cotacao_popup .gform_wrapper .gform_footer {
		padding: 0;
		margin: 0;
	}
	.flexslider .slides {
    	height: 357px !important;
	}
	
}

@media only screen and (max-width:560px) {

	.content.container {
    	padding: 0;
	}
	.empresa .vc_col-sm-6 {
		padding: 0 !important;
	}
	.exportacao h2 {
		text-align: center;
	}
	.empresa .exportacao > .wpb_wrapper {
		padding: 66px 40px;
	}
	header.entry-header {
		background-repeat: no-repeat !important;
		background-size: 1170px !important;
	}
	.empresa .wpb_gallery_slides ul li img {
		height: 380px;
	}
	.contactos_page .content.container {
		padding: 50px 20px;
	}
	.flexslider .slides {
    	height: 307px !important;
	}
	.single .content.container {
		padding: 50px 0;
		padding-bottom: 0;
	}
	.prod_page_title {
		text-align: center;
	}
	.prod_content p {
		padding: 0 20px;
	}
	.single h4 {
		text-align: center;
	}
	.single .wpb_accordion .wpb_single_image img {
		width: 100%;
	}
}


@media only screen and (max-width:465px) {
    .logo img {
		width: 160px;
    	margin-top: 22px;
	}
	.menu_toggle {
		font-size: 36px;
	}
	.col-1-7,
	.col-1-6 {
		width: 100%;
	}
	.prod,
	.outros .prod {
		position: relative;
		height: 252px;
		width: 252px;
	}
	.hover_prod_title,
	.outros .hover_prod_title {
		height: 252px;
	}	
	.gform_wrapper h3.gform_title {
	    width: 80%;
    	margin: auto;	
	}
	.flexslider .slides {
    	height: 253px !important;
	}
	.largeImg {
		width: 150px;
		height: 150px;	
	}
	
}

@media only screen and (max-width:387px) {
	header.entry-header {
		background-size: 870px !important;
	}
	.exportacao h2 { 
		font-size: 28px;
	}
	.empresa .exportacao > .wpb_wrapper {
    	padding: 66px 20px;
	}	
	.empresa .wpb_gallery_slides ul li img {
		height: 250px;
	}	
	.parent-pageid-1317 header.entry-header, .parent-pageid-1342 header.entry-header {
	    background-position: center 15px;
	}
	.video_close {
		width: 33px;
    	height: 28px;
    	background-size: 33px;	
	}
	.flexslider .slides {
    	height: 209px !important;
	}
	.pedreiras .flex-direction-nav a {
		width: 40px;
		height: 44px;
	}
	.pedreiras .flex-direction-nav a.flex-next, .pedreiras .flex-direction-nav a.flex-prev {
		background-size: 40px;
	}	
	.vc_row {
		margin: 0 !important;
		margin-bottom: 35px !important;
	}
	.wpb_gmaps_widget {
		margin-left: -50px;
		margin-right: -50px;
	}
}