/*
Theme Name: Beautiful
Theme URI: https://github.com/amirmasoud/Beautiful
Author: AmirMasoud Sheidayi
Author URI: http://chakosh.ir/
Description: colorful responsive simple theme created for creativity, built with twitter bootstrap 3, remember to regenerate your thumbnails, use image larger or equal than 480×480 pixel for thumbnail, use this theme for your arts and photos, NOTICE: This theme will not show thumbnails that are less than 480×480 Pixel
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, blue, gray, green, orange, pink, purple, red, silver, white, dark, light, one-column, two-columns, three-columns, four-columns, responsive-layout, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready, buddypress
Text Domain: beautiful

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - 404 Page
 *   6.9 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 Media Queries
 * -------------------------------------------------------------------
 */

/**
 * 1.0 - Reset
 * -------------------------------------------------------------------
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	padding: 0 15px 0 15px;
	min-width: 450px;
	z-index: +1;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

a:hover,
a:active {
	text-decoration: none;
	outline: 0;
	color: #009CB9;
}
a:focus,
a:active {
	outline: thin dotted;
	text-decoration: none;

}


input {
	width: auto !important;
}

input[type=checkbox], input[type=radio] {
	width: 15px !important;
	height: 15px !important;
	margin: 0;
	min-height: 15px;
	padding: 0;
	display: inline;
	box-shadow: 0 0 !important;
}



textarea {
	max-width: 100%;
	border: 5px solid #F4F2F2;
	border-radius: 4px;
}

button, input[type="submit"], input[type="clear"], input[type="reset"], 
.btn, .form-control {
	border: 5px solid #F4F2F2;
	border-radius: 4px;
	height: auto;
	box-shadow: 5px 5px #B2B2B2;

	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

button:hover, input[type="submit"]:hover, input[type="clear"]:hover, input[type="reset"]:hover, 
.btn:hover, , .form-control:hover {
	border-radius: 10px;
	border-color: #0DA0E0;
	background-color: #FFF !important;
	border-color: #F4F2F2;


	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

button:active, input[type="submit"]:active, input[type="clear"]:active, input[type="reset"]:active, 
.btn:active, .form-control:active {
	transform: translate(0px,5px);
	-o-transform: translate(0px,5px);
	-ms-transform: translate(0px,5px);
	-moz-transform: translate(0px,5px);
	-webkit-transform: translate(0px,5px);

	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}


button:focus, input[type="submit"]:focus, input[type="clear"]:focus, input[type="reset"]:focus, 
.btn:focus, .form-control:focus
{
	box-shadow: 0 0;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #009CB9;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #009CB9;
	color: #fff;
	text-shadow: none;
}

/*
 *	rest of the resets applied through the twitter bootstrap
 */

/**
 * 2.0 - Repeatable Patterns
 * -------------------------------------------------------------------
 */

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #333333;
}

:-moz-placeholder {
	color: #333333;
}

