/*!
Theme Name:   Evanto
Theme URI:    https://themecrafter.com/evanto/
Author:       Theme Crafter
Author URI:   https://themecrafter.com/
Description:  Evanto - Event Planner & Management WordPress Theme
Version:      1.1.2
Tested up to: 6.4.2
License:      GNU General Public License version 3.0
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  evanto
Tags:         one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post  
Domain Path: /languages
*/

/*------------------------------------------------------------------
[Table of contents] 
*General
*WordPress Core 
*Table Section
*gallery 
*Page links
*Logo Setting
*Global Form Input
*Widget Sections
*Seach Result page
*Blog Widget in page
-------------------------------------------------------------------*/

/* -------------------------------------- 
      General
---------------------------------------*/
.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: var(--tcr-white-color);
  clip: auto !important;
  clip-path: none;
  color: var(--tcr-primary-color);
  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;
}

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

#primary {
  width: 100%;
}

.bypostauthor {
  display: block;
}

body {
  overflow: visible;
  overflow-x: hidden;
  color: var(--tcr-body-color);
  font-family: var(--tcr-ch-subtitle-ff);
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
 

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--tcr-dark-color);
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

p {
  margin: 0 0 25px;
}


dl,
ol,
ul {
  margin-bottom: 25px;
}

a:hover {
  color: var(--tcr-secondary-color);
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

blockquote {
  position: relative;
  font-style: italic;
  margin-bottom: 40px;
  text-align: center;
  padding: 0px 50px;
}
 
blockquote .quote-icon {
  font-size: 45px;
  line-height: 45px;
  color: var(--tcr-secondary-color);
  margin-bottom: 15px;
}
.wp-block-pullquote p,
blockquote p,  
blockquote p.text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-dark-color);
  text-transform: uppercase;
  margin-bottom: 15px;

}
.wp-block-pullquote.is-style-solid-color blockquote p{
  line-height: 50px;
}
blockquote p.designation {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 1px;
  color: var(--tcr-secondary-color);
  text-transform: uppercase;
}

body blockquote.wp-block-quote.is-style-large cite,
body blockquote.wp-block-quote.is-style-large p { 
    font-weight: 700;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-dark-color);
    text-transform: uppercase;
    margin-bottom: 15px;
}

blockquote cite {
  font-size: 17px; 
  line-height: 18px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  color: var(--tcr-secondary-color);
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  display: inline !important;
}
 
blockquote cite em {
  font-size: 25px;
  font-family: var(--tcr-ch-title-ff);
  display: block;
  font-weight: 600;
  color: var(--tcr-secondary-color);
}

.wp-block-preformatted {
  border: none;
  background: none;
  padding: 0px;
}

.wp-block-verse {
  border: none;
  background: none;
  padding: 0px;
  font-family: inherit;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid var(--tcr-secondary-color);
  margin: 1.65em auto;
}

pre {
  border: 1px solid #e1e1e3;
  line-height: 1.3125; 
  color: #212529;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px 20px 45px 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 0px;
}

.has-large-font-size {
  line-height: 36px;
}

.tcr-blog-classic .tcr-blog-classic-inner .wp-audio-shortcode:last-child {
  margin-bottom: 25px;
}

/* -------------------------------------- 
   WordPress Core 
---------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
  max-width: 100%;
}

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

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

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

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

.wp-caption .wp-caption-text {
  font-style: italic;
  color: #212529;
  font-size: 12px;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.tcr-blog-classic .tcr-blog-classic-inner .wp-block-media-text:last-child,
.tcr-blog-classic .tcr-blog-classic-inner .wp-block-cover.has-background-dim {
  margin-bottom: 25px;
}

/* 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: var(--tcr-light-color);
  clip: auto !important;
  clip-path: none;
  color: var(--tcr-primary-color);
  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;
}

/* --------------------------------------
 Table Section 
---------------------------------------*/
.wp-block-table td, .wp-block-table th{
  border-color: #e1e1e3;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 1.75em;
}

