/*!
Theme Name: 360 Broadway
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 360broadway
*/

:root {
    --accent-color: #5BB7C6;
}

a {
	color: #000;
}

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

.r360b-btn {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #4B4B4B;
    background: transparent;
    text-transform: uppercase;
    padding: 10px 30px;
    transition: all 0.3s;
    border-radius: 0;
	position: relative;
}

.r360b-btn span {
	position: relative;
	z-index: 10;
}

.r360b-btn::before {
	content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1E6167;
    transition: all 0.3s;
	z-index: 0;
}

a.r360b-btn:hover {
	color: #fff;
}

a.r360b-btn:hover::before {
	width: 100%;
}

.content {
	padding-bottom: 50px;
}

.sidebar {
	padding-left: 40px;
	padding-bottom: 50px;
}

.sidebar ul li {
	margin-bottom: 10px;
}

/** 
 * Blog
 */
.blog-post {
	margin: 20px 0 20px;
	padding-bottom: 20px;
}

.nav-links a,
.nav-links .page-numbers.current{
/* 	font-size: 12px; */
/* 	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 4px 8px;
	border: 1px solid #000; */
	margin: 0 4px;
}

/* .nav-links a:hover,
.nav-links .page-numbers.current:hover {
	background: #1E6167;
	color: #fff;
} */

/* 
.nav-links .page-numbers.current {
	text-decoration: none;
} */



/**
 * Comments
 */
 #comments {
	padding: 3em 0 1em;
}

.single-product #comments {
	max-width: 100%;
}

h2.comments-title,
h3#reply-title {
	padding-top: 0;
	font-size: 24px;
}

h3#reply-title {
	margin-bottom: 0;
}

h3#reply-title small a {
	font-weight: normal;
	font-size: 14px;
	color: #777;
}

/**
 * A - Comment Styling 
 */
.comment {
	width: 100%;
	display: block;
	clear: both;
	overflow: auto;
	margin-top: 2em;
	border-bottom: 1px solid #eaeaea;
}

.comment .gravatar {
	float: left;
	width: 100px;
}

.comment .gravatar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.comment .comment-body {
	margin-left: 100px;
}

.comment-heading {
	display: block;
	overflow: auto;
	margin-bottom: .8em;
}

.comment-heading .comment-author {
	font-weight: 600;
}

.comment .comment-date {
	color: inherit;
	font-size: 90%;
}

.comment-list,
.comment-list .children {
	margin: 0;
}

.comment-list li {
	margin-bottom: 2.5em;
}

.comment-content {
	padding-bottom: 1em;
}

ul.children .comment.depth-2 .comment-content {
	margin-left: 60px;
}

.comment.depth-3 .comment-content {
	margin-left: 90px;
}

.comment.depth-4 .comment-content,
.comment.depth-5 .comment-content,
.comment.depth-6 .comment-content,
.comment.depth-7 .comment-content,
.comment.depth-8 .comment-content {
	margin-left: 90px;
}

/**
 * B - Comment Form 
 */
.comment-form-comment {
	padding-right: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.comment-form-url {
	margin: 0;
}

.comment-form-author .inner,
.comment-form-email .inner,
.comment-form-url .inner {
	padding-right: 30px;
}

form.comment-form input[type="text"],
form.comment-form textarea {
	border: 0;
	width: 100%;
	height: 180px;
	padding: 15px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	background: #f6f6f6;
}

form.comment-form input[type="text"] {
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
}

.comment-form-url input[type="text"] {
	margin-right: 0;
}

.comment-form-comment {
	margin-bottom: 10px;
}

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

form.comment-form input[type="submit"] {
	font-family: inherit;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0;
	padding: 1em 2.2em;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

form.comment-form input[type="submit"]:hover {
	cursor: pointer;
	background: var(--accent-color);
}

/* Comment Pagination */
.comment-pagination {
	margin-bottom: 2.5em;
}