/*!
Theme Name: Lite Theme
Theme URI: https://hitech.virtualraffle.org/
Author: chance2win.org
Author URI: https://chance2win.org/
Description: wordpress custom template
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: chance-hi-tech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


/* Created by The Web Design Ninja */


/*--------------------------------------------------------------
>>> 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;
}
.raffle-description-section-left .slides {
  display: flex;
  align-items: center !important;
}
#tabpos-square a {
	color:#5865f2 !important;
}
.flexsliders {
	margin: 0 auto;
  width: 500px;
}
#time-remaining, .time-remaining {
  font-size: 12px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: 10px;
}
#teamname .full-row1 .right-section01 {
  padding-top: 40px;
}
.menu-charity-dashboard-container a {
  padding: 8px 15px;
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 3px;
  margin: 0 10px;
  background-color: #f2f2f2;
  color: black !important;
}
ul#charity-dashboard li {
  float: left;
}
.home .menu-charity-dashboard-container #charity-dashboard #menu-item-2728 {
  display: none;
}
.menu-charity-dashboard-container #charity-dashboard #menu-item-2588 {
  display: none;
}
.home .menu-charity-dashboard-container #charity-dashboard #menu-item-2588 {
  display: block;
}
.flex-control-nav.flex-control-thumbs img {
  width: 100%;
  height: 85px;
  object-fit: cover;
}
.flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 10px;
}
.menu-charity-dashboard-container {
	float:right;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
#total_sponsors {
  display: flex;
  column-count: 2;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#total_sponsors .inner-total_sponsors_25 {
  width: 21%;
  max-width: 21%;
  margin: 1% !important;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px #000;
  box-shadow: 0px 3px 6px 2px #0000000d;
}
#total_sponsors img {
  object-fit: contain;
  width: 200px;
  height: 200px;
}
#post-17 .woocommerce-MyAccount-navigation {
    margin-top: 48px;
}
#post-17 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    display: none;
}
#post-17 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    display: none;
}
#post-17 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
#post-17 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}
#post-17 p {
    font-family: 'Poppins', sans-serif;
	font-size: 19px;
}

/**
 * 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: 'Poppins', sans-serif;
	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: 'Poppins', sans-serif;
	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: 'Poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: 'Poppins', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Poppins', sans-serif;
}

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: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 {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgb(0 0 0 / 23%);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: grid;
    background: rgb(208 209 211 / 17%);
}

.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: 290px;
} */

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

/* .button, .woocommerce a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button {
    background-color: #248232 !important;
} */
/* .button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce button.button:hover {
    background-color: #000000 !important;
} */
li#menu-item-566 {
    display: none;
}
.slider-pro .sp-thumbnail-container {
    border: none !important;
    display: flex;
}
.slider-pro .sp-thumbnail-container img.sp-thumbnail {
    width: 100% !important;
    margin: auto !important;
    height: auto !important;
}
.slider-pro.sp-horizontal .sp-next-arrow {
    background-image: url(/wp-content/uploads/2022/04/next-blur-1.png);
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(0);
}
.slider-pro.sp-horizontal .sp-previous-arrow {
    background-image: url(/wp-content/uploads/2022/04/previus-blur.png);
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
	background-size: contain;
}
.slider-pro .sp-previous-arrow::after, .slider-pro .sp-previous-arrow::before,  .slider-pro .sp-next-arrow::after, .slider-pro .sp-next-arrow::before {
	display:none;
}
.sp-slides-container .sp-fade-arrows {
    opacity: 1 !important;
}
.slider-pro .sp-arrow:after {
    left: 41%;
    top: 47%;
}
.slider-pro .sp-arrow:before {
    left: 41%;
    top: 7px;
}

.slider-pro.sp-horizontal .sp-previous-arrow:hover {
    background-image: url(/wp-content/uploads/2022/04/previous.png);
	width: 48px;
    height: 48px;
    background-size: contain;
}
.slider-pro.sp-horizontal .sp-next-arrow:hover {
    background-image: url(/wp-content/uploads/2022/04/next.png);
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
	width: 48px;
    height: 48px;
    background-size: contain;
}
.sp-fade-full-screen {
    display: none;
}

.product-advertise div#product-grid a.button {
    background-color: transparent !important;
    padding: 0;
}
.product-advertise .grid-item h3, .product-advertise .grid-item p {
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
}
.woocommerce-shop main#main {
    max-width: 100% !important;
    width: 1200px;
    float: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 80px;
}
.woocommerce-shop header.woocommerce-products-header {
/*     margin-top: 100px; */
}
.woocommerce-shop ul.products.columns-3 li.product, .woocommerce-shop.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
    margin-bottom: 40px !important;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    display: block;
}
.woocommerce-order-received .woocommerce ul.order_details li {
    width: auto;
    padding: 20px 20px;
    margin-right: 0;
}
#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
  top: 400px !important;
  width: 300px;
}
.woocommerce-order-received .woocommerce ul.order_details li:first-child {
    padding-left: 0;
}
.woocommerce-order-received section.woocommerce-order-details br {
    display: none;
}
.woocommerce-order-received section.woocommerce-order-details img {
    margin: 20px;
}
.woocommerce-order-received section.woocommerce-order-details {
    text-align: center;
}
.woocommerce .woocommerce-customer-details address {
    padding: 25px 35px;
}
.woocommerce ul.order_details {
    padding: 0;
}
.woocommerce-order-received main#primary {
    padding-top: 0% !important;
}
.woocommerce form .form-row textarea {
    padding: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding-left: 0;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    width: 49%;
}
.woocommerce-order-received section.woocommerce-order-details h2 {
    margin-bottom: 20px;
    text-align: left;	
}
.woocommerce-account .woocommerce-MyAccount-content .button {
    width: auto;
}
@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,
.page {
	margin: 0 0 1.5em;
}
.page-id-183 .post, .page {
/*     margin-top: 3.5em; */
}
.page-id-193 .entry-content {
		padding-top: 10% !important;
	}
	
.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;
}

/*Master FIle Css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&display=swap');
 
*,body, html, li, a, ol , p ,ul{
font-family: 'Poppins', sans-serif;
}
#masthead {
/*     margin: 45px 0 0; */
	margin:0;
    padding: 0;
    float: left;
    width: 100%;
    background-color: #248232;
    position: relative;
}
.logosection .custom-logo-link {
    position: absolute;
    padding: 25px;
    background-color: #fff;
    top: 0;
/*     margin-top: -21px; */
    margin-top: -35px;	
    -webkit-box-shadow: -6px -24px 37px -30px rgba(64,58,58,.7);
    -moz-box-shadow: -6px -24px 37px -30px #403a3a00;
    box-shadow: -6px 2px 37px -30px rgba(64,58,58,.7);
	max-width: 350px;
}
.site-branding a img {
    width: 58% !important;
}
.container {
    max-width: 100% !important;
	width: 1100px;
	float: none;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.logosection {
   width: 20% !important;
   left: 0;
	}
.page-id-94 .logosection {
   width: 20% !important;
   left: 0;
   right: 0;
   text-align: center;
/*    position: absolute; */
}
.logrightsection {
    float: right;
    width: 80%;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
}
.logrightsection #site-navigation {
    text-align: right;
}
.logrightsection #site-navigation div.menu-admin-login, 
.logrightsection #site-navigation div.menu-menu-1-container {
    display: inline-block;
}
.logrightsection #site-navigation li {
    list-style: none;
}
.logrightsection #site-navigation li a {
    line-height: 45px;
    font-size: 16px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
	text-align:left;
}

