/*
Theme Name: samford
Theme URI: http://underscores.me/
Author: Nicholas Burge
Author URI: http://nicholasburge.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: samford
Tags:

*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 100%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

body {
	font-size: 16px;
}

.bg-fixed blockquote {
	text-align: center;
	padding: 150px 0;
	font-size: 30px;
	width: 50%;
	margin: 0 auto;
	font-style: italic;
	border: 0;
}

.page-numbers li span.current {
	z-index: 2;
    color: #ffffff;
    background-color: #73bf43;
    border-color: #73bf43;
    cursor: default;
}

.page-numbers li {
	display: inline;
}

.page-numbers {
	display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 2px;
}

.page-numbers li * {
	position: relative;
    float: left;
    text-decoration: none;
    color: #73bf43;
    background-color: #ffffff;
    margin-left: 5px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.page-numbers li a:hover {
	color: #1a99aa;
	background-color: #ddd;
}
.img-100p {
	width: 100%;
	height: auto;
}


/* Fees Table */
table {
	margin-top: 30px;
}
table th {
	background: #126a6a;
	color: #fff;
}
.item-wrap {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
}
.item-wrap:last-child {
	margin-bottom: 3px;
}
.item-name,
.item-price {
	display: inline-block;
	margin: 0;
	float: left;
}
.item-name {
	width: 80%;
	padding-right: 30px;
}
.item-price {
	width: 20%;
	min-width: 100px;
}
@media (max-width: 550px) {
	.item-name {
		width: 100% !important;
	}		
}

.navbar-trn {
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), transparent);
}

.sidebar-posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-posts li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.home blockquote em {
	font-size: 26px;
	line-height: 24px;
  color: #666;
}
.home blockquote small {
  font-size: 13px;
  margin-top: 13px;
  display: inline-block;
}