/*
Theme Name:         Try Shooting Sports
Description:        Custom WordPress theme for Try Shooting Sports.
Version:            2.0.0
Author:             DNL Omnimedia, Inc
License:             All rights reserved
Text Domain:        try-shooting-sports
*/

.row {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}

.paginate-links li {
	float: left;
	list-style-type: none;
}

select {
	height: 34px;
	width: 72%;
}

label {
	float: left;
    width: 27%;
    font-size: 12px;
}

.sky-search-form input {
	width: 72%;
	float: right;
	padding: 4px;
}

.sky-search-form button {
	float: right;
}

li.number {
	display: inline-block;
    margin: 0 10px;
}

.paginate-links.items {
  user-select: none;
  a {
    cursor: pointer;
  }
  li.active a {
    font-weight: bold;
  }
  li.next:before {
    content: ' | ';
    margin-right: 13px;
    color: #ddd;
  }
  li.disabled a {
    color: #ccc;
    cursor: no-drop;
  }
}

.sky-search-form {
	width: 40%;
	float: right;
}
