/*
Theme Name: Masher
Theme URI: http://Masher.net
Description: Simple WordPress Theme
Author: Gynawan
Author URI: http://Masher.net
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
.clear{clear:both}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
/**/

body {
	font-family:"Open Sans", sans-serif;
	background:#fbfbfb;
	font-size:13px;
}

p {
color: #646464;
    font-family: "open sans", sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 21px;
}

a {
	color:#6dcff6;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Oswald", sans-serif;
}
.container {
	width:1080px;
	margin:0 auto;
}

#content {
	overflow:hidden;
	margin: 10px 0px;
}

#main {
	float:left;
	margin-right:0px;
	width:750px;
	background:#fff;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	    padding: 10px;
    background: #fff;
	width:300px;
	float:right;
}


/* Top Bar*/
#top-bar {
	width:100%;
	background:#dfe0e1;
	height:50px;
	z-index:9999;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-webkit-backface-visibility: hidden;
}
#top-bar.stick-bar{	position:fixed;}
#top-bar .container {
	position:relative;
}

.slicknav_menu {
	display:none;
}

	/* Menu*/
	.menu {
		float:left;
	}
ul#menu-footer-menu {
    float: right;
}
	.menu>li {
		 margin: 0 13px;
		display:inline-block;
		position:relative;
	}
	.menu>li:first-child{margin-left:26px;}
	.menu li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    font-family: "open sans";
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
	}
	.menu li.current-menu-item a, .menu li.current_page_item a, .menu li a:hover {
		color:#6dcff6;
	}
	#menu-footer-menu li a {
    color: #999;
    font-size: 11px;
    text-transform: none;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0;
}
		/* DROPDOWN */
		.menu .sub-menu,
		.menu .children {
			background-color: #dfe0e1;
			padding: 0;
			margin-top:0;
			position: absolute;
			display: none;
			left: 0;
			z-index: 99999;
			-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
			-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		}


		ul.menu ul li,
		.menu ul ul li {
			margin-right:0;
			padding-right:0;
		}
		ul.menu ul a,
		.menu ul ul a {
			color: #999;
			padding:6px 10px;
			margin: 0;
			min-width: 160px;
			font-size: 11px;
    text-transform: none;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;
		}
		ul.menu ul a:hover,
		.menu ul ul a:hover {
			color: #fff;
			background:#6dcff6;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}

		.menu .sub-menu ul,
		.menu .children ul {
			left: 100%;
			top: 0;

		}

.mm-wrapper {
	background: #0000;
	margin-left: 20px;
}
.mm-wrapper ul ul {margin-left:10px;}
.mm-wrapper>ul{display:none;}
.mm-wrapper .menu-icon{display:none;color:#fff;font-size: 19px;
    line-height: 50px;text-transform:uppercase;font-weight:600;cursor:pointer;}
.mm-wrapper .fa{margin-left:10px;}
.menu-mobile li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    padding: 0px 10px;
}

	/* Header Search*/
	#top-search {
		position:absolute;
		right:0;
		top:0;
		text-align:center;
		margin-left:16px;
		width:50px;
	}
	#top-search a {
		height:50px;
		font-size:14px;
		background:#6dcff6;
		display:block;
		line-height:50px;
		color:#fff;
		-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	}
	#top-search a:hover {
		opacity:.75;
	}
	.show-search {
		display:none;
		position:absolute;
		top:50px;
		right:-1px;
		z-index:10000;
	}
.show-search #searchform input#s {
    width: 190px;
    background: #000;
    -webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
    border-top: 2px solid #6dcff6;
    color: #eee;
}
.show-search .screen-reader-text, .show-search #searchsubmit{display:none;}
	.show-search #searchform input#s:focus {
		background:#333;
	}

/* Header*/

#header {
	padding-top:0px;text-align: center;
}
#header.stick-bar{padding-top:60px;}
#logo {
	display: block;
    float: left;
}
#logo h1, #logo h2 {
    font-size: 30px;
    line-height: 50px;
}
#logo img {
	max-width:100%;
	height:auto;
}
#navigation-wrapper {
    display: inline-block;
}

/* Posts*/
.post, #main > .page, .type-attachment {
	margin-bottom:3px;
    width: 100%;
	background:#fff;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}


