  /*
Theme Name: MC Parts
Description: 2025 
Version: 1.0
Author: Markus Zeeh, Glødefisk
Author URI: 
*/

	
/*************
****color*****
************** 


*************/

	
/*******************
**** CSS RESET *****
*******************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}
html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	scroll-behavior: smooth;

  }


body {
	color:black;
}

ol,ul {
	list-style:none;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {

	
/*text-align: left;*/
	font-weight:normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}



	
/**************
**** Font *****
***************


brødtekt
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


***/
	
/******************
**** Generell *****
******************/

.clear{
  clear: both;
  float: none;
}

body{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-weight: 700;
}

#Content{
  padding-top: 105px;
}

@media (max-width: 800px) {
  #Content{
    padding-top: 0;
  }

  body{
    margin-top: 70px;
  }
}

.has-hvit-background-color p{
  color: #000 
}



/** Header **/


#Header{
  position: fixed;
  width: 90%;
  z-index: 99999;
  padding: 0 5vw;
  text-align: center;
}

#Header .logo{
  margin: 30px 0 ;
  float: left;
  max-width: 30% !important;
  max-height: 40px !important;
  height: auto !important;
}
  
  @media (max-width: 1000px) {
    #Header .logo{
      width: 25% !important;
      margin-top: 30px;
      margin-right: 0;
    } 
  }
  
  
  @media (max-width: 900px) {
    #Header,
    #Header #menu-my-custom-menu,
    #Header .logo{
      display: none;
    }
  }
  



  #Header nav{
    float: right;
  }

  #Header nav ul{
    clear: both;
    display: block;
    margin-top: 45px;
  }

  #Header nav .menu-my-custom-menu-container{
    padding-top: 30px;  
  }
  
  #Header nav li{
    float: left;
    margin: 0 1vw 0;
  }

    #Header nav .menu-my-custom-menu-container li{
      float: left;
    }

  #Header nav a:link,
  #Header nav a:visited{
    font-family: "Alan Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    width   : auto;
    height  : 30px;   
    position: relative;
    display: inline;
    padding-bottom: 5px;
    margin-bottom: 00px;
    text-align: center;
    z-index : 1;
  }
  
  #Header nav a:hover,
  #Header nav a:focus{
    width   : auto;
    height  : 50px;   
    position: relative;
    display: inline;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
    z-index : 1;
    transition: all 0.3s;
  }
  
    #Header nav a:hover:before,
    #Header nav a:focus:before{
      content : "";
      position: absolute;
      left    : 20%;
      bottom  : 10px;
      height  : 1px;
      width   : 60%;  /* or 100px */
      border-bottom:1px solid #fff;
      transition: all 0.3s;
    }
  
  
  #Header nav .current-menu-item a:link,
  #Header nav .current-menu-item a:visited{
    width   : auto;
    height  : 50px;   
    position: relative;
    display: inline;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
    z-index : 1;
  
  }
  
  
  #Header nav .current-menu-item a:link:before,
  #Header nav .current-menu-item a:visited:before{
    content : "";
    position: absolute;
    left    : 10%;
    bottom  : 10px;
    height  : 1px;
    width   : 80%;  /* or 100px */
    border-bottom:2px solid #fff;
  }
  
  
  #Header nav #MetaMenu li{
    margin-left: 0;
  }
  
  #Header nav #MetaMenu li i{
    font-size: 20px;
  }
  
  #Header .cart-customlocation{
    position: relative;
  }
  
    #Header .cart-customlocation span{
      position: absolute;
      top: -20px;
      left: 0;
      background: #fff;
      font-size: 12px;
      padding: 3px 7px;
      border-radius: 20px;  
    }

.wp-block-button a{
  position: relative;
}

/*
.wp-block-button a::after{
  font-family: "Font Awesome 7 Free", "Font Awesome 7 Pro";
  font-size: 20px;
  color: #3B5346;
  content: '\f105' !important;
  position: absolute;
  right: 15px;
}
*/

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

.wp-block-file{
  font-size: 20px;
  font-weight: 400;
  font-family: "nunito", sans-serif; 
  margin: 0 0 3vh;
}