table th {
  border: 0;
  padding: 10px;
  font-weight: bold;
  background: inherit; 
  color: var(--tcr-secondary-color);
  border-color: #e1e1e3 ;
}

table th a,
table td a { 
  font-weight: bold;
}

table th a:hover {
  color: var(--tcr-secondary-colors);
}

table td {
  padding: 5px 10px;
}

table tbody tr,
table thead tr {
  border: 1px solid #e1e1e3;
}

table tbody th,
table tbody td {
  border-right: 1px solid #e1e1e3;
}
.wp-block-table thead{
   border-bottom: 1px solid #e1e1e3;
}
.wp-block-table tfoot {
    border-top: 1px solid #e1e1e3;
}
/* --------------------------------------
 gallery 
---------------------------------------*/
.gallery {
  margin: 0;
}

.gallery-item {
  max-width: 33.33%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 2px;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
  width: 100%;
}

.gallery-caption {
  color: #212529;
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  padding-top: 0.5384615385em;
  padding-bottom: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.tcr-blog-classic .tcr-blog-classic-inner .thsn-read-more-link:last-child,
.tcr-blog-classic .tcr-blog-classic-inner .wp-block-pullquote:last-child {
  margin-bottom: 25px;
}

/* -------------------------------------- *
     Page links 
---------------------------------------*/
.page-links {
  clear: both;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
  color: var(--tcr-dark-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.page-links a,
.page-links>span {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin: 2px;
  border-radius: 0px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: var(--tcr-white-color);
  border: 1px solid #e1e1e3;
}

.page-links>span,
.page-links a:hover {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}

.page-links>a:first-child,
.page-links>span:first-child {
  margin-left: 15px;
}

/* -------------------------------------- *
  Logo Setting 
---------------------------------------*/
.headerlogo {
  height: 105px;
  line-height: 105px;
}

.site-title img {
  max-height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.site-title {
  margin: 0;
  padding: 0;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 105px;
}

.site-title a {
  display: table-cell;
  vertical-align: middle;
}

.site-title a .site-title-text {
  display: none;
}

/* -------------------------------------- * 
        Global Form Input
---------------------------------------*/ 
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  background-color: var(--tcr-white-color);
  line-height: normal;
  margin-bottom: 0px;
  font-weight: 400;
  border: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: var(--tcr-ch-subtitle-ff);
  border-bottom: 1px solid #e1e1e3;
  padding-left: 0px !important;
  color: var(--tcr-body-color);
}

input[type="number"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--tcr-body-color);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--tcr-secondary-color) !important;
  outline: none !important;
}

textarea {
  height: 120px;
  resize: none;
  padding: 12px;  

}
.wp-block-post-comments-form textarea{
  border: inherit;
 border-bottom: 1px solid #e1e1e3;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  outline: none;
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
  padding: 21px 25px 19px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  letter-spacing: 1px; 
}

button,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-dark-color);
}

input[type="submit"]:before {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0px;
  font-weight: 600;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
}

.site-main input[type="password"] {
  background: var(--tcr-light-color);
}

.site-main blockquote cite a {
  color: var(--tcr-secondary-color);
font-family: var(--tcr-primary-color);
    font-weight: 600;
  
}

.wp-block-post-comments-form input:not([type=submit]){
  border: inherit;
 border-bottom: 1px solid #e1e1e3;
}
.wp-block-post-comments-form .comment-form-cookies-consent{
  align-items: center;
}
.wp-block-post-comments-form .comment-form-cookies-consent label{
  margin-bottom: 0px;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
  margin-top: 0px;
}
/* -------------------------------------- * 
      Widget Sections  
---------------------------------------*/

.widget {
  padding: 0px;
  margin-bottom: 40px;
  overflow: hidden;
}

.widget ul {
  margin: 0;
  padding: 0 30px;
}

