/*
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.   ***************/
body, .blog-wrapper{
	background-image: url(http://andezit.nyomas.hu/wp-content/uploads/2025/05/topoline2s.png);
	background-size: cover;
	background-attachment: fixed;
background-color:#282828;
}
td {padding-left:0.5em !important;}
tr:nth-child(even){background-color: rgba(0,0,0,0.5);}
tr:nth-child(odd){background-color: rgba(0,0,0,0.2);}

.cimek th, td {
      padding: 10px;
      text-align: left;
      border-bottom: 1px solid #ccc;
	background-color: #ffffff;
    }

.nav-dark .nav>li.active>a  {	background-color: transparent; border:0px;}

.timeline {position: relative; max-width: 800px; margin: auto;}   
.timeline::after {content: ''; position: absolute; width: 1px;  background-color: #fff; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); }
  .containert {   padding: 20px 30px; position: relative; background-color: inherit; width: 50%; }
.left { left: 0; }
   .right { left: 50%; }   
 .containert::before {content: attr(data-year); position: absolute; top: 20px; width: 60px;  height: 30px;     background-color: #000;     color: #fff;     text-align: center; line-height: 30px; border-radius: 5px; left: 50%; transform: translateX(-50%);   } .content { padding: 20px; background-color: rgba(255,255,255,0.2); border-radius: 6px; box-shadow: 0 2px 6px rgba(0,0,0,0.2);   }

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}