/*   
Theme Name: Alumini
License: Located in the 'Licensing' folder
License URI: Located in the 'Licensing' folder
Description: Premium Blogging Theme.
Author: Promola
Author URI: http://promola.co.za/
Theme URI: http://themeforest.net/user/promola
Version: 1
Tags: two-columns, threaded-comments, right-sidebar
Text Domain: alumini
*/

/*

[Table of contents]

1. Import Google Fonts
2. Reset
3. HTML5 Tags Declaration
4. WordPress Classes Styling
5. Generic Styling
6. Main Nav Styling
7. Nav Elements Styling
8. Hidden Sidebar Styling
9. Main Header Styling
10. First Featured Styling
11. Featured Slider Styling
12. Featured Carousel Styling
13. Featured Columns Styling
14. Trending News Styling
15. Content Styling
16. Posts Styling
17. Mini Carousel Styling
18. Main Sidebar Styling
19. Widgets Styling
20. Large Carousel Styling
21. Single Post Page Styling
22. Pages Styling
23. Main Footer Styling

*/

/*-------------------------------------------*\
	1. Import Google Fonts
\*-------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,600|Montserrat");

/*-------------------------------------------*\
	2. Reset
\*-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a img,
iframe,
fieldset {
	border: none;	
}

li {
	list-style: none;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

/*-------------------------------------------*\
	3. HTML5 Tags Declaration
\*-------------------------------------------*/

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
    display: block; 
}

/*-------------------------------------------*\
	4. WordPress Classes Styling
\*-------------------------------------------*/

.screen-reader-text{}

.sticky{}

.gallery-caption a {
	display: inline;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 12px 0 6px 12px;
}

img.alignleft {
	margin: 12px 12px 6px 0;
}

img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignnone {
	margin: 12px 0 6px 0;
	text-align: center;
}

.wp-caption {
	max-width: 100%;
	margin: 12px 0;
}

.entry
.wp-caption-text {
	margin-bottom: 0;
  	font-size: 13px;
	font-style: italic;
	color: #ccc;
}

/*-------------------------------------------*\
	5. Generic Styling
\*-------------------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #444;
}

#main-footer h1,
#main-footer h2,
#main-footer h3,
#main-footer h4,
#main-footer h5 {
	color: #fff;
}

h1 {
	font-size: 25px;
	line-height: 35px;
}

h2 {
	font-size: 23px;
	line-height: 31px;
}

h3 {
	font-size: 21px;
	line-height: 31px;
}

h4 {
	font-size: 17px;
	line-height: 25px;
}

h5 {
	font-size: 15px;
	line-height: 21px;
}

p {
	line-height: 22px;
}

.wrapper {
	position: relative;
	width: 1002px;
	margin: 0 auto;
}

body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #888;
	background-color: #F5F5F5;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #FA7700;
	text-decoration: none;
	transition: color .3s; 
}

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

/*** Default Text Styling ***/

.entry {
	overflow: hidden;
	word-wrap: break-word;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
	margin-bottom: 10px; 
}

.entry ol,
.entry ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry
blockquote p {
	color: #bbb;
	padding-left: 21px;
	clear: both;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/quotes.png) no-repeat left 3px;
	font-weight: 600;
}

.entry p,
.widget p {
	margin-bottom: 16px;
}

.entry iframe,
.entry img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 8px;
}

select {
	max-width: 100%;
}

/*** Lists Styling ***/

.entry
ul li,
.comment-text
ul li {
	list-style: disc;
}

.entry
ol li,
.comment-text
ol li {
	list-style: decimal;
}

.entry
li,
.comment-text
li {
	list-style-position: inside;
	line-height: 24px;
}

.entry
dt,
.comment-text
dt {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 2px;
}

.entry
dd,
.comment-text
dd {
	margin: 0;
	padding: 0 0 0.5em 0;
}

/*** Tables Styling ***/

.entry
table,
.comment-text
table {
	margin: 20px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.entry
table
thead th,
.comment-text
table
thead th {
	font-weight: 700;
}

.entry
table th,
.comment-text
table th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
}

.entry
table td,
.comment-text
table td {
	padding: 2%;;
}

.entry
tbody tr:nth-child(odd),
.comment-text
tbody tr:nth-child(odd) {
	background: #F7F7F7; 
}

/*-------------------------------------------*\
	6. Main Nav Styling
\*-------------------------------------------*/

#responsive-menu {
	display: none;
}

#main-nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.08);
}

.admin-bar 
#main-nav-wrap {
	top: 32px;
}

#main-nav li {
	position: relative;
	height: 40px;
	float: left;
	border-left: 1px solid #eee;
	line-height: 40px;
}

#main-nav li:last-child {
	border-right: 1px solid #eee;
}

#main-nav a {
	display: inline-block;
	height: 40px;
	float: left;
	color: #444;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	transition: background .3s;
}

#main-nav a:hover {
	background-color: #F5F5F5;
}

/*** Drop Menu Styling ***/

.drop-sign {
	float: right;
	margin-left: 3px;
	color: #FA7700;
}

#main-nav ul li ul {
	position: absolute;
	left: -1px;
	top: 40px;
	z-index: 100;
	display: none;
	float: none;
	border: 1px solid #eee;
	background-color: #fff;
}

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

#main-nav ul li ul li {
	height: auto;
	clear: both;
	margin-left: 0;
	line-height: normal;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #eee;;
}

#main-nav ul li 
ul li:last-child {
	border-right: none;
	border-bottom: none;
}

#main-nav ul li ul a {
	min-width: 208px;
	padding: 0 12px;
	margin-top: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 42px;
	transition: all .3s;
	border: none;
}

#main-nav 
ul li ul 
.current-menu-item a {
	background-color: transparent;
}

#main-nav 
ul li ul 
.current-menu-item a:hover {
	background-color: #F5F5F5;
}

/*** Second Level Styling ***/

#main-nav ul li ul ul {
	left: 100%;
	top: -1px;
}

/*-------------------------------------------*\
	7. Nav Elements Styling
\*-------------------------------------------*/

#nav-elements {
	height: 40px;
	float: right;
}

/*** Nav Social Styling ***/

#nav-social {
	float: left;
}

#nav-social li {
	height: 40px;
	float: left;
	border-left: 1px solid #eee;
}

#nav-social li:last-child {
	border-right: 1px solid #eee;
}

#nav-social a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/nav-social.png) no-repeat;
	text-indent: -9999px;
	transition: background .3s;
}

#nav-social a:hover {
	background-color: #F5F5F5;
}

#nav-social
.facebook a {
	background-position: -39px 0;
}

#nav-social
.instagram a {
	background-position: -78px 0;
}

#nav-social
.youtube a {
	background-position: -117px 0;
}

#nav-social
.soundcloud a {
	background-position: -156px 0;
}

#nav-social
.google a {
	background-position: -195px 0;
}

#nav-social
.vimeo a {
	background-position: -234px 0;
}

/*** Nav Search Styling ***/

#nav-search-icon {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	margin-left: -1px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/header-search-icon.png) no-repeat;
	cursor: pointer;
	transition: background .3s;
}

#nav-search-icon:hover,
#nav-search-icon.visible-search {
	background-color: #F5F5F5;
}

#nav-search {
	position: absolute;
	right: 0;
	top: 40px;
	display: none;
	width: 252px;
	height: 44px;
	border: 1px solid #eee;
	background-color: #fff;
}

#nav-search #s {
	width: 157px;
	height: 34px;
	color: #777;
	padding-right: 75px;
	padding-left: 10px;
	margin: 4px 0 0 4px;
	border: 1px solid #eee;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    font-weight: 600;
}

#nav-search #s:focus {
	color: #444;
	outline: none;
}

#nav-search
#searchsubmit {
	position: absolute;
	right: 7px;
	top: 7px;
	height: 30px;
	color: #fff;
	padding: 0 9px;
	border: none;
	background-color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 29px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s;
}