::-moz-placeholder {
	color: #333333;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333333;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Font awesome */
.fa {
	vertical-align: middle;
}

/* css animation - may not work on older version of brower and items will load without animation */
.animate {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

/* white */

.white
{
	color: #FFF;
}

/* white */

.red
{
	color: #CF3A3A;
}


/**
 * 3.0 - Basic Structure
 * -------------------------------------------------------------------
 */

.main-wrapper {
	max-width: 1920px;
	padding: 0px;
	position: relative;
}

.watermark {
	position: absolute;
	bottom: 0;
	right: 25px;
	color: rgba(0, 0, 0, .1);
	font-size: 150px;
}

/**
 * 4.0 - Header
 * -------------------------------------------------------------------
 */


/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

header.row
{
	font-size: 40px;
	font-weight: bold;
	color: #DDD;
	border-bottom: 1px solid #DDD;
	padding: 9px 20px;
	background: rgba(255, 255, 255, 0.33);
}
header.row .col-md-8
{
	z-index: +8888;
	background: rgba(255, 255, 255, .7);
}

.logo
{
	height: 57px;
	word-break: keep-all;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.logo-left {
	background-position: left;
}

.logo-right {
	background-position: right;
}
.logo-center {
	background-position: center;
}

@media (max-width: 992px ) {
	.logo
	{
		text-align: center;
		background-position: center;
	}

	.logo-right-always {
		background-position: right !important;
	}

	.logo-left-always {
		background-position: left !important;
	}
}

.logo:hover,
.logo:focus,
.logo:active
{
	-webkit-animation-name: shake;
	animation-name: shake;
	color: #333 !important;

}

/* Search in the header */
.search-container {
	position: absolute;
	left: 0;
	right: 0;
	padding: 15px;
	top: -200px;
	z-index: +9999;
	color: #DDD;
	background: #FAFAFA;	
}

.search-input
{
	border: 0;
	width: 100% !important;
	padding: 14px;
	background: #fff;
	padding: 18px 10px;
	height: auto;
	box-shadow: -2px 2px 5px 1px  #DDD inset;
}

.search-input:focus
{
	outline: 0;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: -2px 2px 5px 1px  #BBB inset;
	border: 1px solid #DDD;
}

.menu:hover, .menu:focus,
.search-icon:hover, .search-icon:focus,
.search-close:hover,.search-close:focus {
	color: #333;
	cursor: pointer;
}


/**
 * 5.0 - Navigation
 * -------------------------------------------------------------------
 */

#navigation {
	border-radius: 0 0 4px 4px;
	background: rgba(255, 255, 255, .7);
}

#navigation li.active a {
	background: #FFF;
}

/* Add the following to your stylesheet */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/**
 * 6.0 - Content
 * -------------------------------------------------------------------
 */

.home-page-widget-2 {
	left: -7px;
}

#mCSB_1_scrollbar_vertical {
	right: 8px;
}

.home-page-widget-1,
.home-page-widget-2 {
	padding: 0;
}
.home-page-widget-1 {
	padding-right: 7px;
}

.carousel-control {
	width: 50px;
	background: rgba(0, 0, 0, 1);
}

.widget-title-home {
	color: #000;
	text-align: center;
	border-bottom: 1px solid #DDD;
	padding: 15px 0;
	margin-bottom: 0;
}

.widget-home ul {
	padding: 0;
}

.widget-home ul li {
	list-style-type: none;
	background-color: #FFF;
	padding: 10px 15px;
	border-bottom: 1px solid #DDD;
}

.widget-home ul li:last-child {
	border-bottom: 0 !important;
}

