@import url("https://www.investigace.cz/wp-content/themes/magazilla/css/bootstrap-grid.css");


.menu-item-841 {
    background-color: #f9c847;
    padding-left: 11px;
    padding-right: 11px;
  	color: black !important;
}

.menu-item-841 a {
  	color: black !important;
}

@media screen and (min-width: 1023px) {
  .menu-item-841 {
    display: none;
  }
  
  .menu-item-22569 {
    display: none;
  }
}

.test {
}


.cmsmasters_archive_type.has-post-thumbnail .cmsmasters_archive_item_type {
    display: none;
}


.cmsmasters_archive_type .cmsmasters_archive_item_category a:first-child {
    color: black;
}



.cmsmasters_archive_type {
    padding: 60px 0 0;
    overflow: hidden;
}


.cmsmasters_archive_type .preloader {
    padding-bottom: none;
}


.preloader .full-width {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}


.cmsmasters_post_category .cmsmasters_cat_color {
    color: black;
}




#page .widget_search .widgettitle + .search_bar_wrap {
    padding: 20px;
    border-width: 0;
    border-style: solid;
    padding-left: 0px;
}



.cmsmasters_open_post .cmsmasters_post_cont_info_top .cmsmasters_post_category {
    display: inline-block;
    width: 75%;
    margin: 18px 20px 0 0;
    padding: 0;
}


.page .content {
    width: 72%;
    padding: 35px 0;
    position: relative;
    float: left;
}




.middle_content {
    padding: 10px 0;
}




.sidebar {
    width: 28%;
    padding: 40px 0 60px 50px;
    position: relative;
    float: right;
}


.tag .content {
    width: 72%;
    padding: 20px 0;
    position: relative;
    float: left;
}



.cmsmasters_post_default .cmsmasters_post_interface .cmsmasters_post_author {
    float: right;
    margin-right: 22px;
    margin-top: 7px;
}
/* custom rules */
.donate-after-post {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 50px;
    background: #fcc601;
}

@media screen and (max-width: 600px) {
    .donate-after-post {
         flex-direction: column;
    }

   .donate-after-post .button-more {
         margin-right: auto;
         margin-top: 20px;
   }
}

.donate-after-post .message {
    color: white;
    background: #000;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

.donate-after-post:hover .button-more {
    background: #000;
    color: #fcc601;
}

.donate-after-post .button-more {
    border: 2px solid #000;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    margin-left: auto;
    line-height: 1;
    transition: all 0.5s;
}

.donate-money-button {
	margin-left: 20px;
    display: flex;
    background: #fcc700;
    padding: 5px 25px;
    border-radius: 5px;
    font-family: 'Playfair Display', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
	white-space: nowrap;
    height: 40px;
    align-items: center;
}

@media screen and (max-width: 1024px) {
  .donate-money-button {
    display: none;
  }
}

.bot_nav_wrap {
  display: flex;
  align-items: center;
}

.bot_nav_wrap nav {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #header .header_mid .logo_wrap .logo img {
  	height: 65px;
  }
}

.pum-container {
overflow: hidden;
}

.pum-container p {
padding: 0 !important;
}

.pum-container a {
color: #212121
}

.pum-container .popup-footer {
	background: #212121;
}
.pum-container .popup-button {
    display: flex;
    background: #fcc700;
    color: #000;
    padding: 5px 25px;
    border-radius: 5px;
    font-family: 'Playfair Display', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
    height: 40px;
    align-items: center;
}