/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media  (max-width: 768px) {
	li strong.typing-text-dynamic.uppercase {
		font-size: 12px !important;	}
	ul.nav>li {margin: 0 4px;}.button-row p{    flex-direction: column;}
}

#logo {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#logo::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;
    width: 60px;
    height: 200%;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.5) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    animation: shiny 4s infinite ease-in-out;
    pointer-events: none;
}

@keyframes shiny {
    0% { left: -150%; }
    30% { left: 150%; }
    50%,100% { left: -150%; }
}
.header-button:not(.header-search .header-button) {
  animation: pulse-orange 2s infinite;
  box-shadow: 0 0 0 0 rgba(255, 152, 56, 0.7); 
	cursor: pointer; border-radius: 99px; span{    white-space: nowrap;}
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.90);
    box-shadow: 0 0 0 0 rgba(255, 152, 56, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 152, 56, 0);
	background-color:#fff !important;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 152, 56, 0);
  }
}
.menu-item {
  position: relative;
 transition: color 0.3s ease-in-out;
}


.menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;          
  width: 0;          
  height: 2px;
  background-color: #FF0000;
  transition: width 0.4s ease-in-out;
}
.menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;           
  width: 0;           
  height: 2px;
  background-color: #FF0000; 
  transition: width 0.4s ease-in-out ;
}
.menu-item:hover {
  background-color:#f4892d !important;box-shadow: 0 12px 28px #bbb;
	a{color: #fff !important;padding:10px } 
}
.menu-item:hover::before,
.menu-item:hover::after {
  width: 100%;       
}
.header-search .nav-dropdown-default {
    padding: 5px;
    border-radius: 10px;
}
.menu-secondary-container,.from_the_blog_comments {
    display: none;
}
a.nav-top-link {
    font-weight: bold !important;
}
a.button i, button i {
	top: 0;}	
.ftieu p {
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1.2;
}
.ftim {
    color: #fff;
    border: 0.5px solid;
    border-radius: 20px;
    margin-bottom: 12px;
}
.logoslick {
    margin-top: 0 !important;  //background: url(https://www.iptp.net/wp-content/themes/iptp-theme/images/bg_for_banner.jpg) no-repeat center center / cover;
	>div {padding-bottom:0 !important}
}
.fnoi * {padding-bottom: 0 !important}
.non-border {border: 0 !important;padding-left: 0 !important;}
.radius .img-inner {border-radius:50%;    border: 0.5px solid var(--fs-color-secondary);}
section .section-bg :is(img,picture,video) {height:auto}
#col-195182701 {padding:0 15px} .pb-lg-0 {padding-bottom:0 !important}
.submit-section {position:relative; .wpcf7-spinner{position:absolute;top: 24px; right: 30px;}}
.is-divider {    background-color: var(--fs-color-secondary); height: 0.5px !important;max-width: 60px; margin: 0 0 7px;}
.entry-title,.post-title {color: var(--fs-color-secondary);    align-content: center;} .box-sd{box-shadow: 1px 1px 5px #ccc}.entry-header-text { padding-bottom: 0;}
.post-title { margin: 0;    height: 40px;}
.post-item h5 a{    display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden;	text-overflow: ellipsis;}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {display:none}