#nav-search
#searchsubmit:hover {
	background-color: #FA7700;
}

/*-------------------------------------------*\
	8. Hidden Sidebar Styling
\*-------------------------------------------*/

#hidden-sidebar-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	float: left;
	border-left: 1px solid #eee;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/hidden-sidebar-icon.png) no-repeat;
	cursor: pointer;
	transition: background .3s;
}

#hidden-sidebar-icon:hover,
#hidden-sidebar-icon.visible-sidebar {
	background-color: #F5F5F5;
}

#hidden-sidebar-wrap {
	position: fixed;
	left: 0;
	top: 40px;
	z-index: 10000;
	display: none;
	width: 360px;
	height: 100%;
	overflow: scroll;
	background: #fff;
	border-top: 1px solid #eee;
}

#hidden-sidebar {
	display: block;
	width: 300px;
	padding: 30px 20px;
}

.body-overlay {
	position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    background: rgba(21,21,21,.6);
    animation-name: fadeIn;
  	animation-duration: .8s;
  	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*-------------------------------------------*\
	9. Main Header Styling
\*-------------------------------------------*/

#main-header {
	height: 110px;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#logo {
	float: left;
	margin-top: 24px;
}

#logo h1 {
	float: left;
	font-size: 39px;
	line-height: 45px;
}

#logo h1 a {
	color: #3E3E3E;
}

#tagline {
	float: left;
    clear: both;
}

#tagline a {
	color: #C4C4C4;
}

/*** Header Banner Ad Styling ***/

#header-ad {
	float: right;
	margin-top: 25px;
}

/*-------------------------------------------*\
	10. First Featured Styling
\*-------------------------------------------*/

#first-featured .post {
	position: relative;
	overflow: hidden;
}

.featured-posts {
	margin-bottom: 30px;
	overflow: hidden;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

.featured-posts
.post-title a {
	color: #fff;
	transition: all .6s;
}

.featured-posts
.post-title a:hover {
	color: #fff;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.6);
}

.featured-posts img {
	width: 100%;
	height: auto;
}

.first-feat-col {
	width: 502px;
	height: 500px;
	float: left;
}

.first-feat-col
.feat-overlay {
	height: 500px;
}

.second-feat-col {
	width: 498px;
	height: 500px;
	float: right;
}

.second-feat-col
.post {
	width: 498px;
	height: 249px;
}

.second-feat-col
.feat-overlay {
	height: 249px;
}

.second-feat-post-1 {
	margin-bottom: 2px;
}

/*** Feat Category Wrap Styling ***/

.feat-cat-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	height: 28px;
}

.feat-cat-wrap 
.post-cat {
	display: inline-block;
	height: 28px;
	float: left;
	padding: 0 9px;
	background-color: #FA7700;
	line-height: 30px;
	text-shadow: none;
	transition: background .3s;
}

.feat-cat-wrap 
.post-cat:hover {
	background-color: #444;
}

/*** Feat Share Icons Styling ***/

.feat-cat-wrap
.share-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 1px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/feat-share.png) no-repeat #FA7700;
	cursor: pointer;
	transition: background .3s;
}

.feat-cat-wrap
.share-icon:hover {
	background-color: #444;
}

.feat-share-icons {
	display: none;
	float: left;
	text-indent: -9999px;
}

.share-show.feat-share-icons {
	display: block;
}

.feat-share-icons li {
	float: left;
}

.feat-share-icons a {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/feat-share-icons.png) no-repeat;
	transition: background .3s;
}

.feat-share-icons
.twitter {
	background-color: #40BFF4;
}

.feat-share-icons
.facebook {
	background-color: #5C82D0;
	background-position: -28px 0;
}

.feat-share-icons
.google {
	background-color: #EA5D4B;
	background-position: -56px 0;
}

.feat-share-icons
.twitter:hover,
.feat-share-icons
.facebook:hover,
.feat-share-icons
.google:hover {
	background-color: #444;
}

/*** Feat Overlay Styling ***/

.feat-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	background-color: rgba(21, 21, 21, 0.35);
	transition: background .4s;
}

.feat-overlay:hover {
	background-color: rgba(21, 21, 21, 0.25);
}

/*** Featured Caption Styling ****/

.feat-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	color: #fff;
	padding: 0 15px 49px 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.feat-elements {
	display: inline-block;
	height: 16px;
	margin-bottom: 8px;
}

.feat-elements
.comments-num {
	position: relative;
	display: inline-block;
	min-width: 8px;
	height: 16px;
	padding: 0 4px;
	margin-left: 10px;
	background-color: #FA7700;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
    font-weight: 600;
	text-align: center;
	text-shadow: none;
	line-height: 16px;
}

.comments-tri {
	position: absolute;
	left: 3px;
	bottom: -5px;
	display: block;
	border-left: 0 solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #FA7700;
}

.feat-caption
.post-title {
	margin-bottom: 6px;
}

.feat-caption a {
	color: #fff;
}

.featured-posts
.post-author {
	line-height: 32px;
}

.featured-posts
.author-avatar {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	border-radius: 32px;
	overflow: hidden;
	margin-right: 6px;
}

.feat-caption-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 171px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/feat-caption-bg.png) repeat-x;
}

/*** Feat Posts Colors ***/

.second-feat-post-1
.feat-cat-wrap 
.post-cat,
.second-feat-post-1
.feat-cat-wrap
.share-icon,
.second-feat-post-1
.feat-elements 
.comments-num {
	background-color: #8AC53A;
}

.second-feat-post-1
.feat-cat-wrap 
.post-cat:hover,
.second-feat-post-1
.feat-cat-wrap
.share-icon:hover {
	background-color: #444;
}

.second-feat-post-1
.comments-tri {
	border-top: 5px solid #8AC53A;
}

.second-feat-post-2
.feat-cat-wrap 
.post-cat,
.second-feat-post-2
.feat-cat-wrap
.share-icon,
.second-feat-post-2
.feat-elements 
.comments-num {
	background-color: #EA4E3D;
}

.second-feat-post-2
.comments-tri {
	border-top: 5px solid #EA4E3D;
}

.second-feat-post-2
.feat-cat-wrap 
.post-cat:hover,
.second-feat-post-2
.feat-cat-wrap
.share-icon:hover {
	background-color: #444;
}

/*-------------------------------------------*\
	11. Featured Slider Styling
\*-------------------------------------------*/

#featured-slider {
	position: relative;
	width: 1002px;
	height: 500px;
	margin: 0 auto 30px auto;
}

#featured-slider
.slides > li {
	position: relative;
	display: none;
	height: 500px;
}

#featured-slider
.feat-overlay {
	height: 500px;
}

#featured-slider h1 {
	margin-bottom: 8px;
	font-size: 29px;
	line-height: 39px;
}

#slider-tri {
	position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: block;
    border-left: 54px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 54px solid #F5F5F5;
}

/*** Slider Nav Styling ***/

#slider-nav {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 4;
	width: 69px;
	height: 34px;
}

#slider-nav a {
	display: block;
	width: 34px;
	height: 34px;
	float: left;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/slider-nav.png) no-repeat #F5F5F5;
	transition: background .3s;
}

#slider-nav
.flex-next {
	float: right;
	background-position: -35px 0;
}

#slider-nav a:hover {
	background-color: rgba(245,245,245,0.6);
}

#slider-nav a:focus {
	outline: none;
}

/*-------------------------------------------*\
	12. Featured Carousel Styling
\*-------------------------------------------*/

#feat-carousel {
	height: 332px;
	padding: 30px 0;
	margin-bottom: 30px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

#feat-carousel 
.flex-viewport {
    width: 1002px;
    margin: 0 auto;
}

#feat-carousel
.slides > li {
	position: relative;
	height: 332px;
	float: left;
	margin-right: 3px;
}

