/*!
Theme Name: FreeStuff Fiesta
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freebies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Freebies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/* font-family: 'Oswald', sans-serif; */
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f5f5f8;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* happy customer newsletter */


.cm-newsletter-box {
	background: #c94755;
	border-radius: 16px;
	max-width: 520px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
}

.cm-newsletter-title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #fff;
}

.cm-field {
	margin-bottom: 15px;
}

.cm-field input {
	width: 100%;
	padding: 5px;
	border-radius: 4px;
	border: 2px solid #eee;
	font-size: 16px;
}

.cm-submit input {
	width: 100%;
	background: #fff;
	color: #c94755;
	font-size: 17px;
/* 	padding: 15px; */
	border: none;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
}

.cm-submit input:hover {
	background: #f4f4f4;
}

.cm-terms {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.5;
}

.cm-terms a {
	color: #fff;
	text-decoration: underline;
}

.cm-terms input {
	margin-right: 6px;
}



/* newsletter end */


/* header */

.header-box
{
	background-color: #207CDB;
    padding: 30px 12px;
}

.date-code
{
	display: flex;
    justify-content: center;
    width: 100%;
}

.hdr-box-heading
{
	display: block;
	text-align: center;
	color: #fff;
}

#logo-sec
{
	background-color: #637A9F;
	padding: 10px 12px;
	display: none;
}

.logo-sec .site-title
{
	font-size: 2em;
    margin: 0.67em 0;
}

#logo-sec .cm-social
{
	justify-content: end;
}

.header-search label
{
	width: 100%;
}

.header-search .search-form .search-field
{
	border-radius: unset;
    line-height: 25px;
    width: 100%;
    height: auto;
}

.cat-menu
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.cat-menu .search-box
{
	display: none;
}

.menu-sec
{
	display: flex;
	align-items: center;
}

#cat-sec
{
	background-color: #fff;
	padding: 5px 0px;
}

#post-main
{
	padding: 20px 0px;
}

#search-post
{
	padding-bottom: 40px;
}

#post-main .site-main, .archive-post .site-main, #search-post .site-main
{
	display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
	padding-top: 25px;
}

#post-main article, .archive-post article, #search-post article
{
	display: flex;
	width: calc(50% - 30px);
    margin-right: 30px;
    box-shadow: 1px 1px 2px #b9b9b9;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
	height: auto;
}

#search-post article
{
	height: auto !important;
}

