/*
	Theme Name: Gynnarna
Template: Wtheme 1.2 Pionen
	Theme URI: http://websterman.se
	Description: Production theme for the Websterman Organisation, based on Todd Mottos Blank theme
	Version: 0.1
	Author: Karl Westerman, Per Englund, Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Websterman, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url("../Wtheme 1.2 Pionen/style.css");
@import url("per.css");
@import url("mobile.css") (max-width: 769px);
@media print {
	#secondary, #leftbar, #site-navigation, .search-form, .post-edit-link {
		display: none !important;
	}
  #primary {
  	width: 100% !important;
	border: none !important;
  }
  #main {
  	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
  }
	a[href]:after {
    content: none !important;
  }
  .logoImg, .site-title {
  	margin: 0 auto;
  	max-width: 80%;
  }
}
* {
	font-weight: normal;
}
a {
	color: #8d856e;
}
b {
	font-weight: bold;
}
body {
	background-size: cover;
	background-color: white;
}
body.night {
	background-image: url(images/bakgrund_natt.jpg);
}
body.day {
	background-image: url(images/bakgrund.jpg);
}
/* PAGE WIDTH */
#swipebox-action {
	bottom: 0 !important;
}
#swipebox-caption {
	top: 0 !important;
}
#masthead, #content {
	position: relative;
	max-width: 1200px;
	min-width: 770px;
	margin: 0 auto;
}
#masthead {
	padding-top: 10px;
}
/* HEADER */
.bgimg {
	display: none;
}
.search-form .search-field {
	border-radius: 0;
}
/* logo */
.site-branding {
	height: 100px;
	width: 430px;
	margin: 0 auto;
	display: none;
}
.fb-icon img {
  	max-width: 77px;
	height: auto;
	}
#text-6 {
  text-align: center;
}
.site-title a {
	display:block;
	text-indent: -99999px;
	background-image: url('images/logo.png');
	height: 100px;
	width: 430px;
	background-size: auto 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.night .site-title a {
	background-image: url('images/logo_natt.png');
}
.wrapper {
	margin-bottom: 10px;
}
#masthead .wrapper {
	margin: 0 auto 10px;
}
#carousel {
	max-height: 350px;
}
/* search */
.search-form .search-submit {
	display: none;
}
.search-form .search-field {
	position: relative;
	z-index: 20;
}
.search-form .search-field::-webkit-input-placeholder {
	color: black;
}
.search-form .search-field::-moz-input-placeholder {
	color: black;
}
.search-form .search-field::-ms-input-placeholder {
	color: black;
}
.search-form .search-field:-moz-input-placeholder {
	color: black;
}
.search-form .search-field::input-placeholder {
	color: black;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
     -webkit-appearance: none;
     border-radius: 3px;
}

/* MENU */
#site-navigation {
	background: white;
	border-radius: 3px;
}
#site-navigation .menu {
	padding: 0;
	margin-bottom: 0px;
}
.menu  li {
	width: 20%;
	text-align: center;
}
#site-navigation .menu li a {
	font-family: 'Helvetica neue', Arial, sans;
	font-weight: 500;
	text-transform: uppercase;
	color: black;
}
#site-navigation .menu li a:hover {
	border-bottom: 3px solid black;
}
#site-navigation .navbar-toggle {
	position: relative;
	z-index: 1000;
}
#site-navigation .logoImg, #site-navigation .logolink, #site-navigation .navbar-toggle {
	display:none;
}
/* LEFT BAR */
#leftbar, #secondary {
	float: left;
	width: 20%;
	border-radius: 3px;
}
#primary {
	float: left;
	width: 60%;
}
#main {
	border-radius: 3px;
}

input[type=checkbox]
{
   -webkit-appearance: auto !important;
   appearance: auto !important;
}

