/*-------------------------------------------------------------------------

Theme Name: Incorporated
Theme URI: http://themeforest.net/user/philse?ref=philse
Description: Premium responsive and modern grid theme. Created by PHIL SE for Themeforest.
Version: 1.2.1
Author: PHIL SE
Author URI: http://philse.com
Tags: two-columns
 
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	Table of Contents:
		1: Basics
			1A: Body Base Containers / Sticky Footer / Preloader
			1B: Links
			1C: Clearfix
			1D: Highlight Color
		2: Header
			2A: Header Base Containers
			2B: Main Blog Title
			2C: Pull Down Menu / Widget Area
		3: Pages
			3A: Pages / Main Pages
			3B: Pages / Mobile Pages
		4: Posts
			4A: Standard Posts
			4B: Large Posts
			4C: Post Entry
			4D: Post Headers
			4E: Display More Styling
			4F: Post Type: Images
			4G: Post type: Quotes
			4H: Post Type: Links
			4I: Post Type: Aside
			4J: Post Type: Gallery
			4K: Post Type: Status
			4L: Post Type: Chat
			4M: Post Information
		5: Comments
		6: Pagination
		7: Footer
		8: Search Form
		9: Short Codes
			9A: Columns
			9B: Buttons
			9C: Dividers
		10: Archive Page
		11: Responsive CSS
			11A: Smaller than standard 960 // Devices and browsers
			11B: Tablet portrait size to standard 960 // Devices and Browsers
			11C: All mobile sizes // Devices and Browsers
			11D: Mobile landscape size to tablet portrait // Devices and Browsers
		12: Isotope Animations
		
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	1: Basics
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	1A: Body Base Containers / Sticky Footer / Preloader
--------------------------------------------------------------------------*/

body {
	background: #e6ebea;
	color: #616566;
	font-size: 12px;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

#wrap {
   min-height: 100%;
   clear: both;
   padding-bottom: 150px;
}

#infscr-loading {
	display: none !important;
}

#main {
   overflow:hidden;
   
}  

#footer {
   position: relative !important;
   margin-top: -150px !important;
   clear:both;
} 

#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #e6ebea;
	z-index:99999;
}

#preloader #status {
	width: 60px;
	height:50px;
	position:absolute;
	background-color: white;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	left:50%; 
	top:50%;
	background-image:url(images/preloader.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 60px;
	background-position: center;
	margin:-25px 0 0 -30px; 
}


/*-------------------------------------------------------------------------
	1B: Links
	Desc: Opacity hover disabled for .information, .author-information,
	#pagination
--------------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #5c7ea5;
	opacity: 1;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

a:hover {
	opacity: .5;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}


/*-------------------------------------------------------------------------
	1C: Clearfix
--------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*-------------------------------------------------------------------------
	1D: Highlight Color
--------------------------------------------------------------------------*/

::selection {
	background: #5c7ea5; 
	color: white;/* Safari */
	}
::-moz-selection {
	background: #5c7ea5; 
	color: white;/* Firefox */
}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	2: Header
	
---------------------------------------------------------------------------
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	2A: Header Base Containers
--------------------------------------------------------------------------*/

#header {
	margin: 0px auto 0px auto;
	clear: both;
}

#header.center_header {
	width: 100%;
}

/*-------------------------------------------------------------------------
	2B: Main Blog Title
--------------------------------------------------------------------------*/

#header #title {
	margin: 15px 0 0 0;
}

#header #title h1 {
	text-align: center;	
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'Six Caps', sans-serif;
}
			
#header #title h1 a {
	color: #3f4149;	
	font-weight: normal;
	text-decoration: none;
}

#header #header-image {
	margin: 15px 0 0 0;
	width: 100%;
}
			
#header #header-image img {
	max-width: 100%;	
}

#header #header-image .wrap-out {
	float: right;
	right: 50%;
	position: relative;
}

#header #header-image .wrap-in {
	float: right;
	right: -50%;
	position: relative;
}

#header #header-image .clear {
	clear: both;
}

/*-------------------------------------------------------------------------
	2C: Pull Down Menu / Widget Area
--------------------------------------------------------------------------*/

#navigation #puller {
	margin: 0 auto;
	cursor: pointer;
}

#navigation #puller #puller-content {
	position: relative;
    top: 0;
    left: 15px;
    float: left;
    z-index: 999;
	font-size: 14px;
	padding: 8px 12px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #3f4149;
	color: #ffffff;		
}

#navigation-panel {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#navigation-content {
	overflow: hidden;
	position: relative;
	padding: 50px 0 50px 0;
	z-index: 3;
	width: 100%;
	background-color: #3f4149;
	display: none;
}

