/*
Theme Name:     We Heart This 2023
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
#primary {
	margin: 0 !important;
}
#primary .entry-content-wrap {
	padding: 0;
}
#primary .uagb-is-root-container {
	padding-left: 40px;
	padding-right: 40px;
}
#secondary .wp-block-uagb-container {
	padding: 0 !important;
}
#main-header .site-top-header-wrap .header-button {
	position: relative;
}
#main-header .site-top-header-wrap .header-button::after {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	clip-path: polygon(1% 0, 0% 100%, 50% 100%);
	width: 50px;
	height: 100%;
	background: #ffffff;
}
.page-hero-section {
	display: none;
}
.by-signing a {
	color: #fff;
	text-decoration: underline;
}
.by-signing a:hover {
	color: #fee1e3;
}
.custom-logo {
	-webkit-filter: brightness(0);
	filter: brightness(0);
	max-width: 100px !important;
}
.page-template-default.page .pp-multiple-authors-boxes-wrapper {
	display: none;
}

/* Post Css */
.singlepost article {
	display: flex !important;
	flex-wrap: wrap;
}
.singlepost article .uagb-post__title, .singlepost article .uagb-post__text {
	width: 100%;
	padding: 0;
}
.singlepost article .uagb-post-grid-byline {
	order: 2;
	padding-top: 0px;
}

.sidepost article {
	display: grid !important;
	grid-template-columns: auto auto;
	align-items: center;
}
.sidepost article .uagb-post__image {
	grid-row: 1 / span 3;
	width: 200px;
	height: 130px;
	padding: 0;
	margin-right: 20px !important;
}
.sidepost article .uagb-post__title.uagb-post__text {
	margin-top: 5%;
	padding-bottom: 0 !important;
}
.sidepost article .uagb-post__image a, .sidepost article .uagb-post__image img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}
.singlepost.sameh .uagb-post__image {
	max-width: 100%;
	height: 300px;
	width: 100%;
	padding-bottom: 15px;
}
.singlepost.sameh .uagb-post__image a, .singlepost.sameh .uagb-post__image img {
	max-width: 100% !important;
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}
.singlepost article .dashicons-admin-users::before, .sidepost article .dashicons-admin-users::before {
	content: "By:";
	font-family: "Nunito";
	text-transform: capitalize;
	font-weight: 300;
	font-size: 20px;
	color: #1d1d1d;
}

/* Archive Author Css */
.archive.author .hero-container {
	padding: 0;
	max-width: 100%;
}
.archive.author .hero-container .page-title, .archive.author .archive-description {
	display: none;
}
.archive.author #primary .content-container {
	width: 1250px;
	padding: 35px 40px 40px;
}
.archive.author #primary #archive-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 0;
	row-gap: 0;
}
.archive.author #archive-container .custom-archive-loop-item {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 2px solid #eaa0a2;
}
.archive.author #archive-container .custom-archive-loop-item:nth-child(4n) {
	margin-right: 0;
}
.archive.author #archive-container .custom-archive-loop-item figure {
	margin: 0 0 15px;
	height: 220px;
}
.archive.author #archive-container .custom-archive-loop-item figure a, .archive.author #archive-container .custom-archive-loop-item figure img {
	width: 100%;
	height: 100%;
}
.archive.author .left {
	text-align: left;
}
.archive.author .left p, .archive.author .author-title p {
	margin: 0;
}
.archive.author .left p {
	margin-top: 2px;
}
.archive.author .left p:empty {
	display: none;
}
.archive.author .author-h3, .archive.author .author-title p {
	font-family: "Nunito";
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
}
.archive.author p.left, .archive.author .left p {
	font-family: "Nunito";
	font-size: 20px;
	line-height: 1.4em;
}
.archive.author .author-title h1 {
	font-family: "Nunito";
	font-weight: 800;
	font-size: 60px;
	line-height: 1.2em;
	letter-spacing: 5px;
}
.archive.author .author-h2 h2 {
	font-family: "Nunito";
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2em;
	text-align: left;
}
.archive.author .author-policy figure {
	width: 80px;
}
.archive.author .author-policy .wp-block-media-text__content {
	padding: 0 0 0 20px;
}
.archive.author .author-policy .heart {
	display: flex;
}
.archive.author #archive-container .custom-archive-loop-item h2 {
	font-family: "Nunito";
	font-size: 22px;
	line-height: 1.1em;
}
.archive.author #archive-container .custom-archive-loop-item p {
	margin: 10px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
