/*
Theme Name: Brocēnu vidusskola
Theme URI: https://www.brocenuvsk.lv/
Description: Brocēnu vidusskolas mājaslapas WordPress tēma.
Author: TMP.LV
Author URI: https://www.tmp.lv/
Version: 1.0
Text Domain: brocenuvsk
*/

/** FONTS **/
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: local('Exo 2'), local('Exo2-Regular'), url(https://themes.googleusercontent.com/static/fonts/exo2/v1/14gB2jOntIgAuKj4XrkcQA.woff) format('woff');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://themes.googleusercontent.com/static/fonts/exo2/v1/0eEQvNsaySA1hRnGeg1wyQ.woff) format('woff');
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  src: local('Exo 2 Italic'), local('Exo2-Italic'), url(https://themes.googleusercontent.com/static/fonts/exo2/v1/4J7LcJAPdgd26ITKpvMp1g.woff) format('woff');
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: local('Exo 2 Bold Italic'), local('Exo2-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/exo2/v1/sAiuEO9XMUX91DAamtP8afesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

/* PAGE BODY */
html, body {
	padding: 0;
	margin: 0;
}

body {
	background-image: url("./images/page_background.png"), url("./images/top_line.png"), url("./images/bottom_line.png");
	background-position: 0 0, 0 top, 0 bottom;
	background-repeat: repeat, repeat-x, repeat-x;
}

body, input, textarea, select, table {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
	border: 0;
	padding: 0;
	margin: 0;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.medium-text {
	font-size: 15px;
}

.small-text {
	font-size: 14px;
}

/** LOGO **/

#logo-wrapper {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 200px;
	height: 150px;
	background-color: #FF6405;
	background-image: url('./images/logo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#logo-wrapper a {
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
}

/** TOP MENU **/

#top-menu {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 210px;
}

#top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#top-menu ul li {
	display: inline-block;
	position: relative;
	float: left;
	height: 70px;
	font-size: 19px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-image: url("./images/top_link_bg_light.png");
}

#top-menu ul li a {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#top-menu ul li.current-menu-item {
	background-image: url("./images/top_link_bg_dark.png");
}

#top-menu ul li.menu-item-has-children a {
	background: url('./images/arrow_down_tm.png') no-repeat center bottom;
}

#top-menu ul li a:hover {
	background-color: rgba(255, 255, 255, 0.35);
}

#top-menu ul li:nth-child(1), #top-menu ul li:nth-child(11) { background-color: #114F00; }
#top-menu ul li:nth-child(2), #top-menu ul li:nth-child(10), #top-menu ul li:nth-child(12) { background-color: #2C7B18; }
#top-menu ul li:nth-child(3), #top-menu ul li:nth-child(9), #top-menu ul li:nth-child(13) { background-color: #588C23; }
#top-menu ul li:nth-child(4), #top-menu ul li:nth-child(8), #top-menu ul li:nth-child(14) { background-color: #A0A600; }
#top-menu ul li:nth-child(5), #top-menu ul li:nth-child(7), #top-menu ul li:nth-child(15) { background-color: #FA8C01; }
#top-menu ul li:nth-child(6), #top-menu ul li:nth-child(16) { background-color: #FF6405; }

#top-menu ul ul {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 69px;
	background-color: inherit !important;
	background-image: none !important;
	text-transform: none;
}

#top-menu ul ul li {
	display: block;
	height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #FFFFFF;
	float: none;
	padding: 0;
	background-image: none !important;
	background-color: inherit !important;
	white-space: nowrap;
}

#top-menu ul ul li:last-child {
	border-bottom: 0;
}

#top-menu ul ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none !important;
}

#top-menu ul ul li.menu-item-has-children {
	background-image: url('./images/arrow_right_tm.png') !important;
	background-position: right center !important;
	background-repeat: no-repeat !Important;
}

#top-menu ul ul ul {
	left: 100% !important;
	top: 0 !important;
	/* right: 1px !important; */
	border-left: 1px solid #FFFFFF;
}

/** SOCIAL ICONS **/
#social-icons-wrapper {
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

#social-icons-wrapper ul {
	list-style-type: none;
	display: inline-block;
	margin: 13px 7px 0 0;
	padding: 0;
}

#social-icons-wrapper ul li {
	float: left;
	margin-left: 7px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url('./images/social_icons.png');
	line-height: 24px;
}

