/* -------------------------------------------------------------------
 * Theme Name            : Farmi - Organic Farm Agriculture Template
 * Author Name           : Themefora
 * Created Date          : 19 February 2021
 * Version               : 1.0.0
 * File                  : custom.css
------------------------------------------------------------------- */
body.admin-bar {
	margin-top: 32px;
}

.admin-bar .wrap-sticky nav.navbar-sticky.sticked {
	top: 32px;
}

.admin-bar nav.navbar.navbar-default.navbar-fixed.white.bootsnav.on.menu-center.no-full.navbar-transparent,
.admin-bar nav.navbar.navbar-default.navbar-fixed.white.bootsnav.on.menu-center.no-full { 
    margin-top: 32px;
}

@media (max-width: 1023px) {
	body.admin-bar {
		margin-top: 32px;
	}

	.admin-bar .wrap-sticky nav.navbar-sticky.sticked {
		top: 32px;
	}
}

@media (max-width: 992px) {
	.admin-bar .wrap-sticky nav.navbar-sticky.sticked {
		top: 32px;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		margin-top: 46px;
	}

	.admin-bar .wrap-sticky nav.navbar-sticky.sticked {
		top: 46px;
	}
}

@media (max-width: 600px) {
	body.admin-bar {
		margin-top: 46px;
	}

	.admin-bar .wrap-sticky nav.navbar-sticky.sticked {
		top: 0px;
	}
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-60 {
	margin-bottom: 60px;
	;
}

.tf-sidebar-inner-widget .tag-cloud {
	margin-bottom: -5px;
}

.tf-sidebar-inner-widget .tag-cloud-link {
	display: inline-block;
	margin-bottom: 5px;
	outline: 0;
	text-decoration: none !important;
	text-transform: capitalize;
	font-size: 14px !important;
	white-space: nowrap;
	cursor: pointer;
}

.tagcloud a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 600;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 15px;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 30px;
	color: #666666;
	background: #fafafa;
}

.tagcloud a:hover {
	color: #e7c35f;
}

.blog-area .blog-content .post-tags .tags a:hover {
	color: #e7c35f;
}

.blog-area .blog-content .post-categories .categories a:hover {
	color: #e7c35f;
}

.blog-area .sidebar .sidebar-item.widget_recent_entries a {
	display: block !important;
}

.blog-area .sidebar .sidebar-item.widget_recent_entries .post-date {
	margin-left: 0 !important;
}

input#wp-comment-cookies-consent {
	margin-right: 10px;
}

.comment-form .form_input,
.wp-comment-cookies-consent {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-comment-cookies-consent {
	display: flex;
	align-items: center;
}

.content a.comment-reply-link::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3e5";
	margin-right: 5px;
}

.comment-respond {
	margin-top: 50px;
}

.post-categories {
	margin-top: 50px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.blog-area .blog-content .post-categories {
		display: block;
		text-align: center;
		padding: 20px 0;
		padding-bottom: 15px;
	}

	.comments-area ul.children {
		padding-left: 10px !important;
	}
}

.comments-area ul.children {
	padding-left: 40px;
	margin-bottom: 50px;
}

/* calendar widget */
.widget_calendar {
	float: left;
	width: 100%;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	text-align: center;
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

#wp-calendar tbody a {
	color: #f1cf69;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	color: red;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

.widget_calendar .wp-calendar-nav span a {
	color: #f1cf69;
}

.widget_categories .widget-list-span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	right: 0;
	color: #666666 !important;
	font-size: 15px;
}

.widget_archive .widget-list-span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1px;
	position: absolute;
	right: 0;
	color: #666666 !important;
	font-size: 15px;
}

/* Sidebar */
#tf-sidebar .sidebar-item ul.children {
	margin-bottom: 0;
	margin-left: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	list-style: none;
}

#tf-sidebar .sidebar-item ul.children li a:before {
	display: inline-block;
	width: 15px;
	margin-left: -6px;
	color: #000;
	font-weight: bold;
}

#tf-sidebar .sidebar-item ul.children li a:before:hover {
	color: #fff;
}

/* 2. WordPress Core */
.bypostauthor,
.gallery-caption {
	display: block;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.tf-clearfix:after,
.wp-caption:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0;
}

.wp-caption {
	max-width: 96%;
	padding: 10px 4px 5px 5px;
	border: 1px solid #f0f0f0;
	background: #fff;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 0px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 17px;
}

span.headline_title.text {
	display: inline-block;
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}

@media (max-width: 1020px) {
    .elementor-element-465f550 .elementor-widget-container h5,
	.elementor-element-ab847a5 .elementor-widget-container p,
	.elementor-element-14cfd6a i {
	    color: #000 !important;
	}
	
	.elementor-element-ee1f21d .elementor-element-populated {
	    border-color: #000 !important;
	}
}

@media (max-width : 768px) {
	span.headline_title.text {
		margin-top: 18px;
	}
}

@media (max-width : 480px) {
    .admin-bar .side {
        top: 32px;
    }

	span.headline_title.text {
		margin-top: 14px;
	}

	.navbar {
		position: relative;
		min-height: 77px;
	}	
}