.sticky .post-header {
	text-align:center;
	padding:20px 0 24px;
}
.sticky p{margin-top:20px;}
.post-header{text-align:left;padding:10px;}
.post-header h2 a, .post-header h1 {
	font-size:29px;
	color:#0000;
	font-family:"open sans";
	font-weight:600;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-header h2 a:hover {
	opacity:.6;
}

.page .post-header h1 {
	margin-top:5px;
}

.post-header .cat a {
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
	letter-spacing:1px;
	display:inline-block;
	font-family: oswald;
}

.post-header .cat a:hover {
	text-decoration:underline;
}

.post-img {
	text-align:center;
    overflow: hidden;
    float: left;
	width: 237px;
	height: 150px;
    margin-left: 10px;
}
.post-img.full {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
	position: relative;
}
.post-img.single{width:100%;margin:0;    height: auto;    float: none;}
.single .post-img img {
	max-width:100%;
	height:auto;
}
.sticky .gallery-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.sticky ul.single-gallery li {
width: 138px;}
.post-img.audio iframe {
	height:166px;
	width:100%;
}
ins.adsbygoogle {
    margin: 5px 0;
}
	/*** Breadcrumbs ***/
#breadcrumbs {
    padding: 10px 0 0px 10px;
    opacity: .5;
    font-style: italic;
    font-size: 11px;
}
	/*** Post Entry ***/
	.post-entry {
		padding:0 10px;
		font-size:16px;
		margin-bottom:10px;
		overflow:hidden;
		line-height:24px;
	}
	.post-entry.single{padding:10px;margin-bottom:0}
	.post-entry.attachment {
    font-size: 14px;
}
.post-img.attachment{width:100%;height:auto;margin: 0;float: none;}
.post-img.attachment img{width:100%;}
	.more-link {
		text-align:center;
		display:block;
	}
	.more-button {
		font-family:"Open Sans", sans-serif;
		border:1px solid #e9e9e9;
		text-transform:uppercase;
		padding:7px 16px 8px;
		display:inline-block;
		letter-spacing:2px;
		font-size:11px;
		margin-top:12px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}
	.more-button:hover {
		background:#6dcff6;
		border:1px solid;
		border-color:#6dcff6;
		color:#fff;
	}

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


	.post-entry a:hover {
		text-decoration:underline;
	}

	.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
    	margin-bottom:20px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {

		font-weight:400;	color:#000;
	}
	.post-entry h1 {
		font-size:27px;
	}
	.post-entry h2 {
		font-size:24px;
	}
	.post-entry h3 {
		font-size:16px;
	}
	.post-entry h4 {
		font-size:19px;
	}
	.post-entry h5 {
		font-size:17px;
	}
	.post-entry h6 {
		font-size:15px;
	}
	.post-entry hr {
		border:0;
		border-bottom:1px solid #e5e5e5;
		height:0;
		clear:both;
	}
	.post-entry blockquote p {
		font-family:"Georgia";
		font-style:italic;
		font-size:18px;
		line-height:28px;
		border-left:3px solid #6dcff6;
		color:#999;
		padding:0 18px;
	}

	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:20px;    font-size: 13px;
    line-height: 17px;
	}
	.post-entry ul li {
		margin-bottom:12px;
		list-style:square;
	}
	.post-entry ol li {
		list-style:decimal;
		margin-bottom:12px;
	}


	.sticky.post .post-header { padding:20px 0; }
	.bypostauthor  {}

	.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
	.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
	.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
	.post-entry tr:hover {
		background:#f9f9f9;
	}

.post-meta {
	overflow:hidden;
	padding:0 10px 20px ;
}
.post-meta .meta-info {
	margin-top:6px;
	color:#a5a5a5;
	margin-right:8px;
	font-size:11px;
	font-style:italic;
	float:left;
}
.post-share {
	font-size:12px;
	float:right;
}
.post-share.single{float: left;
    padding: 10px 0px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;}
