/*
Theme Name: Politics Candidate
Theme URI: https://www.themescaliber.com/products/free-political-wordpress-theme
Author: ThemesCaliber
Author URI: https://www.themescaliber.com/
Description: Politics Candidate is a sophisticated and versatile WordPress theme tailored specifically for political candidates and campaigns. The theme is designed for political for websites, Political Campaign, Election Candidate, Political Leader, Political Office, Campaign Manager, Government Official, Election Strategy, Political Advisor, Campaign Promotion, Political Event, Voter Outreach, Political Advocacy, Political Party, Election Rally, Political Fundraising. With its sleek design and user-friendly interface, this theme offers a comprehensive suite of features to help politicians engage with constituents, showcase their platforms, and mobilize supporters effectively. From its crisp, responsive layout to its customizable color schemes and typography options, the Politics Candidate theme ensures a professional and visually striking online presence. Its integration with popular plugins like WooCommerce allows for seamless fundraising efforts, while built-in donation forms streamline the process of collecting contributions. One of the standout features of this theme is its robust event management system, which enables candidates to promote rallies, town halls, and fundraisers with ease. Interactive maps, RSVP functionality,and calendar integration ensure that supporters stay informed and engaged with campaign activities. Furthermore, the Politics Candidate theme prioritizes accessibility and inclusivity,with options for multilingual support and ADA-compliant design elements. This commitment to reaching diverse audiences enhances the candidate's ability to connect with voters from all backgrounds. Social media integration is another highlight, enabling candidates to amplify their message across various platforms and foster online community engagement.Additionally, the theme offers comprehensive blogging capabilities, empowering candidates to share their thoughts, policy proposals, and campaign updates in a compelling and informative manner.
Requires at least: 5.0
Version: 0.3.6
Tested up to: 6.7
Requires PHP: 7.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: politics-candidate
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, block-styles, block-patterns ,wide-blocks, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, flexible-header, sticky-post, full-width-template, theme-options,rtl-language-support, threaded-comments, blog, portfolio, news

Politics Candidate WordPress Theme has been created by ThemesCaliber (ThemesCaliber.com), 2024.
Politics Candidate WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */
*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  font-size:15px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
img{ 
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
.service-content  img{
  width: 50%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:10px 0;
  color: #000;
  font-family: 'Barlow';
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:14px;
  font-weight: 300;
}
a, a:hover, a:focus,a:hover{
  text-decoration:none;
  color: #DD131A;
}
a:focus, input:focus, textarea:focus, button:focus, .woocommerce form .form-row input.input-text:focus{
  outline: ridge ;
  outline-color: #000;
}
code{
  text-decoration:none;
  color:#000;
}
ul{
  margin:0 0 0 15px;
  padding:0;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
select{
  width:100%;
}
aside{
  clear:both;
}
.clear{
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.middle-align{
  margin:0 auto;
  padding:20px 10px;
}
.middle-align h1,
h1.product_title.entry-title,
#tab-description h2,
#reviews h2,
h2#reply-title {
  color: #000;
  font-size: 30px;
  text-transform: capitalize;
}
/*wide block*/
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
} 

/* 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;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.post.sticky{
  margin:0;
  padding:0;
  background-color:#eee;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  padding:5px;
  margin-bottom:10px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.bypostauthor{
  margin:0;
  padding:0;
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}

/* ---------Buttons--------- */
a.button{
  background: #DD131A;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
}

/* ---------Main Header Box--------- */
.mail-header i, .location-header i, .call-header i{
  color: #DD131A;
  font-size: 16px;
  font-weight: 900;
}
/*.mail-header i{
  rotate: 90deg;
}*/
.mail-header a, .location-header span, .call-header a{
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#header .diff-lay{
  font-family: 'Lobster', cursive;
  font-size: 18px;
  text-transform: capitalize;
}
#header .same-lay a{
  font-size: 18px;
  color: #000;
}
#header .social-media i{
  border-radius: 30px;
  padding: 10px 10px;
  background: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 8px;
}
#header .social-media i:hover{
  background: #DD131A ;
}
.page-template-custom-frontpage .header-menu-box{
  padding: 0px;
  z-index: 3;
  position: relative;
  margin-bottom: 0px;
}

.header-menu-box{
  padding: 22px 8px 18px;
  z-index: 3;
  position: relative;
  margin-bottom: -0px;
}
.header-menu-box .btn{
  padding: 0 !important;
}
.top-header-section{
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-left: 20px;
}
.logo{
  padding: 15px;
  background: #DD131A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  z-index: 1;
  border-right: 8px solid #fff;
  border-left: 8px Solid #fff;
  border-bottom: 8px solid #fff;
}
img.custom-logo{
  max-width: 100%;
}

/* --------- MENUS CSS --------- */
.primary-navigation ul{
  list-style: none;
  margin-left: 0 !important;
}
.primary-navigation ul li{
  display:inline-block;
  margin:0;
  position:relative;
/*  padding: 20px 10px;*/
}
#menu-sidebar{
  margin-left: 8px;
}
.primary-navigation ul li a{
  color: #000;
  padding: 20px 20px 20px 10px;
  display: block;
  font-size: 14px;
  font-weight: 600!important;
  text-transform: capitalize;
}
.primary-navigation ul li a:hover{
  color: #DD131A;
}
.primary-navigation ul li:hover{
    border-top: 4px solid #DD131A;
}
.primary-navigation ul li{
   border-top: 4px solid transparent;
}
.primary-navigation ul ul{
  display: none;
  position: absolute;
  background: #252525;
  min-width: 215px;
  z-index: 9999;
  margin: 0;
  border:1px solid #DD131A;
}
.primary-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.primary-navigation ul ul a{
  color: #fff;
  background: #DD131A;
  padding: 10px;
  border: 0;
}
.primary-navigation ul ul a:before {
  display: none;
}
.primary-navigation ul ul a:hover{
  color: #121212;
  background:#fff;
}
.primary-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none;
  padding: 0;
  max-height: auto;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  border-top: 4px solid #DD131A;
}
.primary-navigation ul li:hover > ul{
  display: block;
}
.textwidget a,
.comment-list li.comment p a,
#content-ma a,
.entry-content a{
  text-decoration: underline;
  color: #DD131A;
}

