/* 
Theme Name: Sininen Härkä lapsiteema
Theme URI: https://sininenharka.fi/
Description: Mainostoimisto Sinisen Härän lapsiteema
Author: Mainostoimisto Sininen Härkä
Author URI: https://sininenharka.fi/
Template: sininen-harka-teema
Version: 1.0.1
Text Domain: sh-theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
 * Add your custom styles here
 */

 /*BODY*/

 body {
    font-family: 'Lato', sans-serif;
    color: #242d33;
    font-size: 16px;
    line-height: 1.4;
  }
  

/*FONTIT*/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family:"utile-display";
  src:
    url("fonts/UtileDisplay-Semibold.woff2") format("woff2"),
    url("fonts/UtileDisplay-Semibold.woff") format("woff");
  font-display:auto;font-style:normal;font-weight:600;
}

@font-face {
  font-family:"utile-display";
  src:
    url("fonts/UtileDisplay-Semibold.woff2") format("woff2"),
    url("fonts/UtileDisplay-Semibold.woff") format("woff");
  font-display:auto;font-style:normal;font-weight:700;
}


h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: utile-display, sans-serif;
    font-size: 5.2rem;
    line-height: 1;
    font-weight: 600;
  }

  .h1-xs h1 {
    font-size: 4.2rem;
  }

  h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: utile-display, sans-serif;
    font-size: 3.4rem;
    line-height: 1.1;
    font-weight: 600;
  }

  .h2-xs h2 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  
  h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: utile-display, sans-serif;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 600;
  }
  
  h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: utile-display, sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
  }

  .content-green h4 {
    color: #204d44;
  }
  
  h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: utile-display, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  p {
    margin-bottom: 20px;
  }
  
  #statement {
    font-size: 1.2rem;
  }
  


  @media screen and (max-width: 1025px) {
    h1, .h1-xl, .h1-xs {
      font-size: 4.2rem;
    }
    
  
    h2 {
      font-size: 2.8rem;
    }
  
    h3 {
      font-size: 2rem;
    }
  
  }

  @media screen and (max-width: 479px) {
    h1, .h1-xl, .h1-xs {
      font-size: 3rem;
    }
    h2 {
      font-size: 2.4rem;
    }
  
    h3 {
      font-size: 1.8rem;
    }
  
    h4 {
      font-size: 1.4rem;
    }
  
  }

  

  /*LINKIT*/

  a {
    color: #204d44;
    font-weight: 500;
    text-decoration: underline;
  }

  a:hover {
    text-decoration: none;
  }

  a.link-color-white {
    color: #fff;
  }

  /*BUTTONIT*/

#button-white {
  background-color: #f2ebe7;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 28px 18px 28px;
  border-radius: 0px;
}

#button-green {
  background-color: #204d44;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 28px 18px 28px;
  border-radius: 0px;
  text-decoration: none;
}

#button-transparent-beige {
  color: #d8b982;
  background-color: transparent;
  font-weight: 700;
  text-decoration: none;
  padding: 0px;
  text-decoration: none;
}

#button-transparent-blue {
  color: #163957;
  background-color: transparent;
  font-weight: 700;
  text-decoration: none;
  padding: 0px;
  text-decoration: none;
}

#button-transparent-green {
  color: #204d44;
  background-color: transparent;
  font-weight: 700;
  text-decoration: none;
  padding: 0px;
  text-decoration: none;
}


/*Buttoneiden nuoli ikoni*/
.elementor-button-icon svg {
  width: 35px;
  height: auto;
  padding-top: 4px;
  margin-left: 5px;
}

/*MENUT*/

/*Main menu*/
#main-menu a {
  color: #242d33;
  font-weight: 700;
  text-decoration: none;
  padding: 30px 20px;
  text-decoration: none;
}

#main-menu a:hover, #main-menu .elementor-nav-menu--dropdown .elementor-item.highlighted {
  background-color: #242d33;
  color: #f2ebe7;
}
.lang-item a {
    text-transform: uppercase;
    padding: 30px 3px!important;
}
.lang-item.current-lang a {
    opacity: 1;
}
.lang-item a{
    opacity: 0.35;
}
#mobile-menu .lang-item {
  margin-top: 40px;
}
#mobile-menu .lang-item a { 
  width: fit-content;
  float: left;
  margin-right: 0;
  border-bottom: 0;
}

