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


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

/*GENERAL*/
body{
  font-family: 'DM Sans', sans-serif;
}
body.home {
  background: linear-gradient( to bottom, #385862 0%, #385862 5%, #fff 5%, #fff 100% ) !important;
}
/*typescale*/
html {
  font-size: 112.5%;
}
body {
  --text-size-80: 0.64rem;
  --text-size-90: 0.8rem;
  --text-size-100: 1rem;
  --text-size-200: 1.25rem;
  --text-size-300: 1.563rem;
  --text-size-400: 1.953rem;
  --text-size-500: 2.441rem;
  --text-size-600: 3.052rem;
  --text-size-700: 3.815rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  background: #FFFFFF;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color:#385862;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.022em;
}
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
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);
  font-weight: 400;
}
h3, .h3 {
  font-size: var(--text-size-500);
}
h2, .h2 {
  font-size: var(--text-size-600);
}
h1, .h1 {
  font-size: var(--text-size-700);
}
.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); }

/*end typescale*/
p, li{
  font-weight: 300;
  font-size: 1rem;
  color: #000000;
  letter-spacing: -0.0075rem;
  line-height: 1.4444rem;
}
p a, li a{
  color:#385862;
  font-weight: 500;
}
.site-content p a, .site-content li a{
  border-bottom: solid 1px #385862;
}
h1 a, h2 a, h3 a, h4 a{
  color:#385862;
  border-bottom: solid 4px #385862;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
  color:#385862;
  text-decoration: none;
  border-bottom: solid 2px #385862;
}
p strong{
  font-weight: 600;
}
li a{
  box-shadow: inset 0 0px 0 #385862;
}
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;
}
.wp-block-button__link{
  background: none;
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  font-size: 1.1111rem;
  color: #385862 !important;
  letter-spacing: 0rem;
  text-align: left;
  margin-top: 20px;
  border-bottom: 1px solid #385862;
  background-image: url(images/arrow_button_blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  border-radius:0px;
  padding-left:40px;
  padding-right:0;
}
  .wp-block-button__link:hover{
    padding-left: 70px;
  }
  .button_white .wp-block-button__link{
  color: #fff !important;
  border-bottom: 1px solid #fff;
  background-image: url(images/arrow_button_white.svg);

  }
  .grecaptcha-badge {
      visibility: hidden;
  }
/*Header********************************************/
.site-header {
  background-color: #F4D1C3;
}
.home .site-header {
  height: 0px;
  display: inherit;
  background-color: #1A3253;
}
.home .custom-logo, .page-id-284 .custom-logo{
  content: url(images/logo_gemma_ballestar_white_ca.svg);
}
.logo_clinica{
  position: absolute;
  top:10px;
  right: 0px;;
}
.home .logo_clinica{
  content: url(images/logo-arizaga-ballestar-white.svg);
}

.site-identity {
  padding: 2% 0 0%;
}
.top-navigation {
  padding-bottom: 3%;
  padding-top: 0.8%;
}
.main-navigation ul li {
    padding: 0 0px 0px 35px;
}
.current-page-ancestor a{
  color:#385862 !important;
  border-bottom: 2px solid #385862;
}
.main-navigation ul li a{
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #1A3253;
  letter-spacing: 0;
}
.main-navigation li.current-menu-item a{
  color: #385862 !important;
  border-bottom: 2px solid #385862;
}
.main-navigation ul li a:hover{
  border-bottom: 2px solid #385862;
}

.main-navigation .sub-menu, .main-navigation .children {
  width: 280px;
} 
.main-navigation li ul a, .main-navigation li ul li a {
  padding: 7px 14px;
}
.main-navigation li ul li{
  margin-bottom: 0rem !important;
}
.home .main-navigation li.current-menu-item a{
    border-bottom: 2px solid #FFEADD;
  } 
  .home .main-navigation ul li a:hover{
    border-bottom: 2px solid #FFEADD;
  } 
.home .main-navigation ul li a{
  color: #fff;
}
.home .main-navigation ul li a:hover{
  color: #C4D7D1;
}
.box_social{
  position: absolute;
  right: 0px;
  top: 8px;
}
  .box_social .social-navigation a::before {
    font-size: 0.875rem;
    color:#385862;
  }
  .home .box_social .social-navigation a::before {
    font-size: 0.875rem;
    color:#fff;
  }
    .box_social .social-navigation a:hover::before {
      color:#1A3253;
    }
  #menu-xarxes-sociales li a{
    color:#385862;
  }
