/*
	[Table of Content]
		## Global
			- VC
			- Site Layout
			- Bootstrap Custom
			- AdminBar
		
		## Wordpress Needs
			- Alignments
			- Media
			- Captions
			- Galleries
			- Table
			- Comments
			- Password Form
			- Post Navigation
			- Contact Form
			- Error 404
			- Search Page
			- Pagination
			- Page Header
			- PageBanner
			- Breadcrumb
			- Page Links
			- Header Logo
			
		## Widgets
			[Default: Monster Widget: 12]
			- Widget: Archives
			- Widget: Calendar
			- Widget: Categories
			- Widget: Pages
			- Widget: Meta
			- Widget: Recent Comments
			- Widget: Recent Entries
			- Widget: RSS
			- Widget: Search
			- Widget: Text
			- Widget: Tags
			- Widget: NavMenu
			
			- Widget: LatestPosts
			- Widget: Text
			- Widget: Recent Entries
*/


/*  ## Global
- - - - - - - - - - - - - - - - - - - - */
.fixedlayout.container {
	margin: 0 auto;
}
.beforepage-shortcode {
	padding-bottom: 35px;
}
.beforepage-shortcode.inside-slider {
	padding-bottom: 0;
}
.afterpage-shortcode {
	padding-bottom: 35px;
}

/* - VC */
.wpb_revslider_element.wpb_content_element {
	margin-bottom: 0 !important;
}

/* - Site Layout */
.page-banner-section {
	margin-top: 91px;
}
.page_spacing {
	margin-top: 80px;
	margin-bottom: 80px;
}

/* - Bootstrap Custom */
.container {
    max-width: 100%;
}

.owclearfix::before,
.owclearfix::after {
	content: " ";
	display: table;
}
.owclearfix::after {
	clear: both;
}
.owpull-left {
	float: left;
}
.owpull-right {
	float: right;
}

.owclearfix-cnt2::before,
.owclearfix-cnt2::after {
	content: " ";
	display: table;
}
.owclearfix-cnt2::after {
	clear: both;
}

.owclearfix-cnt3::before,
.owclearfix-cnt3::after {
	content: " ";
	display: table;
}
.owclearfix-cnt3::after {
	clear: both;
}

/* - AdminBar */ 
body.admin-bar header.navbar-fixed-top {
    margin-top: 32px;
}


/*  ## Wordpress Needs
- - - - - - - - - - - - - - - - - - - - */
.bypostauthor  {}
.screen-reader-text {
	visibility: hidden;
	display: none;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
audio,
canvas {
	display: inline-block;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
	border: 0 none;
	width: 100%;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Raleway",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid hsla(0, 0%, 20%, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
	text-align: center;
	word-wrap: break-word;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

/* - Comments */
.comment-body {
	position: relative;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    float: left;
    margin-right: 16.5px;
    width: 31.7%;
}
.comments-area .comment-form-url {
    margin-right: 0;
}
#commentform .form-submit {
	display: inline-block;
	width: 100%;
}
.comments-area h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}
.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}
.comments-area {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}
.comments-area p.form-submit {
    text-align: right;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #c7c7c7;
}
.comments-area p.form-submit .button-1 {
	background-color: #bfa682;
	border-color: #bfa682;
	color: #fff;
	line-height: normal;
	margin-left: 19px;
	padding: 0.618em 1em;
	font-size: 13px;
	border: 0 none;
	text-transform: uppercase;
}
.comment-form input[type="submit"]{
	color: #fff;
    border-radius: 0;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 15px 0 0;
   	padding: 16px 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	float: left;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	background-color: #3e50b4;	
	border: none;
}
.comment-form input[type="submit"]:hover {
    background-color: #ffb400;   
}
.comment-author.vcard {
    display: inline;
}
.comment-author .says {
	color: #000;
	font-size: 12px;
}
.comment-author.vcard img {
    width: 90px;
    height: 90px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	border-radius: 100%;
}
.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}
.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}
.comments-area .commentlist ul {
    margin-left: 70px;
}
.comments-area .commentlist li {
    list-style: none;
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .comment p {
    color: #777777;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 26px;
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}
.comments-area > :last-child {
    margin-bottom: 0;
}
.comments-title,
.comment-reply-title {
	border-bottom: 1px dashed rgba(119, 119, 119, 0.5);
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.64px;
	line-height: 24px;
	margin-bottom: 32px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.comments-title {
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px dashed rgba(119,119,119,0.5);
	padding-bottom: 15px;
	margin-top: 14px;
	margin-bottom: 41px;
}
.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}
.comments-area .children {
    margin-left: 30px;
    padding-left: 30px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-bottom: 1px dashed rgba(119, 119, 119, 0.5);
    padding: 1.6em 0;
}
.comment-list .children {
    list-style: none;
    margin: 0 0 0 50px;
}
.comment-list .children > li {
    padding-left: 0.8em;
}
.comments-area .children .comment:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}
.comment-author .avatar {
	float: left;
	height: 24px;
	width: 24px;
}
.comment-metadata,
.pingback .edit-link {
	color: #333;
	font-weight: 500;
    display: inline-block;   
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
    width: 100%;	
}
.comment-metadata a,
.pingback .edit-link a {
	color: #333;
	float: left;
	font-weight: 500;
	font-size: 14px;
	margin-left: 12px;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 0;
	display: inline-block;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}
