/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*@import url("../woodmart/style.css");*/

/*
Added by Hojjat (custom CSS that existed in 'Appearance → Customize → Additional CSS' path of the parent theme) 
*/

.stories.carousel
{
	text-align:center;
}

.stories.snapgram .story.seen,.stories.carousel .story
{
	margin:6px 30px 0px 30px !important;
}
.stories.carousel .story>.item-link>.info .name
{
	font-weight:600;
	font-size:13px;
	color: #3D3D3D
}
#wpforms-form-136{
	display:flex
}
#wpforms-136-field_1-container{
	padding:0px;
}
.wpforms-submit-container{
	margin:0px !important;
	padding-right:8px!important
}
.wpforms-submit-container button{
	background: var(--btn-accented-bgcolor)!important;
	border-radius:300px !important;
	font-size:15px!important;
	font-weight:400!important;
}
.wpforms-submit-container button:hover{
	background: var(--btn-accented-bgcolor-hover)!important;
	border-radius:300px !important;
		font-size:15px!important;
	font-weight:400!important;
}
.imgrot{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.gradcol2 {
	border-top-left-radius:300px;
	border-top-right-radius:300px;
  animation: animateBg 3s linear infinite;
  background-image: linear-gradient(0deg,#3F7D58,#55C080,#95d2b3,#B0E4A4,#55C080,#3F7D58); /* رنگ ها را تکرار کنید */
  background-size: 100% 1000%; /* background-size را افزایش دهید */
}
@keyframes animateBg {
  0% { background-position: 0% 0%; }
  100% { background-position: 0% 100%; }
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.wiggleimg {
  animation: wiggle 5s linear infinite;
}

@keyframes wiggle {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
  75% {
    transform: translateX(-20px);
  }
}

.procard img{
	width:70px
}
.wd-header-cats.wd-style-1 .menu-opener{
	border-radius:200px !important
}
.whb-header-bottom{
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-left-radius:24px;
	border-bottom-right-radius:24px;
	margin-left:50px;
	margin-right:50px;
	box-shadow: 0px 4px 20px rgba(209, 197, 164, 0.5);
}
.whb-general-header{
		box-shadow: 0px 4px 10px rgba(209, 197, 164, 0.5);
border-radius:200px;
}
.shadblur{
	filter: blur(10px);
}
.blogcard h3{
	font-size:15px!important
}
.imgslider img
{
	padding:20px 0px;
}
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner{
	padding:16px
}
.whb-main-header{
    /* background-color: #FEFAEF */
	background-color: transparent
}

.mobile-nav{
	z-index: 1200;
}

/*
End of the block added by Hojjat
*/