/*Nämä kannattaisi olla tiedoston lopussa jolloin ei tarvitse !important tageja /todo */
@media only screen and (max-width: 768px) {
  
  .page{
  	width: 100%;
  }
  .content {
    width: 100%;
  }
  
  .toggle_container{
    width: 100% !important; 
    position: relative !important;
    
  }
  .toggle_container ul, ul li{
    
    border-style: none !important;
    margin: 0 0 0 0 !important;
    background-color: inherit !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    overflow: visible !important;
    max-height: none !important;
    
  }
  .toggle_container p {
    padding: 0 !important; 
  }
  .siteorigin-widget-tinymce{
    position: relative;
    width: 100%;
  }
  div.panel-widget-style{
    
    padding: 0 0 0 0 !important;
    
  }
  h3.widget-title{
    text-align: center;
  }
  
}

body, button, input, select, textarea {
  color: #333333;
  font-family: "arial", sans-serif;
  font-size: 17px;
  line-height: 25px;
}

h3 {
  font-size: 26px;
  color: #333333;
  font-family: "arial", sans-serif;
  font-weight: bold;
  line-height: 30px;
}

/*h4-otsikkotaso käytössä väri- ja materiaalikorteissa*/

h4 {
  font-size: 17px;
  color: #333333;
  font-family: "arial", sans-serif;
  font-weight: bold;
  line-height: 18px;
}

h5 {
  font-size: 21px;
  color: #333333;
  font-family: "arial", sans-serif;
  font-weight: bold;
  line-height: 28px;
}

h1 {
  font-size: 36px;
  font-family: "arial", sans-serif;
  font-weight: bold;
  color: #333333;
}

h2 {
  font-family: "arial", sans-serif;
}

.read-more {
  font-family: "arial", sans-serif;
}

.main-navigation ul.menu > li > a, .main-navigation div.menu > ul > li > a {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
}

/* alavalikon tekstin vari */
.main-navigation ul ul a {
  color: #ffffff;
}

/* fiksaa alavalikon katoamisen */
.main-navigation ul ul {
  margin: 0 0 0 0;
}

/* valikon leveys */
.main-navigation ul ul a {
  width: 270px;
}

.entry-meta-item.author {
  display: none
}

.entry-header .entry-meta-item + .entry-meta-item:before {
  content: "";
  margin: 0 0 0 0px;
}

.entry-meta {
  font-weight: bold;
  color: #418fde;
  padding: 0 0 0 0px;
}

a:visited {
  color: #418fde;
}

a {
  color: #418fde;
}

/* poistaa paivamaaran sisennyksen */
.entry-header .entry-meta-item + .entry-meta-item {
  margin: 0 0 0 0px;
}


/* poistaa next ja pref navigoinnin artikkelien lopusta */
.navigation.post-navigation {
  display: none
}

.site-footer a {
  display: none
}

.site-footer {
  background: #418fde;
  color: #ffffff;
  padding: 35px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

/* Estää kontentin puskun alaspäin kun dropdown avataan. */
.toggle_container {
  width: auto;
  position: absolute;
  z-index: 1001;
  word-wrap: break-word;
  width: 247px;
  
}

.toggle_container ul{
  background-color: white;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  max-height: 300px;
  overflow-y: auto;
  margin: 0 0 0 0;
  padding: 3px;
  list-style-position: inside;
} 
.toggle_container ul li a{
  text-decoration: none;
} 

/* artikkelisivun leveys */
.col-md-8 {
  width: 90%;
}
.posts-listing .hentry {
  max-width: 33.33333%;
}

/* page builderin widgettien padding */
.widget {
  margin: 0;
  padding: 0 0 0 0;
 }

ul {
    display: block;
    list-style-type: disc;
    margin-block-end: 0px;
}

.elementor-tab-title a {
  color:#54595f;
}

.post-last-modified {
    font-size: small;
	font-weight:bold;
	color:#418fde;
} 