/*!
Theme Name: Walker Charity
Theme URI: http://walkerwp.com/walker-charity/
Author: WalkerWP
Author URI: http://walkerwp.com/
Description: Walker Charity is the feature rich, seo friendly and resposnive WordPress multi-purpose charity free theme, which provides tons of features and ready made layout for home section. Walker Charity designed with mobile-first approach, compatibility and responsive layout to build more accessible site for non-profit sites. Walker Charity is suitable for charity, church, donation related website, ngo, ingo and for non-profit website, blog, portfolio, gallery, business website. Walker Charity is woocommerce ready theme for ecommmerce platform and shpoing site. Walker Charity offer one click demo import features so that you can get ready site within a minute with this features. Recently we offer 5 ready made starter template for import and more demos coming soon. Check out https://walkerwp.com/walker-charity/ for demos and documentation of the theme.
Version: 1.0.7
Tested up to: 6.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: walker-charity
Tags: custom-background, custom-logo, custom-menu, custom-colors, grid-layout, flexible-header, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, three-columns, two-columns,  featured-images, threaded-comments, translation-ready, blog

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

Walker Charity 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;
	color: var(--text-color);
}

/**
 * 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, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--heading-color);
	line-height: 1.3;
}

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: #fff;
}

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%;
}

/*animation*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,100px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,100px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}


.walkerFadeInUp {
     animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

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

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

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

.wc-wraper.nav-wraper {
    background: var(--primary-color);
}
.main-navigation {
	display: inline-block;
	width: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li a{
	z-index: 99;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: block;
    min-width: 230px;
    background: var(--light-color);
    opacity: 0;
    transition: all ease 0.23s;
    background: #ddd;
    margin: 10px 0 0 0;
    visibility: hidden;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
   display: block;
   opacity: 1;
   z-index: 1000;
   transform: scale(1,1);
   margin: 0;
   visibility:visible;
}
.main-navigation ul ul ul {
   left: 100%;
   top: 0;
}
.main-navigation li {
   position: relative;
   display: inline-block;
   margin-bottom: 0;
}
.main-navigation ul ul ul {
   left: 100%;
   top: 0;
}
.main-navigation ul > li:hover > ul {
   opacity: 1;
   left: 0;
   z-index: 9999;
}
.main-navigation ul ul li:hover > ul {
   opacity: 1;
   left: 100%;
}
.main-navigation li li {
   float: none;
   display: block;
}
.main-navigation ul li li:last-child > a {
   border: none;
}
.main-navigation ul li a {
   display: block;
   padding: 0px 20px;
   position: relative;
   z-index: 99;
   line-height: 40px;
   transition: all ease 0.23s;
   text-decoration: none;
   color: var(--text-color);
   font-weight: 600;
}
.main-navigation ul ul li a{
	color: var(--primary-color);
}
.main-navigation ul li:hover a{
   opacity: 1;
   background: var(--primary-color);
   color: var(--light-color);
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus{
	color: var(--light-color);
	background: var(--accent-color);
}
.main-navigation ul li ul li a{
  line-height: 40px;
}

.main-navigation ul li.current-menu-item  a{
	color: var(--primary-color);
}
.main-navigation ul li.current-menu-item  a:hover{
	color: var(--light-color);
}
.main-navigation ul li li.current-menu-item a {
    background: var(--accent-color);
    color: var(--light-color);
}
.main-navigation li > a {
   position: relative;
}
.main-navigation li li.current_page_item > a:after,
.main-navigation li li.current-menu-item > a:after,
.main-navigation ul li li a:hover:after {
   display: none;
}
.main-navigation li.menu-item-has-children > a{
	padding-right: 24px;
}
.main-navigation li.menu-item-has-children > a:after {
    content: '\f078';
    right: 0px;
    top: 1px;
    width: 20px;
    height: 20px;
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
    font-weight: normal;
}
.main-navigation ul ul li.menu-item-has-children > a:after,
.main-navigation ul ul li.menu-item-has-children > a:hover:after{
    content: '\f054';
    right: 0;
    display: block;
}
.main-navigation ul ul li.menu-item-has-children > a:hover:after {
	color: var(--light-color);
}



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

.menu-toggle:hover {
  opacity: .89;
}
.menu-toggle:focus span:nth-of-type(1),
.menu-toggle:hover span:nth-of-type(1),
.main-navigation.toggled .menu-toggle span:nth-of-type(1){
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: var(--accent-color);
}
.button_container:focus span:nth-of-type(2),
.button_container:hover span:nth-of-type(2),
.main-navigation.toggled .button_container span:nth-of-type(2) {
  opacity: 0;
  background: #FFF;
}
.menu-toggle:focus span:nth-of-type(2),
.menu-toggle:hover span:nth-of-type(2),
.main-navigation.toggled .menu-toggle span:nth-of-type(2) {
    background: transparent;
}
.menu-toggle:focus span:nth-of-type(3),
.menu-toggle:hover span:nth-of-type(3),
.main-navigation.toggled .menu-toggle span:nth-of-type(3) {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: var(--accent-color);
}
.menu-toggle span {
  background: var(--primary-color);
  border: none;
  height: 3px;
  width: 32px;
  position: absolute;
  top: 7px;
  left: 4px;
  transition: all .25s ease;
  cursor: pointer;
}
.menu-toggle span:nth-of-type(2) {
  top: 18px;
}
.menu-toggle span:nth-of-type(3) {
  top: 29px;
}
.main-navigation button.menu-toggle:focus{
    outline: 2px solid #000;
    border-radius: 0;
}
.walker-wraper.header-layout-1{
	padding:10px;
}


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

	.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,
.page {
	margin: 0;
}

.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;
}
/*Walker Charity Base Class*/
.wc-wraper{
	width: 100%;
    max-width: 100%;
    padding: 50px 0;
    margin: 0;
    position: relative;
    clear: both;
}
.wc-container{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: flex;
    justify-content: space-around;
    align-items: initial;
    flex-wrap: wrap;
    padding: 0 15px;
}
.no-gap{
	padding: 0;
}
.text-center{
	text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.full-width{
    max-width: 100%;
}
.wc-grid-1,
.wc-grid-2,
.wc-grid-3,
.wc-grid-4,
.wc-grid-5,
.wc-grid-6,
.wc-grid-7,
.wc-grid-8,
.wc-grid-9,
.wc-grid-10,
.wc-grid-11,
.wc-grid-12{
position: relative;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   float: left;
}
.wc-grid-1{
	width:8.333%;
}
.wc-grid-2{
	width: 16.666%;
}
.wc-grid-3{
	width: 25%;
}
.wc-grid-4{
	width: 33.333%;
}
.wc-grid-5{
	width: 41.666%;
}
.wc-grid-6{
	width: 50%;
}
.wc-grid-7{
	width: 58.333%;
}
.wc-grid-8{
	width: 66.666%;
}
.wc-grid-9{
	width: 75%;
}
.wc-grid-10{
	width: 83.333%;
}
.wc-grid-11{
	width: 91.666%;
}
.wc-grid-12{
	width: 100%;
}

/*button style*/
a.primary-button,
a.secondary-button,
.primary-button,
.secondary-button{
	display: inline-block;
	padding:10px 25px;
	border-radius:3px;
	text-decoration: none;
	color: var(--light-color);
	position: relative;
	box-shadow: 0 12px 14px -15px rgb(0 0 0 / 28%);
}
a.primary-button,
.primary-button{
	background:var(--primary-color);
}
a.secondary-button,
.secondary-button{
	background:var(--accent-color);
}
a.primary-button:before,
a.secondary-button:before,
.primary-button:before, 
.secondary-button:before {
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    transition: all ease 0.23s;
    background:var(--accent-color);
    visibility: hidden;
}
a.secondary-button:before,
.secondary-button:before{
	background:var(--primary-color);
}

a.primary-button:hover:before,
a.secondary-button:hover:before,
.primary-button:hover:before, 
.secondary-button:hover:before {
	width: 100%;
	visibility: visible;
}
a.primary-button span, 
a.secondary-button span, 
.primary-button span, 
.secondary-button span {
    position: relative;
}
.wc-wraper.banner-wrapper a.primary-button,
.wc-wraper.banner-wrapper a.secondary-button,
.wc-wraper.slider-wrapper a.primary-button,
.wc-wraper.slider-wrapper a.secondary-button{
	padding: 14px 25px;
	font-weight: 600;
	line-height: 26px;
}
.wc-wraper.slider-wrapper.no-gap.banenr-layout-four .button-group a {
    margin: 0 5px;
}
a.primary-button svg,
a.secondary-button svg {
    font-size: 13px;
    margin-left: 6px;
    transition: all ease 0.23s;
}
a.primary-button:hover svg,
a.secondary-button:hover svg {
    margin-left: 12px;
}
/*Header Style*/
header#masthead .wc-container {
    align-items: center;
    justify-content: space-between;
}
.wc-wraper.banner-wrapper {
    overflow: hidden;
    padding: 0;
}
.site-branding{
	max-width: 350px;
}

