/*
Theme Name: Blockskit Blog Child
Theme URI:    https://blockskit.com/blockskit-blog/
Description:  Blockskit Base Child
Author:       Petra Hastman
Author URL:   http://petrahastman.se
Template:     blockskit-base
Version:      1.0.0
License:      GPLv3 or later
License       URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  blockskit-base
*/



main {
  margin-top:0 !important;
}


/* Nav hover */
.wp-block-navigation-item__label:hover{
  /* color:#315f6f !important;
  color:#2f4858 !important;
  color:#364b44 !important;
  color:#49a89e !important; */

  color:#327784 !important;
  color:#389093 !important;
}


/* Buttons hover */
.wp-block-button__link:hover{
 background-color:#327784 !important;

 /* background-image: linear-gradient(to right top, #64c1a4, #59b8a2, #4fafa0, #46a59d, #3f9c99, #3a9495, #378c91, #34848c, #327b86, #32717f, #316877, #315f6f); */
}


/* Ordinary links */
a:where(:not(.wp-element-button)){
  color:#389093; /* Från palett- main */
  text-decoration: none;
}


/* Denna behövs nog inte - sköts av theme.json */
/* a:where(:not(.wp-element-button)):hover{
  color:#315f6f !important; */ /* Från palett */
/* } */




/** Site title - linked **/

.wp-block-site-title :where(a) {
  color:inherit;
}


/*.wp-block-site-title :where(a):hover {
  color:#2f4858; *//* Från palett */
/* } */


/* Denna behövs nog inte - sköts av theme.json */
/* .is-style-bk-button-secondary:hover{
  color: #64c1a4 !important;
}
 */


/* h1 a:where(:not(.wp-element-button)):hover {JS
  color:#82CB62;
}

h1 a:hover {
  color:#82CB62;
} */




/* .form-white-bg{
  background-color: aliceblue !important;
}

.form-buttons {
  background-color: #64c1a4;
} */

	
/* .form-buttons button {
  background-color: #64c1a4 !important;
  border-color: #64c1a4 !important;
  border-radius: 5px!important;
}

.form-buttons button:hover {
  background-color: #327784 !important;
} */


.wpforms-form button[type=submit] {
  background-color: #64c1a4 !important;
  border-color: #64c1a4 !important;
  border-radius: 5px!important;
  color: #fff !important;
  transition: background 0.3s ease-in-out;
}

.wpforms-form button[type=submit]:hover {
  background-color: #327784 !important;
} 


/*** Specials **/ 


.sticky-div{
  position: sticky !important;
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  z-index: 100;
}

.pawlist {
  list-style-image: url(https://tsvet.se/dev/wp-content/uploads/2025/04/paw-small-10.png);
}


.rounded-images img{
  border-radius: 8px !important;
}

/* From Ona - mofified */
div.shift-right {
  margin-right: -60px !important;
  margin-left: 60px !important;
  z-index: 1;
}

/* header{
  position: sticky !important;
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  z-index: 100;
}
 */


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

  .hide-on-mobile {
    display: none !important;
  }

  div.shift-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
    z-index: 1;
  }

  .hero-mobile img{
    max-height: 300px;
  }

  /****** FUNKAR EJ FIXA *****/
  .smaller-h2-mobile{
    font-size: 30px !important;
  }
  
}