.post-share.attachment {
float: left;
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-right: 10px;
    width: 100%;
}
.post-share a i {
	height:22px;
	text-align:center;
	line-height:23px;
	width:22px;
	margin-left:3px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	border-radius:11px;
}
.post-share .fa-facebook{color:#0073aa}
.post-share .fa-twitter{color:#00b9eb}
.post-share .fa-pinterest{color:#aa001e}
.post-share .fa-google-plus{color:#f1390e}
.post-share .fa-comments{background:#6dcff6;color:#fff}
.post-share a i:hover {
	background:#6dcff6;
	color:#fff;
}
span.nmbr {
    font-size: 15px;    color: #6f9b28;
}
span.share-count {
font-size: 10px;
    padding: 0px 5px 3px 5px;
    line-height: 10px;
    text-align: center;
    float: left;
    margin: 0 20px;
}
.post-share.single .fb{
	background: #0073aa;
    color: #fff;
    padding: 3px 10px 3px 3px;
	border-radius: 5px;
	}
.post-share.attachment .fb{
	background: #0073aa;
    color: #fff;
    padding: 3px 10px 3px 3px;
	border-radius:5px;
	}
.post-share.single .fa-facebook{
    color: #fff;
    margin-left: 0;}
	.post-share.attachment .fa-facebook	{
    color: #fff;
    margin-left: 0;}
.backtosgl{font-size: 14px !important;
    text-transform: uppercase;}
	h2.backtosgl span {
   background: #eee;
    color: #000;
    padding: 5px 5px;
    margin-right: 5px;
}
/*** Post Author ***/
.post-author {
	border-top:1px solid #eee;
	padding:30px;
	overflow:hidden;
}

.author-img {
	margin-right:30px;
	float:left;
}
.author-img img {
	border-radius:50%;
}
.author-content {
	overflow:hidden;
}
.author-content h5 a {
	font-size:14px;
	color:#000;
	display:block;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:8px;
}

.author-content p {
	margin-bottom:8px;
}

.author-content .author-social {
	font-size:14px;
	margin-right:8px;
	color:#bbb;
}
.author-content a.author-social:hover {
	color:#6dcff6;
}

/*** Post Pagination ***/
.post-pagination {
	overflow:hidden;
	border-top:1px solid #eee;
}
.post-pagination a {
	padding:15px 30px;
	font-size:10px;
	color:#aaa;
	letter-spacing:1px;
	display:block;
	text-transform:uppercase;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-pagination .pagi-prev {
	float:left;
	width:50%;
}
.post-pagination .pagi-next {
	float:right;
	text-align:right;
	width:50%;
}
.post-pagination a:hover {
	color:#fff;
	background:#6dcff6;
}

/** Post tags ***/
.post-tags {
	margin-bottom:-15px;
	padding-bottom:13px;
	margin-top:30px;
}
.post-tags a {
	font-family:"Open Sans", sans-serif;
	font-size:10px;
	padding:0px 6px 1px 8px;
	background:#f2f2f2;
	margin-bottom:5px;
	margin-right:7px;
	border-radius:3px;
	display:inline-block;
	color:#666;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-tags a:hover {
	background:#ddd;
	text-decoration:none;
	color:#666;
}

/*** Post Related ***/
.post-related {
	background:#fff;
	overflow:hidden;
	padding:10px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}
.block-heading {
	font-size:14px;
	text-align:center;
	border-bottom: 2px solid #6dcff6;
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
	line-height: 29px;
	margin-bottom:22px;
	color:#dfe0e1;
}

.item-related {
	float:left;
	width:228px;
	margin-right:22px;
}
.item-related:last-child{margin-right:0;}
	.fullwidth .item-related {
		margin-right:30px;
		width:320px;
	}

.item-related:last-child, .fullwidth .item-related:last-child  {
	margin-right:0;
}
.item-related img {
	margin-bottom:3px;
	max-width:100%;
	height:127px;
}

.item-related h3 a {
	font-size:13px;
	color:#000;
}
.item-related h3 a:hover {
	text-decoration:underline;
}
.item-related h3 {
	margin-bottom:-1px;
}
.item-related span.date {
	font-style:italic;
	font-size:11px;
	color:#999;
}

/*** Comments ***/
.post-comments {
	padding:30px 10px;
	margin-bottom:50px;
	background:#fff;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}

.thecomment {
	padding-bottom:34px;
	margin-bottom:34px;
	border-bottom:1px dotted #eee;
}

.thecomment .author-img {
	margin-right:25px;
	float:left;
}
.thecomment .author-img img {
	border-radius:50%;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
	font-family:"Oswald";
	display:block;
	letter-spacing:2px;
	margin-bottom:6px;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}

.thecomment .comment-text span.date {
	font-size:11px;
	font-style:italic;
	margin-bottom:10px;
	color:#999;
	display:block;
}

.thecomment .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	color:orange;
	letter-spacing:1px;
	display:block;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:right;
	font-size:10px;
	border-radius:2px;
	padding:3px 6px 5px 6px;
	margin-left:7px;
	background-color:#ccc;
	color:#FFF;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
	background:#c5c5c5;
}
.post-comments span.reply a:hover {
	opacity:.8;
}

ul.children { margin: 0 0 0 55px; }
ul.children li.thecomment { margin:0 0 8px 0; }

/** Reply **/
#respond {
	overflow:hidden;
	margin-bottom:20px;
}

#respond  h3 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	margin-bottom:20px;
	color:#999;
	letter-spacing:2px;
}

#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	border-radius:3px;
	font-size:11px;
	background:#333;
	margin-left:7px;
	letter-spacing:1px;
	color:#FFF;
	padding:4px 6px 5px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}

#respond label {
	color:#888;
	width:80px;
	display:inline-block;
	font-weight:300;
	font-size:14px;
}
#respond input {
	margin-bottom:15px;
	padding:8px 10px;
	border:1px solid #DDD;
	font-size:11px;
	width:250px;
	margin-right:10px;
	border-radius: 3px;
	color:#999;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	font-size:13px;
	color:#777;
	border:1px solid #DDD;
	margin-bottom:14px;
	line-height:20px;
	border-radius: 3px;
	width:95%;
	height:120px;
}
#respond textarea:focus {outline:none;}

#respond #submit {
	font-family:"Open Sans", sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#eee;
	cursor:pointer;
	color:#666;
	padding:12px 19px 14px;
	border-radius:30px;
	width:auto;
	border-radius:0;
	font-size:11px;
	margin-top:6px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#respond #submit:hover {
	background:#333;
	color:#FFF;
}

