/*---------------------------------------------------------------------------------

 Theme Name:   Epsilon Smart Ergani KB
 Theme URI:    https://kb.epsilonnet.gr/
 Description:  
 Author:       Epsilon Support
 Author URI:   https://kb.epsilonnet.gr/
 Template:     Divi
 Version:      3.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.home #header_search {
    visibility: hidden;
}

@media (max-width: 980px)
{
	.home #header_search {
    	display:none;
	}
}

/*----------Custom Back To Top Button----------*/
 
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 15px;
    border-radius: 25px;
    background: #C31039;
    padding: 10px;
	transition: 0.3s all;
	border: 1px solid #e8ecfe;
}
 
 
.et_pb_scroll_top.et-pb-icon:hover {
    background: #af1034;
	border: 1px solid #af1034;
}
 
.et_pb_scroll_top:before {
    content: "\21";
}


/*search form css start*/
#searchform {
    background: #fff;
    border-radius: 30px;
    padding: 10px;
}
#searchform > div {
    display: inline-flex;
    float: right;
    width: 80%;
}
#searchform #cat {
    width: 20%;
    border: 0;
    line-height: 2em;
    padding: 0 5px;
    display: inline-block;
	background:transparent;
	cursor:pointer;
}
#searchform #s {
    width: 70%;
	line-height: 2em;
    padding: 0 5px;
    border: 0;
	border-right: 1px solid #e8ecfe;
	border-left: 1px solid #e8ecfe;
    margin-left: 5px;
	background:transparent;
}
#searchform #searchsubmit {
    width: 25%;
    float: right;
    background: transparent;
    border: 0;
    line-height: 2em;
	padding: 0;
	cursor:pointer;
}
/*search form css stop*/
.line-title .et_pb_text_inner {
    text-align: center;
}
.line-title h2 {
    display: inline-block;
    background: #e8ecfe;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}
.line-title .et_pb_text_inner:before {
    content: "";
    display: block;
    border-top: solid 1px #A1A5A6;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

/*blog module start*/
.et_pb_blog_grid_wrapper .et_pb_blog_grid .et_pb_post .more-link{
    border: 1px solid #C31039;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px 30px 30px 30px;
    padding: 5px 16px!important;
	transition: 0.3s all;
	color: #C31039 !important;
	display:inline-block !important;
}
.et_pb_blog_grid_wrapper .et_pb_blog_grid .et_pb_post .more-link:hover {
    background-color: #C31039 !important;
    color: #e8ecfe !important;
}
.single-post .watch-action {
    margin-top: 20px;
}
.et_blog_grid_equal_height .et_pb_post {
    margin-bottom: 40px !important;
}
/*blog module stop*/
/*post CSS start*/
#post-sidebar .et_pb_widget {
    margin-bottom: 10px !important;
}
#post-sidebar .wp-block-latest-posts__list li:after {
    content: '';
    border-bottom: 2px solid #C3103942;
    width: 28px;
    display: block;
    margin-bottom: 10px;
}
/*post CSS stop*/

/*post CSS start*/
.single-post #main-content table td {
    border: 1px solid #90b045;
    padding: 10px;
}
/*post CSS stop*/

/*pagination CSS start*/
/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.3em 0.8em !important;
  background: #eeeeee;
  transition: all .5s;
}
.wp-pagenavi a{
  color: #90b045;
}
/*styles the wp-pagenavi current page number*/
.wp-pagenavi span.current {
  color: #ffffff !important;
  background: #C31039 !important
}
 
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #ffffff !important;
  background: #C31039 !important
}
 
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  background: none;
}
/*pagination CSS stop*/

/*collapce mobile menu start*/

/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}
@media (max-width: 980px)
{
	header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
		color: #ffffff !important;
	}
}
/*collapce mobile menu stop*/

/*menu css start*/

@media (max-width: 980px)
{
	.et_pb_menu .et_mobile_menu {
    	top: calc(100% + 10px);
	}
}
.et-menu li li a {
    white-space: nowrap;
    min-width: 200px;
	width:100%;
}
.nav li ul {
	min-width: 240px;
	width:unset;
}
/*menu css stop*/
.search-no-results .et_pb_blog_0_tb_body .not-found-title, .search-no-results.et-db #et-boc .et-l .et_pb_blog_0_tb_body .not-found-title{
	text-align: center !important;
}
.widget_utcw.widget_tag_cloud .widgettitle {
    font-size: 23px;
}

.single-post .et-learn-more h3.heading-more {
    color: #000 !important;
    font-size: 16px !important;
}
.single-post .et-learn-more 
{
	border: 1px solid #90B045;
}
.archive .et_pb_blog_0_tb_body .not-found-title {
    text-align: center!important;
}
/*helpfull CSS start */
@media (max-width: 500px)
{
	#daexthefu-container .daexthefu-feedback{
		flex-direction: column !important;
	}
}
 /*helpfull CSS stop */
/*YT iframe size start*/
.fluid-width-video-wrapper {
    width: 560px;
    height: 315px;
    padding: unset !important;
    margin-bottom: 20px !important;
}
.fluid-width-video-wrapper iframe{
	width: 560px !important;
    height: 315px !important;
	
}
/*YT iframe size stop*/