@charset "UTF-8";
/* CSS Document */
/* Styles Ideamatic to Ideamatic.net*/

/* Document level adjustments */
html {
  font-size: 18px;
}
html {
  font-size: 112.5%;
}
@media (max-width: 900px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 13px;
  }
}




/*GENERAL*/


body {
  --text-size-80: 0.64rem;
  --text-size-90: 0.8rem;
  --text-size-100: 1rem;
  --text-size-200: 1.1111rem;
  --text-size-300: 1.1111rem;
  --text-size-400: 1.1111rem;
  --text-size-500: 1.1667rem;
  --text-size-600: 1.5556rem;
  --text-size-700: 2.6667rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #FFFFFF;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.05;
  letter-spacing: 0em;

}
p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
small {
  font-size: var(--text-size-90);
}
h6, .h6 {
  font-size: var(--text-size-200);
}
h5, .h5 {
  font-size: var(--text-size-300);
}
h4, .h4 {
  font-size: var(--text-size-400);
  line-height: 1.4rem;
}
h3, .h3 {
  font-size: var(--text-size-500);
  font-weight: 600;
  line-height: 1.5rem;
  color:#2C84E7;
}
h2, .h2 {
  font-size: var(--text-size-600);
  font-weight: 500;
  line-height: 1.7222rem;
  color:#2C84E7;
  letter-spacing: -0.8px;
}
h1, .h1 {
  font-size: var(--text-size-700);
  font-weight: 500;
  line-height: 3rem;
  color:#3C9F80;
  letter-spacing: -1.6px;
}
.text-size-80 { font-size: var(--text-size-80); }
.text-size-90 { font-size: var(--text-size-90); }
.text-size-100 { font-size: var(--text-size-100); }
.text-size-200 { font-size: var(--text-size-200); }
.text-size-300 { font-size: var(--text-size-300); }
.text-size-400 { font-size: var(--text-size-400); }
.text-size-500 { font-size: var(--text-size-500); }
.text-size-600 { font-size: var(--text-size-600); }
.text-size-700 { font-size: var(--text-size-700); }
h1 a, h2 a, h3 a, h4 a{
  border-bottom: 1px solid #222222;
}
.h1_small{
  font-size: 2.1111rem;
  color:#3C9F80;
  line-height: 2.3rem;
}
p,li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.site-content p a,
.site-content li a {
  color:#000;
  border-bottom: solid 1px #000;
  font-weight: 600;
}
.site-content p a:hover{
  border-bottom: 3px solid #000;
}
li a {
  /*box-shadow: inset 0 -1px 0 #28533e;*/
}
ul li {
  margin-bottom: 5px !important;
}
a {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.alignfull {
  margin-bottom: 0em;
}

#page .aligncenter {
  clear: both;
  margin: 0 auto;
}
/*GENERAL settings theme*/
.container {
  max-width: 1280px;
  padding: 0 1%;
}
.page-template-template-builder #page,
.page-template-template-builder #primary {
  width: 1280px;
  padding: 0 1%;
}
#page {
  padding-top: 0%;
}
#primary {
  width: 100%;
}
.wp-block-image {
  margin-bottom: 0em;
}
#page .alignright {
  margin: 0em;
}
#page .alignleft {
  margin: 0;
}
.wp-block-button__link {
  background: #FF9001;
  border-radius: 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1111rem;
  color: #fff;
  letter-spacing: 0.1px;
  font-weight: 600;
  border: 0px solid;
  padding: 15px 35px;
}
.wp-block-button__link:hover {
  background: #3C9F80;
  color: #fff;
  padding: 15px 45px;
}
.button_white .wp-block-button__link{
  background: #000;
  border: 0px solid;
  color: #fff;
}
.button_white .wp-block-button__link:hover{
  min-width: 310px;
  background-position: 90% center;
}
.wp-block-buttons{
  margin-top: 30px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.wp-block-image figcaption {
  width: 100%;
}
/*Header********************************************/
.top-navigation {
  /*background-color: #33635C;*/
}
.language_header{
  position: absolute;
  top: 10px;
  right: 0;
}
.site-title-wrap {
  max-width: 33%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.site-header {
  background: #fff;
}
.site-identity {
  padding: 0%;
}
.home .site-identity {
  padding: 0% 0 0%;
}
.search-toggle {
  display: none !important;
}
.main-navigation ul li {
  padding: 0 0px 0px 20px;
}
.main-navigation ul li:first-child {
  padding: 0px;
}
.current-page-ancestor a,
.main-navigation ul li.current-menu-item a {
  font-weight: 500 !important;
  color:#FF9001;
}
.main-navigation ul li a {
  font-weight: 500;
  font-size: 1rem;
  color: #3C9F80;
  letter-spacing: -0.44px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-navigation ul li a:hover{
  font-weight: 500;
}
.main-navigation li ul a,
.main-navigation li ul li a {
  color:#fff;
}
.main-navigation li ul li a{
  padding: 10px 20px;
}
.main-navigation .sub-menu,
.main-navigation .children {
  background: #222222;
  width: 260px;
}
.main-navigation li ul a, .main-navigation li ul li a{
  border-bottom: dotted 0px #fff;
}
.main-navigation li ul li:hover {
  background: rgba(255, 255, 255, 0.08);
}

.site-header .sub-menu:before {
  border-bottom: 8px solid #222222;
}

.box_social {
  position: absolute;
  right: 0px;
  top: 10px;
  display: none;
}
.box_social .social-navigation a::before {
  font-size: 18px;
  color: #FF9001;
  position: relative;
}
.box_social .social-navigation a:hover::before {
  color: #3C9F80;
}
.social-navigation a[href*="youtube.com"]:before {
  top: 2px;
}
.social-navigation a[href*="twitter.com"]::before {
  content: '𝕏' !important;
  top: 1px;
  font-size: 22px;
}
.site-identity .main-navigation ul {
  margin-top: 70px;
}
.site-identity .main-navigation ul ul{
  margin-top: 30px;
}
.main-navigation .sub-menu,
.main-navigation .children {
  top: 4px;
}
.wpml-ls-legacy-list-horizontal>ul {
  padding: 0;
  margin: 0 !important;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 5px 0px 6px 15px;
  font-size: 0.9rem;
  color:#000;
}
.wpml-ls-current-language a{
  color:#FF9001;
}


/*Home********************************************/
.title_header_home{
  width: 450px;
  margin-top: -45px;
}
.box_acting h3{
  margin-bottom: 10px;
}
.box_acting p{
  margin-top: 0px;
}
/**/
.wp-block-getwid-video-popup__wrapper {
  border-radius: 7px;
}
.wp-block-getwid-video-popup__title {
  font-size: 0.8em;
}
a.gb-text-link {
}
.wp-block-getwid-video-popup__icon:hover {
  background-color: #eef1f7 !important;
  border-color: #eef1f7 !important;
}
.gb-block-post-grid .is-grid,
.gb-block-post-grid .gb-is-grid {
  grid-gap: 0 3.4em;
}
.gb-block-post-grid .gb-block-post-grid-image img {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gb-block-post-grid .gb-block-post-grid-image img:hover {
  opacity: 0.5;
}

.ultp-block-readmore a {
  text-transform: none !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  color: #407078 !important;
  font-size: 16px !important;
}
.ultp-block-readmore a:hover {
  color: #407078 !important;
  text-decoration: none !important;
}
.ultp-block-012a48 .ultp-block-readmore a svg {
  fill: #28533e;
}
.ultp-block-012a48 .ultp-block-readmore a:hover svg {
  fill: #fbad17 !important;
}
.gb-block-post-grid .is-grid article,
.gb-block-post-grid .gb-is-grid article {
  margin-bottom: 4em;
}


/***********************************************Blocks home*/

/**/

/*Page inside********************************************/
.header_inside p{
font-size: 1.2222rem;
line-height: 1.4444rem;
}
.box_timeline .wp-block-getwid-content-timeline-item__meta-content{
  font-weight: 700;
  font-size: 1.5556rem;
  font-family: "Montserrat", sans-serif;
  color: #3C9F80;
  letter-spacing: -0.6px;
  line-height: 1.7222rem;
}
.wp-block-getwid-content-timeline-item__card-wrapper{
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.20);
}
.box_acordion .kt-blocks-accordion-title{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.link_list_01 a{
  color:#FF9001 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.link_list_01 a:hover{
  color:#2C84E7 !important;
}
h4.kt-blocks-info-box-title{
font-size: 1rem;
}

/*Contact*/

.wpcf7 p {
  height: 64px;
}


.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea{
  margin-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.1px;
font-family: 'Sora', sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #000;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  padding: 13px 10px;
  margin-top: 10px;
  width: 100%;
}
input::-webkit-input-placeholder{
  color: #000;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus{
  background-color: #fff !important;
  box-shadow: inset 0 0 0px 0px #fff;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}
.wpcf7-form input[type='submit']{
  background: #000000;
  border-radius: 0.1667rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.1px;
  font-weight: 300;
  border: 0px solid;
  padding: 13px 40px;
  margin-top: 30px;
  background-image:none;
  background-position: 95% center;
  background-repeat: no-repeat;
}
.form01{
  width: 48% !important;
  float: left;
  margin-right: 17px;
}
.form02{
  width: 48% !important;
  float: left;
  margin-right: 0px;
}
.wpcf7-list-item-label{
  font-size: 0.8889rem!important;
}
.wpcf7-list-item-label a{
  color:#000!important;
}
.wpcf7-textarea{
  height: 115px;
}
/**/
/*Galleries*/


/*single project*/

/*single new*/
.entry-header .entry-title {
  margin-top: 5%;
  font-weight: 900;
font-size: 2.625rem !important;
  line-height: 3rem !important;
  color: #383838 !important;
  letter-spacing: -0.7px;
}
.post-navigation {
  margin: 7% 0;
}
.post-navigation a {
  color: #28533e;
}
.entry-byline .avatar,
.entry-byline .entry-byline-author,
.entry-byline .entry-byline-on,
.meta-list {
  display: none;
}
blockquote {
  border-left: solid 3px #fbad17;
}
blockquote p {
  color: #031f35;
}
.wp-block-post-featured-image {
  margin-bottom: 4%;
}
.post-navigation .post-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #407078;
}
.post-navigation a:hover .post-title{
  color: #CFDA5D;
}
.entry-byline-date {
  text-transform: uppercase;
}
.wp-block-post-featured-image img {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.single-post .post {
  margin-bottom: 5%;
}




/*****************CONTACT FORM and Newsletter********************/

form p {
  margin: 0;
}
form label {
  font-size: 0px;
  font-weight: 300;
  height: 0px;
}
.wpcf7-list-item label{
  font-size: inherit;
}

#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: rgba(255, 255, 255, 0);
}

.mc4wp-form-fields input[type="email"] {
  background: #fff;
  border: 0px;
  border: 1px solid #fff;
  margin-bottom: 15px;
  color: #2B2B2B;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mc4wp-form-fields input:focus {
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  box-shadow: inset 0 0 0px 0px #f4f8fb !important;
}

.mc4wp-form-fields input[type="submit"] {
  background-color: #407078;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 15px;
}
.mc4wp-form-fields input::placeholder {
  color: #2B2B2B !important;
}
.mc4wp-form-fields input[type="submit"]:hover {
  background-color: #B24D3D;
}

/******** bar cookie*/
#cookie-law-info-bar {
  background-color: #407078 !important;
  color: #fff !important;
}
.cli_settings_button {
  color: #fff !important;
}
.cli-style-v2 {
  line-height: 22px !important;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  background-color: #fff1c4 !important;
  color: #031f35 !important;
  border-radius: 26px;
  font-size: 16px;
  padding: 11px 28px;
  font-weight: 500;
}
#cookie-law-info-bar {
  font-weight: 300;
  box-shadow: 0 -1px 10px 0 rgb(0 0 0 / 30%);
}

/*****************END CONTACT FORM********************/

/*Footer********************************************/

.footer-widgets .footer-column {
  padding-top: 0;
  margin-right: 0;
  padding-bottom: 0px;
}
.footer-widgets aside + aside {
  margin-top: 0px;
}
.footer-widgets .footer-column:nth-child(1) {
  width: 50% !important;
}
.footer-widgets .footer-column:nth-child(2){
  width: 30% !important;
}
.footer-widgets .footer-column:nth-child(3){
  width: 20% !important;
  text-align: right;
  padding-top: 0px;
}

.site-footer {
  background: #194071;
}
.footer-bottom {
  background-color: #194071;
  padding: 1% 0 5% 0;
}
.footer-column h2 {
  font-weight: 600;
  font-size: 1.5625rem;
  color: #407078;
  letter-spacing: 0;
}
.site-footer h2.widget-title {
  font-family: 'DM Sans', sans-serif;
  margin-top: 0px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.67px;
  margin-bottom: 10px;
}
.footer-column p {
  color: #fff !important;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.16px;
  line-height: 1.2rem;
  margin-top: 20px;
}
.footer-column h5{
  text-align: left;
  margin-bottom: 0px;
}
.footer-column {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 4% 0;
}
.footer-column li a,
.footer-column a {
  color: #fff;
  font-weight: 400;
  font-size: .8889rem;
}
.footer-column p a{
  border-bottom: dotted 1px #fff !important;
  color: #fff;
}
.footer-column li a:hover,
.footer-column a:hover {
  color: #94C6FF;
  text-decoration: none;
}
.footer-column li a:hover{
  border-bottom: dotted 1px #fff !important;
}
.site-content {
  padding: 0;
}
.site-footer .container {
  max-width: 100%;
  padding: 0 20px 0 20px;
}
.footer-widgets,
.footer-tagline {
  width: 1280px;
  margin: 0 auto;
  display: block;
}
.footer-widgets {
  padding-top: 6%;
}
.footer-widgets + .footer-bottom {
  border-top: dotted 0px rgba(255, 255, 255, 0);
}
.site-footer {
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
}
.footer-tagline + .social-navigation {
  float: inherit;
  width: 1280px;
  margin: 0 auto;
  text-align: right;
  display: block;
}
.social-navigation a:hover:before {
  color: #407078;
}
.footer-bottom .social-navigation{
display: none !important;
}

.footer-widgets ul li {
  padding: 0;
}
.footer-widgets ul li a {
  font-weight: 400;
}
.footer-widgets ul {
  text-align: left;
}
.social-navigation a::before {
  color: #A1BE62;
}

/*https://www.w3schools.com/icons/fontawesome5_icons_brands.asp*/
.social-navigation a[href*="twitter.com"]::before {
  content: "\f099";
}
.social-navigation a[href*="facebook.com"]::before {
  content: "\f39e";
}
a.wp-block-social-link-anchor{
font-size: 1.1rem !important;
}

.site-info a:hover {
  color: #B3B3B3;
  text-decoration: none;
}
.byideamatic {
  font-size: 0.875rem;
  float: right;
}
.footer-tagline a {
  border-bottom: 0px dotted #fff;
  color: #fff;
  font-weight: 400;
}
.footer-tagline a:last-child{
  margin-left: 40px;
}
.site-info {
  font-family: 'DM Sans', sans-serif;
  font-weight: 200;
  font-size: .8889rem;
  margin-top: 0px;
  color:#fff;
}
.footer-column:last-child {
  padding-top: 1%;
}
.menu-menu-footer-demos-en-container {
  margin-bottom: 25px;
}
.footer-bottom .nextgeneration img.next {
  height: 3.5rem !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-block-getwid-social-links__link{
  font-size: 1.5rem !important;
}
.logo_footer{
  margin-bottom: 135px;
}

/*****************RESPONSIVE********************/

.elements_mobile {
  display: none;
}
.drawer-menu-explore form{
  display: none;
}
.drawer .drawer-navigation ul li {
  border-bottom: dotted 1px #000;
}
.drawer-menu-explore {
  padding: 0px 5% 0px 5%;
}
.mobile{
  display: none !important;
}
@media all and (max-width: 1280px) {
  .footer-widgets, .footer-tagline {
    width: 100%;
  }
}


/* Ipad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-template-template-builder #page,
  .page-template-template-builder #primary {
    width: 97%;
  }
  .entry-content {
    padding: 0 4%;
  }
  .elements_mobile {
    display: none !important;
  }
  .footer-widgets .footer-column {
    margin-left: 2%;
  }
  .footer-tagline {
    width: 96%;
  }
  .footer-tagline + .social-navigation {
    float: inherit;
    width: 98%;
  }
  .footer-widgets .footer-column:nth-child(1) {
    width: 20% !important;
}
.footer-widgets .footer-column:nth-child(2) {
  width: 20% !important;
}
.footer-widgets .footer-column:nth-child(3) {
  width: 30% !important;
}
  .kt-tab-layout-row.kt-v-gutter-default > .wp-block-kadence-column {
    margin-bottom: 0px;
  }
  
  
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .site-identity {
    padding: 3% 2%;
  }
  .gb-block-post-grid .gb-block-post-grid-image,
  .ultp-block-image {
    height: 230px !important;
  }


}

/* Ipad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .elements_mobile {
    display: block;
  }
  .site-identity {
    padding: 0% 13px 0%;
  }
  
  .site-footer {
    padding: 20px 5%;
  }
  .footer-widgets .footer-column {
    margin-bottom: 0%;
  }
  .footer-widgets,
  .footer-tagline {
    width: 100%;
  }
  .footer-widgets + .footer-bottom {
    padding: 10px;
    text-align: center;
  }
  .footer-widgets .footer-column {
    width: 29% !important;
    margin-left: 4%;
  }
  .footer-widgets .footer-column:nth-child(1) {
    width: 20% !important;
}
  .footer-widgets .footer-column:nth-child(2) {
    width: 20% !important;
}
  .footer-widgets .footer-column:nth-child(3) {
    width: 40% !important;
}
  /*home*/
  .gb-block-post-grid .gb-block-post-grid-image,
  .ultp-block-image {
    height: 177px !important;
  }

  .txt_margin_01 {
    padding-right: 0%;
}


  /*inside*/

  .gb-block-post-grid .is-grid,
  .gb-block-post-grid .gb-is-grid {
    grid-gap: 0 2rem;
  }
  .kt-tab-layout-row.kt-v-gutter-default > .wp-block-kadence-column {
    margin-bottom: 0px;
  }
  .txt_margin_02 {
    padding-right: 0%;
  }
  .wp-block-button__link {
    min-width: 198px;
  }
}

@media all and (max-width: 1024px) {
  .page-template-template-builder #page,
  .page-template-template-builder #primary {
    width: 97%;
  }
  .entry-content {
    padding: 0 4%;
  }
  .elements_mobile {
    display: none !important;
  }
  .footer-tagline {
    width: 96%;
  }
  .footer-tagline + .social-navigation {
    float: inherit;
    width: 98%;
  }
  /*home*/
  .box_circle_01 .kt-inside-inner-col, .box_circle_02 .kt-inside-inner-col {
    background-size: 100% auto !important;
  }
  .box_circle_01 .kt-inside-inner-col p, .box_circle_02 .kt-inside-inner-col p {
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .single-post .post {
    width: 60%;
    margin-left: 20%;
  }
  .header_home{
    background-position: 50% 100% !important;
  }
  .title_space_01 {
    width: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 980px) {
  .site-identity {
    padding: 0% 13px 0%;
  }
  .txt_margin_01 {
    padding-right: 0%;
}
.footer-widgets .footer-column:nth-child(1) {
  width: 20% !important;
}
.footer-widgets .footer-column:nth-child(2) {
  width: 20% !important;
}
.footer-widgets .footer-column:nth-child(3) {
  width: 40% !important;
}
.space_01{
  height: 500px !important;
}
.txt_margin_02 {
  padding-right: 0%;
}
.box_timeline .wp-block-getwid-content-timeline-item__meta-content {
    color: #fff;
}
}

@media only screen and (min-width: 768px) {
}

@media all and (max-width: 767px) {
  .elements_mobile {
    display: block;
  }
  .desktop{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }

  /*header*/
  .box_social {
    top: -6px;
  }
  .site-title-wrap {
    margin-top: 29px;
    max-width: 100%;
  }
  .top-navigation-right {
    max-width: 100%;
  }
  .site-identity {
    padding: 0% 13px 0%;
  }
  /*footer*/
  .site-footer {
    padding: 0;
  }
  .footer-widgets {
    padding-top: 60px;
  }
  .footer-widgets .footer-column {
    margin-bottom: 0%;
    width: 100% !important;
    text-align: center;
    padding: 4% 10%;
  }
  .footer-widgets,
  .footer-tagline {
    width: 100%;
  }
  .footer-widgets + .footer-bottom {
    padding: 10px;
    text-align: center;
  }
  .footer-widgets .footer-column {
    width: 100% !important;
    padding: 0;
    text-align: center !important;
    margin-bottom: 30px;
  }
  .footer-widgets ul li {
    padding: 0 0 0 0;
  }
  .footer-widgets .footer-column:nth-child(1), .footer-widgets .footer-column:nth-child(2), .footer-widgets .footer-column:nth-child(3) {
    width: 100% !important;
}
  .footer-column p, .footer-column h5 {
    text-align: center;
  }
  ul.wp-block-social-links .wp-social-link{
    margin: 0 auto !important;
  }
  .logo_footer {
    margin-bottom: 30px;
  }
  .footer-widgets ul {
    text-align: center;
  }
  .titlte_footer{
    text-align: center !important;
  }

  /*home*/
  .title_header_home {
    width: 104%;
    margin-top: 26px;
  }
  .circle_orange_01{
    width: 30%;
  }
  /*Inside*/
  
  .byideamatic {
    margin-left: 30px;
    float: inherit;
  }
  .wp-block-button__link {
    min-width: 198px;
  }
  /*single*/
  .single-post #primary {
    width: 95%;
  }
  .single-post {
    background-image: inherit !important;
  }
  h1.entry-title {
    margin-top: 7%;
  }
  .txt_margin_02 {
    padding-right: 0%;
  }
  .form01 {
    width: 46% !important;
  }
  .wpcf7 p {
    line-height: 12px;
  }
  .wp-block-social-links .wp-block-social-link.wp-social-link {
    margin: 0 !important;
  }
  .box_timeline .wp-block-getwid-content-timeline-item__meta-content {
    color: #F1F7FD;
}

}

@media all and (max-width: 767px) and (orientation: landscape) {
  
}

@media all and (max-width: 479px) {
}
@media (max-width: 1000px) {
  .top-navigation-right {
    display: block;
  }
  .drawer-menu-explore,
  .drawer .menu-item-has-children .toggle-sub {
    background: #407078;
  }
  .drawer .menu-item-has-children .toggle-sub {
    padding: 9px 0;
  }
  .searchform .search-input {
    border-radius: 8px;
  }
}

/*****************END RESPONSIVE********************/

/* AA General, problemas con colores corporativos */
.top-navigation {
  /*background-color: #50784a !important;*/
}
.top-navigation {
  background-color: #fff;
}

.top-navigation > .mobile-navigation,
.top-navigation > .mobile-navigation.toggle-active {
  background: #fff !important;
}
.button-toggle, .drawer .drawer-navigation a {
  color: #000;
}
.button-toggle:hover, .button-toggle:active, .button-toggle:focus{
  color: #000;
}


@media (max-width: 1000px) {
  .drawer-menu-explore,
  .drawer .menu-item-has-children .toggle-sub {
    background: #fff !important;
    color: #000;
  }
  .drawer .drawer-navigation a:hover {
    color: #000;
}
}

a.kt-tab-title[aria-selected="true"] {
  color: #50784a !important;
}
/*desactivo el color este*/
.wp-block-button__link {
  /*color: #232323 !important;*/
}

/* AA popup consentimiento de cookies */
#cookie-law-info-bar {
  background-color: #50784a !important; /*66965A !important; */
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #50784a !important; /*#61a229; */
}
#cliSettingsPopup div.cli-modal-body div > h4 {
  color: #50784a !important;
}