/** PAGINATION*/

.pagination {
	overflow:hidden;
	margin-bottom:20px;
}
.pagination .current {
    background: #fff;
    padding: 14px 20px
}
.pagination a {
	font-family:"Open Sans", sans-serif;
	background:#fff;
	padding: 14px 20px;
	letter-spacing:2px;
	text-transform:uppercase;
	display:inline-block;
	font-size:11px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.pagination a:hover {
	text-decoration:none;
	background:#6dcff6;
	color:#fff;
}
.pagination .newer {
	float:left;

}
.pagination .older {
	float:right;

}

/** SIDEBAR**/

.widget {
	margin-bottom:40px;
}

.widget-heading {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #161616;
    letter-spacing: 2px;
    border-bottom: 2px solid #6dcff6
 }
.widget-heading > span{
    position: relative;
    display: inline-block;
}
.widget a:hover {
	text-decoration:underline;
}

.widget ul li {
	padding-bottom:7px;
	border-bottom:1px dotted #d5d5d5;
	margin-bottom:7px;
}
.widget ul li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.widget_recent_entries a {
    color: #161616;
}
.widget input, .widget select {
	border:1px solid #e5e5e5;
	padding:9px 7px;
	width:100%;
	color:#999;
}

	/*** About Widget ***/
	.about-widget img {
		margin-bottom:8px;
	}

	/** Social Widget **/
	.widget-social {
		text-align:center;
	}

	.widget-social a:first-child {
		margin-left:0;
	}
	.widget-social a:last-child {
		margin-right:0;
	}

	.widget-social a i {
		font-size:14px;
		background:#6dcff6;
		height:28px;
		line-height:28px;
		color:#fff;
		width:28px;
		text-align:center;
		border-radius:50%;
		margin:0 2px 4px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}

	.widget-social a:hover {
		opacity:.8;
	}
	.widget-social a:hover > i {
		opacity:.8;
	}

	/** WIDGET ITEMS **/
	.widget ul.side-newsfeed li {
		list-style-type:none;
		padding-bottom:13px;
		margin-left:0;
		margin-bottom:17px;
	}
	.widget ul.side-newsfeed li:last-child {
		margin-bottom:0;
		padding-bottom:0;
	}
	.widget ul.side-newsfeed li .side-item {
		overflow:hidden;
	}
	.widget ul.side-newsfeed li .side-item .side-image {
		float:left;
		margin-right:14px;
	}

	.widget ul.side-newsfeed li .side-item .side-image img {
		width:88px;
		height:auto;
	}

	.widget ul.side-newsfeed li .side-item .side-item-text {
		overflow:hidden;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		font-family:"Open Sans", sans-serif;
		color:#000;
		display:block;
		margin-bottom:1px;
		font-size:13px;
	}
	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		color:#999;
		font-style:italic;
		font-size:11px;
	}


	/*** Widget categories ***/
	.widget_categories {
		color:#a5a5a5;
	}
	.widget_categories a {
		margin-right:10px;
	}

	/*** Tagcloud widget ***/

	.widget .tagcloud a {
	font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
    margin-bottom: 8px;
    background: #161616;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 8px 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
	}
	.widget .tagcloud a:hover {
		opacity:.6;
		text-decoration:none;
	}

	/*** Calender widget ***/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:700; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }

	/*** Search Widget ***/
	#searchform input#s {
		background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
		border: 1px solid #e5e5e5;
		color:#999;
		padding:14px 14px;
	}

	#searchform #s:focus { outline:none; }

	/** searchbar for widget ***/
	.widget #searchform input#s {
		width:270px;
	}



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