#navigation-content .widget {
	border-bottom: 1px dotted #f0f0f0;
	margin-top: 20px;
	padding-bottom: 20px;
	line-height: 16px;
	font-size: 12px;
	text-align: left;
	color: white;
}

#navigation-content .widget img {
	max-width: 100%;
	height: auto;
}

#navigation-content .widget select {
	max-width: 100%;
}

#navigation-content .widget h4 {
	font-weight: bold;
	margin-bottom: 10px;
}


#navigation-content .widget a {
	text-decoration: underline;
	color: white;
}


#navigation-content .widget  .tweet {
	margin:0;
	padding:0;
	list-style:none;
}

#navigation-content .tagline.widget p {
	font-style: italic;
}
		    
.tweet ul, .tweet li, .tweet ol {
	padding: 0;
	margin: 0; 
}

.tweet ul {
	list-style: none;
 }
 	
.tweet li{
	padding: 10px 0;
}
		
#navigation-content .widget .follow {
	font-weight: bold;
	padding-top: 10px;
}

#navigation-content .widget .follow a {
	text-decoration: none;
}

#navigation-content table {
	width: 100%;
}


#navigation-content caption {
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------
	3: Pages
--------------------------------------------------------------------------*/

#pages {
	position: relative;
	clear: both;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 100%;
}


/* ------------------------------------------------------------------
	3A: Pages / Main Pages 
	Desc: Computer/Tablet View
--------------------------------------------------------------------------*/

#pages #main-pages {
	text-align: center;
}

#pages #main-pages li {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #646464;
}

#pages #main-pages li a {
	color: #646464;
	opacity: 1;
}

#main-pages ul {
	padding: 0;
}

#main-pages li:hover ul {
	display: block;
}

#main-pages li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 5;
	left: 50%;
	margin-left: -85px;
}

#pages #main-pages li ul a {
	color: white;
	margin: 0 auto;
	line-height: 22.3px;
	display:block; 
	background-color: #3f4149;
	width: 100%;
	height:100%;
	padding: 10px;
}

#pages #main-pages li ul li {
	margin: 0 0 1px 0;
	text-indent: 0;
	width: 130px;
	list-style: none;
	text-align: center;
	background-color: #3f4149;
	margin-bottom: 1px;
}
	
#main-pages li ul li:hover  {
		background-color: #27282c;
}
	
 
#pages #main-pages li li:hover a { 
	background-color: #27282c;
}
 
#pages #main-pages li  li:first-child:hover a { 
	background-color: #27282c;
}

#pages #main-pages .sub-menu i {
	display: none;
}

#main-pages li .sub-menu {
	padding: 20px 10px 10px 10px;
}
	
/* Arrow */

#main-pages li ul li:first-child:before {
    content:'';
    width:0px; height:0px; 
    position: absolute; 
    left: 50%;
    margin-left: 0px;
    top: -20px;
    border:10px solid;
    border-color: transparent transparent #3f4149 transparent;
}

	#main-pages li ul li:hover:first-child:before {
				
					border-color: transparent transparent #27282c transparent;
	}
	
	
	
	#main-pages li ul li:last-child, #main-pages li ul li:last-child a {
				-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
			}
			#main-pages li ul li:first-child, #main-pages li ul li:first-child a  {
				-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
			}

			#main-pages .sub-menu li .sub-menu {
	top: 0;
	display: none !important;
	left: 230px;
	padding-left: 30px;
	padding-top: 0;
	
}	

#main-pages .sub-menu li:hover .sub-menu {
	display: block !important;
	
}	

#main-pages .sub-menu li:hover .sub-menu li, #main-pages .sub-menu li:hover .sub-menu li a {
	background-color: #3f4149 !important;
	
}

#main-pages .sub-menu li .sub-menu li:hover {
	background-color: #27282c;
	
}

#main-pages li ul li ul li:first-child:before, #main-pages li ul li:hover ul li:first-child:before {
    content:'';
    width:0px; height:0px; 
    position: absolute; 
    margin-left: 0px;
    left: -20px;
    top: 10.5px;
    border:10px solid;
    border-color: transparent #3f4149 transparent  transparent;
}

#main-pages li ul li ul li:hover:first-child:before {
    content:'';
    width:0px; height:0px; 
    position: absolute; 
    margin-left: 0px;
    left: -20px;
    top: 10.5px;
    border:10px solid;
    border-color: transparent #27282c transparent  transparent !important;
}

#main-pages li .sub-menu li .sub-menu li:hover a {
   background-color: #27282c !important;
}

#main-pages .sub-menu li .sub-menu li .sub-menu {
	display: none !important;
	
}