/* RIGHT BAR */
#secondary {
	float: right;
}
/*INSTAGRAM */
#grid_widget-2 {
	display: none;
}
#rigrid-grid_widget-2 {
	max-height: 207px;
	overflow: hidden;
	margin-top: 0;
}
#rigrid-grid_widget-2 ul li {
	background: white;
	border-radius: 5px;
}
#rigrid-grid_widget-2 > ul > li > a, #rigrid-grid_widget-2 > ul > li {
	max-height: 65px;
}
#rigrid-grid_widget-2 > ul {
	max-height: 195px;
	overflow: hidden;
}
/* GOOGLE CALENDAR */
.qtip {
	display: none;
}
.gce-link {
	text-decoration: underline;
	text-decoration-style: dotted;
}
.gce-month-title {
	text-transform: capitalize;
	line-height: 23px;
	padding-bottom: 0;
}
.qtip-content .gce-tooltip-event {
	background: white;
	padding: 0;
	font-weight: bold;
}
#gce_widget-3 .gce-change-month {
	display: block;
	width: 21px;
	text-indent: -9999px;
}
.qtip-content .gce-event-info .gce-tooltip-title {
	font-size: 14px;
}
/* Post lists */
.w4pl ul {
	list-style-type: none;
	padding: 0;
}
#w4pl-inner-375 > ul > li {
	margin-bottom: 30px;
}
/* Nyheter right */
#w4_post_list-2 > h1 {
	text-align: center;
}
#w4_post_list-2 li {
	text-align: center;
}
#w4_post_list-2 li a {
	font-size: 14px;
}
/*Nyheter main */
#w4pl-inner-105 .post_title {
	font-size: 16px;
	font-weight: 500;
}
#w4pl-inner-105 > ul > li {
	margin-bottom: 10px;
}
/* MAIN */
.entry-content {
	padding:5px 30px;
}
.nyheter .utdrag:after {
	content: '';
	display: block;
	clear:both;
}
.nyheter .utdrag {
	display: block;
	position: relative;
	text-decoration: none;
	color: black;
}
.nyheter .utdrag .read_more {
	bottom: 0;
	margin: 0 0 0 15px;
  	margin-top: 10px !important;
}
.nyheter .utvald_bild {
	position: relative;
}
/* FOOTER */
#colophon {
	background: white;
	height: 50px;
}
#footer-control {
	margin-bottom: -50px;
}
#footer-control::after {
	height: 50px;
	clear:both;
}
#copyright {
	width: 50%;
	height: 50px;
	float: left;
	line-height: 50px;
	padding-left: 20px;
	font-size: 14px;
}
#colophon #nyhetsbrev {
	width: 30%;
	text-align: right;
	float:right;
	line-height: 50px;
	height: 50px;
	padding-right: 20px;
	font-size: 14px;
}
/* POSTS */
.post-navigation h1 {
	display: none;
}
.clear {
	clear: both;
}
.wq_admin_table {
	font-size: 14px;
}
.wq_admin_table td {
	padding: 0 20px 0 0;
}
.wq_admin_table th {
	padding: 0 0 10px;
	text-align: left;
}
input[type="submit"] {
	margin-top: 20px;
	box-shadow: none;
	text-shadow: none;
	background: white;
	border: 1px solid gray !important;
}
iframe {
	max-width: 100%;
}
.no-sidebar {
	width: 100% !important;
}

/* Google calendar dold*/

#gce_widget-3 {
	display: none !important;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.tablewrap h2, .wpcf7 h2 {
	font-size: 16px;
	margin: 5px 0;
}
.wpcf7 .left-column, .tablewrap .left-column {
	float: left;
	width: 50%;
}
.wpcf7 input, .wpcf7 textarea, .tablewrap input, .tablewrap textarea {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	resize: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
.wpcf7 .wpcf7-submit{
	background: #BBBB93;
	color: white;
}
span.wpcf7-not-valid-tip {
	font-weight: normal;
	padding: 5px 0;
	display: none;
}
.wpcf7-not-valid {
	background: #fcc;
}
[contenteditable="true"]:focus, input:focus, textarea:focus {
	outline: none !important;
	outline: 0 !important;
	border: 1px solid rgb(238, 238, 238);
	box-shadow: 0 0 3px #BBBB93;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #BBBB93;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #BBBB93;
}

input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #BBBB93;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
	color: #BBBB93;
}
input {
	-webkit-appearance: none;
}
input[type="radio"] {
    -webkit-appearance: checkbox !important;
  	width: 18px !important;
}  

