/*

 - Brand - 

Primary (yellow): #ffe500
Secondary (orange): #ff8200

 - Paper colors - 

yellow: #fff56c
orange: #ffa648
green: #a7ff44
blue: #6bdbf4
purple: #d677fd
pink: #ff68c3

*/

html, body {
	max-height:100%;
	font-family: 'Montserrat';
}

body.home {
	width:100%;
	height:100%;
	background-color:#ffe500;
	margin-top:0;
}

#home_body {
	background-color:#ffed00 !important;
}

body.home #body {
	margin-top:0;
}

.fullpage {
	height:100%;
}

.fullpage>img {
	margin:auto;
	max-height: 100%;
	max-width: 100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	position: absolute;
}


.koha_mean {
	background-image: url(/plugins/templates/koha/images/2021/what_is_koha_orange_symbol.png);
    background-repeat: no-repeat;
    background-position: 680px 120px;
    background-size: 300px 400px;
    padding-bottom: 121px;
}

.koha_mean .blob {
	margin-left: 0;
}

.blob-wide {
	background-image: url(/plugins/templates/koha/images/2021/white_blob.png);
	background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
    background-size: 600px 324px;
	padding: 70px 90px 120px 90px;
    width: 600px;
    height: 324px;
}

.blob-wider {
	background-image: url(/plugins/templates/koha/images/2021/white_blob.png);
	background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
    background-size: 800px 400px;
	padding: 70px 90px 120px 90px;
    width: 800px;
    height: 400px;
}

.normal_page .blob-wide h2,
.normal_page .blob-wider h2 {
	color:#000;
	margin-top: 10px;
}


@media (max-width:1200px) {
	.koha_mean {
		background-image: none;
		padding-bottom: 0;
	}
}

@media (max-width:950px) {
	.blob-wider {
		background-image: none;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		padding:0;
		width: auto;
		height: auto;
	}
	.normal_page .blob-wider h2 {
		color:#fff;
	}
}

@media (max-width:600px) {
	.blob-wide {
		background-image: none;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		padding:0;
		width: auto;
		height: auto;
	}
	.normal_page .blob-wide h2 {
		color:#fff;
	}
}

.corkboard {
	background-image: url(/plugins/templates/koha/images/corkboard.jpg);
	background-repeat: repeat;
	/*background-size: 220px;*/
}

.corkboard_overview {
	padding:0 20px;
}

body.corkboard {
	background-attachment: fixed;
}

div.corkboard {
	min-height:200px;
}

body {
	overflow-y: auto;
}

/*** Bootstrap fixes ***/
img {
	max-width:100% !important;
	height:auto !important;
}

.navbar-default {
	background-image:none !important;
	background-color:#ff8200 !important;
}

.navbar-default .navbar-nav>li>a {
	color:#fff !important;
}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li.selected>a {
		background-color:#ffe500 !important;
		color:#000 !important;
	}

#home_body .navbar-default {
	background-image:none !important;
	background-color:#ffe500 !important;
	-webkit-box-shadow:none;
	box-shadow:none;
	z-index: 999;
}

#home_body .navbar-default .navbar-nav>li>a {
	color:#000 !important;
}

	#home_body .navbar-default .navbar-nav>li>a:hover,
	#home_body .navbar-default .navbar-nav>li.selected>a {
		background-color:#ff8200 !important;
		color:#fff !important;
	}

ul.navbar-nav {
    margin: 0 -15px !important;
}

.navbar {
	margin-bottom:0 !important;
	border-radius: 0 !important;
	border:none !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ffe500;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #000;
}

/*
.navbar-nav>li>.dropdown-menu {
	background-color:#57bdeb;
	border-bottom-left-radius:11px;
	border-bottom-right-radius:11px;
	border:none !important;
	padding-bottom: 8px;
}
*/

.normal_page {
	background-color:#ffe500;
}

.normal_page h1,
.normal_page h2 {
	color: #fff;
}