.logrightsection #site-navigation li.menu-admin-login-last a{
	padding-right: 0px;
}
.responsivemenu {
    display: none;
}

/***********Home page ********/
section.advertise {
    margin: 0 auto;
	padding-bottom: 55px;
}

section.advertise .row {
/*     display: flex; */
}
a.button {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 30px;
    line-height: 60px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
section.advertise .row .advertise-image {
    width: 65%;
/* 	padding: 90px 25px 0 0; */
	padding: 10px 25px 0 0;
    color: #248232;
/*     font-style: italic; */
	    float: left;
}


.product-advertise {
    padding: 0px 30px;
    width: 100%;
    color: #fff;
    padding-bottom: 30px;
    float: left;
    height: 100%;
    margin-top: 5px;
}
.back-arrow-img.back-Reporting img {
  width: 25px;
  height: 25px;
}
.back-arrow-img.back-Reporting {
  font-size: 17px;
}
.back-arrow-img.back-Reporting a {
  text-decoration: none;
}
.back-arrow-img {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.back-Reporting {
  margin-top: 20px;
}
.page-template-home-template .logosection {
  position: absolute;
}
.page-template-home-template .container1.main-header {
  position: relative;
}
.raffle-banner-section.top-head-slider {
  margin-top: 50px;
}
.grid-item a.add_to_cart_button {
    background-color: transparent !important;
    line-height: 35px !important;
}
.product_type_simple.button .grid-item .add_to_cart_button.added::before {
    content: '' !important;
    position: absolute !important;
    width: 40px;
    height: 40px;
    left: -40px;
    top: -25px;
    background-image: url(/wp-content/uploads/2023/01/check-mark.png);
    background-size: cover;
}
.grid-container {
    display: grid;
    grid-template-columns: 30% 30%;
    padding-bottom: 25px;
    /* border-bottom: 3px dotted #c7ebff; */
    column-gap: 46px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-content: center;
}
#product-grid .product_type_simple.button {
    margin: 10px 0;
}
.checkout-btn-section {
    text-align: center;
/*     border-bottom: 3px dotted #c7ebff; */
     padding-bottom: 15px; 
}
.border-bottom{
	border-bottom: 4px solid #0f0246;
}
h1.banner-title-h1{
    text-align: left;
    
    padding: 10px 0;
	width:100%;
}
.grid-item {
    margin: 10px;
    /* background-color: #8281fc; */
    padding: 10px;
    color: #000;
    position: relative;
    margin: 0 auto;
    display: grid;
    align-items: center;
    text-align: center;
}

.product-advertise p,h2{
	margin:0;
}

.product-advertise h2{
    color: #feaf28;
    font-style: italic;
	font-size: 30px;
	margin-top: -10px;
}

.advertise-time{
	text-align:center;
	padding-top: 15px;
    color: #000;
}

.advertise-time span{
	color:#fff;
}

.product-advertise p {
    font-size: 22px;
    margin-top: 30px;
}

.advertise-time p{
	font-size: 16px;
	margin:0;
}

.grid-item h3 {
    margin: 0;
	font-size:18px;
}

.grid-item p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px !important;
}
/* .grid-item a.add_to_cart_button{
	background-color: #8281fc !important;
} */
.quantity_buy {
    padding: 5px 0px;
    margin: 0 auto;
}
.quantity-button {
    display: flex;
    justify-content: center;
}
button#sub, button#add {
    background: #fff;
    text-align: center;
    border-radius: 0;
}
.grid-item h3 {
    font-size: 25px !important;
    font-weight: bold;
    letter-spacing: 1px !important;
}
.grid-item sup {
    padding-right: 3px;
}
section.about-home {
    margin: 0 auto;
    padding-top: 30px;
	position:relative;
}
.about-home::before {
    content: '';
    width: 100vw;
    height: 271px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat;
    z-index: -1;
    margin-left: calc(-101vw / 2 + 100% / 2)!important;
    clip-path: polygon(100% 35%, -45% 100%, 100% 100%);
}

section.about-home .row{
    display:flex !important;
	padding-bottom: 100px;
}

.about-description-home {
    width: 65% !important;
/* 	padding: 20px; */
/* 	padding-bottom:90px; */
    margin: auto;
}

.about-image-home {
    width: 35%;
	padding:20px;
}

.about-description-home span {
    font-weight: 400;
}


.aboutsec {
/*     background-image: url('/wp-content/uploads/2021/01/tab-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    height: 100%;
	z-index: 9;
    position: relative;	
/* 	margin-top: 80px !important; */
    display: inline-table;
    width: 100%;
}

.grid-container-about {
/* 	display: grid; */
/* 	grid-template-columns: 50% 50%;
	width:60%; */
	bottom:0;
	grid-column-gap:5px;
    display: flex;
	padding:0;
}

.grid-item-about-first {   
    color: #fff;
	
}

.grid-item-about-second {
    color: #fff;	
}

.content-about-cat-first,.content-about-cat-third {
     display: flex; 
	padding: 10px 20px;
/* 	width:96%; */
/* 	height: 103px; */
}
.content-about-cat-second {
	width:100%;
 	display: flex; 
	background-color:#7ca1d5;
	padding: 10px 20px;
/* 	height: 103px; */
}
.content-about-cat-first p, .content-about-cat-third p {
/*     width: 80%; */
    font-size: 20px;
    padding-top: 10px;
    display: -webkit-inline-box;
}
.back-arrow-img.back-Reporting a {
  text-decoration: none;
  color: #5865f2;
  display: flex;
}
.content-about-cat-second p{
	width:100%;
	font-size: 20px;
	padding-top: 10px;
    display: -webkit-inline-box;	
}
.page-template-site-setting a.button {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 15px 60px;
  line-height: 60px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 30px;
  background-color: #0f0246;
}
.content-about-cat img{
    float: right;
}
#tabpos-sponsors .prize-button2 {
  margin-bottom: 39px;
}
.home-details-tabs img {
    max-width: 60px;
    height: 100%;
    margin: auto;
}
section.home-dtails {
    
    margin: 0 auto;
	box-shadow: 0px 0px 35px 2px #1324470a;
	margin-bottom: 40px;
}

.home-detials-section {
    padding: 20px 40px;
}

.tabs-section {
    padding: 35px 50px;
}

/* .home-details-tabs {
    margin-top: -70px;
} */
/* .logrightsection #site-navigation div.menu-admin-login, .logrightsection #site-navigation .menu-main-menu-container {
    display: inline-block;
} */

.gridsec {
    background-image: url(/wp-content/uploads/2020/11/img3-9.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 9;	
}

.tablink.w3-red {
    background-color: #248232;
	
}
.tablink.w3-red img{
filter: brightness(100);
}
.footer-info {
    text-align: right;
}
.site-info {
    display: flex;
    margin: 0 auto;
    color: #fff;
        padding: 25px 50px;
    z-index: 9 !important;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}
li#nav_menu-3 {
    padding: 0;
    margin: 0;
}
.page-id-94{
	margin:0 !important;
}
.footerid {
    width: 33%;
	    padding: 10px;
}
.footer-section-third.footerid li#nav_menu-2 {
    margin-bottom: 5px;
}
footer#colophon li {
    list-style: none;
}