.wrapper div.wpcf7-validation-errors {
    border: 0px;
    padding: 0;
    margin: 10px 0;
    font-size: 20px;
    color: #f00;
    background: #fcc;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
}
div .tablewrap {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
}

.tablewrap table {
	width: 100%;
}
.tablewrap table td {
	padding: 0;
	margin: 0;
}
.tablewrap:nth-child(2) {
	padding: 0 0 0 10px;
}
.assoc table {
	margin-bottom: 118px;
}
.wq_admin_wrap::after {
	content: '';
	display: block;
	clear: both;
}
.budget_table input {
  	font-weight: 400 !important;
  	padding: 2px 8px !important;
}
.budget_table {
	border: none;
    border-collapse: collapse;
}
.budget_table th {
	border: none;
    border-collapse: collapse;
}
.budget_table td {
	border: none;
    border-collapse: collapse;
	padding: 3px 0;
}
#post-1430 span.wpcf7-list-item {
	margin: 0 2em 0 0em;
}
#post-1430 ul {
	padding-left: 20px;
}
#post-1430 li {
	margin-bottom: 5px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  	-webkit-appearance: none; 
  	margin: 0; 
}
#resultat1, #resultat2, #resultat3, #totalt {
	border: none;
}
#resultat1:hover, #resultat2:hover, #resultat3:hover, #totalt:hover {
	border: none;
}
#resultat1, #resultat2, #resultat3 {
	font-style: italic;
	font-weight: normal;
}
.totalt #totalt {
	font-weight: bold !important;
	font-style: none;
}
#main .wrapper {
	overflow: hidden;
}

@media screen and (max-width: 769px) {

	div .wq_admin_wrap .tablewrap {
		width: 100%;
		float: none;
		padding: 0;
		margin: 20px 0;
	}
	.assoc table {
		margin-bottom: 0;
	}
	.budget_table {
		display: block;
	}
	.budget_table td {
		display: block;
		width: 100%;
	}	
	.budget_table tr {
		width: 100%;
		display: block;
	}
	.budget_table tbody {
		width: 100%;
		display: block;
	}	
	#post-1430 span.wpcf7-list-item {
		margin: 5px 2em 0 0;
		width: 100%;
	}
}
.wp-caption {
	margin: 0;
	padding: 0;
	border: 0;
}
.wp-caption-text {
	  text-align: left;
}

/* Hide more info start*/

.mer_info {
	display: none;
	border: 1px solid #ccc;
	padding: 10px 15px;
	font-size: 1.2rem;
}
#pa1_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#pa2_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#pa3_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#pa5_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#rp1_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#rp2_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#rp3_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
#rp4_hide {
	display: none;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
.knapp {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	font-size: 1.2rem;
	background-color: #bbbb93;
	cursor: pointer;	
}
.wpcf7 .wpcf7-submit {
	color: black;
	font-weight: 800;
	cursor: pointer;
}


/* Hide more info end */


/* Budgetfält start */

.budget_ar {
	display: block;
	width: 100%;
	clear: both;
}
.budget_ar h2 {
	text-decoration: underline;
	font-weight: 800;
	padding-top: 1em;
}
.left_budget {
	width: 50%;
	display: block;
	padding-right: 1%;
	float: left;
}
.right_budget {
	width: 50%;
	display: block;
	padding-left: 1%;	
	float: left;
}
.ar1, ar2, ar3, totalt2 {
	clear: both;
}

/* Budgetfält slut */

/* Nedladdningssida */

.nedladdningar img {
	height: 50px;
	float: left;
}
.fil {
	width: 100%;
	font-size: 14px;
	float: left;
	clear: both;
}
.filtext {
	padding-top: 16px;
}
.page-template-page-downloads .wrapper {
	padding: 5px 30px;
}

/* Nedladdningssida slut */