.dropdown-menu>li>a {
	color:#fff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color:#fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color:#ffe500;
	background-image: none;
	color: #000;
}

@media (min-width: 768px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		/*
		margin-right: -15px !important;
		margin-left: -15px !important;
		*/
	}
}
/*** /Bootstrap fixes ***/


/*** Site styles ***/
html,body {
	background-color:#fff;
	color:#000;
}

form#site_search {
	position:relative;
	height:32px;
	margin-top:20px;
}

form#site_search input {
	position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    height: 32px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(51,51,51,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(51,51,51,0.75);
    box-shadow: 0px 0px 5px 1px rgba(51,51,51,0.75);
    box-shadow: black;
}

form#site_search button {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
	margin: 0;
	border: none;
}

h1.smaller_heading {
	font-size: 2.0em;
}

hr {
	display: none;
}
/*
hr {
	border: none;
	height:5px;
	background-color:#ffe500;
	width:100%;
}*/

.left_column {
	background-color:#fff;
	padding-bottom:120px;
}

.btn-secondary {
	background-color: #dedede;
    margin-bottom: 15px;
    /*box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.8);
    border: 1px solid #000;*/
	color:#333;
    font-weight: bold;
    padding: 6px 13px;
}

	.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
		background-color: #ccc;
	}

.koha_action {
	border-radius: 4px;
    border: #fff solid 1px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

.koha_action:focus, .koha_action:hover, .koha_action:active, .koha_action:active:focus {
	color:#fff;
}

.koha_action_edit {
	background-color:green;
}

.koha_action_delete {
	background-color:red;
}

.btn-login,
.btn-join {
	margin-top:20px;
}

.btn-block {
	display:block;
}

.right {
	text-align:right;
}

#footer {
	background-color:#848484;
	padding:30px;
}

	#footer p,
	#footer p a {
		color:#fff;
	}


.center {
	text-align:center;
}

.right_column h3 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

.required_asterisk {
	color:red;
}

.expert_row {
	margin-bottom:30px;
}

.pagination span.inactive{
	color: #bbbbbb;
}

.pagination>li>span.inactive:focus, .pagination>li>span.inactive:hover {
	background-color:transparent;
	color:#bbb;
}

.smaller_text {
	font-size: 0.5em;
}

.clear {
	clear: both;
}


.summary_entry {
	margin-bottom:20px;
}

.summary_image {
	width: 20%;
    float: left;
    padding-right: 20px;
}

.summary_content {
	float: left;
    width: 80%;
}

.summary_content h3 {
	margin-top:0;
}

.summary_entry_new a {
	display:block;
	padding: 10px 10px 0 10px;
	color:#000;
}

.summary_entry_new a strong {
	display:block;
}

.summary_entry_new a .description {
	display:block;
	margin-top:10px;
}

.summary_entry_new a .read_more {
	display:block;
	margin-top:10px;
	padding-bottom:10px;
}

.summary_entry_new a:hover strong,
.summary_entry_new a:hover .description,
.summary_entry_new a:hover .read_more {
	text-decoration: underline;
}

.summary_entry_new .summary_image {
	padding-bottom:10px;
}

.summary_text {
	display: block;
	width:80%;
	float: left;
	padding-left:20px;
}

@media (max-width: 520px) {

	.summary_image {
		width: 50%;
		margin: 0 auto 15px auto;
		float:none;
		padding-right:0;
	}

}



.right_column .upcoming_event a {
	color:#fff;
}

