/*
Theme Name: Teatro informacijos centras
Theme URI: http://www.lithuaniantheatre.com
Author: Punkcakes
Author URI: http://www.punkcakes.com
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Sora:wght@400;500;700&display=swap');

* {box-sizing: border-box;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: top; outline: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
table { border-collapse: collapse; border-spacing: 0; }
button, input, select, textarea { margin: 0; font-family: inherit; font-size: inherit; }
input, textarea, select { box-sizing: border-box; }
button::-moz-focus-inner { border: 0; padding: 0; }

body {
	font-family: 'Montserrat', sans-serif;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased;
}
html { overflow-x: hidden; scroll-behavior: smooth; }
html, body { min-height: 100%; min-width: 360px; }
#background { width: 100%; height: 100%; position: fixed; background: linear-gradient(180deg, #e9e9e9 22.22%, #fefefe 56.54%); }

/* Common */
p, ul, ol, td, label { font-size: 18px; line-height: 30px; font-weight: 500; }
p, ul, ol { margin-bottom: 20px; }
ul, ol { margin: 10px 0 20px 40px; }
i, oblique { font-style: italic; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }

h1 { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 110px; margin-bottom: 30px; letter-spacing: 5px; text-transform: lowercase; }
h2 { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 48px; line-height: 64px; margin-bottom: 30px; }
h3 { font-size: 24px; line-height: 30px; font-weight: 500; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px; }
h4 { font-size: 22px; line-height: 26px; font-weight: 600; margin-bottom: 20px; margin-top: 40px; text-decoration: underline; }
a, a:active, a:hover { color: #000; text-decoration: underline; }
a.hover-image, .single-content p a { display: block; overflow: hidden; cursor: crosshair; }
a.hover-image img, .single-content p a img { 
	transition: transform .2s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
}
a.hover-image:hover img, .single-content p a:hover img { 
	transform: scale(1.1);
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
}

.button, input[type="submit"] {
	display: inline-block;
	padding: 17px 80px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
}
.button-yellow { background: #FCF961; color: #000; }
.button:hover, input[type="submit"]:hover { text-decoration: underline; color: #fff; }

.clearfloat { clear: both; }
.wrap { margin: 0 auto; max-width: 1440px; padding: 80px 60px; position: relative; }
#container { padding-top: 130px; }
.wrap .wp-caption, .wrap img { max-width: 100%; height: auto; }
.wrap .alignright { float: right; margin-left: 100%; margin-bottom: 15px; }
.wrap .alignleft { float: left; margin-right: 100%; margin-bottom: 15px; }

/* Header */
#header { width: 100%; position: fixed; background: #e9e9e9; z-index: 10; }
#header .wrap { padding: 15px 60px 0 60px; }
#logo {
	margin: 0 15px 15px 15px; 
	height: 93px; 
	width: 100px; 
	display: inline-block;
	background-image: url(pics/ltc-logo-colour.png);
}
.site-description { 
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase; 
	vertical-align: bottom;
	display: inline-block;
	margin-bottom: 14px;
}
.menu-top-menu-container { background: #000; }
.menu { padding: 0 20px; margin: 0; text-align: right; }
.menu li { display: inline-block; position: relative; }
.menu li a {
	display: block;
	position: relative;
	z-index: 10;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 15px;
	height: 50px;
	font-weight: 500;
	text-transform: uppercase;
}
.menu li:hover a, .menu li.current-menu-item a { color: #bbb; }
.menu ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 5;
	top: 50px;
	left: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #000;
	padding: 10px 20px 10px 0;
	width: 265px;
	text-align: left;
}
.menu li:hover > ul.sub-menu { display: block; }
.menu ul.sub-menu li { display: block; }
.menu ul.sub-menu li a {
	padding: 5px 20px;
	height: auto;
	color: #000;
	text-decoration: none;
}
.menu ul.sub-menu li a:hover, .menu ul.sub-menu li.current-menu-item a { text-decoration: underline; }
#menu-burger {
	width: 50px;
	height: 50px;
	background-image: url(pics/burger.png);
	background-repeat: no-repeat;
	float: right;
	display: none;
	cursor: pointer;
}
#menu-and-search { float: right; }
.menu-mobile-menu-container { 
	display: none;
	position: relative; 
	z-index: 5;
}
.menu-mobile-menu-container .menu { 
	text-align: left; 
	padding: 0 0 30px 40px; 
	margin-bottom: 30px; 
	border-bottom: 1px solid #888;
}
.menu-mobile-menu-container .menu li { display: block; }
.menu-mobile-menu-container .menu li.menu-item-has-children a { margin-bottom: 10px; }
.menu-mobile-menu-container .menu li a {
   	display: inline-block;
   	height: auto;
   	padding: 0;
    color: #FFFFFF;
}
.menu-mobile-menu-container .menu ul.sub-menu {
	display: block;
	background: #000;
    position: relative;
    top: 0;
   	width: auto;
   	padding: 10px 0 15px 20px;
}
.menu-mobile-menu-container ul.sub-menu li a { color: #fff; padding: 0; }
.menu-close { display: block; background-image: url(pics/close-white.png); }
.close {
	width: 13px;
	height: 13px;
	padding: 15px;
	background-image: url(pics/close-black.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	position: absolute;
	top: 35px;
	right: 50px;
	cursor: pointer;
	z-index: 10;
}
.menu-close { display: none; }

/* Language and Search */
#language {
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	margin: 40px 30px 0 0;
	float: left;
}
#language:hover { position: relative; top: 1px; left: 1px; }
#searchform {
	float: right;
	margin-top: 40px;
	position: relative;
}
#search-button {
	width: 15px;
	height: 15px;
	background-image: url(pics/menu-search.png);
	background-size: 100%;
	cursor: pointer;
}
#search-container {
	display: none;
	background: rgba(255,255,255,0.9);
	padding: 80px 70px 50px 70px;
	position: absolute;
	z-index: 10;
	top: 75px;
	right: 0;
	text-align: center;
}
#searchform input[type="text"] {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	width: 500px;
	outline: none;
}
#searchform input[type="submit"] {
	width: 15px;
	height: 15px;
	padding: 0;
	display: inline-block;
	margin-top: 30px;
	text-indent: -9999px;
	border: none;
	background: none;
	background-image: url(pics/menu-search.png);
	background-size: 100%;
}
#search-button:hover,
#searchform input[type="submit"]:hover { position: relative; top: 1px; left: 1px; }