/*--------------- SUPERFISH MENU ---------------------------*/
/*.sf-arrows .sf-with-ul{
  padding: 20px 15px 20px 0;
}*/
.sf-arrows ul .sf-with-ul{
  padding: 10px;
}
.sf-arrows .sf-with-ul:after{
  content: '\f13a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 23px;
}
.sf-arrows ul .sf-with-ul:after{
  content: '\f138';
  top: 12px;
  font-size: 12px;
  right: 10px;
}
.toggle-menu, a.closebtn{
  display: none;
}

/* Logo */
.site-logo{
  text-align: center;
}
.logo h1,.logo p.site-title{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.logo h1 a, .logo p a {
  color: #fff;
}
.logo p{
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}
.header-icons a {
  color: #000;
  font-size: 16px;
  margin: 0 10px;
  display: inline-block;
}
.menu-header{
  margin-top: 0px;
}
/*--- Preloader 1 ---*/
.preloader {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.preloader-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #333;
  animation: movein 2s infinite;
}
.preloader-squares {
  width: 50px;
  line-height: 19px;
  height: 50px;
}
.preloader-squares .square:nth-child(1) {
  transform: translate(0, -25px)
}
.preloader-squares .square:nth-child(2) {
  transform: translate(25px, 0)
}
.preloader-squares .square:nth-child(3) {
  transform: translate(-25px, 0)
}
.preloader-squares .square:nth-child(4) {
  transform: translate(0, 25px)
}
@keyframes movein {
  33% {
    transform: translate(0, 0);
  }
  66% {
    transform: translate(0, 0);
  }
}

/*--- Preloader 2 ---*/
.preloader-chasing-squares {
  width: 50px;
  height: 50px;
  line-height: 19px;
}
.preloader-chasing-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #333;
}
.preloader-chasing-squares .square {
  animation: focusfade 2s infinite;
}
.preloader-chasing-squares .square:nth-child(2) {
  animation-delay: .5s;
}
.preloader-chasing-squares .square:nth-child(3) {
  animation-delay: 1.5s;
}
.preloader-chasing-squares .square:nth-child(4) {
  animation-delay: 1s;
}
@keyframes focusfade {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

iframe, .entry-audio audio {
  width: 100%;
}

/* --------- SLIDER--------- */
.slider-small-text{
  font-size: 14px;
  letter-spacing: 1px;
  color: #DD131A;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
}
#slider{ 
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
/*  background: #000;*/
}
#slider img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  background-image: none;
  font-size: 20px;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1;
}
 #slider .carousel-control-next-icon{
    margin: -8px;
 }
#slider .carousel-control-prev-icon i, #slider .carousel-control-next-icon i{
  padding: 8px 8px;
  border-radius: 30px;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
}
#slider .carousel-control-prev-icon i:hover, #slider .carousel-control-next-icon i:hover{
  background: #DD131A;
  color: #fff;
  border: none;
}
#slider a.carousel-control-prev, #slider a.carousel-control-next{
  right: 0;
  top: 80%;
  transform: translate(-50%);
  opacity: unset;
  width: 10%;
}
#slider a.carousel-control-prev{
  left: 15.5%;
}
#slider a.carousel-control-next{
  left: 20%;
}
#slider .inner_carousel h1 {
  margin: 0;
  font-size: 32px;
  text-transform: capitalize;
  text-align: left;
  padding: 0px 10px;
  font-weight: 700;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  padding: 0;
  text-align: left;
  left: 14%;
  right: 50%;
}
#slider .inner_carousel h1 a{
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
#slider .inner_carousel p{
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color:#fff;
  padding: 0px 10px;
}
#slider .inner_carousel {
  text-align:left;
  color: #fff;
}
#slider .read-btn i{
  font-size: 14px;
}
#slider .read-btn a, .option a{
  padding: 10px 3px 10px 14px;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  letter-spacing: 0px;
  background-color: #fff;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 700;
}
.header-menu-box .read-btn a{
  padding: 12px 5px 12px 14px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px;
  text-transform: capitalize!important;
  background-color:#021460;
  border-radius: 30px !important;
  font-weight: 600;
}
#slider .read-btn:hover #slider .read-btn i{
  color: #DD131A;
  background: #fff;
}
#slider .read-btn i, .option i{
  border-radius: 30px;
  background: #000;
  padding: 7px 10px;
  color: #fff;
  transition: all 0.4s ease;
}
.header-menu-box .read-btn i{
  border-radius: 30px;
  background: #fff;
  padding: 7px;
  color: #021460;
  transition: all 0.4s ease;
}
#slider .read-btn a:hover, .option a:hover,.header-menu-box .read-btn a:hover{
  background: #DD131A;
  color: #fff;
}
#slider .read-btn:hover i, .option i:hover,.header-menu-box .read-btn:hover i{
  color: #DD131A;
  background: #fff;
}
#slider .read-btn{
  margin: 25px 0;
  padding: 0px 10px;
}