.site-branding h1.site-title, .site-branding p.site-description {
    margin: 0;
}
.site-branding h1.site-title a {
    color: var(--primary-color);
}
header#masthead {
    padding: 0;
}
.site-branding h1.site-title a {
    text-decoration: none;
}

/*header 2*/
.wc-wraper.header-layout-2.wc-navigation {
    background: var(--base-color);
}
.wc-wraper.header-layout-2 .main-navigation ul li a {
    line-height: 50px;
    color: var(--light-color);
}
.wc-wraper.header-layout-2 .main-navigation ul li li a {
	line-height: 40px;
}

/*header 3*/
.wc-wraper.header-layout-3 .main-header-left a {
    text-decoration: none;
    color: var(--text-color);
}
.wc-wraper.no-gap.main-header.header-layout-3 .site-branding {
    text-align: center;
}
.wc-wraper.header-layout-3 .main-header-left a:hover {
	color: var(--accent-color);
}
.wc-wraper.header-layout-3 ul.walker-charity-social li a,
.wc-wraper.header-layout-4 ul.walker-charity-social li a  {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px;
    line-height: 30px;
    margin: 0 4px 0 0;
    color: var(--text-color);
}
.wc-wraper.header-layout-3 ul.walker-charity-social li a:hover,
.wc-wraper.header-layout-4 ul.walker-charity-social li a:hover {
	color: var(--light-color);
}
header#masthead .header-layout-3.wc-navigation  .wc-container{
    justify-content: space-around;
}

/*header 5*/
.wc-wraper.header-layout-4 .main-header-right span.header-email, .wc-wraper.header-layout-4 .main-header-right span.header-slogan {
    margin: 0 15px;
}
.wc-wraper.header-layout-4 .main-header-right span.header-email a, .wc-wraper.header-layout-4 .main-header-right span.header-slogan a {
    text-decoration: none;
    color: var(--text-color);
    transition: all ease 0.23s;
}
.wc-wraper.header-layout-4 .main-header-right span.header-email a:hover, 
.wc-wraper.header-layout-4 .main-header-right span.header-slogan a:hover {
    color: var(--accent-color);
}
.wc-wraper.header-layout-4 .main-header-right span.header-email a svg, .wc-wraper.header-layout-4 .main-header-right span.header-slogan a svg {
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: -10px;
    transition: all ease 0.23s;
}
.wc-wraper.header-layout-4 .main-header-right span.header-email a:hover svg, .wc-wraper.header-layout-4 .main-header-right span.header-slogan a:hover svg {
	background: var(--accent-color);
}
/*banner style*/
.wc-slider-prev, 
.wc-slider-next {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    background: var(--light-color);
    color: var(--heading-color);
    text-align: center;
    line-height: 53px;
    font-size: 21px;
    border-radius: 50%;
    margin-top: -25px;
    opacity: 0;
    transition: all ease 0.23s;
    cursor: pointer;
}
.wc-slider-prev:hover, 
.wc-slider-next:hover {
	background:var(--accent-color);
	color: var(--light-color);
}
.wc-slider-next {
	left: auto;
	right: 0;
}
.swiper-container:hover .wc-slider-prev,
.swiper-container:hover .wc-slider-next{
	opacity: 1;
}
.swiper-container:hover .wc-slider-prev{
	left: 11%;
}
.swiper-container:hover .wc-slider-next{
	right: 11%;
}
/*banner */
.wc-wraper.banner-wrapper{
	line-height: 0;
}
.wc-wraper.banner-wrapper p {
    line-height: 1.4;
}
.wc-wraper.banner-wrapper .banner-background {
    min-height: 80vh;
    align-items: center;
    display: flex;
    position: relative;
}
.wc-wraper.banner-wrapper .wc-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: inherit;
}
.wc-wraper.banner-wrapper .banner-background:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.wc-wraper.banner-wrapper.text-right .wc-container,
.slide-content.text-right  .wc-container{
    justify-content: flex-end;
}
.wc-wraper.banner-wrapper.text-left .wc-container,
.slide-content.text-left  .wc-container{
	justify-content: flex-start;
}
.wc-wraper.banner-wrapper.text-left .overlay-text,
.wc-wraper.banner-wrapper.text-right .overlay-text,
.slide-content.text-right .slide-overlay-text,
.slide-content.text-left .slide-overlay-text{
    max-width: 60%;
}
.wc-wraper.banner-wrapper h1.banner-heading, 
.slide-overlay-text h1{
	font-size: 5vw;
	line-height: 1.1;
	margin:0;
}
.wc-wraper.banner-wrapper span.slider-short-inco p, 
.wc-wraper.banner-wrapper p, 
.wc-wraper.slider-wrapper p, 
.wc-wraper.slider-wrapper span.slider-short-inco p {
    font-size: 1.1vw;
    margin: 15px 0 25px;
}
/*banner 2*/
.banner-form {
    background: #fff;
    color: var(--text-color);
    padding: 30px;
}
.banner-form p {
    margin-bottom: 0;
}
.banner-form form.wpcf7-form .wpcf7-form-control-wrap input, 
.banner-form form.wpcf7-form .wpcf7-form-control-wrap select, 
.banner-form form.wpcf7-form .wpcf7-form-control-wrap textarea {
    background: #f5f5f5;
}
.banner-form form.wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 160px;
}
.banner-form h3 {
    margin: 0;
    width: 100%;
}
.banner-form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
.wc-wraper.banner-layout-2 .banner-form p {
    font-size: 16px;
}
/*banenr slider 4*/
.wc-wraper.banenr-layout-four .slide-content,
.wc-wraper.banenr-layout-five .slide-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/*banner 3*/
.wc-wraper.banner-wrapper.banner-layout-3 {
    line-height: 0;
}
.wc-wraper.banner-wrapper.banner-layout-3 iframe {
    height: 80vh;
    width: 100%;
}
.wc-wraper.banner-layout-3 .banner-background {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*banner 5*/
.wc-wraper.banenr-layout-five .slide-image {
    min-height: 750px;
    opacity: 0.10;
}
.wc-wraper.banenr-layout-five  .swiper-slide.swiper-slide-active .slide-image{
	opacity: 0.75;
}
.wc-wraper.banenr-layout-five .slide-overlay-text{
	opacity: 0;
}
.wc-wraper.banenr-layout-five   .swiper-slide.swiper-slide-active  .slide-overlay-text{
	opacity: 1;
	padding:0 50px;
}
.wc-wraper.banenr-layout-five .slide-image img {
    min-height: 750px;
    object-fit: cover;
}
.wc-wraper.banenr-layout-five .button-group a {
    margin: 0 5px;
}
/*Main header*/
header#masthead a.primary-button, 
header#masthead a.secondary-button {
    font-weight: 600;
}
/*TOPBAR STYLING*/
.wc-wraper.topbar-wraper.no-gap {
    background: var(--base-color);
}
ul.walker-charity-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topbar-left-section span svg {
    color: var(--primary-color);
    margin-right: 3px;
}
ul.walker-charity-social li{
	display: inline-block;
	float: left;
}
ul.walker-charity-social li a {
    color: var(--light-color);
    padding: 0;
    display: inline-block;
    min-width: 30px;
    line-height: 40px;
    text-align: center;
    transition: ease all 0.23s;
}
ul.walker-charity-social li a:hover {
    background: var(--accent-color);
    color: var(--light-color);
}

.topbar-left-section{
	font-size: 14px;
}
.topbar-left-section a,
span.header-slogan {
    text-decoration: none;
    line-height: 40px;
    color: var(--light-color);
    font-size: 14px;
}
.topbar-left-section a:hover {
	color: var(--accent-color);
}
.topbar-left-section span {
    padding: 0 10px;
    display: inline-block;
}

/*banner*/

.wc-wraper.banenr-layout-four .swiper-container:hover .wc-slider-prev{
	left: 50px;
}
.wc-wraper.banenr-layout-four .swiper-container:hover .wc-slider-next{
	right: 50px;
}
.wc-wraper.slider-wrapper.no-gap.banenr-layout-four .slide-image img {
    margin-bottom: -7px;
    min-width: 100%;
    height: auto;
    object-fit: cover;
}
/*FEATURED CTA*/
.wc-wraper.featured-cta-wraper {
    padding: 0;
}
.featured-cta.wc-grid-12 {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: -1px;
    padding: 0;
}
.wc-wraper.featured-cta-wraper h2.section-heading {
    margin-top: 10px;
}
.cta-box .img-holder {
    width: 100%;
    height: 300px;
    line-height: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background:#2f2e2e;
    transition: all ease 0.23s;
    overflow: hidden;
}