.site-identity .main-navigation ul {
  margin-top: 21px;
}
.site-identity .main-navigation ul ul {
  margin-top: -10px !important;
  background-color: #385862;
}
.site-identity .main-navigation ul ul::before {
  border-bottom: 8px solid #385862;
}
.main-navigation li ul a{
  color:#fff;
}
.main-navigation li ul li a{
  color:#fff;
}
.main-navigation li ul a:hover, .main-navigation li ul li a:hover{
  color:#385862;
}
.main-navigation ul li.current-menu-item a {
  color:#385862 !important;
}
.main-navigation ul li.current-menu-item ul li a {
  color:#FFEADD !important;
}

.main-navigation .wpml-ls-item-ca{
  background-image: url(images/line_lang_blue.svg);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding-left: 1.1111rem;
  margin-left: 1.1111rem;
}

.home .main-navigation .wpml-ls-item-ca{
  background-image: url(images/line_lang_white.svg);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding-left: 1.1111rem;
  margin-left: 1.1111rem;
}
.wpml-ls-item-es{
  padding-left: 1.1111rem !important;
}
.home .main-navigation ul li.current-menu-item a {
  color:#FFEADD !important;
}
.wpml-ls-current-language{
  color:#4F7C8A;
}
.home .wpml-ls-current-language{
  color:#F4D1C3 !important;
}
.main-navigation ul li ul li a:hover {
  color:#C4D7D1 !important;
}
.main-navigation ul li.current-menu-parent ul li.current-menu-item a {
  color:#fff !important;
}
.main-navigation ul li ul li.current-menu-item a {
  color:#C4D7D1 !important;
}


/*Home********************************************/
/*home slider without bg menu*/
.home .top-navigation {
  background: rgba(102, 150, 90, 0);
}
/**/
/*accesibilidad*/
.home .site-description, .home .site-title a{
color:#fff;
}
/*end accesibilidad*/
.title_slider_01 h1{
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  font-size: 4.18875rem !important;
  color: #FFFFFF !important;
  letter-spacing: -0.028125rem !important;
  line-height: 5.053125rem !important;
  margin-bottom: 4.375rem !important;
}

/**/
.wp-block-getwid-video-popup__wrapper{
  border-radius: 7px;
}

.gb-block-post-grid .gb-block-post-grid-text p, .ultp-block-excerpt p{
  font-size: 1rem !important;
  font-weight: 400;
}
.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:#385862 !important;
  font-size: 16px !important;
}
  .ultp-block-readmore a:hover{
    color: #FBAD17 !important;
    text-decoration: none !important;
  }
  .ultp-block-012a48 .ultp-block-readmore a svg {
    fill: #385862;
  }
  .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*/
.photo_home_01{
  position: absolute;
  top: 0px;
}
.button_more .wp-block-button__link{
  background-color:#F6F3F0;
  border-radius:100px;
  background-image:none;
  border:0px;
  text-align: center;
  font-size: 2.2222rem;
  padding: 20px 16px 0px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif !important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button_more .wp-block-button__link:hover{
  padding: 20px 10px 0px;
  background-color:#fff;
}
.box_service:hover .kt-blocks-info-box-media{
  margin-right: 15px;
}
/*End Blocks home*/

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

.footer-widgets .footer-column {
    width: 22%;
    padding-top: 6.3889rem;
  }
  .footer-widgets aside + aside {
      margin-top: 0px;
  }
  .footer-widgets .footer-column:nth-child(1) {
    width: 26%;
  }
  .footer-widgets .footer-column:nth-child(2) {
      width: 18%;
    }
    .footer-widgets .footer-column:nth-child(3) {
        width: 22%;
      }
.site-footer{
background-color: #385862;
}
.footer-bottom{
	background-color: #385862;
	padding: 1% 0 8%;
}
.footer-column h2{
  font-size: 1.2222rem;
  color: #fff;
}
.site-footer h2.widget-title, .site-footer h2 {
  font-weight: 600;
  font-size: 1.2222rem;
  color: #fff;
  letter-spacing: 1px;
}
.footer-column p{
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3333rem;
}
.footer-column {
	color:#fff;
	font-size: 1rem;
	font-weight: 300;
	padding: 4% 0;
}
.footer-column li a, .footer-column a{
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem;
	color:#F4D1C3;
}
.footer-column li a:hover, .footer-column a:hover{
	color:#C4D7D1;
  text-decoration: none;

}
.site-content {
  padding: 0;
}
.site-footer .container{
  padding: 0;
}
.footer-widgets, .footer-tagline {
	width: 1280px;
	margin: 0 auto;
	display: block;
  margin-bottom: 10px;
}
.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;
    margin-top: -60px;
}
.footer-column h4{
  font-size: 1.125rem;
}
.footer-column p{
color: #fff;
line-height: 1.5625rem;
}
.footer-column a{
  color: #F4D1C3;
  }