#feat-carousel
.feat-overlay {
	height: 332px;
}

#feat-carousel
.feat-caption {
	padding-bottom: 46px;
}

#feat-carousel h4 {
	margin-bottom: 9px;
    font-size: 19px;
    line-height: 27px;
}

/*** Feat Car Nav Styling ***/

#feat-car-nav {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 4;
	width: 61px;
	height: 30px;
}

#feat-car-nav a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/feat-car-nav.png) no-repeat rgba(255,255,255,1);
	text-indent: -9999px;
	transition: background .3s;
}

#feat-car-nav
.flex-next {
	float: right;
	background-position: -32px 0;
}

#feat-car-nav a:hover {
	background-color: rgba(255,255,255,0.6);
}

#feat-car-nav a:focus {
	outline: none;
}

/*-------------------------------------------*\
	13. Featured Columns Styling
\*-------------------------------------------*/

.feat-posts > li {
	position: relative;
	width: 332px;
	height: 530px;
	float: left;
	margin-right: 3px;
}

#feat-columns 
li:last-child {
	margin-right: 0;
}

#feat-columns img {
	width: 100%;
	height: auto;
}

#feat-columns
.feat-overlay {
	height: 530px;
}

#feat-columns
.feat-caption {
    padding: 0 12px 48px 12px;
}

#feat-columns
h4 {
	margin-bottom: 10px;
    font-size: 19px;
    line-height: 27px;
}

/*** Columns Second Color ***/

.multi-colors 
.second-color
.feat-cat-wrap 
.post-cat,
.multi-colors 
.second-color
.feat-cat-wrap
.share-icon,
.multi-colors 
.second-color
.feat-elements 
.comments-num {
	background-color: #8AC53A;
}

.multi-colors 
.second-color
.feat-cat-wrap 
.post-cat:hover,
.multi-colors 
.second-color
.feat-cat-wrap
.share-icon:hover {
	background-color: #444;
}

.multi-colors 
.second-color
.comments-tri {
	border-top: 5px solid #8AC53A;
}

/*** Columns Third Color ***/

.multi-colors 
.third-color
.feat-cat-wrap 
.post-cat,
.multi-colors 
.third-color
.feat-cat-wrap
.share-icon,
.multi-colors 
.third-color
.feat-elements 
.comments-num {
	background-color: #EA4E3D;
}

.multi-colors
.third-color
.feat-cat-wrap 
.post-cat:hover,
.multi-colors
.third-color
.feat-cat-wrap
.share-icon:hover {
	background-color: #444;
}

.multi-colors 
.third-color
.comments-tri {
	border-top: 5px solid #EA4E3D;
}

/*-------------------------------------------*\
	14. Trending News Styling
\*-------------------------------------------*/

#trending-news-wrap {
	position: relative;
	width: 1000px;
	height: 48px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #fff;
}

#trending-icon {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 14px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/trending-icon.png) no-repeat #FA7700;
}

#trending-title {
	display: inline-block;
	float: left;
	color: #BABABA;
	padding-right: 22px;
	margin-right: 10px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/trending-title.png) no-repeat right center;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	text-transform: uppercase;
}

#trending-news 
.slides li {
	line-height: 48px;
}

#trending-news 
.slides a {
	color: #444;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#trending-news 
.slides a:hover {
	color: #FA7700;
}

/*** Trending Nav Styling ***/

#trending-nav {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 62px;
	height: 30px;
}

#trending-nav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/trending-nav.png) no-repeat #FA7700;
	transition: background .3s;
}

#trending-nav a:hover {
	background-color: #444;
}

#trending-nav
.flex-prev {
	float: left;
}

#trending-nav
.flex-next {
	float: right;
	background-position: -30px 0;
}

/*-------------------------------------------*\
	15. Content Styling
\*-------------------------------------------*/

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #eee;
}

.post-title {
	text-transform: uppercase;
}

/*-------------------------------------------*\
	16. Posts Styling
\*-------------------------------------------*/

#posts-wrap {
	width: 620px;
	float: left;
	padding-top: 26px;
	padding-right: 20px;
	border-right: 1px solid #eee;
}

/*** Post Thumb Styling ***/

.post-thumb {
	position: relative;
}

.post-thumb img {
	width: 100%;
	height: auto;
}

.thumb-tri {
	position: absolute;
	left: 20px;
	bottom: 0;
	z-index: 2;
	display: block;
	border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #fff;
}

.thumb-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	background-color: rgba(51,51,51,0.15);
	transition: background .3s;
}

.thumb-overlay:hover {
	background-color: rgba(51,51,51,0.05);
}

/*** Video Posts Styling ***/

.format-video
.format-icon {
	position: absolute;
	z-index: 2;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/format-video.png) no-repeat rgba(255,255,255,0.6);
	transition: background .3s;
}

.post-thumb:hover
.format-icon {
	background-color: rgba(255,255,255,0.9);
}

.large-post.format-video
.format-icon {
	left: 288px;
	top: 143px;
}

.list-post.format-video
.format-icon {
	left: 103px;
	top: 133px;
}

/*** Post Title Styling ***/

.post-title a {
	color: #444;
}

.post-title a:hover {
	color: #555;
}

/*** Post Meta Styling ***/

.post-meta {
	display: inline-block;
	margin-bottom: 14px;
	color: #BABABA;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-meta li,
.post-meta.post-date,
.post-meta.post-comments {
	float: left;
	padding-left: 23px;
	margin-right: 22px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/post-meta.png) no-repeat 0 -53px;
}

.post-meta.post-date {
	float: none;
	padding-left: 19px;
	background-position: -4px -53px;
}

.post-meta.post-comments {
	background-position: -1px -104px;
}

.post-meta
.post-categories {
	background-position: 0 2px;
}

.post-meta a {
	color: #BABABA;
}

.post-meta a:hover {
	color: #444;
}

/*** Large Posts Styling ***/

.large-post {
	margin-bottom: 34px;
}

.large-post 
.post-thumb {
	width: 620px;
	height: 330px;
	margin-bottom: 16px;
	overflow: hidden; 
}

.large-post 
.thumb-overlay {
	height: 330px;
}

.large-post 
.post-title {
	margin-bottom: 10px;
}

.large-post
.post-meta {
	margin-bottom: 10px;
}

.large-post
.excerpt {
	clear: both;
}

/*** List Posts Styling ***/

.list-post {
	margin-bottom: 34px;
}

.list-post 
.post-thumb {
	width: 250px;
	height: 310px;
	float: left;
	margin-right: 20px;
	overflow: hidden; 
}

.list-post
.thumb-overlay {
	height: 310px;
}

.list-post .post-title {
    margin-bottom: 8px;
}

.list-post
.excerpt {
	margin-bottom: 10px;
}

/*** Post Elements Styling ***/

.post-elements {
	width: 660px;
	height: 46px;
	margin-top: 34px;
	margin-left: -20px;
	clear: both;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #444;
	font-size: 13px;
	font-weight: 600;
	line-height: 46px;
	text-transform: uppercase;
}

.large-post
.post-elements {
	margin-top: 24px;
}

.post-elements a {
	color: #444;
}

.post-elements
.post-author {
	display: inline-block;
	height: 46px;
	padding: 0 20px;
	border-right: 1px solid #eee;
	background-color: #F5F5F5;
	float: left;
	transition: background .3s;
}

.post-elements
.post-author:hover {
	background-color: #fff;
}

.post-elements
.author-avatar {
	display: inline-block;
	width: 28px;
	height: 28px;
	float: left;
    margin-top: 9px;
    margin-right: 7px;
	border-radius: 28px;
	overflow: hidden;
}

.read-more-btn {
	height: 46px;
	float: right;
	padding: 0 14px;
	border-left: 1px solid #eee;
	transition: background .3s;
}

.read-more-btn:hover {
	background-color: #F5F5F5;
}

