/*
Theme Name: Skeleton Themes
Theme URI: http://www.skeleton.com.au
Description: Font Awesome 4.3.0 + Bootstrap 3.3.2 Framework
Version: 3.0
Author: Gerard Milo
Author URI: 
Tags: HTML, CSS, Widget, Menu, jQuery

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/


/*************************************************************************************************************
 * GENERAL
 ***************************************/
body {
    color: #444;
	background: #FFF;
	font-size: 14px;
	line-height: 22px;
	min-width: 320px;

}

h1, .main-title {
	margin: 0px 0px 10px;
    font-size: 30px;
    line-height: 40px;
	color: #000;
	display: block;

}
h2, .second-title {
	margin: 0px 0px 15px;
    font-size: 22px;
    line-height: 30px;
	color: #555;
	display: block;
}
h3 {
	margin: 0px 0px 10px;
	color: #666;
	line-height: 20px;
	font-size: 16px;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/*************************************************************************************************************
 * COMMON
 ***************************************/
hr {
	border-color: #CCC;
	border-style: dashed;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
ul li {
	padding: 2px;
}
.max-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.text-upper {
	text-transform: uppercase;
}
/*************************************************************************************************************
 * SOCIAL ICONS
 ***************************************/
.list-social li {
	padding: 0px 5px 0px 0px;
	margin-bottom: 5px;
}
.list-social a {
	color: #FFFFFF !important;
	display: block;
	font-size: 25px;
	line-height: 35px;
	padding: 5px 0;
	width: 44px;
	text-align: center;
}
.list-social i span {
	display: none;
}
.rss, .email {
	background: #F15200;
}
.twtr {
	background: #3ABDD1;
}
.fb {
	background: #2F5A9A;
}
.ig {
	background: #306087;
}
.gg {
	background: #D13E2F;
}
.dl {
	background: #fadf09;
}
.linkedin {
	background: #1884BB;
}


/*************************************************************************************************************
 * Contextual backgrounds BOOTSTRAP
 ***************************************/

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
	padding:10px;
}




/*************************************************************************************************************
 * BOOTSTRAP EDIT
 ***************************************/
@media (max-width: 768px) { 
}

/*************************************************************************************************************
 * HEADER - META
 ***************************************/
#header-meta {
	background: #EEE;
	line-height: 40px;
	font-size: 12px;
} 
#header-meta .menu-description {
	font-size: 10px;
}
/*************************************************************************************************************
 * HEADER
 ***************************************/
#header {
	background: #FFF;
}
#header-inner {

}
@media (max-width: 768px) {
	#header {
		border-bottom: 2px solid #CCC;
	}
	#header-inner {
		padding: 0px;
		width: 100%;

	}	
}
/*************************************************************************************************************
 * LOGO
 ***************************************/
#logo {
	float: left;
	vertical-align: middle;
}
#logo h1 {
	margin: 0px;
}
#logo h1 strong {
	font-size: 0;
	height: 0;
	left: -999em;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: -999em;
	width: 0;
}
#logo img {
}

@media (max-width: 1000px) {
	#logo {
		float: none;
		text-align: center;
		padding-bottom: 10px;
	}	
}
@media (max-width: 768px) {
	#logo {
		padding: 8px 0px 0px 7px;
		display: block;
		float: left;
	}
	#logo img {
	}
}


/*************************************************************************************************************
 * MENU - TOP
 ***************************************/
.menu-inside {
	float: right;
}



@media (max-width: 1280px) {
	.menu-nav > li a {
		padding: 0px 5px;	
	}
}
@media (max-width: 1000px) {
	.menu-inside {
		float: none;
		clear: both;

	}
	.menu-nav {
		display: table;
		margin: 0 auto;
	}
	.menu-nav > li > a {
		line-height: 60px;
	}
}
@media (max-width: 768px) {
	#menu {
		display: block;
		float: none;
		padding: 0px;
		width: 100%;
		clear: both;
		background: #FFF;
		margin: 0px;
		border-top: 2px solid #CCC;
	}

}

/*************************************************************************************************************
 * MENU - ICONS
 ***************************************/