#beautiful-carousel {
	padding: 0;
}
/*
.content-area .blog-post:nth-child(12n) .box-caption {
	background: rgba(129, 162, 87, 0.9);
}
.content-area .blog-post:nth-child(12n+1) .box-caption {
	background: rgba(64, 162, 175, 0.9);
}
.content-area .blog-post:nth-child(12n+2) .box-caption {
	background: rgba(64, 122, 175, 0.9);
}
.content-area .blog-post:nth-child(12n+3) .box-caption {
	background: rgba(108, 58, 196, 0.9);
}
.content-area .blog-post:nth-child(12n+4) .box-caption {
	background: rgba(157, 64, 175, 0.9);
}
.content-area .blog-post:nth-child(12n+5) .box-caption {
	background: rgba(175, 64, 100, 0.9);
}
.content-area .blog-post:nth-child(12n+6) .box-caption {
	background: rgba(162, 175, 64, 0.9);
}
.content-area .blog-post:nth-child(12n+7) .box-caption {
	background: rgba(192, 117, 57, 0.9);
}
.content-area .blog-post:nth-child(12n+8) .box-caption {
	background: rgba(112, 112, 112, 0.9);
}
.content-area .blog-post:nth-child(12n+9) .box-caption {
	background: rgba(32, 109, 106, 0.9);
}
.content-area .blog-post:nth-child(12n+10) .box-caption {
	background: rgba(68, 175, 64, 0.9);
}
.content-area .blog-post:nth-child(12n+11) .box-caption {
	background: rgba(112, 117, 173, 0.9);
}
*/
.content-area 
{
	overflow: hidden;
	position: relative;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.continue
{
	color: #FFF;
	opacity: 0;
	bottom: 0;
	position: absolute;
}
.blog-post:hover .continue,
.blog-post:focus .continue
{
	opacity: 1;
}
.blog-post
{
	padding: 0;
	margin: 0;
	height: 100%;
}
.blog-post img
{
	max-width: 100%;
}
.blog-status
{
	position: relative;
}
.box-caption
{
	position: absolute;
	padding: 10% 25px 25% 12px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #FFF;
}
.box-caption span
{
	font-size: 20px;
}

.comments-count,
.author-link-home {
	margin: 0;
}

.home-page-meta {
	margin-top: -30px;
}

/**
 * 6.1 - Post Thumbnail
 * -------------------------------------------------------------------
 */

.blog-thumbnail .box-caption
{
	opacity: 0;
}
@media (max-width: 992px ) {
	.blog-thumbnail .box-caption
	{
		opacity: .9 !important;
	}
	.blog-thumbnail .box-caption span
	{
		top: 0 !important;
	}
}
.blog-thumbnail .box-caption span
{
	top: 100%;
}
.blog-thumbnail:hover .box-caption span,
.blog-thumbnailfocus .box-caption span
{
	top: 10%;
}
.blog-thumbnail:hover .box-caption,
.blog-thumbnail:focus .box-caption
{
	opacity: 1;
}

/**
 * 6.2 - Entry Header
 * -------------------------------------------------------------------
 */

.row.title-wrapper
{
	margin: 0;
}
.title-wrapper, .post-navigation
{
	border-bottom: 1px solid #DDD;
}

/**
 * 6.3 - Entry Meta
 * -------------------------------------------------------------------
 */

.post-meta-info
{
	border-bottom: 1px solid #DDD;
}
.post-meta-info .col-md-3,
.post-meta-info .col-md-4
{
	border-left: 1px solid #DDD;
	padding: 20px 12px;
}
.post-meta-info .col-md-3:first-child
.post-meta-info .col-md-4:first-child
{
	border-right: 0;
}

/**
 * 6.4 - Entry Content
 * -------------------------------------------------------------------
 */

.single-post-container
{
	max-width: 880px;
}

.breadcrumb {
	border-radius: 0;
	margin-bottom: 0;
}

.breadcrumb li {
	padding: 10px 0 2px 0;
}

.single-content
{
	padding: 20px 12px;
	border-bottom: 1px solid #DDD;
	background: #FFF;
}
.format-chat p:nth-child(2n) {
	color: #000;
	border-left: 3px solid #2E9E76;
	padding: 5px;
}
.format-chat p:nth-child(2n+1) {
	border-left: 3px solid #419CFF;
	padding: 5px;
}
.blog-navigation {
	display: block;
}
.post-navigation a,
.blog-navigation span
{
	position: relative;
}

.single-content img
{
	max-width: 100%;
	position: relative;
	height: auto;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 15px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #0F4D70;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #009CB9;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	color: #000;
}

.page-links a:hover {
	color: #009CB9;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/**
 * 6.5 - Galleries
 * -------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.7 - Post/Image/Paging Navigation
 * -------------------------------------------------------------------
 */

.blog-navigation {
	display: block;
}
.post-navigation a,
.blog-navigation span
{
	position: relative;
}
.post-navigation .col-xs-6,
.blog-navigation .col-xs-6
{
	border-left: 1px solid #DDD;
	padding: 20px 12px;
}
.post-navigation .col-xs-6:first-child,
.blog-navigation .col-xs-6:first-child
{
	border-right: 0;
}

/**
 * 6.8 - 404 Page
 * -------------------------------------------------------------------
 */

.not-found {
	font-size: 50px;
	margin: 30px 0;
	text-shadow: 1px 1px 1px #867C7C;

}

/**
 * 6.9 - Comments
 * -------------------------------------------------------------------
 */

.comment-area
{
	padding: 20px 12px;
}
/*Comment Output*/
#comments {
	padding: 0 30px 15px 30px;
	margin-top: 50px;
	background-color: #fff;
border-bottom: 1px solid #DDD;
background: #FFF;
}
#comments>h2
{
	text-align: center;
	margin: 20px 0 -25px 0;
	padding: 0 20px;
}
.comment-respond h3, .no-comments
{
	text-align: center;
	margin: 20px 0;
}
.no-comments, .pingback
{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 20px;
}

.avatar {
	margin-left: 10px;
}

.commentlist .reply {}
.reply a 
{
	border: 1px solid #DDD;
	padding: 5px 25px;
	border-radius: 5px;
}

.comment-meta
{
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-top: 50px;
}

.comment-awaiting-moderation {
	text-align: center;
}

.comment-metadata {
	padding: 22px;
	text-align: left;
}
.bypostauthor {
	margin-bottom: 15px;
}
.comment-author-admin .comment-author .fa-star
{
	color: #D1D64D;
	float: right;
	margin-top: 25px;
}
.comment-author {
	border-right: 1px solid #DDD;
	padding-left: 0;
}

.comment-content
{
	padding: 20px 0;
}

.comment-notes, .form-allowed-tags
{
	display: none;
}

#respond
{
	margin: 50px 30px;
}

#author {
	border-radius: 5px 0 0 0;
	width: 97% !important;
	margin-right: 10px;
}

