﻿/*
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
*/

/* ------------------ HEADER & LOGO -------------------------------------------------------------------------------- */

.logo img {padding: 0; width: auto; height: auto;}

/* Vid transparent header */
#top .av_header_transparency #header_main {background:rgba(255,162,0,0.85);}

.logo img {
    padding: 10px;
}


/* ------------------ MENY ----------------------------------------------------------------------------------------- */

.avia-menu-text {font-weight: 400 !important;}

.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a,
.header_color .main_menu ul:first-child > li.active-parent-item > a /*{ background-color: #e8e8e8;}  Aktiv meny bakgrund */

/* ------------------ HEADER EXTRA ELEMENTS ------------------------------------------------------------------------ */

.phone-info span { font-size: 16px;font-weight: normal !important;}

/* ------------------ INNEHÅLL ------------------------------------------------------------------------------------- */

h1, h2, h3, h4 { letter-spacing: 0px !important;}

.avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-right: 20px;
    margin-left: 0px;
}

.avia-icon-list .av-iconlist-empty .iconlist_title {margin-top: 0px;}
.avia-icon-list li {padding: 0 0 0px 0;min-height: 40px;}
.avia-icon-list .iconlist-timeline { left: 15px;}

/* ------------------ COPYRIGHT ------------------------------------------------------------------------------------ */

.copyright {font-size: 12px;font-weight: 400 !important;}


/* ------------------ 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) {	
h1 {font-size: 28px !important;}
h2 {font-size: 24px !important;}
h3 {font-size: 20px !important;}
h3.widgettitle {font-size: 18px !important;}
h4 {font-size: 18px !important;}
}


/* ------------------ Storlek sm, Liggande mobil & surfplatta ------------------------------------------------------ */

@media only screen and ( max-width: 992px) {

.avia-tooltip {display: none !important; } /* Döljer bildtexter i standard galleriet*/

h1 {font-size: 24px !important;}
h2 {font-size: 22px !important;}
h3 {font-size: 20px !important;}
h3.widgettitle {font-size: 14px !important;}
h4 {font-size: 18px !important;}

}

/* ------------------ Storlek xs, mobil ---------------------------------------------------------------------------- */

@media only screen and ( max-width: 767px) {

.marginskugga {display:none;}
	
.logo img {
    padding: 10px;
}
}


/* ------------------ BOOTSTRAP CSS -------------------------------------------------------------------------------- */

@media (max-width:767px) {
	.hidden-xs {display:none !important;}
	.visible-xs {display:block !important;}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {display:none !important;}
	.visible-sm {display:block !important;}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {display:none !important;}
	.visible-md {display:block !important;}
}
@media (min-width:1200px) {
	.hidden-lg {display:none !important;}
	.visible-lg {display:block !important;}
}

/* ----------------------------------------------------------------------------------------------------------------- */