#main-pages .sub-menu li .sub-menu li:hover .sub-menu {
	display: block !important;
	
}	

#main-pages .sub-menu li .sub-menu li:hover .sub-menu li, #main-pages .sub-menu li .sub-menu li:hover .sub-menu li a {
	background-color: #3f4149 !important;
	
}

#main-pages .sub-menu li .sub-menu li .sub-menu li:hover {
	background-color: #27282c;
	
}

#main-pages li ul li ul li ul li:first-child:before, #main-pages li ul li:hover ul li:first-child:before {
    content:'';
    width:0px; height:0px; 
    position: absolute; 
    margin-left: 0px;
    left: -20px;
    top: 10.5px;
    border:10px solid;
    border-color: transparent #3f4149 transparent  transparent;
}

#main-pages li ul li ul li ul li:hover:first-child:before {
    content:'';
    width:0px; height:0px; 
    position: absolute; 
    margin-left: 0px;
    left: -20px;
    top: 10.5px;
    border:10px solid;
    border-color: transparent #27282c transparent  transparent;
}

#main-pages li .sub-menu li .sub-menu li .sub-menu li:hover a {
   background-color: #27282c !important;
}


/*-------------------------------------------------------------------------
	3B: Pages / Mobile Pages 
	Desc: Mobile View
--------------------------------------------------------------------------*/

#pages #mobile-pages {
	position: relative;
	display: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#pages #mobile-pages #divider {
	cursor: pointer;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#pages #mobile-pages .selector {
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#pages #mobile-pages .selector.active {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#pages .selector {
	padding: 10px;
	cursor: pointer;
	width: 150px;
	position: relative;
	height: 10px;
	float: left;
	z-index: 4;
	background-color: #b0b0b0;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#pages .selector:hover {
	background-color: #3f4149;
}

#pages .selector.active {
	background-color: #3f4149;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#pages #divider {
	float: left;
	color: white;
	background-color: #3f4149;
	height: 10px;
	margin: 0 1px;
	width: 10px;
	padding: 10px;
}

#pages #divider i {
	float: left;
	text-align: center;
	width: 10px;
}

#pages .mobile_pages_list {
	top: 19px;
	left: 0px;
}

#pages .mobile_pages_list {
	background-color: #3f4149;
	position: absolute;
	display: none;
	z-index: 3;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 15px 10px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

#pages .mobile_pages_list {
	list-style: none;
	word-break: break-word;
}

#pages .mobile_pages_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pages .mobile_pages_list li {
	margin-bottom: 20px;
}

#pages .mobile_pages_list .children {
	margin-top: 20px;
	list-style: none;
}

#pages .mobile_pages_list li:last-child {
	margin-bottom: 0px;
}

#pages .mobile_pages_list a {
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	4: Posts
	Desc: Responsive Post CSS is within Responsive CSS section
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

.single-container {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}

.single-container.category-featured {
	width: 960px !important;
}

/*-------------------------------------------------------------------------
	4A: Standard Posts
--------------------------------------------------------------------------*/

#isotope .post {
	float: left;
}

.iso.starter {
	margin: 0px !important;
	width: 480px !important;
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none
	-webkit-box-shadow: none;
}

.post {
	margin: 15px;
	float: left;;
	width: 450px;
	overflow: hidden;
	line-height: 18px;
	position: relative;	
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);	
}

.post img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.post blockquote {
	margin-left: 30px;
	border-left: 1px solid #7f7f7f;
	padding-left: 20px;
	font-style: italic;
}



/*-------------------------------------------------------------------------
	4B: Large Posts 
	Desc: Large post styling also within Responsive CSS section
--------------------------------------------------------------------------*/

.post.category-featured {
	width: 930px;
}

/*-------------------------------------------------------------------------
	4C: Post Entry 
	Desc: Applied to most text portions of post
--------------------------------------------------------------------------*/

.post .entry {
	padding: 20px;
	margin-bottom: 10px;
	word-break: break-word;
}

.post .entry .content p:last-child {
	margin-bottom: 20px;
}

.post.page .entry .content p:last-child {
	margin-bottom: 10px;
}


/*-------------------------------------------------------------------------
	4D: Post Headers
--------------------------------------------------------------------------*/
.post h1 {
	font-size: 28px;
	line-height: 34px;
}

.post h2 {
	font-size: 24px;
	line-height: 28px;
}

.post h3 {
	font-size: 20px;
	line-height: 24px;
}

.post h4 {
	font-size: 18px;
	line-height: 22px;
}

.post h5 {
	font-size: 16px;
	line-height: 20px;
}

.post h6 {
	font-size: 14px;
	line-height: 16px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	color: #3f4149;
	margin-bottom: 10px;
}
	