.cta-box:nth-child(2n+2) .img-holder{
	background: var(--primary-color);
}
.cta-box:hover .img-holder,
.cta-box:nth-child(2n+2):hover .img-holder{
	background: var(--accent-color);
}
.cta-box .img-holder img {
    min-height:100%;
    width: auto;
    min-width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0.15;
    object-fit: cover;
}
.wc-wraper.featured-cta-wraper .wc-container.full-width {
    padding: 0;
}
.featured-cta .cta-box {
    padding:0;
    transition: all ease 0.23s;
    position: relative;
    color: var(--light-color);
}
.featured-cta .cta-box:hover {
    background: var(--accent-color);
}
.box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 50px 20px 20px;
    z-index: 2;
}

.featured-cta .cta-box h3{
	color: var(--light-color);
}
.featured-cta-wraper.featured-cta-1 .cta-box a.primary-button{
	background:var(--light-color);
	color: var(--primary-color);
}
.featured-cta-wraper.featured-cta-1 .cta-box a.primary-button:hover{
	color: var(--light-color);
}
.featured-cta-wraper.featured-cta-1 .cta-box a.primary-button:before{
	background:var(--primary-color);
}
.wc-wraper.featured-cta-two .cta-box .img-holder img {
    opacity: 1;
}
.wc-wraper.featured-cta-two .featured-cta .cta-box h3{
	color: var(--heading-color);
}
.wc-wraper.featured-cta-two .featured-cta .cta-box {
    color: var(--text-color);
    padding: 30px;
    border-right: 1px solid #ece9e9;
}
.wc-wraper.featured-cta-two .featured-cta .cta-box:last-child {
	border-right: 0;
}
.wc-wraper.featured-cta-two .box-content {
    position: relative;
    padding: 0;
}
.wc-wraper.featured-cta-two .featured-cta {
    margin-top: 40px;
}

.wc-wraper.featured-cta-two .featured-cta .cta-box:hover{
	background:transparent;
}
.wc-wraper.featured-cta-two .featured-cta.wc-grid-12{
	grid-gap: 25px;
}
.wc-wraper.featured-cta-two .cta-box .img-holder img {
	transition: all ease 0.23s;
}
.wc-wraper.featured-cta-two .cta-box:hover .img-holder img {
    opacity: 0.45;
    transform: scale(1.2);
}
.wc-wraper.featured-cta-two h1 {
    margin: -18px 0 20px;
}
.wc-wraper.featured-cta-two .cta-box .img-holder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
/*ABOUT STYLE*/
.wc-wraper.about-wraper {
    padding: 80px 0 70px;
    background: #f5f5f7;
}
.about-layout-1 .img-col {
    padding: 0;
    position: relative;
}
.about-layout-1 .img-col img {
    border-radius: 0;
    position: relative;
    height: 500px;
    object-fit: cover;
}
.about-layout-1 .img-col:before {
    content: '';
    width: 60%;
    height: 60%;
    position: absolute;
    background: var(--base-color);
    right: -70px;
    bottom: -70px;
}
.about-wraper.about-layout-1 .text-col {
    padding-right:40px;
}
.about-wraper.about-layout-1 .text-col .section-heading {
    margin: -8px 0 0 0;
}
/*Testimonial Layouts*/
.wc-wraper.testimonial-wraper.testimonial-layout-1 h2{
	 color:#fff;
	 margin:0;
}
.wc-wraper.testimonial-wraper.testimonial-layout-1 h4{
	color: var(--primary-color);
}
.walkerwp-testimonial-box .testimonial-thumbnail img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}
.walkerwp-testimonial-box .testimonial-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.wc-wraper.testimonial-layout-1 .walkerwp-testimonial-box svg {
    background: var(--primary-color);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    padding: 14px;
    color: #fff;
    margin-top: -23px;
}
.wc-container.header-container {
    display: inherit;
    margin-bottom: 50px;
}
.wc-wraper.testimonial-wraper.testimonial-layout-1 {
    color: #fff;
}
.wc-wraper.testimonial-wraper.testimonial-layout-1 .swiper-container.walker-charity-testimonial {
    padding-bottom: 70px;
}
.wc-wraper.testimonial-wraper.testimonial-layout-1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 11;
}
.wc-wraper.testimonial-wraper.testimonial-layout-1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:var(--primary-color);
}
.wc-wraper.testimonial-layout-1 .walkerwp-testimonial-box {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 4px;
}
.wc-wraper.testimonial-wraper.testimonial-layout-1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
     background: var(--base-color);
    top: 0;
    opacity: 0.9;
}

/*testimonial 2*/
.wc-wraper.testimonial-wraper.testimonial-layout-2 .walkerwp-testimonial-box .testimonial-thumbnail {
    margin: 0;
    display: inline-block;
}
.wc-wraper.testimonial-wraper.testimonial-layout-2 .wc-container.header-container .wc-grid-8 {
    padding: 0;
}
.wc-wraper.testimonial-layout-2 h2.section-heading {
    margin-top: 10px;
}
.wc-wraper.testimonial-layout-2 .review-part h4.reviewer-name {
    display: inline-block;
    margin-left: 20px;
    margin-top: 58px;
}
.wc-wraper.testimonial-layout-2 .testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: -72px;
    padding-left: 30px;
}
.wc-wraper.testimonial-layout-2 .swiper-wrapper {
    padding-bottom: 70px;
}
.wc-wraper.testimonial-layout-2 .swiper-pagination {
    text-align: left;
    padding-left: 10px;
}
.wc-wraper.testimonial-layout-2 p.review-message {
    padding: 30px 30px 65px;
    border-radius: 3px;
    min-height: 165px;
    background: var(--primary-color);
    color: var(--light-color);
    font-size: 18px;
}
.wc-wraper.testimonial-layout-2 .walkerwp-testimonial-box {
    padding: 13px;
}
.wc-wraper.testimonial-layout-2 .wc-container.testimonial-container {
    padding: 5px;
}
.wc-wraper.testimonial-layout-2 span.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}

.wc-wraper.testimonial-layout-2 span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.wc-wraper.testimonial-layout-2 span.swiper-pagination-bullet:hover {
    background: var(--primary-color);
}
/*testimonial archive*/
.archive-list-testimonial .wc-testimonial-box .testimonial-thumbnail {
    width: 30%;
    float: left;
    text-align: center;
}
.archive-list-testimonial .review-part {
    width: 70%;
    float: left;
}
.archive-list-testimonial .review-part.with_thumbnails span.review-message {
    margin-top: -20px;
    width: 100%;
    float: left;
}
.archive-list-testimonial .wc-testimonial-box .testimonial-thumbnail img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.archive-list-testimonial .review-part {
    border-left: 2px solid var(--primary-color);
    float: left;
    min-height: 200px;
    padding-left: 30px;
}
.archive-list-testimonial .wc-testimonial-box {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.archive-list-testimonial .wc-testimonial-box .review-meta {
    margin: -20px;
}
.wc-wraper.archive-list-testimonial .list-header h2 {
    margin: 0;
}
.wc-wraper.archive-list-testimonial .list-header {
    margin-bottom: 30px;
}
/*RECENT POST*/
.wc-wraper.recentpost-layout-1 .wc-container.post-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    column-gap: 40px;
    margin-top: 20px;
}
.walkerwp-recentpost-box a.home-post-thumbnails img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all ease 0.23s;
}
.walkerwp-recentpost-box:hover a.home-post-thumbnails img {
	transform: scale(1.2);
}
.walkerwp-recentpost-box a.home-post-thumbnails {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: inline-block;
}
.walkerwp-recentpost-box h3 a {
    text-decoration: none;
    color: var(--heading-color);
}
.walkerwp-recentpost-box h3 a:hover {
	color: var(--accent-color);
}
.wc-wraper.recentpost-layout-1 .post-box {
    border: 1px solid #f3efef;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
}
.wc-wraper.recentpost-layout-1 .post-box .content-part {
    padding: 0 30px 30px;
}
.wc-wraper.recentpost-layout-1 .post-box span.byline a,
.wc-wraper.recentpost-layout-1 .post-box span.posted-on a {
    text-decoration: none;
    color: var(--text-color);
}
.wc-wraper.recentpost-layout-1 .post-box span.byline {
    margin-right: 10px;
}
.wc-wraper.recentpost-wraper h2.section-heading {
    margin: 10px 0 20px;
}
.wc-wraper.recentpost-wraper .walkerwp-recentpost-box h3 {
    margin: 15px 0 14px;
}
/*Extra pages*/
.extrapage-layout-1 .img-col {
    padding: 0;
    line-height: 0;
}
.extrapage-layout-1 .text-col {
	padding: 40px;
}

.wc-wraper.extrapage-layout-2 .wc-container,
.wc-wraper.extrapage-layout-1 .wc-container {
    padding: 25px 0;
}
.wc-wraper.extrapage-layout-1 .wc-container {
    padding: 0;
}
/*SInGLE CTA*/

