html,body {
	font-family: 'Roboto', sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #e6f2ee;
	font-size: 17px;
	line-height: 1.65em;
	color: #16272c;
}

.site-title {
  background-color: #4d6265;
}

.site-title a h2 {
	color: #e6f2ee;
	font-size: 65px;
	font-weight: bold;
	margin: 0;
	padding: 45px 20px;
	display: inline-block;
	font-family: 'Kumar One Outline', cursive;
	transition: 0.2s all;
}

.site-title a h2:hover {
	color: #fff;
	text-shadow: 4px 4px 15px #8a1715;
}

@media (max-width: 768px) {
	.site-title img {
		width: 85%;
	}
}

a {
	background-color: transparent;
	color: #8a1715; 
}

a:hover,
a:focus,
a:active,
a:focus:active {
	color: #a14543;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #8a1715;
}

h1 { 
	border-bottom: 2px solid #bddbdb;
	padding-bottom: 10px;
}

#sidebar {
	margin-top: 15px;
}

#sidebar ul {
	padding-left: 0;
	margin: 0 0 15px 0;
}

#sidebar ul li {
	display: block;
	margin-bottom: 5px;
}

#sidebar ul li a {
	background-color: #4d6265;
	display: block;
	padding: 5px 5px 5px 10px;
	border-radius: 4px;
	color: #fff;
	transition: all 0.12s ease 0s;
}

#sidebar ul li a:hover {
	background-color: #8a1715;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
  background-color: #8a1715;
  border-radius: 0;
  border: none;
}

.navbar-default .navbar-nav>li>a {
  color: #e6f2ee;
  font-size: 16px;
	padding: 20px 15px;
	transition: all 0.2s ease 0s;
}

.navbar-default .navbar-nav>li>a:hover {
 	color: #e6f2ee;
	background-color: #4d6265;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #e6f2ee;
	background-color: #4d6265;
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:active,
.navbar-nav>.open>a:active:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:active,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:active:focus {
	color: #e6f2ee !important;
	background-color: #4d6265 !important;
}

.dropdown-menu {
	background-color: #8a1715;
	border: 1px solid #010e3b;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a:active:focus {
  color: #010e3b !important;
	background-color: #4d6265 !important;
}


@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block !important;
    float: none !important;
    vertical-align: top !important;
  }

  .navbar .navbar-collapse {
    text-align: center !important;
  }
}

.container-background {
	background-color: transparent;
} 

.post-featured-image {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.footer-copyright {
	border-top: 2px solid #4d6265;
	color: #e6f2ee;
	background-color: #8a1715;
	padding: 20px 0;
	/*margin-top: 20px;*/
}

@media (max-width: 768px) {
	.top-5-table {
		overflow-x: scroll;
	}
}

.tablepress {
	background-color: #8a1715;
	font-size: 15px;
	line-height: 1.2;
}

.tablepress tbody tr,
.tablepress tbody td {
	border: 1px solid #4d6265;
	vertical-align: middle !important;
	text-align: center;
}

.tablepress img {
	max-width: 125px !important;
	width: 100%;
}

.tablepress thead th {
	background-color: #8a1715 !important;
	color: #e6f2ee !important;
	text-align: center;
	border: 1px solid #4d6265;
}

.table-cta {
	background-color: #4d6265;
	padding: 8px 10px;
	color: #fff;
	border-radius: 5px;
	display: block;
}

.table-cta:hover,
.table-cta:focus,
.table-cta:active,
.table-cta:active:focus {
	background-color: #8a1715;
	color: #fff;
}

.star-rating {
	color: #4d6265;
	font-size: 25px;
}

@media (max-width: 768px) {
	.star-rating {
		font-size: 13px;
	}

	.tablepress {
		font-size: 13.5px;
	}

	.tablepress td {
		padding: 3px;
	}
}



.lft-btn, .rte-btn {
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.lft-btn a,
.rte-btn a {
	background-color: #cb8b72;
	color: #3e232c;
	border: 3px solid #cb8b72;
	border-radius: 5px;
	margin: 0 15px;
	padding: 10px 15px;
	transition: all 0.12s ease 0s;
}

.lft-btn a:hover,
.lft-btn a:active,
.lft-btn a:focus,
.lft-btn a:active:focus,
.rte-btn a:hover,
.rte-btn a:active,
.rte-btn a:focus,
.rte-btn a:active:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #4374af;
    border: 3px solid #cb8b72;
	color: #FDFFFC;
    outline: none;
}

.navigation {
	padding: 20px 0;
}

.margin-0 {
	margin-left: 0;
	margin-right: 0;
}

hr.divider-line {
  border-top: 2px solid #bddbdb;
}