/*** Post Share Styling ***/

.post-share
.share-icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	float: left;
	border-right: 1px solid #eee;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/post-share.png) no-repeat;
	cursor: pointer;
	transition: background .3s;
}

.post-share
.share-icon:hover {
	background-color: #F5F5F5;
}

.post-share a {
	display: none;
	width: 46px;
	height: 46px;
	float: left;
	border-right: 1px solid #eee;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/post-share-icons.png) no-repeat;
	transition: background .3s;
}

.post-share a:hover {
	background-color: #F5F5F5;
}

.post-share
.facebook {
	background-position: -47px 0;
}

.post-share
.google {
	background-position: -94px 0;
}

/*** Posts Advertisement Styling ***/

.inline-ad-wrap {
	position: relative;
	width: 660px;
	height: 60px;
	padding: 30px 0;
	margin-bottom: 34px;
	margin-left: -20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.inline-ad {
	width: 468px;
	margin: 0 auto;
}

.ad-name-txt {
	position: absolute;
	left: 25px;
	top: 0;
	display: table;
	width: 120px;
	height: 24px;
	border-top: 1px solid #eee;
	background-color: #F9F9F9;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(90deg);
	transform-origin: left top 0;
}

.ad-name-txt span {
	display: table-cell; 
	vertical-align: middle;
	opacity: .4;
}

/*** Pagination Styling ***/

.pagination {
	width: 100%;
	float: left;
	color: #444;
	margin-bottom: 34px;
	font-size: 13px;
    font-weight: 600;
	text-transform: uppercase;
}

.pagination a {
	display: block;
	margin-right: 5px;
	float: left;
	color: #444;
	border: 1px solid #eee;
	background-color: #fff;
	text-decoration: none;
	padding: 7px 13px;
	transition: all .3s;
}

.pagination
.current,
.pagination a:hover {
	color: #fff;
	border: 1px solid #FA7700;
	background-color: #FA7700;
}

.pagination
.current {
	display: block;
	float: left;
	padding: 7px 13px;
	margin-right: 5px;
}

.pagination .dots {
	margin: 12px 16px 0 8px;
	float: left;
}

/*** No Posts Found Styling ***/

.nothing-found h1 {
	margin-top: 10px;
	text-transform: uppercase;
}

.nothing-found p {
	color: #bbb;
	margin: 8px 0 16px 0;
	font-size: 17px;
}

.nothing-found 
.widget {
	width: 100%;
	margin-bottom: 10px;
}

.nothing-found 
.widgettitle {
	margin-bottom: 9px;
    font-size: 19px;
    text-transform: uppercase;
}

.nothing-found 
.widget_recent_entries li a {
    font-size: 14px;
    text-transform: none;
}

.nothing-found
.widget_recent_entries li:last-child {
	margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dotted #eee;
}

/*-------------------------------------------*\
	17. Mini Carousel Styling
\*-------------------------------------------*/

#mini-carousel {
	position: relative;
	width: 620px;
	height: 350px;
	margin-bottom: 34px;
	overflow: hidden;
	background-color: #222;
}

#mini-carousel
.flex-viewport {
	width: 538px;
	height: 310px;
	margin: 20px;
	float: right;
}

#mini-carousel
.slides > li {
	position: relative;
	height: 310px;
	float: left;
	margin-right: 2px;
}

#mini-carousel
.feat-overlay {
	height: 310px;
}

/*** Carousel Second Color ***/

.carousel 
.second-color
.feat-cat-wrap 
.post-cat,
.carousel 
.second-color
.feat-cat-wrap
.share-icon,
.carousel 
.second-color
.feat-elements 
.comments-num {
	background-color: #8AC53A;
}

.carousel 
.second-color
.feat-cat-wrap 
.post-cat:hover,
.carousel 
.second-color
.feat-cat-wrap
.share-icon:hover {
	background-color: #444;
}

.carousel 
.second-color
.comments-tri {
	border-top: 5px solid #8AC53A;
}

/*** Carousel Third Color ***/

.carousel 
.third-color
.feat-cat-wrap 
.post-cat,
.carousel 
.third-color
.feat-cat-wrap
.share-icon,
.carousel 
.third-color
.feat-elements 
.comments-num {
	background-color: #EA4E3D;
}

.carousel 
.third-color
.feat-cat-wrap 
.post-cat:hover,
.carousel 
.third-color
.feat-cat-wrap
.share-icon:hover {
	background-color: #444;
}

.carousel 
.third-color
.comments-tri {
	border-top: 5px solid #EA4E3D;
}

/*** Mini Carousel Caption Styling ***/

#mini-carousel
.feat-caption {
	padding-bottom: 38px;
	font-size: 11px;
}

#mini-carousel h3 {
    font-size: 19px;
    line-height: 29px;
}

/*** Mini Carousel Nav Styling ***/

#mini-car-nav {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: table;
	width: 42px;
	height: 350px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/mini-car-nav-bg.png) repeat-y;
	text-indent: -9999px;
}

#mini-car-nav
.flex-direction-nav a {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/mini-car-nav.png) no-repeat;
	transition: opacity .3s;
}

#mini-car-nav
.flex-direction-nav 
a:hover {
	opacity: .6;
}

#mini-car-nav
.flex-direction-nav 
a:focus {
	outline: none;
}

#mini-car-nav
.flex-direction-nav
.flex-prev {
	left: 10px;
	top: 10px;
}

#mini-car-nav
.flex-direction-nav
.flex-next {
	left: 10px;
	top: 318px;
	background-position: 0 -44px;
}

#mini-car-nav
.flex-control-paging {
	display: table-cell;    
    vertical-align: middle;
    text-align: center;
}

#mini-car-nav
.flex-control-paging a {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #111;
	box-shadow: 0px 1px 0px rgb(62,62,62);
	cursor: pointer;
	transition: background .3s;
}

#mini-car-nav
.flex-control-paging li {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto 8px auto;
}

#mini-car-nav
.flex-control-paging 
li:last-child {
	margin-bottom: 0;
}

#mini-car-nav
.flex-control-paging 
a.flex-active {
	background-color: #FA7700;
}

/*-------------------------------------------*\
	18. Main Sidebar Styling
\*-------------------------------------------*/

#main-sidebar {
	position: relative;
    width: 300px;
    padding: 20px 0 30px 19px;
    margin-left: -1px;
    float: right;
    border-left: 1px solid #eee;
}

.sidebar-widgets
.widget {
	width: 300px;
	margin-bottom: 30px;
}

.widget-title {
	font-size: 16px;
}

.sidebar-widgets
.widget-title {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 27px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

.sidebar-widgets
.widget-title span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 25px;
	height: 3px;
	background-color: #444;
}

/*-------------------------------------------*\
	19. Widgets Styling
\*-------------------------------------------*/

.widget iframe,
.widget img {
	max-width: 100%;
}

/*** Video Widget Styling ***/

.video-widget-wrap {
	height: 168px;
}

.widget_molavid iframe {
	width: 100%;
	height: 168px;
}

/*** Facebook Widget ***/

.pu_facebook_widget {
	min-height: 500px;
}

/*** Tag Cloud Styling ***/

.widget
.tagcloud {
	margin-bottom: -4px;
	overflow: hidden;
}

.tagcloud a {
	position: relative;
	display: block;
	height: 26px;
	padding: 0 10px;
	margin: 0 4px 4px 0;
	color: #fff;
	float: left;
	background-color: #FA7700;
	font-size: 12px !important;
	text-transform: uppercase;
	line-height: 28px;
	transition: background .3s;
}

#main-footer
.tagcloud a {
	background-color: #272727;
}

.tagcloud a:hover {
	background-color: #444;
}

#main-footer
.tagcloud a:hover {
	background-color: #FA7700;
}

.tagcloud a span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
}

#main-footer
.tagcloud a span {
	background-color: #151515;
}