#email {
	border-radius: 0 5px 0 0;
	width: 97% !important;
	margin-left: 10px;
}

#url {
	border-radius: 0 0 5px 5px;
	width: 100% !important;
	margin-top: 20px;
}

#respond textarea {
	border-radius: 5px;
	margin: 30px 0;
}

#respond input:focus, #respond textarea:focus, #submit:focus
{
	outline: 0;
}

#respond input[type="submit"] {
	padding: 7px;
}

#respond .form-group
{
	margin: 0;
	padding: 0;
}
#cancel-comment-reply-link
{
	float: right;
}
.parent
{
	margin-left: 14px;
}
@media (max-width: 992px ) {
	.parent
	{
		margin: 0;
	}
}

.navigation {
	display: block;
	margin: 50px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.navigation .col-xs-6,
.navigation .col-xs-6
{
	border-right: 1px solid #DDD;
	padding: 20px 50px;
}
.navigation .col-xs-6:last-child,
.navigation .col-xs-6:last-child
{
	border-right: 0;
}


/**
 * 7.0 - Sidebar
 * -------------------------------------------------------------------
 */

.menu
{
	position: relative;
	margin-bottom: 20px;
}
.menu .close-menu
{
	position: absolute;
	right: 50%;
	margin-right: -17px;
	top: -120px;
}
.menu .open-menu
{
	position: absolute;
	right: 50%;
	margin-right: -17px;
}
aside.sidebar
{
	width: 400px;
	position: fixed;
	padding: 12px 0px;
	right: -400px;
	border: 0;
	background: #333;
	z-index: +9999;
	color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow: scroll;
	height: 100%;
	text-align: center;
	margin-right: 0px;
}

aside.sidebar::-webkit-scrollbar {
	display: none;
}

/**
 * 7.1 - Widgets
 * -------------------------------------------------------------------
 */

.widget ul li:nth-child(12n+1), .tagcloud a:nth-child(12n+1) {
	background: rgba(129, 162, 87, 0.9);
}
.widget ul li:nth-child(12n+2), .tagcloud a:nth-child(12n+2) {
	background: rgba(64, 162, 175, 0.9);
}
.widget ul li:nth-child(12n+3), .tagcloud a:nth-child(12n+3) {
	background: rgba(64, 122, 175, 0.9);
}
.widget ul li:nth-child(12n+4), .tagcloud a:nth-child(12n+4) {
	background: rgba(108, 58, 196, 0.9);
}
.widget ul li:nth-child(12n+5), .tagcloud a:nth-child(12n+5) {
	background: rgba(157, 64, 175, 0.9);
}
.widget ul li:nth-child(12n+6), .tagcloud a:nth-child(12n+6) {
	background: rgba(175, 64, 100, 0.9);
}
.widget ul li:nth-child(12n+7), .tagcloud a:nth-child(12n+7) {
	background: rgba(162, 175, 64, 0.9);
}
.widget ul li:nth-child(12n+8), .tagcloud a:nth-child(12n+8) {
	background: rgba(192, 117, 57, 0.9);
}
.widget ul li:nth-child(12n+9), .tagcloud a:nth-child(12n+9) {
	background: rgba(112, 112, 112, 0.9);
}
.widget ul li:nth-child(12n+10), .tagcloud a:nth-child(12n+10) {
	background: rgba(32, 109, 106, 0.9);
}
.widget ul li:nth-child(12n+11), .tagcloud a:nth-child(12n+11) {
	background: rgba(68, 175, 64, 0.9);
}
.widget ul li:nth-child(12n+12), .tagcloud a:nth-child(12n+13) {
	background: rgba(112, 117, 173, 0.9);
}

.sidebar-menu
{
	margin-top: 35px;
	padding-right: 0;
}
.sidebar-menu li
{
	padding: 10px 25px;
}
.sidebar-menu li:hover
{
	padding-left: 35px;
}
.sidebar-menu a
{
	color: #FFF;
	display: block;
}

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
	display: block;
}
.widget a:hover {
	color: #333;
}