.widget ul li {
  list-style: none;
}

ul.wp-block-archives li>a,
.widget li.recentcomments,
.widget a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: var(--tcr-dark-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
 ul.wp-block-archives li>a:hover,
.widget li.recentcomments a:hover,
.widget a:hover,
.widget.widget_block ol.wp-block-latest-comments li a:hover{
  color: var(--tcr-secondary-color);
}

.widget li.recentcomments {
  font-weight: 600;
}

.widget footer.wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--tcr-secondary-color);
}

ul.wp-block-archives li>a,
.widget ul a {
  display: inline-block;
}

.widget ul>li ul {
  margin-left: 15px;
  margin-top: 15px;
}

.widget ul>li {
  padding: 0px 0px 30px 0;
}

.widget>ul>li:last-child {
  padding-bottom: 0;
}

.widget ul>li ul>li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.sidebar .widget .wp-block-group h2,
.sidebar .wp-block-search .wp-block-search__label,
.widget h2.widget-title a,
.widget h2 {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--tcr-ch-title-ff);
  background-color: var(--tcr-tertiary-color);
  margin: 0;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 25px;
}
.wp-block-search .wp-block-search__label{
    font-size: 17px;
  line-height: 30px;
  font-weight: 500;
    margin-bottom: 5px;
     text-transform: uppercase;
  font-family: var(--tcr-ch-title-ff);
}
section.widget:last-child {
  margin-bottom: 0px;
}

/*=== Calendar Widget ===*/
.widget_calendar table td#today {
  font-weight: 600;
  color: var(--tcr-white-color) !important;
  background-color: var(--tcr-primary-color);
}

.widget_calendar table {
  border-collapse: separate;
  border-color: rgba(191, 191, 191, 0.32);
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 0px;
  width: 100%;
}

.widget_calendar table th,
.widget_calendar table td {
  border-bottom: 1px solid rgba(191, 191, 191, 0.32);
  border-right: 1px solid rgba(191, 191, 191, 0.32);
  padding: 7px;
}

.widget_calendar caption {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  caption-side: top;
  color: inherit;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-secondary-color);
}

.widget_calendar tbody a {
  display: block;
  font-weight: 600;
  color: var(--tcr-white-color);
}

.widget.widget_calendar tbody a {
  color: var(--tcr-secondary-color);
}

/*=== widget_tcr_recent_entries ===*/
.widget_tcr_recent_entries li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
}

.widget_tcr_recent_entries .tcr-post-image {
  margin-right: 15px;
  width: 75px;
  height: 75px;
  min-width: 75px;
}

.widget_tcr_recent_entries .tcr-post-image img {
  border-radius: 100px;
  width: 70px;
}

.widget_tcr_recent_entries .tcr-post-content {
  display: grid;
}

.widget_tcr_recent_entries .tcr-post-content a,
.widget.widget_block ol.wp-block-latest-comments li a  {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: var(--tcr-dark-color);
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: var(--tcr-ch-title-ff);
}

.widget_tcr_recent_entries .tcr-post-content a:hover {
  color: var(--tcr-secondary-color);
}

.widget_tcr_recent_entries li .tcr-post-tags a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 100px;
  background: var(--tcr-tertiary-color);
  padding: 5px 15px 5px 15px;
  line-height: 13px;
  display: inline;
  color: var(--tcr-body-color);
}

.widget_tcr_recent_entries .tcr-post-content .tcr-post-date {
  font-size: 14px;
  text-transform: uppercase;
}

/*=== post-password-form ===*/
.post-password-form input[name="post_password"] {
  position: relative;
  top: 2px;
  height: 55px;
  background-color: var(--tcr-white-color); 
}

.post-password-form input[name="post_password"]:focus {
  border-color: #e1e1e3 !important;
}

.post-password-form input[type="submit"] {
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-top: 16px;
  padding-bottom: 18px;
  height: 55px;
  line-height: 15px;
}