/* Header flexible design */
@media only screen and (max-width: 800px) {
	h1 { font-size: 90px; letter-spacing: 4px; }
	.wrap { padding: 30px 20px 40px 20px; }
	#header .wrap { padding: 15px 20px 0 20px; }
	.menu li a { padding: 10px 15px; }
}
@media only screen and (max-width: 640px) {
	h1 { font-size: 64px; letter-spacing: 3px; }
	#menu-burger { display: block; }
	.site-description { display: none; }
	.menu-top-menu-container { display: none; }
	.menu-mobile-menu-container { display: block; }
	#menu-and-search {
		display: none;
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		width: 100%;
		height: 1000px;
		padding: 40px 0;
		background: #000;
	}
	.menu-close { display: block; background-image: url(pics/close-white.png); }
	#language {
		float: none;
		color: #fff;
		margin: 0 0 0 40px;
	}
	#searchform {
		float: none; 
		width: auto;
		height: auto;
		margin: 0 0 0 40px; 
		background-image: none;
	}
	#search-button { display: none; }
	#search-button.search-open { display: none; }
	#search-container {
		display: block;
    	background: none;
    	padding: 0;
    	position: relative;
    	top: 0;
    	text-align: left;
	}
	#search-container .close { display: none; }
	#searchform input[type="text"] { border-bottom: 1px solid #fff; color: #fff; width: auto; }
	#searchform:hover { top: 0; left: 0; }
	#searchform input[type="submit"] {
    	width: 15px;
	    height: 15px;
    	background-image: url(pics/menu-search-white.png);
    	margin: 10px 0 0 10px;
	}
	#searchform:hover,
	#searchform input[type="submit"]:hover { top: 0; left: 0; }
}

/* Footer */
#footer { position: relative; z-index: 10; background: #000; color: #fff; }
#footer .wrap { padding: 70px 60px 30px 60px; }
#footer-left { width: 35%; float: left; }
#footer h3 { font-size: 14px; line-height: 20px; margin-bottom: 10px; }
#footer-left a { color: #fff; font-size: 14px; text-decoration: none; }
#footer-social { margin-top: 70px; }
#footer-social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
#footer-facebook { background-image: url(pics/facebook-logo.svg); }
#footer-instagram { background-image: url(pics/instagram-logo.svg); }
#footer-right { width: 60%; float: right; }
#footer-logos { margin-top: 60px; }
#footer-logos a { display: inline-block; margin: 0 30px 30px 0; }

@media only screen and (max-width: 800px) {
	#footer .wrap { padding: 30px 20px 30px 20px; }
	#footer-left, #footer-right { width: 100%; float: none; }
	#footer-social { margin: 20px 0 40px 0; }
	#footer-logos { margin: 20px 0 -20px 0; }
	#footer-logos a { margin: 0 10px 10px 0; }
	#footer-logos a img { width: 70%; }
}