#post-main .post-thumbnail, .archive-post .post-thumbnail, #search-post .post-thumbnail
{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

#post-main .entry-content, .archive-post .entry-content, #search-post .entry-content
{
	width: 100%;
	font-size: 17px;
}

#post-main .post-thumbnail img, .archive-post .post-thumbnail img, #search-post .post-thumbnail img
{
	width: 100%;
}

#post-main .cntnt-main, .archive-post .cntnt-main, #search-post .cntnt-main
{
	width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

#post-main .entry-content 


#post-main .entry-title, .archive-post .entry-title, #search-post .entry-title
{
	text-align: left;
    font-size: 18px;
}

#post-main .entry-title a, .archive-post .entry-title a, #search-post .entry-title a
{
	text-decoration: none;
	color: #222;
	font-size: 29px;
	font-weight: 400;
}

#post-main .custombutn, .archive-post .custombutn, #search-post .custombutn
{
	/* position: absolute; */
	width: 100%;
}

.custombutn a
{
	text-decoration: none;
   background-color: #0068D3;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    color: white;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    width: 100%;
    outline: 1px solid;
}

#post-main .post-content, .archive-post .post-content, #search-post .post-content
{
	padding: 0 10px;
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* single post */

#single-post
{
	padding: 50px 0px; 
}

#single-post article
{
	background: #fff;
    padding: 50px 40px;
	    box-shadow: 3px 5px 12px -5px rgb(0 0 0 / 50%);
}

.single-post .entry-title
{
	font-size: 42px;
	margin-top: 10px;
}

.single-post .entry-content p
{
	font-size: 17px;
}

.single-post .post-thumbnail img
{
	width: 100%;
    object-fit: contain;
}

.single-post .custombutn a
{
	width: 30%;
}

.single-post .post-content
{
	display: flex;
}

.single-post .post-thumbnail
{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-post .cntnt-main
{
	width: 60%;
	padding-left: 20px;
}

.single-post .custombutn
{
	text-align: right;
}

#single-social
{
	display: none;
}

.single-social .cm-social
{
	justify-content: flex-start;
	padding-top: 40px;
}

.single-post .cm-social p
{
	margin: 0;
}

.single-social .cm-social li a span
{
	color: #1e73be;
	justify-content: center;
	font-size: 30px;
	width: 50px;
}

.single-post .cm-social li
{
	margin: 0;
}

.comments-area
{
	display: none;
}

/* related freebies */

.rel-freebies h2
{
	padding: 20px 0px;
	font-weight: bold;
}

.single-post .related-post
{
	list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.single-post .related-post li
{
	width: 25%;
    text-align: center;
    background: #fff;
    padding: 15px;
	margin-right: 15px;
}

.single-post .related-post li a
{
	text-decoration: none;
    color: black;
    font-weight: 600;
}

.single-post .related-post p
{
	font-size: 15px;
}

.related-post-thumbnail
{
	padding-bottom: 15px;
}

.related-post-excerpt
{
	padding-top: 15px;
}

.related-post-button .custombutn
{
	text-align: center !important;
	width: 100%;
}

.related-post-button .custombutn a
{
	color: white !important;
}

/* related freebies end */

/* archive post */

#archive-post
{
	padding: 20px 0px;
}

.search-form .search-submit
{
	display: none;
}



.search-form .search-field {
    border-radius: 50px;
    font-size: 14px;
    padding-left: 20px;
}

/* search post */

.search-post .entry-summary p
{
	display: none;
}

/* sidebar */

.sidebar-main
{
	/* background-color: #fff; */
	padding: 0px 12px 12px 12px;
	border-radius: 10px;
}

.wp-block-group__inner-container {
    background-color: white;
    text-align: left;
}

.sidebar-main .wp-block-group__inner-container h2 {
	font-size: 25px;
    padding: 0px 7px;
/*     font-family: 'Nunito Sans', sans-serif; */
    font-weight: bold;
	color: #FFFFFF;
	background: #207CDB;
    padding: 5px 15px;
}

.sidebar-main .widget_text h2
{
	font-size: 25px;
	font-weight: bold;
    color: #000;
    background: #C4DBF6;
    padding: 5px 15px;
	margin-bottom: 0px;
}

.sidebar-main .widget_text
{
	margin: 0;
}

.sidebar-main .widget_block .cm-social
{
	background: #fff;
}

.ftr-sec-row .widget_block h3
{
	font-size: 22px;
    margin-bottom: 20px;
}

.sidebar-main .widget_block .cm-social li {
    margin-top: 0px;
    padding: 10px 5px 10px 15px;
	display: flex;
}

.sidebar-main .widget_block .cm-social li a span {
    font-size: 24px;
    color: #B23850;
}

.cm-form-cont
{
	text-align:center;
}

.wp-block-search__button
{
	background: #207CDB;
	color: white;
}

.sidebar-main .wp-block-group__inner-container a{
	width: 100%;
    display: inline-block;
    padding: 8px 10px;
    color: #000000;
/*     font-family: 'Nunito Sans', sans-serif; */
    font-weight: 400;
    border-bottom: 1.6px solid #000000;
    position: relative;
    z-index: 1;
	text-decoration: none;
	

    /* "to left" / "to right" - affects initial color */
    background-size: 200%;
    transition: .5s ease-out;
}

.sidebar-main .wp-block-group__inner-container ul li a:hover
{
	background-position: left;
	background: #e7b22b;
	color: white;
}

.sidebar-main .wp-block-group__inner-container ul{
    display: inline-block;
    list-style: none;
    width: 100%;
    margin: 0px;
	padding: 0px;
}

.wpcf7-spinner
{
	display: none;
}

/* sidebar contact form */

.sidebar-main .wpcf7 
{
	background-color: #CEE5D0;
    padding: 5px 15px 15px 15px;
}

.sidebar-main .cm-form-cont h2 {
    font-size: 18px;
    color: #000;
	padding-top: 10px;
    display: inline-block;
	font-weight: bold;
}

.sidebar-main .cm-frm p {
    color: #000;
    font-size: 13px;
/*     line-height: 16px; */
/*     font-family: 'Nunito Sans', sans-serif; */
    margin: 15px 0px 0px 0px;
	font-weight: bold;
}

.sidebar-main .bi-envelope
{
    font-size: 40px;
    margin: 0px;
}

.cm-frm label {
    margin: 0px;
    width: 100%;
}

/* sidebar newsletter */

.cm-frm h2
{
	color: #000;
    font-size: 22px;
    text-align: center;
    font-weight: 900;
}

.cm-frm p
{
	text-align: center;
}

.form-p a
{
	text-decoration: none;
	color: #000;
}

.cm-frm input[type="submit"] {
/*     font-family: 'Nunito Sans', sans-serif; */
    font-size: 15px;
    padding: 12px 10px;
    width: 100%;
    background: #94B49F;
    color: #fff;
    font-weight: bold;
    min-height: 30px;
}

.sidebar-main .cm-frm label input {
    height: 40px;
    min-height: 0px;
    width: 100% !important;
	padding: 10px;
}

.sidebar-main .search-form .search-field {
    border-radius: unset;
    font-size: 16px;
    padding-left: 10px;
}

/* sidebar end */

/* page */

#page-main
{
	padding: 50px 15px;
}

.page-main
{
	background-color: #fff;
    width: 73%;
    margin-right: 15px;
	border-radius: 10px;
	padding: 20px 30px;
}

.page-main .entry-title
{
	font-size: 24px;
}

.page-main .entry-content p
{
	font-size: 16px;
}

/* social */

.cm-social
{
	display: flex;
    margin: 0px;
    justify-content: flex-start;
	align-items: center;
    padding: 0px;
	list-style: none;
}

.cm-social li {
    margin-top: 5px;
}

.cm-social li a {
    width: 85%;
    padding: 1px 0px;
    border-radius: 3px;
}

.cm-social li a span {
    width: 40px;
    height: 30px;
	font-size: 22px;
    color: #222;
    display: flex;
    justify-content: start;
    align-items: center;
}

.bi-facebook
{
	color: #3f77f3;
}

.bi-twitter
{
	color: #52a2f3;
}

/* social end */

/* sign up box */

.footer-box
{
	background-color:  #207CDB;
    padding: 25px 12px;
}

.box-heading
{
	display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.box-heading h3, .hdr-box-heading h3
{
	font-size: 25px;
	font-weight: 400;
	padding-bottom: 10px;
}

.newsletter-heading
{
    margin-bottom: 0;
    font-size: 35px;
	padding-bottom: 10px;
}

.box-form .wpcf7 form
{
	display: block;
	justify-content: center;
	width: 100%;
}

.box-form label
{
width: 100%;
}

.date-code p
{
	background: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
	margin-bottom: 0px;
	margin-right: 85px;
    margin-left: 85px;
}

.box-form h6
{
	text-align: center;
    padding-top: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.label-main
{
	display: flex;
}

.label-main label
{
	margin-right: 10px;
}

.box-form input[type="email"], .box-form input[type="text"]
{
	color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px 10px;
    min-height: 39px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    height: auto;
}

.box-form input[type="submit"]  {
    border-radius: 0px;
    background: #e7b22b;
    color: #fff;
    line-height: 1;
    padding: 10px 10px;
    border: none;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    height: auto;
	width: 100%;
}

/* sign up box end */


/* footer */

.ftr-sec-3 .search-field, .search-post .search-field
{
	width: 100%;
}

.ftr-about
{
	color: #fff;
}

.ftr-about p
{
	margin-bottom: 0px;
}

.ftr-sec-row
{
	justify-content: space-evenly;
}

#ftr-sec
{
	background-color: #fff;
	padding: 50px 0px;
}

.ftr-sec-1 .widget-title, .ftr-sec-2 .widget-title, .ftr-sec-3 .widget-title
{
	color: #222;
	font-size: 22px;
	margin-bottom: 20px;
}

.ftr-sec-1 p, .ftr-sec-3 p
{
	font-size: 15px;
	color: #222;
}

.copyright
{
	margin: 0;
}

#copyright
{
	background-color: #fff;
	color: #222;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
}

.ftr-sec-2 ul, .ftr-sec-3 ul
{
	list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-sec-2 ul li, .ftr-sec-3 ul li
{
	margin-bottom: 5px;
}

.ftr-sec-2 ul li a, .ftr-sec-3 ul li a
{
	color: #222;
	text-decoration: none;
	font-size: 17px;
}

.ftr-sec-3 p
{
	font-size: 14px;
}

.ftr-sec-3 .search-form .search-field {
    border-radius: unset;
}

#text-6
{
	margin: 0;
}

.nav-links
{
	display: none !important;
}

.navigation
{
	width: 100%;
	text-align: center;
}

.wp-paginate .current {
        background: #207CDB !important;

}

/* footer end */










/* responsive */










@media only screen and (min-width: 767px) and (max-width: 920px)
{
	#post-main article, .archive-post article, #search-post article {
    width: calc(100% - 30px);
	}
}











@media only screen and (max-width: 600px){
	
	.cm-featred-wraped::before
	{
		width: 30% !important;
	}
	
	.logo-sec
	{
		width: 70%;
	}

	.date-code p {
		margin-right: 0px;
		margin-left: 0px;
		font-size: 14px;
	}

	#post-main .entry-title a, .archive-post .entry-title a, #search-post .entry-title a {
		font-size: 20px;
	}
	
	.hdr-box-heading h3 {
        font-size: 24px;
    }

	.ftr-about {
		padding-bottom: 20px;
		text-align: center;
	}
	
	.cm-content-wraped {
		padding-left: 0px !important;
		width: 100% !important;
		order: 2;
		margin: 20px 0px !important;
	}

	.cm-content-wraped p {
		margin-top: 0px !important;
	}

	.cm-post-img
	{
		width: 100% !important;
	}

	.cm-featred-wraped .cm-post-wraper {
		width: 100% !important;
		padding: 50px 20px 0px 20px !important;
		margin-bottom: 20px !important;
	}

	.cm-co-section .custombutn, .cm-featured-section .custombutn {
		position: unset !important;
		width: 100% !important;
		text-align: center;
	}

	.cm-featred-wraped .cm-post-wraper::before {
		top: 0px !important;
		left: 0px !important;
		transform: unset !important;
		width: 25% !important;
	}

	.cm-featred-wraped .wpcf7 {
		width: 100% !important;
	}

	#post-main .cntnt-main, .archive-post .cntnt-main, #search-post .cntnt-main {
		width: 60% !important;
	}

	.date-code
	{
		padding: 0;
	}

	.box-heading h3
	{
		font-size: 18px;
	}

	.menu-toggle, .main-navigation.toggled ul
	{
		display: none;
	}

	.menu-sec
	{
		width: 30%;
		padding-right: 0px;
	}

	#logo-sec .cm-social
	{
		justify-content: start;	
		width: 70%;
	}

	.single-post .post-content {
		display: block;
	}
	
	.single-post .cntnt-main {
		width: 100%;
	}

	.single-post .entry-title {
		font-size: 24px;
		margin-top: 16px;
	}

	.single-post .custombutn a {
		width: 100%;
		font-size: 20px;
	}

	.single-post .custombutn
	{
		text-align: center;
	}

	.single-social .cm-social {
		justify-content: center;
	}

	.single-post .post-thumbnail {
		width: 100%;
		text-align: center;
	}

	#post-main .entry-content #post-main .entry-title, .archive-post .entry-title, #search-post .entry-title
	{
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.custombutn a
	{
		width: 100%;
		padding: 10px;
	}

	.box-heading h3 {
		font-size: 14px;
	}

	#post-main article, .archive-post article, #search-post article {
		width: 100%;
		height: auto;
	}

	#post-main .custombutn, .archive-post .custombutn {
		position: unset;
	}

	.box-form .wpcf7 form {
		display: block;
		width: 100%;
	}

	.sign-submit
	{
		text-align: center;
		padding-top: 10px;
	}

	.box-form input[type="submit"] {
		width: 100%;
	}

	.label-main
	{
		display: block;
	}

	.label-main label {
		margin-right: 0px;
		width: 100%;
	}

	.newsletter-heading {
		        padding-bottom: 15px;
        font-size: 40px;
        font-weight: 300;

	}

	.header-search
	{
		display: none;
	}

	#ftr-sec
	{
		text-align: center;
		padding: 50px 10px 15px 10px;
	}

	.ftr-sec-3 ul, .ftr-sec-3 {
		justify-content: center;
		text-align: center;
	}

	.cm-social
	{
		justify-content: center;
	}

	.ftr-sec-1, .ftr-sec-2
	{
		padding-bottom: 20px;
	}

	.single-post .related-post {
		display: block;
		padding: 0;
	}

	.single-post .related-post li {
		width: 100%;
		margin-bottom: 15px;
	}

	.page-main
	{
    width: 100%;
	margin-bottom: 20px;
	}

	.ftr-sec-3 .cm-social {
		display: flex !important;
	}

	.ftr-sec-3 ul {
		display: block;
	}

	.ftr-sec-3 ul li
	{
		padding: 10px 0px;
	}

	.ftr-sec-3 ul li a {
		font-size: 18px;
	}

	/* expand search responsive */

	.search-box {
		display: flex;
		width: 100% !important;
    	height: auto !important;
	}

	.search-form .search-field {
		border-radius: 50px;
		font-size: 14px;
		padding: 0px 20px;
		background: black;
	}

	.search-post .search-form .search-field, .ftr-sec-3 .search-form .search-field
	{
		background-color: #fff;
	}

	.bi-search
	{
		position: absolute;
		left: 13px;
		top: 10px;
		color: #fff;
	}

	.search-field:focus {
		padding: 0px 30px !important;
		background: #fff !important;
		height: 35px;
	}

	.cat-menu .search-box {
		display: none;
	}

	.main-navigation {
		order: 1;
	}

	.search-box .search-form
	{
		display: flex;
		align-items: center;
		justify-content: start;
	}

	.cat-menu
	{
		display: flex;
		width: 30%;
	}
	
	.box-form
	{
		text-align: center;
	}


}


@media only screen and (min-width: 601px) and (max-width: 820px){
	.menu-toggle
	{
		display: none;
	}

	#logo-sec .cm-social {
		justify-content: start;
		width: 30%;
	}

	.menu-sec
	{
		width: 20%;
		order: 2;
	}

	.header-search
	{
		width: 50%;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after, #mega-menu-wrap-menu-2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after
	{
		background-color: black;
	}

	#post-main article, .archive-post article, #search-post article {
		height: auto;
	}

	#post-main .custombutn, .archive-post .custombutn {
		position: unset;
	}

	#post-main .entry-title, .archive-post .entry-title, #search-post .entry-title {
		font-size: 15px;
	}

	.custombutn a
	{
		font-size: 16px;
		padding: 10px;
		width: 100%;
	}

	.cm-featred-wraped .cm-post-wraper::before {
		top: 0px !important;
		left: 0px !important;
		transform: unset !important;
		width: 20% !important;
	}

	#post-main .cntnt-main, .archive-post .cntnt-main, #search-post .cntnt-main {
		width: 60%;
	}

	#post-main .entry-title a, .archive-post .entry-title a, #search-post .entry-title a
	{
		font-size: 16px;
	}

	.box-form .wpcf7 form {
		width: 100%;
	}

	.newsletter-heading {
		font-size: 28px;
	}

	.logo-sec
	{
		width: 30%;
	}

	.cat-menu
	{
		width: 70%;
	}

	.box-heading h3, .hdr-box-heading h3 {
		font-size: 22px;
	}

	.date-code p {
		margin-right: 0px;
		margin-left: 0px;
	}

	.box-heading h3
	{
		font-size: 15px;
	}

	.box-form
	{
		width: 100%;
	}

	.single-post .cntnt-main
	{
		padding-left: 20px;
	}

	.single-post .custombutn a {
		width: 100%;
		font-size: 20px;
	}

	.ftr-sec-3 ul li a {
		padding-right: 0px;
	}
	
	.box-form input[type="submit"]
	{
		font-size: 16px;
	}

	.ftr-sec-3 ul {
		display: block;
	}

	.ftr-sec-3 .cm-social
	{
		display: flex !important;
	}

	.single-post .entry-title {
		font-size: 26px;
	}

	.sidebar-main .cm-form-cont h2 {
		font-size: 15px;
	}

	.sidebar-main .bi-envelope {
		font-size: 32px;
	}

	.sidebar-main {
		padding: 0;
	}

	.single-post .related-post p {
		font-size: 13px;
	}

	.page-main {
		width: 72%;
	}
	
	
}