/*=== widget_categories ===*/
ul.wp-block-archives-list li span,
.widget_archive ul li,
.widget_categories ul li {
  position: relative;
  font-weight: 600;
}

.wp-block-archives-list ul li:last-child span,
.widget_archive ul>li:last-child,
.widget_categories ul>li:last-child,
.widget_recent_entries ul>li:last-child {
  border: none;
  padding-bottom: 0px;
}

.widget.widget_block ul>li:last-child {
  margin-bottom: 0;
}

ul.wp-block-archives-list li span,
.widget_archive ul li span,
.widget_categories ul li span {
  position: absolute;
  right: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: var(--tcr-dark-color);
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 100px;
}

ul.wp-block-archives-list li span,
.widget.widget_text select,
.widget_archive select,
.widget_categories select {
  background-color: var(--tcr-white-color);
  color: var(--tcr-white-color);
}

.widget_categories select,
.widget_archive select {
  width: 85%;
  margin-left: 30px;
}

/*=== widget_tag_cloud ===*/
.widget_tag_cloud .tagcloud {
  padding: 0 30px;
}

.widget_tag_cloud a {
  display: inline-block;
  font-size: 13px !important;
  line-height: 17px;
  margin: 0px 24px 7px 0px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tcr-ch-title-ff);
  position: relative;
}

.widget_tag_cloud a::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--tcr-dark-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.widget_tag_cloud a:hover::before {
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


.widget_tag_cloud a:hover {
  color: var(--tcr-dark-color);
}

/*=== Widget Image ===*/
.widget.widget_media_image {
  padding: 0;
}

.widget.widget_media_image img {
  width: 100%;
}

/*=== Search widget ===*/
.search-form {
  position: relative;
  border: none;
  padding: 0px 20px;
  margin-top: 0px;
}

.widget.widget_search .search-form {
  padding: 0;
}

.widget.widget_search .search-form input.search-submit {
  right: 5px;
}

.search-form label {
  display: block;
  margin: 0;
  border-radius: 8px;
  width: 100%;
  margin-right: 20px;
}

.content-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.widget_search .search-field {
  padding: 0 50px 0 20px;
  margin-bottom: 0;
}

.widget_search .search-field {
  border: none;
  padding: 0px 15px !important;
}

.widget_search form .wp-block-search__inside-wrapper button,
.widget_search .search-submit {
  position: absolute;
  top: 56%;
  margin-top: -28px;
  text-indent: -999px;
  right: 34px;
  padding: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  background: url(assets/images/findicon-white.png) no-repeat center center !important;
  background-size: 20px 20px !important;
}

.sidebar .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid #e1e1e3; 
  padding-left: 10px !important;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-bottom: 1px solid #e1e1e3;
}

.content-area .entry-content form{
  margin-bottom: 40px;
}
.content-area .entry-content .wp-block-search label{
  margin-bottom: 0px;
}
.content-area .entry-content .wp-block-search input {
 border-bottom: 1px solid #e1e1e3; 
}

.search-form button .screen-reader-text {
  display: none;
}

.widget_search input[type="submit"].search-submit:hover {
  background: url("assets/images/findicon-white.png") no-repeat center center !important;
  background-size: 20px 20px !important;
}


/*=== RSS Widget ===*/
.rss-date {
  font-size: 15px;
  display: block;
  color: var(--tcr-primary-color);
}

.rss-widget-icon {
  position: relative;
  top: -3px;
}

.widget_rss.widget ul>li {
  padding-bottom: 25px;
}

.widget_rss.widget ul>li:last-child {
  padding-bottom: 0;
}

.widget_rss .rssSummary {
  font-size: 15px;
  opacity: 0.9;
}

/*=== widget_calendar ===*/
.widget_calendar table {
  border-color: rgba(191, 191, 191, 0.32);
}