.comment-author .fn  a.url {
	float: none;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;	
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000000;
	text-transform: capitalize;
	letter-spacing: 0.64px;
	margin-top: 0;
	margin-bottom: 14px;
	font-weight: 500;
}
.reply,
.comment-meta,	
.comment-content {
	padding-left: 115px;
}
.comments-area label {
    min-width: 100px;
}
.comment-metadata .edit-link {
    margin-left: 1em;
}
.pingback .edit-link {
    margin-left: 1em;
}
.pingback .edit-link:before {
    top: 5px;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-list .reply a {
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    letter-spacing: 0.35px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 1s ease 0s;	
	margin-top: 15px;	
	color: #333333;
	float: right;
	font-weight: 700;
	text-decoration: none;
	margin-top: -8px;
	position: relative;
}
.comment-list .reply a::before {
	font-family: "FontAwesome";
	content: "\f064";
	font-size: 15px;
	color: #000;
	position: absolute;
	left: -22px;
	transition: all 1s ease 0s;	
}
.comment-list .reply a:hover::before,
.comment-list .reply a:hover,
.comment-list .reply a:focus {
    color: #ffb400;
}
.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    min-height: 50px;
    outline: medium none;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
	width: 100%;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 700;
    padding-top: 1.6em;
}
.comment-navigation + .no-comments {
    border-top: 0;
}
.form-allowed-tags code {
    font-family: Inconsolata, monospace;
    white-space: normal;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #c0392b;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0 none;
    float: right;
    height: 17px;
    overflow: hidden;
    width: 15px;
	text-decoration: none;
}
.comment-reply-title small a:before {
    content: "\f112";
    font-size: 14px;
    position: relative;
    top: 0;
	font-family: "FontAwesome";
	color: #000;	
}
.comment-respond .logged-in-as  a{
	color: #777777;
	font-size: 12px;
	letter-spacing: 0.28px;
	line-height: 24px;
	text-decoration: none;
}