/*** Calendar Widget ***/

#wp-calendar {
	width: 100%;
	color: #888;
}

.footer-widgets
#wp-calendar {
	color: #ddd;
}

#wp-calendar caption {
	text-align: left;
	margin-bottom: 7px;
	margin-left: 5px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody td,
#wp-calendar .pad {
	border: 1px solid #eee;
	background-color: #F9F9F9;
	text-align: center;
	padding: 8px;
	transition: all .3s;
}

#wp-calendar tfoot #next {
	border: 1px solid #eee;
	background-color: #F9F9F9;
	text-transform: uppercase;
	text-align: right;
	padding: 10px;
}

#wp-calendar tfoot #prev {
	border: 1px solid #eee;
	background-color: #F9F9F9;
	text-transform: uppercase;
	padding: 10px;
}

.footer-widgets
#wp-calendar tbody td,
.footer-widgets
#wp-calendar .pad,
.footer-widgets
#wp-calendar tfoot #next,
.footer-widgets
#wp-calendar tfoot #prev {
	border-color: #333;
	background-color: #242424;
}

/*** Search Form Styling ***/

.widget
#searchform {
	position: relative;
	width: 100%;
	height: 36px;
}

.widget
#s {
	width: 204px;
	height: 36px;
	padding: 0 80px 0 14px;
	color: #bbb;
	border: 1px solid #eee;
    background-color: #FBFBFB;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.footer-widgets
.widget #s {
    width: 216px;
}

.footer-widgets
.widget #s {
	border-color: #333;
	background-color: #242424;
}

.widget
#s:focus {
	outline: none;
	color: #888;
	font-style: normal;
}

.footer-widgets
.widget
#s:focus {
	color: #ddd;
}

.widget
#searchsubmit {
	position: absolute;
	right: 2px;
	top: 2px;
	height: 34px;
	padding: 0 12px;
	color: #fff;
	background-color: #FA7700;
	border: none;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
   	line-height: 35px;
   	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s;
}

.widget
#searchsubmit:hover {
	background-color: #444;
}

/*** About Widget Styling ***/

.about-social {
	margin-top: 20px;
}

.about-img {
	margin-bottom: 14px;
}

.about-social li {
	float: left;
	margin-right: 16px;
}

.footer-widgets
.about-social li {
	margin-right: 18px;
}

.about-social 
li:last-child {
	margin-right: 0;
}

.about-social a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/about-social.png) no-repeat #444;
	transition: all .3s;
}

.footer-widgets
.about-social a {
	background-color: #242424;
}

.about-social
.twitter:hover {
	background-color: #40BFF4;
}

.about-social
.facebook {
	background-position: -54px 0;
}

.about-social
.facebook:hover {
	background-color: #5C82D0;
}

.about-social
.google {
	background-position: -108px 0;
}

.about-social
.google:hover {
	background-color: #EA5D4B;
}

.about-social
.instagram {
	background-position: -162px 0;
}

.about-social
.instagram:hover {
	background-color: #548BB5;
}

.about-social
.soundcloud {
	background-position: -216px 0;
}

.about-social
.soundcloud:hover {
	background-color: #FF7D2F;
}

.about-social
.feeds {
	background-position: -270px 0;
}

.about-social
.feeds:hover {
	background-color: #F9A33C;
}

/*** Social Count Widget ***/

.widget_alumini_social_count li {
	float: left;
	margin-right: 18px;
}

.widget_alumini_social_count 
li:last-child {
	margin-right: 0;
}

.widget_alumini_social_count a {
	position: relative;
	display: block;
	width: 78px;
	height: 90px;
	padding: 4px;
	border: 1px solid #F3F3F3;
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	transition: all .3s;
}

.footer-widgets
.widget_alumini_social_count a {
	border-color: #333;
	background-color: #242424;
}

.widget_alumini_social_count a:hover {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.0);
}

.social-c-icon {
	position: relative;
	display: block;
	width: 78px;
	height: 70px;
	color: #fff;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/social-count-widget.png) no-repeat #40BFF4 -106px 0;
	line-height: 70px;
	transition: background .3s;
}

.widget_alumini_social_count a:hover
.social-c-icon {
	background-color: #444;
}

.widget_alumini_social_count a:hover
.social-c-numbers {
	color: #444;
}

.facebook
.social-c-icon {
	background-color: #5C82D0;
	background-position: 0 0;
}

.google
.social-c-icon {
	background-color: #EA5D4B;
	background-position: -212px 0;
}

.instagram
.social-c-icon {
	background-color: #548BB5;
	background-position: -318px 0;
}

.social-c-arrow {
	position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 2;
    display: block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.footer-widgets
.social-c-arrow {
	border-bottom-color: #242424;
}

.social-c-numbers {
	display: inline-block;
    margin-top: 4px;
    color: #40BFF4;
    transition: color .3s;
}

.facebook
.social-c-numbers {
	color: #5C82D0;
}

.google
.social-c-numbers {
	color: #EA5D4B;
}

.instagram
.social-c-numbers {
	color: #548BB5;
}

/*** Small Posts Styling ***/

.small-post {
	clear: both;
	overflow: hidden;
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #eee;
}

#main-footer
.small-post {
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom-color: #1F1F1F;
}

.small-post:last-child,
#main-footer
.small-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.small-post
.post-thumb {
	width: 98px;
	height: 88px;
	float: left;
	margin-right: 11px;
	overflow: hidden;
	line-height: 0;
}

.small-post
.thumb-overlay {
	height: 88px;
	background-color: rgba(51,51,51,0.20);
}

.small-post
.thumb-overlay:hover {
	background-color: rgba(51,51,51,0.05);
}

.sidebar-widgets
.small-post
.thumb-overlay {
	display: none;
}

.small-post
.post-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 24px;
	padding: 0 10px;
	color: #444;
	background-color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 25px;
	transition: all .3s;
}

#main-footer
.small-post
.post-cat {
	color: #fff;
	background-color: #151515;
}

#main-footer
.small-post
.post-cat:hover,
.small-post
.post-cat:hover {
	color: #fff;
	background-color: #FA7700;
}

.small-content {
	overflow: hidden;
}

.small-post
.post-title {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 19px;
}

.small-post
.post-meta {
	margin-bottom: 0;
}

.small-post
.post-date {
    font-size: 12px;
}

#main-footer
.small-post
.post-date {
	color: #9e9e9e;
}

/*** List Widgets Styling ***/

.widget .menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li {
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #eee;
	list-style: none;
	line-height: 21px;
	color: #ccc;
	font-size: 13px;
	text-transform: uppercase;
}

.footer-widgets
.widget .menu li,
.footer-widgets
.widget_pages li,
.footer-widgets
.widget_recent_entries li,
.footer-widgets
.widget_recent_comments li,
.footer-widgets
.widget_archive li,
.footer-widgets
.widget_categories li,
.footer-widgets
.widget_meta li {
	color: #555;
	border-bottom-color: #2D2D2D;
}

.widget .menu li:last-child,
.widget_pages li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget .children,
.widget .sub-menu {
	padding-top: 10px;
	margin-left: 10px;
}

.widget
.children li:first-child,
.widget
.sub-menu li:first-child {
	padding-top: 10px;
	border-top: 1px dotted #eee;
}

.widget_recent_entries
.post-date {
	display: block;
	background: none;
	float: none;
	font-size: 12px;
}

.widget .menu li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a {
	color: #888;
	margin-right: 3px;
}

.footer-widgets
.widget .menu li a,
.footer-widgets
.widget_pages li a,
.footer-widgets
.widget_recent_entries li a,
.footer-widgets
.widget_recent_comments li a,
.footer-widgets
.widget_archive li a,
.footer-widgets
.widget_categories li a,
.footer-widgets
.widget_meta li a {
	color: #ddd;
}