.widget_calendar table th,
.widget_calendar table td {
  border-bottom-color: rgba(191, 191, 191, 0.32);
  border-right-color: rgba(191, 191, 191, 0.32);
  text-align: center;
}

.widget_calendar table th {
  background: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}

.widget_calendar nav.wp-calendar-nav {
  margin-top: 15px;
}

.widget_calendar .wp-calendar-nav-next {
  float: right;
}

iframe {
  max-width: 100%;
}

/*=== recentcomments ===*/
.widget li.recentcomments {
  color: var(--tcr-primary-color);
}

/*=== Blog Gallery ===*/
.format-gallery .featured-wrapper {
  position: relative;
}

.format-gallery .lSPager {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -khtml-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.format-gallery .lSSlideOuter .lSPager.lSpg>li a {
  height: 13px;
  width: 13px;
  border: 2px solid var(--tcr-white-color);
  background-color: transparent;
}

.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: transparent !important;
}

.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: var(--tcr-white-color);
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
  border: 1px solid #e1e1e3;
  border-radius: 100px;
}

/*=== Single post navigation ===*/
.site-main .comment-navigation,
.site-main .posts-navigation {
  overflow: hidden;
  margin-top: 40px;
}

.site-main .post-navigation {
  padding-top: 0px;
  margin-top: 60px;
}

.site-main .posts-navigation .nav-links {
  padding: 0px 25px;
}

.site-main .post-navigation a {
  padding: 15px 0px;
}

.single-post .site-main .post-navigation {
  margin: 0px 0 60px 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 49%;
  text-align: left;
  position: relative;
  padding-left: 50px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 49%;
  position: relative;
  padding-right: 50px;
}

.navigation .nav-links {
  margin-top: 0;
  display: flow-root;
}

.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
  display: flex !important;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  line-height: 22px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 50px;
  word-break: break-word;
  color: var(--tcr-dark-color);
  padding: 0px 5px 0px 5px;
  font-family: var(--tcr-ch-title-ff);
  text-transform: uppercase;
}

.comment-navigation .nav-previous::before,
.posts-navigation .nav-previous::before,
.post-navigation .nav-previous::before {
  content: "\f1a8";
  font-family: "flaticon_mycollection" !important;
  font-weight: 900;
  transform: rotate(181deg);
  font-size: 19px;
  display: inline-block;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  border-radius: 100px;
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-dark-color);

}

.comment-navigation .nav-previous span,
.posts-navigation .nav-previous span,
.post-navigation .nav-previous span {
  margin-left: -20px;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  padding-right: 15px;
  padding-left: 15px;
  justify-content: flex-end;
}

.comment-navigation .nav-next::before,
.posts-navigation .nav-next::before,
.post-navigation .nav-next::before {
  content: "\f1a8";
  font-family: "flaticon_mycollection" !important;
  font-weight: 900;
  font-size: 19px;
  display: inline-block;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  border-radius: 100px;
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-dark-color);
}

.comment-navigation .nav-next span,
.posts-navigation .nav-next span,
.post-navigation .nav-next span {
  text-transform: uppercase;
}

.post-navigation .nav-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}

.navigation .nav-links .nav-next a:hover,
.navigation .nav-links .nav-previous a:hover {
  color: var(--tcr-secondary-color);
}

.nav-links .nav-next:hover:before,
.nav-links .nav-previous:hover:before {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}

/* -------------------------------------- * 
          Seach Result page 
* ---------------------------------------*/
body.search .no-results .search-form {
  display: flex;
  align-items: center;
  width: 60%;
  margin-left: 20%;
}

body.search .search-form {
  padding: 0px;
}

body.search .no-results.not-found {
  text-align: center;
}

body.search .no-results.not-found .page-header h1 {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
}

body.search .no-results.not-found form.search-form {
  margin-top: 80px;
}

body.search .search-form input.search-submit:hover {
  background-color: var(--tcr-primary-color);
}

