 /*
 * Theme Name: Alupar
 * Template: movedo
 * Theme URI: https://alupar.com.br
 * Description: Tema filho Transmissoras, criado e customizado pela moque.ca digital.
 * Author: moque.ca digital
 * Author URI: https://moque.ca
 * Version: 2.1.0
 * Text Domain: movedochild
 */

/*
 * Copyright terms and conditions:
 * The following copyright notice may not be removed under any circumstances at any pages.
 * Pages are keeped with one or more copyrights.
 * Author: moque.ca digital www.moque.ca
 */

:root {
  --alupar-color-blue: hwb(218.5 0% 42%); /* #003594 */
  --alupar-color-green: hwb(144.5 2.7% 41.6%); /* #079541 */
  --trans-blue-primary: hwb(212.3 1.2% 42%); /* 034694 */ 
  --trans-blue-sec: hwb(197.7 0% 11%); /* #00a0e3 */ 
}

.logos-footer-alupar img {
  max-height: 80px !important;
  width: auto !important;
}

.footer-contacts-list .grve-box-icon.grve-side-icon.grve-align-left .grve-wrapper-icon {
  line-height: inherit;
}

.footer-contacts-list .grve-box-icon .grve-wrapper-icon i{ 
	font-size: 0.8em;
	line-height: inherit;
}


#grve-footer .grve-footer-bar .grve-container {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  #grve-footer .grve-footer-bar .grve-container {
    flex-wrap: wrap;
  }
}

#grve-footer .grve-footer-bar .grve-container .grve-left-side,
#grve-footer .grve-footer-bar .grve-center-side,
#grve-footer .grve-footer-bar .grve-right-side {
	width: 100%;
  display: block;
  float: inherit;
	font-weight: 600;
	font-size: .8em;
}

#grve-footer .grve-footer-bar.grve-fullwidth .grve-center-side {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  line-height: 2.000em;
  text-align: center;
}

.grve-drop-shadow:not(.grve-column):not(.grve-isotope),
.grve-column.grve-drop-shadow .grve-column-wrapper,
.grve-isotope.grve-drop-shadow .grve-image-hover {
  -webkit-box-shadow: 0px 0px 50px 0px hwb(0 0% 100% / 0.25);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 50px 0px hwb(0 0% 100% / 0.25);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.footer-alupar-mailing {
z-index: 9999;
}

.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
  background-color: var(--trans-blue-primary) !important;
}

.loop_title {
  margin-bottom: 0 !important;
}

.loop_title a {
  color: #6f7273;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium);
}

.mqk-flex-container-height-100 > div > div:nth-child(2) {
  display: flex !important;
}

.mqk-flex-container-height-100 > div > div:nth-child(2):hover .mqk-btn-pdf > a {
  opacity: 1;
  
}

.mqk-flex-height-100 {
  flex: auto;
}

.mqk-btn-pdf {
  height: inherit;
  align-content: start;
}

.mqk-btn-pdf > a {
  display: flex !important;
  height: 100%;
  align-items: center;
  font-weight: 700;
  opacity: .5;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  justify-content: center;
  padding-left: 19px !important;
}

.mqk-btn-pdf > a > i {
  display: block !important;
  position: relative !important;
  left: inherit !important;
  right: 10px;
  top: 6px !important;
}

.mqk-side-menu ul {
  list-style: none;
}

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  background-color: var(--alupar-color-blue) !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-blue:focus, .vc_btn3.vc_btn3-color-blue:hover {
  background-color: var(--trans-blue-primary) !important;
}

#grve-sidebar .grve-widget-title,
h4.wp-block-heading {
    padding-left: .5em;
    font-weight: 400;
    border-inline-start-color: blue;
    border-inline-start-width: 5px;
    border-inline-start-style: solid;
    text-transform: uppercase;
}

#grve-top-bar .grve-top-bar-menu ul.sub-menu li a {
  padding: 8px 10px;
  font-size: 12px;
}

#grve-top-bar .grve-top-bar-menu ul.sub-menu li a:hover {
  color: hwb(197.5 62.4% 0%);
  text-decoration: underline;
}


.alupar_list_footer ul {
  list-style: circle;
}


.alupar_list_footer ul li a {
  color: #fff !important;
}

#frmLogin input {
  background: hwb(212.3 0% 53.3%) !important;
  font-size: 14px !important;
  display: block;
  padding: 16px 20px !important;
  width: 100% !important;
  border-color: var(--trans-blue-sec) !important;
  transition: all 0.3s ease-in-out;
}

#frmLogin input:hover,
#frmLogin input:active,
#frmLogin input:focus {
  border-color: #fff !important;
}

#frmLogin input::placeholder {
  color: #ffffff !important;
  opacity: .85;
}

#modalEmissaoFatura .mfp-close.grve-close-modal {
  color: #fff;
}

form.grve-search.grve-search-modal .grve-search-input-wrapper.grve-heading-color {
  border: 1px solid #000 !important;
}

form.grve-search.grve-search-modal .grve-search-btn.show {
  width: 100%;
  font-size: 16px !important;
  text-transform: uppercase;
}

.grve-header-element a.grve-toggle-hiddenarea .grve-item {
  display: inline-flex;
}

#grve-header .grve-horizontal-menu.grve-arrow ul.grve-menu .menu-item-has-children > a {
  padding-right: 0;
}

@media only screen and (max-width: 959px) {
  #grve-feature-section.grve-fullscreen .grve-title {
    font-size: 10vw !important;
    letter-spacing: -2px !important;
  }
}

#grve-top-bar .grve-top-bar-menu ul.sub-menu {
	min-width: 140px;
}

#grve-top-bar ul.grve-right-side li.grve-topbar-item:first-child,
#grve-top-bar ul.grve-right-side li.grve-topbar-item ul li:first-child {
	text-align: left;
}

#alp_temp_1 {
min-height: 50vh !important;
}

#alp_temp_2 {
  background-color: transparent !important;
  margin-bottom: -165px;
  transform: translate3d(0px, -80px, 0px);
  z-index: 9999;
}

#alp_temp_1 .grve-image-wrapper img {
  max-height: 30vh;
  width: auto;
  padding-bottom: 20px;
}

#alp_temp_3 {
min-height: 50vh !important;
}

.grve-leader-text, .grve-leader-text p, p.grve-leader-text {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

#grve-safebutton-area .grve-logo.grve-position-left {
  display: none !important;
}