/*Event Section---------*/
#event-section{
  margin-top: 20px;
  background: url('./images/background-image.png') no-repeat bottom right;
  background-size: cover;
}
#event-section .main-event-section{
  padding: 0 25px 0 0!important;
}
#event-section .post-title-main-heading1,#event-section .post-title-main-heading2{
  font-size: 24px;
  font-weight: 600;
}
#event-section .post-title-main-heading2{
  color:#021460;
}
#event-section .post-para1{
  line-height: 25px;
  font-weight: 300;
}
#event-section .post-para2{
  line-height: 29px;
  font-weight: 400;
}
#event-section .list-text-sec span{
  font-size: 14px;
  font-weight: 600;
}
#event-section .list-text-sec p{
  font-size: 14px;
  font-weight: 400;
}
#event-section .list-main-sec i{
  background:#DD131A;
  color: #fff;
  padding: 4px 4px;
  font-size: 10px;
  margin-right: 10px;
}
#event-section p#timer .numbers {
  display: inline-block;
  color: #fff;
  height: 80px;
  margin-right: 20px;
  min-width: 60px;
  text-align: center;
  margin: 0 10px 0 0;
  border: 2px solid #DBDBDB;
  width: 20%;
  border-radius: 10px;
  background-color: #fff;
}
.count{
  font-size: 24px !important;
  font-weight: 700;
  padding: 5px 0 10px 0 !important;
  text-align: center;
}
#event-section p#timer .numbers:last-child {
  margin: 0;
}
#event-section p#timer .numbers span.count {
  color: #000;
  padding: 10px;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
#event-section p#timer .numbers span.text {
  font-size: 16px;
  padding: 7px 5px;
  color: #fff;
  font-weight: bold;
  background-color: #021460;
  display: block;
  border-radius: 0 0 10px 10px;
  border: 2px solid #021460;
}
.event-post-section{
  background: #fff;
  padding: 20px 10px 20px 0;
  border-radius: 25px;
  border: 1px solid #EDEDED;
}
.post-cat{
  overflow-y: scroll;
  direction: rtl;
  height: 375px;
  padding-left: 20px;
}
.event-post-section .postbox{
  display: flex;
  gap: 0.5em;
}
.event-post-section .postbox .post-date,.event-post-section .postbox .post-time{
  color: #474747;
  font-size: 12px;
  font-weight: 500;
}
.event-post-section .postbox i{
  color: #DD131A;
}
.event-post-section .post-title a{
  color: #000;
}
.event-post-section .post-img img{
  width: 100%;
  height: 80px;
  border-radius: 10px;
}
.event-post-section .post-content{
  direction: ltr;
}
.event-post-section .post-content h3{
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500;
  padding-top: 0px !important;
  padding-right: 0!important;
}

/* Width of the scrollbar */  
  #event-section ::-webkit-scrollbar {
    width: 6px; 
  }
  #event-section ::-webkit-scrollbar-track {
    background-color: #91888859;
    border-radius: 10px;  
 }
  #event-section ::-webkit-scrollbar-thumb {
    background-color: #DD131A;  
    border-radius: 10px;  
 }

/*------single post---------*/
.tc-single-category {
  margin: 10px 0px 0px 0px;
}
ul.post-categories {
  list-style: none;
  margin: 0px;
}
.tc-single-category li {
  display: inline;
}
.tc-single-category a {
  background: #DD131A;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 6px !important;
}
.tc-single-category a:hover{
  background: #DD131A;
  color: #fff;
}

/* Back to top button css */
.scrollup{
  color: #DD131A;
  position: fixed;
  bottom: 120px;
  right: 15px;
  font-size: 18px;
  font-weight: 500;
  z-index: 99;
  transform: rotate(-90deg);
  text-shadow: 1px 1px #000;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 43%;
  right: 43%;
}
.scrollup:focus,
.scrollup:hover{
  color: #DD131A;
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  transform: rotate(90deg);
}

/* Footer Section */
.footertown input.search-field {
  padding: 8px;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 10px;
}
.footertown .search-form label{
  width: 100%;
}
.footertown input[type="submit"],
input[type="submit"] {
  border: none;
  padding: 10px 20px;
  background: #DD131A;
  display: inline-block;
  color: #fff;
  font-size: 17px;
}
.footertown input[type="submit"]{
  width: 100%;
}
.footertown .tagcloud a,
.footertown .rssSummary,
.footertown span.rss-date,
.footertown cite,
.footertown strong,
.footertown p,
.footertown .widget ul li a,
.footertown td#prev a  {
  color: #fff;
}
.footertown caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.footertown table{
  border: solid 1px #999;
}
.footertown th,.footertown td {
  border-bottom: 1px solid #999;
  text-align: center;
}
.footertown td {
  padding: 9px;
  color: #fff;
  border: 1px solid #ddd;
}
.footertown th {
  text-align: center;
  padding: 9px;
  color: #fff;
  background: #DD131A;
}
.footertown select {
  padding: 10px 5px;
  color: #000;
}
.footertown .widget ul {
  margin: 0px 0;
}
.footertown .widget ul li {
  list-style: none;
  font-size: 15px;
  padding: 6px 0;
  color: #fff;
}
.footertown .widget ul li a:hover{
  color: #DD131A;
}
.footertown .textwidget p a{
  color: #fff;
}
.footertown .widget ul li:last-child{
  border:none;
}
.footertown .widget h3,.footertown .wp-block-search__label {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  border-bottom: 2px solid #DD131A;
  margin-bottom: 10px;
  width: 100%;
}
.footertown{
  background:#000;
}
#footer{
  border-top:1px solid #fff;
  background:#DD131A;
  text-align:center;
  padding: 15px;
}
#footer p{
  text-align: center;
  font-size:18px;
  color:#fff;
  font-weight: 600;
}
#footer p a{
  color:#fff;
  font-weight: 600;
}
.footertown .woocommerce-product-search input[type="search"]{
  border: 1px solid #fff !important;
}
.footertown a:focus,
.footertown input:focus,
.footertown textarea:focus,
#footer a:focus{
  outline-color: #fff; 
}
.footertown .tagcloud a,.footertown .wp-block-tag-cloud a{
  border: solid 1px #999;
  color: #fff;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
  background: transparent;
}
.footertown .tagcloud a:hover{
  background:#DD131A;
  color: #fff;
  border: 1px solid #DD131A;
}
.footertown a.rsswidget{
  color:#fff;
}