body.search .search-form input[type="search"] {
  color: var(--tcr-dark-color);
  padding-right: 50px !important;
}

.search-results .type-project .tcr-blog-classic,
.search-results .type-post .tcr-blog-classic {
  align-items: start;
}

.search-results .tcr-blog-classic {
  padding: 0px;
}

.search-results .tcr-blog-classic-inner {
  padding: 0;
  position: relative;
  flex: 1;
}

.search-results .type-service .tcr-blog-classic .entry-title,
.search-results .type-team .tcr-blog-classic .entry-title,
.search-results .testimonial .tcr-blog-classic .entry-title {
  margin-bottom: 5px;
}

.search-results .type-team .tcr-blog-classic .entry-content p,
.search-results .testimonial .tcr-blog-classic .entry-content p {
  margin-bottom: 0;
}

.search-results .type-post .tcr-blog-classic .post-thumbnail:before,
.search-results .type-project .tcr-blog-classic .post-thumbnail:before,
.search-results .type-service .tcr-blog-classic .post-thumbnail:before,
.search-results .type-team .tcr-blog-classic .post-thumbnail:before,
.search-results .testimonial .tcr-blog-classic .post-thumbnail:before {
  background: none;
}

.search-results .testimonial .tcr-blog-classic footer.entry-footer {
  margin-top: 10px;
  padding-top: 10px;
}

/*
.search-results .tcr-blog-classic-inner {
  padding-top: 30px;
}
*/
.search-results .tcr-blog-classic .post-thumbnail img {
  margin-bottom: 30px;
}

.search-results .container .container {
  padding: 0px;
}

.search-results .testimonial .tcr-blog-classic .tcr-blog-classic-inner,
.search-results .type-post .tcr-blog-classic .tcr-blog-classic-inner,
.search-results .type-project .tcr-blog-classic .tcr-blog-classic-inner,
.search-results .type-service .tcr-blog-classic .tcr-blog-classic-inner,
.search-results .type-team .tcr-blog-classic .tcr-blog-classic-inner {
  margin-left: 0px;
}

.search-results .tcr-blog-classic .posted-on a {
  display: none;
}

.search-results .tcr-blog-classic .posted-on:after {
  width: 60px;
  height: 60px;
  left: -110px;
  top: -8px;
}

.search-results .tcr-blog-classic-inner .entry-content h4 {
  font-size: 25px;
  line-height: 35px;
}

.post-pagination {
  margin-top: 35px;
}

.nav-links {
  text-align: center;
  margin-top: 30px;
}

.nav-links .page-numbers {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin: 0 2px;
  color: var(--tcr-dark-color);
  margin-bottom: 10px;
  font-weight: 500;
  background-color: var(--tcr-white-color);
  border: 1px solid #e1e1e3;
  text-transform: uppercase;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
  color: var(--tcr-white-color);
  background: var(--tcr-secondary-color);
}
.wp-block-query-pagination-next{
  font-weight: 500;
  color: var(--tcr-dark-color);
  text-transform: uppercase;
}
.wp-block-query-pagination-numbers .page-numbers{
  color: var(--tcr-dark-color); 
  font-weight: 500;
}
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}

.comment-list .comment-content>ul,
.comment-list .comment-content>ol {
  margin-bottom: 20px;
}

/* -------------------------------------- * 
          Blog Widget in page 
* ---------------------------------------*/
ul.wp-block-latest-posts,
ul.wp-block-categories,
ul.wp-block-archives {
  list-style: none;
}

ul.wp-block-latest-posts li,
ul.wp-block-categories li,
ul.wp-block-archives li {
  padding-bottom: 0;
  position: relative;
  margin: 15px 0;
  padding: 0;
} 
ul.wp-block-categories li:last-child {
  border-bottom: inherit;
}

ul.wp-block-categories>li ul {
  margin-left: 15px;
  margin-top: 15px;
}