#resourcesholder {
	margin-top:15px;
}

	#resourcesholder h3 {
		display: none;
	}
	
	#resourcesholder .resource a {
		display: block;
		background-color: #dedede;
		padding: 15px;
		color: #000;
		margin:10px 0;
	}

	#resourcesholder .resource a:hover {
		background-color:#57bdeb;
	}

	#resourcesholder .resource.first a {
		border-top-left-radius: 11px;
		border-top-right-radius: 11px;
	}

	#resourcesholder .resource.last a {
		border-bottom-left-radius: 11px;
		border-bottom-right-radius: 11px;
	}

	.g-recaptcha {
		margin-bottom:15px;
	}

	#form_field_message {
		height:120px;
	}

	.edit_link {
		font-size:14px;
	}

	.forum_description {
		height:100px !important;
	}

.navbar-brand {
	padding:0 15px !important;
}

.navbar-brand img {
	width:78px;
	margin-top:3px;
}

.fa, .fas, .far, .fal, .fad, .fab {
	font-size:20px;
}

.navbar .caret {
	border-width: 6px;
	margin-bottom: 6px;
	margin-left:3px;
}

.grid_holder {
	margin-left:-15px;
	margin-right:-15px;
	padding-bottom:80px;
}

.grid-item { width: 33.3%; }

.grid-item .panel {
	margin:15px;
}

.pin {
	background-image: url(/plugins/templates/koha/images/yellow_pin_shadow.png);
	width:39px;
	height:43px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

.panel .pin_left {
	left:10px;
	top:-10px;
}

.panel .pin_right {
	right:10px;
	top:-10px;
}

@media (max-width:992px) {
	.grid-item {
		width:50%;
	}
}

@media (max-width:644px) {
	.grid-item {
		width:100%;
	}
}

@media (max-width:850px) {
	.corkboard h1 {
		max-width:100% !important;
	}
}

.corkboard h1 {
	max-width: 851px;
}

.corkboard h1,
.corkboard h2 {
	background-image: url(/plugins/templates/koha/images/ripped_paper.png);
    background-position: right;
    height: 112px;
    display: inline-block;
    line-height: 103px;
    padding: 0 40px 13px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
	white-space: nowrap;
	font-size:1.4em;
}

/*
.corkboard h2 {
	background-color:#fff;
	display: block;
	font-size: 1.3em;
	padding:6px;
}
*/

#header {
	background-color: #ffe500;
	background-size:cover;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.white_bg {
	background-color: #fff;
}

.home_footer {
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.home_footer a {
	color:#fff;
}

.home_footer a i.fas {
	font-size: 80px !important;
}

.corkboard h2 a {
	color:#000;
}

@media (max-width:992px) {
	h1 {
		max-width:100%;
	}
}




.koha_post {
	margin-bottom: 40px;
	padding:20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	font-size:18px;
}

.koha_post_author {
	font-size:14px;
}

.koha_post .pin_left {
	top: -15px;
    left: -3px;
}

.koha_post .pin_right {
	top:-15px;
	right:10px;
}

.content_area_list {
	padding-top:30px;
	margin-bottom: 30px;
}

.content_area_list .row {
	padding-top:15px;
	padding-bottom:15px;
}

.offers .content_area_list .row {
	padding-top:30px;
	padding-bottom:20px;
	border-top:1px #dedede solid;
}

.content_area_list h3 {
	margin-top: 0;
}

.koha_message {
    padding-top: 10px;
}




#koha_offers_button {
	position: absolute;
    background-color: #ffe500;
    padding: 12px;
    right: 30px;
    color: #000;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

#koha_offers_button a {
	color:#000;
}

#header_nav #koha_offers_button2 {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
}

#header_nav #koha_offers_button2 a {
    background-color: orange;
    padding: 6px;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
}



#header_nav {
	position: absolute;
	right:0;
	top:0;
	text-align: right; 
}

#header_nav a {
	color: #fff;
	font-size: 60px;
	margin-left:20px;
	position: relative;
}

#header_nav a:hover {
	text-decoration: none;
}

#header_nav .badge {
	background-color: red;
    right: 0px;
    position: absolute;
	bottom: 24px;
}

#home_images {
	width:90%;
	margin:auto;
	margin-top:140px;
}

.home #header {
	display:none;
}