/* GTRANSLATE Plugin en el menu xarxes socials */
ul#menu-social-media {
    display: flex;
}

div[id^="gtranslate_menu_wrapper_"] {
    position: unset!important;
    margin-left:4px!important;
}

.gt_switcher.notranslate {
    
}

[class^="gt_container--"] .gt_switcher .gt_selected a {
   font-size: 0.9rem !important;
   border-radius: 4px !important;
}
.gt_container--y8t3rj .gt_switcher a {
  font-size: 0.9rem !important;
}
.lang_info{
  position: absolute;
  top: 0px;
  right: 179px;
  color:#417179;
}
.lang_info a{
  color:#417179;
}
.lang_info .txt_lang{
  position: absolute;
  width: 280px;
  left: 0;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding: 10px;
  background: #FFF1C4;
  color:#000;
  left: -999em;
  z-index: 100;
  border-radius: 3px;
}
.lang_info:hover .txt_lang{
  left: -6em;
  top:50px;
}
#menu-item-32, #menu-item-33{
margin-top: 5px;
}
/* elimino el selector d'idioma en el menu xarxes-socials del peu de pàgina */
#menu-social-media-1 > li.menu-item.menu-item-gtranslate{
  display:none;
}

/* Modificacion en atomic-blocks/js/atomic-blocks.js para que no de errores de acesibilidad, si se actualizara el atomic blocks no afectaria a la visibilidad de la página */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