ol.wp-block-latest-comments,
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0 30px;
}
.tcr-blog-classic-inner .wp-block-search .wp-block-search__inside-wrapper {
  padding: 0px;
}
.widget.widget_block ol.wp-block-latest-comments>li:last-child {
  margin-bottom: 0;
}

.widget.widget_block ol.wp-block-latest-comments li,
.widget.widget_block .wp-block-latest-posts li>a,
.widget.widget_block .wp-block-categories li>a,
.widget.widget_pages ul li>a,
.widget.widget_meta ul li>a,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_archive ul li a,
ul.wp-block-archives li>a,
.widget.widget_categories ul li>a,
ul.wp-block-categories li a,
.wp-block-latest-posts.wp-block-latest-posts__list li a {
  padding-left: 16px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: var(--tcr-ch-title-ff)
}

.widget.widget_block ol.wp-block-latest-comments li {
  margin-bottom: 15px;
}

.widget-area.sidebar ol li {
  list-style-type: none;
}

.widget.widget_categories ul li {
  padding-bottom: 16px;
}

.widget.widget_categories ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.widget.widget_categories ul li>a::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: var(--tcr-secondary-color);
}

.widget.widget_block ol.wp-block-latest-comments li:before,
.widget.widget_block .wp-block-latest-posts li>a:before,
.widget.widget_block .wp-block-categories li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_archive ul li a:before,
ul.wp-block-archives li>a:before,
ul.wp-block-categories li a:before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 4px;
    height: 4px;
    background-color: var(--tcr-secondary-color); 
}

.widget_block ul li a:hover,
.widget.widget_categories ul li>a:hover {
  color: var(--tcr-secondary-color);
}

ol.wp-block-latest-comments {
  padding: 0px 25px;
  margin-bottom: 0;
}

.widget.widget_archive ul li:hover>a:before,
.widget.widget_categories ul li:hover>a:before {
  z-index: 9;
}

ul.wp-block-archives ul.children {
  margin-left: 15px;
  margin-top: 15px;
}

ul.wp-block-categories li span {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: var(--tcr-light-color);
  color: var(--tcr-secondary-color);
  text-align: center;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  margin-left: 10px;
  border-radius: 50%;
}

.wp-block-archives-dropdown {
  margin-bottom: 10px;
}

.wp-block-button {
  margin: 3rem 0;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: var(--tcr-white-color) !important;
}

.wp-block-button.alignleft {
  margin-top: 0;
  margin-right: 20px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 16px;
  text-align: left;
}

.is-style-outline a.wp-block-button__link:hover {
  color: var(--tcr-white-color);
  border-color: transparent;
}

.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 30px;
  margin-top: -10px;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-group.has-background {
  padding: 25px;
  margin-bottom: 15px; 
}

.entry-content .wp-block-group.has-background {
  background-color: var(--tcr-tertiary-color) !important;
}

.wp-block-search {
  position: relative;
}

.wp-block-search button {
  top: 1px;
  right: 1px;
  border: none;
  outline: none;
  height: 58px;
  color: var(--tcr-white-color);
  z-index: 1;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px !important;
  font-size: 0px;
  line-height: 13px;
  border-radius: 0px;
  margin: 0;
}

.wp-block-search input[type="search"] {
  border: inherit;
  background-color: var(--tcr-white-color);
  padding-right: 50px; 
}

.wp-block-archives-dropdown {
  margin-bottom: 25px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  overflow: hidden; 
  position: relative;
  border: inherit;
}

.content-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  padding-right: 60px;
  padding-left: 15px;
  background-color: inherit;
  border-radius: 15px;
  color: var(--tcr-secondary-color);
}
.content-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg{
  display: none;
}
.content-area .wp-block-search__button-outside .wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
}

.content-area .wp-block-search__button-outside {
  margin-bottom: 25px;
}

.content-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  border: none;
  position: absolute;
}