.footer-section-second.footerid {
    text-align: center;
}

li#nav_menu-3 {
    text-align: center;
}


h2.widgettitle {
    font-size: 16px;
    color: #c6c6c8;
    font-weight: 400;
    font-style: italic;
}

li#nav_menu-3 li {
    margin: 0 0 0.5em 0em;
    text-align: left;
    color: #c6c6c8 !important;
}

#menu-footer-menu li a::before {
/*     content: '-';
    padding-right: 5px; */
}

#menu-footer-menu li a {
    color: #c6c6c8;
    text-decoration: none;
}


li#nav_menu-3 {
    padding-top: 15px;
}
.footer-end {
    width: 100%;
    height: 30px;
	margin-top:-30px;
}


footer#colophon a {
    color: #ffffff;
    text-decoration: none;
	font-weight: normal;
}

footer#colophon p {
    color: #fff;
    text-decoration: none;
}



/************Contact us *******/

div#contactuspage {
/*     display: flex;
    width: 1170px; */
	display: table;
    width: 980px;
    margin: 0 auto;
/* 	box-shadow: 0px 0px 35px 2px #1324470a; */
}
div#contactuspage {
    font-size: 15px;
    padding-top: 75px !important;
    margin-bottom: 40px;
}

.contact-fomrs-details {
/* 	width: 65%;
	margin-top: 60px;
	padding:20px; */
    width: 710px;
    background-color: #fff;
    border-radius: 6px !important;
    -webkit-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px -2px 5px 0px rgba(238, 238, 238, 0.75);
    padding: 50px 40px;
    border: 1px solid #ddd;
/*     float: left; */
	background-color: #fff;
	margin: 0 auto !important;
	
}

.contact-details {
   text-align: center;
    padding: 20px;
    padding-top: 50px;
    width: 35%;
    background-color: #f2f2f2;
    color: #248232;
    height: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
/*     background-color: #de413e;
    color: #fff;
    padding: 10px 30px;
    /* border: 1px solid #fff; */
    border-radius: 8px;
	width: 35%; */
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #de413e;
    color: #fff;
    padding: 15px 50px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 17px;
    height: 100%;
    font-weight: 600;
    letter-spacing: 1px;
	width: auto !important;
}

input.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #000000 !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type=submit]:hover {
    border-color: none;
    background-color: #248232 !important;
}

input.wpcf7-form-control {
    width: 100%;
/*     border-radius: 8px; */
}

textarea.wpcf7-form-control {
/*     border-radius: 8px; */
}

.sec-detial-contact a {
    text-decoration: none;
	color:#000;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}
form.wpcf7-form.init h2 {
    margin-bottom: 20px;
    color: #de413e;
    font-size: 2em;
    font-style: normal;
}
.home-details-tabs .w3-bar.w3-black {
	border:none;
}
input.wpcf7-form-control {
    height: 40px;
}



.social-icons-tab {
    padding: 20px;
}
.social-icons-tab img {
    width: 100%;
}

.detail-contact-us a {
    text-decoration: none;
	    color:#000;;
}

.contact-details img.aligncenter {
    padding-bottom: 30px;
}

div#contactuspage {
    color: #000;
}

form.wpcf7-form.init .ft-100 {
/*     display: flex; */
    /* margin: 20px; */
}

form.wpcf7-form.init .ft-50 {
    margin: 20px 3px;
}

.contact-details img.aligncenter {
    /* padding-bottom: 30px; */
    margin: 0px 20px;
	padding:0;
}

.head-contact {
    padding: 20px;
  
    text-align: center;
	margin-bottom: 20px;
}

span.wpcf7-form-control-wrap.your-message textarea {
    width: 100%;
}

.detail-contact-us {
    line-height: 1;
}

.sec-detial-contact {
	line-height: 1;
}
.sec-detial-contact-second {
	line-height: 1;
}

.sec-detial-contact-second h3 {
    margin-top: -10px;
}

.contactsection {
    padding: 20px;
}

.product-advertise.outofstock a {
    cursor: pointer ;
}

/*********Cart page ********/

td.product-name a {
    color: #248232;
    text-decoration: none;
    font-weight: 600;
}

#post-10 .entry-content{
    width: 1170px;
    /* display: flex; */
    margin: 0 auto;
    padding-top: 7%;
}

.woocommerce button.button
{
    background-color: #248232;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    width: 25%;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
    opacity: 1;
	color: #fff;
	 padding: 0px 35px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 45%;
}
.woocommerce a.button.alt
{
	background-color: #248232;
    color: #fff;
    border-radius: 40px;
    /* padding: 17px; */
   
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
}

.woocommerce a.button.alt:hover
{
	background-color: #293348;
   
	border-radius: 40px;
    /* padding: 17px; */
   
}


.woocommerce button.button:hover {
    background-color: #293348;
    text-decoration: none;
    background-image: none;
    color:#fff;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
    background-color: #7ca1d8;
}



tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 15px;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button
{
	border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 35px;
    transition: 0.3s;
    border-radius: 25px;
    line-height: 50px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-title-custom {
    display: none;
}
main#primary {
    padding-top: 10%;
	margin-bottom: 20px;
}

.cart_totals h2 {
}


/****Product page ***********/

.woocommerce ul.products li.product a img {
    width: auto;
    float: none;
    margin: auto;
    margin-bottom: 0px;
}

.woostyle.woocontent {
    background-color: #fff;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(205, 178, 178, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(205, 178, 178, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(205, 178, 178, 0.5);
    width: 100%;
	padding-bottom: 60px;
	text-align: center;
}

.ticket-style {
    float: left;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button .woocommerce ul.products li.product .button {
    margin-top: 1em;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 35px;
    transition: 0.3s;
    border-radius: 25px;
    line-height: 50px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #248232;
}

.woocommerce ul.products li.product .button:hover {
    margin-top: 1em;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 35px;
    transition: 0.3s;
    border-radius: 25px;
    line-height: 50px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #293348;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	margin-top: 1em;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 35px;
    transition: 0.3s;
    border-radius: 25px;
    line-height: 50px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #293348;
}


.woocommerce #respond input#submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #293348;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.ticket-style .bgticket {
    background-color: #262626;
    color: #ffffff;
}


