/*
Theme Name: Appfinite
Theme URI: https://appfinite.com/shop/appfinite/
Author: Appfinite
Author URI: https://appfinite.com/
Description: Appfinite is a cutting-edge WordPress theme designed to ignite creativity and empower innovation. With its sleek and modern design, Appfinite is perfect for forward-thinking individuals, startups, agencies, and businesses that want to showcase their unique ideas and stand out in the digital landscape.
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 5.6
Version: 3.0.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appfinite
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, translation-ready, wide-blocks

Appfinite WordPress Theme, (C) 2023 Appfinite.
Appfinite is distributed under the terms of the GNU GPL.
*/


/* Defaults
---------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}

b,
strong {
	font-weight: var(--wp--custom--font-weight--bold);
}

/* Blocks
---------------------------------------------------------------------------- */

/* Code
--------------------------------------------- */

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--tertiary);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}

/* Comments
--------------------------------------------- */

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
	border-color: var(--wp--preset--color--contrast);
	padding: 10px 15px;
}

.wp-block-post-comments-form p:not(.form-submit) {
	margin-bottom: 20px;
}

.wp-block-post-comments-form .comment-form-cookies-consent label {
	font-size: var(--wp--preset--font-size--x-small);
}

/* List
--------------------------------------------- */

.is-style-no-disc {
	list-style-type: none;
	padding-left: 0;
}

/* Navigation
--------------------------------------------- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-bottom: var(--wp--custom--spacing--gap);
	padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.wp-block-navigation a:where(:not(.wp-element-button)):hover {
	text-decoration: underline;
}

/* Navigation Submenu
--------------------------------------------- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--contrast);
	border-radius: 5px;
	color: var(--wp--preset--color--base);
	min-width: 180px !important;
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	padding: 10px 15px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 5px !important;
}

/* Separator
--------------------------------------------- */

.wp-block-separator.is-style-dots:before {
	font-family: inherit;
	font-size: var(--wp--preset--font-size--large);
	letter-spacing: 10px;
	padding-left: 10px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: 1px solid currentColor;
	border-top: none;
	height: 1px;
}

/* Table
--------------------------------------------- */

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table table {
	border-collapse: collapse;
}

.wp-block-table thead {
	border-bottom: 3px solid var(--wp--preset--color--contrast);
}

.wp-block-table tfoot {
	border-top: 3px solid var(--wp--preset--color--contrast);
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
	border: 1px solid var(--wp--preset--color--contrast);
}

.wp-block-table th {
	font-weight: var(--wp--custom--font-weight--regular);
}

.wp-block-table td,
.wp-block-table th {
	padding: 5px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--wp--preset--color--tertiary);
}

/* Theme
---------------------------------------------------------------------------- */

/* Forms
--------------------------------------------- */

input,
select,
textarea,
.wp-block-search__input {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--open-sans);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: var(--wp--preset--color--tertiary);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Ninja Forms
--------------------------------------------- */

.nf-form-content input[type="submit"] {
	background-color: var(--wp--preset--color--primary);
	width: 100%;
}

/* Visual Portfolio
--------------------------------------------- */

.vp-pagination__load-more {
  background: var(--wp--preset--color--primary);
  color: #fff !important;
	font-size: 24px;
	letter-spacing: 2px !important;
  padding: 20px 40px !important;
}

.single-portfolio .wp-block-post-featured-image img {
	border: 1px solid #eee;
	box-shadow: 0px 15px 60px -20px rgb(0 0 0 / 26%);
}

.vp-portfolio__item-img {
	border: 1px solid #eee;
}