#header .elementor-container > div:nth-child(1),
#header .elementor-container > div:nth-child(3) {
  width: 230px;
}
#header .elementor-container > div:nth-child(2) {
  width: inherit;
}
#header .elementor-container {
  justify-content: space-between;
}
a.elementor-sub-item {
  color: #f2f1f0 !important;
  background-color: #242d33;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid #f2f1f0;
  margin: 5%;
  padding: 10px 20px 20px 50px !important;
  text-decoration: none;
  background-image: url("/wp-content/uploads/2022/01/Icon-Arrow-White.svg");
  background-size: 35px 10px;
  background-position: 3% 38%;
  background-repeat: no-repeat;
}

@media screen and (min-width:1025px){
    .elementor-sub-item.elementor-item-active {
    background-color: #242d33 !important;
    }
}

ul.elementor-nav-menu--dropdown a {
  border-left: none !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul {
  background-color: #242d33;
  width: 310px !important;
}

#footer-menu a {
  color: #f2f1f0;
  font-size: 0.8rem;
  text-decoration: none;
  text-decoration: none;
}

.footer-col {
  width: 150px!important;
  margin-right: 40px;
  margin-bottom: 40px;
}

/*Mobile menu*/
#mobile-menu a {
  color: #242d33;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: utile-display, sans-serif;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #000;
}

#mobile-menu a.elementor-sub-item {
  color: #242d33 !important;
  background-color: #F2EBE7;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid #242d33;
  margin: 5%;
  padding: 10px 20px 20px 65px !important;
  text-decoration: none;
  background-image: url("/wp-content/uploads/2022/01/icon-Arrow.svg");
  background-size: 35px 10px;
  background-position: 5% 42%;
  background-repeat: no-repeat;
}
@media screen and (min-width:768px) and (max-width:1024px){
    #mobile-menu a.elementor-sub-item {
        padding-left: 80px !important;
    }
}

#mobile-menu .elementor-nav-menu--dropdown, #mobile-menu .elementor-nav-menu--dropdown .elementor-item.highlighted,
#mobile-menu a.elementor-sub-item,
#mobile-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, #mobile-menu .elementor-nav-menu--dropdown .elementor-item.highlighted,
#mobile-menu .elementor-nav-menu--dropdown .elementor-item:focus, #mobile-menu .elementor-nav-menu--dropdown .elementor-item:hover,
#mobile-menu .elementor-sub-item.elementor-item-active, #mobile-menu .elementor-sub-item.highlighted, #mobile-menu .elementor-sub-item:focus,
#mobile-menu .elementor-sub-item:hover {
  background-color: #F2EBE7;
}

#mobile-menu .elementor-nav-menu .sub-arrow {
  padding: 10px 0 3px 10px;
}

#mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
  font-size: 1.1rem;
}

/*mobile menu ikoni*/
.elementor-143 .elementor-element.elementor-element-db57036 img {
  width: 37px;
  height: 37px;
  border-width: 2px 2px 2px 2px;
  padding: 2px;
}
  
/*HEADER*/

/*FOOTER*/
.divider-40px {
    height: 40px;
}

#footer {
    color: #f2f1f0;
}

/*ETUSIVU*/

/*Holdings loopit*/
#loop-content {
    color: #fff;
}
#logo-img {
    min-height: 40px !important;
    min-width: 40px;
}


@media screen and (max-width: 479px) {
    .elementor-648 .elementor-element.elementor-element-b2a8f77 > .elementor-container {
        min-height: 420px !important;
    }
    /*publications etusivu mobiili*/
    .elementor-751 .elementor-element.elementor-element-b9d7912 .elementor-heading-title {
        margin-bottom: -5%;
        margin-top: 5%;
    }
    /*holdings loop logo*/
    #logo-column {
        width: 40%
    }
}


/*KOLUMNIT MOBIILISSA*/
@media screen and (max-width: 479px) {
    #kolumni-100 {
        width: 100%;
    }
}


/*Widget container MARGINIT MOBIILISSA*/
@media screen and (max-width: 479px) {
  #margin-0 {
    margin: 0%;
  }
}

/*YKSITTÄINEN ARTIKKELI*/

.sticky-column{
position: sticky;
position: -webkit-sticky;
top: 10vw;
}

.sticky-parent
.elementor-widget-wrap {
display: block!important;
}

/* Key Figures */
.figures-tab-content-wrapper {
    min-height: 500px;
}
@media screen and (max-width: 767px){
    .figures-tab-content-wrapper {
        min-height: 320px;

    }
}
.figures-tabs-menu .tab > div{
    z-index: 1;
    cursor: pointer;
}
.figures-tabs-menu .tab.active > div{
    z-index: 2;
    background-color: #163957!important;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
    -webkit-transform: scale(1.03) translate(0px, 0px);
    -ms-transform: scale(1.03) translate(0px, 0px);
    transform: scale(1.03) translate(0px, 0px);
    color: #f2f1f0!important;
}
.card-item .elementor-container {
    overflow: hidden;
}
.cards-wrapper .card-item .card-expanded-content-wrapper .elementor-container {
    height: 0px;
}