.wc-wraper.single-cta-wraper.cta-full-layout {
    min-height: 600px;
    display: flex;
    align-items: center;
    color: var(--light-color);
}
.wc-wraper.single-cta-wraper:before{
	content: '';
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.90;
} 
.wc-wraper.single-cta-wraper .cta-box h1 {
    color: #fff;
}
.wc-wraper.single-cta-wraper a.primary-button {
    padding: 13px 50px;
    font-weight: 600;
}
.wc-wraper.single-cta-wraper .cta-box h1 {
    margin-top: 0;
}
.wc-wraper.single-cta-wraper .cta-box h4 {
	margin-bottom: 10px;
}
.section-subheader {
    margin-bottom: 0;
    color: var(--primary-color);
}
/*Counter */
.wc-wraper.counter-wraper.counter-layout-1 {
    background: #f7f7f7;
}
.wc-container.counter-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}
.wc-grid-12.counter-header {
    padding: 0;
}
.wc-container.counter-header {
    justify-content: flex-start;
    padding: 0 0 30px;
}
.wc-wraper.counter-layout-1 h2.section-heading {
    margin-top: 10px;
}
.wc-wraper.counter-layout-1 .section-subheader {
    margin: 0;
}
.wc-wraper.counter-layout-1 .counter-box .count-number {
    display: inline-block;
}
.wc-wraper.counter-layout-1  .counter-box h1 {
    margin: 0 0 -20px;
}
.wc-wraper.conatct-layout-1 .img-holder img {
    min-width: 100%;
    opacity: 0.7;
    height: auto;
}

.wc-wraper.conatct-layout-1 .img-holder {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    background: var(--base-color);
}

.wc-wraper.conatct-layout-1 .info-col h2,
.wc-wraper.conatct-layout-1 .info-col h4 {
    color: #fff;
}
.wc-wraper.conatct-layout-1 .info-col {
    padding-right: 50px;
    padding: 40px 50px 0 15px;
    color: #fff;
}

.wc-wraper.conatct-layout-1 .form-col {
    padding: 30px 40px 20px;
    background: #fff;
}
.wc-wraper.conatct-layout-1 .form-col input,
.wc-wraper.conatct-layout-1 .form-col select,
.wc-wraper.conatct-layout-1 .form-col textarea{
	width: 100%;
	border-radius: 0;
	background:#f5f5f5;

}
.wc-wraper.conatct-layout-1 .form-col select,
.wc-wraper.conatct-layout-1 .form-col input{
    height: 40px;
    padding: 0 10px;
}
.wc-wraper.conatct-layout-1 .form-col textarea{
	height: 150px;
}
.wc-wraper.conatct-layout-1 .form-col input.wpcf7-submit {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    border:0;
    transition: all ease 0.23s;
}
.wc-wraper.conatct-layout-1 .form-col input.wpcf7-submit:hover {
    background: var(--accent-color);
}
.conatct-layout-1 .info-box .contact-line h4 {
    margin-bottom: -10px;
}
.conatct-layout-1 .info-box .contact-line svg {
    margin-right: 5px;
    color: var(--primary-color);
}
.wc-wraper.conatct-layout-1 h2 {
    margin: 0;
}
.wc-wraper.conatct-layout-1 .form-col p {
    margin-bottom: 0;
}
.conatct-layout-1 .info-box .contact-line a {
    color: var(--text-color);
}
.conatct-layout-1 .info-box .contact-line a:hover {
    color: var(--accent-color);
}
.wc-wraper.contact-wraper.conatct-layout-1:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--base-color);
    position: absolute;
    opacity: 0.90;
}
/*Teams*/
.wc-container.team-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    grid-gap: 40px;
}
.wc-wraper.team-layout-1 .team-image {
    height: 200px;
    position: relative;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
}
.wc-wraper.team-layout-1  .team-image:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 35%;
    background: linear-gradient( 180deg, transparent, #000000c7);
}
.wc-wraper.team-layout-1 .team-member {
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    border-radius: 3px;
    padding: 45px 30px 30px;
}
.wc-wraper.team-layout-1 .team-image img{
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	transition: all ease 0.23s;
}
.wc-wraper.team-layout-1 .team-member:hover .team-image img{
	transform: scale(1.2);
}

.wc-wraper.team-layout-1 .team-member:hover .team-social-media {
	left: 15px;
	opacity: 1;
}
.wc-wraper.team-layout-1 .team-social-media a {
    background: var(--text-color);
    margin: 10px 2px;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 38px;
    border-radius: 50%;
    transition: all ease 0.23s;
    display: inline-block;
}
.wc-wraper.team-layout-1 .team-social-media a:hover {
	background:var(--accent-color);
}
.wc-wraper.team-layout-1 .walker-charity-teams-box .content-part h3.team-name {
    margin: 35px 0 14px;
}
.wc-wraper.team-layout-1 .team-social-media {
    margin-top: 15px;
}
.wc-wraper.team-layout-1 .walker-charity-teams-box .content-part h5 {
    margin: 0;
    font-weight: 300;
    display: inline-block;
}
.wc-wraper.team-layout-1 .wc-container.team-list {
    margin-top: 20px;
}
.wc-wraper.team-layout-1 a.primary-button.team-more {
    margin-top: 20px;
}
.wc-wraper.team-layout-1 .official-info {
    margin-bottom: 5px;
}
.wc-wraper.team-layout-1 .walker-charity-teams-box .content-part h5.team-position {
    font-weight: 600;
}
.wc-wraper.team-layout-1 h2.section-heading {
    margin: 0;
}
.wc-container.team-section-header {
    justify-content: flex-start;
    padding: 0;
}
.wc-container.team-section-header .wc-grid-8 {
    padding: 0 0 30px;
}
.wc-container.team-section-header .section-subheader {
    margin-bottom: 10px;
}
.wc-wraper.team-layout-1 .walker-charity-teams-box .content-part h3.team-name a {
    text-decoration: none;
    color: var(--primary-color);
}
.wc-wraper.team-layout-1 .walker-charity-teams-box .content-part h3.team-name a:hover {
	color: var(--accent-color);
}
/*team archive*/
.teams-template .wc-container.team-list .team-member {
    padding: 20px;
    box-shadow: none;
}
.teams-template .wc-container.team-list .team-member .team-image {
    height: 350px;
    overflow: hidden;
}
.teams-template .wc-container.team-list .team-member .team-image img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
}
.teams-template .wc-container.team-list .team-member h3.team-name {
    margin: 20px 0 9px;
}
.teams-template .wc-container.team-list .team-member h5.team-position {
    margin: 0 0 10px;
}
.teams-template .wc-container.team-list .team-social-media {
    margin: 20px 0;
}
.teams-template .wc-container.team-list .team-social-media a,
.wc-wraper.single-teams  .team-social-media a {
    background: var(--text-color);
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all ease 0.23s;
    text-align: center;
}
.teams-template .wc-container.team-list .team-social-media a:hover,
.wc-wraper.single-teams  .team-social-media a:hover{
	background:var(--accent-color);
}
.teams-template .wc-container.team-list .team-member a.member-more {
    color: var(--primary-color);
    transition: all ease 0.23s;
}
.teams-template .wc-container.team-list .team-member a.member-more:hover {
    color: var(--accent-color);
}
main.single-team h3.team-name {
    margin: 0 0 10px;
}
main.single-team .team-official {
    margin: 0 0 20px;
}
.wc-wraper.teams-template .team-archive-header h2 {
    margin: 0;
}
/*brands*/
.wc-wraper.brands-layout-1 .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
}
.wc-wraper.brands-layout-1 .swiper-slide img {
    max-height: 100px;
    width: auto;
    margin: 0;
    max-width: 70%;
    transition: all ease 0.23s;
    height: auto;
}
.wc-wraper.brands-layout-1 .swiper-slide:hover img {
	transform: scale(0.9);
}
.wc-wraper.brands-wraper h2.section-heading {
    margin: 10px 0 0;
}
.swiper-container.walker-charity-brands-box {
    margin-top: 20px;
}
.wc-wraper.brands-layout-1 .walker-charity-brands-box {
    margin-top: 50px;
}
/*brands layout 2*/
.wc-wraper.brands-layout-2 .wc-container.brands-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: flex;
    column-gap: 50px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}
