/*!
Theme Name: Gifall Child theme
Theme URI: https://bracketweb.com/gifallwp/
Template: gifall
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Gifall WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gifall-child
*/

.elementor-element.elementor-element-contactbtn .elementor-button:hover, .elementor-element.elementor-element-contactbtn .elementor-button:focus {
  background-color: #FF7410;
  color: #FFFFFF;
}
.elementor-element.elementor-element-contactbtn .elementor-button {
  background-color: #FFE132;
  font-weight: 600;
  fill: #000000;
  color: #000000;
  border-radius: 30px 30px 30px 30px;
  padding: 20px 30px 20px 30px;
}
/* Tag list */
.tag-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tag-list li {
    display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tag-list li a {
    padding: 5px 10px;
/*     background-color: #f2f2f2; */
/*     color: #333; */
    text-decoration: none;
    border-radius: 4px;
}

.tag-list li a:hover {
    background-color: #333;
    color: #fff;
}
/* Titles */
.events-one .sec-title__tagline h6, .comment-form__title {
  font-family: var(--gifall-font);
}
/* z-index */
.blog .blog-list{
   z-index: 0;  
}
.blog-list__single-img, .blog-list__single-img .inner  {
  z-index: 1;
}

/* main page */
.page-template .blog-one {
  padding: 0;
  z-index: 0;
}
/* single post */
.single-post .blog-details {
  padding: 0px 0px 4rem 0px;
}
.single-post .blog-list__single-img .inner, .single-post .blog-list__single-img {
  border-radius: 30px;
}
.single-post .blog-details__left {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}