/*
	* CSS for Posts
	*
	* @package      goingawesomeplaces
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
.single .entry-content {
    overflow: hidden;
}
.post-disclosure {
    margin:  var(--wp--custom--layout--block-gap) 0;
    font-size: var(--wp--preset--font-size--small);
    letter-spacing: var(--wp--preset--letter-spacing--normal);
    font-style: italic;
    line-height: 1.6;
    border: 1px solid var(--wp--preset--color--grey-five);
    padding: 20px;
    margin: 20px auto;
    text-align: left;
    display: block;
}
.post-disclosure a {
    text-decoration: underline;
    font-weight: 700;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

#respond {
    border: 2px solid  #EAEAEA;
    border-radius: 10px;
    padding: 0 30px 30px;
    margin: 40px 0;
}

h2#reply-title {
    color: var(--wp--preset--color--ink);
    font-family: var(--wp--preset--font-family--custom-serif);
    font-weight: 400;
    text-align: left;
    margin: 0 -30px 20px;
    padding: 20px 30px;
    background: #EAEAEA;
}

h2.comments-title {
    margin: 60px 0 20px;
    color: var(--wp--preset--color--ink);
    font-family: var(--wp--preset--font-family--custom-serif);
    font-weight: 400;
    text-align: left;
    border-top: 2px dotted #EAEAEA;
    padding: 20px 0 0;
  
}

.comment-form p {
    margin: 0 0 var(--wp--custom--layout--block-gap-small);
}

p.comment-form-author, p.comment-form-email {
    background: transparent;
    border: 1px solid #EAEAEA;
    padding: var(--wp--custom--layout--block-gap-small);
    border-radius: var(--wp--custom--border-radius--small);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.comment-form-comment {
    background: transparent;
    border: 1px solid #EAEAEA;
    padding: 10px;
    border-radius: 5px;
}

p.comment-form-author input#author, p.comment-form-email input#email {
    border: 0;
    background: transparent;
    width: 90%;
}

p.comment-form-comment textarea#comment {
    border: 0;
    padding: 0;
    background: transparent;
}

p.comment-form-cookies-consent {
    margin: 0 0 var(--wp--custom--layout--block-gap-small);
    font-size: var(--wp--preset--font-size--xsmall);
}

p.form-submit {
    margin: 20px 0 0;
}
p.form-submit input[type="submit"] {
    background: var(--wp--preset--color--red);
    color: var(--wp--preset--color--white) !important;
    padding: 12px 20px;
    border-radius: 25px;
    -webkit-box-shadow: var(--wp--custom--box-shadow--4);
    -moz-box-shadow: var(--wp--custom--box-shadow--4);
    box-shadow: var(--wp--custom--box-shadow--4);
    text-decoration: none !important;
    width: fit-content;
    font-family: var(--wp--preset--font-family--custom-sans);
    font-size: var(--wp--preset--font-size--xsmall);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
}
p.form-submit input[type="submit"]:hover {
    background: var(--wp--preset--color--grey-two);
    opacity: 1;
    transform: scale(1.05);
    transition: all .8s ease 0s;
}

#cancel-comment-reply-link {
    display: block;
    margin-top: var(--wp--custom--layout--block-gap-small);
}

.comment-form-cookies-consent label {
    font-size: var(--wp--preset--font-size--xsmall);
    line-height: var(--wp--custom--line-height--small);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.comment-form-cookies-consent input {
    vertical-align: middle;
}

/* Comment List Format */
ol.comment-list {
    padding: 0;
}

.comment {
    list-style-type: none;
    position: relative;
    padding: 0;
}
.comment::before {
    display:none;
}

.comment-body {
    margin-bottom: var(--wp--custom--layout--block-gap-large);
    border: 1px solid #EAEAEA;
    padding: 30px;
    border-radius: var(--wp--custom--border-radius--medium);
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bypostauthor .comment-body {
    background: #FAFAFA;
}
.comment-author {
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--custom--line-height--small);


}
.comment-author .fn {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--wp--preset--letter-spacing--loose);
}
.comment-body p {
    margin: 0 0 var(--wp--custom--layout--block-gap-small);
    font-size: 1.1rem;
    line-height:1.6;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comment-metadata {
    font-size: var(--wp--preset--font-size--xsmall);
    letter-spacing: var(--wp--preset--letter-spacing--normal);
    line-height: var(--wp--custom--line-height--small);
    color: var(--wp--preset--color--ink);
    margin: 10px 0;
    font-style: italic;
    font-weight: 400;
}

.comment-metadata a {
    color: var(--wp--preset--color--ink);

}

.comment-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}




.comment-body .reply {
    font-size: var(--wp--preset--font-size--xsmall);
    letter-spacing: var(--wp--preset--letter-spacing--loose);
    line-height: var(--wp--custom--line-height--small);
    background: #EAEAEA;
    color: var(--wp--preset--color--ink);
    padding: var(--wp--custom--layout--block-gap-small);
    border-radius: var(--wp--custom--border-radius--medium) 0 var(--wp--custom--border-radius--medium) 0 ;
    right: -1px;
    bottom: -1px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-body .reply a {
    color: var(--wp--preset--color--ink);
    border-bottom: 1px solid transparent;

}
.comment-body .reply a:hover {
    border-bottom: 1px solid #1A1A1A;
}

.comments-pagination {
     text-align: center;
     margin: var(--wp--custom--layout--block-gap) auto;
 }