.widget .menu li a:hover,
.widget_pages li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover {
	color: #FA7700;
	text-decoration: none;
}

/*-------------------------------------------*\
	20. Large Carousel Styling
\*-------------------------------------------*/

#large-carousel {
	height: 332px;
	padding: 30px 0;
	overflow: hidden;
	background-color: #0F0F0F;
}

#large-carousel
.flex-viewport {
	width: 1002px;
	margin: 0 auto
}

#large-carousel
.slides > li {
	position: relative;
	width: 332px;
	height: 332px;
	float: left;
	margin-right: 3px;
}

#large-carousel
.feat-overlay {
	height: 332px;
	background-color: rgba(51,51,51,0.20);
}

#large-carousel
.feat-overlay:hover {
	background-color: rgba(51,51,51,0.05);
}

#large-carousel
.feat-caption {
	padding-bottom: 44px;
}

#large-carousel h4 {
	font-size: 19px;
	line-height: 27px;
}

/*** Large Carousel Nav ***/

#large-car-nav {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 4;
	width: 61px;
	height: 30px;
}

#large-car-nav a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/large-car-nav.png) no-repeat #FA7700;
	text-indent: -9999px;
	transition: background .3s;
}

#large-car-nav
.flex-next {
	margin-left: 1px;
	background-position: -30px 0;
}

#large-car-nav a:hover {
	background-color: #444;
}

#large-car-nav a:focus {
	outline: none;
}

/*-------------------------------------------*\
	21. Single Post Page Styling
\*-------------------------------------------*/

.single-wrap
.entry {
	margin-bottom: 14px;
}

.single-thumb {
	width: 620px;
    height: 330px;
    margin-bottom: 22px;
    overflow: hidden;
}

.single-post-title {
	margin-bottom: 12px;
}

.single-categories {
	padding-left: 23px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/post-meta.png) no-repeat 0 2px;
}

.single-post-date {
	padding-left: 18px;
	margin-bottom: 16px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/post-meta.png) no-repeat -4px -53px;
}

.single-wrap
.instagram-media {
	/*** Overiding the default instagram embed margin ***/
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

/*** Single Post Share Styling ***/

.single-elements {
	margin-bottom: 30px;
}

#single-share {
	position: relative;
	width: 605px;
	padding: 25px 0  25px 55px;
	margin-left: -20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#single-share 
.share-block-name {
	position: absolute;
    left: 25px;
    top: 0;
    display: table;
    width: 74px;
    height: 24px;
    border-top: 1px solid #eee;
    background-color: #F9F9F9;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.share-block-name span {
    display: table-cell;
    vertical-align: middle;
    opacity: .4;
}

#single-share a {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

#single-share a:hover
.single-share-txt {
	background-color: #444;
}

#single-share li {
	display: inline-block;
    height: 24px;
	float: left;
	margin-right: 25px;
}

.single-share-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	float: left;
	border: 1px solid #EBEBEB;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/single-share.png) no-repeat #fff;
}

.twitter
.single-share-icon {
	background-position: -46px 0;
}

.google
.single-share-icon {
	background-position: -92px 0;
}

.pinterest
.single-share-icon {
	background-position: -138px 0;
}

.single-share-txt {
	display: inline-block;
	height: 20px;
	padding: 0 6px;
	background-color: #5C82D0;
	line-height: 20px;
	transition: background .3s;
}

.twitter
.single-share-txt {
	background-color: #34BAF3;
}

.google
.single-share-txt {
	background-color: #E95843;
}

.pinterest
.single-share-txt {
	background-color: #E03037;
}

/*** Single Post Tags Styling ***/

.post-tags {
	position: relative;
	display: block;
	width: 605px;
	min-height: 30px;
	clear: both;
	padding: 25px 0  21px 25px;
	margin: -1px 0 0 -20px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.post-tags span {
	display: block;
	height: 26px;
	float: left;
	color: #444;
	margin-right: 15px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
}

.post-tags a {
	position: relative;
	display: block;
	height: 26px;
	padding: 0 10px;
	margin: 0 4px 4px 0;
	color: #fff;
	float: left;
	background-color: #444;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 28px;
	transition: background .3s;
}

.post-tags a:hover {
	background-color: #FA7700;
}

.post-tags a span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
}

/*** About Author DIV Styling ***/

#about-author {
	position: relative;
    width: 620px;
    float: left;
    margin-left: -20px;
	padding: 26px 20px;
	border-bottom: 1px solid #eee;
}

#about-author
.avatar {
	float: left;
	margin-right: 10px;
}

.author-text h5 {
	margin-top: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.author-text {
	overflow: hidden;
}

.author-text p {
	margin-bottom: 12px;
}

/*** Author Icons ***/

.author-icons a {
	display: inline-block;
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 10px;
	border-radius: 26px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/author-icons.png) no-repeat #F3F3F3;
	text-indent: -9999px;
	transition: background .3s;
}

.author-icons a:hover {
	background-color: #FBFBFB;
}

.author-icons
.facebook-link {
	background-position: -36px 0;
}

.author-icons
.google-link {
	background-position: -72px 0;
}

.author-icons
.instagram-link {
	background-position: -108px 0;
}

.author-icons
.author-link {
	background-position: -144px 0;
}

/*** Related Posts Styling ***/

.lined-heading {
	position: relative;
	height: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.lined-heading h5 {
	font-size: 16px;
}

.lined-heading span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 25px;
	height: 3px;
	background-color: #444;
}

#related-posts {
	width: 620px;
	padding: 0 20px;
	margin-bottom: 30px;
	margin-left: -20px;
	border-bottom: 1px solid #eee;
}

.related-post {
	width: 190px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}

.related-post:last-child {
	margin-right: 0;
}

#related-posts
.post-thumb {
	width: 190px;
	height: 130px;
	margin-bottom: 12px;
	overflow: hidden;
}

#related-posts
.format-icon {
	left: 75px;
	top: 45px;
	width: 40px;
    height: 40px;
    background-position: -2px -2px;
}

#related-posts
.thumb-overlay {
	height: 130px;
}

/*** Comments Styling ***/

.bypostauthor {}

.comment-body {
	position: relative;
	margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.comment-body
.avatar {
	float: left;
	margin-right: 12px;
}

.comment
.children {
	margin-left: 20px;
}

.comment-contents {
	overflow: hidden;
}

.comment-meta {
	margin-top: 2px;
}

.comment-author {
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
}

.comment-author a {
	color: #444;
}

.comment-author a:hover {
    color: #FA7700;
}

.comment-date {
	display: inline-block;
	margin-bottom: 5px;
	color: #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-reply-link {
	display: inline-block;
    height: 24px;
   padding-left: 15px;
    margin-top: 10px;
    color: #444;
    background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/comment-reply-link.png) no-repeat left center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}

.comment-reply-link:hover {
	color: #B7B4B4;
}

.comment-text {
	clear: both;
}

.awaiting-mod-txt {
	display: block;
	color: #bbb;
	margin-top: 6px;
}

/*** Comment Form Stylng ***/

#reply-title {
	margin-bottom: 17px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#commentform {
	position: relative;
	margin-bottom: 30px;
}

#cancel-comment-reply-link {
	display: inline-block;
	padding-left: 16px;
	margin-left: 10px;
    background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/cancel-comment-reply-link.png) no-repeat left center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .3s;
}

#cancel-comment-reply-link:hover {
	color: #bbb;
}

#respond
.comment-notes,
.logged-in-as {
	margin-top: 12px;
    margin-bottom: 12px;
    color: #B8B8B8;
}

.logged-in-as {
	margin-top: 5px;
	margin-bottom: 15px;
}

#respond
.required {
	color: #FF223A;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 12px;
	line-height: 0;
}

#respond
.comment-form-url {
	margin-right: 0;
}

