﻿/*
Theme Name: Enfold Vikab
Theme URI:	http://kriese.at/
Description:	Child theme for the Enfold Theme
Author: Vikab
Author URI: http://www.vikab.com
Template:	enfold
Version:	1.0.0
*/


/* ------------------ MENY ----------------------------------------------------------------------------------------- */

#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "" !important; } /* Döljer blåa pilar i mobilmeny*/

.av_seperator_small_border .av-main-nav > li:last-child > a > .avia-menu-text { padding-right: 15px !important;} /* Höger padding sista meny block*/

/* ------------------ HEADER --------------------------------------------------------------------------------------- */

.logo {padding: 10px 0 0 0;}
.slogan {font-size: 14px;}

/* ------------------ INNEHÅLL ------------------------------------------------------------------------------------- */

h1, h2, h3 { letter-spacing: 0px !important;}


/* ------------------ COPYRIGHT ------------------------------------------------------------------------------------ */

.copyright {font-size: 12px;}







/* ------------------ NEDAN FÖLJER OLIKA UPPLÖSNINGAR -------------------------------------------------------------- */

/* ------------------ Storlek lg, storskärm ------------------------------------------------------------------------ */

@media only screen and ( min-width: 1200px) {
}


/* ------------------ Storlek md, mediumskärm ---------------------------------------------------------------------- */

@media only screen and ( max-width: 1200px) {	
}


/* ------------------ Storlek sm, Liggande mobil & surfplatta ------------------------------------------------------ */

@media only screen and ( max-width: 992px) {

h1{
font-size: 20px !important;  }

h2{
font-size: 17px !important; }

.avia-tooltip {display: none !important; } /* Döljer bildtexter i standard galleriet*/

}

/* ------------------ Storlek xs, mobil ---------------------------------------------------------------------------- */

@media only screen and ( max-width: 767px) {
	
}