element.style {
}
.ticket-style .bgticket {
    background-color: #248232;
    color: #ffffff;
}
.ticket-style .bgticket {
    width: 141px;
    float: none;
    margin: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

ul.products li.product .woocommerce-loop-product__title {
    color: #248232;
    font-family: 'Poppins',sans-serif !important;
    font-size: 22px !important;
    letter-spacing: 1px !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 400;
    text-align: center;
    padding-top: 40px !important;
}

.woocommerce ul.products li.product .price {
    margin-top: 12px;
    width: 100%;
    background-color: #8281fc;
    float: left;
    line-height: 50px;
    color: #fff !important;
	text-align: center;
}

.woocommerce ul.products li .price span {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 32px !important;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 30px;
}


/*****error message*******/
/*****datepicker*******/
#total_sliderimages img {
  object-fit: contain;
  width: 200px;
  height: 200px;
}
#tabpos-sliderimages #reorderHelper {
  margin-top: 39px;
  margin-bottom: 20px;
}
#total_sliderimages {
  display: flex !important;
  column-count: 2;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#total_sliderimages .inner-total_sponsors_25 {
  width: 21%;
  max-width: 21%;
  margin: 1% !important;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px #000;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 2px #0000000d;
  margin-top: 46px !important;
}
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-datepicker-prev.ui-corner-all span {
	background-image: url(/wp-content/uploads/2022/05/previous.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 25px;
	background-size: contain;
}
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

.woocommerce-message {
    border-top-color: #248232;
}
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff ;color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-top: 3px solid !important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-weight: 100;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-message::before {
    content: "\e015";
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-info::before {
    color: #248232;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a{
    text-decoration: none;
    color: #248232;
    font-weight: 600;
    line-height: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 26%;
    background-color: #7ca1d86b;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
	padding: 0px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin: 0px;
	padding: 0px;
}

a {
    color: #1d3b7f;
    font-weight: 600;
    text-decoration: none;
}

.is-active a {
     background-color: #248232;
    color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 5px 20px;
	display: block;
}

.woocommerce-address-fields .button {
    width: 30% !important;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 15px;
}

.woocommerce-billing-fields h3 {
     color: #248232;
}

.woocommerce-additional-fields h3{
}

form.checkout.woocommerce-checkout {
	
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce form .form-row input.input-text {
    padding: 10px 20px;
    border-radius: 0px;
    border: 1px solid;
}
table.shop_table.woocommerce-checkout-review-order-table {
       background-color: #ffffff;
}
.woocommerce-privacy-policy-text a {
    color: #248232 !important;
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em;
    padding: 10px 20px;
    border: 1px solid #c8d8ef;
    border-radius: 0px;
}

.woocommerce form .form-row .select2-container .select2-selection {
    border: 0px !important;
}

.entry-content {
/*     padding-top: 7%; */
}

.site-info.container ul#menu-footer-menu {
    margin: 0;
	line-height: 1em;
	text-align: right;
}
.footer-seo-link {
    text-align: right;
    font-size: 13px;
    display: flex;
}
.footer-section-third.footerid li#nav_menu-2 .widgettitle {
    text-align: right;
    font-style: unset;
    margin-bottom: 15px;
}
.footer-section-first.footerid .footer-info p {
    margin-top: 0 !important;
}
.footer-section-first.footerid .footer-email-info {
	margin-bottom: 0 !important;
}
.footer-section-first.footerid .textwidget {
    width: 320px;
    max-width: 100%;
}
.logrightsection #site-navigation ul.cnss-social-icon li a:first-child {
    padding-right: 0;
}

img.alignnone.size-full.wp-image-8407 {
    width: 150px;
}

li#text-8 p {
    margin: 6px 0px;
}

.footer-section-first.footerid {
    position: relative;
}
.logrightsection #site-navigation .menu-main-menu-container::before {
/*     content: '';
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 2px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; */
}

.logrightsection #site-navigation .menu-main-menu-container {
    position: relative;
}
.logrightsection #site-navigation li i.fa.fa-phone {
    margin-right: 20px;
}
li#custom_html-2 {
    position: absolute;
    bottom: 0;
	margin-bottom: 1.0em;
}

li#nav_menu-3{
	margin-bottom: 1.0em;
}
footer#colophon .footerid strong {
    display: block;
}
footer#colophon .footerid .ctn-title {
    margin-bottom: 25px;
}
footer#colophon .footer-social a {
    /* padding: 15px; */
    font-size: 20px;
    margin-right: 25px;
}
.footer-section-first.footerid .footer-info p, .footer-section-first.footerid .footer-email-info {
    margin: 15px 0px;
}
footer#colophon p:empty {
    display: none;
}
footer#colophon .footer-section-second-info img {
    max-width: 62%;
    width: 62%;
}
footer#colophon .footer-section-second-info p {
    margin: 5px;
}
footer#colophon .footer-section-second-info .logo-hosted {
    margin: 10px 0px;
}
.logrightsection #site-navigation div.menu-menu-1-container li:first-child {
    margin-right: 4px;
}
/* .logrightsection #site-navigation div.menu-admin-login, .logrightsection #site-navigation .menu-main-menu-container, .logrightsection #site-navigation .right-info {
    display: inline-block;
} */
.footer-section-first.footerid img {
    max-width: 150px;
}
.footer-section-third.footerid ul#menu-footer-menu li {
    margin-bottom: 10px;
}
.footer-seo-link a::before {
/*     content: '-';
    padding-right: 5px; */
}
.footer-section-third.footerid ul#menu-footer-menu li:last-child {
    margin-bottom: 0;
}
.logrightsection #site-navigation .right-info li ul.cnss-social-icon {
    display: block;
}
@media only screen and (max-width: 920px)  {
/* .content-about-cat-second.tablink p {
    padding-top: 36px !important;
}
.content-about-cat-second.tablink p
	{
	    padding-top: 36px !important;
	
	} */
	.content-about-cat-second.tablink p
	{
	    padding-top: 35px !important;
	}
	section.advertise .row .advertise-image {
		width: 55%;
	}
	.product-advertise {
    	width: 45%;
	}
.width-left-site.reporting-page-sec .customer-report {
  display: block;
}
.slider-pro.sp-horizontal .sp-previous-arrow {
    height: 35px;
    width: 35px;
    z-index: 99;
    background-size: cover;
    top: 130px !important;
    left: 15px !important;
}
.slider-pro.sp-horizontal .sp-next-arrow {
    z-index: 99;
    height: 35px;
    width: 35px;
    background-size: cover;
    top: 130px !important;
    right: 15px !important;
}



}
/* @media only screen and (max-width: 920px) and (min-width: 767)  

{
.slider-pro.sp-horizontal .sp-previous-arrow {
    height: 35px;
    width: 35px;
    z-index: 999;
    background-size: cover;
    top: 174px !important;
    left: 15px !important;
}
.slider-pro.sp-horizontal .sp-next-arrow {
    z-index: 9999;
    height: 35px;
    width: 35px;
    background-size: cover;
    top: 174px !important;
    right: 15px !important;
}


} */
@media only screen and (max-width: 992px)  {
.single.single-product button.single_add_to_cart_button.button.alt,.single.single-product button.single_add_to_cart_button.button.alt:hover {
    width: 55%;
}
  #site-navigation.active {
    right: 0px;
  }
	
	
.menu-charity-dashboard-container #charity-dashboard #menu-item-2588 {
  width: 100%;
}	
  body #masthead nav#site-navigation ul li a {
    margin: 0;
  }	
.menu-charity-dashboard-container #charity-dashboard #menu-item-2588 {
  display: block;
}	
 .logrightsection #site-navigation li {
    padding-left: 10px;
    position: relative;
    top: 66px;
    padding-right: 10px;
	 
  }	
.menu-charity-dashboard-container {
  float: none;
}
 .main-navigation ul {
    display: flex !important;
  }	
 #responsive-menu-button.active i::before {
    content: "\f00d";
   font-size: 24px;
    position: fixed;
    color: #fff;
    z-index: 999999;
    top: 60px;
  }	
 #site-navigation {
    display: block !important;
    position: fixed;
    right: 100%;
    width: 100% !important;
    top: 0px;
    bottom: 0px;
    background-color: #1f3d7d;
    z-index: 99;
    transition: all ease-in .6s;
    margin-top: 0;
  }	