.wc-wraper.brands-layout-2 .wc-container.brands-list .brand-logo {
    padding: 0;
    margin: 0 0 35px;
}
.wc-wraper.brands-layout-2 .wc-container.brands-list .brand-logo img {
    max-height: 100px;
    width: auto;
    max-width: 80%;
}
/*Portfolio*/
.wc-wraper.portfolio-wraper h2.section-heading {
    margin: 10px 0 0;
}
.wc-wraper.portfolio-layout-1 .portfolio-image img {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    transition: all ease 0.23s;
    object-fit: cover;
    transform: scale(1);
}
.wc-wraper.portfolio-layout-1 .walkerwp-portfolio-box:hover .portfolio-image img {
	transform: scale(1.2);
	opacity: 0.35;
}
.wc-wraper.portfolio-layout-1 .portfolio-image {
    height: 450px;
    overflow: hidden;
    background: var(--base-color);
    padding: 0;
    position: relative;
}
.walkerwp-portfolio-box {
    position: relative;
    overflow: hidden;
}
.wc-wraper.portfolio-layout-1  .portfolio-list.wc-container {
    padding: 0;
    margin-top: 40px;
}
.wc-wraper.portfolio-layout-1  .content-part {
    position: absolute;
}
.wc-wraper.portfolio-layout-1 .content-part {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.wc-wraper.portfolio-layout-1 .content-part .portfolio-title {
    color: #fff;
}
.wc-wraper.portfolio-layout-1 .portfolio-image:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 25%;
    background: linear-gradient( 180deg, transparent, #000000c7);
}
.wc-grid-4.portfolio-button-col {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}
span.more-portfolio {
    width: 60px;
    height: 60px;
    background: var(--light-color);
    color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
    transition: ease all 0.23s;
    opacity: 0;

}
.wc-wraper.portfolio-layout-1 .walkerwp-portfolio-box:hover span.more-portfolio {
	top: 50%;
	opacity: 1;
}
span.more-portfolio:hover {
	background: var(--accent-color);
	color: #fff;
}
 /*portfolio grid*/
 .portfolio-gallery .portfolio-item {
    width: 33.33%;
    padding: 1px 5px;
    overflow: hidden;

}
.portfolio-layout-2  .portfolio-gallery .portfolio-item img {
    width: 100%;
    
    transition: all ease 0.23s;
}
.portfolio-layout-2  .portfolio-gallery .portfolio-item:hover img {
	opacity: 0.30;
	transform:scale(1.2); 
}
#image-gallery .filter-buttons {
    margin: 30px 0 40px;
    text-align: center;
}
.portfolio-layout-2 .overlay-content span.portfolio-categories a {
    background: var(--light-color);
    padding: 4px 10px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 30px;
    transition: all ease 0.23s;
    color: var(--primary-color);
    font-size: 14px;
}
.portfolio-layout-2 .overlay-content span.portfolio-categories a:hover {
	background:var(--accent-color);
	color: var(--light-color);
}
.portfolio-gallery .portfolio-item:hover span.more-portfolio {
    opacity: 1;
}
.portfolio-gallery .overlay-content h3.portfolio-title {
    margin: 0 0 20px;
}
#image-gallery .filter-buttons button {
    border-radius: 0;
    margin: 0 3px;
    background: var(--base-color);
    border: 0;
    color: var(--light-color);
    line-height: 23px;
    padding: 3px 20px 8px;
}
#image-gallery .filter-buttons button:hover {
	background:var(--accent-color);
	cursor: pointer;
}

#image-gallery .filter-buttons button.active {
    background: var(--primary-color);
}
.portfolio-layout-2 .portfolio-gallery .portfolio-item a.portfolio-thumb {
    line-height: 0;
    display: inline-block;
    width: 100%;
    background: var(--base-color);
    overflow: hidden;
}
.portfolio-layout-2 .portfolio-gallery  .portfolio-item .overlay-content {
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    text-align: center;
    transition: all ease 0.23s;
}
.portfolio-layout-2 .portfolio-gallery  .portfolio-item:hover .overlay-content {
	bottom: 30px;
}
.portfolio-layout-2 .wc-container.full-width.portfolio-list,
.portfolio-layout-2 .wc-container.full-width.portfolio-list .wc-grid-12 {
    padding: 0;
}
.portfolio-layout-2 .wc-container.full-width.portfolio-list .wc-grid-12 {
    padding: 0 5px;
}
.portfolio-gallery .portfolio-item .overlay-content a {
    color: var(--light-color);
    text-decoration: none;
}
.portfolio-gallery .portfolio-item .overlay-content a:hover {
	color: var(--accent-color);
}
.portfolio-layout-2  .portfolio-item:hover span.more-portfolio {
    top: 50%;
    z-index: 2;
}
.portfolio-layout-2 .wc-grid-12.portfolio-button-row {
    margin-top: 40px;
}
.sidebar-block ul.portfolio-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-block ul.portfolio-categories li {
    margin: 10px 0;
}
.sidebar-block ul.portfolio-categories li a {
    text-decoration: none;
    color: var(--text-color);
}
.sidebar-block ul.portfolio-categories li a:hover {
	color: var(--accent-color);
}
.sidebar-block ul.portfolio-categories li a svg {
    margin-right: 6px;
    width: 17px;
    height: 17px;
    background: var(--primary-color);
    color: var(--light-color);
    padding: 4px;
    border-radius: 50%;
}
.sidebar-block ul.portfolio-categories li a:hover svg {
	background:var(--accent-color);
}
.portafolio-archive .archive-list-header {
    padding: 0;
    margin-bottom: 25px;
}
.wc-wraper.portafolio-archive .porftfolio-grid .portfolio-holder {
    border: 0;
    box-shadow: none;
    margin-bottom: 40px;
}
.portfolio-featured-image img {
    width: 100%;
}
.wc-wraper.portafolio-archive .porftfolio-grid .portfolio-holder h3 a {
    text-decoration: none;
    color: var(--primary-color);
}
.wc-wraper.portafolio-archive .porftfolio-grid .portfolio-holder h3 a:hover {
	color: var(--accent-color);
}
.wc-wraper.portafolio-archive .porftfolio-grid .portfolio-holder h3 {
    margin-bottom: 12px;
}
.porftfolio-grid  .portfolio-description {
    margin-bottom: 30px;
}
.portafolio-archive .archive-list-header h2 {
    margin: 0;
}
.wc-wraper.single-portfolio .post-thumbnail {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
    text-align: center;
}
.wc-wraper.single-portfolio h3.cat-level {
    margin: 0 0 15px;
}
.wc-wraper.single-portfolio h2.portfolio-title{
	margin: 0 0 10px;
}
.wc-wraper.single-portfolio ul.portfolio-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wc-wraper.single-portfolio ul.portfolio-categories li {
    font-size: 14px;
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    margin: 0 5px 0 0;
    border-radius: 39px;
}
.wc-wraper.portafolio-archive .walker-charity-pagination {
    padding: 20px 0 0 10px;
}
 /*Footer Widget*/
.footer-wiget-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    padding: 0;
    grid-gap: 35px;
}
#wc-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#wc-footer-column .widget_nav_menu li a {
    text-decoration: none;
}
#wc-footer-column .widget_nav_menu li {
    margin: 10px 0;
}
#wc-footer-column .widget_tag_cloud a.tag-cloud-link {
    text-decoration: none;
    border: 1px solid;
    padding: 3px 5px;
    display: inline-block;
}
.wc-wraper.footer-copyright-wraper {
    padding: 15px 0;
}
.wc-wraper.footer-copyright-wraper a{
	color: var(--primary-color);
	text-decoration: none;
}
.wc-wraper.footer-copyright-wraper a:hover{
	color: var(--accent-color);
}
.wc-wraper.footer-copyright-wraper:before{
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	position: absolute;
}
.wc-wraper.footer-copyright-wraper:before {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-wiget-list #wc-footer-column {
    position: relative;
}
footer.site-footer h3 {
    color: #fff;
}
footer.site-footer {
    background: var(--base-color);
    color: #fff;
}
/*.footer-wiget-list #wc-footer-column:after {
    content: '';
    width: 1px;
    height: 100%;
    right: -18px;
    top: 0;
    background: #ddd;
    position: absolute;
}
.footer-wiget-list #wc-footer-column:last-child:after {
	display: none;
}*/
.wc-container.credit-container {
    justify-content: space-between;
    align-items: center;
}
.footer-copyright-wraper ul.walker-charity-social li a {
    width: 34px;
    margin: 0;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
}
.footer-copyright-wraper ul.walker-charity-social li a:hover {
	color: var(--light-color);
}

