/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*---------------------------------------------------------------*/ 
    /*------Replace the Search Button with an Icon by Divi Soup------*/ 
    /*---------------------------------------------------------------*/
    /*Hide the search button*/
    .ds-icon-search input.et_pb_searchsubmit,
    .widget_search input#searchsubmit {
        background: transparent;
        color: transparent;
        border: none;
        width: 55px;
        z-index: 2;
    }
    /*Add padding to the search input field*/
    .ds-icon-search input.et_pb_s,
    .widget_search input#s {
        padding-right: 55px !important;
    }
    /*Add the icon*/
    .ds-icon-search .et_pb_searchform:before,
    .widget_search::before {
        content: '\55';
        position: absolute;
        font-family: 'ETModules';
        z-index: 1;
        right: 0;
        font-size: 20px;
        padding: 8px 20px;
    }
    /*---------------------------------------------------------------*/ 
    /*---End - Replace the Search Button with an Icon by Divi Soup---*/ 
    /*---------------------------------------------------------------*/
.sisarsivumenu.et_pb_menu .et_pb_menu__menu,.sisarsivumenu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.sisarsivumenu .et_mobile_nav_menu {
    display: none;
}

.sisarsivumenu ul li a
{
	background: #fff !important;
	padding: 15px 25px 25px 25px;
	height:45px;
	border-radius: 0 0 3px 3px;
}

a.kategorianappi:hover {
	background: #177A53!important;
}

h2 {
	margin-top: 40px;
}
h3, h4 {
	margin-top: 20px;
}

blockquote {
	border-color: #C3DFD4!important;
}
.wp-block-button__link {
	background-color: #4f4f4f !important;
	color: #ffffff;
	border-radius: 5px;
	margin: 5px;
}
.wp-block-button__link:hover {
	background-color: #3a7856 !important;
	color: #ffffff;
	border-radius: 5px;
}

.wp-block-image img {
	margin-left: 2em;
}


.profile-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .profile-card {
    flex-direction: column;
    align-items: center;
  }
}

.profile-image {
  width: 200px;
  margin-right: 20px;
}

.page-id-2260 img {
  width: 200px;
  margin-right: 20px;
  border-radius: 10%; /* Rounded corners */
}

@media only screen and (max-width: 768px) {
  .profile-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.profile-image img {
  width: 100%;
  height: auto;
  border-radius: 10%; /* Rounded corners */
}

.profile-info {
  flex: 1;
}

.profile-name {
  font-size: 28px;
  margin-bottom: 10px;
}

.profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.profile-list li {
  margin-bottom: 10px;
}

.read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4f4f4f;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.read-more:hover {
  background-color: #3a7856;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .read-more {
    display: block;
    margin-top: 20px;
  }
}
