/*
Theme Name: Vir Theme
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#top-bar .searchform input {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
	border-radius: 4px;
}


.polylang_langswitcher {display: block; position: relative; float: right; padding: 0 0 0 5px;}
.polylang_langswitcher ul {font-size: 15px;}
.polylang_langswitcher li {background: #32908f;  padding: 5px; border-radius: 4px; display: inline;}

.polylang_langswitcher a {color: #fff !important;}

.bvi-glyphicon-eye {
    font-size: 16px;
	padding: 0;
}

.bvi-button {
    width: auto !important;
    margin-left: 5px !important;
    margin-top: -8px !important;
    border-radius: 4px !important;


    }

.bvi-panel-open a {padding: 0 !important;}