#social-icons-wrapper ul li a {
	display: inline-block;
	width: 24px;
	height: 24px;
}

#social-icons-wrapper ul li.draugiemlv { background-positon: 0 0; }
#social-icons-wrapper ul li.facebook { background-position: -24px 0; }
#social-icons-wrapper ul li.twitter { background-position: -48px 0; }
#social-icons-wrapper ul li.youtube { background-position: -72px 0; }
#social-icons-wrapper ul li.rss { background-position: -96px 0; }

/** CONTAINER + COLUMN BLOCKS **/

#container {
	position: relative;
	z-index: 0;
	width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
}

#left-column {
	float: left;
	width: 790px;
	margin-right: 10px;
}

#left-sub-column {
	float: left;
	width: 200px;
	height: 180px;
	padding-top: 80px;
	margin-right: 10px;
}

#right-sub-column {
	float: left;
	width: 200px;
	height: 260px;
	width: 580px;
}

#page-content {
	width: 790px;
}

#right-column {
	float: left;
	width: 200px;
}

#short-news-wrapper {
	display: none;
	margin-bottom: 10px;
	background-color: #FF6405;
	padding-left: 35px;
	height: 80px;
	background-image: url('./images/short_news.png');
	background-repeat: no-repeat;
	background-position: -1px center;
}

.galleries {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.galleries li {
	display: block;
	position: relative;
	width: 160px;
	height: 160px;
	padding: 0;
	margin: 0 5px 10px 5px;
	float: left;
}

.galleries li img {
	display: block;
	padding: 5px;
	background-color: rgba(255, 100, 5, 0.85);
	width: 150px;
	height: 150px;
	margin: 0;
}

.galleries li a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 3;
	width: 160px;
	height: 160px;
}

.galleries li span {
	position: absolute;
	left: 5px;
	bottom: 5px;
	right: 5px;
	height: 36px;
	line-height: 36px;
	background-color: rgba(255, 100, 5, 0.85);
	font-size: 14px;
}

.galleries li span b {
	padding-left: 5px;
	line-height: normal;
	display: inline;
	vertical-align: middle;
	color: #FFF;
	text-transform: uppercase;
}

.gallery-single-picture {
	display: block;
	padding: 0;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 6px 6px 0;
	border: 0;
}

/** SIDEBARS / WIDGETS **/

.sidebar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}

.sidebar li {
	padding: 0;
	margin: 0;
	border: 0;
}

.sidebar li.widget-container {
	width: 190px;
	background-color: #588C23;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.sidebar li.widget-container a {
	color: #FFFFFF;
}

.sidebar li.widget-container .widget-title {
	width: 186px;
	position: relative;
	top: -5px;
	left: -5px;
	background-color: #FF6405;
	padding: 7px;
	margin: 0;
	color: #FFFFFF;
	font-size: 17px;
	text-transform: uppercase;
}

.sidebar li.widget-container ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

#right-column .sidebar ul li {
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
}

#right-column .sidebar ul li:first-child {
	padding-top: 0;
}

#right-column .sidebar ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

#right-column .sidebar ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#left-sub-column .sidebar .widget_text {
	height: 80px;
}

#left-sub-column .sidebar .widget_text ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#left-sub-column .sidebar .widget_text ul li {
	margin: 0;
	padding: 0 0 0 26px;
	height: 27px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0 center;
	font-weight: normal;
}

#left-sub-column .sidebar .widget_text ul li.address {
	background-image: url("./images/home.png");
}

#left-sub-column .sidebar .widget_text ul li.phone {
	background-image: url("./images/phone.png");
}

#left-sub-column .sidebar .widget_text ul li.email {
	background-image: url("./images/message.png");
}

#left-sub-column .sidebar .widget_text ul li.email a {
	color: #FFFFFF;
}

#left-sub-column .sidebar .widget_todaysdate {
	height: 60px;
}

#left-sub-column .sidebar .widget_todaysdate ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#left-sub-column .sidebar .widget_todaysdate ul li.date {
	margin: 0;
	padding: 0 0 0 26px;
	height: 27px;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url("./images/calendar.png");
	font-weight: normal;
}

#left-sub-column .sidebar .widget_todaysdate ul li.name-day {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
}