#top-btn, #top-btn i {
    border: medium none;
    font-size: 25px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    width: 64px;
    display: none;
}
#top-btn {
	border-left: 1px solid #CCC;
}
#menu-icons {
	display: none;
	margin: 0px;
	overflow: hidden;
}
#menu-icons li {
	padding: 0px;
	float: right;
}
#menu-icons i {
	display: block;
	cursor: pointer;
	font-size: 25px;
	line-height: 60px;
	width: 59px;
	text-align: center;
	color: #003e5d;
	margin: 0px;
	padding: 0px;
}
#menu-icons i {
	line-height: 60px;
}

@media (max-width: 768px) {

	#top-btn, #top-btn i {
		float: right;
		display: block !important;
	}

}

/*************************************************************************************************************
 * MENU - GENERAL AND SUBMENU
 ***************************************/
.menu-link {
	border-radius: 0px;
	background: #FFF;

}
.menu-link.collapsed {
	background: none;
}
.nav-toggle {
	display: none;
}
.menu-nav .dropdown-menu {
	border-radius: 0px;
	border-top: 3px solid #2eaeb9;
	margin-top: 0px;	
}
.menu-nav li a .fa {
	padding-left: 10px;
}
@media (max-width: 768px) {
	.navbar-toggle {
		display: block !important;
	}
	.navbar-collapse.collapse {
		display: none !important;
	} 
	.collapse.in {
		display: block !important;
	}
	.menu-nav {
		background: #FFF;
		width: 100%;
		top: 60px !important;
		margin: 0px !important;
	}
	.menu-nav ul {
		margin: 0px;
		padding: 0px;
	}
	.menu-nav > li {
		display: block;
		padding: 0px 0px;
		border-bottom: 1px solid #CCC;
		margin: 0px 5px;
	}
	.menu-nav > li:last-child {
		border: 0px;
	}
	.menu-nav li a {
		font-size: 16px;
		line-height: 45px !important;
		font-weight: normal;
		text-transform: capitalize;
		display: block;
		padding-left: 10px;
	}
	.menu-nav .dropdown-menu {
		position: static;
		border-bottom: 1px solid #CCC !important;
		box-shadow: none;
		border: 0px;
		border-bottom: 1px solid #CCC;
		width: 100%;
	}
	.menu-nav ul li {
		margin: 0px;
		display: block !important;
		border-top: 1px dashed #CCC;
		padding: 0px;
	}
	.menu-nav ul li a {
		color: #666;
		line-height: 45px;
		padding-left: 25px;
	}
	.nav-toggle {
		display: block;
		float: right;
		line-height: 45px;
	}
	.menu-nav .fa {
		padding: 0px 5px;
		float: right;
		line-height: 45px;
	}
}


/*************************************************************************************************************
 * CONTENT
 ***************************************/
#content-wrapper {

}
.pages {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pages-front {
	padding: 0px;
}
@media ( max-width: 768px ) { 

}

/*************************************************************************************************************
 * SIDEBAR
 ***************************************/
#sidebar {
	padding-top: 30px;
	padding-bottom: 20px;
}
/*************************************************************************************************************
 * POST - GENERIC
 ***************************************/

.post-title {
	margin-bottom: 15px;
	border-bottom: 1px dotted #DDD;
}
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
}
.post-meta .label {
	margin-right: 5px;
}
.post-meta .label a {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}
.post-comments {
	padding: 15px 0px;
	border-top: 1px dotted #DDD;
}


/*************************************************************************************************************
 * POST - ARCHVE
 ***************************************/
.row-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.row-post-last {
	border-bottom: 0px;
}

/*************************************************************************************************************
 *  WIDGETS GENERAL
 ***************************************/
.widget {
}
.widget-title {
	line-height: 40px;
	font-size: 22px;
	color: #000;
}
.widget-content {
	height: auto;
} 
.widget-title i {
	line-height: 40px;
}
.widget-toggle {
	cursor: pointer;
}
@media (max-width: 768px) {
	.widget-title {
		font-size: 18px;	
	}
}

/*************************************************************************************************************
 *  FOOTER
 ***************************************/

#footer-sig {
	background: #232323;
	font-size: 10px;
	color: #AAA;
	padding: 10px 5px;
}
@media ( max-width: 991px ) {

}


/*************************************************************************************************************
 *  SHORTCODE - RECENT POSTS
 ***************************************/
.list-widget-recent dl {
	margin-bottom: 5px;
}
.list-widget-recent dt {
	width: 80px;
	float: left;
}
.list-widget-recent dd {
	margin-left: 100px;
}
@media (max-width: 768px) {
	.list-widget-recent dd {
		margin-left: 90px;
	}
}