.single-portfolio {
	border: 1px solid #eee;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 800px) {

	/* Navigation Link
	--------------------------------------------- */

	.wp-block-navigation-item.is-style-outline a {
		border: 1px solid currentColor;
		border-radius: 5px;
		padding: 5px 15px;
	}

	/* Pullquote
	--------------------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		max-width: 300px;
	}

	.wp-block-pullquote.alignleft {
		margin-right: var(--wp--custom--spacing--gap) !important;
	}

	.wp-block-pullquote.alignright {
		margin-left: var(--wp--custom--spacing--gap) !important;
	}

}

/* Miscelaneous
--------------------------------------------- */

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.margin-zero {
	margin: 0;
}

.width100 {
	width: 100%;
}

.width100 .button {
	width: 100%;
}

.margin-block-start-zero {
	margin-block-start: auto;
}

.footer-class a {
	color: #fff;
}

.sumome-smartbar-powered-by-variant {
	display: none;
}

.hide {
	display: none !important;
}

/* This is to fix BBPress footer to match other pages.  Container number is different on each page, so keep in mind this could change. */
.footer-class .wp-container-11.wp-container-11 {
    gap: 0px;
    justify-content: center;
}

/* This fixes Menu from floating left on Forum Pages */
.wp-container-core-group-layout-1 {
    justify-content: space-between;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #aaa;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
	max-width: none;
}

.woocommerce div.product div.images img {
    border: 1px solid #ddd;
}

.demo-button {
	background-color: #000;
	border-radius: 5px;
	border-width: 0;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--regular);
	line-height: var(--wp--custom--line-height--medium);
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.cart-button p {
	margin: 0;
}

.woocommerce-product-gallery--with-images .flex-viewport {
	margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin: 0 10px;
}

.wp-block-woocommerce-product-price span {
	color: #2291ff;
	font-weight: 600;
}

.single-product .wc-tabs {
    display: none;
}

.wc-block-grid__product-image img {
	border: 1px solid #ddd;
	/*height: 330px;*/
	/*width: 400px;*/
}

@media only screen and (max-width: 781px) {

	.mobile-textleft {
		text-align: left;
	}

	.no-mobile-spacer {
		height: auto !important;
	}

}

@media only screen and (max-width: 600px) {

	.mobile-centered {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mobile-centered .wp-block-button {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mobile-wp-block-spacer {
		height: auto !important;
	}

	.wp-block-media-text .wp-block-media-text__content {
		padding-top: 100px;
		padding-bottom: 100px;
	}


}

@media only screen and (max-width: 420px) {

	.mobile-margin {
		margin: 0 !important;
	}

	.mobile-hide {
		display: none;
	}

}

/* bbPress */

#bbpress-forums {
	font-size: 15px !important;
    line-height: inherit !important;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 16px !important;
}

#bbpress-forums p.bbp-topic-meta {
	font-size: 16px !important;
}

#bbpress-forums p.bbp-topic-meta img {
	width: 20px !important;
	height: 20px !important;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	margin-bottom: -2px !important;
	border: 2px double #eee !important;
}

.bbpress .topic .bbp-private-reply {
	background: #f5f5f5 !important;
}

.bbp-topic-title .bbp-author-avatar {
	float: left;
	padding: 0 20px 20px 0;
}

.bbp-author-avatar img,
#bbpress-forums p.bbp-topic-meta img.avatar {
	-webkit-border-radius: 99%;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	border-radius: 99%;
	border: none;
}

#bbpress-forums p.bbp-topic-meta img.avatar{
	width: 20px;
}

.bbp-pagination-links span.current {
	background: #1d9bfd !important;
	color: #fff !important;
}

.bbp-pagination-links a {
	border: 1px solid #ccc;
}

.bbp-topic-started-by .bbp-author-name {
	display: none;
}

.bbp-topic-title .bbp-topic-permalink {
	vertical-align: top;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	background: none;
	border-bottom: 1px solid #eee;
	border-top: none !important;
	overflow: hidden;
	padding: 30px 20px !important;
}

.page-id-147 #bbpress-forums li.bbp-body ul.forum {
	padding: 40px 20px 20px 0 !important;
}

.bbp-pagination {
	margin-bottom: 30px !important;
}

#bbpress-forums div.even,
#bbpress-forums ul.even,
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	padding: 20px 0 !important;
}

.bbp-logged-in .button {
	padding: 8px 30px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 14px !important;
}

div.bbp-breadcrumb {
	margin-bottom: 30px;
}

#bbpress-forums ul.bbp-replies {
	border: none !important;
}

.bbp-replies,
.bbp-topics {
	width: 100% !important;
}

#bbpress-forums div.bbp-reply-header {
	background: none !important;
}

#bbpress-forums div.bbp-search-form {
	margin: 0 0 20px !important;
}

#bbpress-forums #bbp-search-form #bbp_search {
	padding: 3px 8px 6px;
}