.footer-widgets ul li {
    padding: 0 0 0px 0;
    margin-bottom: 4px !important;
}
.social-navigation a::before {
	color:#F4D1C3;
}
footer .social-navigation a:before{
  font-size: 1.8rem !important;
    margin-left: 12px;
}
.footer-bottom .nextgeneration img.next {
  height: 1.8rem !important;
  margin-top: 2rem;
}

/*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";
}

.site-info a:hover{
  color:#fff;
}
.byideamatic{
  font-size: 0.875rem;
}
.footer-tagline a {
    border-bottom: 0px dotted rgba(255, 255, 255, 0.3);
    color:#F4D1C3;
}
.footer-tagline a:first-child{
  padding-left: 2.2222rem;
}

.byideamatic a{
  color:#F4D1C3;
}
.byideamatic a:hover{
  text-decoration: none;
  color:#C4D7D1;
}
.site-info{
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  margin-top: 0px;
  color:#fff;
  font-size: .9444rem;
}
.site-info a:hover{
  text-decoration: none;
  color:#C4D7D1;
}
.footer-bottom .social-navigation{
  float: right;
}
.logo_footer img{
  width: 16.1111rem;
}

/*Page inside********************************************/
/*Services*/
.menu_inside a{
  color:#385862 !important;
  padding-top: .1667rem !important;
  padding-bottom: .5556rem !important;
}
.menu_inside .current-menu-item a{
  font-weight: 700;
  border-bottom: solid 1px #385862;
}
.menu_inside a{
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: solid 1px #C4D7D1;
}
.menu_inside a:hover{
  border-bottom: solid 1px #385862;
}
.block_inside_service h2{
  background-color: #F6F3F0;
  padding: 3.3333rem 3.3333rem .5556rem 3.3333rem;
  border-radius: 1.1111rem 1.1111rem 0 0;
  margin-bottom: 0rem;
}
/*About me*/
.list_formation_01{
  padding-top: 20px;
}
.list_formation_01 li{
  font-size: 22px;
  border-bottom: solid 1px #385862;
  padding-bottom: 17px !important;
  margin-bottom: 10px !important;
}
.list_formation_01 li:last-child{
    border-bottom: solid 0px #385862;
}

/*Contact*/
.section_form .wpcf7-form{
background-color: #F6F3F0;
padding: 3.3333rem;
  border-radius: 1.1111rem 1.1111rem 0 0;
  margin-bottom: 0rem;
}
.cf7md-text>label, .cf7md-textarea>label{
  display: none;
}
.line_title{
  border-top:1px solid #385862;
  padding-top: 1.1111rem;
}
/**/
/*single new*/
.single-post #primary {
  width: 80%;
  margin-top: 0%;
  margin-bottom: 7%;
}
h1.entry-title{
  margin-top: 5%;
  font-weight: 400 !important;
  text-align: center;
  font-size: 3.25rem;
  color: #385862;
  letter-spacing: -0.39px;
}

.entry-byline {
  text-align: center;
}
.post-navigation a {
    color: #385862;
}
.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;
}
.entry-byline-date{
  text-transform: uppercase;
}
.wp-block-post-featured-image img {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
/*Blog*/
.ultp-block-c648c1 .ultp-block-items-wrap .ultp-block-meta span {
  font-size: 0.875rem;
}

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

form p {
    margin: 0;}

#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: #F4D1C3;
}
  #cf7md-form .mdc-button {
 background-color: #F6F3F0 !important;
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  font-size: 1.1111rem; 
  text-transform: none;
  color: #385862 !important;
  letter-spacing: 0rem;
  text-align: left;
  margin-top: 0px;
  border-bottom: 1px solid #385862;
  background-image: url(images/arrow_button_blue.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  border-radius:0px;
  padding-left:40px;
  padding-right:0;
  -moz-transition: all 0.2s !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  }
  #cf7md-form .mdc-button:hover{
    padding-left: 70px;
    background-color: #F6F3F0 !important;
    background-image: url(images/arrow_button_blue.svg) !important;
  }
  #cf7md-form .mdc-button--raised {
    box-shadow: none !important;
    transition: none !important;
}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input
 {
    border-bottom-color: #F6F3F0;
}
#cf7md-form .mdc-notched-outline__leading, #cf7md-form .mdc-notched-outline__notch, #cf7md-form .mdc-notched-outline__trailing {
    border-top: 0px solid;
    border-bottom: 0px solid;
}
#cf7md-form .mdc-notched-outline__leading {
    border-left: 0px solid;
}
#cf7md-form .mdc-notched-outline__trailing {
    border-right: 0px solid;
  }
.block_contact p a{
  color:#FFB6A3;
  border-bottom: 1px solid #FFB6A3;
}
/******** bar cookie*/
#cookie-law-info-bar{
  background-color: #031F35 !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: #FBAD17 !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********************/



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

