<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.10">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet">
-<form role="search" method="get" class="searchform" action="<?php echo home_url('/').'site-search/'; ?>">
+<form role="search" method="GET" class="searchform" action="https://charlevoix.bibliocommons.com/search">
<input class="search-input" type="text" placeholder="Books, Movies, Music & More" value="" name="query">
<input class="search-button button" type="submit" value="Search" name="submit">
<div class="radio-area">
- <input class="catalog-search" type="radio" name="queryType" value="catalog"> <label for="catalog">Catalog</label>
+ <input checked="checked" class="catalog-search" type="radio" name="queryType" value="catalog"> <label for="catalog">Catalog</label>
<input class="main-search" type="radio" name="queryType" value="site"> <label for="site">Site</label>
<input class="event-search" type="radio" name="queryType" value="events"> <label for="events">Events</label>
<input name="search" type="hidden" value="1">