.container1.main-header {
  margin-top: 65px;
}
.container1.main-header .logosection {
  top: 25px;
}
.page-id-183 .entry-content {
    margin-top: 60px;
}
	
	
	form.woocommerce-form.woocommerce-form-login.login {
    margin-right: 1.5em !important;
    margin-left: 15px;

}
	ul.products.columns-4 li.product.type-product {
    width: 32% ;
    margin-left: 1% ;
}
	.slider-pro .sp-thumbnail-container img.sp-thumbnail {
    width: 72% !important;
}
	.woocommerce table.shop_table td
	{
	    padding: 9px 12px;
	
	}
	.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]
	{
		margin-bottom: 10px !important;
	}
	.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]
	{
/* 		    margin-bottom: 10px !important;
 */
	}
	.page-id-25 button.button {
    margin-bottom: 10px !important;
	}

}
@media only screen and (max-width: 767px)  {
	.site-info {
    padding: 10px;
		display: inline-block;
		text-align: center;
	}
	.footer-section-second.footerid {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
		margin: 0 !important;
}
.top-winner.winner-selection-sec h1 {
  font-size: 28px !important;
  margin-top: 41px;
}
.top-winner.winner-selection-sec .button {
  width: 100%;
  display: block;
  line-height: 1;
}
.data-listing-reports .price-box {
  width: 48%;
}
.data-listing-reports {
  flex-direction: row !important;
  flex-wrap: wrap;
  row-gap: 25px;
}
#reporting_all_orders {
  overflow-y: scroll;
}
.export-table.table.table-condensed.table-vendor-sales-report.report21 .export-header th {
  padding: 10px !important;
}
.width-left-site.reporting-page-sec .customer-report {
  display: block;
}
h2#title-reo {
  font-size: 18px !important;
  margin-top: 30px !important;
}
.width-left-site.reporting-page-sec div#popup1 {
  width: 100% !important;
    padding-top: 10px;
  box-shadow: none;
}
.width-left-site.reporting-page-sec .wc-order-preview-addresses {
  width: 100%;
  overflow-y: scroll;
}
.form-parent form .grid-row-report .row-report-flex {
  display: block;
}
.site-settings-new-one {
  border: none !important;
}
#tabpos-event-time.rtg-container .event-time-inner {
  width: 100%;
}
.ticket-packages .repeater input {
  width: 100%;
  margin-bottom: 14px;
}
	.container1.main-header {
  margin-top: 70px;
}
	.container1.main-header .logosection {
  top: 49px;
}
.footer-section-third.footerid li#nav_menu-2 .widgettitle {
    text-align: center;
	}
	.site-info.container ul#menu-footer-menu {
    text-align: center;
}
	.footer-seo-link {
    text-align: center;
	}
	.woocommerce-shop ul.products.columns-3 li {
    width: 47% !important;
}
	.page-id-559 .entry-content {
    margin-top: 80px;
	}
	.woocommerce-cart .entry-content {
    padding-top: 20% !important;
}
	.responsivemenu .loginadmin li a {
    background-color: unset !important;
}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product
	{
		width:48%;
    float: left !important;
    margin: 0 0 2.992em !important;
}
	
	ul.products.columns-4 li.product.type-product {
    width: 48% ;
    margin-left: 1% !important;
    margin-bottom: 3% ;
}
	
.content-about-cat-second.tablink p {
    padding-top: 35px !important;
}
.content-about-cat-second.tablink p
	{
	    padding-top: 0px !important;
	
	}

	.product-advertise.outofstock {
    margin-top: 35px !important;
}

section.about-home .row {
    display: block;
}
section.about-home .row .about-description-home {
    width: 100% !important;
}
section.about-home .row .about-image-home {
    width: 100%;
	text-align:center;
}

	.slider-pro.sp-horizontal .sp-previous-arrow {
    height: 48px;
    width: 48px;
    z-index: 999;
    background-size: cover;
    top: 160px !important;
    left: 20px !important;
}
.slider-pro.sp-horizontal .sp-next-arrow {
    z-index: 9999;
    height: 48px;
    width: 48px;
    background-size: cover;
    top: 160px !important;
    right: 20px !important;
}


	.grid-container {
		display: grid;
		grid-template-columns: auto auto;
		padding-bottom: 25px;
/* 		border-bottom: 3px dotted #c7ebff; */
	}
	section.advertise .row {
		display: block;
	}
	section.advertise .row .advertise-image {
		width: 100%;
		padding: 0;
/* 		text-align: center;
		margin-bottom:80px; */
		margin-bottom:20px;

	}
	.product-advertise {
		width: 100%;
		    padding-top: 5px;
	}
	.home-details-tabs .tablink img {
		width: 25px !important;
   		height: 25px;
		object-fit: contain;
	}
	.home-details-tabs .tablink p {
		font-size: 14px !important;

	}
	.grid-container-about {
		display: grid;
		grid-template-columns: 50% 50%;
		width: 93%;
		bottom: 0;
		grid-column-gap: 30px;
	}
	.content-about-cat-second {
		width: 65%;
	}
	.content-about-cat-first {
		width: 65%;
	}
	.tabs-section {
		padding: 11px 15px;
		height: auto;
	}
	section.about-home .row {
	display: block !important;
		padding-bottom: 100px; 
	}
	.about-description-home {
/* 		width: 100% !important;
		padding: 20px !important;
		padding-bottom: 10px !important;
	} */
    width: 65%;
    margin: auto;

}
	.about-image-home {
/* 		width: 100% !important;
		padding: 0px !important;
		text-align: center !important; */
		    width: 35%;
    padding: 20px;
	}
	li#custom_html-2 {
		position: relative;
		bottom: unset;
		margin-bottom: 0;
	}
	.footerid {
    	width: 100%;
	}
	.site-info.container ul#menu-footer-menu {
		margin: 0;
	    padding: 0;	
	}
	li#nav_menu-3 ul#menu-footer-menu li {
		text-align: center;
	}
/* 	.container {
		padding-top: 55px;
	} */
	nav#site-navigation {
		display: none;
	}
	.responsivemenu {
   		display: block;
	}
	.logrightsection .responsivemenu nav.nav.is-fixed {
		text-align: left;
	}
	.loginadmin a {
		background-color: #24823200 !important;
		color: #fff !important;
	}
	.nav-container.is-visible li {
		font-size: 16px;
	}
	.main-nav-responsive li {
		padding: 0 5%;
		line-height: 48px;
	}
	.nav-menu .menu-link {
		padding: 0 !important;
	}
	
	#post-10 .entry-content {
		width: 100%;
		/* display: flex; */
		margin: 0 auto;
		padding-top: 30%;
	}
	.nav-container a {
		color: #fff;
	}
	li.menu-item.img {
		text-align: center !important;
	}
	li.menu-item.img {
		    padding: 21px 5% 50px;
	}
	.nav-menu .menu-item {
		border:none !important;
	}
	
	.woocommerce button.button {
		padding: 0px 0px;
	}
	.woocommerce button.button {
		width: 30%;
	}
	.entry-content {
		padding-top: 20%;
	}
	.logosection .custom-logo-link {
		padding: 10px;
/* 		background-color: #fff0; */
	}
	section.advertise {
		margin: 0 auto;
		padding-bottom: 55px;
		margin-top: 9%;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.nav-container.is-visible li.menu-item {
		width: 100%;
		border: 0.1em solid #c7ebff !important;
	}
	#masthead {
		margin: 45px 0 0;
		padding: 10px;
		float: left;
		width: 100%;
		background-color: #248232;
		position: relative;
	}	
	.entry-content {
		width: 100% !important;
		/* display: flex; */
		margin: 0 auto;
		padding-top: 40%;
	}
		
	div#contactuspage {
		display: block;
		width: 100%;
		margin: 0 auto;
		box-shadow: 0px 0px 35px 2px #1324470a;
	}
	.contact-fomrs-details {
		width: 100%;
		margin-top: 0px;
		padding: 16px;
	}
	div#contactuspage form.wpcf7-form.init {
		margin-top: 30%;
	}
	.contact-details {
		width: 100%;
	}
	.contact-details img.aligncenter {
		/* margin: unset; */
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		text-align: center;
	}
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
		margin-top: 0em;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 0px 23px;
		transition: 0.3s;
		border-radius: 25px;
		line-height: 50px;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #fff;
		background-color: #293348;
	}
	.wpls-logo-showcase.wpls-dots-false {
    padding: 0 0px !important;
}
	.footerid {
		width: 100%;
		display: inline-grid;
    margin-top: 0px !important;

	}
	
	
}
@media only screen and (max-width:920px)  {
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		display: block;
		width: 50%;
		float: right;
	}
}

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


