/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
p {
    margin-bottom: 0em;
	font-family: 'Poppins', sans-serif;
}
body{
	font-family: 'Poppins', sans-serif !important;
	 background-color: #ffffff;
	
}
body.tag .entry-title {
    font-size: 16px;
    color: #333;
	line-height: 20px;
}

body.tag .inside-article {
    background: #fafafa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.tag-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}
.custom-featured-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
	margin-top: 20px;
    border-radius: 6px;
}
#breadcrumbs{
	margin-bottom: 40px;
}
.post-meta{
	font-size: 14px;
	color: #6e6c6c;
	padding-top: 5px;
}
.entry-summary {
    margin-bottom: 30px;
}
.post-tags {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.post-tags li {
    display: inline-block;
    background: #f1f1f1;
    margin: 5px 5px 0 0;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
}
.post-tags li a {
    text-decoration: none;
    color: #333;
}
ol, ul{
	margin: 0px;
}
.inside-article h1{
	font-size: 28px;
	line-height: 45px;
}
h2{
	margin-bottom: 10px;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
	padding: 40px 0px;
	}
a {
    color: unset;
}
.widget ul li{
	list-style-type: disc;
	font-size: 16px;
	margin-bottom: 15px !important
}
.widget ol, .widget ul {
	margin-left: 20px;
}
h3{
	margin-bottom: 0px;
}
.wp-block-search__input::placeholder {
    font-size: 14px;
}
input[type=search]{
	padding: 10px 25px;
}
.main-navigation ul ul {
    background-color: #585858;
}
h1{
	line-height: 1.5em;
}
.site-main .wp-block-group__inner-container{
	padding: 20px 0px;
}
a {
    text-decoration: none;
}
.pt-5{
	padding-top: 5px;
}
.inside-right-sidebar p{
	padding-bottom: 15px;
}
.inside-right-sidebar .has-small-font-size{
	padding-bottom: 0px;
	margin-top: -20px;
	margin-left: 20px;
}
.wp-block-search__input{
	border-radius: 25px 0px 0px 25px !important;
}
.separate-containers .inside-right-sidebar {
	margin-top: 50px !important;
}
.wp-block-search__button{
	margin-left: -40px;
	border-radius: 25px ;
}
.full-width-content .container.grid-container {
    max-width: 100%;
	padding: 40px 90px 0px;
}
.inside-header {
    padding: 20px 90px;
}
.tags_btn{
	background-color: #f3f3f3;
	color: #000000;
	font-size: 14px;
	border-radius: 25px;
	width: fit-content;
}
.tags_btn a{
	padding: 5px 10px !important;
}
.fw-600{
	font-weight: 600;
}
.brd-10 img{
	border-radius: 10px !important;
}
.mb-20{
	margin-bottom: 20px;
}
.pb-30{
	padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
body.home #breadcrumbs {
  display: none;
}

.main-navigation ul ul{
	box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, .1);
	background-color: #fbf9f9;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}
.main-title{
	font-size: 22px;
}
.view_all a{
	padding: 5px 10px !important;
}
.widget-area .widget {
	padding: 12px 0px 40px 40px;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
	margin-top: 0px;
}
.inside-article {
    padding-bottom: 30px; /* Adjust as needed */
}
/* .single .inside-article {
    padding-bottom: 40px;
}
.page .inside-article {
    padding-bottom: 40px;
} */
.custom-archive-wrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.archive-thumb {
    flex-shrink: 0;
	width: 33.33%;
}

.archive-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.archive-content {
    flex: 1;
	width: 66.66%;
}

.entry-title {
    font-size: 20px;
    margin: 0 0 8px 0;
}

.entry-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.entry-summary {
    font-size: 15px;
    line-height: 1.6;
}
body.archive.full-width-content .container.grid-container {
    max-width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Main content area */
body.archive.full-width-content .content-area {
    flex: 1 1 70%;
}

/* Right sidebar */
body.archive.full-width-content .widget-area {
    flex: 1 1 30%;
    padding-left: 20px;
}
.post-tags {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
.post-tags a {
    background: #f0f0f0;
    margin-right: 5px;
    border-radius: 20px;
    text-decoration: none;
    color: #222222;
    display: inline-block;
}
.tags-wrapper {
    margin-top: 30px;
}
.tags-wrapper ul.post-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.tags-wrapper .post-tags li {
    margin: 4px 8px 0 0;
    font-size: 12px;
	color: #222222 !important;
	background-color: #F0F0F0 !important;
	font-weight: 400;
	padding: 5px 10px !important;
}

.tags-wrapper-above {
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #f8f8f8;
    border-left: 4px solid #ccc;
    font-size: 14px;
    border-radius: 5px;
}

.tags-wrapper-above ul.post-tags {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.tags-wrapper-above .post-tags li {
    margin: 4px 8px 0 0;
    background: #e2e2e2;
    padding: 4px 10px;
    border-radius: 20px;
}
.blog_bottom_border{
	border-bottom: 1px solid #000000;
}
.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
}

.pagination .current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.read_more_button{
	color: #005e09;
    background-color: #44ff89;
    font-size: 14px;
	padding: 10px 20px;
	border-radius: 9999px;
	font-weight: 600;
}
.wp-show-posts-entry-title{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
	color: #000000;
}
.wp-show-posts-entry-summary p{
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
	color: #222222;
}
.wpsp-image-left {
	width: 33.33%;
}
.wp-show-posts-entry-summary{
	width: 100%;
	margin-top: 1em;
}
.wp-show-posts-image  img {
	width: 100%;
	border-radius: 10px;
}
.tag_btn a{
	font-size: 12px;
	color: #222222 !important;
	background-color: #F0F0F0 !important;
	font-weight: 400;
	padding: 5px 10px !important;
}
.page-numbers{
	
    padding: 4px 10px;
	margin: 0px 3px;
    font-size: 14px;
	color: #337ab7;
	background-color: #dddddd;
}
.current{
	color: #ffffff;
	background-color: #4f91dd;
}
.entry-title{
	font-size: 16px;
	font-weight:600;
	line-height: 20px;
	color: #000000;
	margin: 0px;
}
.entry-meta{
	font-size: 12px;
	font-weight:400;
	color: #222222;
	margin-top: 5px;
}
.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 2em;
    border-bottom: 1px solid #f3f0f0;
}
.wp-show-posts .wp-show-posts-entry-header {
    display: none;
}
.wpsp-read-more {
    margin: 0.3em 0 1em;
    display: inline-block;
}
.wp-show-posts-inner{
	
	padding-bottom: 20px;
}

.footer-widgets {
    background-color: #f7f8f9;
}
.inside-footer-widgets h5{
	font-size: 16px;
}
.inside-footer-widgets p{
	font-size: 14px;
}
.footer-widgets .widget {
    margin-bottom: 10px;
}
.site-footer .footer-widgets-container .inner-padding {
    padding: 0 90px 0 90px;
}
.footer-widgets-container {
    padding: 160px 50px 100px;
}
body.archive.category .container.grid-container {
    max-width: 100%;
	padding: 40px 90px 0px;
}
body.tag .container.grid-container {
    max-width: 100%;
	padding: 40px 90px 0px;
}
.read-more{
	 padding: 4px 10px;
	margin: 0px 3px;
    color: #005e09;
    background-color: #44ff89;
    font-size: 14px;
	border-radius: 25px;
	font-weight: 600;
}

.post-image {
	width: 33.33%;
    float: left;
    margin-right: 1.5em;
}
.post-image img{
	width: 100%;
}
.entry-summary {
    width: 100%;
    margin-top: 1em;
}
.post-image:not(:first-child) {
    margin-top: 0em;
}
.tag .page-title{
	color: #2a8dff;
    font-size: 32px;
}
.footer-logo{
	text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 60px;
    left: 90px;
}
.site-footer{
	position: relative;
}
@media screen and (max-width: 720px) {
	body:not(.home) #breadcrumbs {
  padding-left: 20px !important;
}
.wpsp-image-left {
	width: 100% !important;
}
body.tag .container.grid-container {
    max-width: 100%;
	padding: 0px 20px !important;
}
	.footer-logo{
		left: 20px !important;
	}
body.archive.category .container.grid-container {
    max-width: 100%;
	padding: 0px 20px !important;
}
.full-width-content .container.grid-container {
    max-width: 100%;
	padding: 0px 20px !important;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
	padding: 20px 0px !important;
	}	
	.inside-header {
		padding: 20px 20px !important;
	}
body.archive.full-width-content .container.grid-container {
        flex-direction: column;
        padding: 0 20px !important;
    }
.widget-area .widget {
    padding: 12px 0px 0px 0px !important;
}
}