.post h1 a, .post h2 a, .post h3 a, .post h4 a, .post h5 a, .post h6 a {
	color: #3f4149;
}

/*-------------------------------------------------------------------------
	4E: Display More Styling
--------------------------------------------------------------------------*/

.post .more_divider {
	font-size: 11px;
	margin: 10px 0;
	border-bottom: 1px dotted #616566;
	display: block;
	padding-bottom: 10px;
	color: #616566;
} 

.post .more_divider a {
	color: #616566;
}

/*-------------------------------------------------------------------------
	4F: Post Type: Images
--------------------------------------------------------------------------*/

.wp-caption {
}

.wp-caption-text {	
}

.post .video p {
	margin: 0;
}

.post.type-image .thumbnail {
	position: relative;
	z-index: 2;
}

.post.type-image .thumbnail img {
	height: auto;
	width: 100%;
}

.post.type-image .thumbnail:hover .overlay {
	opacity: 1;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.post.type-image .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	z-index: 3;
}

.post.type-image .overlay a {
	width: 100%;
	height: 100%;
	position: absolute;
}

.post.type-image .overlay a, .post.type-image .overlay a:hover {
	opacity: 1;
}

.post.type-image .overlay .eye {
	background-image: url(images/eye.png);
	width: 35px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	color: white;
	left: 50%;
	margin-left: -17.5px;	
	top: 50%;
	margin-top: -10px;
	overflow: hidden;
}

.post.type-image .overlay .eye:hover {
	opacity: .5;
}

.post.type-image .overlay  .hover_caption {
	color: #ffffff;	
	opacity: .9888;
	font-size: 12px !important;
	position: absolute;
	bottom: 50px;
	overflow: hidden;
	width: 100%;
	padding: 0 30px;
	font-weight: bold;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	display: block;
}

.post.type-image .overlay .hover_caption h1, .post.type-image .overlay  .hover_caption h2, .post.type-image .overlay .hover_caption h3,.post.type-image .overlay .hover_caption h4, .post.type-image .overlay .hover_caption h5, .post.type-image .overlay .hover_caption h6 {
	font-size: 12px !important;
}
	
.post.type-image .overlay .hover_caption blockquote {
	display: inline;
	border: none;
	padding: 0;
	margin: 0;
}
	
.post.type-image .overlay .hover_caption p {
	display: inline;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;	
}
	
.post.type-image .overlay .hover_caption a {
	color: #ffffff;	
}

/*-------------------------------------------------------------------------
	4G: Post Type: Quotes
--------------------------------------------------------------------------*/

.post.type-quote .quote {
	background-color: #eeeeee;
	color: #3f4149;
	padding: 20px;
}

.post.type-quote .icon {
	float: left;
	font-size: 14px;
	color: #3f4149;
}

.post.type-quote .quote blockquote {
	margin-left: 30px;
	padding-left: 15px;
	border-left: 1px solid #3f4149;
}

.post.type-quote .quote a {
	text-decoration: underline;
	color: #3f4149;
}

/*-------------------------------------------------------------------------
	4H: Post Type: Links
--------------------------------------------------------------------------*/

.post.type-link .link {
	background-color: #eeeeee;
	color: #3f4149;
	padding: 20px;
	}

.post.type-link .icon {
	float: left;
	color: #3f4149;
	font-size: 14px;
}

.post.type-link .link .url {
	margin-left: 30px;
	padding-left: 15px;
	border-left: 1px solid #3f4149;
}

.post.type-link .link .url a {
	color: #3f4149;
}

/*-------------------------------------------------------------------------
	4I: Post Type: Aside
--------------------------------------------------------------------------*/
.post.type-aside .aside-content p {
	margin: 0;
}

.post.type-aside .aside-content p:last-child {
	margin: 0;
}

.post.type-aside .aside {
	background-color: #eeeeee;
	color: #3f4149;
	padding: 20px;
}

.post.type-aside .icon {
	float: left;
	color: #3f4149;
	font-size: 14px;
}

.post.type-aside .aside .aside-content {
	margin-left: 30px;
	padding-left: 15px;
	border-left: 1px solid #3f4149;
}

.post.type-aside .aside-content a {
	text-decoration: underline;
	color: #3f4149;
}

/*-------------------------------------------------------------------------
	4J: Post Type: Gallery
--------------------------------------------------------------------------*/

.gallery {
	position: relative;
	padding: 40px;
	margin: -30px -20px 20px -20px;
	background-color: #222;
}

#gallery-wrap {
	position: relative;
	padding-bottom: 50px;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    -webkit-box-sizing: border-box;
}

