/* Custom Bootstrap Styles */

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.fa {
    font-size: 14px;
}

.navbar-header {
    height: 60px;
    line-height: 60px;
}

.navbar-logo img {
    padding-left: 15px;
    margin: auto 0;
    max-height: 60px;
}

/* Menu */
@media (min-width: 768px) {
.menu-item-has-children{
	position: relative;
}
li.menu-item-has-children ul.sub-menu {
	display: none;
}
li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 9999;
	list-style: none;
	min-width: 150px;
	padding: 15px;
	background: #2C3E50;
	box-shadow: 0px 1px 3px #000;
}
ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 9999;
	list-style: none;
	min-width: 150px;
	padding: 15px;
	background: #2C3E50;
	box-shadow: 0px 5px 15px #000;
}
}

body {
	background: #fafafa;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Slabo 27px', serif;
}

h2 a {
	color: #2c3e50;
}

h2 a:hover {
	text-decoration: none;
}

h2#comments {
	font-family: Lato;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
}

.assistive-text {
	display: none;
}
#main-header {
	box-shadow: rgba(0,0,0,0.2) 0px 1px 5px;
	margin-bottom: 30px;
}
#main-header .navbar {
	padding: 20px 0;
}

#main-footer {
	border-top: 20px solid #253545;
	margin-top: 30px;
}
#main-footer > div {
	padding: 10px 0;
}

#footer-widgets ul {
	list-style: square;
	padding-left: 15px;
}

.content-container {
	padding-right: 15px;
	padding-left: 0;
}
.sidebar-container {
	padding-right: 0;
	padding-left: 15px;
}
.content-container .category-name {
	font-family: Lato;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 30px;
	letter-spacing: 2px;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
}
.category-description {
	color: #888;
	margin: 20px 0 20px 30px;
	padding-left: 20px;
	padding-right: 30px;
	padding: 5px 30px 5px 20px;
	border-left: 5px solid #e74c3c;
}
@media (max-width: 992px) {
	.content-container, .sidebar-container{
		padding: 0;
	}
}

.card {
	float: left;
	position: relative;
	min-height: 1px;
	background: #fff;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 5px;
	border-radius: 2px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	width: 100%;
}

.card > * {
	padding-left: 30px;
	padding-right: 30px;
}

.card > img {
	padding-left: 0;
	padding-right: 0;
}

.card p{
	margin-top: 15px;
}

.post-meta{
	background: #f1f1f1;
	color: #999;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	border: 1px solid #e0e0e0;
	/*white-space: nowrap;*/
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin: 10px 10px 15px 0;
	word-wrap: break-word;
	max-width: 705px;
}


.widget ul{
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget ul li{
	line-height: 2.5;
	border-bottom: 1px dashed #ecedee;
}

.widget ul li a{
	color: #2C3E50;
}

.widget ul li a:hover{
	color: #18bc9c;
	text-decoration: none;
}

.widget h2 {
	font-family: "Slabo 27px";
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #ecedee;
	line-height: 28px;
	position: relative;
	margin: 30px 30px 10px 30px;
	padding-left: 0;
	padding-right: 0;
}

.widget h2:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 32px;
	background-color: #2f3c4e;
	bottom: -2px;
	left: 0;
}

.wp-post-image, .entry .size-full, .entry .attachment-large{
	display: block;
	max-width: 100%;
	height: auto;
}

.author-description .media-body{
	padding-left: 22px;
}

.commentlist{
	list-style: none;
}

.commentlist .comment{
	margin-bottom: 30px;
}

.commentlist .children{
	list-style: none;
	padding-left: 74px;
}

.comment-name{
	font-style: normal;
	font-weight: bold;
}

.commentlist .media-body{
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	padding-left: 20px;
	padding-bottom: 20px;
}

.commentlist img, .author-description img{
	border-radius: 50%;
}

input[type="submit"]#submit{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color: #ffffff;
	background-color: #18bc9c;
	border-color: #18bc9c;
}

input[type="submit"]#submit:hover,
input[type="submit"]#submit:focus,
input[type="submit"]#submit:active {
  color: #ffffff;
  background-color: #128f76;
  border-color: #11866f;
}

.author-description{
	margin-top: 30px;
	margin-bottom: 30px;
}

.sticky h2 a{
	color: #18bc9c;
}

.deluxe-social{
    list-style: none;
}

ul.deluxe-social li{
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 10px;
}

#main-footer  ul.deluxe-social li{
    width: 24px;
    height: 24px;
}

#main-footer ul.deluxe-social{
    padding: 0;
}

.deluxe-social-icon{
    display: block;
    width: 100%;
    height: 100%;
}

.deluxe-social a i {
    color: #fff;
}

.deluxe-social a.fb{
    background: #395793;
}

.deluxe-social a.twitter{
    background: #1CA3DB;
}

.deluxe-social a.linkedin{
    background: #0A6594;
}

.deluxe-social a.youtube{
    background: #AD2C27;
}

.deluxe-social a.insta{
    background: #79422D;
}

.deluxe-social a.gplus{
    background: #9E3023;
}

.deluxe-social a.pinterest{
    background: #A9272F;
}

.deluxe-social a.vimeo{
    background: #1CA3DB;
}

.deluxe-social a.tumblr{
    background: #3E5A70;
}


.dropdown-menu > li > a {
	line-height: 30px !important;
}

@media (max-width: 768px) {
	.navbar-collapse {
		display: none;
	}
}

.navbar{
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

.navbar-collapse a{
	border: none;
	color: #fff;
}

.navbar-default{
	border: none;
}

.dropdown-toggle:after{
	font-family: 'FontAwesome';
	content: " \f0d7";
	font-size: 11px;
}

.navbar-toggle {
	color: #fff;
	margin-top: 0px;
    margin-bottom: 0px;
}