/* Media Publication Filter dropdown */
.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}
.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 20px 20px auto auto;
    width: 1em;
    height: 1em;
    background: url('/wp-content/uploads/2022/01/Icon-Chevron-down-blk.svg');
    background-size: 1em;
    background-repeat: no-repeat;
}
.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    height: 0px;
    overflow: hidden;
    min-width: 100%;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

.media-dropdown {
    min-width: 320px;
    background-color: #204d44;
    color: #fff;
}
.media-drop-down-list.w--open {
    overflow: auto;
    max-height: 320px;
}
.media-dropdown-toggle {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.media-dropdown-link {
    color: #fff;
    text-align: center;
}
.media-dropdown-link:hover {
    color: #FFF;
    background-color: #242d33;
}
.media-drop-down-list {
    background-color: #204d44;
}


/* Our history */
.span-bold {
    font-weight: 700;
}
#history .h-color-green {
    color: #204d44;
    font-size: 1.2rem;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.horizontal-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#history .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 20px;
    padding: 14px 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2ebe7;
    color: #000;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}
.section.story-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.history-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #c2cccb;
}
.history-item.story-heading-wrapper {
    min-height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.history-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #f2ebe7;
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.story-section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 720px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #f2ebe7;
    font-size: 3.2rem;
}
.story-section-heading.xxl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d8b982;
    font-size: 6.2rem;
}
.history-year {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-family: utile-display, sans-serif;
    color: #cc4054;
    font-size: 2rem;
}
.history-year-line {
    width: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #868c8f;
}
.history-item-image {
    width: 620px;
    height: 420px;
    margin-right: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    will-change: transform;
    transform-style: preserve-3d;
    transition: all;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms; 
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}
.history-item-content {
    max-width: 640px;
}
.history-item-content h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: utile-display, sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
}
.history-back-to-top-trigger {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 48px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c2cccb;
    color: #242d33;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.exit-story-mode-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #000;
    font-size: 16px;
}
.story-scroll-indicator {
    cursor: default;
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.scroll-indicator-line {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 2px!important;
    height: 60px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #242d33;
    animation: pulsate 2.5s ease-out;
    animation-iteration-count: infinite;   
    transform-origin:top center;
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0.1, 0.1);
    }
}
@media screen and (max-width:991px){
    .history-item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .history-item-image {
        width: 480px;
        height: 320px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 767px){
    .history-item-image {
        width: 420px;
        height: 280px;
    }
    h1 {
      font-size: 3rem!important;
    }
}
@media screen and (max-width: 479px) {
    .history-item-image {
        width: 320px;
        height: 240px;
    }
    .story-section-heading {
        font-size: 2.4rem;
    }
    .story-section-heading.xxl {
        font-size: 4.2rem;
    }
}

.people-info-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 100px 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f2f1f0;
}
.eae-popup-content {
    background-color: #f2f1f0;
}
.people-info-image {
    width: 320px;
    height: auto;
    margin-top: 10px;
}
.people-info-contet-wrapper {
    margin-left: 80px;
}
.h-margin-bottom-0 {
    margin-bottom: 0px;
}
.people-info-content-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.people-info-content-about-text {
    margin-top: 20px;
}
.eae-popup .mfp-ajax-holder .mfp-content, 
.eae-popup .mfp-inline-holder .mfp-content {
    width: 100%!important;
    max-width: 1280px;
}

.side-highlights-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  min-width: 280px;
  margin-top: 218px;
  margin-left: 5%;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2ebe7;
}
.elementor-sticky--effects .side-highlights-wrapper {
  margin-top: 0;
}
.side-highlights-wrapper h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: utile-display, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.side-highlights-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #868c8f;
}
.side-highlights-heading {
  margin-bottom: 10px;
  font-family: utile-display, sans-serif;
  line-height: 1.2;
}
.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  padding: 14px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2ebe7;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.button.green {
  background-color: #204d44;
  color: #fff;
}
.button.xl {
  padding: 30px 50px;
  width: fit-content;
}
.button-icon {
  width: 35px;
  height: 10px;
  margin-left: 10px;
  background-image: url('/wp-content/uploads/2022/02/icon-Arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.button-icon.color-invert {
  background-image: url('https://orasinvest.fi-t.seravo.com/wp-content/uploads/2022/01/Icon-Arrow-White.svg');
}
@media screen and (max-width:991px){
    .people-info-content {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .people-info-contet-wrapper {
        margin-top: 40px;
        margin-left: 0px;
    }
}