#footer {
	margin-top:50px;
	background:#dfe0e1;
	padding-top: 20px;
	    color: #fff;
}
#footer .widget-heading {
    color: #fff;
}
#footer-widget>div{float:left;width:31%;    padding: 0 1%;}
#footer .widget ul li{border-color:#333}
.side-gallery h4 {
    font-size: 14px;
    font-family: "open sans";
    font-weight: 600;
}
ul.side-gallery>li {
    border: none;
    width: 100%;
    height: 259px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}
.side-gallery .gallery-wrapper {
    position: absolute;
    bottom: 55px;
}
.side-gallery ul{
padding: 0px !important;
    background: #fff !important;
    border: 1px solid #eee;
	height: 63px;
	 width: 100%;
}
.side-gallery .gallery-wrapper>ul>li{
	width:21.6%;
	height: 51px !important;
	border: none;
}
.side-gallery img{
	width:100%;
	height: 203px !important;
}
.side-gallery .gallery-wrapper img{
	height: 51px !important
}
/*** Footer Social ***/
#footer-social {
	background:#6dcff6;
	text-align:center;
	padding:30px 0;
}

#footer-social a {
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	margin:0 36px 0 0;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#footer-social a:first-child {
	margin-left:0;
}
#footer-social a:last-child {
	margin-right:0;
}

#footer-social a i {
	font-size:14px;
	height:28px;
	text-align:center;
	line-height:28px;
	border-radius:50%;
	margin-right:5px;
	width:28px;
	background:#fff;
	color:#6dcff6;
}

#footer-social a:hover {
	text-decoration:none;
	opacity:.8;
}
#footer-social a:hover > i {
	opacity:.8;
}

/*** Footer Copyright ***/
#footer-copyright {
	padding:20px 0;
	color:#999;
	background:#dfe0e1;
	overflow:hidden;
	font-size:11px;
	position:relative;
}
#footer-copyright span.left {
	float:left;
}

#footer-copyright .to-top {
	color: #aaa;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
}
#footer-copyright .to-top i {
	font-size:14px;
	margin-left:3px;
}

#footer-copyright .to-top:hover {
	text-decoration:none;
}
#footer .side-gallery ul {
    padding: 0px !important;
    background: #555 !important;
    border: none !important;
}
#footer .side-gallery .gallery-wrapper{width:100%;}
#footer .side-gallery .gallery-wrapper>ul>li{    width: 23%;
    padding-right: 0;}
/***
/* Archive
/********************/
.archive-box {
	background:#fff;
	text-align:center;
	margin-bottom:30px;
	padding:18px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}