.content-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  position: absolute;
  content: "\f002";
  z-index: 55;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-size: 17px;
  right: 10px;
  top: 30px;
  color: var(--tcr-secondary-color);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widget-area.sidebar .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--tcr-light-color);
  width: 100%;
  height: 100%;
}

.content-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::after {
  background-color: var(--tcr-primary-color);
}

.content-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  color: var(--tcr-secondary-color);
}

.wp-block-archives-list a {
  font-weight: 600;
}

/*wp-block-tag-cloud*/
.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 13px !important;
    line-height: 17px;
    margin: 0px 24px 7px 0px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--tcr-ch-title-ff);
    position: relative;
}
.wp-block-tag-cloud a:hover{
  background-color: inherit;
  color: var(--tcr-dark-color); 
}
.wp-block-tag-cloud a::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--tcr-dark-color);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.wp-block-tag-cloud a:hover::before {
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tcr-blog-classic .entry-content .wp-block-tag-cloud a {
  background-color: var(--tcr-white-color);
} 
/*=== wp-block-calendar ===*/
.wp-block-calendar {
  padding-bottom: 30px;
}

.wp-block-calendar table td#today {
  font-weight: bold;
  color: var(--tcr-white-color);
}

.wp-block-calendar table {
  border-collapse: separate;
  border-color: #e1e1e3;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 0px;
  width: 100%;
}

.wp-block-calendar table th,
.wp-block-calendar table td {
  border: 0;
  border-bottom: 1px solid #e1e1e3;
  border-right: 1px solid #e1e1e3;
  padding: 10px;
  text-align: center;
}

.wp-block-calendar table th {
  font-weight: bold;
  /* color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color); */
}


.wp-block-calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: normal;
    caption-side: top;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--tcr-ch-title-ff);
    color: var(--tcr-dark-color);
}

.wp-block-calendar tbody a {
  display: block;
  font-weight: 600;
  text-decoration: none;
}

.wp-block-calendar nav {
  text-align: inherit;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--tcr-ch-title-ff);
}

.wp-block-calendar .wp-calendar-nav-prev {
  float: left;
}

.wp-block-calendar .wp-calendar-nav-next {
  float: right;
}

.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a {
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
}

.wp-block-calendar table td#prev {
  text-align: left;
}

.wp-block-calendar table td#next {
  text-align: right;
}

.wp-block-calendar tfoot a {
  text-decoration: none;
}

/* appointment-book */
.appointment-book {
  background-color: var(--tcr-white-color);
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 2px solid var(--tcr-primary-color) !important;
  border: 1px solid #e1e1e3;
}

.appointment-book .appointment {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #e1e1e3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.appointment-book .date {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: var(--tcr-secondary-color);
  font-family: var(--tcr-ch-title-ff);
}

.appointment-book .time {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
}

.appointment-book .appointment:last-child {
  border: none;
  padding-bottom: 0px;
  margin: 0;
}

.appointment-book a {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--tcr-primary-color);
  border-radius: 5px;
  color: var(--tcr-white-color);
}

.appointment-book button:focus {
  outline: inherit;
}

.appointment-book a:hover {
  background-color: var(--tcr-secondary-color);
}

i.fab.fa-dribbble:before {
    content: "" !important;
    background: URL(https://thestagingdemo.com/event_organization/wp-content/uploads/2025/06/tiktok-black-icon-logo-png_seeklogo-429281-removebg-preview.png);
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.tcr-header-button,
.button-style-1.tcr-bg-color-secondary .tcr-button a{
    background-color: #c98dbf !important;
    color: #fff !important;
}
.marquee-style-1 .tcr-marquee-cover .marquee-item .marquee-title,
.marquee-style-1 .tcr-marquee-cover .marquee-item::before,
.button-style-1 .tcr-button a{
    color: #fff !important;
}
footer.site-footer {
    padding-top: 50px !important;
    border-top: 1px solid #efefef;
}