﻿/*
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*/

#mobile-advanced {
    width: 90%;
    border-left-width: 0px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
  background-color: rgba(255,255,255,0.90)
}

/* ------------------ HEADER --------------------------------------------------------------------------------------- */

.logo {padding: 0px 0 0 0;}
.slogan {
font: 22px/32px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: right;
    color: #333;
    background: none;
    padding: 15px;
    position: absolute;
    top: 40px;
    right: 0;
    float: right;
    margin-right: 50px;
}	

#top #header .av-main-nav > li > a {text-transform:uppercase;}
#top #wrap_all .av-main-nav ul > li > a {font-weight:700;}

.av_promobox {margin:10px 0; padding: 0px 30px 10px 30px;}

/* ------------------ INNEHÅLL ------------------------------------------------------------------------------------- */

h1, h2, h3 { letter-spacing: 0px !important;}

.hr {
    height: 15px;
    line-height: 15px;
    margin: 20px 0;
}

#footer {    padding: 0px; }

#top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    padding: 10px;
}
#top textarea {max-height:80px;}



/* ------------------ COPYRIGHT ------------------------------------------------------------------------------------ */

.copyright {font-size: 14px;font-weight: bold;}







/* ------------------ 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) {	
}

/* ------------------ Mobilmeny liggande surfplatta ---------------------------------------------------------------------- */
/*
@media only screen and (max-width: 1024px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
*/

/* ------------------ Storlek sm, Liggande mobil & surfplatta ------------------------------------------------------ */

@media only screen and ( max-width: 992px) {

.avia-tooltip {display: none !important; } /* Döljer bildtexter i standard galleriet*/



}

/* ------------------ Storlek xs, mobil ---------------------------------------------------------------------------- */

@media only screen and ( max-width: 767px) {
	
}

/* --------- RETINA Skärmar såsom ipad, nyare telefoner m.m. -------- */

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {

.marginskugga {display:none;}

}


/* ------------------ 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;}
.visible-xs {display:none!important;}
}
@media (min-width:992px) and (max-width:1199px) {
 .hidden-md {display:none !important;}
 .visible-md {display:block !important;}
.visible-xs {display:none!important;}
}
@media (min-width:1200px) {
 .hidden-lg {display:none !important;}
 .visible-lg {display:block !important;}
.visible-xs {display:none!important;}
}