#author,
#email,
#url,
#comment {
	padding-left: 10px;
	border: 2px solid #F2F2F2;
    background-color: #FBFBFB;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: #bbb;
	margin-bottom: 14px;
	transition: background .3s;
}

#author:focus,
#email:focus,
#url:focus,
#comment:focus {
	outline: none;
    color: #777;
    border-color: #ccc;
    background-color: #fff;
}

#author,
#email,
#url {
	width: 97.7%;
	height: 38px;
	clear: both;
}

#comment {
	width: 97.7%;
	height: 204px;
	padding: 10px 0 10px 10px;
	line-height: 22px;
}

#respond p label {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    font-weight: 600;
    color: #444;
}

#respond p label,
#respond p label + .required {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	text-transform: uppercase;
}

.comment
.form-submit {
	clear: both;
	margin-bottom: 15px;
}

#submit {
    height: 34px;
    padding: 0 14px;
    margin-top: 16px;
    color: #444;
    border: none;
    background-color: #eee;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 34px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}

#submit:hover {
	color: #fff;
	background-color: #444;
}

/*-------------------------------------------*\
	22. Pages Styling
\*-------------------------------------------*/

.page-wrap .entry {
	margin-bottom: 30px;
}

.page-temp-wrap
.single-thumb {
	margin-bottom: 19px;
}

.page-title {
	text-transform: uppercase;
}

/*** Full Page Styling ***/

#content.full-width-page {
	padding-top: 20px;
	margin-bottom: 30px;
}

/*** Contact Form 7 Styling ***/

.wpcf7 p {
	float: left;
	clear: both;
}

.wpcf7 p:last-child {
	margin-bottom: 0;
}

.wpcf7-form
label {
	display: inline-block;
	margin-bottom: 5px;
	color: #444;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.wpcf7-text {
	width: 300px;
	height: 38px;
}

.wpcf7-textarea {
	width: 596px;
	height: 240px;
	padding-top: 10px;
}

.wpcf7-text,
.wpcf7-textarea {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #F2F2F2;
	background-color: #FBFBFB;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: #bbb;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: none;
	color: #777;
	border-color: #ccc;
	background-color: #fff;
}

.wpcf7-response-output {
	float: left;
}

.wpcf7-submit {
	height: 34px;
    padding: 0 14px;
    color: #444;
    border: none;
    background-color: #eee;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 34px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}

.wpcf7-submit:hover {
	color: #fff;
    background-color: #444;
}

input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin-top:-2px; 
	margin-bottom: -2px; 
}

/*** Error Page ***/

#content.error-wrap {
	margin-bottom: 30px;
}

.error-content-wrap {
	margin: 40px 10px;
}

.error-wrap h1 {
	height: 58px;
	padding-left: 66px;
	margin-bottom: 15px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/error-page.png) no-repeat left center;
	font-size: 44px;
	line-height: 54px;
	text-transform: uppercase;
}

.error-wrap p {
	color: #bbb;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.error-wrap
#searchform {
	position: relative;
	width: 342px;
	margin: 25px 0 30px 0;
}

.error-wrap
#s {
	width: 244px;
	height: 34px;
	padding: 0 82px 0 12px;
	color: #bbb;
	background-color: #fff;
	border: 2px solid #EFEFEF;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.error-wrap
#s:focus {
	color: #777;
	outline: none;
	border-color: #ccc;
	font-style: normal;
}

.error-wrap
#searchsubmit {
	position: absolute;
  	right: 4px;
    top: 4px;
    height: 30px;
    padding: 0 12px;
  	border: none;
  	color: #444;
  	background-color: #eee;
  	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s;
}

.error-wrap
#searchsubmit:hover {
	color: #fff;
	background-color: #444;
}

.error-content-wrap
.widgettitle {
	margin-bottom: 11px;
	font-size: 22px;
	text-transform: uppercase;
}

.error-content-wrap
.widget_recent_entries 
li:last-child {
	margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dotted #eee;
}

/*-------------------------------------------*\
	23. Main Footer Styling
\*-------------------------------------------*/

#main-footer {
	color: #ddd;
	padding: 6px 0;
	border-top: 1px solid #1A1A1A;
	background-color: #151515;
}

#main-footer
.widget {
	width: 312px;
	float: left;
	margin: 28px 33px 40px 0;
}

#main-footer
.widget:last-child {
	margin-right: 0;
}

#main-footer
.widget-title {
	position: relative;
	height: 18px;
	padding-left: 14px;
	margin-bottom: 32px;
	color: #fff;
	text-transform: uppercase;
}

#main-footer
.widget-title span {
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1;
	display: block;
	width: 3px;
	height: 18px;
	background-color: #FA7700;
}

#main-footer
.small-post
.post-title {
	margin-bottom: 6px;
}

#main-footer
.post-title a {
	color: #fff;
}

#main-footer
.post-title a:hover {
	color: #ddd;
}

/*** Back To Top Styling ***/

#back-to-top {
	position: fixed;
	right: 40px;
	bottom: 3%;
	display: none;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	background: url(//www.andreacarancini.it/wp-content/themes/alumini/images/back-to-top.png) no-repeat #FA7700;
	z-index: 200;
	cursor: pointer;
	transition: background .3s;
}

#back-to-top:hover {
	background-color: #242424;
}

/*** Copyright DIV Styling ***/

#copyright {
	height: 52px;
	color: #fff;
	border-top: 1px solid #1A1A1A;
	background-color: #0F0F0F;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

#footer-logo {
	float: left;
	margin-right: 5px;
	line-height: 52px;
}

#footer-logo img {
    max-height: 52px;
    vertical-align: middle;
}

#copyright p, 
#copyright li {
	float: left;
	line-height: 52px;
}

#copyright ul {
	float: right;
}

#copyright li {
	margin-left: 20px;
}

#copyright a {
	color: #fff;
}

#copyright a:hover {
	color: #9C9C9C;
}/*
Theme Name: Alumini Child
Theme URI: http://themeforest.net/user/promola
Template: alumini
Author: Promola
Author URI: http://promola.co.za/
Description: Premium Blogging Theme.
Tags: two-columns,threaded-comments,right-sidebar
Version: 1.1472663322
Updated: 2016-08-31 19:08:42

*/

@media screen and (min-width: 320px) and (max-width: 1023px) {
#header-ad {width: 320px; display: block !important; height: 100px; margin-left: -7px; margin-right: -7px}
#tagline {width: 100%; text-align: center}
}

@media screen and (min-width: 1024px) {
#logo h1 {font-size: 30px}
#main-header {height: 115px}
#header-ad {width: 728px; height: 90px}
}

.andre-after-content {width: 100%; height: 250px}/******************************************************
	Main Nav / Admin Styling
*******************************************************/

@media screen and (max-width: 782px) {
	.admin-bar 
	#main-nav-wrap {
		top: 46px;
	}
}

/******************************************************
	Smaller than 1004px
*******************************************************/

