/*
Theme Name: Põlva Talurahvamuuseum
Theme URI: http://kating.ee
Author: Kating
Author URI: http://kating.ee
Description: Basic Bootstrap template
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kating.ee
*/

@font-face {
    font-family: "Cityof";
    src: url(fonts/Cityof.ttf) format("truetype");
}
html {
	background: url(./images/bg-image.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	position: relative;
}
body {
	background-color: transparent;
	font-size: 15px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
a {
	color: #f07c00;
	outline: none!important;
}
a:hover,
a:focus {
	color: #e3000f;
	outline: none!important;
	text-decoration: none;
}
img {
	height: auto;
	max-width: 100%;
}
img.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
}
img.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}
img.size-full,
img.attachment-full {
	height: auto;
	max-width: 100%;
}
.btn {
	background-color: #889519;
	border: none;
	border-radius: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding-top: 8px;
	text-transform: uppercase;
}
a.btn,
a.btn:active,
a.btn:hover,
a.btn:focus,
.btn a,
.btn:active a,
.btn:hover a,
.btn:focus a {
	color: #fff;
}
.btn:hover,
.btn:focus {
	background-color: rgba(136,149,25,0.8);
}
.btn .fa {
	padding-left: 15px;
}
.map iframe {
	height: 450px;
	width: 100%;
}
.mar-bottom-15 {
	margin-bottom: 15px;
}
.mar-top-15 {
	margin-top: 15px;
}
.clearfix {
	clear: both;
}
.grecaptcha-badge {
	visibility: hidden;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Header ////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.header {
	margin-bottom: 20px;
}
.header .navbar-header {
	background-color: #f6f9e9;
	float: none;
}
.header .header-bg {
	height: 184px;
	overflow: hidden;
}
.header .navbar-header img {
	height: 160px;
	width: auto;
}
.header .navbar-header .flags {
	position: absolute;
	right: 4px;
	bottom: 54px;
}
.header .navbar-header .flags img {
	height: 30px;
	margin-left: 4px;
	opacity: 0.8;
}
.header .navbar-header .flags img:focus,
.header .navbar-header .flags img:hover {
	opacity: 1;
}
.header .navbar-collapse {
	background-color: #889519;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 5px 7px -7px #848484;
}
.navbar-inverse .navbar-brand{
	color: #FFF;
	font-size: 30px;
	height: auto;
	line-height: 60px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
	font-family: 'Cityof', cursive;
}
.navbar-inverse .navbar-nav > li:first-child > a {
	border-bottom-left-radius: 5px;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.current-menu-item > a {
	color: #c5d5cb;
	transition: color 0.2s linear 0s;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #889519;
	border: none;
}
.navbar-brand img {
	position: relative;
}
.navbar {
	background: transparent;
	border: none;
	margin-bottom: 0;
}
.navbar-nav > li > a {
	font-size: 1.4em;
	padding: 15px;
	text-transform: uppercase;
}
.navbar-toggle {
	margin-top: 30px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Mainbody //////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.home .mainbody .container {
	background-color: #f6f9e9;
}
.mainbody .container {
	background-color: #fff;
	margin-bottom: 150px;
	padding-bottom: 20px;
}
.mainbody .content {
	margin-top: 20px;
}
.mainbody .eventoloco-content {
	margin-top: 15px;
}
.mainbody .page-header {
	border-bottom: none;
	margin: 20px 0;
}
.mainbody .page-header h1,
.mainbody .widget h3 {
	color: #889519;
	font-family: "Cityof",cursive;
	text-transform: uppercase;
}
.mainbody .wide-widget {
	background-color: #f6f9e9;
}
.mainbody .wide-widget .widget {
	background-color: #fff;
	margin-top: 20px;
}
.mainbody .wide-widget h3 {
	margin: 0;
	padding: 15px;
}
.mainbody .fp-right {
	background-color: #fff;
}
.mainbody .fp-right .alert-note {
	background-color: #ffed00;
	margin-left: -15px;
	margin-right: -15px;
	padding: 15px 15px;
}
.mainbody .fp-right .alert-note p a {
	color: #333;
	text-decoration: underline;
}
.mainbody.page-contact .container {
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}
.mainbody .contact-left {
	background-color: #e1d295;
	font-size: 16px;
}
.mainbody .contact-left h3 {
	background-color: #ffed00;
	color: #FFF;
	margin: 0 -15px 20px 0;
	padding: 10px;
	text-transform: uppercase;
}
.mainbody .contact-center img {
	height: auto;
	margin: 0 -15px;
	width: 100%;
}
.mainbody .col-md-3:nth-child(7) {
	clear: both;
}
.page-template-page-tooted .mainbody .size-thumbnail,
.page-template-page-referentsid .mainbody .size-thumbnail,
.home .mainbody .size-thumbnail {
	height: auto;
	width: 100%;
}
.page-template-page-tooted .mainbody .child-thumb,
.page-template-page-referentsid .mainbody .child-thumb {
	padding-bottom: 20px;
}
.mainbody .kaart iframe {
	min-height: 450px;
	width: 100%;
}
.home iframe {
	min-height: 350px;
	width: 100%;
}
.page-id-15 h2 a {
	display: none;
}
.mainbody .screen-reader-text {
	display: none;
}
.mainbody .navigation {
	height: 70px;
	margin-top: 20px;
}

.mainbody .navigation ul {
	float: right;
	list-style: none;
	padding: 0;
}
.mainbody .navigation ul li {
	float: left;
	margin: 0 0 10px 5px;
}

.mainbody .navigation ul li.active .btn-primary {
	background-color: #c5d5cb;
}
.mainbody .fb-page {
	margin-top: 20px;
}
.mainbody .virt-item {
	margin-bottom: 30px;
}
.mainbody .virt-item:nth-child(2n+1) {
	clear: left;
}
.mainbody .virt-item h3,
.pictures h3 {
	background-color: #f6f9e9;
	font-size: 1.4em;
	margin: 0;
	padding: 10px 15px;
}
.pictures .thumbnail {
	border: none;
	margin: 0;
	padding: 0;
}
.pictures .item:hover .thumbnail {
	opacity: 0.8;
}
.single .back-btn {
	color: #fff;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Footer //////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer {
	background-color: #889519;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 100%;
}
.footer .container {
	padding-top: 15px;
}
.footer h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 18px 0 0;
	text-transform: uppercase;
}
.footer .fa {
	background-color: #ffed00;
	border-radius: 50%;
	color: #FFF;
	float: left;
	font-size: 30px;
	height: 60px;
	margin: 0 10px 20px 0;
	padding: 15px 0;
	text-align: center;
	width: 60px;
}
.footer a {
	color: #fff;
	font-weight: normal;
}
.footer .widget .menu {
	margin-top: 40px;
	text-align: center;
}
.footer .widget .menu li {
	display: inline-block;
}
.footer .widget .menu li a {
	color: #fff;
	font-size: 15px;
}
.footer .widget .menu li a::before {
	content: none;
}
.footer .widget .menu li a:hover,
.footer .widget .menu > li.current-menu-item a {
	background-color: transparent;
	text-decoration: underline;
}
.footer .designed {
	font-size: 13px;
	font-weight: normal;
	float: right;
	margin: 20px 0;
}
.footer .designed span {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Table /////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
table p {
	margin: 0;
}
th,
td {
	padding: 5px 10px;
}
th {
	background-color: #ffed00;
	color: #FFF;
}
.table ul {
	margin-bottom: 0;
	padding-left: 0;
}
.table ul:after,
.table ul:before {
	content: " ";
	display: table;
}
.table ul:after {
	clear: both;
}
.table ul.first {
	background-color: transparent!important;
	font-weight: bold;
}
.table ul:nth-child(odd),
table tr:nth-child(odd) {
	background-color: #f6f9e9;
}
.table li {
	list-style: none;
	padding: 10px 15px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Kontakt vorm //////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.wpcf7 input, .wpcf7 textarea {
	border: 2px solid #ebebeb;
	color: #434345;
	font-size: 16px;
	padding: 10px 20px;
	width: 100%;
}
#wpcf7-f2629-p2563-o2 input[type=email] {
	width: 50%;
}
#wpcf7-f2629-p2563-o2 input[type=checkbox] {
	width: auto;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
	border-color: #f07c00;
	outline: none;
}
.wpcf7 textarea {
	height: 200px;
}
.wpcf7 input.wpcf7-submit {
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: auto;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7 label {
	font-weight: normal;
}
div.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ok {
	border: none;
}
.wpcf7-mail-sent-ok {
	background-color: #f07c00;
	color: #FFF;
}
.wpcf7-validation-errors {
	display: none!important;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Piltide galerii ///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.gallery-item {
	padding: 0 2px;
	position: relative;
}
.gallery-item a {
	display: block;
	overflow: hidden;
}
.gallery-item a::before {
	bottom: 0;
	color: #000;
	content: "\f067";
	font-family: FontAwesome;
	font-size: 40px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
}
.gallery-item a:hover::before {
	bottom: 50%;
	line-height: 0;
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.gallery-item img {
	border: none!important;
	border-radius: 10px;
	height: auto;
	margin: 0;
	width: 100%;
}
.gallery-item a:hover img {
	opacity: 0.4;
	transition: all 0.5s ease 0s;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Vasakpoolne menüü /////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu {
	background-color: #889519;
	list-style: none;
	margin: 0 -15px;
	padding-bottom: 10px;
	padding-left: 0;
}
.menu li a {
	color: #fff;
	display: block;
	font-family: 'Cityof', cursive;
	font-size: 1.2em;
	padding: 10px 15px 0;
	text-transform: uppercase;
}
.menu > li.current_page_item > a,
.menu li.current_page_item > a,
.menu li a:focus,
.menu li a:hover {
	color: #ffed00;
}
.menu .children {
	display: none;
	list-style: none;
}
.menu .children li a {
	padding: 5px 0;
	text-transform: none;
}
.menu .current_page_item .children,
.menu .current_page_parent .children {
	display: block;
}
.sub-menu li a {
	padding-bottom: 5px;
	padding-top: 5px;
}
.sub-menu li a::before {
	content: none;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Mitmekeelsus //////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.language {
	bottom: 0;
	position: absolute;
	right: 0;
}
.language #lang_sel_list {
	height: 12px;
}
.language #lang_sel_list ul a {
	background: transparent;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Responsive */

@media (max-width: 1199px) {
	.navbar-nav > li > a {
		font-size: 1.2em;
	}	
}

@media (max-width: 991px) {
	h3 {
		font-size: 1.4em;
	}
	.navbar-nav > li > a {
		font-size: 1em;
		padding: 12px;
	}
	.mainbody .col-sm-6:nth-child(3) {
		clear: both;
	}
	.table li {
		padding: 5px 15px;
	}
	.footer .fa {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.header .navbar-header img {
		height: auto;
		margin: 10px 0;
		max-width: 100px!important;
	}
	.header .navbar-header .flags {
		bottom: auto;
		right: 15px;
		top: 0;
	}
	.header .navbar-header .flags img {
		height: 20px;
	}
	.map iframe,
	.home iframe {
		height: 200px;
	}
	.header {
		margin-bottom: 0;
	}
	.home .navbar-inverse a.navbar-brand img {
		background-color: transparent;
	}
	.navbar-inverse .navbar-brand img {
		position: relative;
	}
	.navbar-inverse .navbar-brand {
		font-size: 20px;
		width: auto;
	}
	.navbar-inverse .navbar-menu {
		color: #FFF;
		float: left;
		font-family: "Cityof",cursive;
		line-height: 16px;
		text-transform: uppercase;
	}
	.navbar-inverse .fb-btn {
		right: 0;
		margin: 23px 15px 0 0;
		position: absolute;
	}
	.navbar-inverse .fb-btn a {
		color: #365899;
		font-size: 40px;
	}
	.header .navbar-collapse {
		background-color: #952e24;
		border: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		box-shadow: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
	}
	.navbar .pull-right {
		float: none!important;
	}
	.navbar-toggle {
		margin-top: 75px;
		padding: 15px;
	}
	.navbar-toggle .icon-bar {
		margin-left: 65px;
	}
	.mainbody .fp-right {
		background-color: transparent;
	}
	.footer {
		position: relative;
	}
	.footer .container {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	img.alignleft,
	img.aligncenter,
	img.alignright {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#wpcf7-f2629-p2563-o2 input[type=email] {
		width: 100%;
	}
	.btn-map {
		margin: 20px 0 0 30px;
	}
	.mainbody .contact-center img {
		margin: 0;
	}
	.mainbody .container,
	.home .mainbody .container {
		margin-bottom: 0;
	}
	.mainbody .kaart iframe {
		min-height: 250px;
	}
	.mobile-left-side {
		background-color: #fff;
		padding-bottom: 15px;
	}
	.mobile-left-side h3 {
		color: #889519;
		font-family: "Cityof",cursive;
		text-transform: uppercase;
	}
	.map-section {
		margin-bottom: 0;
	}
	/* Piltide galerii begin */
	.gallery-item {
		float: none!important;
		width: 100%!important;
	}
	.gallery-item img {
		padding: 0;
	}
	.gallery-item a {
		pointer-events: none;
   		cursor: default;
	}
	/* Piltide galerii end */
}