/* --------- Blog Page ------- */
.services-box .lower-box {
  background: #f7f5f5;
  padding: 10px 15px 20px 15px;
}
.services-box:hover {
  box-shadow: 9px 12px 30px 0px rgb(0 0 0 / 10%);
}
.services-box:hover .lower-box {
  background: #fff;
}
.metabox{
  color: #000;
  font-size: 14px;
  padding: 5px 10px;
}
.metabox i {
    margin-right: 5px;
}
.metabox .me-2{
  margin-left: 10px;
}
.metabox .px-2{
  padding-left: 0rem !important; 
  padding-right: 0rem !important;
}
.metabox a{
  color: #000;
}
.metabox a:hover, .metabox a:hover i{
  color: #DD131A;
}
.metabox span:after{
  content: '';
  display: inline-block;
  vertical-align: inherit;
  width: 4px;
  height: 4px;
  transform: translateY(-2px);
}
.metabox span:last-child:after {
  display: none;
}
.services-box li {
  list-style: none;
  display: inline;
}
.services-box .tc-category a {
  background: #DD131A;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff !important;
  margin: 6px;
  display: inline-block;
}
.services-box .tc-category a:hover{
  background: #DD131A;
  color: #fff;
}
.services-box img{
  width: 100%;
}
.services-box h2 a {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}
/* Comments BOX */
#comments ol{
  list-style:none;
  padding: 0;
}
.comment-body{
  margin-bottom: 20px;
}
#comments ol ol li{
  padding:0 0 0 25px;
}
#comments{
  border-top: 1px solid #eaeaea;
}
#comments h2.comments-title, #comments h3.comment-reply-title{
  font-size: 20px;
  font-weight: bold;
  clear: both;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea{
  padding: 12px 10px;
  font-size: 18px;
  margin: 20px 0 0 0;
}
#comments input[type="submit"].submit {
  background: #DD131A;
  padding: 10px 30px;
  font-weight: 500;
  margin: 15px 0 0;
  border: none;
  border-radius: 30px;
  line-height: 1.2;
}
#comments a.comment-reply-link{
  color:#fff;
  background: #DD131A;
  padding:5px 15px;
  font-weight: 500;
  border-radius: 10px;
}
#comments a.comment-reply-link:hover, #comments input[type="submit"].submit:hover{
  background:#DD131A;
  color: #fff;
}
#comments a time{
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
#content-ma #comments ol li{
  width: 100%;
  background: none;
  list-style: none;
  margin: 0 0 20px;
  padding: 20px;
  background: #eee;
  display: inline-block;
}
#content-ma #comments ul{
  margin: 0 0 0 40px;
}
#comments .reply{
  text-align:end;
}
#comments .comment-content{
  margin-left: 3%;
}
.comment-author.vcard a {
  color: #000;
}
#comments label{
  display: block;
}
#comments p.comment-form-cookies-consent label {
  display: inline-block;
}

/* Woocommerce */
.woocommerce .col-1, .woocommerce .col-2{
  max-width: 100%;
}
.woocommerce-Address-title a.edit{
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px;
  background-color: #DD131A;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
}
.woocommerce-Address-title a.edit:hover{
  background: #000;
}
.woocommerce #sidebar {
  margin-top: 2em;
}
.woocommerce form .form-row .required, .woocommerce a.remove {
  color:#df0000 !important;
}
a.woocommerce-privacy-policy-link {
  color: #000!important;
  text-decoration: none;
}
a.showcoupon, .woocommerce-message::before{
  color: #000!important;
  text-decoration: none;
}
.woocommerce-message {
  border-top-color: #DD131A;
}
.woocommerce ul.products li.product span.onsale {
  top: 7px;
}
.woocommerce span.onsale {
  background: #DD131A;
}
a.added_to_cart.wc-forward {
  color: #000;
}

.comment-form-url input{
  width: 100%;
  padding: 15px;
  border: 1px solid #bcbcbc;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 ;
  background: #fff;
  position: relative;
  text-align: center;
}
.woocommerce ul.products li.product a img {
  margin: 0;
  border-radius: 8px;
}
h2.woocommerce-loop-product__title, .woocommerce div.product li .product_title {
  color: #000;
  font-weight: 500;
  font-size: 20px !important;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-size: 15px;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce div.product p.price{
  margin: 10px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
}
.product_meta a {
  color: #000;
}
.woocommerce a.button.alt,.woocommerce button.button,.woocommerce a.button, a.added_to_cart.wc-forward, .woocommerce #respond input#submit, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
  background: #DD131A;
  color: #fff;
  border-radius:0 !important ;
  font-weight: 500;
  border-radius: 30px !important;
}
a.added_to_cart.wc-forward {
  padding: 6px 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 10px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce a.added_to_cart.wc-forward:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
  background: #000;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 10px;
  border: solid 1px #000;
  color: #000;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
}
.woocommerce div.product div.images img{
  padding: 5px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
  color: #222222;
}
span.woocommerce-input-wrapper{
  width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0px;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #DD131A;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 30px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.posted_in {
  display: block;
}
.posted_in a{
  color: #DD131A;
}
header.woocommerce-products-header {
  margin-top: 20px;
}
select.orderby{
  padding: 10px;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto 10px;
  font-size: 15px;
  color: #DD131A;
}
.related.products ul.products li.product {
  display: inline-table;
  width: 29% !important;
  float: none !important;
}
.select2-container--default .select2-selection--single{
  height: 45px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 7px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
}
.woocommerce form .form-row input.input-text{
  padding: 10px;
  border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  width: auto;
}
.woocommerce form.login{
  display: block;
}
.woocommerce form.login .form-row, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: block;
  float: none;
}
.woocommerce form.login .form-row input.input-text{
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  background: #DD131A;
  color: #fff;
  border-color: #DD131A;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon input[type="text"]{
  width: 125px;
}
/*---- Woocommerce widget css ----*/
#sidebar .woocommerce .widget_shopping_cart .cart_list li, #sidebar .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 0 10px 2em;
  margin-top: 10px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
  height: 50px;
}
.woocommerce-product-search input[type="search"]{
  width: 100%;
  border: 1px solid #000 !important;
  margin-bottom: 10px;
}
.woocommerce-product-search button[type="submit"]{
  background: #DD131A;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  border: none;
}
.widget ul.cart_list li .star-rating, .widget ul.product_list_widget li .star-rating{
  margin: 5px 0 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background: #DD131A;
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount{
  font-size: 15px;
  color: #fff;
}
#sidebar .widget_price_filter .price_slider_amount{
  color: #000;
}
.footertown .widget_shopping_cart .buttons a:hover, .footertown .widget_price_filter .price_slider_amount .button:hover{
  background: #fff;
  color: #000;
}
.comment-meta.commentmetadata {
  padding: 10px 0px;
}
.comment-meta.commentmetadata a, p.logged-in-as a, form.woocommerce-cart-form a, a.shipping-calculator-button {
  color: #000!important;
  text-decoration: none;
}
table#wp-calendar{
  width: 100%;
}