.footer-wiget-list #wc-footer-column a{
	text-decoration: none;
}
.wc-wraper.footer-widgets-wraper:before{
	content: '';
	left: 0;
	top:0;
	position: absolute;
	width: 100%;
	height: 100%;
	background:var(--base-color);
}
/*Features style*/
.wc-wraper.feature-layout-1 .features-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    padding: 0;
    grid-gap: 0;
    margin-top: 30px;
}
.wc-wraper.feature-layout-1 .feature-item .img-holder {
    line-height: 0;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 50%;
    padding: 20px;
}
.wc-wraper.features-wraper h2.section-heading {
    margin: 10px 0 20px;
}
.wc-wraper.feature-layout-1 .feature-item {
    position: relative;
    border-bottom: 1px solid #f7f7f7;
   
    transition: all ease 0.23s;
}
.wc-wraper.feature-layout-1 .feature-item:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}
.wc-wraper.feature-layout-1 .feature-item a{
	text-decoration: none;
	color: var(--text-color);
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	 padding: 30px;
}
.wc-wraper.feature-layout-1 .feature-item h4{
	color: var(--heading-color);
}
.wc-wraper.feature-layout-1  a.more-features.primary-button {
    margin-top: 50px;
}
.wc-wraper.feature-layout-1 .feature-item:nth-last-child(2),
.wc-wraper.feature-layout-1 .feature-item:nth-last-child(3),
.wc-wraper.feature-layout-1 .feature-item:last-child {
	border-bottom: 0;
}
.wc-wraper.feature-layout-1 .feature-item:before {
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #f7f7f7;
}
.wc-wraper.feature-layout-1 .feature-item:nth-child(3n+3):before {
	display: none;
}
/*donation list*/
.wc-wraper.donation-layout-1 .donation-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    padding: 0;
    grid-gap: 40px;
    margin-top: 10px;
}
.donation-box {
    border: 1px solid #f3efef;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
}
.donation-box .donation-content {
    padding: 25px 30px 30px;
}
.donation-box .donation-content h4.feature-title {
    margin: 0;
}
.donation-box .img-holder img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}
.donation-box .img-holder {
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wc-wraper.donation-wraper h2.section-heading {
    margin: 10px 0 30px;
}
.wc-wraper.donation-layout-2 .swiper-container.walker-charity-donation-list {
    padding: 7px;
}
.wc-wraper.donation-layout-2 .swiper-container.walker-charity-donation-list .swiper-wrapper {
    padding-bottom: 55px;
}
.wc-wraper.donation-layout-2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.wc-wraper.donation-layout-2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wc-wraper.donation-layout-2 .swiper-pagination-bullet:hover {
    background: var(--primary-color);
}
/*CONTACT FORM 7 DEFAULT STYLE*/
form.wpcf7-form .wpcf7-form-control-wrap input,
form.wpcf7-form .wpcf7-form-control-wrap textarea,
form.wpcf7-form .wpcf7-form-control-wrap select {
    width: 100%;
    border: 1px solid #757373;
    border-radius: 0;
    padding: 5px 13px;
}
form.wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"],
form.wpcf7-form .wpcf7-form-control-wrap input[type="radio"] {
    width: auto;
}
form.wpcf7-form .wpcf7-form-control-wrap select {
    height: 40px;
}
form.wpcf7-form .wpcf7-list-item {
    margin: 0 20px 0 0;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    color: var(--light-color);
    border: 0;
    border-radius: 0;
    background: var( --primary-color);
    font-weight: 600;
    padding: 10px 20px 12px;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
	background: var( --accent-color);
}
/*sidebar style*/
.sidebar-block {
    padding: 0;
}
.sidebar-block .widget_block{
	margin-bottom: 0;
}
.sidebar-block .widget_block ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.sidebar-block .widget h1,
.sidebar-block .widget h2,
.sidebar-block .widget h3,
.sidebar-block .widget h4,
.sidebar-block .widget h5,
.sidebar-block .widge h6{
	margin:0;
}
.sidebar-block .widget_block .wp-block-group {
    margin-bottom: 20px;
}
.sidebar-block .widget .wp-block-group h1,
.sidebar-block .widget .wp-block-group h2,
.sidebar-block .widget .wp-block-group h3,
.sidebar-block .widget .wp-block-group h4,
.sidebar-block .widget .wp-block-group h5,
.sidebar-block .widget .wp-block-group h6,
.sidebar-block .widget  h3.widget-title {
    margin-bottom: 15px;
}
.sidebar-block .widget_nav_menu ul li a,
.sidebar-block ul.wp-block-categories li a,
.sidebar-block .widget ul li a {
    text-decoration: none;
    color: var(--text-color);
}
.sidebar-block .widget_nav_menu ul li a:hover,
.sidebar-block ul.wp-block-categories li a:hover,
.sidebar-block .widget ul li a:hover{
	color: var(--accent-color);
}
.sidebar-block .widget_nav_menu ul li,
.sidebar-block ul.wp-block-categories li,
.sidebar-block .widget ul li {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}
.sidebar-block .widget_nav_menu ul,
.sidebar-block ul.wp-block-categories,
.sidebar-block .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-block .wp-block-tag-cloud a {
    text-decoration: none;
    padding: 3px 8px;
    border: 1px solid;
    margin: 0 3px 3px 0;
    display: inline-block;
    color: var(--text-color);
}
.sidebar-block .wp-block-tag-cloud a:hover {
	color: var(--accent-color);
}
.sidebar-block .widget_search{
	margin-bottom: 20px;
}
.sidebar-block .widget_search input[type='search'] {
    border-radius: 0;
}
.sidebar-block .wp-block-search .wp-block-search__button {
    margin: 0;
    border-radius: 0;
    background: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
}
.sidebar-block .wp-block-search .wp-block-search__button svg {
    fill: #fff;
}
.sidebar-block .wp-block-search .wp-block-search__button:hover {
	background:var(--accent-color);
	border-color:var(--accent-color);
}
.sidebar-block .widget_walker_core_recent_blog ul li a {
    text-decoration: none;
    color: var(--text-color);
}
.sidebar-block .widget_walker_core_recent_blog ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
}
.sidebar-block .widget_walker_core_recent_blog ul,
.sidebar-block .widget ul {
    list-style: none;
}
.sidebar-block .wp-block-latest-posts li a {
    text-decoration: none;
    color: var(--text-color);
}
.sidebar-block .wp-block-latest-posts li a:hover,
.sidebar-block .widget_walker_core_recent_blog ul li a:hover {
    color: var(--accent-color);
}
section.widget_walker_core_recent_blog ul.recent-blog-widget .post-content {
    margin-top: -4px;
}

/*Inner page style*/
main.site-main.right-sidebar-layout {
    padding-right: 40px;
    padding-left: 0;
}
main.site-main.left-sidebar-layout {
    padding-left: 40px;
}
main#primary header.entry-header .entry-title {
    margin: 20px 0 0;
}
/*post view full width*/
.post-content-holder .post-thumbnail img {
    width: 100%;
    box-shadow: 0 0 25px rgb(0 0 0 / 35%);
    border: 5px solid #fff;
    transition: all ease 0.23s;
}
.post-content-holder:hover .post-thumbnail img {
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}
.post-content-holder .featured-image-holder {
    position: relative;
    margin-bottom: 50px;
}
.post-content-holder a.post-date-stamp {
    width: 90px;
    height: 90px;
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    float: none;
    position: absolute;
    left: 30%;
    bottom: 0;
    margin: 0 0 -32px 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-content-holder a.post-date-stamp span.post-date-month {
    letter-spacing: 5px;
}
.post-content-holder a.post-date-stamp span.post-date-day {
    font-size: 40px;
    line-height: 25px;
    margin-top: 25px;
    font-weight: 600;
}
.post-content-holder a.post-date-stamp span {
    display: block;
}
main#primary .post-content-holder .entry-content .entry-title  {
	margin-bottom: 20px;
   
}
main#primary article .post-content-holder {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
main#primary .post-content-holder .entry-content .entry-title a {
    text-decoration: none;
    color: var(--heading-color);
}

main#primary article .post-content-holder header.entry-header {
    width: 30%;
    float: left;
    text-align: center;
    padding-right: 20px;
}
main#primary article .post-content-holder .entry-content {
    width: 70%;
    float: left;
    margin: 0;
}
main#primary article .post-content-holder .entry-content h2{
	margin-top: 0;
}
main#primary article .post-content-holder header.entry-header img.post-author-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
main#primary article .post-content-holder header.entry-header span.byline, 
main#primary article .post-content-holder header.entry-header span.category {
    width: 100%;
    display: inline-block;
}
main#primary article .post-content-holder header.entry-header a{
	text-decoration: none;
	color: var(--text-color);
}
main#primary article .post-content-holder header.entry-header a:hover,
main#primary .post-content-holder .entry-content .entry-title a:hover {
	color: var(--accent-color);
}
main#primary article .post-content-holder header.entry-header span.category a {
    border: 1px solid;
    display: inline-block;
    padding: 2px 8px;
    margin: 0 0 8px;
    border-radius: 30px;
    font-size: 13px;
}
main#primary article .post-content-holder .entry-meta a {
    text-decoration: none;
    color: var(--text-color);
    opacity: 0.7;
}
main#primary article .post-content-holder .entry-meta a:hover {
	color: var(--accent-color);
}
main#primary article .post-content-holder .entry-meta span.tags-links{
	margin-right: 15px;
}