.elements_mobile{
  display: none;
}
.drawer-menu-explore {
  background: #F4D1C3;
}
.drawer .menu-item-has-children .toggle-sub, .mobile-navigation {
  background: #F4D1C3;
}
.drawer .drawer-navigation ul li a, .button-toggle {
  color:#000;
}
.button-toggle:hover, .button-toggle:active, .button-toggle:focus, .drawer .menu-item-has-children .toggle-sub {
  color:#000;
}
.searchform {
  display: none;
}


/* 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 {
    width: 28.6% !important;
    margin-left: 2%;
  }
  .footer-tagline {
    width: 96%;
  }
  .footer-tagline + .social-navigation {
    float: inherit;
    width: 98%;
  }

  .footer-widgets .footer-column {
    width: 22.6% !important;
    margin-left: 2%;
  }
  .kt-tab-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
    margin-bottom: 0px;
  }
  .footer-widgets .footer-column {
    width: 35% !important;
    margin-left: 2%;
}
.columns_wp .section_wp .kt-inside-inner-col h2 {
  width: 296px;
}
.columns_wp .section_wp1 .kt-inside-inner-col, .columns_wp .section_wp2 .kt-inside-inner-col, .columns_wp .section_wp3 .kt-inside-inner-col, .columns_wp .section_wp4 .kt-inside-inner-col, .columns_wp .section_wp5 .kt-inside-inner-col, .columns_wp .section_wp6 .kt-inside-inner-col, .columns_wp .section_wp7 .kt-inside-inner-col, .columns_wp .section_wp8 .kt-inside-inner-col {
  background-position: 500px 0%, 309px 0%;
}
.header_colour .kt-row-layout-inner {
  background-position: top right !important;
}

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



@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%;
  }
  .footer-bottom {
    padding: 1% 24px;
  }
  /*home*/
  .box_subtitle_home {
    position: absolute;
    top: 776px;
}
.title_slider_01 h1 {
  font-size: 3.18875rem !important;
  line-height: 4.053125rem !important;
}
.footer-widgets .footer-column {
  width: 20% !important;
  margin-left: 2%;
}

}
/* Ipad portrait */
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:portrait){

  .top-navigation {
    padding-top: 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;
  }
  /*home*/
  .box_subtitle_home {
    top: 627px;
}
.box_subtitle_home h2 {
  font-size: 2rem !important;
  line-height: 3rem !important;
}
.kadence-column_1b1c9a-95 > .kt-inside-inner-col {
  padding-top: 6% !important;
  padding-bottom: 3% !important;
}
.footer-widgets .footer-column {
  width: 20% !important;
  margin-left: 2%;
}

  /*inside*/

}

@media all and (min-width: 768px) and (max-width: 980px) {

}

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

}

@media all and (max-width: 767px) and (orientation:landscape) {
  .bg_rounded::before {
    left: 65%;
  }

}


@media all and (max-width: 767px) {
  .elements_mobile{
    display: block;
  }
  h1, .h1{
    font-size: 2rem;
  }
  h2, .h2{
    font-size: 1.8rem;
  }
  h3, .h3{
    font-size: 1.5556rem;
  }
  
  /*header*/
  .home .site-header {
    height: 55px;
}
.logo_clinica {
  right: 15px;
  top: 15px;
}
  .site-title-wrap {
    margin-top: 2.7778rem;
  }
  .top-navigation-right {
    max-width: 100%;
  }

  /*footer*/
  .site-footer {
    padding: 0;
  }
  .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;
  }
  .top-navigation {
    padding-top: 0%;
  }
  /*home*/
  .photo_home_01 {
    position: relative;
  }
  .button_more .wp-block-button__link{
    margin-top:0;
  }
  .box_service .kt-blocks-info-box-media-align-left {
    display: flex !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .block_service .kt-row-column-wrap {
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 0.5fr) !important;
  }
 .block_home_contact .kt-row-layout-overlay {
    background-position: -44% 0% !important;
  }
  /*Inside*/
  .section_form .wpcf7-form {
    padding: 1.3333rem;
  }
  
  .byideamatic{
    margin-left: 30px;
    float: inherit;
  }
  .header_colour .kt-row-layout-inner{
    background-position: 100% 0% !important;
  }
  
}

@media all and (max-width: 479px) {

}
@media (max-width: 1000px){
  .top-navigation-right {
      display: block;
  }
  .top-navigation .main-navigation {

  }
  .ubermenu-nav #menu-item-18 a{
    padding-left: 19px !important;
  }
  .ubermenu-nav #menu-item-22 a{
    padding-right: inherit;
  }

}

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