@media screen and (max-width: 1004px) {
	
	.wrapper {
		width: 660px;
	}

	/*-------------------------------------------*\
		Main Header Styling
	\*-------------------------------------------*/

	#hidden-sidebar-icon {
		display: none;
	}

	#logo {
		float: none;
		text-align: center;	
	}

	#logo img {
		max-width: 100%;
	}

	#header-ad {
		display: none;
	}

	/*** Main Nav Styling ***/

	#main-nav-wrap {
		position: relative;
	}

	#hidden-nav-icon {
		margin-right: -1px;
		border-right: 1px solid #eee;
	}

	#main-header {
		margin-top: 0;
	}

	#responsive-menu {
		position: relative;
		z-index: 15;
		display: inline-block;
    	height: 40px;
		float: left;
		padding: 0 11px;
		color: #444;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		cursor: pointer;
		font-size: 12px;
		font-weight: 600;
		line-height: 42px;
		text-transform: uppercase;
		transition: background .3s;
	}

	#responsive-menu:hover {
		background-color: #F5F5F5;
	}

	#main-nav
	.menu {
		position: absolute;
		left: 0;
		top: 41px;
		z-index: 4000;
		display: none;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
    	background-color: #fff;
	}

	#main-nav li {
		height: 39px;
		clear: both;
		float: none;
		line-height: 34px;
		border-left: none;
		border-bottom: 1px solid #eee;
	}

	#main-nav li:last-child {
	    border-right: none;
	}

	#main-nav a {
		min-width: 250px;
	}

	#main-nav li a:hover,
	#main-nav ul li ul 
	.current-menu-item a:hover {
		color: #555;
		background-color: transparent;
	}

	/*** Main Nav Drop Down Menu ***/

	#main-nav ul li ul li {
		height: 39px;
	}

	#main-nav ul li 
	ul li:last-child {
		border-bottom: 1px solid #eee;
	}

	#main-nav ul li ul li a {
		padding-left: 30px;
	}

	.drop-sign,
	#main-nav 
	ul li ul 
	.drop-sign {
		display: none;
	}
	
	#main-nav .menu li ul {
		position: static;
		display: block !important;
		float: none;
		clear: both;
		border: none;
	}

	#main-nav ul li ul a {
		font-weight: 600;
	}

	/*-------------------------------------------*\
		Featured Styling
	\*-------------------------------------------*/

	.first-feat-col {
		width: 100%;
		margin-bottom: 2px;
	}

	#first-featured .post
	img {
		width: 100%;
		height: auto;
	}

	#feat-columns
	.feat-posts > li {
	    width: 660px;
    	height: 460px;
	}

	#feat-columns
	.feat-posts > li + li {
		display: none;
	}

	#feat-columns 
	.feat-overlay {
	    height: 460px;
	}

	#feat-columns .feat-caption {
	    padding: 0 18px 48px 18px;
	}

	#feat-columns
	h4 {
		font-size: 25px;
    	line-height: 35px;
	}

	.second-feat-col {
		display: none;
	}

	/*** Featured Slider ***/

	#featured-slider,
	#featured-slider 
	.slides > li {
		width: 662px;
		height: 330px;
	}

	/*-------------------------------------------*\
		Trending Posts Styling
	\*-------------------------------------------*/

	#trending-news-wrap {
		width: 660px;
	}

	/*-------------------------------------------*\
		Content Styling
	\*-------------------------------------------*/

	#content {
		width: 620px;
	}

	.read-more-btn {
		margin-right: 1px;
	}

	/*-------------------------------------------*\
		Main Sidebar Styling
	\*-------------------------------------------*/

	#main-sidebar {
		width: 100%;
		padding: 0;
		border: none;
	}

	#main-sidebar .widget {
		width: 100%;
	}

	.widget_molavid iframe,
	.video-widget-wrap {
		height: 348px;
	}

	.fb_iframe_widget_fluid span {
		width: 100% !important;
	}

	/*-------------------------------------------*\
		Large Carousel Styling
	\*-------------------------------------------*/

	#feat-carousel {
		display: none;
	}

	/*-------------------------------------------*\
		Main Footer Styling
	\*-------------------------------------------*/

	#main-footer {
		padding-bottom: 25px;
	}

	#main-footer 
	.widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#copyright {
		height: auto;
		padding: 15px 0;
		overflow: hidden;
	}

	#footer-logo,
	#copyright p {
		float: none;
		margin-right: 0;
		text-align: center;
	}

	#copyright p {
		margin-bottom: 15px;
		line-height: normal;
	}

	#copyright ul,
	#copyright li {
		float: none;
		clear: both;
		margin-left: 0;
		text-align: center;
		line-height: 28px;
	}

}

/******************************************************
	Smaller than 660px
*******************************************************/

@media screen and (max-width: 664px) {
	
	.wrapper {
		width: 320px;
	}

	/*-------------------------------------------*\
		Main Header Styling
	\*-------------------------------------------*/

	#nav-social {
		display: none;
	}

	/*-------------------------------------------*\
		Featured Styling
	\*-------------------------------------------*/

	#feat-columns
	.feat-posts > li {
	    width: 320px;
    	height: 400px;
	}

	#first-featured .post {
		height: 320px;
	}

	#featured-slider {
		display: none;
	}

	/*-------------------------------------------*\
		Trending News Styling
	\*-------------------------------------------*/

	#trending-news-wrap {
		display: none;
	}

	/*-------------------------------------------*\
		Content Styling
	\*-------------------------------------------*/

	#content {
		width: 280px;
	}

	#posts-wrap {
    	width: 280px;
    	padding-right: 0;
    	border-right: none;
    }

    .large-post {
    	width: 280px;
    }

    .large-post 
    .post-thumb {
    	width: 280px;
    	height: 148px;
    }

    .list-post .post-thumb {
    	width: 280px;
    	margin-bottom: 14px;
    }

    .large-post.format-video 
    .format-icon {
	    left: 118px;
	    top: 52px;
	}

    .list-post.format-video 
    .format-icon {
    	left: 118px;
    }

    .post-elements {
	    width: 320px;
	}

    .post-elements 
    .post-author {
    	display: none;
    }

    .inline-ad-wrap {
    	width: 320px;
    	height: 40px;
    }

    .inline-ad {
    	width: 285px;
    	margin-left: 30px;
    }

    .inline-ad img {
    	width: 100%;
    	height: auto;
    }

    .ad-name-txt {
    	width: 100px;
    }

    /*-------------------------------------------*\
		Mini Carousel Styling
	\*-------------------------------------------*/

    #mini-carousel {
    	display: none;
    }

    /*-------------------------------------------*\
		Main Sidebar Styling
	\*-------------------------------------------*/

	.widget_alumini_social_count li {
		margin-bottom: 18px;
	}

	.widget_molavid iframe, 
	.video-widget-wrap {
    	height: 156px;
	}

	.fb_iframe_widget_fluid span {
		width: 280px !important;
	}

	/*-------------------------------------------*\
		Single Page Styling
	\*-------------------------------------------*/

	.entry img,
    .entry iframe {
    	max-width: 280px;
    }

	.single-thumb {
	    width: 280px;
    	height: 148px;
	}

	.post-tags {
		padding-right: 25px;
	}

	#single-share {
		width: 265px;
	}

	.post-tags {
		width: 280px;
    	padding-left: 20px;
    	padding-right: 20px;
	}

	#single-share 
	.share-block-name {
		width: 110px;
	}

	#single-share .facebook,
	#single-share .twitter {
		margin-bottom: 12px;
	}

	#about-author {
		width: 280px;
	}

	/*** Related Posts Styling ***/

	#related-posts {
    	width: 280px;
    }

	.related-post {
		width: 280px;
		clear: both;
		margin-right: 0;
	}

	#related-posts .post-thumb {
    	width: 280px;
    	height: 190px;
    }

    #related-posts 
    .thumb-overlay {
	    height: 190px;
	}

	#related-posts .format-icon {
    	left: 120px;
    	top: 75px;
    }

    /*** Comment Form Styling ***/

    #comment,
    #author, #email, #url {
    	width: 95%;
    }

    /*** Comments Styling ***/

    #cancel-comment-reply-link {
    	display: block;
    	margin-top: 20px;
    	margin-left: 0;
    }

    #respond 
    .comment-notes, 
    .logged-in-as {
	    margin-top: 34px;
	}

	/*-------------------------------------------*\
		Contact Page / Error Page Styling
	\*-------------------------------------------*/

    .wpcf7-text,
    .wpcf7-textarea {
    	width: 256px;
    }

    /*** Error Page Styling ***/

    .error-content-wrap {
	    margin: 40px 0;
	}

	.error-wrap h1 {
		height: auto;
	}

    .error-wrap #searchform {
    	width: 280px;
    }

    .error-wrap #s {
	    width: 182px;
	}

}