/*
Theme Name: SuperApp basic teema
Theme URI: 
Description: 
Author: SuperApp Oy
Author URI: 
Version: 1.06
Tags: 
License:
License URI:
General comments (optional).
*/


/* Imports */
/*@import url('MyFontsWebfontsKit.css');*/
@import url('css/bootstrap.min.css');
@import url('css/style.css');


/* TÄHÄN FILEEN EI MUUTA */
/*  OIKEA TYYLITIEDOSTO LÖYTYY KANSIOSTA /scss/style.scss */


/*.blogiholder{display:flex;}*/

@media all and (max-width: 769px)  { 
	.blogiholder{display: flex;
    flex-direction: column-reverse;
	flex-direction: column;}
	
}

button.btn.btn-info.blogibutton {
     background-color: transparent;
    color: black;
    /* width: 50px!important; */
    padding: 0;
    margin-top: -27px;
    margin-left: 5px;
}
.arrow-right-blog {
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; 
  
  border-left:10px solid #ec6446!important; 
}   

.header .puhelinnumero a{
	color: #ec6446;
}
.header .puhelinnumero a:hover{
	color: #ec6446;
	text-decoration: none
}