.archive-box span {
	font-style:italic;
	font-size:11px;
	letter-spacing:1px;
	color:#999;
	margin-bottom:4px;
	display:inline-block;
}
.archive-box h1 {
	font-size:28px;
	text-transform:uppercase;
	letter-spacing:5px;
}

/* 404 Page*/
.error-page {
	text-align:center;
	padding-top:50px;
}
.error-page h1 {
	font-size:190px;
}
.error-page p {
	color:#888;
}

/*Contact Form 7*/
.wpcf7 input {
	width:266px;
}
div.wpcf7 {
	margin-top:40px;
	overflow:hidden;
}
.wpcf7 input, .wpcf7 textarea {
	border:1px solid #DDD;
	padding:8px;
	margin-right:10px;
	font-size:12px;
	margin-top:6px;
	margin-bottom:6px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	color:#777;
}
.wpcf7 textarea {
	width:95%;
}
.wpcf7 .wpcf7-submit {
	background:#eee;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius:20px;
	letter-spacing:3px;
	font-size:11px;
	text-transform:uppercase;
	padding:12px 24px;
	color:#666;
	display:block;
	border:none;
	width:auto;
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.wpcf7 .wpcf7-submit:hover {
	background:#333;
	color:#fff;
}

/*Gallery*/
ul.full-gallery{padding:0}
ul.full-gallery li{font-size:13px;    margin-bottom: 20px;
    text-align: center;}
li.gallery-full img {
    width: 100%;
}
ul.single-gallery {
    overflow: hidden;
       padding: 4px;
    background: #fff;
    border: 1px solid #eee;
}
ul.single-gallery li {
    list-style: none;
    width: 134px;
    display: inline-block;
    padding: 5px;
    float: left;
}
ul.single-gallery li:nth-child(5n) {
    margin-right: 0;
}
li.gallery-items img {
    display: block;    height: 97px;
}
li.gallery-items{margin-bottom:0 !important}
li.sisa {
    position: absolute;
    right: 9px;
    background: rgba(0,0,0, .5);
    line-height: 89px;
    width: 130px !important;
    bottom: 9px;
    color: #fff;
    font-size: 26px;
}
li.sisa a{color:#fff;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto
    margin-left: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    max-width: 98.5%;
    padding: 0;
    width: auto;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
    line-height: 17px;
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{
	font-family:"Open Sans";
    font-size:12px;
	color:#888;
}

.gallery .gallery-icon img{
    border:1px solid #eee !important;
    border-radius:2px;
	padding:7px;
}
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;
}
.slicknav_menu {
	display:none;
}

@media only screen and (min-width: 942px) and (max-width: 1170px) {

	.container { width:940px; }

	#main {
		width:650px;
		float:left;
	}

	#sidebar {
		width:260px;
		float:right;
	}

	.item-related {
		width:184px;
		margin-right:19px;
	}
	.fullwidth .item-related {
		width:274px;
		margin-right:29px;
	}

	#respond textarea {
		width:94%;
	}

	#footer-social a {
		margin-right:16px;
	}

}
@media only screen and (max-width: 1170px){
	.sticky ul.single-gallery{padding-left:1%;}
	.sticky ul.single-gallery li{width:18%;}
	ul.side-gallery li img{width:100%;}
	ul.single-gallery li{width:18.3%;}
li.sisa {
    position: absolute;
    right: 1%;
    background: rgba(0,0,0, .5);
    line-height: 89px;
    width: 17% !important;
    bottom: 9px;
    color: #fff;
    font-size: 26px;
}

}
@media only screen and (max-width: 480px) {
	#footer-widget>div{width:100%;}
	.mm-wrapper{margin-left:0px;}
	#logo{    width: 30%;
    height: 50px;
    line-height: 50px;}
	#logo img{    line-height: 50px;
    white-space: nowrap;
    height: 50px;}
	.home .post-share, .archive .post-share {
    margin-left: -15px;
}
#logo h1, #logo h2 {
font-size: 18px;}
.post-img img{max-width:100%;height: auto;}
li.sisa {
line-height: 38px;}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {

	.container { width:726px; }

	#navigation-wrapper ul#menu-main-menu {
		display:none;
	}
	.mm-wrapper .menu-icon, #logo{display:block}

	.slicknav_menu {
		display:block;
	}

	#main {
		width:100%;
		margin-right:0;
	}
	.sticky ul.single-gallery li {
    width: 18.5%;
}
	#sidebar {
		width:100%;
	}

	.widget {
		width:500px;
		margin-left:auto;
		margin-right:auto;
	}

	.item-related, .fullwidth .item-related {
		width:208px;
		margin-right:21px;
	}

	#footer-social a {
		margin-right:26px;
	}
	#footer-social a span {
		display:none;
	}

	#footer-social a i {
		height:28px;
		width:28px;
		line-height:28px;
		font-size:14px;
	}

}


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

	.container { width:100%; }

	#navigation-wrapper ul#menu-main-menu {
		display:none;
	}
	.mm-wrapper .menu-icon, #logo{display:block}
	.slicknav_menu {
		display:block;
	}

	#logo { margin-left:15px; margin-right:15px;	}

	#main {
		width:100%;
		margin-right:0;
	}
	ul.single-gallery li{width:17.6%}
	#sidebar {
		width:100%;
	}

	.widget {
		padding:0 15px;
	}
	.post-entry {
		padding: 0 15px;
	}
	.post-related {
		padding: 22px 15px;
	}
	.post-author {
		padding:30px 15px;
	}
	.post-meta {
		padding:0 15px 30px;
	}
	.pagination {
		padding:0 15px;
		margin-bottom:40px;
	}

	.item-related, .fullwidth .item-related {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}

	.author-img {
		margin-right:20px;
	}
	.author-img img {
		width:60px;
		height:60px;
	}

	.post-share {
		float:none;
		clear:both;
		padding-top:15px;
	}

	.thecomment .author-img {
		display:none;
	}

	#respond textarea {
		width:90%;
	}

	#footer-social a {
		margin-right:4px;
	}
	#footer-social a span {
		display:none;
	}

	#footer-social a i {
		height:24px;
		width:24px;
		line-height:24px;
		font-size:12px;
	}

	#footer-copyright {
		padding:20px 15px;
	}
	.widget-instagram .instag ul.thumbnails > li {
		width:25% !important;
	}
	.widget-instagram .instag ul.thumbnails > li:nth-child(8), .widget-instagram .instag ul.thumbnails > li:nth-child(7), .widget-instagram .instag ul.thumbnails > li:nth-child(6), .widget-instagram .instag ul.thumbnails > li:nth-child(5) {
		display:none;
	}

	.widget {
		width:300px;
		margin-left:auto;
		margin-right:auto;
	}

}