.wp-block-woocommerce-cart.alignwide{
  margin-left: auto;
  margin-right: auto;
}
td.wc-block-cart-item__image{
  padding: 16px 0px 16px 16px !important;
}
td.wc-block-cart-item__total,.wc-block-components-totals-item,.wc-block-components-totals-coupon{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,.wp-block-woocommerce-cart-order-summary-block{
  border: 1px solid #dcdcdc;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
tr.wc-block-cart-items__header th{
  font-weight: 700;
  padding: 9px 12px !important;
  line-height: 1.5em;
  font-size: 16px;
}
a.wc-block-components-product-name{
  color: #000;
  font-size: 20px;  
  font-weight: 600;
}
a.wc-block-components-product-name,button.wc-block-cart-item__remove-link,a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button{
  text-decoration: none !important;
}
button.wc-block-cart-item__remove-link{
  font-size: 1em !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  text-align: left !important;
}
a.wc-block-components-totals-coupon-link,a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button,.wc-block-components-totals-coupon__button.contained,button.wc-block-components-checkout-place-order-button{
  background: #DD131A;
  border-radius: 0;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 25px !important;
  font-size: 18px;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  font-size: 1.5em !important;
  padding: 10px !important;
  display: block !important;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block{
  padding-right: 0%;
}
button.wc-block-components-checkout-place-order-button:hover,
a.wc-block-components-totals-coupon-link:hover, a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-checkout-return-to-cart-button:hover{
  background-color:#000;
}
.wp-block-woocommerce-checkout-order-summary-block{
  border: 1px solid #dcdcdc;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{
  padding: 10px;
}

li.wc-block-grid__product{
  border: 1px solid #dcdcdc;
  padding: 10px;
  max-width: 30.75% !important;
  float: left;
  margin: 0 3.8% 2.992em 0;
}
.wc-block-grid__product-onsale{
    padding: 5px 10px !important;
    background: #DD131A !important;
    color: #fff !important;
    border-color: #DD131A !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
    margin: -0.5em -0.5em 0 0 !important;
}
.wc-block-grid__product-title{
  font-size: 22px !important;
  color: #000 !important;
  font-weight: 600; 
}
a.wc-block-grid__product-link{
  text-decoration: none !important;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart{
  padding: 10px 12px;
  border-radius: 8px !important;
  font-size: 16px;
  color: #fff !important;
}
span.woocommerce-Price-amount.amount{
  font-size: 16px;
}
.woocommerce div.product p.price ins, .woocommerce ul.products li.product .price ins{
  text-decoration: none !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
  width: 100% !important;
}
h2.wp-block-heading.has-text-align-center{
  margin: 10px 0;
}
.woocommerce-account .addresses .title .edit{
  text-decoration: none;
  padding: 10px 28px;
  float: left;
  margin: 20px 0px 25px 0px;
}

/* Blog Post */
.tags{
  font-size: 16px;
}
.tags a { 
  border:1px solid #DD131A;
  color: #DD131A;
  text-decoration:none;
  padding: 2px 8px;
  margin:5px;
  display: inline-block;
}
.tags a:hover { 
  background: #DD131A;
  color: #fff;
}
.services-box  a.blogbutton-small{
  color: #DD131A;
}
.related-posts h3 a{
  color: #000;
}
.services-box i.fa-solid.fa-angle-right.ms-2{
  border-radius: 30px;
  background: #fff;
  padding: 7px 10px;
  color: #DD131A;
  transition: all 0.4s ease;
}
.services-box a.blogbutton-small:hover{
  background: #000;
}
.services-box a:hover i{
  color: #000 !important;
}
.services-box  a.blogbutton-small{
  padding: 10px 3px 10px 14px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px;
  background-color: #DD131A;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 700;
}
/*---- Related post css -----*/
.related-posts{
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 28px;
  font-weight: 600;
}

/* Sidebar */
#sidebar .tagcloud a, #sidebar .rssSummary, #sidebar span.rss-date, #sidebar cite, #sidebar strong, #sidebar p, aside a.rsswidget {
  color: #000;
}
#sidebar p{
  font-size: 15px;
}
#sidebar td#prev a {
  color: #000;
}
#sidebar caption {
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
#sidebar table{
  width: 100%;
}
#sidebar table{
  border:1px solid #000;
}
#sidebar th,#sidebar td {
  border-bottom: 1px solid #000;
  text-align: center;
}
#sidebar td {
  padding: 6px;
  color: #4d4d4d;
  background: #f6f6f6;
  border: 1px solid #000;
}
#sidebar td a{
  color:#4d4d4d;
}
#sidebar th {
  text-align: center;
  padding: 10px;
  background: #DD131A;
  color: #fff;
}
#sidebar select {
  padding: 8px 5px;
} 
#sidebar form{
  display: inline-block;
  width: 100%;
}  
#sidebar .search-form{
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
#sidebar .search-form label{
  width: 100%;
}
#sidebar h3,#sidebar h2,#sidebar .wp-block-search__label {
  text-align: center;
  font-size: 28px;
  margin: 0;
  color: #fff;
  background: #DD131A;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
}
#sidebar h3 a{
  color: #fff;
}
#sidebar input[type="search"],
input.search-field {
  padding: 10px;
  border: 1px solid;
  font-size:15px;
  color:#000;
  width:100%;
}  
#sidebar label input.search-field{
  width:100%;
  margin-bottom: 0;
}  
#sidebar input[type="submit"]{
  background:#DD131A ;
  border:none;
  color:#fff;
  padding:12px 0;
  width:30%;
  font-size:14px;
  margin:0
}
#sidebar aside {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 30px;
}
#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:15px;
}  
#sidebar ul li {
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
}
#sidebar ul li a{
  color: #000;
}
#sidebar ul li a:hover{
  color: #DD131A;
}
#sidebar ul li:last-child{
  border:none;
  padding-bottom: 0;
}
#sidebar .tagcloud a,.wp-block-tag-cloud a{
  background:#eeeeee;
  color:#222222;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
  border: 1px solid #222;
  text-decoration: none;
}
#sidebar .tagcloud a:hover,.wp-block-tag-cloud a:hover{
  background:#DD131A;
  color: #fff;
  text-decoration: none !important;
  border: 1px solid #DD131A;
}
#sidebar ol.wp-block-latest-comments{
  padding: 8px 5px !important;
}
#sidebar .wp-block-search__label{
  padding: 5px 0px !important;
}
.wp-block-search__button{
  background: #DD131A;
  color: #fff;
}
.wp-block-search__button:hover{
  background: #000;
}
/*--- Post Navigation ----*/
.nav-previous {
  float: left;
}
.nav-previous, .nav-next{
  width: 50%;
  padding: 10px;
  display: inline-block;
}
.nav-next{
  float: right;
  text-align: right;
}
span.meta-nav {
  clear: both;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.nav-previous i{
  font-size: 14px;
  margin-right: 6px;
}
.nav-next i{
  font-size: 14px;
  margin-left: 6px;
}
span.post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.single-post .nav-links {
  margin: 10px 0;
  border-top: 1px solid;
}
.blog .navigation .nav-previous a, .blog .navigation .nav-next a, .archive .navigation .nav-previous a, .archive .navigation .nav-next a, .search .navigation .nav-previous a, .search .navigation .nav-next a{
  background: #DD131A;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-radius: 30px;
}

/* Page */
.entry-title{
  color: #000;
}
#content-ma p{
  text-align:justify;
  line-height: 25px;
  font-size: 16px;
  margin:0 0 20px 0;
}
#content-ma h2, #content-ma h3, #content-ma h4, #content-ma h5, #content-ma h6{
  color: #000;
}
#content-ma ul{
  margin: 0 0 0 10px;
  padding: 10px 0 0;
  font-size: 16px;
}
#content-ma ul li ul li ul li{
  width:50%;
}
#content-ma ol{
  margin:0 0 0 15px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