@media only screen and (max-width:1400px)  {
.about-home:before {
/*     margin-left: calc(-100vw/2 + 100%/2)!important; */
	    margin-left: calc(-102vw/2 + 100%/2)!important;

}
.logosection {
  top: 0px;
}
#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
  top: 400px !important;
}

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

section.about-home.container {
    width: 100%;
}
	.woocommerce-checkout .entry-content {
    padding-top: 143px !important;
	}	
	.add-manual12.Order-Dashboard-manual12 {
  padding-left: 20px;
  padding-right: 20px;
}
	h1.woocommerce-products-header__title.page-title
	{
		margin-top:40px !important;
	}
	form.woocommerce-form.woocommerce-form-login.login {
       margin-right: 0.5em !important;
    margin-left: 6px;
	}
.content-about-cat-second.tablink p {
    padding-top: 10px !important;
}
#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
  top: 478px !important;
}
.width-left-site.reporting-page-sec {
  width: 100%;
}
.content-about-cat-second.tablink p
	{
	    padding-top: 36px !important;
	
	}

	.entry-content {
		width: 100% !important;
		/* display: flex; */
		margin: 0 auto;
		padding-top: 15% !important;
	}
	.woocommerce ul.products li.product .button {
		font-size: 13px !important;
		    padding: 0 35px;
	}
	div#contactuspage {
		width: 100%;
		margin: 0 auto;
		box-shadow: 0px 0px 35px 2px #1324470a;
	}
	
}
@media only screen and (max-width: 480px)  {
.single.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
    width: 75% !important;
    float: left;
    margin-top: 121px !important;
    margin-left: 40px !important;
    text-align: center !important;
}
.single.single-product .product.type-product .summary.entry-summary {
    width: 90% !important;
    float: left !important;
    text-align: center;
}	
	
	.single.single-product form.cart {
    padding-left: 50px;
}
	
	section.advertise {
    margin-top: 7%;
}
	.site-info.container ul#menu-footer-menu{
	    text-align: center;	
	}
	
	li#nav_menu-2 h2.widgettitle {
    text-align: center !important;
}
	.footer-section-third.footerid li#nav_menu-2 ul#menu-footer-menu {
    text-align: center;
}
	.footer-seo-link {
    text-align: center;
}
	
	
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product
	{
		    width: 88% !important;
    float: left !important;
    margin: 0 0 2.992em !important;
	}
	.rc-anchor-normal {
	}
	ul.products.columns-4 li.product.type-product {
    width: 98% !important;
		    margin-bottom: 7% !important;

}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
	{
		    width: 100% !important;
 	}
.footer-section-first.footerid {width: 100% !important;text-align:center;}


.footer-section-second.footerid {
    width: 100%;
    text-align: center;
}
.footer-section-third.footerid {
    width: 100%;
    text-align: center;
    margin-top: 0px !important;

	}
section.advertise .sp-arrow.sp-previous-arrow {
    top: 130px !important;
}
section.advertise .sp-arrow.sp-next-arrow {
    top: 130px !important;
}
section.about-home .row .about-image-home .sp-mask.sp-grab {
    width: 100% !important;
}
.logosection .custom-logo-link {
    margin-top: -15px;
    max-width: 240px;
}	
	.grid-container-about {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    bottom: 0;
    grid-column-gap: 9px;
}
.content-about-cat-second {
		width: 100%;
	}
	.content-about-cat-first {
		width: 100%;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		display: block;
		width: 100%;
		float: right;
	}
	.woocommerce-cart .entry-content{
    padding-top: 42% !important;
	}
	
	.entry-content {
		width: 100% !important;
		/* display: flex; */
		margin: 0 auto;
		padding-top: 40% !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 30%;
		background-color: #7ca1d86b;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 70%;
		padding: 0px 20px;
	}
	.woocommerce-message a {
		padding: 0px 8px !important;
		font-size: 11px !important;
	}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button .woocommerce ul.products li.product .button {
    padding: 0px 4px;
    font-size: 11px;
}
	.woocommerce button.button {
    width: 100%;
}
.woocommerce ul.products li.product .button {
		font-size: 13px !important;
		    padding: 0 20px;
	}
	/*.home-details-tabs .tablink img {
		width: 50px !important;
		height: 50px;
	}*/
	section.about-home .row {
		display: inline-block !important;
	}
	.footer-section-second.footerid {
    	text-align: center;
	}
	.advertise .sp-horizontal .sp-previous-arrow {
		left: -10px;
		right: auto;
	}
	.slider-pro.sp-horizontal .sp-previous-arrow, .slider-pro.sp-horizontal .sp-next-arrow {
    	top: 170px;
	}
	.slider-pro.sp-horizontal .sp-previous-arrow, .slider-pro.sp-horizontal .sp-next-arrow {
    	top: 215px !important;
    	background-size: cover;
    	width: 35px;
    	height: 35px;
 }

	.advertise .sp-horizontal .sp-next-arrow {
    right: -10px;
    left: auto;
}
}

@media only screen and (max-width: 1100px){
	.aboutsec {
		height: 100%;
		z-index: 9;
		position: relative;
		margin-top: 80px !important;
		display: inline-flex;
		width: 100%;
	}
}
@media only screen and (max-width: 1024px){
	section.about-home .row {
		display: flex;
		padding-bottom: 130px;
	}
}