@media only screen and (max-width: 480px) {
	.sticky ul.single-gallery li{width:17%}
	.sticky ul.single-gallery li img{height:47px;}
	ul.single-gallery li{width:16.6%}
	ul.single-gallery li img {height:47px;}
	.post-img{width:30%;}
.post-header h2 a, .post-header h1 {
    font-size: 16px;
}
.post-img, .post-entry{height:100px;}
.post-entry.single{height:auto}
}
@media only screen and (max-width: 320px) {
	.sticky ul.single-gallery li{width:16%}
	.sticky ul.single-gallery li img{height:47px;}
	}
@media only screen and (min-width: 480px) and (max-width: 768px) {

	.container { width:100%; }

	#main {
		width:100%;
		margin-right:0;
	}
	.sticky ul.single-gallery li {
    width: 17.7%;
}.post-img{width:30%;}
	#sidebar {
		width:100%;
	}

	.item-related, .fullwidth .item-related {
		width:31.6%;
		margin-right:2.5%;
	}
	.item-related h3 a {
		font-size:10px;
	}

	.author-img {
		margin-right:30px;
	}
	.author-img img {
		width:80px;
		height:80px;
	}

	.post-share {
		float:right;
		clear:none;
		padding-top:0;
	}

	#footer-social a {
		margin-right:20px;
	}

	#footer-social a i {
		height:28px;
		width:28px;
		line-height:28px;
		font-size:14px;
	}

	.widget {
			width:400px;
			margin-left:auto;
			margin-right:auto;
		}

}