.sticky_text {
	display: inline-block;
	margin: 1px 0 10px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
	background: #857F79;
}

@media only screen and (min-width : 992px) {
	.tf-no-sidebar .wp-caption {
		max-width: 96%;
		padding: 5px 3px 10px;
		border: 1px solid #f0f0f0;
		background: #fff;
		text-align: center;
	}

	.tf-no-sidebar .wp-caption.alignnone {
		margin: 90px 20px 40px 0;
	}

	.tf-no-sidebar .wp-caption.alignleft {
		margin: 5px 20px 35px 0;
	}

	.tf-no-sidebar .wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.tf-no-sidebar .wp-caption.alignnone {
		margin: 40px 20px 30px 0;
	}

	.tf-no-sidebar .wp-caption img {
		width: auto;
		max-width: 98.5%;
		height: auto;
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.tf-no-sidebar .wp-caption p.wp-caption-text {
		margin: 15px 0 0;
		padding: 0 4px 5px;
		font-size: 14px;
		line-height: 17px;
	}

	.tf-no-sidebar .alignleft {
		float: left;
		margin: 5px 20px 40px 0;
	}

	.tf-no-sidebar .aligncenter,
	div.aligncenter {
		display: block;
		margin: 40px auto 39px auto;
	}
}

.page article .article-img {
	margin-bottom: 40px;
}

.wp-block-button {
	margin-bottom: 15px;
}

a.wp-block-button__link {
	color: #fff !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #000 !important;
}

.wp-block-cover p.wp-block-cover-text {
	color: #fff;
}

.wp-block-cover {
	margin: 0 25px 25px 0;
}

.post-tags {
	padding-top: 30px;
}

ul.tf-theme-content-list {
	list-style: disc;
}

.wp-block-gallery {
	margin: 0px 15px 20px 0px !important;
	padding: 0 !important;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 5px 5px 0 !important;
}

.blog-text ul.blocks-gallery-grid li:before {
	content: none;
}

.blog-text ul.tf-theme-content-list li:before {
	content: none;
}

.wp-block-media-text {
	margin-bottom: 30px;
}

.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.tf-theme-content h1, .tf-theme-content h2, .tf-theme-content h3, .tf-theme-content h4, .tf-theme-content h5, .tf-theme-content h6 {
	margin-top: 20px !important;
	padding-bottom: 10px;
	margin-bottom: 0px !important;
	font-weight: 600 !important;
}

.tf-theme-content li {
	list-style: inherit !important;
	line-height: 30px;
}

.tf-theme-content ol,
.tf-theme-content ul {
}

.tf-theme-content ul {
	list-style: disc;
}

.tf-theme-content ul li:last-child {
}

.page-links {
	clear: both;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.tf-is-wp-link-pages .page-links {
	margin-top: 20px;
	color: #b6b6b6;
	background: #fff;
	margin-bottom: 25px;
}

.page .page-links,
.single .page-links {
	display: table;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px 0px;
	border-width: 1px;
}

.page-links span span {
	margin-right: 0px;
}

.page-links a {
	display: inline-block;
	margin-right: 2px;
	color: #b6b6b6;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}

.page-links-title {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}

.page-links .current {
	display: inline-block;
	margin-right: 0px;
	color: var(--color-secondary);
}

.page-links a {
	text-align: center;
	text-decoration: none;
	width: 15px;
	height: 25px;
	color: #232324;
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
}

.page-links span.page-links-title {
	font-size: 15px;
	font-weight: bold;
	color: #232324;
	line-height: 27px;
}

.page-links span.current {
	text-align: center;
	text-decoration: none;
	width: 15px;
	height: 25px;
	color: #f1cf68;
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
}

.page-links a:hover {
	color: #e7c35e;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.textwidget img,
.textwidget strong {
	display: block;
	font-size: 14px;
}

.tf-sidebar-inner-widget a {
	color: #666666;
}

.tf-sidebar-inner-widget ol li.page_item:not(:first-child),
.tf-sidebar-inner-widget ul li.page_item:not(:first-child) {
}

.tf-sidebar-inner-widget.widget_meta ul li {
}

.tf-sidebar-inner-widget #recentcomments .recentcomments {
}

.tf-sidebar-inner-widget #recentcomments .recentcomments span.comment-author-link {
	font-weight: bold;
}

.tf-sidebar-inner-widget ul li a.rsswidget {
	display: block;
	margin-bottom: 15px;
	color: #232324 !important;
}

.tf-sidebar-inner-widget ul li span.rss-date {
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.tf-sidebar-inner-widget ul li div.rssSummary {
	display: block;
	margin-bottom: 15px;
}

.tf-sidebar-inner-widget ul li cite {
	display: block;
	margin-bottom: 30px;
}

.tf-sidebar-inner-widget.widget_rss ul li:not(:first-of-type) {
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
}

.tf-sidebar-inner-widget.widget_nav_menu ul li {
}

.tf-sidebar-inner-widget.widget_nav_menu ul li>ul.sub-menu>li {
	margin-left: 15px;
}

.tf-sidebar-inner-widget.widget_nav_menu ul li>ul.sub-menu>li a:before {
	display: inline-block;
	width: 15px;
	margin-left: -18px;
	color: #000;
	font-weight: bold;
}

.tf-sidebar-inner-widget h5.tf-sidebar-inner-widget-title {
	display: inline-block;
}

.tf-sidebar-inner-widget.widget_pages ul.children {
}

.form_password_input {
	width: 270px;
	padding: 12px 20px;
	border: 1px solid transparent;
	background-color: #F4F5FB;
	border-radius: 10rem;
	outline: none;
}

.form_password_input:hover {
	border-color: #e7c35f;
}

.form_password_button {
	margin-left: -40px;
	background: transparent;
}

.search-form input[type="text"] {
	border: 1px solid #e7e7e7;
	box-shadow: inherit;
	min-height: 60px;
	background: #f7f7f7;
	border-radius: 30px;
}

.search-form form {
	position: relative;
}

.search-form button[type="submit"] {
	background: transparent;
	color: #232323;
	font-family: 'Heebo', ui-monospace;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: 50%;
}

.search-form input[type="submit"]:hover {
	background: #4154f1 none repeat scroll 0 0;
}

.related-slider {
	margin-bottom: 50px;
}

body,
.banner-area,
.banner-area div {
	height: 100vh;
}

@media only screen and (max-width: 767px) {
	body, .banner-area, .banner-area div {
		height: auto;
	}
}

.about-area .thumb h2 {
	background-image: url(../img/about/2.jpg);
	visibility: visible;
	animation-delay: 550ms;
	animation-name: fadeInRight
}

.navbar-brand>img {
	display: initial;
	height: 60px !important;
}


a.tf-pagination-link.page-link:focus {
    box-shadow: none;
}

a.tf-pagination-link.page-link:hover {
    color: #232324;
}

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

img.rss-widget-icon {
    margin-top: -4px;
}

a.rsswidget {
    color: #232324;
}

.tf-sidebar-inner-widget ul li:last-child cite {
    margin: 0;
}

.widget_text p:empty {
    display: none;
}

.textwidget img {
    margin-bottom: 15px;
}

.textwidget p.wp-caption-text {
    margin-bottom: 10px;
}

.tf-sidebar-inner-widget ul li {
	line-height: 2.3;
}

.tf-sidebar-inner-widget ul  {
	padding:0;
}

.tf-related-posts {
    margin-bottom: 50px;
}

.blog-area .sidebar .widget_text .title h4, .blog-area .sidebar .widget_search .title h4, .blog-area .sidebar .widget_tag_cloud .title h4, .blog-area .sidebar .widget_calendar .title h4 {
    margin-bottom: 50px;
}

.tf-sticky-label {
    background: #333;
    display: inline;
    padding: 5px 15px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
    right: 15px;
    top: 0;
    font-size: 13px;
    font-weight: 500;
}


/* gutenberg styles */


.tf-clearfix:after, .wp-caption:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 15px 0 0;
    font-size: 14px;
    padding: 0 4px 5px;
}


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

    .alignnone {
        margin: 15px 20px 15px 0;
    }

}



/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-gallery.nt-theme-content-list {
    padding: 0px !important;
    margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-theme-content-list {
    margin-right: 15px !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 30px 0 32px 45px;
    padding: 0 1em;
    padding-left: 100px !important;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
    float: none;
    max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin: 0 auto !important;
}

.wp-block-archives.wp-block-archives-list,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-list,
.wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.is-grid {
    margin-bottom: 30px !important;
    position: relative;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.nt-theme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

.wp-block-embed {
    margin: 0 0 2em;
    margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px;
    position: relative;
}

.wp-block-gallery {
    padding: 0 !important;
    margin: 0 5px 20px 0px !important;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-image {
}

.wp-block-cover {
    margin: 0 25px 25px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

img.rss-widget-icon {
    margin: -5px 0 0 0;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 60px 15%;
}

.wp-block-cover, .wp-block-cover-image {
    height: auto;
}

.nt-single-has-block .blog-single_body ol, .nt-single-has-block .blog-single_body ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 5px 20px;
    position: relative;
}

ul.wp-block-categories.wp-block-categories-list .children {
    margin: 0;
    padding: 0 0 0 10px;
}

.wp-block-latest-comments__comment {
    font-size: inherit;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}


span.next-post {
    float: right;
}

.blog-area.single  .post-pagi-area span a {
    color: #232324;
    font-weight: 700;
}

.tf-inner-title.tf-comments-title.title h4 {
    margin-bottom: 15px;
}

p.logged-in-as {
    margin-bottom: 25px;
}

.tf-theme-content ol, .tf-theme-content ul {
    margin-left: 25px;
}

.tf-comment-content {
    display: grid;
}

.tf-inner-title.tf-comments-title.comments-title h4 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
}

.tf-inner-title.tf-comments-title.comments-title {}

p.nocomments.text-center {
    background: #232324;
    color: #fff;
    padding: 30px;
    margin-top: 40px;
    border-radius: 4px;
}
