/*
Theme Name:   generatePresschild
Description:  Child Theme
Author:       Phạm Tiến
Author URL:   https://www.facebook.com/phamhungtienbg
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatePresschild
*/

/* Write here your own personal stylesheet */
.inside-header {
	padding: 15px !important;
}
.main-title a, .main-title a:hover, .main-title a:visited {
    color: #669900 !important;
	margin-left: 20px !important;
}

.main-navigation .main-nav ul li a {
    line-height: 48px;
	text-transform: uppercase;
}

.entry-meta, .entry-meta a, .entry-meta time {
	color: #9f9f9f;
}

footer.entry-meta a {
		margin-left: 5px;
}

.single .entry-meta {
	border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

.entry-summary {
	margin-top: 10px !important;
}

.entry-title a {
	color: #333;
	font-weight: bold;
}

article.post {
    border-top: 1px solid #e9e9e9 !important;
    margin-bottom: -35px !important;
    padding-top: 35px;
	
}

article.post:nth-child(1) {
	border-top: none !important;
	    padding-top: 0px;
}

.archive .page-header, .search .page-header  {
	border-bottom: 3px solid #669900;
	padding-bottom: 20px;
	margin-bottom: -2px;
	position: relative;
}

.sub-menu {
	padding: 0px 10px !important;
	border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.main-navigation .main-nav ul ul li a {
    color: #333333;
    border-bottom: 1px dotted #dddddd !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.widget .widget-title {
    border-left: 3px solid #669900;
    padding-left: 15px;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

#right-sidebar ul {margin-left: 15px;}

#right-sidebar li {
    list-style: decimal;
	font-weight: bold;
	color: #669900;
}


#right-sidebar li a {
	font-weight: normal;
}

.entry-content {
	margin-top: 15px;
}
.widget .search-field {
	    border-radius: 5px !important;
    background: white !important;
    border-color: #eae7e7 !important;
}

#breadcrumbs a {
	color: #669900;
}

#breadcrumbs {
	color: #9f9f9f;
}

/* comment */

.comments-area .comment-content {
	padding: 0;
	margin: 0;
	border: none;
}

.comments-area .depth-1 .comment-body {
	margin-bottom: -15px;
}

.comments-area .depth-2 .comment-body, .comments-area .depth-3 .comment-body, .comments-area .depth-4 .comment-body, .comments-area .depth-5 .comment-body  {
	background: #f7f7f7;
    padding: 15px 15px 0px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    border-radius: 5px;

}

.comments-area .depth-2:nth-child(1)::before, .comments-area .depth-3:nth-child(1)::before, .comments-area .depth-4:nth-child(1)::before, .comments-area .depth-4:nth-child(1)::before {
    content: '';
    border-bottom: 10px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    vertical-align: middle;
    margin: 0px 0px 0px 3px;
    margin-top: -10px;
    margin-left: 30px;
    position: absolute;
}

.comments-area .nav-previous {
	width: 50%;
    float: left;
}

.comments-area .nav-next {
	    width: 50%;
    float: right;
    text-align: right;
}

.comments-area .comment-navigation {
	margin-bottom: 5px !important;
	margin-top: 10px;
}

.comments-area .comment-navigation a, .comments-area .comment-navigation a:visited {
	    color: #365899;
}

.comment-form-comment textarea {
	height: 80px;
	border-radius: 5px;
}

.comments-area .depth-1 {
	margin-bottom: -15px;
	border-bottom: 1px solid #dce5ec;
}

.form-submit .submit {
	background-color: #669900;
    border-radius: 5px;
    font-weight: bold;
}

.comment-form #author, .comment-form #email, .comment-form #url {
    width: 49.6%;
    border-radius: 5px;
	display: inline-block!important;
}

.comment-form-cookies-consent {
	display: none;
}

.depth-1.parent>.children {
    border-bottom: none;
}

.comment .children {
	border: none;
}
.comment-content .reply {
    margin-top: -18px;
    display: block;
}

.load-more .button {
	    background-color: #669900 !important;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.site-content {
	padding: 20px !important;
}

/*table */

.type-post td, .type-post th {
  border: 1px solid #ddd;
  padding: 8px;
}

.type-post tr:nth-child(even){background-color: #fbfbfb;}

.type-post tr:hover {background-color: #ddd;}

.type-post tr:nth-child(1) {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #669900;
  color: white;
}


@media only screen and (max-width: 600px) {
	.main-title a, .main-title a:hover, .main-title a:visited {
		margin-left: 0px;
	}
	.resize-featured-image .post-image img {
    width: 100% !important;
}
	.post-image {
		margin-bottom: 10px !important;
	}
	
	.entry-title a {
    font-size: 21px;
}
	
	article.post {
    margin-bottom: -15px !important;
    padding-top: 20px;
}
	
	.comment-form #author, .comment-form #email, .comment-form #url {
    width: 100%;
    display: block;
}
	
	
	.footer-widgets {
    padding: 15px !important;
}
	
}