/*GRID VIEW*/
.grid-view,
.porftfolio-grid {
    break-inside: avoid;
    column-count: 2;
    column-gap: 2rem;
    padding: 15px;
}
.grid-view article,
.porftfolio-grid .portfolio-holder{
    box-shadow: 0 0 11px rgb(0 0 0 / 6%);
    display: inherit;
    margin: 0 0 20px;
    width: 100%;
    break-inside: avoid;
    transform: translateZ(0);
    margin-bottom: 25px;
    transition: all ease 0.20s;
    border-radius: 3px;
    border: 1px solid #efefef;
}
.grid-view article:hover {
    box-shadow: 0 0 21px rgb(0 0 0 / 15%);
}
.grid-view  article .post-content-holder .post-thumbnail img {
    box-shadow: none;
    border: 0;
}
main#primary .grid-view   article .post-content-holder header.entry-header,
main#primary .list-view   article .post-content-holder header.entry-header {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 0;
}
main#primary .grid-view article .post-content-holder .entry-content {
    width: 100%;
    padding: 30px;
}
main#primary .grid-view article .post-content-holder header.entry-header span.byline, 
main#primary .grid-view article .post-content-holder header.entry-header span.category,
main#primary .list-view article .post-content-holder header.entry-header span.byline, 
main#primary .list-view article .post-content-holder header.entry-header span.category {
    width: auto;
    display: inline;
}
main#primary .grid-view article .post-content-holder header.entry-header span.category a,
main#primary .list-view article .post-content-holder header.entry-header span.category a {
    border: 0;
    display: inline-block;
    border-radius: 0;
    font-size: inherit;
    padding: 0;
    margin: 0;
}
main#primary .grid-view .post-content-holder .entry-content .entry-title{
	margin-top: 0;
}
.grid-view .post-content-holder a.post-date-stamp {
    left: 0;
    bottom: 0;
    margin: 0 0 0 0;
    border-radius: 0;
}
.grid-view  .post-content-holder a.post-date-stamp span.post-date-day {
    font-size: 40px;
    line-height: 48px;
    margin-top: 17px;
}
main#primary .grid-view .post-content-holder .featured-image-holder {
    position: relative;
    margin-bottom: 0px;
    line-height: 0;
}
main#primary .grid-view article .post-content-holder{
	margin-bottom: 0;
}
/*list view*/
.list-view .post-content-holder .featured-image-holder {
    width: 50%;
    display: inline-block;
    float: left;
}
main#primary .list-view  article .post-content-holder .entry-content {
    width: 50%;
    float: left;
    margin: 0;
    display: inline-block;
    padding: 0 0 0 25px;
}
main#primary .list-view article .post-content-holder .entry-content.without-thumbnail {
    width: 100%;
    padding-left: 0;
}
main#primary .list-view  .post-content-holder .entry-content .entry-title {
    margin-top: 0;
}
main#primary .list-view  .post-content-holder a.post-date-stamp {
    left: 50%;
    margin: 0 0 -32px -45px;
}
main#primary .list-view .post-content-holder .entry-meta {
    margin-bottom: 10px;
}
/*single page*/
.single .wc-author-box {
    box-shadow: 0 0 5px rgb(0 0 0 / 9%);
    padding: 30px 20px;
    float: left;
    width: 100%;
    margin: 10px 0 30px;
}
.single .wc-author-box .author-img {
    width: 30%;
    float: left;
    text-align: center;
}
.single .wc-author-box .author-details h4 {
    margin: 0 0 -10px;
}

.single .wc-author-box .author-details {
    width: 70%;
    float: left;
}
.single .wc-author-box .author-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.wc-author-box a.author-more {
    color: var(--primary-color);
    text-decoration: none;
}

.single .post-navigation {
    width: 100%;
    float: left;
    position: relative;
}
.single .post-navigation {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}
.single .post-navigation a {
    color: var(--primary-color);
    text-decoration: none;
}
.single .post-navigation a:hover,
.wc-author-box a.author-more:hover {
    color: var(--accent-color);
}
.single .post-navigation .nav-previous {
    border-right: 1px solid #e8e8e8;
}
.single .post-navigation .nav-previous,
.single .post-navigation .nav-next{
	padding: 30px 0;
}
.comments-area form input[type='text'],.comments-area form input[type='email'],.comments-area form input[type='url'], .comments-area form textarea {
    width: 100%;
    border-radius: 0;
    padding: 5px 15px;
}
.comments-area form input#submit {
    background: var(--primary-color);
    color: var(--light-color);
    border: 0;
    height: 38px;
    transition: all ease 0.23s;
    width: 100%;
    padding: 5px 15px;
}
.comments-area form input#submit:hover {
	background:var(--accent-color);
}
ol.comment-list {
    margin: 0;
    padding: 0;
}
footer.comment-meta img.avatar {
    width: 50px;
    border-radius: 50%;
    margin: 0 15px -13px 0;
}
footer.comment-meta a {
    text-decoration: none;
    color: var(--text-color);
}
.comment-metadata {
    margin-top: 17px;
}
.comment-content {
    padding: 1px 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 9%);
    border-radius: 3px;
    margin: 10px 0;
    border: 1px solid #e8e5e5;
}
.archive.author .archive-description {
    margin-bottom: 30px;
    border-bottom: 2px solid #e6e4e4;
    padding-bottom: 22px;
}
p.logged-in-as a {
    text-decoration: none;
    color: var(--primary-color);
}
p.logged-in-as a:hover {
    color: var(--accent-color);
}
ol.comment-list .reply a {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 3px;
    margin: 0;
}
ol.comment-list .reply a:hover {
	background:var(--accent-color);
}
.related-posts .wc-grid-12 {
    padding: 0;
}
.wc-container.related-posts {
    padding: 0;
}
.related-post-list {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: -1px;
    padding: 0;
}
.related-posts-box {
    box-shadow: 0 0 11px rgb(0 0 0 / 6%);
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
    break-inside: avoid;
    transform: translateZ(0);
    margin-bottom: 25px;
    transition: all ease 0.20s;
    border-radius: 3px;
    border: 1px solid #efefef;
}
.related-posts-box:hover {
	box-shadow: 0 0 18px rgb(0 0 0 / 25%);
}
.related-post-content h3 {
    margin: 0 0 10px;
}
.related-post-content h3 a{
    text-decoration: none;
    color: var(--heading-color);
}
.related-post-content h3 a:hover,
.related-post-content .meta-data a:hover,
.single .entry-meta a:hover,
.single footer.entry-footer a:hover{
	color: var(--accent-color);
}
.related-post-content {
    padding: 20px 30px 30px;
}
.related-posts-box .post-thumbnail img {
    min-width: 100%;
}
.related-post-content .meta-data,
.single .entry-meta,
.single footer.entry-footer{
	 opacity: 0.7;
}
.related-post-content .meta-data a,
.single .entry-meta a,
.single footer.entry-footer a {
    color: var(--text-color);
    text-decoration: none;
   
}
.related-post-content .meta-data span,
.single footer.entry-footer span,
.single .entry-meta span{
    margin-right: 10px;
}
a.walker-charity-top {
    transition: .2s;
    position: fixed;
    bottom: 0.5rem;
    right: 1.5rem;
    z-index: 555;
    color: #fff;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 28%);
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    display: none;
}
a.walker-charity-top:hover {
	background:var(--accent-color);
}

/*Inner header*/
.wc-wraper.inner-page-subheader{
	max-height: 300px;
	overflow: hidden;
	background:var(--base-color);
}
.wc-wraper.inner-page-subheader img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.wc-wraper.inner-page-subheader .page-header-title {
    margin: 0;
}
.walker-charity-breadcrumbs ul {
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
    opacity: 0.8;
}
.walker-charity-breadcrumbs ul li {
    display: inline-block;
    margin-right: 30px;
}