.archive.author .pagination .nav-links {
	display: flex;
}
.archive.author .page-numbers.current, .archive.author .page-numbers:hover {
	background: #edd9da;
	color: #000;
	border-color: #edd9da;
	border-radius: 100%;
	padding: 0;
}
.archive.author .page-numbers {
	border-color: transparent;
	border-radius: 100%;
	font-weight: 600;
}


/* Archive Post Css */
.archive.category .archive-title h1 {
	font-family: "Nunito";
	font-weight: 800;
	font-size: 60px;
	line-height: 1.2em;
	letter-spacing: 5px;
}
.sub-catg h6 {
	font-family: "Nunito";
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2em;
	text-transform: uppercase;
}
.archive.category .hero-container.site-container {
	padding: 0;
}
.archive.category #primary {
	background: #fef5f6;
	padding-bottom: 70px;
}
.archive.category .page-title.archive-title, .archive.category .archive-description {
	display: none;
}
.archive.category .box-title {
	margin-top: -100px;
}
.archive.category #archive-container .custom-archive-loop-item figure {
	height: 300px;
	overflow: hidden;
}
.archive.category .custom-archive-loop-item figure img {
	height: 100%;
}
.archive.category .archive-h4 {
	font-family: "Nunito";
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	position: relative;
	background: #fef5f6;
	padding: 0px 50px;
}
.archive.category .archive-inbox {
	font-family: "Nunito";
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
}
.archive.category .bar::before {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	height: 3px;
	solid: ;
	background: #ec9c9b;
}
.archive.category .custom-archive-loop-item .wp-block-post-title, .archive.category .featured-colm article h4 {
	font-family: "Nunito";
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
}
.archive.category .featured-colm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0;
}
.archive.category .featured-colm article {
	width: 23%;
	text-align: left;
}
.archive.category .featured-colm article .uagb-post__image {
	margin-bottom: 15px;
}
.archive.category .inbox-form {
	margin: 0;
}
.archive.category .inbox-form form, .archive.category .inbox-form .wpforms-field-container {
	display: flex;
	justify-content: space-between;
}
.archive.category .inbox-form .wpforms-field-container {
	width: 76%;
}
.archive.category .inbox-form .wpforms-field {
	width: 46.5%;
}
.archive.category .inbox-form input {
	font-family: "Nunito";
	padding: 12px;
	border-radius: 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6;
	border-color: #f4cdce;
	border-width: 2px;
}
.archive.category .wpforms-submit {
	font-size: 15px;
	border-radius: 0px;
	background: #3a4664 !important;
	padding: 12px 24px;
	text-transform: uppercase;
}
.archive.category .wpforms-submit-container {
	margin-top: 0 !important;
}
.archive.category .inbox-form input:focus {
	border-color: #f4cdce;
	box-shadow: 0 0 0 1px #f4cdce,0px 1px 2px rgba(0,0,0,0.15);
}
.archive.category .pagination .nav-links .page-numbers.current {
	border-color: #ec9c9b;
	background: #ec9c9b;
}
.archive.category .pagination .nav-links .page-numbers:hover {
	border-color: #ec9c9b;
}