@media only screen and (max-width:320px){
	.aboutsec .sp-slide {
		position: absolute;
		width: 100% !important;
	}
}
@media only screen and (max-width: 768px)  {
/************Single Product Page************/
.single.single-product section.related.products {
    padding-left: 40px;
}
	
.single.single-product button.single_add_to_cart_button.button.alt, .single.single-product button.single_add_to_cart_button.button.alt:hover {
    width: unset !important;
    padding: 0px 35px;
}
.single.single-product .summary.entry-summary {
    width: 60% !important;
    float: left !important;
    margin-left: 20px;
    padding-right: 0px !important;
}	

.single.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 29% !important;
    float: left;
    margin-top: 90px;
    margin-left: 20px;
}

	
	
	
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product
	{
		width:48%;
    float: left !important;
    margin: 0 0 2.992em !important;
}
	ul.products.columns-4 li.product.type-product {
    width: 48% ;
    margin-left: 1% ;
    margin-bottom: 3% ;
}
}
body.archive.post-type-archive ul.products.columns-3 {
    margin-left: 3em;
}
form.woocommerce-ordering {
    margin-right: 40px !important;
}
p.woocommerce-result-count {
    margin-left: 40px !important;
    margin-top: 40px !important;

}
h1.woocommerce-products-header__title.page-title {
    margin-left: 35px;
}
/* section.advertise .advertise-image {
    width: 65% !important;
    padding: 90px 25px 0 0 !important;
    color: #248232 !important;
    float: left !important;
}
.product-advertise {
    padding: 0px 30px !important;
    width: 35% !important;
    background-color: #122651 !important;
    color: #fff !important;
    padding-bottom: 30px !important;
    float: left !important;
} */
section.advertise .row .advertise-image h1 {
    text-align: center;
}
section.advertise .row .advertise-image p {
    text-align: center;
}


section.advertise .row .advertise-image .raffle-image-section-right {
    text-align: left;
}
#time-remaining
{

	border-top:unset !important;
	border-bottom:unset !important;
	color:#000 !important;
    margin-top: 0px !important;
    font-size: 1rem !important;
text-transform:lowercase !important;

	
}
#time-remaining span
{
    font-size: 1rem !important;
	color:#000 !important;
}
div#time-remaining span:nth-child(4)
{
	margin-left:5px !important;
}

#time-remaining p {
    font-weight: unset !important;
    text-transform: capitalize !important;
}
.raffle-image-section-right a.button.button-shadow {
    display: none;
}
.checkout-btn-section a.button.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before{
	color:transparent;
}
.woocommerce-page woocommerce-error, .woocommerce-page p.cart-empty.woocommerce-info, .woocommerce-page .woocommerce-message{
background-color: transparent ;
    color: transparent ;
    border-color: transparent;
}
	
.raffle-settings_page_winner_categories .rtg-category-section {
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: flex-end !important;
}
.content-about-cat-second.tablink, .content-about-cat-third.tablink {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	cursor: pointer;
}
.content-about-cat-first.tablink.w3-red,.content-about-cat-third.tablink.w3-red {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	cursor: pointer;
}

.content-about-cat-first.tablink {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	cursor: pointer;
}
.footer-section-first.footerid span.ctn-title {
    display: block;
}

.responsivemenu ul li.menu-item.img {
    display: none;
}
.woocommerce-checkout .entry-content {
    padding-top: 80px;
}
.page-id-559 .entry-content {
    padding-top: 7%;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.single.single-product button.single_add_to_cart_button.button.alt,.single.single-product button.single_add_to_cart_button.button.alt:hover {
    margin: -10px 0px 0px 5px;
    width: 45%;
}
.single.single-product .summary.entry-summary {
    margin-top: 60px;
}
.single.single-product .woocommerce-product-gallery {
    margin-top: 60px;
}
.single.single-product section.related.products {
    float: none;
    padding-left: 80px;

}
.single.single-product section.related.products h2 {
    text-align: center;
}

.single.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 40%;
}
.single.single-product figure.woocommerce-product-gallery__wrapper img.wp-post-image {
    width: 300px;
    float: right;
}
/***Remove Timer****/
/* .advertise-time {
    display: none;
} */
.advertise-time p {
    text-align: center;
    margin-bottom: 0px !important;
}
.advertise-time {
    border-top: 3px dotted #c7ebff;
}

#secondary{
	    max-width: 100% !important;
    width: 1200px;
    float: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
#wpb_widget-2 table tbody tr td{
	/*border: 1px solid #248232;*/
    padding: 10px;
	font-size: 16px;
    color: #248232;
    font-weight: 600;
}
#chance_refrence_widget-2 table tbody tr td{
	/*border: 1px solid #248232;*/
    padding: 10px;
	font-size: 16px;
    color: #248232;
    font-weight: 600;
}
#chance_refrence_widget-2 table tbody tr th,#wpb_widget-2 table tbody tr th{
	background:#248232;
	color:#fff;
	padding: 10px;
	border: 1px solid #248232;
	font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.right {
/*     width: 25%; */
	margin-left:2%;
	
}
.left {
    width: 73%;
	border-right:1px solid #D3D3D3;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}
.space12 ul li{
	padding:15px !important;
}
#post-559 ul li{
	padding:15px !important;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 32% !important;
}
#chance_refrence_widget-2 table tbody tr td:nth-child(1),#wpb_widget-2 table tbody tr td:nth-child(1) {
  background: #e1ebff;
	font-size:20px;
	font-weight:bolder;
}
.grid-item-about-first.gridsec p, .grid-item-about-second.gridsec p, .grid-item-about-third.gridsec p {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.home-details-tabs img {
    padding-left: 10px;
}
#secondary li#cnss_widget-2 {
    list-style: none !important;
}
#wpb_widget-2 table tbody tr:nth-child(2n+1){
/*   background: #f9fbff; */
}
#chance_refrence_widget-2 table tbody tr:nth-child(2n+1){
/* 	 background: #f9fbff; */
}
#wpb_widget-2 table,#chance_refrence_widget-2 table{
	border-collapse:collapse;
	border: 1px solid #eef0f5;
}
#wpb_widget-2 table tbody tr:nth-child(n) {
    border-bottom: 1px solid #eef0f5;
}
#chance_refrence_widget-2 table tbody tr:nth-child(n) {
    border-bottom: 1px solid #eef0f5;
}
.back23 {
    font-size: 20px;
    padding: 15px 30px;
    background: #248232;
}
.not-found {
    text-align: center;
    padding: 50px 0;
}
nav#site-navigation {
    padding: 40px 0px;
}
/*New css*/

.page-id-1892 .event-sec {
    padding: 30px 0;
}

.page-id-1892 .event-sec {
    display: flex;
}
.page-id-1892 .start-date {
    padding-right: 20px;
    border-right: 1px solid #c5c5c5;
}
.page-id-1892 .end-date{
	padding-left:20px;
}

div#slider-pro-3-494,img.alignnone.size-full.wp-image-1535.imag1 {
    display: none;
} 
img.sp-image {
    width: 40% !important;
    display: block;
    text-align: center;
    margin: 0 auto !important;
    margin-left: 0;
}
/* .sp-mask.sp-grab{
	height:340px !important;
} */
#colophon .footer-social a{
	margin-right:0 !important;
}
#colophon .footer-social a img {
    width: 32px;
    height: 32px;
}
.add-manual12 {
   background: #fff !important;
}