@media only screen and (min-width: 820px) and (max-width: 1025px)
{

	.ftr-sec-3 ul {
		display: block;
	}

	.ftr-sec-3 .cm-social
	{
		display: flex !important;
	}

	#post-main article, .archive-post article, #search-post article {
		height: auto;
	}

	#post-main .custombutn, .archive-post .custombutn {
		position: unset;
	}

	.single-post .custombutn a
	{
		width: 50%;
	}

	.cm-featred-wraped .cm-post-wraper::before {
		top: 0px !important;
		left: 0px !important;
		transform: unset !important;
		width: 25% !important;
	}
	
	.date-code p {
		margin-right: 0px;
		margin-left: 0px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1706px) and (max-width: 3840px)
{

}


/* expanded search */

.search-box {
    position: relative;
    margin: auto;
    width: 50px;
    height: 50px;
    /* background: #f2f2f2; */
    border-radius: 40px;
}

.search-field {
    border: none;
    background: #fff;
    outline: none;
    float: left;
    padding: 0;
    color: #333;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}

.search-box:hover > .search-txt {
    width: 240px;
    padding: 0 6px;
}

.cat-menu .search-field:focus
{
	width: 240px;
    padding: 0 6px;
}

.archive-post .search-field
	{
		width: 100%;
		background: #fff;
		line-height: 30px;
		border-radius: unset;
	}

/* expanded search end */

/* featured post css */

#featured-bg
{
	background-color: #fff;
		padding: 50px 12px;
}

.cm-featured-section {margin: 50px 0; padding-bottom: 10px; border-bottom: none; position: relative;}

.cm-featured-section:after {position: absolute;bottom: -18px;left: 0;right: 0;font-size: 25px;width: max-content;height: max-content;display: inline-block;color: rgb(72 82 120 / 60%);margin: auto;background: #EFF2FB;padding: 0 3px;}


.cm-featured {
    display: inline-block;
    background: url(https://www.freebiesfresh.com/wp-content/uploads/2022/08/feature-freebies.png) no-repeat;
    padding: 12px 55px 5px 20px;
    border-radius: 10px;
    color: #fff;
}

.cm-featured h2 {font-size: 24px;display: inline-block;width: max-content; font-weight: bold;}

.cm-featred-wraped {display: flex;flex-wrap: wrap;justify-content: space-between;}



.cm-featred-wraped::before
{
	    position: absolute;
    content: "FEATURED";
    top: -35px;
    width: 17%;
    left: 12px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #e7b22b;
    box-shadow: 0px -3px 6px #00000008;
}

.cm-post-wraper .custombutn a
{
	background-color: #e7b22b;
}

.cm-featred-wraped .cm-post-wraper {
	width: calc(70% - 15px);
	list-style: none;
	display: inline-flex;
	background: #fff;
	/* box-shadow: 0px 6px 12px rgb(0 0 0 / 10%); */
	padding: 30px;
	flex-wrap: wrap;
	position: relative;
    overflow: hidden;
	border: 3px solid #e7b22b;
}

.cm-field p
{
	margin: 0;
}

.cm-featred-wraped .wpcf7 {width: calc(30% - 15px);background: url(/wp-content/uploads/2022/05/BG.svg) no-repeat;background-size: cover;background-position: center center;display: inline-block;max-width: calc(100%);background-color: #cb4353 ;padding: 0px 15px;}

.cm-content-wraped p {font-size: 17px;line-height: 24px;color: #666666; font-weight: 400;}

.cm-content-wraped .title a {    font-size: 36px;
    color: #222;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-decoration: none;}

.cm-content-wraped {display: block;width: 55%; padding-right: 30px; position: relative;}

.cm-post-img .post-thumbnail,.cm-post-img .post-thumbnail a,.cm-post-img .post-thumbnail a img {display: inline-block;margin: auto;}

.cm-post-img {width: 45%;display: flex;justify-content: center;}

.cm-post-img .post-thumbnail a, .cm-post-img .post-thumbnail a img {width: 100%;object-fit: contain;}

.cm-co-section .custombutn, .cm-featured-section .custombutn {
    position: absolute;
    bottom: 0;
	margin-top:-5px;
	width: 90%;
}

#page-php article
{
	display: block;
}


.pp-button
{
	color: white;
	text-decoration: none;
}

.cm-content-wraped h5 {position: absolute;bottom: 20px;right: 50px;width: 90px;height: 90px; background: #A0C44E;display: flex;justify-content: center;align-items: center;text-align: center;color: #fff;border-radius: 50px;z-index: 0;}

.wpcf7 .screen-reader-response {display: none;}

.cm-form-cont h2 {font-size: 20px;color: #fff;display: inline-block;font-weight: 400;}

.cm-form-cont {display: block;justify-content: center;align-items: center;margin-bottom: 10px; text-align: center;}

.cm-frm {display: inline-block;width: 100%}

.cm-frm .envelope
{
	display: none;
}

.bi-envelope 
{
	font-size: 40px;
}

.envelope
{
	margin-top: 0px !important;
    padding-bottom: 10px;
}

.cm-featred-wraped .cm-frm label input
{
	min-height: 40px;
}

.main-sidebar .cm-frm label input
{
	height: 40px;
	min-height: 0px;
	width: 100% !important;
}

.cm-frm label input {border: none;box-shadow: 0px 6px 10px #0000001A;background: #EFF2FB;font-size: 13px;width: 100%; color: #9F9F9F;padding: 0 15px;min-height: 50px;}

.cm-frm label {margin: 0 0 15px;}

.cm-frm label input::placeholder {color: #9F9F9F;}

.cm-frm input[type="submit"] {
    font-size: 15px;
    padding: 12px 10px;
    width: 100%;
    background: #EFF2FB;
    color: #9F9F9F;
    font-weight: bold;
    min-height: 50px;
}

.cm-frm input[type="submit"]:hover
{
background-color:#d34956;
}

span.wpcf7-spinner {position: absolute;right:0}

.cm-frm p {color: #fff;font-size: 14px;line-height: 22px;margin: 15px 0px 0px 0px;}

/* featured post css end */