#right-sub-column .sidebar .widget-container {
	padding: 0 !important;
}

#right-sub-column .sidebar .widget_imageslider {
	width: 580px !important;
	height: 250px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#right-sub-column .sidebar .widget_imageslider #image-list {
	position: relative;
	list-style-type: none;
	left: 0;
	margin: 0;
	padding: 0;
	height: 250px;
	transition: left 0.5s, right 0.5s;
	-webkit-transition: left 0.5s, right 0.5s;
}

#right-sub-column .sidebar .widget_imageslider #image-list li {
	height: 250px;
	width: 580px;
	float: left;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#right-sub-column .sidebar .widget_imageslider #bullets {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
	left: 269px;
	bottom: 3px;
}

#right-sub-column .sidebar .widget_imageslider #bullets li {
	margin: 0 3px 0 0;
	padding: 0;
	width: 12px;
	height: 12px;
	float: left;
	background-image: url('./images/slider-bullet.png');
	cursor: pointer;
}

#right-sub-column .sidebar .widget_imageslider #bullets li.selected {
	background-image: url('./images/slider-bullet-selected.png');
}

#right-sub-column .sidebar .widget_imageslider #arrow-left, #right-sub-column .sidebar .widget_imageslider #arrow-right {
	position: absolute;
	z-index: 1;
	width: 25px;
	height: 60px;
	top: 95px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#right-sub-column .sidebar .widget_imageslider #arrow-left {
	background-image: url('./images/slider-arrows.png');
	background-position: 0 0;
	left: 0px;
}

#right-sub-column .sidebar .widget_imageslider #arrow-left:hover {
	background-image: url('./images/slider-arrows.png');
	background-position: -25px 0;
}

#right-sub-column .sidebar .widget_imageslider #arrow-right {
	background-image: url('./images/slider-arrows.png');
	background-position: -50px 0;
	right: 0px;
}

#right-sub-column .sidebar .widget_imageslider #arrow-right:hover {
	background-image: url('./images/slider-arrows.png');
	background-position: -75px 0;
}

#right-column .sidebar .widget_calendar table {
	width: 100%;
}

#right-column .sidebar .widget_search form {
	margin: 0;
	padding: 0;
}

#right-column .sidebar .widget_search form input[type=text] {
	border: 0;
	font-size: 14px;
	padding: 0 2px;
	margin: 0;
	height: 28px;
	width: 153px;
}

#right-column .sidebar .widget_search form input[type=submit] {
	color: transparent;
	border: 0;
	padding: 0;
	background-color: transparent;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url('./images/search_button.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	position: relative;
	bottom: -1px;
}

#right-column .sidebar .widget_nav_menu ul {
	list-style-type: disc !important;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

#right-column .sidebar .widget_nav_menu ul ul {
	display: none;
	font-size: 13px;
}

#right-column .sidebar .widget_nav_menu ul ul li {
	padding-left: 15px;
}

#right-column .sidebar .widget_nav_menu ul ul li:first-child {
	border-top: 1px solid #FFFFFF;
}

#right-column .sidebar .widget_nav_menu ul li.current-menu-item ul, #right-column .sidebar .widget_nav_menu ul li.current-menu-item ul {
	display: block;
}

#right-column .sidebar .widget_nav_menu ul li {
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
}

#right-column .sidebar .widget_nav_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#right-column .sidebar .widget_nav_menu ul li.current-menu-item, #right-column .sidebar .widget_nav_menu ul li.current-menu-item a {
	color: #114F00;
}

#right-column .sidebar .widget_nav_menu ul li:first-child {
	padding-top: 0;
}

#right-column .sidebar .widget_nav_menu ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

#right-column .sidebar .widget_nav_menu ul li.current-menu-item ul li, #right-column .sidebar .widget_nav_menu ul li.current-menu-ancestor ul li, #right-column .sidebar .widget_nav_menu ul li.current-menu-item ul li a, #right-column .sidebar .widget_nav_menu ul li.current-menu-ancestor ul li a {
	color: #FFFFFF;
}

#right-column .sidebar .widget_nav_menu ul li.current-menu-ancestor ul li.current-menu-item, #right-column .sidebar .widget_nav_menu ul li.current-menu-ancestor ul li.current-menu-item a {
	color: #114F00;
}

#short-news-wrapper .sidebar {
	margin: 0;
	padding: 0;
}