/* Single Post Css */
.post-template.single.single-post {
	overflow-x: hidden;
}
.post-template-default.single.single-post .content-container {
	padding-top: 50px;
	padding-bottom: 30px;
}
.sidebarpost article {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sidebarpost article .uagb-post__image {
	width: 30%;
	padding: 0;
}
.sidebarpost article .uagb-post__title {
	width: 69%;
	padding: 0;
}
.sidebarpost article .uagb-post-grid-byline {
	display: none;
}
.sidebarpost article .uagb-post__image a, .sidebarpost article .uagb-post__image img {
	width: 100%;
	height: 105px !important;
	object-fit: cover;
}
.single.single-post .content-container .single-content {
	font-family: nunito;
	font-size: 20px;
	line-height: 1.4;
	color: #1d1d1d;
}
.single.single-post #submit {
	background: #3b4664;
	border-radius: 0;
	padding: 10px 25px;
}
.single.single-post .content-container .entry-author {
	padding: 40px;
	background: #fcf6f6;
}
.single.single-post .author-name {
	color: #eaa0a2;
}
.single.single-post .entry-author .entry-author-avatar img {
	border-radius: 100%;
	border: 2px solid #eaa0a2;
}
.single.single-post #comment, .single.single-post .comment-input-wrap input {
	color: #9a9898;
	border-color: #f4cccd;
}
.single.single-post .author-occupation {
	font-family: nunito;
	font-size: 22px !important;
	line-height: 1.2;
}
.single.single-post .entry-author .author-name {
	font-size: 0 !important;
}
.single.single-post .entry-author .author-name a:first-child {
	font-size: 22px !important;
}
.single.single-post .author-bio {
	font-family: nunito;
	font-size: 18px !important;
}
.single.single-post .author-follow .social-button {
	background: #eaa0a2;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	margin-right: 5px;
}
.single.single-post .meta-label, .single.single-post .meta-comments {
	display: none;
}
.single.single-post .author-avatar {
	position: relative;
	width: 60px;
}
.single.single-post .author-avatar::after {
	content: 'BY:';
	position: absolute;
	top: 0;
	left: 0;
}
.single.single-post .author-avatar img {
	left: 30px;
	border: 2px solid #eba1a3;
}
.single.single-post .post-title .entry-meta span {
	text-transform: uppercase;
}
.single.single-post .post-title .posted-by, .single.single-post .post-title .posted-on {
	font-style: normal;
}
.single.single-post .entry-meta > ::after {
	background: #f0aaac;
	height: .2rem;
	width: .2rem;
	margin-left: 1rem;
	margin-right: 1rem;
}
.single.single-post .updated-on::after {
	content: none;
}
.single.single-post .updated-on {
	position: relative;
}
.single.single-post .updated-on::before {
	content: 'UPDATED';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.single.single-post .updated-on .updated {
	margin-left: 80px;
}
#comments #reply-title, .single.single-post .entry-related .entry-related-inner .entry-related-title {
	font-size: 30px;
	font-family: nunito;
	margin-bottom: 10px;
}
/*remove margin of figure caption*/
body .wp-block-image figcaption{
	margin:0px 0 10px !important;
}
#comments .comment-notes, .single.single-post .comment-form-cookies-consent label {
	font-size: 18px;
	font-style: normal;
}
.single.single-post .logged-in-as, #comments .comment-notes {
	margin: 0 0 10px !important;
}
.single.single-post .entry-related-carousel .splide__arrows, .single.single-post .entry-related-carousel .splide__pagination {
	display: none;
}
.single.single-post .entry-related-carousel .splide__track .carousel-item {
	display: none;
}
.single.single-post .entry-related-carousel .splide__track .carousel-item:nth-child(1), .single.single-post .entry-related-carousel .splide__track .carousel-item:nth-child(2), .single.single-post .entry-related-carousel .splide__track .carousel-item:nth-child(3) {
	display: block;
}
.single.single-post .entry-related {
	margin: 0;
}
.single.single-post .entry-related .entry-related-inner, .single.single-post .entry-related .entry-related-inner-content {
	padding: 0;
}
.single.single-post .entry-related-carousel .carousel-item .entry-header {
	font-family: nunito;
	margin: 10px 0 0;
}
.single.single-post .entry-related-carousel .carousel-item .entry-header .entry-title {
	font-size: 16px !important;
	line-height: 1.2;
}
.single.single-post .entry-related-carousel .entry-meta {
	margin: 8px 0 0;
}
.single.single-post .entry-related-carousel .splide__track .carousel-item .entry.loop-entry {
	box-shadow: none;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper .pp-author-boxes-avatar {
	top: -3px;
	position: relative;
	margin-right: 5px;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper .ppma-layout-prefix {
	margin-right: 10px;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper div:nth-child(4)::after {
	content: 'Reviewed By:';
	position: absolute;
	left: 0;
	top: 3px;
	width: 120px;
	font-style: italic;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(3)::before {
	content: '';
	background: #f0aaac;
	height: .19rem;
	width: .19rem;
	display: inline-block;
	top: 10px;
	right: -20px;
	position: absolute;
	opacity: .8;
	border-radius: 9999px;
	z-index: 1;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(5) .author {
	font-style: italic;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper div:nth-child(4) {
	padding-left: 120px;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(3) {
	position: relative;
	margin-right: 40px;
}
.single.single-post .post-title .posted-by::after {
	content: none;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(5),
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(7), 
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(9) {
	position: relative;
	margin-right: 40px;
}
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(5)::after,
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(7)::after, 
.single.single-post .post-title .pp-multiple-authors-boxes-wrapper span:nth-child(9)::after {
	content: '';
	right: -20px;
	top: 40% !important;
	position: absolute;
	z-index: 1;
	height: .18rem;
	width: .18rem;
	background: #f0aaac;
	border-radius: 999px;
}
.single.single-post .entry-related-carousel .ppma-layout-prefix, .single.single-post .entry-related-carousel .pp-author-boxes-avatar, .single.single-post .entry-related-carousel span:nth-child(5), .single.single-post .content-container .single-content .multiple-authors-target-the-content {
	display: none;
}



.home.page .latest-inbox .uagb-columns__inner-wrap {
	max-width: 100%;
	justify-content: space-between;
}
.subscribe-form .uagb-forms-main-form {
	margin: 0;
}
.subscribe-form .uagb-forms-main-form {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.subscribe-form .uagb-forms-main-form .uagb-forms-field-set {
	margin: 0;
}
.subscribe-form .uagb-form-reacaptcha-error-06484d2d {
	display: none;
}




.latest-inbox::after {
	content: '';
	position: absolute;
	width: 150px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/wp-content/uploads/2023/10/latest-inbox.png);
	bottom: 0;
	background-position: bottom;
	left: 3.5%;
}
.our-mission::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 170px;
	background-image: url(/wp-content/uploads/2023/10/multiple-hearts.png);
	background-repeat: no-repeat;
	background-size: contain;
	background: ;
	background-position: bottom;
}


.heart figure {
	background: #ffefef;
	border-radius: 100px;
	margin: 0;
	padding: 10px;
}
/*Disclaimer*/
.single-content h6:first-child {
  font-weight:400;
	font-size: 14px;
    color: #1d1d1d;
    margin-bottom: 25px;
}

/*Table of Contents Plugin*/
#toc_container {
	background: #fff;
    border: 1px solid var(--global-palette-highlight);
    display: block !important;
    padding: 20px;
  
}
#toc_container a {
  font-weight:600;
}

/* Footer Css */
.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(1) {
	padding-right: 20%;
}
.site-footer .site-footer-row-container:nth-child(1) .site-container {
	position: relative;
}
.site-footer .site-footer-row-container:nth-child(1) .site-container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #575757;
	bottom: -8px;
	left: 0;
}
.footer-widget1 .widget, .footer-widget1 .widget:nth-child(4) p {
	margin: 0;
}
.footer-widget1 .widget:nth-child(1) {
	margin-bottom: 15px;
}
.footer-widget1 .widget:nth-child(2), .footer-widget1 .widget:nth-child(3) {
	margin-bottom: 10px;
}
.footer-widget1 .widget form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-widget1 .wpforms-field, .footer-widget1 .wpforms-submit-container {
	padding: 0 !important;
}
.footer-widget1 .widget .wpforms-container {
	margin-bottom: 5px;
}
.footer-widget1 .widget form .wpforms-field-container {
	width: 60%;
	margin-right: 20px;
}
.footer-widget1 .widget form .wpforms-submit-container {
	width: 35%;
}
.footer-widget1 .widget form input, .footer-widget1 .widget form .wpforms-submit {
	border-radius: 0 !important;
	width: 100%;
	font-family: "Nunito";
	letter-spacing: 2px;
}
.footer-widget1 .widget form input {
	max-width: 100%;
}
.footer-widget1 .widget form .wpforms-submit {
	background: #3b4664 !important;
	text-transform: uppercase;
}
.footer-widget1 .widget form .wpforms-submit-container {
	margin-top: 0;
}
.footer-widget1 .widget form input:focus {
	border-color: #f4cdce;
	box-shadow: 0 0 0 1px #f4cdce,0px 1px 2px rgba(0,0,0,0.15);
}

/*Search Bar Footer*/
.footer-search .wp-block-search__input {
	width: 60%;
	margin-right: 15px;
}
.footer-search .wp-block-search__input, .footer-search .wp-block-search__button {
	border-radius: 0 !important;
	width: 100%;
	font-family: "Nunito";
	letter-spacing: 2px;
  	font-size:17px;
}
.footer-search .wp-block-search__button {
	width: 60%;
  margin-left:0px;
}

.widget-area ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.widget-area ul li {
	margin:0 0 5px;
}
.widget-area ul li a {
	color:#fff;
    font-family: "Nunito";
    font-size: 18px;
}
.widget-area ul li:hover a{
    color: #fee1e3;
		text-decoration:none;
}
.list-subcats {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.list-subcats a {
	text-decoration: none !important;
}
.list-subcats span {
	display: block;
	width: 224px;
	height: 224px;
	border-radius: 100%;
	overflow: hidden;
    margin: 0 0 10px;
}
.list-subcats span img {
    object-fit: cover;
	transition: all .3s;
    height: 100%;
    width: 100%;
}
.list-subcats a:hover img {
	transform: scale(1.05);
}
.list-subcats h3 {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
}


/* Responsive Css */
@media only screen and (max-width: 1400px) {
.home.page .latest-inbox .uagb-columns__inner-wrap .uagb-block-0a366890 {
	padding: 0;
}
	.home.page .latest-inbox .uagb-columns__inner-wrap {
	align-items: flex-start;
}
.subscribe-form .uagb-forms-main-form .uagb-forms-field-set {
	margin: 0 0 20px;
	width: 48%;
}
.latest-inbox .subscribe-form .wp-block-button,
.latest-inbox .subscribe-form button {
	width: 100%;
}
.latest-inbox::after {
	width: 120px;
	height: 95px;
	left: 5%;
}
.archive-box.latest-inbox .kt-inside-inner-col {
	padding: 0;
}
.archive.category .inbox-form .wpforms-field-container, .archive.category .inbox-form .wpforms-submit-container, .archive.category .wpforms-submit {
	width: 100%;
}
.archive.category .inbox-form .wpforms-field {
	width: 48%;
}
.archive.category .inbox-form form, .archive.category .inbox-form .wpforms-field-container {
	flex-wrap: wrap;
}

}
@media only screen and (max-width: 1250px) {
#primary .uagb-is-root-container {
	padding-left: 30px;
	padding-right: 30px;
}
.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(1) {
	padding-right: 10%;
}
.archive.author #primary .content-container {
	width: 100%;
}
}
@media only screen and (max-width: 1200px) {
.popular-section .wp-block-uagb-container, .trending-section .wp-block-uagb-container {
	max-width: 100% !important;
	width: 100% !important;
}
.popular-section .uagb-container-inner-blocks-wrap, .trending-section .uagb-container-inner-blocks-wrap {
	flex-wrap: wrap !important;
}
.popular-section .wp-block-uagb-container .sidepost, .trending-section .wp-block-uagb-container .sidepost {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popular-section .wp-block-uagb-container .sidepost article, .trending-section .wp-block-uagb-container .sidepost article {
	width: 48%;
}
.popular-section .singlepost article .uagb-post__image, .popular-section .singlepost article .uagb-post__image img, .popular-section .singlepost article .uagb-post__image a, .trending-section .singlepost article .uagb-post__image, .trending-section .singlepost article .uagb-post__image img, .trending-section .singlepost article .uagb-post__image a {
	width: 100%;
	height: 550px !important;
	object-fit: cover;
	margin-bottom: 15px;
}
.popular-section .singlepost, .trending-section .singlepost {
	display: flex;
}
.ourteam-section .uagb-container-inner-blocks-wrap {
	flex-wrap: wrap !important;
}
.ourteam-section .uagb-block-90e0f98d,
.ourteam-section .uagb-block-316433ae {
	max-width: 100% !important;
}
}
@media only screen and (max-width: 1150px) {
	.category-section .ctgry .uagb-columns__inner-wrap {
	flex-wrap: wrap !important;
	justify-content: center;
}
.category-section .ctgry .uagb-columns__inner-wrap .wp-block-uagb-column {
	width: 33%;
}
.category-section .ctgry .uagb-columns__inner-wrap .wp-block-uagb-column {
	width: 33% !important;
	margin: 0 !important;
}
.sub-category .kt-row-column-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}
.sub-category .kt-row-column-wrap .wp-block-kadence-column {
	width: 33% !important;
	margin: 0 !important;
	padding: 10px;
}
}
@media only screen and (max-width: 1024px) {
	.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(1) {
	padding-right: 0;
	width: 80%;
}
.trusted-section .uagb-block-6583f1ec, .trusted-section .uagb-block-26bca61b {
	max-width: 100% !important;
}
.trusted-section .uagb-container-inner-blocks-wrap {
	flex-wrap: wrap !important;
}
.trusted-section .uagb-block-6583f1ec .wp-block-media-text {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.trusted-section .uagb-block-6583f1ec .wp-block-media-text figure {
	width: 105px;
}
.trusted-section .uagb-block-6583f1ec .wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 30px;
}
.single.single-post .content-container {
	width: 900px;
}
	.sidebarpost {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sidebarpost article {
	width: 50%;
}
.archive.category .featured-colm article {
	width: 48%;
	margin-bottom: 3%;
}
	.archive.category #archive-container .custom-archive-loop-item figure {
	height: 250px;
}
.archive.author #archive-container .custom-archive-loop-item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}
.archive.author #archive-container .custom-archive-loop-item:nth-child(4n) {
	margin-right: 3.5%;
}
.archive.author #archive-container .custom-archive-loop-item:nth-child(3n) {
	margin-right: 0;
}
	.archive.author #primary .content-container {
	padding: 30px 30px 40px;
}
}
@media only screen and (max-width: 980px) {
.popular-section .wp-block-uagb-container .sidepost article, .trending-section .wp-block-uagb-container .sidepost article {
	width: 80%;
}
	.category-section .ctgry.uagb-columns__stack-tablet > .uagb-columns__inner-wrap {
	flex-wrap: wrap !important;
	justify-content: center;
	display: flex;
}
	.single.single-post .content-container {
	width: 95%;
}
	.sidebarpost article .uagb-post__title {
	width: 65%;
}
}
@media only screen and (max-width: 976px) {
	.archive.category .archive-title h1, .archive.author .author-title h1 {
	font-size: 50px;
}
.archive.category .custom-archive-loop-item .wp-block-post-title, .archive.category .featured-colm article h4 {
	font-size: 22px;
}
.archive.category .archive-h4 {
	font-size: 25px;
	padding: 0px 40px;
}
.archive.category .archive-inbox, .archive.author .author-h3, .archive.author .author-title p {
	font-size: 25px;
}
	.archive.author .author-h2 h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 930px) {
.trending-section .wp-block-uagb-container .sidepost article {
	width: 100%;
}
.popular-section .wp-block-uagb-container .sidepost article {
	width: 85%;
}
.archive.author #archive-container .custom-archive-loop-item {
	width: 48%;
	margin-right: 3.5% !important;
}
.archive.author #archive-container .custom-archive-loop-item:nth-child(2n) {
	margin-right: 0 !important;
}
.archive.author #archive-container .custom-archive-loop-item:nth-child(3n) {
	margin-right: unset;
}
}
@media only screen and (max-width: 767px) {
.popular-section .wp-block-uagb-container .sidepost article, .trending-section .wp-block-uagb-container .sidepost article {
	width: 100%;
}
.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(1) {
	width: 100%;
}
.ourteam-section .uagb-columns__stack-mobile .uagb-columns__inner-wrap {
	flex-wrap: wrap !important;
	display: flex;
	justify-content: space-evenly;
}
.ourteam-section .uagb-columns__stack-mobile .wp-block-uagb-column {
	width: 45% !important;
	margin: 0;
}
	.sidebarpost article {
	width: 90%;
}
	.archive.category .archive-title h1, .archive.author .author-title h1 {
	font-size: 40px;
}
	.archive.category .custom-archive-loop-item .wp-block-post-title, .archive.category .featured-colm article h4 {
	font-size: 20px;
}
	.archive.category .archive-h4 {
	font-size: 20px;
	padding: 0px 30px;
}
.archive.category .archive-inbox, .archive.author .author-h3, .archive.author .author-title p {
	font-size: 20px;
}
	.archive.author p.left, .archive.author .left p {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px) {
.popular-section .singlepost article .uagb-post__image, .popular-section .singlepost article .uagb-post__image img, .popular-section .singlepost article .uagb-post__image a, .trending-section .singlepost article .uagb-post__image, .trending-section .singlepost article .uagb-post__image img, .trending-section .singlepost article .uagb-post__image a {
	height: 400px !important;
}
	.category-section .ctgry .uagb-columns__inner-wrap .wp-block-uagb-column {
	width: 48% !important;
}
	.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(2) .uagb-icon-list__label {
	font-size: 16px;
}
	.sidebarpost article {
	width: 100%;
}
	.single.single-post .content-container {
	width: 100%;
}
	.single.single-post .author-bio {
	font-size: 16px !important;
}
.single.single-post .entry-author .author-name a:first-child, .single.single-post .author-occupation {
	font-size: 18px !important;
}
.archive.category .archive-h4 {
	width: 300px;
	padding: 0 20px;
}
	.sub-category .kt-row-column-wrap .wp-block-kadence-column {
	width: 48% !important;
}
	.archive.author .author-h2 h2 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 580px) {
	.single.single-post .post-title .posted-by {
	width: 480px;
}
}
@media only screen and (max-width: 575px) {
	.archive.category .featured-colm article {
	width: 100%;
	margin-bottom: 30px;
}
.archive.category .featured-colm article:last-child {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 540px) {
.popular-section .sidepost article, .trending-section .sidepost article {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.popular-section .sidepost article .uagb-post__image, .trending-section .sidepost article .uagb-post__image {
	width: 100%;
	height: 350px;
	margin-right: 0px !important;
}
.popular-section .singlepost article .uagb-post__image, .popular-section .singlepost article .uagb-post__image img, .popular-section .singlepost article .uagb-post__image a, .trending-section .singlepost article .uagb-post__image, .trending-section .singlepost article .uagb-post__image img, .trending-section .singlepost article .uagb-post__image a {
	height: 350px !important;
}
	.ourteam-section .uagb-columns__stack-mobile .wp-block-uagb-column {
	width: 100% !important;
}
.subscribe-form .uagb-forms-main-form .uagb-forms-field-set {
	margin: 0 0 10px;
	width: 100%;
}
	.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(2) .uagb-icon-list__label {
	font-size: 14px;
}
.prodtest-con {
	justify-content: center !important;
}
.prodtest-col {
	max-width: 390px !important;
}
	.single.single-post .entry-author-avatar {
	position: relative;
	margin-bottom: 10px;
}
.single.single-post .entry-author-profile {
	padding-left: 0;
}
.single.single-post .content-container .entry-author {
	padding: 30px 25px;
}
	.archive.category .archive-h4 {
	width: 245px;
}
	.archive.category .inbox-form .wpforms-field {
	width: 100%;
	padding: 5px 0;
}
	.archive.category .inbox-form .wpforms-submit-container {
	padding-top: 5px;
}
	.archive.author #archive-container .custom-archive-loop-item {
	width: 100%;
	margin-right: 0 !important;
}
}
@media only screen and (max-width: 460px) {
	.footer-widget1 .widget form .wpforms-field-container {
	width: 100%;
	margin-right: 0px;
}
.footer-widget1 .widget form .wpforms-submit-container {
	width: 100%;
	margin-top: 10px;
}
.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(2) {
	flex-wrap: wrap;
}
.site-footer .site-footer-row-container:nth-child(1) .site-footer-section:nth-child(2) .widget.widget_block:nth-child(1) {
	display: none;
}
	.trusted-section .uagb-block-6583f1ec .wp-block-media-text .wp-block-media-text__content {
	padding: 15px 0 0 0;
	width: 100%;
}
	.category-section .ctgry .uagb-columns__inner-wrap .wp-block-uagb-column {
	width: 100% !important;
	margin: 0 !important;
}
	.sidebarpost article .uagb-post__image a, .sidebarpost article .uagb-post__image img {
	width: 100%;
	height: 250px !important;
}
.sidebarpost article .uagb-post__image {
	width: 100%;
}
.sidebarpost article .uagb-post__title {
	width: 100%;
	margin-top: 10px;
}
	.sub-category .kt-row-column-wrap .wp-block-kadence-column {
	width: 100% !important;
}
}
@media only screen and (max-width: 440px) {
.archive.category .archive-h4 {
	width: 200px;
}
.archive.author .author-policy .heart {
	flex-wrap: wrap;
}
.archive.author .author-policy .wp-block-media-text__content {
	padding: 0;
}
}
@media only screen and (max-width: 360px) {
.archive.category .archive-h4 {
	width: 150px;
}
}