.widget select {
	border-radius: 0;
}
.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	padding: 0;
}
.widget ul li,
.widget ol li {
	padding: 10px 0px;

	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.widget ul li:hover,
.widget ol li:hover {
	padding-left: 15px;
}
.widget li > ol,
.widget li > ul {
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: #FFF;
	border: 1px solid #DDD;
	color: #333;
	font-size: 16px;
	padding: 10px 5px;
	width: 100%;
}

.widget input:focus,
.widget textarea:focus {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	outline: 0;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	text-align: center;
	padding: 5px;
	margin-top: 40px;
	text-shadow: 1px 1px 1px #000;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
	width: 100%;

}

.widget_calendar caption {
	color: #fff;
	font-weight: bold;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 7px;
	margin-bottom: 0px;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #009CB9;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 15px;
}

.widget_calendar #prev a:hover,
.widget_calendar #next a:hover {
	color: #009CB9;
}

.widget_calendar #next {
	padding-right: 15px;
	text-align: right;
}

/* Tag Cloud */

.tagcloud a {
	padding: 0px 10px;
	font-size: inherit !important;
	border-radius: 4px;
	margin: 4px;
	display: inline-block;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	padding: 8px 0 9px;
}


/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

a.rsswidget:hover {
	color: #FFF !important;
}
.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

.textwidget {
	padding: 15px;
}

/**
 * 8.0 - Footer
 * -------------------------------------------------------------------
 */

footer.footer
{
	font-size: 16px;
	font-weight: bold;
	color: #DDD;
	border-top: 1px solid #666;
	background: #333;
}
footer.footer:after {
	border-bottom: 3px solid #999;
	width: 100%;
}
footer.footer .col-md-3
{
	padding: 15px;
}
footer#site-info {
	background: #333;
	color: #FFF;
	padding: 20px;
	border-top: 3px solid #555;
	font-size: 12px;
}
footer#site-info a {
	color: #FFF;
}
footer#site-info a:hover {
	color: #009CB9;
}

/**
 * 9.0 - Featured Content
 * -------------------------------------------------------------------
 */

.sticky {

}

/* Sticky posts will appear on the front page and first posts with sticky icon with them */


/**
 * 10.0 - Multisite
 * -------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}

/**
 * 11.0 Media Queries
 * -------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* rest of media query done throgh bootstrap.min.css */