/* ul#charity-dashboard li {
    float: left;
}
#charity-dashboard li ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 1rem;
    display: none;
    position: absolute;
    display: none;
    width: 200px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    padding-top: 0;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0 10px;
    background: #248232;
    /* color: #fff; */
    transition: 0.6s ease;
}
ul#charity-dashboard li:hover > ul, ul#charity-dashboard li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: 0.6s ease;
}
.team-wrapper {
  margin-top: 0px !important;
}
.team-wrapper p {
  font-size: 16px;
}
.team-wrapper h4 {
  width: 74%;
  margin: 0 auto !important;
  margin-bottom: 0px;
  text-align: center;
  margin-bottom: 40px;
}
.logrightsection #site-navigation .sub-menu li a:hover{
	color:#fff !important;
}
.add-team12{
	background: #fff !important;
	border-radius: 0px !important;
    border-top: 5px solid #c6c6c6;
}
.link a{
	color:#273739 !important;
}
.footer-info span.ctn-title p,.footer-section-second-info {
    font-size: 13px;
	font-family: 'Poppins', sans-serif;
}
#nav_menu-2 h2.widgettitle {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
ul#menu-footer-menu li a {
    font-size: 13px;
	font-weight:400;
}
ul#accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
} */
.container1 {
    max-width: 100% !important;
    width: 1500px;
    float: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.loginadmin {
    padding-right: 20px;
}
.loginadmin a{
	text-transform:uppercase;
	font-size:16px;
}
.container1 {
    max-width: 100% !important;
    width: 1500px;
    float: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.home-dtails .w3-bar.w3-black {
    padding: 10px 0 !important;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
body {
    overflow-x: hidden;
}

.p-10{
    padding:10px 0;
}
.m-20{
    margin:20px 0;
}
.product-advertise .grid-item{
    border-radius: 20px;
}
.page-template-pick-winner header#masthead {
    margin-bottom: 30px;
}
.footer-seo-link h2 {
    font-size: 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-seo-link ul li {
    padding: 0 15px;
}
.footer-seo-link ul {
    padding: 0;
    margin: 0;
	display:flex;
}
footer#colophon li {
    list-style: none;
}
section.raffle-banner-section.container.top-head-slider {
    text-align: center;
}
a.flex-prev,a.flex-next {
    font-size: 0;
}
a.flex-prev:before {
    content: '' !important;
    position: absolute;
    background: url(/wp-content/uploads/2022/04/previous.png);
    font-size: 0;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: none;
    font-family: none;
	left: 0px;
}
a.flex-next:before{
content: '' !important;
    position: absolute;
    background: url(/wp-content/uploads/2022/04/next.png);
    font-size: 0;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    text-shadow: none;
    font-family: none;
	right:0;
}
.flex-next{
	overflow:visible !important;
}

.advertise-image .flexslider2 .flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}
.advertise-image .flexslider2 a.flex-next:before {
    content: '' !important;
    position: absolute;
    background: url(/wp-content/uploads/2022/04/next.png);
    font-size: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    text-shadow: none;
    font-family: none;
    right: 0;
}
.flexslider {
    margin: 0;
}
.flexslider2 {
    text-align: center;
    position: relative;
	margin: 10px 0;
}
.flexslider2 .flex-control-nav {
    width: auto;
    position: inherit;
    bottom: 0;
    text-align: center;
}
.flexslider2 ul.slides li img {
    width: 600px;
    height: 400px;
    object-fit: contain;
}
.left-title-02{
	width:70%;
}
.flex-direction-nav a{
	opacity:1 !important;
}
/* .flex-direction-nav .flex-prev {
    left: unset !important;
} */
/* .flex-direction-nav .flex-next {
    right: unset !important;
} */
.flexsliders {
    position: relative;
}
.flexslider2 .flex-direction-nav .flex-prev {
    left: 30px;
}
.flexslider2 .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 45px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: initial;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 .flexslider2 a.flex-prev:before {
    content: '' !important;
    position: absolute;
    background: url(/wp-content/uploads/2022/04/previous.png);
    font-size: 0;
    width: 40px;
    height: 40px;
	opacity: 0.8;
    background-repeat: no-repeat;
    background-size: contain;
}
.flexslider2 .flex-direction-nav .flex-next {
    right: 50px;
    text-align: center;
}
.flexslider2 a.flex-next:before {
    content: '' !important;
    position: absolute;
    background: url(/wp-content/uploads/2022/04/next.png);
    font-size: 0;
    width: 40px;
    height: 40px;
	opacity: 0.8;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    text-shadow: none;
    font-family: none;
    right: 0;
}
@media only screen and (max-width: 479px) {
.top-head-slider.raffle-banner-section .raffle-description-section-left {
  width: 100% !important;
}
.flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 10px;
}	
.total-raised p {
  margin-bottom: 0px !important;
  margin-top: 35px;
}	
.flexsliders .flex-viewport .slides img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}	
.flexsliders {
  width: 100%;
}	
.site-header#masthead {
  margin: 0px !important;
}
 body #masthead nav#site-navigation ul li a {
    margin: 0;
    width: 100%;
    padding-left: 20px !important;
  }	
.home .menu-charity-dashboard-container #charity-dashboard a {
  width: 100% !important;
}
.team-wrapper-right .new-main-hide_all .left03 {
  width: 100%;
}	
#new-main_all .five-button {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}	
header#masthead {
  margin-top: 33px !important;
  margin-bottom: 30px !important;
}
  .sectionnew.home-product.section-bg-repeat .left-section.sectin-full .single_add_to_cart_button.button.alt {
   width: 100% !important;
  }	
header#masthead .container1 {
  padding-bottom: 0;
}
.page-id-1897 form#test_form {
  text-align: left;
}
.cutomer-info-sec .t1 input {
  width: 90%;
}
.page-template-site-setting .layout-tab.tab button.tablinks {
  width: 100%;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0px;
    margin-bottom: 0px;
  margin-bottom: 10px;
}
body #savesettings {
  width: 94% !important;
  font-weight: 700 !important;
	margin-left: 13px !important;
}
.prize-button a {
  width: 100%;
  padding: 10px 30px !important;
  text-align: center;
  font-size: 16px !important;
  margin-bottom: 0px !important;
	display: block;
}
.button-primary.bu1.add-image {
  width: 100%;
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 15px;
}
.wp-editor-container {
  padding: 1px;
}
.button-primary.bu1.add-image {
  width: 100%;
  font-size: 14px !important;
  font-weight: 700;
}
#total_sliderimages .inner-total_sponsors_25 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#total_sliderimages {
  flex-direction: column;
}
.ticket-packages .descrp-ticket h1 {
  font-size: 24px;
}
.add-manual12.Order-Dashboard-manual12 {
  padding-left: 10px;
  padding-right: 10px;
}
.add-manual12.Order-Dashboard-manual12 .manual-order-updated-design {
  width: 100%;
}
.add-manual12.Order-Dashboard-manual12 .title-add1 {
  font-size: 24px !important;
}
.container1.main-header {
  display: flex !important;
  width: auto !important;
}
.data-listing-reports .total-sent-box1.price-box bdi {
  font-size: 24px;
}
.data-listing-reports .charge-collected-box2.price-box bdi {
  font-size: 24px;
}
.data-listing-reports .manual-orders-box3.price-box bdi {
  font-size: 24px;
}
.data-listing-reports .Total-box4.price-box h3 {
  font-size: 24px !important;
}
#accordion.accordian-tabs.container.ui-accordion.ui-widget.ui-helper-reset {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.product_type_simple.button .quantity_buy input {
  width: 36% !important;
}
.product_type_simple.button button {
  padding: 10px;
}
#product-grid .product_type_simple.button {
  padding: 0;
}
.raffle-banner-section.top-head-slider {
  margin-top: 0px;
}
.container1.main-header .logosection {
  top: 15px !important;
}
.container1.main-header .logosection {
  position: relative !important;
  margin: 0 auto;
}
}
.footer-social {
	text-align:center
}
.woocommerce-checkout > table.woocommerce-checkout-review-order-table {
	display:none !important
}