#Content li a:link,
#Content li a:visited,
p a:link,
p a:visited,
.wp-block-file a{
  font-size: 20px; 
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

    #Content li a:hover,
    #Content li a:focus,
    p a:hover,
    p a:focus,
    .wp-block-file a:hover,
    .wp-block-file a:focus{
      border-bottom: 2px solid #fff;
      
    }

.wp-block-file a.wp-block-file__button{
    background: #fff;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    width: auto;

}



a.wp-block-button__link.has-brun-background-color:hover, 
a.wp-block-button__link.has-brun-background-color:focus{
  transition: all 0.3s;
} 

.wp-block-list{
  list-style: inherit !important;
}

.wp-block-image a:link img,
.wp-block-image a:visited img{
  width: 100%;
  margin: 0%;
  height: auto;
}

.wp-block-image a:hover img,
.wp-block-image a:focus img{
  width: 90%;
  margin: 5% 5% 0 5%;
  height: auto;
  transition: all 0.3s;
}

  label .gform-field-label.gfield_label_product{
    font-weight: 600 !important;
  }
  
  .gform-footer{
    margin: 5vh 0 0 !important;
  }
  

  .gform-footer input[type="submit"]{
    background: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    padding: 1vh 3vw;
  }
  
    .gform-footer input[type="submit"]:hover,
    .gform-footer input[type="submit"]:focus{
      background: #fff;
      color: #000;
      transition: all 0.3s;
    }
    
.wp-block-post-template h1,
.wp-block-post-template h2,
.wp-block-post-template h3,
.wp-block-post-template h4,
.wp-block-post-template h5,
.wp-block-post-template h6,
.wp-block-post-template p{
  
}


.archive.category ul.wp-block-post-template{
  padding: 5vh 5vw
}

  .home ul.wp-block-post-template li,
  .archive.category ul.wp-block-post-template li{
    background: #fff !important;
    color: #000;;
  }
  
    .archive.category ul.wp-block-post-template li img{
      width: 100%;
      height: auto;
    }
    
    .archive.category ul.wp-block-post-template li .TextContent{
      padding: 0vh 2vw 2vw;
    }
    
    .archive.category ul.wp-block-post-template h2,
    .archive.category ul.wp-block-post-template a,
    .archive.category ul.wp-block-post-template p{
      color: #000;
      text-decoration: none;
    }
    
    .archive.category ul.wp-block-post-template li a.ReadMore i{
      font-size: 14px;
    }
    
    a.wp-block-post-excerpt__more-link,
    .archive.category ul.wp-block-post-template li a.ReadMore {
      border: 2px solid #000 !important;
      padding: 8px 30px;
      border-radius: 30px;
    }
    
    a.wp-block-post-excerpt__more-link:hover,
    a.wp-block-post-excerpt__more-link:focus,
    .archive.category ul.wp-block-post-template li a.ReadMore:hover,
    .archive.category ul.wp-block-post-template li a.ReadMore:focus{
      background: #000;
      color: #fff;
      border-color: #fff;
      transition: all 0.3s;
    }
    
  .wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained{
    padding: 0 2vw;
  }
  
  @media (max-width: 800px) {
    .wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained{
      padding: 0 5vw;
    }
  }

    
  .wp-block-post-template .wp-block-group.alignwide{
    margin: 0 2vw;
  }
 
  
#Footer {
  color: #fff;
  padding: 2vh 0;
  margin-top: 5vh;
}

  #Footer .Logo{
    float: left !important;
    width: auto;
    height: 40px;
  }

  #Footer ul{
    margin: 0 5vw;
  }
  
  #Footer ul li{
    display: inline;
    float: left;
    padding: 1vh 0 1vh 5vw;

  }
  
  #Footer ul li i{
    color: #E50119;
    margin-right: 10px;
  }
  
  #Footer ul li a:link,
  #Footer ul li a:visited{
    text-decoration: none;
  }
  
  #Footer ul li.linker a:link,
  #Footer ul li.linker a:visited{
    
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
  }
  
  #Footer ul li.linker a:hover,
  #Footer ul li.linker a:focus{
    border-bottom: 2px solid #fff;
    padding-bottom: 1px;
    
  }
    
@media (max-width: 1000px) {}

@media (max-width: 800px) {}