.gallery-item:first-child {
	width: 100% !important;
}

.gallery-item {
	float: left;
}

.columns-1 .gallery-item {
	width: 100%;
	height: 100%;
}

.columns-2 .gallery-item {
	width: 50%;
}

.columns-2 .gallery-icon { 
	height: 120px;
}

.category-featured .columns-2 .gallery-icon { 
	height: 240px;
}

.columns-3 .gallery-item {
	width: 33.33333333333%;
}

.columns-3 .gallery-icon{ 
	height: 75px;
}

.category-featured .columns-3 .gallery-icon { 
	height: 150px;
}

.columns-4 .gallery-item {
	width: 25%;
}

.columns-4 .gallery-icon{ 
	height: 60px;
}

.category-featured .columns-4 .gallery-icon { 
	height: 120px;
}

.columns-5 .gallery-item {
	width: 20%;
}

.columns-5 .gallery-icon{ 
	height: 45px;
}

.category-featured .columns-5 .gallery-icon { 
	height: 90px;
}

.columns-6 .gallery-item {
	width: 16.666666666%;
}

.columns-6 .gallery-icon{ 
	height: 30px;
}

.category-featured .columns-6 .gallery-icon { 
	height: 60px;
}

.columns-7 .gallery-item {
	width: 14.222222222%;
}

.category-featured .columns-7 .gallery-icon { 
	height: 60px;
}

.columns-7 .gallery-icon{ 
	height: 30px;
}

.columns-8 .gallery-item {
	width: 12.5%;
}
.columns-8 .gallery-icon{ 
	height: 25px;
}

.category-featured .columns-8 .gallery-icon { 
	height: 50px;
}

.columns-9 .gallery-item {
	width: 11.111111%;
}

.columns-9 .gallery-icon{ 
	height: 20px;
}

.category-featured .columns-9 .gallery-icon { 
	height: 40px;
}

.gallery-item:first-child img {
	position: relative !important;
	top: 0 !important;
}

.gallery-item:first-child .gallery-icon {
	height: inherit !important;
}

.gallery-icon {
    position:relative; 
    width: 100%;
    overflow: hidden;
}

.gallery-icon img{
    position:absolute;
    top:50%;
    width: 100%;
}

.columns-1 .gallery-icon img{
    position: relative;
    top: inherit;
}
  
/*-------------------------------------------------------------------------
	4L: Post Type: Status
--------------------------------------------------------------------------*/
  
  .post.type-status .status {
	background-color: #eeeeee;
	color: #3f4149;
	padding-top: 20px;
  }
  
  .post.type-status .status-wrapper {
	 padding: 20px; 
	 text-align: center;
  }
  
  .post.type-status .status .icon {
	  display: block;
	  text-align: center;
	  margin: 0 auto;
	  font-size: 14px;
  }

/*-------------------------------------------------------------------------
	4M: Post Type: Chat
--------------------------------------------------------------------------*/
  
  .post.type-chat p:nth-child(even) {
	  background-color: #f0f0f0;
	  padding: 20px;
	  color: black;
  }
  
  .post.type-chat p:nth-child(odd) {
	  padding: 20px;
  }
  
/*-------------------------------------------------------------------------
	4N: Post Information
	Desc: Shows comment-count, date, 'View Post' below posts
--------------------------------------------------------------------------*/
.information {
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	font-size: 11px;
	clear: both;
}
			
.information .block {
	display: inline-block;	
}
			
.information .block a {
	color: #d0cdcd;
	text-decoration: none;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	transition: color .5s ease-out;
}
			
.tags {
	padding: 10px 0px 25px 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.sharing {
	padding: 10px 0 25px 0;
	width: 100%;
	float: left;
	height: 23px;
}

.tags a {
	color:  #616566;
}

.tags .tag {
	border-radius: 3px;
	font-size: 10px;
	font-style: italic;
	margin: 0 8px 8px 0;
	padding: 4px 8px;
	float: left;
	background-color: #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.tags .tag:hover{
	background-color: #222;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.tags .tag:hover a {
	color: white;
}

.information .divider {
	display: inline-block;
	color: #d0cdcd;
}
			
.information:hover .block, .information:hover .block a {
	color: #6c6c6c;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	transition: color .5s ease-out;
}

.information a:hover {
	opacity: 1;
}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	5: Comments
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

.type-comments input {
    padding: 8px;
    color: #616566;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;   margin: 0 0 10px 0;
    outline:none;
}


.type-comments  label {
	font-size: 11px;
	margin: 0 10px;
}

.type-comments #comment {
	padding: 8px;
	outline:none;
	 color: #616566;
	background: #f0f0f0;
	border: 1px solid white; 
	 width: 100%;
	 max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.type-comments .req {
	color: #5c7ea5;
	margin: 0 5px;
}

.type-comments #email, .type-comments #name, .type-comments #author, .type-comments #url {
    width: 120px !important;
}