#send_koha_button {
	position: absolute;
    left: calc(50% - 96px);
}

#send_koha_button a {
	background-color: #ffe500;
    width: 192px;
    display: block;
    margin: auto;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #000;
	font-size: 20px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	text-align: center;
}

#send_koha_button a .far {
	padding-left:6px;
}

#header_nav a i {
	font-size:40px;
}

.send_koha_shown {
	margin-bottom:72px;
}

@media (max-width: 860px) {
	#header_nav {
		position: relative;
		text-align: center; 
	}
}


.btn-primary {
	background-image:none !important;
	filter:none !important;
	background-color: #ff8200;
    border-color: #844d19;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus {
    background-color: #b96d25;
    background-position: 0 -15px;
}
















.color_picker input[type="radio"] {
	display: none;
}

.color_picker input[type="radio"]:checked + label span {
	transform: scale(1.25);
}

.color_picker label {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	cursor: pointer;
}

.color_picker label:hover span {
	transform: scale(1.25);
}

.color_picker label span {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease-in-out;
}

.color_picker input[type="radio"]:checked + label span {
	border: 2px solid #000;
}

.color_red,
.color_picker label span.red,
.color_orange,
.color_picker label span.orange {
	background: #fcbe7e;
}

.color_green,
.color_picker label span.green {
	background: #c4f47e;
}

.color_blue,
.color_picker label span.blue {
	background: #93e5f7;
}

.color_,
.color_grey,
.color_picker label span.grey,
.color_yellow,
.color_picker label span.yellow {
	background: #fff66f;
}


.color_purple,
.color_picker label span.purple {
	background: #e3a5fd;
}

.color_pink,
.color_picker label span.pink {
	background: #ff99d7;
}




.color_work,
.color_birthday {
	background: #fff66f;
}

.color_work img,
.color_birthday img {
	max-height: 75px;
    float: left;
    margin-right: 20px;
}




.error select,
.error textarea, 
.error>div {
	border:1px red solid !important;
}

.error-message {
	display: none;
}

.error .error-message {
	display: block !important;
	color:red;
	font-size: 0.8em;
}

.white_bg {
	background-image: url(/plugins/templates/koha/images/home/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.dots_bg {
	background-color: #fff;
	background-image: url(/plugins/templates/koha/images/koha_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	background-size: cover;
}

.content_holder .image img {
	width: 100%;
}

@media (min-width: 768px) {
	.content_holder {
		width: 80%;
		margin: auto;
		padding: 60px 0;
	}
	.content_holder .text {
		background-color: white;
		padding: 10px 30px 20px 30px;
	}
}

@media (max-width: 768px) {
	.white_bg {
		min-height: 0px !important;
	}

	.content_holder .image img {
		width: 80%;
	}
}

.content_holder .image {
	text-align: center;
}

.triangles_top {
	background-image: url(/plugins/templates/koha/images/triangles/yellow_triangles_top.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat:no-repeat;
	min-height: 740px;
}

.triangles_bottom {
	background-image: url(/plugins/templates/koha/images/triangles/yellow_triangles_bottom.jpg);
	background-position: bottom center;
	background-size: contain;
	background-repeat:no-repeat;
	min-height: 740px;
}

.triangles_top_orange {
	background-image: url(/plugins/templates/koha/images/triangles/orange_triangles_top.jpg) !important;
}

.triangles_bottom_orange {
	background-image: url(/plugins/templates/koha/images/triangles/orange_triangles_bottom.jpg) !important;
}

.triangles_top .content_holder {
	padding: 120px;
	padding-top:160px;
}

@media (max-width: 550px) {
	.triangles_top .content_holder {
		padding: 60px;
	}
}

.floating_action a {
	position:fixed;
	right:30px;
	bottom:30px;
	border-radius:30px;
	padding:10px;
	background-color:#ff8200;
	color:#fff;
	border: 2px #fff solid;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}