/*
Theme Name: Green Design Homes
Theme URI: 
Author: 
Author URI: 
Description:
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags:

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 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="submit"] {
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(58, 212, 167);
    text-align: center;
    font-size: 16px;
    padding: 12px 53px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: rgb(58, 212, 167);
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(58, 212, 167);
    border-image: initial;
    text-decoration: none !important;
}



#comments {
	clear: both;
}
.comments-title {
	margin-top: 0px;
	margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list li:before {
	display: none;
}
.comment-body {
	margin-left: 65px;
}
.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}
.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}
.comment-author .says {
	display: none;
}
.comment-meta {
	margin-bottom: 1.5em;
}
.comment-metadata {
	color: #767676;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}
.comment-metadata a {
	color: #767676;
}
.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}
.comment-body {
	color: #333;
	margin-bottom: 2em;
}
.comment-reply-link {
	font-weight: 800;
	position: relative;
}
.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}
.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-style: italic;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.form-submit {
	text-align: right;
}
.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
	display: inline;
}

#commentform {
    max-width: 500px;
}
#commentform > p{}
#commentform > p > label{
	width: 100%;
	line-height: 1;
    font-weight: 400;
    font-size: 16px;
    color: #34495e;
    margin-bottom: 12px;
}
#commentform > p > input[type="text"],
#commentform > p > input[type="email"],
#commentform > p > input[type="tel"],
#commentform > p > input[type="url"],
#commentform > p > textarea{
	background-color: #f8f8f8;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 42px;
    height: 42px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width: 100%;
}
#commentform > p > input[type="text"]:hover,
#commentform > p > input[type="email"]:hover,
#commentform > p > input[type="tel"]:hover,
#commentform > p > input[type="url"]:hover,
#commentform > p > textarea:hover
#commentform > p > input[type="text"]:focus,
#commentform > p > input[type="email"]:focus,
#commentform > p > input[type="tel"]:focus,
#commentform > p > input[type="url"]:focus,
#commentform > p > textarea:focus{
    border-color: #3ad4a7;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#commentform > p > textarea {
    resize: none;
	height:120px;
	overflow:auto;
}
#commentform p.form-submit input{}
section.testimonial .content-block {
    margin: 10px;
    background: #fff;
    border: 2px solid #3ad4a7;
    border-radius: 8px;
    padding: 20px;
    min-height: 290px;
}


ul#menu-social-menu-1 li {
    margin-right: 15px;
}
.footer .widget ul.menu {
    display: flex;
}

.property-features i {
    color: #3ad4a7;
}