.type-comments h3 {
margin-bottom: 20px;
}

.type-comments #submit {
	cursor: pointer;
}

.type-comments h3 {
	font-size: 15px;
}

.type-comments #cancel-comment-reply-link {
	width: 100%;
	font-size: 13px;
	margin: 7px 0;
	float: left;
}
.type-comments ol {
	margin: 20px 0px;
	padding: 0;
	list-style: none;
}

.type-comments ul.children {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #e3e3e3;
	list-style: none;	
}

.type-comments .comments_list li {
	margin: 10px 0;

}

.type-comments .author-information {
	display: block;
	width: 390px;
	float: left;
}

.type-comments .author-information .portrait  {
	margin: 0 10px 10px 10px;
	float: left;
}

.type-comments .author-information .portrait img {
	width: 35px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 35px;
}

.type-comments .author-information .author {
	display: block;
	color: #616566;
}

.type-comments .author-information .author a {
	color: #616566;
}

.type-comments .reply {
	display: block;
	width: 100%;
	color: #d0cdcd;
	
}

.type-comments .reply a {
	color: #d0cdcd;
}
.type-comments .reply {
	color: #d0cdcd;
	
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	transition: color .5s ease-out;
	margin-top: 10px;
}

.type-comments .reply:hover a, .type-comments .reply:hover {
	color: #616566;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	transition: color .5s ease-out;
}

.type-comments .relative-date {
	font-size: 10px;
	color: #8e9091;
}

.type-comments .divider {
	margin: 0 5px;
	float: left;
	color: #d0cdcd;
}

.type-comments .date:hover, .type-comments .author:hover, .type-comments .author:hover a {
	color: #616566;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	transition: color .5s ease-out;
}

.type-comments .date, .type-comments .author, .type-comments .author a {
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	transition: color .5s ease-out;
}

.type-comments a:hover {
	opacity: 1;
}

.type-comments .base-comment {
	width: 380px;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}


/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	6: Pagination
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

#pagination { 
	height: 50px;
	text-align: center;
	font-size: 12px;
	position: relative;
	margin-top: 80px;
	margin-bottom: 20px;
}

#pagination.is-pagination {
	float: left;
	visibility: hidden;
}
#pagination a:hover {
	opacity: 1;
}

#pagination  a {
	width: 30px;
	margin: 0 5px;
	padding: 10px 10px 10px 10px;
	display: inline-block;
		color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #222;
	background: #3f4149;
	background: -webkit-gradient( linear, left top, left bottom, from( #3f4149 ), to( #2d2e34 ) );
	background: -webkit-linear-gradient( top, #3f4149, #2d2e34 );
	background: -moz-linear-gradient( top, #3f4149, #2d2e34 );
	background: -ms-radial-gradient( top, #3f4149, #2d2e34 );
	background: -o-linear-gradient( top, #3f4149, #2d2e34 );
	background: linear-gradient( top, #3f4149, #2d2e34 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ); 
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ); 
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 );
}


/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	7: Footer
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

#footer {
	font-size: 9px;
	height: 150px;
	clear: both;
	color: #b6b6b6;
}

#footer a {
	color: #a0a0a0;
}

#footer .copyright {
	text-align: center;
	padding: 125px 15px 10px 15px;
}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	8: Search Form
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/
#search-form {
	position: relative;
	height: 28px;
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#search-form #search {
	background-color: #333333;
	border: none;
	outline: none;
	padding: 8px;
	height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    color: white;
    text-shadow: none;
   border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0;
	position: absolute;
	left: 0;
	width: 100%;
}

#search-form input#submit {
	background-color: #333333;
	position: absolute;
	right: 0px;
border-left: 1px solid #3f4149; 
	-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	9: Shortcodes
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	9A: Columns
--------------------------------------------------------------------------*/

.ten_sc_column, .nine_sc_column, .eight_sc_column, .seven_sc_column, .six_sc_column, .five_sc_column, .four_sc_column, .three_sc_column, .two_sc_column, .one_sc_column {
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
    float: left;
    padding: 10px;
}

.ten_sc_column { 
    width: 100%;	
}

.nine_sc_column { 
    width: 90%;	
}

.eight_sc_column { 
    width: 80%;	
}


.seven_sc_column {
    width: 70%;	
}


.six_sc_column {
    width: 60%;	
}


.five_sc_column {
    width: 50%;	
}
.four_sc_column { 
    width: 40%;	
}