/* - Password Form */
.post-password-form {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
}
.post-password-form p {
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
.post-password-form label {
	color: #999;
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: capitalize;
}
.post-password-form input[type="password"] {
	outline: none;
	border: 1px solid #d0d0d0;
	height: 35px;
	padding: 0 10px;
	color: #000;
	margin-left: 10px;
}
.post-password-form input[type="submit"] {	
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.6px;
	margin: 5px 0 0;
	min-height: auto;
	padding: 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	outline: none;
}
.post-password-form input[type="submit"]:hover {
	background-color: #ffb400;
	border-color: #ffb400;
}
.post-password-form input[type="submit"]:focus {
	outline: none;
}


/* - Post Navigation */
.post-navigation {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
	width: 100%;
}
.post-navigation a {
	display: block;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	z-index: 2;	
}
.post-navigation .nav-previous .post-title {
	float: left;
}
.post-navigation .nav-next .post-title {
	float: right;
}
.post-navigation .post-title {
	font-size: 12px;
	line-height: 1.3333;
	color: #333;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
    max-width: 80%;	
	margin-top: 5px;
}
.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

/* - Contact Form */
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
.wpcf7-form  .wpcf7-form-control{
	background-color: #fff;
	border: 1px solid rgba(51, 51, 51, 0.12);
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	color: #777777;
	font-size: 14px;
	height: auto;	
	outline: none;
	padding: 13px 25px;
	position: relative;
	text-transform: uppercase;
	outline: transparent auto 0px !important;	
	width: 100%;
	margin-bottom: 20px;   
	text-transform: lowercase;
	font-family: "Roboto",sans-serif;
}
.wpcf7-form  .wpcf7-form-control.wpcf7-submit {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
	background-color: #ffc527;
	padding: 11px 24px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	border-radius: 0;
	text-decoration: none;
	margin: 15px 0 0;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	width: auto !important;
	min-height: auto;
	border: 1px solid #ffc527;
}
.no-padding .wpcf7-form  .wpcf7-form-control.wpcf7-submit:hover {
	color: #ffc527;
	background-color: #ffffff;
}
.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-validation-errors {
	float: left;
    margin: 15px 0 0 0;
}
.wpcf7-form div.wpcf7-mail-sent-ng {
	margin-top: 15px;
	padding: 5px 15px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
	margin-top: 0;
	margin-bottom: 8px;
	text-align: left;
}

/* - Error 404 */
.error404 .error_area {
	padding: 4% 0;
	text-align: center;
	position: relative;
}
.error404 .error_area::before {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.error-section{
	display: inline-block;
	padding: 50px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.error-section > h3 {
	color: #fff;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 10px;
    margin: 0;
}
.error-block h3 {
	color: #fff;
	line-height: 35px;
}
.error-block {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;	
}
.btn-error {
	padding: 12px 30px;
	background-color: #ffc527;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: 7px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border-radius: 25px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.btn-error:hover {
	background-color: #ffffff;
	color: #ffc527;
	text-decoration: none;
}

/* - Search Page */
.search .page-header {
	background-color: transparent;
	padding: 0;
}
.search .page-content p {
	color: #666;
}
.search .page-header .page-title {
	color: #000;
	font-size: 26px;
	line-height: 36px;
	margin: 0 0 15px;
	text-transform: capitalize;
}
.search .content-area .searchform {
	border: 1px solid rgba(119, 119, 119, 0.49);
}
.search .content-area .searchform  .input-group-btn {
	background-color: #fff;
}
.search .content-area .searchform .form-control {
	color: #777777;
	font-size: 14px;
	font-weight: 500;
	min-height: 50px;
	padding: 19px 15px;
	text-transform: capitalize;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border: none;
}	
.search .content-area .searchform .btn.btn-default {	
	border: none;
	min-height: 50px;
	border-left: 1px solid rgba(119, 119, 119, 0.49);
	color: #777777;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 19px 20px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	position: relative;
	z-index: 5;
}
.search .content-area .searchform .btn.btn-default:active,
.search .content-area .searchform .btn.btn-default:focus,
.search .content-area .searchform .btn.btn-default:hover {
	background-color: transparent;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}

/* - Pagination */
.pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ow-pagination .pagination {
	margin-bottom: 0;
	margin-top: 0;
}

.pagination .nav-links .page-numbers {
    color: #000000;
	display: inline-block;
	margin-right: 7px;
	text-decoration: none;
	background-color: #fff;	
	border: 1px solid rgba(0, 0, 0, 0.33);	
	border-radius: 0;
	font-size: 16px;
	line-height: 40px;
	margin: 0 4px;
	padding: 0 16px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
.pagination .nav-links .page-numbers.current {
	background-color: #3e50b4;
	color: #fff;
	border-color: #3e50b4;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus {
	background-color: #3e50b4;
	border-color: #3e50b4;
	color: #ffffff;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	padding: 0 40px;
}

/* - Page Header */
.page-header,
.post-header {
	margin: 0;
	border: 0 none;	
}
.full-page-header {
	margin-bottom: 80px;
}
.page-heading {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-menuabsolute .page-heading {
    top: 60%;
}

/* - PageBanner */
.pagebanner {
	background-size: cover;
	text-align: center;
	position: relative;
	background-color: #666;
	min-height: 200px;
	z-index: 0;
}
.pagebanner::before {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pagebanner .banner-content {
	position: relative;
	padding: 90px 15px 70px;
	z-index: 1;
}
.pagebanner .page-title {
	color: #fff;
	text-transform: none;
	letter-spacing: 6px;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	font-size: 30px;
	line-height: 42px;	
}
.page-title h1 {
	color: #bfa682;
	font-size: 42px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding-bottom: 4px;
	letter-spacing: 2px;
}
.page-subtitle {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

/* - Breadcrumb */
.breadcrumb {
	font-size: 14px;
	background-color: transparent;
	margin: 0;
	color: #d59909;
}

.breadcrumb a,
.breadcrumb span {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: normal;
	text-decoration: none;
}
.breadcrumb .home span {
	color: #fff;
	font-size: 15px;
}
.breadcrumb  span {
	content: "/";
}
.breadcrumb span {
	color: #d59909;
}

/* - Page Links */
.entry-content .page-links {
	margin-bottom: 20px;
}
.entry-content .page-links a span {
	line-height: normal;
	font-size: 14px;
}
.entry-content .page-links-title {
	margin-right: 10px;
}
.entry-content .page-links a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.33);
    border-radius: 0;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    margin: 0 4px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.entry-content .page-links a:hover {
	background-color: #3e50b4;
    border-color: #3e50b4;
    color: #ffffff;
}
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	display: inline;
}
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	background-color: #3e50b4;
    border-color: #3e50b4;
    color: #ffffff;
	font-size: 16px;
    line-height: 40px;
    margin: 0 4px;
    padding: 0 16px;
    text-align: center;
	display: inline-block;
}

/* - Header Logo: Image */
.navbar-brand{
	max-width: 240px;
}

/* - Header Logo: Custom Text */
.navbar-brand.custom-txt {
	color: #fff;
	font-family: "Raleway",sans-serif;
	font-size: 25px;
	font-weight: 800;
	height: auto;
	letter-spacing: 0.37px;
	line-height: 31px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* - Header Logo: Site Title */
.navbar-brand.site-title {
	color: #fff;
	font-family: "Raleway",sans-serif;
	font-size: 25px;
	font-weight: 800;
	height: auto;
	letter-spacing: 0.37px;
	line-height: 31px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}


/*  ## Widgets
- - - - - - - - - - - - - - - - - - - -  */

.widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
}
.widget-area .widget ul {
	list-style: none;
	color: #999;
	font-size: 14px;
	margin: 0;
}
.widget-area .widget ul.children {
	padding-left: 10px;
	padding-top: 7px;
}
.widget-area .widget > ul:first-of-type {
	padding-left: 0;
}
.widget-area .widget li {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
	padding-top: 15px;
	padding-bottom: 15px;
}
.widget-area .widget li:last-of-type {
	border-bottom: none;
}
.widget-area .widget ul li > a {
	color: #777;
	line-height: 22px;
	margin-bottom: 0;
	word-wrap: break-word;	
	position: relative;
	font-weight: 400;
	letter-spacing: 0.98px;
	font-size: 14px;
	position: relative;
	text-decoration: none;
}
.widget-area .widget ul li > a:hover {	
	text-decoration: none;
	color: #ffb400;
}
.widget-area .widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}
.widget-area  .widget_nav_menu > div > ul:first-of-type {
	padding-left: 0;
}
.widget-area  .widget_nav_menu > div > ul ul {
	padding-left: 7px;
}

/* - Widget: Categories & Archives */
.widget-area .widget_archive > ul li,
.widget-area .widget_categories > ul li {
	text-align: right;
	padding-bottom: 15px;
	padding-top: 15px;
}
.widget-area .widget_archive > ul li:first-of-type,
.widget-area .widget_categories > ul li:first-of-type {
	padding-top: 0;
}
.widget-area .widget.widget_archive > ul li > a,
.widget-area .widget.widget_categories > ul li> a {
	color: #777;
	letter-spacing: 0.98px;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 20px;
	word-wrap: break-word;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
	text-align: left;
	font-family: "Roboto",sans-serif;
	float: left;
	font-size: 14px;
}
.widget-area .widget_categories li:hover,
.widget-area .widget_archive li:hover {
	color: #ffb400;
}
.widget-area .widget.widget_archive li:hover a,
.widget-area .widget.widget_archive li:hover a {
	color: #ffb400;
}

/* - Widget: Social */
.widget-area .widget.widget_social ul li {
	display: inline-block;
	width: auto;
	border: none;
}
.widget-area .widget_social ul:first-of-type {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
}
.widget-area .widget.widget_social ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0;
}
.widget-area .widget.widget_social ul li:last-child {
	margin-right: 0;
}
.widget-area .widget.widget_social ul li a {
	border-radius: 100%;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(119,119,119,0.49);
	color: #777777;
	text-align: center;
	line-height: 36px;
	display: inline-block;
}
.widget-area .widget.widget_social ul li a:hover {
	color: #ffb400;
}

/* - Widget: Tags */
.tagcloud a {
	float: left;
	padding: 11px 21px;
	background-color: #777777;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 7px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.32px;
	font-weight: 500;	
    font-size: 11px !important;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagcloud a:hover {		
	background-color: #3e50b4;
}
.tagcloud a:last-of-type {
	margin-right: 0;
}

/* - Widget: Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
	border: none;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #ffb400;
}
.widget_calendar tbody a {
    background-color: transparent;
    color: #000;
    display: block;
	text-decoration: none;
    font-weight: 700;
}
.widget_calendar tbody #today {
	background-color: #ffb400;
    color: #fff;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    color: #ffb400;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	background-color: #ffb400;
    color: #fff;
    padding: 8px 40px;
    text-decoration: none;
}
.widget_calendar #next a:hover,
.widget_calendar #prev  a:hover {
	color: #000;
}

/* - Widget: Pages */
.widget-area .widget_pages > ul li {
	padding: 13px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget-area .widget_pages > ul li.current_page_item a {
	color: #ffb400;
}
.widget-area .widget_pages > ul li a {
	color: #777;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget-area .widget_pages > ul li a:hover {
	color: #ffb400;
}

/* - Widget: Meta */
.widget-area .widget_meta ul li:last-of-type {
	padding-bottom: 0;
}
.widget-area .widget_meta ul li:first-of-type {
	padding-top: 0;
}
.widget-area .widget_meta ul li {
	padding-top: 13px;
	padding-bottom: 13px;
}
.widget-area .widget_meta ul li a {
	color: #777;
	font-size: 14px;
	letter-spacing: 0.98px;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	text-transform: capitalize;
}
.widget-area .widget_meta ul li:hover a{
	color: #e2b13c;
}
	
/* - Widget: Recent Comments */
.widget-area .widget_recent_comments ul li:last-of-type {
	padding-bottom: 0;
}
.widget-area .widget_recent_comments ul li:first-of-type {
	padding-top: 0;
}
.widget-area .widget_recent_comments ul li span {
	text-transform: capitalize;
	margin-right: 5px;
}
.widget-area .widget_recent_comments ul li a {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.98px;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	text-transform: capitalize;
}
.widget-area .widget_recent_comments ul li a {
	color: #666
}

/* - Widget: Recent Entries */
.widget-area .widget_recent_entries ul li {
	position: relative;
}
.widget-area .widget_recent_entries ul li:first-of-type {
	padding-top: 0;
}

/* - Widget: RSS */
.widget-area .widget_rss ul li {
	border-bottom: 1px solid #ddd;
}
.widget-area .widget_rss ul li:last-of-type {
	padding-bottom: 0;
}
.widget-area .widget_rss ul li:first-of-type {
	padding-top: 0;
}
.widget-area .widget_rss ul li:hover::before,
.widget-area .widget_rss ul li::before {
	background: none;
}
.widget-area .widget_rss ul li > a {
	color: #000;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.widget-area .widget_rss ul li cite,
.widget-area .widget_rss ul li  .rss-date {
	color: #000;	
	font-style: italic;
	display: block;
}
.widget_rss .rsswidget {
	color: #000;
}
.widget_rss .rsswidget img {
	display: none;
}

/* - Widget: Text */
.widget-area .widget_text .textwidget  {
	color: #777;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.56px;
	line-height: 24px;
	word-wrap: break-word;
	max-width: 100%;
    margin-bottom: 0;
}
.widget-area .widget_text .textwidget p strong:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget_text .textwidget img {
	border: 1px solid rgba(119,119,119,0.29);
	margin-bottom: 5px;
}
.widget-area .widget_text .textwidget .wp-caption {
	margin-bottom: 0;
}

/* - Widget: Nav Menu */
.widget-area .widget_nav_menu ul li {
	padding: 0;
	position: relative;
	border-bottom: none;
}
.widget-area .widget_nav_menu ul li:hover::before,
.widget-area .widget_nav_menu ul li::before {
	background: none;
}
.widget-area .widget_nav_menu ul li:last-of-type {
	border-bottom: none;
}
.widget-area .widget_nav_menu ul li a {
    font-size: 14px;
	color: #777;
    font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

/* - Navmenu Footer Setting */
.footer-section .widget_nav_menu .widget-title {
	color: #ffffff;
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
	margin-bottom: 35px;
	margin-top: 0;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}
.footer-section .widget_nav_menu .widget-title::before {
    background-color: #ffc527;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 27px;
}
.footer-section .widget_nav_menu ul  {
	padding-left: 0;
	list-style: none;
}
.footer-section .widget_nav_menu ul li {
	margin: 5px 0;
}
.footer-section .widget_nav_menu ul li a {
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #9b9b9b;
	text-decoration: none;
}
.footer-section .widget_nav_menu ul li a:hover {
	color: #ffc527;
}

/* - Footer Newsletter setting */
.widget_mc4wp_form_widget label {
	display: none;
}

footer .mc4wp-form-fields .input-group,
.widget-area .mc4wp-form-fields .input-group {
	width: 100%;
}
footer .mc4wp-form-fields .input-group-btn,
.widget-area .mc4wp-form-fields .input-group-btn {
	width: 100%;
	display: inline-block;
}
footer .widget_mc4wp_form_widget .mc4wp-form-fields p,
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields p {
	position: relative;
	width: 100%;
	display: inline-block;
}
footer .widget_mc4wp_form_widget .form-group,
.widget-area .widget_mc4wp_form_widget .form-group {
	position: relative;
}
footer .widget_mc4wp_form_widget .form-group i,
.widget-area .widget_mc4wp_form_widget .form-group i {
	color: #ffffff;
	position: absolute;
	right: 30px;
	top: 12px;
	font-size: 12px;
}
footer .widget_mc4wp_form_widget .mc4wp-form-fields .form-control,
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields .form-control {	
	outline: none;
	min-height: 40px;
	font-size: 14px;
	color: #9f9f9f;
	letter-spacing: 0.5px;	
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	background-color: transparent;
	display: block;
	width: 100%;	
	background-color: #191919;
	border-radius: 0;
	border: none;
	padding-bottom: 8px;
	padding-top: 8px;
}
footer .widget_mc4wp_form_widget .mc4wp-form-fields .form-control::-webkit-input-placeholder,
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields .form-control::-webkit-input-placeholder {
	color: #9f9f9f;
}
footer .widget_mc4wp_form_widget .mc4wp-form-fields .form-control:-moz-placeholder,
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields .form-control:-moz-placeholder {
	color: #9f9f9f;
}
footer .widget_mc4wp_form_widget .mc4wp-form-fields .form-control::-moz-placeholder,
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields .form-control::-moz-placeholder {
	color: #9f9f9f;
}
footer .widget_mc4wp_form_widget .mc4wp-form-fields .form-control:-ms-input-placeholder,
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields .form-control:-ms-input-placeholder {
	color: #9f9f9f;
}
footer .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"],
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
	background-color: #3b4faf;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 30px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	border-radius: 0;
	margin-top: 8px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
	border: 1px solid transparent;
}
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"]:hover {
	color: #3b4faf;
	border-color: #3b4faf;
	background-color: transparent;
}
.widget-area .widget_mc4wp_form_widget .mc4wp-alert.mc4wp-success p {
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
.widget-area .widget .mc4wp-alert.mc4wp-error p,
.widget-area .widget .mc4wp-response {
	color: #777;
	font-size: 13px;
	line-height: 24px;
	margin-top: 5px;
}
.widget-area .widget_mc4wp_form_widget .mc4wp-form-fields .form-control {
	background-color: transparent;
	border: 1px solid #777;
}

footer .widget_mc4wp_form_widget .mc4wp-form-fields .form-control{
	border: none;
}

footer .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"]:hover{
	background-color: #fff;
	color: #3b4faf;
}
footer .widget_mc4wp_form_widget .mc4wp-alert.mc4wp-success p,
footer .widget .mc4wp-alert.mc4wp-error p,
footer .widget .mc4wp-response {
	color: #fff;
	margin-top: 10px;
}

/* - Widget: Recent Entries */
.widget_recent_entries ul li a {
	color: #777;
	float: left;
	font-size: 14px;
	letter-spacing: 0.98px;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	text-transform: capitalize;
	margin-right: 5px;
}
.widget_recent_entries ul li a:hover {
	color: #e2b13c;
}

/* - Widget: Pages */
.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* - Text */
.textwidget option {
	max-width: 175px;
}
.footer-section .widget_text .textwidget {
	color: #757575;
	font-weight: 300;
	line-height: 26px;
}
.footer-section .widget-title,
.footer-section .widget-title span {
	font-size: 15px;
	margin: 0 0 40px
}
.footer-section ul li a {
	color: #3c3c44;
}
.footer-section li {
	list-style: none;
}
.footer-section .widget > ul:first-of-type {
	padding-left: 0;
}
/* - Widget: Breadcrumbs */
.widget_breadcrumb_navxt .breadcrumbs span {
    color: #000;
    display: inline-block;
    margin: 0 5px;
    word-wrap: break-word;
    position: relative;
    text-transform: capitalize;
	font-size: 15px;
}
.widget_breadcrumb_navxt .breadcrumbs span a span {
	color: #ffb400;
}
.widget_breadcrumb_navxt .breadcrumbs span a:hover span {
	color: #3e50b4;
}
.widget_breadcrumb_navxt .breadcrumbs span:first-of-type {
	margin-left: 0;
}
.widget_breadcrumb_navxt .breadcrumbs span:last-of-type {
	margin-right: 0;
}

/*  ## Blog
- - - - - - - - - - - - - - - - - - - - */
.entry-cover {
	position: relative;
}
.post-detail {
	position: absolute;
	bottom: 26px;
	left: 30px;
}

/* - Post Format */
.format-video iframe,
.format-video video {
	min-height: 400px;
	width: 100%;
}
.format-audio audio {
	width: 100%;
}
article.format-gallery .carousel-control {
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	font-weight: 400;
	opacity: 1;	
	text-shadow: none;
	text-align: center;	
	color: #000;
	border: 1px solid #000;
}
article.format-gallery .carousel-control::before {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
article.format-gallery .carousel-control span {
	position: relative;
	z-index: 2;
}

/* - Entry Content */
article.type-post {
	position: relative;
}
body.single-post article.type-post {
	text-align: left;
}
article.type-post:last-of-type {
	margin-bottom: 30px;
}
article.type-post:last-of-type .or-spacer {
	display: none;
}
.single-post article.type-post:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* - Sticky Posts */
article.type-post.sticky {
	text-align: left;
}
.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 0;
}

blockquote {
	border-left: none;
	margin: 15px 0 30px;
	display: inline-block;
	width: 100%;	
	border-left: none;
    font-family: "Raleway",sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 26px;
    padding: 0;
    position: relative;
	margin-bottom: 0;
}
blockquote p {
	color: #777777 !important;
	font-style: normal !important;
	font-family: "Raleway",sans-serif !important;
	position: relative;
	font-weight: 500!important;
	font-size: 18px;
	z-index: 1;
	line-height: 26px;
	letter-spacing: 0.56px;
	margin-bottom: 20px;
	word-wrap: break-word;
}
blockquote p i {
	font-size: 102px;
	color: #e3e3e3;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: -1;
} 

/* - Entry Title */
.entry-title {
	margin-top: 0;
}

article.format-audio .entry-title,
article.format-video .entry-title,
article.format-gallery .entry-title,
article.has-post-thumbnail .entry-title {
	margin-top: 20px;
}
.no-post-thumbnail .post-detail {
	bottom: auto;
	left: auto;
	margin-bottom: 15px;
	position: relative;
}

.no-post-thumbnail .post-excerpt {
	padding: 20px 0 0;
}

/* - Entry Meta */
.post-category,
.entry-meta {
	margin-bottom: 10px;
}
.post-category a,
.entry-meta a {
	color: #999;
	text-transform: capitalize;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	text-decoration: none;
}
.post-category a:hover,
.entry-meta a:hover {
	color: #ffc527;
}
.post-category > span,
.entry-meta > span {
	text-transform: uppercase;
	color: #030303;
	font-family: "Raleway",sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-top: 0;
	word-wrap: break-word;
	padding-bottom: 20px;
	position: relative;
}
.post-category > span::after,
.entry-meta > span::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.post-category > span:last-of-type::after,
.entry-meta > span:last-of-type::after {
    content: "";
	padding: 0;
}
.post-meta,
.post-meta a {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.post-meta em::after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
}
.single-post .post-social {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.single .tags {
	padding-bottom: 10px;
	display: inline-block;
}
.single .tags a {
	background-color: #777777;
	color: #fff;
	float: left;
	font-size: 11px;
	letter-spacing: 1.32px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.single .tags a:hover {
	background-color: #000;
}

/* ## Res. Max Width 991px */
@media (max-width: 991px) {

	.comments-title {
		font-size: 21px;
		line-height: 30px;
	}
	.comments-area .comment-form-author,
	.comments-area .comment-form-email, 
	.comments-area .comment-form-url {
		width: 100%;
	}
	
	/* - Comment Form  */
	.comment-list .reply {
		position: relative;
		text-align: left;
		top: 5px;
	}
	.comment-list .children {
		margin: 0;
	}
	
	.single-post .type-post .entry-title {	
		font-size: 22px;
		line-height: 31px;
	}
	
	blockquote {
		padding: 30px 35px 0;
	}
	blockquote p {
		line-height: 30px;
		font-size: 20px;
	}	
	.comment-list .reply a {
		margin-top: -12px;
	}
	
	/* - Header Logo: Image */
	.navbar-brand.image-logo img {
		max-width: 180px;
	}
	
}

/* ## Res. Min Width 768px */
@media (min-width: 768px) {	
	
	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
	}
	
	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.comments-area .comment-form-author,
	.comments-area .comment-form-email, 
	.comments-area .comment-form-url {
		width: 30.7%;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.site-main .content-left {
		padding-right: 15px;
	}
	.site-main .content-right {
		padding-left: 15px;
	}	
}

/* ## Res. Max Width 991px */
@media (max-width: 991px) {	
	blockquote p {
		font-size: 17px;
	}
}

/* - min-width: 320 to max-width: 600 */
@media only screen and (min-width: 320px) and (max-width: 600px) {
	body.admin-bar header.navbar-fixed-top {
		margin-top: 0;
	}
}

/* ## Res. Max Width 767px */
@media (max-width: 767px) {
	
	/* - Post Formats */
	.format-video iframe,
	.format-video video {
		min-height: auto;
		height: auto;
	}
	
	/* - Widget Area */
	.widget-area {
		margin-top: 30px;
	}
	
	/* - Comment Form */
	.comment-metadata,
	.pingback .edit-link {
		float: left;
		text-align: left;
		margin-top: 0;
	}
	.comment-metadata a, 
	.pingback .edit-link a {
		float: left;
		margin-left: 0;
	}

	/* - Color Switcher */
	body .corner {
		display: none;
	}

	/* - Sticky Posts */
	.sticky-post {
		display: inline-block;
		font-weight: 700;
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}

	/* ## Layout */
	.widget-area {
		margin: 0 auto;
	}
}

/* ## Res. Max Width 479px */
@media (max-width: 479px) {

	/* - Comment Section */
	.comment-author.vcard img {
		width: 60px;
		height: 60px;
	}
	.comment-meta,
	.comment-content {
		padding-left: 72px;
	}
	.comment-list .children {
		margin: 0 0 0 5px;
	}
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url {
		width: 100%;
	}
	.comment-list .children {
		padding-left: 10px;
	}
	.comment-list .children > li {
		padding-left: 0.5em;
	}
}

/* ## Res. Max Width 400px */
@media (max-width: 400px) {

	.owclearfix-cnt2:after,
	.owclearfix-cnt3:after {
		clear: none;
	}
}