#short-news-wrapper .sidebar .widget_tmplv_shortnews_widget {
	width: 735px;
	height: 60px;
	margin-bottom: 0;
	overflow: hidden;
	padding: 10px;
}

#short-news-wrapper .sidebar .widget_tmplv_shortnews_widget ul {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 60px;
	overflow: hidden;
}

#short-news-wrapper .sidebar .widget_tmplv_shortnews_widget a {
	display: block;
	float: left;
	text-decoration: none;
	height: 60px;
	width: 35px;
	background-image: url('./images/read_more_shortnews.png');
	background-position: right center;
	background-repeat: no-repeat;
}

#short-news-wrapper .sidebar .widget_tmplv_shortnews_widget ul li {
	margin: 0 7px 0 0;
	float: left;
	padding: 2px;
	width: 76px;
	height: 56px;
	background-color: #FFFFFF;
	color: #052205;
	font-size: 10px;
	line-height: 11px;
	background-image: url('./images/short_news_title_separator.png');
	background-repeat: no-repeat;
	background-position: 0 19px;
	cursor: pointer;
}

#short-news-wrapper .sidebar .widget_tmplv_shortnews_widget ul li:hover {
	background-color: #FFDEC9;
}

#short-news-wrapper .sidebar .widget_tmplv_shortnews_widget ul li h1 {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FF6405;
	overflow: hidden;
	height: 19px;
	text-align: center;
	line-height: normal !important;
}

/** POSTS, COMMENTS, PAGES **/
.post {
	background-color: #DDE8D3;
	padding: 5px;
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}

.post .entry-title {
	min-height: 26px;
	position: relative;
	z-index: 1;
	left: -5px;
	top: -5px;
	margin: 0 -10px 5px 0;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	background-color: #FF6405;
	color: #FFFFFF;
}

.post .post-meta {
	position: absolute;
	z-index: 2;
	top: 3px;
	right: 5px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
}

.entry-content .more-link {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 5px;
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #FF6405;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.post .entry-title a, .post .post-meta a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .entry-content p {
	text-align: justify;
}

.entry-content .more-link:hover {
	color: #7C2F03;
}

.entry-utility .author, .entry-utility .tag-links {
	display: inline-block;
	height: 16px;
	padding: 0 0 0 19px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 16px;
}

.entry-utility .author {
	background-image: url('./images/user_icon.png');
}

.entry-utility .tag-links {
	background-image: url('./images/tags_icon.png');
}

#uc_comment_content {
	margin-bottom: 20px;
}

.list-pages-shortcode {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0 0 9px 0;
}

.list-pages-shortcode li {
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
}

.list-pages-shortcode li a {
	display: block;
	padding: 3px 3px 3px 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #FA8C01 url(./images/link.png) no-repeat 3px center;
}

.list-pages-shortcode li a:hover {
	background-color: #FCB45A;
}

.navigation {
	position: relative;
	height: 43px;
}

.navigation .navleft, .navigation .navright {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
}

.navigation .navleft {
	left: 0;
}

.navigation .navright {
	right: 0;
}

.navigation .navleft a, .navigation .navright a {
	display: block;
	padding: 5px;
	font-size: 18px;
	background-color: #FF6405;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.navigation .navleft a:hover, .navigation .navright a:hover {
	color: #7C2F03;
}

.navigation .navleft, .navigation .navright {

}

/** BOTTOM BLOCK + WIDGETS **/
#bottom-block {
	height: 300px;
}

#bottom-block .sidebar .widget-container {
	margin-bottom: 0 !important;
	width: 323px;
	float: left;
	color: #FFFFFF;
	position: relative;
	z-index: 0;
	background-color: transparent !important;
}

#bottom-block .sidebar .widget-container:last-child {
	width: 324px !important;
	display: table !important;
}

#bottom-block .sidebar .widget-container.widget_text h3.widget-title {
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 0 5px 0;
	padding: 0 !important;
	height: 23px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	background-color: transparent !important;
}

#copyright {
	display: table-cell;
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: bottom;
	height: 290px;
}

#copyright img {
	position: relative;
	bottom: -2px;
}

.is-style-regular table {
	border-collapse: collapse;
	border: 1px solid #000;
}

.is-style-regular table td {
	border: 1px solid #000;
}