.wc-wraper.inner-page-subheader .walker-charity-breadcrumbs ul li a {
    text-decoration: none;
    position: relative;
}
.wc-wraper.inner-page-subheader .walker-charity-breadcrumbs ul li a:hover {
    color: var(--accent-color);
}
.walker-charity-breadcrumbs h2.trail-browse {
    display: none;
}
.wc-wraper.inner-page-subheader .walker-charity-breadcrumbs ul li a:after {
    content: '»';
    right: -20px;
    top: -4px;
    font-size: 19px;
    position: absolute;
}
.walker-charity-pagination a, 
.walker-charity-pagination span.current {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    margin: 0 5px 0 0;
    color: var(--text-color);
    border: 1px solid var(--primary-color);
    padding: 5px 13px;
    border-radius: 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    transition: all ease 0.23s;
}
.walker-charity-pagination a:hover,
.walker-charity-pagination span.current:hover{
	background:var(--accent-color);
	color: var(--light-color);
	border-color:var(--accent-color);

}
.walker-charity-pagination span.current{
	background:var(--primary-color);
	color: var(--light-color);
}
.archive .nav-links {
    border-top: 1px solid #ededed;
   
    border-bottom: 1px solid #ededed;
}
.archive .nav-links a {
    text-decoration: none;
    color: var(--primary-color);
    padding: 13px 0;
    display: inline-block;
}
.archive .nav-links a:hover {
	color: var(--accent-color);
}
.archive .nav-links .nav-previous {
    border-right: 1px solid #ededed;
}
/*woocommerce*/
.woocommerce-wraper main#primary {
    padding-right: 39px;
}
.woocommerce ul.products li.product .onsale {
    background: var(--primary-color);
    height: 30px;
    padding: 0;
    width: 30px;
    margin: 5px -5px 0 0;
    border-radius: 0;
    min-height: 0;
    line-height: 30px;
}
.woocommerce ul.products li.product .onsale:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: var(--primary-color) transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    right: 0;
    opacity: 0.56;
}
.woocommerce a.add_to_cart_button,
.woocommerce.single div.product form.cart .button,
.woocommerce ul.products li.product .button{
    background: var(--primary-color);
    color: var(--light-color);
    transition: all ease 0.23s;
    font-weight: 500;
    text-decoration: none !important;
}
.woocommerce ul.products li.product a {
    text-decoration: none !important;
}
.woocommerce a.add_to_cart_button:hover,
.woocommerce.single div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover {
	background: var(--accent-color);
	color: var(--light-color);
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0.7em 1em;
}
.woocommerce ul.products li.product img, 
.woocommerce-page ul.products li.product img{
	transition: all ease 0.23s;
}
.woocommerce ul.products li.product:hover img, 
.woocommerce-page ul.products li.product:hover img {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}
.woocommerce ul.products li.product .price {
    color: var(--dark-color);
}
.woocommerce.single div.product p.price, 
.woocommerce.single div.product span.price {
    color: var(--primary-color);
}
.single.woocommerce span.onsale {
    height: 30px;
    padding: 0;
    width: 40px;
    border-radius: 0;
    min-height: 30px;
    line-height: 30px;
    background: var(--primary-color);
    top: 5px;
    left: -6px;
}
.single.woocommerce span.onsale:before {
    bottom: -6px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent var(--primary-color) transparent transparent;
    position: absolute;
    left: 0px;
    opacity: 0.56;
}
.woocommerce-info {
    border: 1px solid var(--primary-color);
    background: transparent;
}
.woocommerce-info::before{
	color: var(--primary-color);
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    color: var(--light-color);
    background: var( --primary-color);
    font-weight: 500;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color: var(--light-color);
    background: var( --accent-color);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background: var(--primary-color);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background: var(--accent-color);
}
.woocommerce-message {
    border: 1px solid var(--primary-color);
    background: transparent;
}
.woocommerce-message::before {
    color: var(--primary-color);
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 7px 15px;
    list-style: none;
    border-bottom: 1px solid #ededed;
}
nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
}
.sticky-header.stikcy-enabled {
    position: fixed;
    box-shadow: 0 -16px 26px 5px rgb(0 0 0 / 18%);
    background: #fff;
    z-index: 3;
    top: 0;
}
.logged-in .sticky-header.stikcy-enabled {
	top:30px;
}
#wc-footer-column ul.walker-charity-social li a:hover {
    background: transparent;
}
.footer-wiget-list #wc-footer-column ul.walker-charity-social li a {
    border: 1px solid;
    width: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
}
.sidebar-block ul.walker-charity-social li {
    display: inline-block;
    width: auto;
    margin: 0 5px 5px 0;
    padding: 0;
}
.sidebar-block ul.walker-charity-social li a {
    border: 1px solid;
    width: 40px;
    height: 40px;
}
.sidebar-block ul.walker-charity-social li a:hover {
	color: var(--accent-color);
	background:transparent;
}
.wc-container.credit-container.text-center {
    justify-content: space-around;
}
/**/
@media(max-width: 1024px){
	.main-navigation {
	    width: 100%;
	}
	
	.main-navigation button.menu-toggle {
	    width: 40px;
	    background: #fff;
	    border: 0;
	    color: var(--primary-color);
	    padding: 10px;
	    height: 40px;
	    position: relative;
	    cursor: pointer;
	    border-radius: 0;
	    float: right;
	}
	.main-navigation ul li a {
	    line-height: 40px;
	}
	.main-navigation button.menu-toggle span.nav-icon {
	    float: right;
	    background: #fff;
	    color: #000;
	    height: 43px;
	    width: 45px;
	    line-height: 43px;
	    text-align: center;
	    position: absolute;
	    right: 20px;
	    top: 11px;
	    border: 1px solid;
	}

	#primary-menu ul.nav-menu {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
	    background: #ffffff;
	    z-index: 99;
	    margin-top: 5px;
	}
	.main-navigation button.menu-toggle span.nav-icon:hover {
	    background: var(--accent-color);
	    color: var(--light-color);
	    cursor: pointer;
	}
	.main-navigation.toggled ul li {
	    text-align: left;
	    line-height: 37px;
	    float: left;
	    position: relative;
	    width: 100%;
	}
	.main-navigation.toggled ul ul,
	.main-navigation.toggled ul ul ul {
	    position: relative;
	    width: 100%;
	    float: left;
	    display: block;
	    opacity: 0;
	    left: 0;
	    height: 0;
	    box-shadow: none;
	}
	.main-navigation ul ul ul{
		right: 0;
		opacity: 0;
		left: 0;
	}
	
	.main-navigation.toggled ul li:hover ul,
	.main-navigation.toggled ul li:focus ul,
	.main-navigation.toggled ul li.focus ul {
		display: block;
		opacity: 1;
		height: auto;
	}
	.main-navigation.toggled ul li:hover ul ul,
	.main-navigation.toggled ul li:focus ul ul,
	.main-navigation.toggled ul li.focus ul ul{
		display: block;
		opacity: 0;
		height: 0;
		box-shadow: none;
	}
	.main-navigation.toggled ul  ul li:hover ul,
	.main-navigation.toggled ul  ul  li:focus ul,
	.main-navigation.toggled ul  ul li.focus ul{
		display: block;
		opacity:1;
		left:0;
		height: auto;
		box-shadow: none;
	}
	.main-navigation.toggled ul li a {
	    padding: 2px 15px;
	}
	.wc-wraper.header-layout-1 a.primary-button.header-button {
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    z-index: 23;
	}
	nav#site-navigation.toggled .menu-main-menu-container {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    background: #fff;
	    top: 64px;
	    z-index: 2;
	}
	.wc-wraper.header-layout-2 .main-navigation ul li a {
	    color: var(--text-color);
	}
	.wc-wraper.header-layout-2 .main-navigation ul li:hover a {
	    color: var(--light-color);
	}
	footer.site-footer .wc-container {
	    padding: 0 15px;
	}
	main.site-main.right-sidebar-layout,
	main.site-main.left-sidebar-layout {
	    padding-right: 0;
	    padding-left: 0;
	    width: 100%;
	}
	.sidebar-block {
	    width: 100%;
	}
	.wc-wraper.banner-wrapper span.slider-short-inco p, 
	.wc-wraper.banner-wrapper p, 
	.wc-wraper.slider-wrapper p, 
	.wc-wraper.slider-wrapper span.slider-short-inco p {
	    font-size: 16px;
	}
	.wc-wraper.recentpost-layout-1 .post-box {
	    margin-bottom: 30px;
	}
	.wc-wraper.footer-copyright-wraper {
	    padding-bottom: 60px;
	}
	.wc-wraper.header-layout-2.wc-navigation .wc-container{
		padding: 0;
	}

}

@media(max-width:767px){
	.wc-wraper.topbar-wraper {
	    display: none;
	}
	.wc-wraper.banner-wrapper span.slider-short-inco p, 
	.wc-wraper.banner-wrapper p, 
	.wc-wraper.slider-wrapper p, 
	.wc-wraper.slider-wrapper span.slider-short-inco p {
	    font-size: 14px;
	}
	a.primary-button,
	a.secondary-button, 
	.primary-button, 
	.secondary-button {
	    padding: 5px 10px;
	}
	.about-layout-1 .img-col {
	    width: 100%;
	}
	.about-wraper.about-layout-1 .text-col {
	    padding-left: 0;
	    width: 100%;
	    margin-top: 20px;
	}
	.extrapage-layout-2 .wc-grid-6 {
	    width: 100%;
	}
	.site-branding h1.site-title a {
	    font-size: 30px;
	}
	header#masthead .wc-wraper.header-layout-3  .wc-container {
	    align-items: center;
	    justify-content: space-around;
	}
	.wc-wraper.header-layout-4 .main-header-right{
		display: none;
	}
	.wc-wraper.conatct-layout-1 .info-col,
	.wc-wraper.conatct-layout-1 .form-col{
	    width: 100%;
	    padding: 30px;
	}
	.wc-wraper.banner-layout-2 .wc-grid-5.banner-form,
	.wc-wraper.banner-layout-2 .wc-grid-7 {
	    width: 100%;
	    padding: 0;
	}
	.wc-wraper.banner-wrapper .wc-container {
	    display: inline-block;
	    flex-wrap: inherit;
	}
	.wc-wraper.banner-layout-2 .wc-grid-5.banner-form {
	    margin-top: 30px;
	    padding: 25px;
	}
	.wc-wraper.featured-cta-two .featured-cta .cta-box{
		border:0;
	}
	.wc-wraper.banner-wrapper a.primary-button, 
	.wc-wraper.banner-wrapper a.secondary-button, 
	.wc-wraper.slider-wrapper a.primary-button, 
	.wc-wraper.slider-wrapper a.secondary-button {
	    padding: 4px 14px;
	}
}