.bbp-search-form input[type="submit"] {
	background: #1d9bfd;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 6px 20px 7px;
	width: auto;
}

.bbp-search-form input[type="submit"]:hover {
	background: #000;
}

#bbpress-forums .status-closed {
	color: #333 !important;
}

#bbpress-forums .status-closed a {
	color: #777 !important;
}

#bbpress-forums .bbp-reply-content a {
	color: #1d9bfd !important;
}

.bbp-forum-title {
  font-size: 16px;
}

#bbpress-forums li.bbp-footer {
	display: none !important;
}

#bbpress-forums ul.odd {
	/*background: none !important;*/
}

#bbpress-forums ul.bbp-forums {
	border: none !important;
}

#bbpress-forums ul.bbp-topics {
	border: none !important;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
div.bbp-reply-header {
	border-bottom: 1px solid #e3e3e3 !important;
	border-top: none !important;
	padding: 14px 20px 14px !important;
}

#bbpress-forums li.bbp-header {
	background: #fff !important;
}

.bbp-meta .bbp-reply-post-date {
	font-size: 14px;
}

#bbpress-forums div.bbp-reply-content code {
	background: #000 !important;
	color: #fff !important;
	margin: 0 0 4px !important;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	background: #000 !important;
	padding: 10px !important;
}

#bbpress-forums div.bbp-reply-content pre code {
	color: #666;
}

#bbpress-forums div.bbp-reply-content pre {
	padding: 30px 10px !important;
}

#bbpress-forums div.bbp-reply-content code {
	color: #666;
	padding: 0 12px !important;
}

#bbpress-forums input[type="checkbox"],
.bbp-reply-form input[type="checkbox"] {
	width: auto !important;
}

#bbpress-forums div.bbp-reply-author .bbp-author-role {
	color: #fff !important;
	background: #1d9bfd !important;
	font-size: 13px !important;
	margin: 10px auto;
	padding: 3px;
	text-align: center;
	width: 80px;
}

.bbp-author-avatar img {
	/*height: auto;*/
	width: auto;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
	margin-bottom: 3px !important;
}

#bbp_stick_topic_select,
#bbp_topic_status_select {
	font-size: 13px !important;
}

#bbpress-forums button[type=submit] {
	padding: 8px 20px !important;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: none !important;
	opacity: 1 !important;
}

#bbpress-forums .quicktags-toolbar {
	background: #f2f2f2;
	background-image: none;
	padding: 15px !important;
}

#bbpress-forums .quicktags-toolbar input {
	background: #fff;
	background-image: none;
	margin: 0 5px 0 0 !important;
}

#bbpress-forums .quicktags-toolbar input:hover {
	border-color: #aaa;
	background: #eee !important;
}

#bbpress-forums div.bbp-reply-author img.avatar {
	border-radius: 42px;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
}

.bbp-remember-me input[type="checkbox"],
.bbp-remember-me input[type="radio"] {
	clear: none;
	float: left;
	margin: 6px 10px 0 0;
	width: auto;
}

.bbp-reply-content hr {
	border: none !important;
}

.bbp-reply-signature {
	border-top: 1px solid #eee;
	margin: 20px 0 !important;
	padding: 20px 0 !important;
}

.bbp-topic-signature p, .bbp-reply-signature p {
	color: #999 !important;
	font-size: 14px !important;
}

#bbp_search {
	padding: 8px 0;
	width: 44%;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	border: 1px solid #ddd;
}

#bbpress-forums div.bbp-the-content-wrapper input[type=button] {
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	width: auto;
}

.sidebar #bbp_search {
	width: 100%;
}

#bbp_search_submit {
	padding: 9px 20px;
}

div.bbp-template-notice.info {
	display: none;
}

.sidebar .screen-reader-text {
	display: none;
}

#subscription-toggle {
	padding-left: 10px;
}

.bbp-template-notice {
    display: none;
}

.entry-content #bbpress-forums .super-sticky,
.entry-content #bbpress-forums .sticky {
	background-color: #f3f3f3 !important;
	border-bottom: 1px solid #e3e3e3 !important;
}

/* Syntax Highlighter
---------------------------------------------------------------------------- */

.wp-block-syntaxhighlighter-code code {
	white-space: nowrap !important;
}