#content-ma ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
#content-ma ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: #0c1f34;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-weight:bold;
}

/* 404 page */
.error404 h1{
  font-weight: bold;
}
#respond{
  border-top: 1px solid #000;
}

/*block css*/
.single-post .space-top .alignfull,.single-post .space-top .alignwide,.single-post .space-top .aligncenter{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.single-post .space-top .alignleft{
  margin-right: 10px;
}
.single-post .space-top .wp-block-button a{
  color: #fff;
  border-radius: 30px;
}
.single-post .space-top .wp-block-button.is-style-squared a{
  border-radius: 0px !important;
}
.single-post .space-top .wp-block-button a:hover{
  background: transparent;
  color: #f78112;
}

/*new added css*/
.single-post .space-top .is-style-outline a{
  color: #000;
  background-color: transparent !important; 
}
.single-post .space-top .is-style-outline a:hover{
  color: #000 !important;
  background: transparent;
  border: 2px solid #000;
}
.wp-block-calendar{
  text-align: left;
}
.wp-block-search__label{
  width: auto;
  font-family: 'Barlow';
  font-weight: 500 !important;
}
figure.wp-block-media-text__media img{
  width: 100%;
}
/* Pagination */
.page-links,.page-links span,.page-links a{
  float: unset !important;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.pagination, .page-links {
  clear:both;
  position:relative;
  font-size:14px; /* Pagination text size */
  line-height:13px;
  float:right; /* Pagination float direction */
  font-weight:bold;width:100%;
} 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 5px 15px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #000; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.page-links a{
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #333 ; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.page-links {
  clear: both;
}
.pagination a:hover, .page-links a:hover {
  color: #fff;
  background: #DD131A; /* Pagination background on hover */
} 
.pagination .current, .page-links .current{
  padding:10px 15px;
  background: #DD131A; /* Current page background */
  color: #fff;
  font-weight:normal;
}
#content-ma .pagination ul{
  margin:0;
  clear:both;
}
#content-ma .pagination ul li{
  margin:0;
}
.bradcrumbs a {
  background: #DD131A;
  color: #fff;
  padding: 9px 17px;
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.bradcrumbs a:hover{
  background:#000 !important;
  color: #fff;
}
.bradcrumbs span{
  background:#DD131A ;
  color:#fff;
  padding: 10px 15px;
  font-weight: 700;
  display: block;
}
.bradcrumbs span, .bradcrumbs a{
    font-size: 14px;
    margin-bottom: 10px;
}
/*cart button*/
.wc-block-components-button{
  background-color: #DD131A;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}
.wc-block-components-button:hover{
  background-color: #000 !important;
}
/* social icons */
#footer .socialicons a{
  color: #fff;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}

/* Media */
@media screen and (max-width:720px) {
  .slider-small-text{
    display: none;
  }
  .metabox{
    font-size: 11px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100% !important;
    float: none !important;
  }
  .serach_inner label,
  .serach_inner input.search-submit{
    width: 100%;
  }
  ol.children, #slider .slider-text h1 {
    margin: 0 !important;
  }
  ol.children img {
    width: 30px;
    border: solid 1px;
  }
  #comments ol ol li {
    padding: 0px !important;
  }
  .comment-author img {
    border: solid 1px;
  }
  #comments .reply {
    float: left;
  }
  #comments input[type="submit"].submit,
  .woocommerce form.login .form-row input.input-text{
    width: 100%;
  }
   #slider .inner_carousel p{
    display: none !important;
  }
   #slider .carousel-control-prev-icon i, .slider .carousel-control-next-icon i,#slider .carousel-control-prev-icon i, #slider .carousel-control-next-icon i{
    font-size:15px;
  }
  .page-template-custom-frontpage.admin-bar #header {
    margin: 0;
  }
  .header-icons {
    margin: 20px 0;
  }
  .logo{
    margin-bottom: 10px;
  }
  .popular-box-section .tab button{
    border: none;
  }
  .tab{
    text-align: center;
  }
  .text-field{
    display: none;
  }
  .page-template-custom-frontpage .header-menu-box{
    position: static;
  }
  .page-template-custom-frontpage .logo img, .page-template-custom-frontpage .header-menu-box{
    margin-bottom: 0;
  }
  .page-template-custom-frontpage .header-menu-box:after, .header-menu-box:after{
    display: none;
  }
  #slider a.carousel-control-prev, #slider a.carousel-control-next{
    top: 30%;
  }
  #slider .read-btn a, .option a, .popular-box-section .tab button{
    font-size: 15px;
  }
  .tab{
    margin: 0;
  }
  tr.wc-block-cart-items__row {
    gap: 0.4em;
  }
  td.wc-block-cart-item__total{
      padding-left: 0px !important;
  }
  li.wc-block-grid__product{
      max-width:100% !important;
      float:none;
      flex: 100% !important;
  }
  .wc-block-grid__products{
    padding: 10px !important;
  }
}
@media screen and (max-width:767px) {
  #slider .carousel-caption{
    left: 8% !important;
    right: 8% !important;
    text-align: center !important;
  }
  #slider .inner_carousel h1,#slider .inner_carousel{
    text-align: center !important;   
  }
  #slider a.carousel-control-next{
    left: 60%;
  }
  #slider a.carousel-control-prev{
    left: 40%;
  }
  .services-box h2 a{
    font-size: 25px;
  }
  .header-menu-box .btn{
    order: 3;
  }
  .header-menu-box .menu{
    order: 2;
  }
  .header-menu-box .read-btn a{
    padding: 10px 5px 10px 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px){
  .slider-small-text{
    display: none;
  }
  .scrollup.center {
    left: 17%;
    right: 25%;
  }
  .scrollup{
    bottom: 143px;
  }
  .page-template-custom-frontpage #header {
    position: static;
  }
  #comments .comment-list{
    margin-bottom: 3rem;
  }
  #slider .inner_carousel h1{
    font-size: 20px;
  }
  #slider .read-btn{
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 426px){
  .slider-small-text{
    display: none;
  }
  .scrollup.center {
    left: 30%;
    right: 40%;
  }
  #sidebar .widget_calendar td{
    padding: 1px;
  }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 40px;
    height: 40px;
  }
  .related.products ul.products li.product{
    width: 47% !important;
    margin-right: 10px;
  }
  .page-template-custom-frontpage #header {
    position: static;
  }
  #slider .carousel-caption h1 {
    font-size: 40px;
  }
  .page-template-custom-frontpage.admin-bar #header {
    margin: 0;
  }
  #slider:after {
    height: 100px;
  }
  .popular-box-section .tab button{
    padding: 10px 12px;
  }
  .text-field{
    display: none;
  }
  .popular-box-section .tablinks.active:after{
    bottom: -2px;
  }
  .related-posts .read-btn a{
    padding: 15px 8px 15px 8px;
  }
  .services-box .lower-box{
    padding: 20px 10px;
  }
  .single-post .space-top .alignleft{
    max-width: unset;
  }
  .footertown .wp-block-search__inside-wrapper,#sidebar .search-form,#sidebar .wp-block-search__inside-wrapper{
    display: block;
  }
  .footertown .wp-block-search__input,.footertown .wp-block-search__button,#sidebar input[type="submit"],#sidebar .wp-block-search__button{
    width: 100%;
  }
  .footertown .wp-block-search__input,#sidebar label input.search-field,#sidebar input[type="search"]{
    margin-bottom: 10PX;
  }
  .footertown .wp-block-search__button,#sidebar .wp-block-search__button{
    margin-left: 0px;
  }
}
@media screen and (max-width: 1000px){
  #slider .carousel-caption p {
    display: none;
  }
  .slider-small-text{
    display: none;
  }
  .page-template-custom-frontpage.admin-bar .fixed-header{
    margin-top: 0;
  }
  .search_form label {
    width: 80%;
  }
  #sidebar td{
    padding: 0px;
  }
  #sidebar th{
    padding: 2px;
  }
  .primary-navigation ul ul ul{
    margin: 0;
  }
  .toggle-menu {
    display: none;
    cursor: pointer;
    width: 100%;
    margin: 10px 0;
  }
  .toggle-menu i {
/*    font-size: 25px;*/
    color: #fff;
    background: #DD131A;
    border-radius: 5px;
    padding: 8px 10px;
    margin-right: 10px;
  }
  .toggle-menu button {
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 16px;
  }
  .side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    visibility: hidden;
    background-color: #DD131A;
    padding-top: 60px;
    box-shadow: 2px 2px 10px 0px #2d2d2d;
    overflow-y: scroll;
  }
  .side-menu.open{
    visibility: visible;
    width: 250px;
    transition: 0.5s width ease-in-out;
  }
  .side-menu .closebtn {
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 18px;
    display: block;
    color: #fff;
    border:none;
    background: transparent;
    font-weight: 700;
  }
  .side-menu i{
    margin-left: 10px;
  }
  .side-menu #primary-site-navigation {
    width: 100%;
  }
  .toggle-menu span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  .toggle-menu{
    display: block;
  }
  .primary-navigation ul ul li, .primary-navigation li{
    display: block !important;
    max-height: 100%;
  }
  .primary-navigation ul li a{
    padding: 10px;
    display:block;
    color:#fff;
    border:none;
  }
  .sf-arrows .sf-with-ul{
    padding: 10px;
  }
  .sf-arrows .sf-with-ul:after {
    top: 12px;
  }
  .primary-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .primary-navigation ul li ul li a{
    padding-left:20px !important;
  }
  .primary-navigation ul li ul li ul li a{
    padding-left:30px !important;
  }  
  .primary-navigation ul li ul, .primary-navigation ul li ul ul {
    opacity: 1 !important;
    margin: 0;
  }
  .primary-navigation ul ul{
    position: static;
    width: 100%;
  }
  .primary-navigation ul li{
    padding: 0;
  }
  #menu-sidebar {
    text-align: left;
    display: inline;
  }
  .primary-navigation .current_page_item > a, .primary-navigation .current-menu-item > a, .primary-navigation .current_page_ancestor > a, .primary-navigation ul li a:hover{
    background: #fff !important;
    color: #000;
  }
  .footertown td, .footertown th{
    padding: 2px;
  }
  .alignwide{
    margin: 0;
  }
  .primary-navigation ul li a:before {
    display: none;
  }
    .page-template-custom-frontpage .header-menu-box{
    position: static;
  }
  .page-template-custom-frontpage .logo img, .page-template-custom-frontpage .header-menu-box{
    margin-bottom: 0;
  }
  /*.logo img{
    width: auto !important;
    height: auto !important;
  }*/
  .page-template-custom-frontpage .header-menu-box:after, .header-menu-box:after{
    display: none;
  }
  #slider a.carousel-control-prev, #slider a.carousel-control-next{
    top: 75%;
  }
  #slider .read-btn a, .option a, .popular-box-section .tab button{
    font-size: 15px;
  }
  .tab{
    margin: 0;
  }
  #header .same-lay a{
    font-size: 15px;
  }
  .page-template-custom-frontpage .header-menu-box {
    padding: 0px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1000px){
  .footertown td{
    padding: 5px;
  }
  .alignwide{
    margin: 0;
  }
  .related-posts .read-btn a{
    padding: 14px 10px 14px 10px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
}
@media screen and (max-width: 575px){
  #event-section p#timer .numbers span.text{
    font-size: 9px;
  }
}
@media screen and (max-width: 575px){
  #event-section .main-event-section{
    padding: 15px !important;
  }
  .post-cat{
    padding-left:10px;
  }
  .event-post-section .postbox .post-date, .event-post-section .postbox .post-time{
    padding-left: 0 !important;
  }
  .event-post-section .post-content h3{
    padding-left: 5px !important;
  }
  .event-post-section{
    width: 95%;
    padding: 20px 0px;
  }
  #slider .carousel-control-prev-icon i, #slider .carousel-control-next-icon i{
    padding: 5px 8px;
    width: 30px;
    height: 30px;
  }
  #event-section p#timer .numbers{
    margin-right: 6px;
  }
}
@media screen and (max-width: 355px){
  .toggle-menu button {
    font-size: 13px;
  }
}  
@media screen and (max-width: 767px){
  .logo{
    position: relative;
  }
  .header-menu-box .btn{
    padding: 15px 0 !important;
  }
  .header-menu-box  .location-header{
    margin: 10px 0;
  }
  .logo-section{
    margin: 0 auto;
  }
}
@media only screen and (max-width: 720px) and (min-width: 576px){
  #slider .carousel-control-prev-icon i, #slider .carousel-control-next-icon i{
    padding: 10px 8px;
  }
}
@media screen and (max-width: 600px){
  #slider .inner_carousel h1 a,#slider .inner_carousel h1{
    font-size: 16px;
  }
  #slider .read-btn a{
    padding: 10px 3px 10px 10px;
    font-size: 12px;
  }
   #slider .read-btn{
    margin: 0;
   }
   #slider .inner_carousel h1{
    margin-bottom: 0.5rem !important;
   }
   #slider .carousel-caption{
    top: 38%;
   }
}
@media screen and (max-width: 991px){
  #event-section .countdown{
    text-align: center;
  }
}
@media screen and (max-width: 992px){
  .event-post-section{
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px){
  #slider img{
    height: 550px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px){
  #header .social-media i{
    margin: 5px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 768px){
  #slider .carousel-caption{
    left: 5% ;
    right: 45% ;
  }
  #slider a.carousel-control-prev{
    left: 9%;
  }
  #slider a.carousel-control-next{
    left: 17%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
  .event-post-section .post-img img{
    height: 70px;
  }
  .post-cat{
    padding-left: 10px;
  }
  .event-post-section .postbox .post-date, .event-post-section .postbox .post-time{
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
  #header .social-media i{
    margin: 8px 2px;
  }
  .header-menu-box .read-btn a{
    font-size:11px;
    padding: 12px 4px 12px 9px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px){
  #slider .inner_carousel h1{
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  #header .social-media i{
    margin: 8px 1px;
  }
  #header .socialicons{
    padding-left: 0 !important;
  }
  #header .location-header,#header .call-header{
    padding: 0 !important;
  }
  .mail-header a, .location-header span, .call-header a{
    font-size: 12px;
  }
  #header .mail-header {
    padding-right: 0 !important;
  }
  .mail-header i, .location-header i, .call-header i{
    margin-right: 5px !important;
  }
  .mail-header,.location-header,.call-header{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  .mail-header i,.mail-header a,.location-header i,.location-header a,.call-header i,.call-header a{
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .last-word:after {
    display: none;
  }
}
.last-word {
  position: relative;
}
.last-word:after {
  content: '';
  background: url(./images/border.png) no-repeat;
  padding: 10px 55px;
  position: absolute;
  bottom: -60%;
  left: 55%;
  width: 100%;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.last-word {
    color: #DD131A; 
}