/* Single */
#category-menu {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: -10px 0 50px 0;
}
#category-menu ul { margin: 0; padding: 10px 0; }
#category-menu ul li { display: inline-block; margin-right: 40px; }
#category-menu ul li a {
	display: inline-block; 
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	font-weight: 600;
}
#category-menu ul li.category-current a, #category-menu ul li a:hover { text-decoration: underline; }
.container-single h2 { max-width: 700px; }
.news-date { font-size: 24px; font-weight: bold; margin-bottom: 30px; }
.single-content { margin-bottom: 40px; }
.container-single .clearfloat { border-bottom: 1px solid #000; }
.container-single .attachment-post-thumbnail { float: left; width: 30%; margin-bottom: 50px; }
.single-content p,
.single-content ul,
.single-content ol,
.single-content h3,
.single-content h4 { margin-left: 35%; }
.single-content ul,
.single-content ol { padding-left: 40px; }
.single-content p iframe { width: 100%; height: auto; }
.single-gallery { clear: both; }
.gallery img { 
	border: none !important; 
	transition: transform .2s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
}
.gallery .gallery-item { margin-bottom: 20px; }
.gallery .gallery-item a { display: inline-block; overflow: hidden; cursor: crosshair; }
.gallery .gallery-item:nth-child(3n+1) { padding-right: 10px; text-align: left !important; }
.gallery .gallery-item:nth-child(3n+2) { padding-left: 10px; text-align: right !important; }
.gallery .gallery-item a:hover img {
	transform: scale(1.1);
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay { background: linear-gradient(180deg, #FCF961 22.22%, #ffffef 56.54%) !important; opacity: 1 !important; }
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container { border-radius: 0 !important; padding: 0 !important; }
#slb_viewer_wrap .slb_theme_slb_baseline .slb_details { width: 100%; position: absolute !important; top: 0; left: 0; background: #fff; padding: 7px 15px 0 15px; }
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status { font-family: 'Montserrat', sans-serif !important; font-size: 18px !important; }
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status { float: right; }
#slb_viewer_wrap .slb_theme_slb_default .slb_controls { top: 0 !important; right: -80px !important; }
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow { display: none; }
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag { width: 34px !important; height: 34px !important; background-image: url(pics/close-black.png) !important; }
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag { right: -120px !important; background-image: url("pics/right-arrow.png") !important; }
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag { left: -120px !important; background-image: url("pics/left-arrow.png") !important; }


@media only screen and (max-width: 800px) {
	.single-content { float: none; width: 100%; }
	.container-single .attachment-post-thumbnail { width: 40%; margin: 0 30px 20px 0; }
}

/* Front page */
.front-boxes { margin-bottom: 50px; }
.front-boxes a { 
	display: block;
	float: left;
	width: 32%;
	height: 250px;
	margin-left: 2%;
	border: 1px solid #000;
	padding: 20px 30px;
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
	text-decoration: none;
}
.front-boxes a:first-child { margin-left: 0; }
.front-boxes a:hover { background: #fff; text-decoration: underline; }
.post {
	display: block;
	width: 32%;
	background: #fff;
	margin-bottom: 50px;
	text-decoration: none;
}
.post:nth-child(4n+1), .post:nth-child(4n+2) { float: left; margin-right: 2%; }
.post:nth-child(4n+3), .post:nth-child(4n+4) { float: right; margin-left: 2%; }
.post-meta { background: #fff; padding: 15px; position: relative; z-index: 5; }
.post:hover .post-meta { background: #f8f8f8; }
.post-date, .post-category { font-size: 12px; font-weight: 500; text-transform: uppercase; }
.post-date { float: left; }
.post-category { float: right; }
.post-meta .clearfloat { border-bottom: 1px solid #000; padding-top: 15px; }
.post-meta h2 { font-size: 18px; line-height: 28px; margin: 15px 0 0 0; }
.posts .clearfloat { border-bottom: 1px solid #000; }
.posts .button { display: block; margin: 50px auto 0 auto; width: 250px; display: none; }

@media only screen and (max-width: 900px) {
	.front-boxes a { font-size: 32px; line-height: 36px; height: 200px; }
}
@media only screen and (max-width: 640px) {
	.front-boxes a { float: none; width: 100%; margin: 0 0 30px 0; }
	.front-boxes a br { display: none; }
	.post { float: none; width: 100%; margin: 0 0 30px 0; }
}

/* Pages TIC and Projektai */
.page-id-32 #category-menu { margin-bottom: 0; }
.content-section { border-bottom: 1px solid #000; padding-bottom: 30px; }
.content-section h2 {
	font-size: 54px;
	line-height: 80px;
	font-weight: bold;
	margin: 0 0 40px 0;
	text-transform: lowercase;
	border-bottom: 1px solid #000;
}
#apie-mus h2, #komanda h2 { text-align: right; }
#sirenos h2 { text-align: right; border-top: 1px solid #000; }
.content-3columns { column-count: 3; column-gap: 2%; }
#apie-mus .content-3columns { column-count: 2; margin-right: 34%; }
.content-column { width: 32%; }
.content-column:nth-child(3n+1), .content-column:nth-child(3n+2) { float: left; margin-right: 2%; }
.content-column:nth-child(3n+3) { float: right; margin-top: 25%; }
.image-blocks h3 {
	text-transform: none;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 40px;
}
.image-block { 
	display: block;
	float: left;
	width: 23%;
	margin-right: 2%;
	text-decoration: none;
	position: relative;
	margin-bottom: 40px;
}
.image-block.right { float: right; }
.image-title { 
	display: block;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 15px 10px;
	background: #000;
	position: relative;
	z-index: 5;
}
.image-block img { width: 100%; }
.image-name {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	font-size: 18px;
	padding: 15px;
}
.image-block:hover .image-name { display: block; }

@media only screen and (max-width: 900px) {
	.content-3columns { column-count: 1; }
	#apie-mus .content-3columns { column-count: 1; margin-right: 0; }
	.content-column { width: 100%; }
	.content-column:nth-child(3n+1), .content-column:nth-child(3n+2) { float: none; margin-right: 0; }
	.content-column:nth-child(3n+3) { float: none; margin-top: 0; }
}
@media only screen and (max-width: 640px) {
	.image-block { float: none; width: 100%; margin-right: 0; }
	.image-block img { width: auto; }
}

/* Organizacijos */
.parent-pageid-62 h1, .tax-org_kategorijos h1, .tax-abecele h1 { text-transform: none; }
.subtitle {
	font-size: 54px;
	line-height: 80px;
	text-align: right;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: lowercase;
	border-bottom: 1px solid #000;	
	border-top: 1px solid #000;	
}
#category-vertical-menu { padding-bottom: 30px; }
#category-vertical-menu p { margin-bottom: 10px; }
#category-vertical-menu ul { list-style: none; margin: 0; }
#category-vertical-menu p, #category-vertical-menu ul li {
	font-size: 14px; 
	line-height: 24px;
	text-transform: uppercase;
	font-style: italic;
}
#category-vertical-menu ul li a { text-decoration: none; }
#category-vertical-menu ul li.category-current a, #category-vertical-menu ul li a:hover { text-decoration: underline; }
.page-id-69 #category-menu ul li, .tax-org_kategorijos #category-menu ul li, .tax-abecele #category-menu ul li { margin-right: 0; }
.page-id-69 #category-menu ul li a, .tax-org_kategorijos #category-menu ul li a, .tax-abecele #category-menu ul li a { padding-right: 20px; }
.abecele-block { display: inline-block; width: 48%; }
.abecele-block h3 { font-size: 110px; line-height: 130px; font-weight: bold; }
.abecele-block ul { list-style: none; margin: 0 0 30px 20%; }
.abecele-block ul li { margin-bottom: 10px; font-weight: 600; }
.abecele-block ul li a { text-decoration: none; }
.abecele-block ul li a:hover { text-decoration: underline; }

@media only screen and (max-width: 640px) {
	.abecele-block { width: 100%; }
}

/* LT teatras */
.page-id-66 #category-menu { border-bottom: none; margin-bottom: 0; }
.scena-content { margin-top: 50px; }
.single-content h4 { margin-left: 35%; }
.single-content .button-container { margin-left: 35%; }
.content-hidden { display: none; }

/* Duomenu bazes */
.data-block { margin: 50px 0; border: 1px solid #000; }
.data-image { 
	float: right; 
	width: 40%; 
	min-height: 550px; 
	height: 100%; 
	background-color: #000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}
.data-content { padding: 30px 45% 20px 70px; }

@media only screen and (max-width: 900px) {
	.data-image { float: none; width: 100%; height: 400px; }
	.data-content { padding: 30px; }
}

/* Mobilumo ABC */
.page-id-273 .front-boxes { margin-top: 50px; }
.page-id-273 .front-boxes a { margin-bottom: 50px; }
.front-boxes a#dokumentai, .front-boxes a#pavyzdziai { float: right; }
.front-boxes a#dokumentai, .front-boxes a#komunikacija { clear: both; }
.front-boxes a#komunikacija { margin-left: 0; }
#category-menu.siblings-category-menu { margin-top: -20px; border-top: none; }

/* Page */
