/* CUSTOM CSS for https://support.vellabox.com/ site */

@font-face {
    font-family: 'idealistregular';
    src: url('fonts/idealist-webfont.woff2') format('woff2'),
         url('fonts/idealist-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsitalic';
    src: url('fonts/poppins/poppins-italic-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight_italic';
    src: url('fonts/poppins/poppins-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins/poppins-semibold-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinssemibold_italic';
    src: url('fonts/poppins/poppins-semibolditalic-webfont.woff2') format('woff2'),
         url('fonts/poppins/poppins-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuralight';
    src: url('../fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'abril_displayregular';
    src: url('../fonts/abril_display_regular-webfont.woff2') format('woff2'),
         url('../fonts/abril_display_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acreregular';
    src: url('../fonts/acre-regular-webfont.woff2') format('woff2'),
         url('../fonts/acre-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.icon-article-doc::before{ content:unset !important; }
.icon-article-doc {
  border-radius: 50%;
  width: 20px;
  display: inline-block;
  height: 20px;
  border: 1px solid gray;
  margin-right: 5px;
}
ul.popArticles span,
#fullArticle p,
#sidebar h3,
#sidebar a,
#sidebar .search-query,
#sidebar .sr-only,
.articleList li span {
  padding-left: 5px;
  width: 95%;
  display: inline-block;
  font-family:poppinsregular,acreregular,futuralight,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: black;
  font-size:14px;
  color: #444346;
}

.collection-head h2 a{
	font-family: idealistregular !important;
}

.threeCol h2 a,
#fullArticle h1.title,
#categoryHead h1{
	font-family: 'abril_displayregular';
	font-size: 22px;
	letter-spacing: 2px;
	color: #444346;
}

.twoCol .collection, .threeCol .collection{ border: none !important; }
.threeCol .collection .collection-body {
	border: 1px solid;
	border-radius: 40px;
	padding-top: 3em;
	position:relative;
}

.threeCol .collection .collection-body::before{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: white;
	top: -18px;
	display: inline-block;
	right: -8px;
}

.nav-collapse ul.nav a,
.articleRatings-question{
	font-family:acreregular,futuralight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	/* font-size: 15px; */
}

.container-fluid a.brand {
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 769px){
	.navbar .nav {
		right: unset !important;
		width: 100%;
		text-align: center;
	}
	
	#mainNav .navbar-inner .container-fluid {
		min-height: 120px;
	}
}
#searchBar .search-query {
    border-radius: 30px;
}
#searchBar button {
    /* background: #D9C3A2 !important; */
    /* border-color: #D9C3A2 !important; */
    border-radius: 30px;
	text-transform: uppercase;
	font-family:acreregular,futuralight,"Helvetica Neue",Helvetica,Arial,sans-serif;
	
	background-color: #A47F74 !important;
	text-shadow: unset !important;
	border: unset !important;
}

section#docsSearch {
	background: url(https://www.vellabox.com/wp-content/uploads/2024/07/vella-and-co-hero-extended-1.jpg) center center / cover !important;
	min-height: 400px;
}

#sidebar #searchBar.sm button {
	width: 40px !important;
	top: 0px;
	right: 0px;
	border-radius: unset;
}

#searchBar button .icon-search{ color: white; }
input:focus, input[type="text"]:focus{ border-color: unset !important; box-shadow:unset !important; }

