/*
Theme Name: xopen
Theme URI: 
Author: 
Author URI: 
Description: 
Tags: 
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: xopen

xopen WordPress Theme 2011-2026
xopen is distributed under the terms of the GNU GPL
*/

 body, html
 {
    margin: 0;
    padding: 0;
    font-family: "Arial", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4e4e4e;
    overflow-x: hidden;

  background-image: url('https://www.nedvasingumas.lt/wp-content/uploads/2026/09/seba.gif');
    background-repeat: repeat;
    background-size: 32px 32px;
 }
 *, *:before, *:after {
    box-sizing: inherit;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
 a, a:link {
    color: #3D97C2;
    text-decoration: none;
}
        .contentwrap{
            max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
    padding-bottom: 50px;
    background: #fff;
        }
        
.blog-posts{
    padding: 14px 20px;
}
.blog-posts h1{
    font-size: 40px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
    color: #404040;
}
.post-body {
    width: 100%;
    _overflow: hidden;
}
.tablepress {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%;
}
.tablepress th, #comment-post-message{
    background-color: #d9edf7;
    color: #111;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6875;
    padding: 0.5rem;
    text-align: left;
}
.tablepress td {
    background-color: none;
    color: #111;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    float: none !important;
    padding: 0.5rem;
    text-align: left;
    vertical-align: top;
}
.widget .post-body ul {
    padding: 0 2.5em;
    margin: .5em 0;
    line-height: 1.4;
}
.widget li, .BlogArchive #ArchiveList ul.flat li{
    padding: .25em 0;
    margin: 0;
    text-indent: 0;
}
.tabletd ul li {
    font-size: 15px;
    line-height: 35px;
    float: left;
    display: block;
    clear: both;
}
.widget .post-body li {
    margin-bottom: .25em;
    padding-top: 0;
    padding-bottom: 0;
}
.tabletd ul li a, .rightt a {
    color: #3D97C2;
    border-bottom: 1px dotted;
    text-decoration: none;
    word-break: normal;
}
.main-navigation {
    background-color: #2e2e2e;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    color: #eee;
}
.main-navigation a {
    color: #eee;
}
.today-navigation {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
}
.comment-meta:before, .comment-meta:after, .entry-meta:before, .entry-meta:after, .footer-widget-area:before, .footer-widget-area:after, .grid-row:before, .grid-row:after, .main-navigation ul:before, .main-navigation ul:after, .site-main:before, .site-main:after, .subordinate-navigation ul:before, .subordinate-navigation ul:after, .testimonials:before, .testimonials:after, .testimonials .hentry:before, .testimonials .hentry:after, .clear:before, .clear:after, [class*=area]:before, [class*=area]:after, [class*=content]:before, [class*=content]:after, [class*=navigation]:before, [class*=navigation]:after, [class*=site]:before, [class*=site]:after {
    content: '';
    display: table;
    clear: both;
}
.today-navigation ul {
    margin: 0px;
    padding: 0;
}
.widget li, .BlogArchive #ArchiveList ul.flat li {
    padding: .25em 0;
    margin: 0;
    text-indent: 0;
}

.today-navigation ul li a {
    color: #555;
    display: block;
    float: left;
    margin-right: 25px;
}

img{
    border: 0px solid #ddd;
}

.postsr{
    width:100%;
}
.postsr li{
    margin-bottom:5px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.more{
border-bottom:none!important;
}
.grid-container img{
 width:120px;
  height:120px;
    FLOAT:LEFT;
     object-fit: cover;
	border:1px solid #ddd;
}

.rightt{
    width:calc(100% - 160px);
    float:left;
   margin-left:20px;
}
.l, .r{
    width:50%;
}
.c{
    text-align: center;
    padding-bottom:20px;
}
button{
    background:#fff;
    border:1px solid #ddd;
    padding:8px 10px;
    text-align: center;
}
.header td{
	border-top:0;
}
.header a{
	font-size:15px;
color: #444!important;
    border-bottom: 0px dotted;
	font-weight:600;
}
.header li{
	width:100%;
	text-align:center;
	height:60px;
	line-height:60px;
}
.bb td{
border-top: 0px solid #ddd;
}

.newposts{
	
	    border-top: 0px solid #ddd;
}

.oldposts{
	padding:0px;
	margin-bottom:40px;
}

.postsr span{
	font-size:13px;
	line-height:1;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  padding:0 0px;
  gap: 0px;
  font-size: 15px;
}
.grid-container .post{
  border-bottom:1px solid #eee;
  padding-bottom: 20px;
  margin-bottom:20px;
}
.grid-container .post h3{
  font-size:17px;
}
.post span{
		float:left;
	display:block;
	margin-right:10px;
}


.grid-container .xentry, .comments{
  grid-column: span 3;
  width:100%;
  margin-bottom:20px;
}
.grid-container li:first-child img{
  width:120px;
  height:120px;
}
 .grid-container li:first-child .rightt{
    
}
.grid-container span{
	float:left;
	display:block;
	margin-right:10px;
	line-height:35px;
}
.grid-container a{
	border-bottom: 0px dotted;
}
.content-1, #comments{
	
	margin:0px auto;
	display:block;
	position:relative;
	margin-bottom:20px;
}
.content-1 img{
	
	margin-bottom:20px;
}
#hiddenj{
	display:none;
}
.post{
	width:100%;
}
.thumbnail{
	margin-bottom:20px;
	display:inline-block;
	clear:both;

}
.thumbnail img, .content-1 img{
	width:100%;
	height:300px;
	object-fit: contain;
}

.tablepress tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.left-col{
	float:left;
	display:block;
	width:70%;
 min-height: 1px;
    padding-right: 30px;
}
.right-col{
	float:right;
	display:block;
	width:30%;
	min-height:1px;
	padding-left: 30px;
}
.main-navigation{
clear:both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
.widget_block {
    margin-bottom: 40px;
    width: 100%;
    background: #eee;
    border: 1px solid #ddd;
	padding:1rem;
	font-size:15px;
}
.widget_block h3{
	margin:0;
	padding:0;
	font-size:15px;
	margin-bottom:15px;
}
.widget_block input, .widget_block button{
    padding:0;
	margin:0;
	height:35px;
	border: 1px solid #ddd;
}
.widget_block button{
    width:45px;
	height:35px;
	margin-left: 5px;
}
.columns{
margin-top: 40px;
margin-bottom: 40px;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url
{
    
}
#commentform label{
	clear:both;
	display:block;
}
#commentform input,
#commentform textarea
{
  
	width:100%;
	padding:0.5rem;
}

#commentform input[type=submit] {
    width: auto;

    background:#111;
    border:1px solid #ddd;
padding:1rem;
    text-align: center;
	color:#fff;
}

.wp-block-latest-posts{
	    clear: both;
    display: inline-block;
}

.comments{
	    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 1rem;
}

.content-1 h3{
	font-size:20px!important;
}

.blog-posts h1 a{
	color:#333;
}