.three_sc_column { 
    width: 30%;	
}

.two_sc_column { 
    width: 20%;	
}

.one_sc_column { 
    width: 10%;	
}

/*-------------------------------------------------------------------------
	9B: Buttons
--------------------------------------------------------------------------*/

.button {
	color: #fff;
	margin: 5px;
	font-weight: bold;
	float: left;
}

.button a {
	color: #fff;
}

.button.small {
	padding: 10px;	
}

.button.medium {
	padding: 30px 40px;	
}

.button.large {
	padding: 35px 75px;
}

.button.blue {
	border: 1px solid #222;
	background: #3f4149;
	background: -webkit-gradient( linear, left top, left bottom, from( #3f4149 ), to( #2d2e34 ) );
	background: -webkit-linear-gradient( top, #3f4149, #2d2e34 );
	background: -moz-linear-gradient( top, #3f4149, #2d2e34 );
	background: -ms-radial-gradient( top, #3f4149, #2d2e34 );
	background: -o-linear-gradient( top, #3f4149, #2d2e34 );
	background: linear-gradient( top, #3f4149, #2d2e34 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 );
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 );
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 );
		text-shadow: 1px 1px 0 #000;
}

.button.red {
	border: 1px solid #c2002e;
	text-shadow: 1px 1px 0 #c2002e;
	background: #a80000;
	background: -webkit-gradient( linear, left top, left bottom, from( #c2002e ), to( #9b0000 ) );
	background: -webkit-linear-gradient( top, #fa1010, #9b0000  );
	background: -moz-linear-gradient( top, #fa1010, #9b0000  );
	background: -ms-radial-gradient( top, #fa1010, #9b0000  );
	background: -o-linear-gradient( top, #fa1010, #9b0000  );
	background: linear-gradient( top, #fa1010, #9b0000  );
	-webkit-box-shadow: inset 0 1px 0 #c2002e;
	-moz-box-shadow: inset 0 1px 0 #c2002e;
	box-shadow: inset 0 1px 0 #ff003d;
}

.button.green {
	border: 1px solid #179100;
	text-shadow: 1px 1px 0px #179100;
	background: #24dc04;
	background: -webkit-gradient( linear, left top, left bottom, from( #00da34 ), to( #009825 ) );
	background: -webkit-linear-gradient( top, #00da34, #009825  );
	background: -moz-linear-gradient( top, #00da34, #009825 );
	background: -ms-radial-gradient( top, #00da34, #009825  );
	background: -o-linear-gradient( top, #00da34, #009825  );
	background: linear-gradient( top, #00da34, #009825  );
	-webkit-box-shadow: inset 0 1px 0 #00ff3d;
	-moz-box-shadow: inset 0 1px 0 #00ff3d;
	box-shadow: inset 0 1px 0 #00ff3d;
}

.button.purple {
	border: 1px solid #3a0069;
	text-shadow: 1px 1px 0 #3a0069;
	background: #6a00be;
	background: -webkit-gradient( linear, left top, left bottom, from( #6a00be ), to( #480083 ) );
	background: -webkit-linear-gradient( top, #6a00be, #480083  );
	background: -moz-linear-gradient(top, #6a00be 0%, #480083 100%);
	background: -ms-radial-gradient( top, #6a00be, #480083  );
	background: -o-linear-gradient( top, #6a00be, #480083  );
	background: linear-gradient( top, #6a00be, #480083  );
	-webkit-box-shadow: inset 0 1px 0 #8800f6;
	-moz-box-shadow: inset 0 1px 0 #8800f6;
	box-shadow: inset 0 1px 0 #8800f6;
}

.button.grey {
	border: 1px solid #666666;
	text-shadow: 1px 1px 0 #666666;
	background: #a9a9a9;
	background: -webkit-gradient( linear, left top, left bottom, from( #a9a9a9 ), to( #868686 ) );
	background: -webkit-linear-gradient( top, #a9a9a9, #868686  );
	background: -moz-linear-gradient(top, #a9a9a9 0%, #868686 100%);
	background: -ms-radial-gradient( top, #a9a9a9, #868686  );
	background: -o-linear-gradient( top, #a9a9a9, #868686  );
	background: linear-gradient( top, #a9a9a9, #868686  );
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	-moz-box-shadow: inset 0 1px 0 #f0f0f0;
	box-shadow: inset 0 1px 0 #f0f0f0;
}


.button.yellow {
	border: 1px solid #d5a700;
	text-shadow: 1px 1px 0 #d5a700;
	background: #ffc800;
	background: -webkit-gradient( linear, left top, left bottom, from( #ffc800 ), to( #d5a700 ) );
	background: -webkit-linear-gradient( top, #ffc800, #d5a700 );
	background: -moz-linear-gradient( top, #ffc800, #d5a700  );
	background: -ms-radial-gradient( top, #ffc800, #d5a700  );
	background: -o-linear-gradient( top, #ffc800, #d5a700  );
	background: linear-gradient( top, #ffc800, #d5a700 );
	-webkit-box-shadow: inset 0 1px 0 #d5a700;
	-moz-box-shadow: inset 0 1px 0 #d5a700;
	box-shadow: inset 0 1px 0 #ffff00;
}


.button.orange {
	border: 1px solid #9c6b00;
	background: #f28600;
	background: -webkit-gradient( linear, left top, left bottom, from( #f28600 ), to( #bf6a00 ) );
	background: -webkit-linear-gradient( top, #f28600, #bf6a00  );
	background: -moz-linear-gradient( top, #f28600, #bf6a00  );
	background: -ms-radial-gradient( top, #f28600, #bf6a00  );
	background: -o-linear-gradient( top, #f28600, #bf6a00  );
	background: linear-gradient( top, #f28600, #bf6a00 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 );
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 );
	box-shadow: inset 0 1px 0 #e1b046;
	text-shadow: 1px 1px 0 #9c6b00;
}

/*-------------------------------------------------------------------------
	9C: Dividers 
--------------------------------------------------------------------------*/

.divider.single {
	width: 100%;
	clear: both;
	float: left;
	height: 1px;
	border-bottom: 1px solid #dddddd;
	margin: 20px 0;
}

.divider.dotted {
	width: 100%;
	clear: both;
	float: left;
	background-image: url(images/dashed.png);
	height: 4px;
	border-bottom: 0px;
	margin: 20px 0;
}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	10: Archive Page
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

.archive-column {
	width: 33.33333333%;
	padding: 15px;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.archive-column h5 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #d4d4d4;
}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	11: Responsive CSS
	Desc: User Side Skeleton CSS. More Skeleton CSS inside css/skeleton.css
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	11A: Smaller than standard 960 // Devices and browsers
--------------------------------------------------------------------------*/

@media only screen and (max-width: 959px) {

	.post {
		width: 450px;
	}
	
	.iso.starter {
		margin: 0px !important;
		width: 480px !important;
	}
	
	.sticky {
	}

	.bypostauthor {
	}

	.post.category-featured {
		width: 930px;
	}
	
	#main-pages {
		display: block;
	}
	
	#mobile-pages {
		display: none !important; 
	}
	
}

/*-------------------------------------------------------------------------
	11B: Tablet portrait size to standard 960 // Devices and Browsers
--------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.post {
		width: 354px;
	}
	
	.iso.starter {
		margin: 0px !important;
		width: 384px !important;
	}
	
	.post.category-featured {
		width: 738px;
	}
	
	#main-pages {
		display: block !important; 
	}
	
	#mobile-pages {
		display: none !important; 
	}
	
	.single-container {
		width: 384px !important;
	}
	
}

/*-------------------------------------------------------------------------
	11C: All mobile sizes // Devices and Browsers
--------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

	.post {
		width: 270px; 
	}
	
	.iso.starter {
		margin: 0px !important;
		width: 300px !important;
	}
	
	.post.category-featured {
		width: 270px;
	}
	
	#main-pages {
		display: none !important; 
	}
	
	#mobile-pages {
		display: block !important; 
	}
	
	#pages #mobile-pages {
		width: 272px;
	}
	
	#pages #mobile-pages .selector {
		width: 220px;
	}
	
	#pages #mobile-pages .mobile_pages_list {
		width: 220px;
	}

	.gallery-item:not(:first-child) {
		display: none;
	}
}

/*-------------------------------------------------------------------------
	11D: Mobile landscape size to tablet portrait // Devices and Browsers
--------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.iso.starter {
		margin: 0px !important;
		width: 410px !important;
	}
	
	.post {
		width: 390px;
	}
	
	.post.category-featured {
	width: 390px;
	}
	
	#main-pages {
		display: none !important;
	}
	
	#mobile-pages {
		display: block !important; 
	}
	
	#pages #mobile-pages {
		width: 392px;
	}
	
	#pages #mobile-pages .selector {
		width: 340px;
	}
	
	#pages #mobile-pages .mobile_pages_list {
		width: 340px;
	}

}

/*-------------------------------------------------------------------------
---------------------------------------------------------------------------

	12: Isotope Animations
	Desc: Animates grid system - Isotope
	
---------------------------------------------------------------------------
--------------------------------------------------------------------------*/
	
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	  transition-duration: 0.1s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
