/*
 Theme Name:   Societas Child
 Theme URI:    http://example.com/societas-child/
 Description:  Societas Child Theme
 Author:       vkworks.com
 Author URI:   http://example.com
 Template:     societas
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  societas-child
*/


header a:hover {
    text-decoration: none !important;
}

.vk-img-grayscale img {
    filter: grayscale(100%);
}
#page-container > div > div > div > div > div.has-text-align-center.wp-block-post-date > time {
    display: none !important;
}
@media (max-width:767px) {
	.vk-slogan {
		font-size: 28px !important;
	}
	.vk-title {
		margin-top: 50px !important;
		font-size: 28px !important;
	}
	ul#wprmenu_menu_ul>li {
      list-style-type : none;	
      padding:5px 10px;
      border-top:1px solid #ffffff;
      /*border-bottom:1px solid #ffffff;*/
    }
    ul#wprmenu_menu_ul>li:last-child{
      border-bottom:1px solid #ffffff;
    }
	/*
    ul#wprmenu_menu_ul>li:first-child{
      border-top:0px;
    }
    ul#wprmenu_menu_ul>li:last-child{
      border-bottom:0px;
    }
	*/


}