/*
Theme Name: KA Webbyrå
Theme URI: http://kawebb.se
Description: Ett tema skapat av KA Webbyrå
Author: KA Webbyrå
Author URI: http://www.kawebb.se
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/* -----------------------------------------------

				Header

----------------------------------------------- */

.mobile_menu_button {
    float: right;
}

@media screen and (max-width: 999px) {
	
	.logo_wrapper {
	    left: 0;
	}
	
	.q_logo a {
	    left: 0;
	    margin-left: 20px;
	}
	
	header .q_logo img.mobile {
		position: absolute;
	}
}
.header_top, .header_bottom {
	background:none !important;
}

.header_top_bottom_holder {
	background:linear-gradient(178.87065958393634deg, rgba(207, 216, 245,1) 13.210352422907489%,rgba(255, 255, 255,1) 74.66409691629957%) !important;
}

@media screen and (min-width: 1000px) {
	.logo_wrapper, .q_logo a {
		height:85px !important;
	}
}



header.scrolled .logo_wrapper {
	height: 45px !important;
	margin-top: 7px;
}

header.scrolled .logo_wrapper .q_logo a {
	height: 50px !important;
    margin-top: 5px;
}

.header-top-content .fa-search {
	color:#2F4283;
	font-size: 18px;
	margin-right: 4px;
	vertical-align: middle;
}

.header-top-content img {
	vertical-align: middle;
}

header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
	background:white !important;
}

.header_top #searchform {
    padding: 0 5px;
}

.header_top #searchform input[type=text] {
    border-bottom: 1px solid #c1c1c1;
}

.header_top #searchform input[type=submit] {
    height: 33px;
    margin-top: 0;
    float: right;
    color: #2f4283;
    font-size: 14px;
}

.header_top #searchform input[type=text] {
    height: 28px;
    color: #222;
}

.header_top #searchform input[type=text]:focus {
    border-bottom-color: #222;
}

header.scrolled .q_logo img.sticky {
    opacity: 1;
}

header.scrolled .q_logo img.normal {
    opacity: 0 !important;
}

/* ----------------------
		Logo
---------------------- */

.q_logo img {
	-webkit-transition: none;
    transition: none;
}

/* ----------------------
		Menu
---------------------- */

nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
    padding-top: 7px;
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow .fa-angle-right:before {
    content: '\f067';
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow .fa-angle-down:before {
    content: '\f068';
}

/* -----------------------------------------------

				IMG SVG

----------------------------------------------- */

.img-100 img{
	width: 100px;
}

.img-200 img{
	width: 200px;
}

.img-300 img{
	width: 300px;
}

.img-400 img{
	width: 400px;
}

.img-500 img{
	width: 500px;
}

.img-600 img{
	width: 600px;
}


/* -----------------------------------------------

				Title Area

----------------------------------------------- */

.title.has_background, .title.has_fixed_background {
	background-position: 50% 50%;
	background-size: 1920px auto !important;
}

/* -----------------------------------------------

				Slider

----------------------------------------------- */

.carousel-inner h2 {
	margin:0;
}

.carousel-inner .item .image {
	    background-position: 50% 50%;
}

#qode-slider-trac h2 span, #qode-slider-trac h4 span {
	background:rgba(255, 255, 255, 0.8);
	padding: 0 10px;
}

#qode-slider-trac h2 {
	margin-bottom: 3px;
}

/* -----------------------------------------------

				Content

----------------------------------------------- */

.content-margin {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-margin-top {
    padding-top: 70px;
}

.content-margin-bottom {
    padding-bottom: 70px;
}

.content-margin-extra {
    padding-top: 200px;
    padding-bottom: 200px;
}

.content-margin-extra-top {
    padding-top: 200px;
}

.content-margin-extra-bottom {
    padding-bottom: 200px;
}

.content-margin-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-margin-small-top {
    padding-top: 50px;
}

.content-margin-small-bottom {
    padding-bottom: 50px;
}

.content-inverterad {
    background-color: #222;
}

/* -----------------------------------------------

				Footer

----------------------------------------------- */

.footer_top_holder {
	position: relative;
}

.footer_top_holder:before {
	background:url('img/map.png');
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-position: 0 15%;
}

footer h4 {
	margin-bottom: 20px !important; 
}

footer p {
	margin-bottom: 20px;
}

.footer_bottom {
	height: 43px;
	font-size: 14px;
}

.footer_bottom span {
	margin:0 10px;
}

.footer_bottom strong {
	margin-right: 10px;
}

/* -----------------------------------------------

				Custom VC styles

----------------------------------------------- */



/* -----------------------------------------------

				Custom styles

----------------------------------------------- */

.login-btn > a > span {
	background:#1F8D1F;
	padding:10px 30px;
	text-transform: uppercase;
	color:white;
	font-size: 14px;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: 0;
}

.login-btn .underline_dash, .login-btn .plus {
	display: none;
}

.login-btn > a {
	padding-right: 0 !important;
}

.q_list.circle ul>li:before {
	font-family: FontAwesome;
	content:"\f00c";
	top:0;
	background: none;
	color:#2F4283;
}

.q_list.circle ul>li {
	margin-bottom: 2px;
	padding: 0 0 0 25px;
}

.q_list.circle ul {
	margin-bottom: 20px;
}

.breadcrumb_last {
	display: inline-block;
	margin-top: 15px;
}

.contact-box {
	margin-bottom: 20px !important;
}

.contact-box a {
	color:#222;
	font-weight: 400;
}

.contact-box a:hover {
	color:#2F4283;
}

.contact-box .fa {
	color:#2F4283;
	margin-right: 10px;
}

strong {
	font-weight: 600;
}

.wpb_wrapper ul {
	list-style: none;
}

.wpb_text_column ul {
	list-style-position: inside;
	text-indent: -15px;
	padding-left: 15px;
}

.wpb_text_column ul > li:before {
	font-family: FontAwesome;
	content:"\f111";
	color:#2F4283;
	margin-right: 10px;
	font-size: 7px;
	vertical-align: middle;
}

.wpb_text_column ul ul li:before {
	content:"-";
	color:#2F4283;
	margin-right: 7px;
	vertical-align: baseline;
	font-size: 24px;
}

.qode-simple-quote-holder .qode-simple-quote-holder-inner .qode-simple-quote-icon-holder {
	fill:#1F8D1F;
}

.pagination ul li a, .pagination ul li span {
	border:1px solid #eee;
	font-size: 16px;
	color:#333;
	font-weight: 300;
}

.pagination .active span {
	color:#2F4283;
	font-weight: 600;
}

.pagination ul li a:hover, .pagination ul li span {
	background:#eee;
	border-color:#eee;
}

.show_date {
	margin-bottom: 50px;
}

.blog_holder.blog_small_image .post {
	border-bottom:1px solid #eee;
}

.blog_holder.blog_small_image .post_text_inner {
	padding:0 0 20px 0!important;
	background:none;
}

.blog_holder.blog_small_image .read-more {
	text-transform: uppercase;
}

.blog_holder.blog_small_image .read-more .fa {
	margin-left: 5px;
}

.blog_holder.blog_small_image h2 a {
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 600 !important;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 22px;
}

.category-medlemsnyheter h2 a:before {
	color:#2f4283;
	font-family: FontAwesome;
	content:"\f023";
	margin-right: 10px;
}

.logged-in .category-medlemsnyheter h2 a:before {
	color:#2f4283;
	font-family: FontAwesome;
	content:"\f09c";
	margin-right: 10px;
}

.blog_holder .time {
	color:#555;
	margin-bottom: 5px;
	font-weight: 600;
}

.blog_holder .time .fa {
	font-weight: normal;
	margin-right: 8px;
}

.blog_holder article.blog_small_image .post_more {
	margin-top: 20px;
}

.blog_holder.blog_small_image .post_image {
	width:15% !important;
	margin-right: 30px !important;
}

.blog_holder.blog_small_image .post_image img {
	border-radius: 50%;
	margin:0 auto;
	display: block;
	margin-bottom: 30px;
}

.blog_holder.blog_small_image article .post_text {
	width:80%;
}

.blog_single {
	margin:70px 0 50px 0;
}

.blog_single .time {
	display: inline-block;
	margin-bottom: 5px;
}

.blog_single .time .fa-lock, .blog_single .time .fa-unlock {
	color:#2f4283;
	margin-left: 10px;
}

.blog_single .post_content_holder .post_image {
	width:25%;
	float: right;
}

.blog_single .post_content_holder .post_image img {
	border-radius: 50%;
}

.blog_single.blog_holder article .post_text .post_text_inner {
	padding-top: 0;
	float: left;
}

.sidebar .latest_post_holder.image_in_box .latest_post_text {
	padding:0;
}

.sidebar .latest_post a img {
	display: none;
}

.sidebar {
	background:#FCFBF8;
	padding:20px;
	margin-bottom: 50px;
}

.page-template-blog-small-image .sidebar, .single .sidebar {
	margin-top: 70px;
}

aside .widget {
	margin-bottom: 0;
}

.sidebar .qode_latest_posts_widget h4 a {
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 600 !important;
	font-size: 18px;
}

.svg-img img {
	width: 1100px;
	height: auto;
	max-width: 100%;
}

.archive h1 {
	padding-top: 70px !important;
}

.archive.date article.category-event {
	display: none;
}

/* 'Full-width
---------------------------------------------------------------------------- */

.full_width h1, .default_template_holder h1 {
	margin-bottom: 25px !important;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}

.full_width h1:after, .default_template_holder h1:after {
    content:'';
    position:absolute;
    left:0;
    top:100%;
    width:60px;
    height:2px;
    background:#2f4283;	
}

.full_width h2 {
	margin-bottom: 15px !important;

}

.full_width p {
	margin-bottom: 20px !important;
}

/* 'News-block
---------------------------------------------------------------------------- */

.news-block {
	background: #FCFAF7; /* Old browsers */
	background: -moz-linear-gradient(left, #FCFAF7 0%, #FCFAF7 50%, #eff1f7 50%, #eff1f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #FCFAF7 0%,#FCFAF7 50%,#eff1f7 50%,#eff1f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #FCFAF7 0%,#FCFAF7 50%,#eff1f7 50%,#eff1f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFAF7', endColorstr='#eff1f7',GradientType=1 ); /* IE6-9 */
	padding:70px 0;
}

.news-block li {
	list-style: none;
}

.news-block h2 {
	font-size: 30px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 30px !important;
}

.news-block h2:after {
    content:'';
    position:absolute;
    left:0;
    top:100%;
    width:70%;
    height:2px;
    background:#2f4283;	
}

.news-block h3 a {
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 600 !important;
	margin-bottom: 5px;
	display: inline-block;
}

.news-block .post_info_date {
	color:#555;
	font-weight: 600;
}

.news-block .post_info_date:before {
	color:#555555;
	font-family: FontAwesome;
	content:"\f0ac";
	margin-right: 8px;
	font-weight: normal;
}

.news-block .event-box .post_info_date:before {
	color:#555555;
	font-family: FontAwesome;
	content:"\f073";
	margin-right: 8px;
	font-weight: normal;
}

.news-block .latest_post_two_inner a:hover {
	color:#2f4283 !important;
}

.news-block .latest_post_two_inner .read-more {
	text-transform: uppercase;
	color: #2f4283;
	font-weight: 600;
}

.news-block .latest_post_two_inner .read-more .fa {
	margin-left: 5px;
}

.news-block .latest_post_two_inner .latest_post_two_text {
	padding:0;
}


.news-block .latest_post_two_inner {
	background:none;
	border-bottom:1px solid #D9DADF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-block .time {
	color:#555;
	margin-bottom: 5px;
	font-weight: 600;
	display: inline-block;
}

.news-block .time .fa {
	margin-right: 8px;
}

.news-block .qbutton:not(.white) {
	margin-left: 30px;
}

.Medlemsnyheter h3 a:before {
	color:#2f4283;
	font-family: FontAwesome;
	content:"\f023";
	margin-right: 8px;
}

.logged-in .Medlemsnyheter h3 a:before {
	color:#2f4283;
	font-family: FontAwesome;
	content:"\f09c";
	margin-right: 8px;	
}

.news-block .post_info_date {
	margin-bottom: 5px;
}

.event-time {
	display: inline-block;
	margin-left: 10px;
	font-weight: 600;
	color:#555;
}

.event-time .fa {
	margin-right: 5px;
}

.news-block .qbutton {
	color:White !important;
	font-weight: 600 !important;
	margin-top: 20px;
}

.news-block .wpb_widgetised_column .widget:not(.qode_latest_posts_widget) .qbutton:hover {
	color:white !important;
}

.wpb_widgetised_column .widget {
	margin:0;
}

.news-block .event-box {
	padding-left: 20px;
}

.news-block .post-box {
	padding-right: 20px;
}

/* 'Green-link
---------------------------------------------------------------------------- */

.green-link a, .green-link2 a {
	color:#1F8D1F;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}

.green-link a:before {
	color:#1F8D1F;
	font-family: FontAwesome;
	content:"\f1c1";
	margin-right: 10px;
}

.green-link a:after, .green-link2 a:after {
	color:#1F8D1F;
	font-family: FontAwesome;
	content:"\f101";
	margin-left: 10px;
}

.green-link2 a:before {
	color:#1F8D1F;
	font-family: FontAwesome;
	content:"\f1c2";
	margin-right: 10px;
}

/* 'Sidebar
---------------------------------------------------------------------------- */

.sidebar-menu {
	background:#FCFAF7;
	margin-bottom: 70px !important;
}
.sidebar-menu.wpb_widgetised_column {
	padding:20px;
}

.sidebar-menu .widget ul {
	list-style-position: inside;
	text-indent: -15px;
	padding-left: 15px;	
}

.sidebar-menu .widget li {
	padding-bottom: 0 !important;
	padding-top: 5px !important;
	margin-bottom: 0 !important;
}

.sidebar-menu .widget li.current_page_item > a {
	color:#2F4283;
}

.sidebar-menu .widget li a:before {
	color:#2F4283;
	font-family: FontAwesome;
	content:"\f054";
	margin-right: 7px;
	font-size: 14px;
}

.sidebar-menu .widget li.menu-item-has-children>ul.sub-menu {
	margin-top: 0;
	padding-left: 0;
}

.sidebar-menu .widget {
	margin-bottom: 0;
}

.sidebar-menu .widget h5 {
	margin-bottom: 5px;
}

.sidebar-menu .current-menu-item a {
	font-weight: 500;
}

.sidebar-post {
	border-bottom:1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sidebar-post .time {
	color: #555;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.sidebar-post .time .fa {
	margin-right: 5px;
}

.sidebar h2 {
	margin-bottom: 20px;
}

.sidebar-post h3 a {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
}

.sidebar-post .read-more {
	text-transform: uppercase;
}

.sidebar-post .read-more .fa {
	margin-left: 5px;
}

.sidebar .qbutton {
	margin-top:20px;
}

/* 'Start-block
---------------------------------------------------------------------------- */

.start-block h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	margin-bottom: 15px !important;
}

.start-block p {
	line-height: 1.8;
	margin-bottom: 30px !important;
}

.start-block .green-link a:hover {
	opacity: 0.8;
}

/* 'WPDataTables
---------------------------------------------------------------------------- */

.wpb_wrapper .wpdt-c table thead th, .wpb_wrapper .wpdt-c table tbody td, .wpb_wrapper .wpdt-c table tfoot td {
    font-family: 'Titillium web' !important;
    font-weight: 400;
}

.wpb_wrapper .wpdt-c .checkbox .input-helper:after {
    font-size: 12px;
    top: 2px;
    left: 3px;
}

.wpb_wrapper .wpdt-c .checkbox .input-helper:before {
    top: 6px;
}

.wpdt-c .wpDataTablesWrapper .DTTT_button>span {
	color:#1F8D1F !important;
}

.wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
	background:none !important;
	opacity: 0.9;
} 

.wpDataTablesWrapper .DTTT_button:before {
	margin-right: 0 !important;
}

.wpdt-c a {
	color:#2f4283 !important;
}

.dataTables_filter label {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.wpdt-c .form-control:not(.fc-alt) {
	border: 1px solid #e0e0e0 !important;
	margin-left: 10px !important;
}

.wpdt-c .form-control:not(.fc-alt):focus {
	border: 1px solid #adacac !important;
}

.wpdt-c label {
	color:#555 !important;
}

/* 'Single Member page
---------------------------------------------------------------------------- */

.single-member .vc_column-inner h2 {
    margin: 30px 0 10px 0;
}

.single-member ul.member-info li {
    border-top: 1px solid #e9e9e9;
    padding: 15px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-member ul.member-info li:hover {
    background-color: #eee
}

.single-member ul.member-info li:first-child {
    border-top: none;
}

/* 'Trac Medlemslogotyper
---------------------------------------------------------------------------- */

.trac-medlemslogotyper {
    padding-top: 50px;
    border-top: 1px solid #eee;
}

.trac-medlemslogotyper .gallery img {
    border: none !important;
    max-height: 60px;
    width: auto;
    max-width: 170px;
}

.trac-medlemslogotyper .gallery dl {
    margin: 0 !important;
    padding: 25px;
    box-sizing: border-box;
    line-height: 60px;
    position: relative;
}

.wp-caption-text.gallery-caption a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.trac-medlemslogotyper h5 {
    text-align: center;
}

@media screen and (max-width: 999px) {
	.trac-medlemslogotyper .gallery dl {
	    width: 25% !important;
	}
	
	.trac-medlemslogotyper .gallery br {
	    clear: none !important;
	}
	
	.trac-medlemslogotyper .gallery dl {
	    padding: 20px;
	}
}

@media screen and (max-width: 600px) {
	.trac-medlemslogotyper .gallery dl {
	    width: 33% !important;
	}
	
	.trac-medlemslogotyper .gallery dl {
	    padding: 10px;
	}
	
	.trac-medlemslogotyper .gallery dl:nth-child(4), .trac-medlemslogotyper .gallery dl:nth-child(7) {
	    clear: both;
	}
}

/* 'Search
---------------------------------------------------------------------------- */

body.search article.type-page span.date, body.search article .post_info {
    display: none;
}

body.search article .post_more {
    margin-top: 15px;
    text-transform: uppercase;
}

body.search article .post_more .fa {
	margin-left: 5px;
}

body.search article {
    margin-bottom: 0;
}

.search .post_text_inner {
	padding:0 0 30px 0 !important;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.search h2 {
	margin-bottom: 10px;
}

.search .default_template_holder {
	margin-top: 70px;
}

/* -----------------------------------------------

				Forms

----------------------------------------------- */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 20px !important;
}

::placeholder {
    color: #222;
    font-style: italic;
}

.no-label label {
    display: none !important;
}

.no-label ul.gfield_checkbox li>label {
	display: block !important
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    border-radius: 100px;
    color: #fff;
    border: none;
    background-color: #1f8d1f;
    font-size: 13px !important;
    line-height: 43px;
    font-family: 'Titillium Web';
    font-weight: 600;
    height: 43px;
    padding: 0 25px;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #1f8d1f;
}

.wpb_widgetised_column .widget .gform_wrapper ul {
    text-indent: 0px;
}

.gf_login_form.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #ccc;
    color: #333;
    padding: 18px !important;
    width: 100%;
}

.gform_wrapper.gf_login_form {
	margin-top: 0;
}

.gform_wrapper.gf_login_form .gform_footer {
	margin:0;
	padding:0;
}

.gf_login_form.gform_wrapper ul li.gfield {
	clear: none;
	width:48%;
	float: left;
	margin-bottom: 10px;
}

.login-widget {
	background:#FCFAF7;
	padding:30px;
	width:70%;
}

.gf_login_links a {
	color:#2f4283 !important;
	font-weight: 600 !important;
}

form.mailchimp-subscribe input[type="email"] {
    padding: 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
    line-height: 17px;
    width: 100%;
    box-sizing: border-box;
}

form.mailchimp-subscribe input[type="submit"] {
    border-radius: 100px;
    color: #fff;
    border: none;
    background-color: #1f8d1f;
    font-size: 13px !important;
    line-height: 43px;
    font-family: 'Titillium Web';
    font-weight: 600;
    height: 43px;
    padding: 0 25px;
    text-transform: uppercase;
    margin-top: 20px;
}

/* ----------------------
		Checkboxes + Radio Buttons
---------------------- */

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 1em;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400 !important;
}

.gform_wrapper ul.gfield_radio input[type=radio], .gform_wrapper ul.gfield_checkbox input[type=checkbox] {
  display: none !important;
}

.gform_wrapper ul.gfield_radio input[type=radio] label, .gform_wrapper ul.gfield_checkbox input[type=checkbox] label {
  position: relative;
  cursor: pointer;
}

.gform_wrapper ul.gfield_radio input[type=radio] + label:before, .gform_wrapper ul.gfield_checkbox input[type=checkbox] + label:before {
    content: '';
    display:inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 10px 0 0;
    vertical-align:top;
    cursor:pointer;
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #2f4283;
    
}

.gform_wrapper ul.gfield_radio input[type=radio] + label:before , .gform_wrapper ul.gfield_radio input[type=radio] + label:after, .gform_wrapper ul.gfield_checkbox input[type=checkbox] + label:before , .gform_wrapper ul.gfield_checkbox input[type=checkbox] + label:after {
	transition: all 0.1s linear;
}

.gform_wrapper ul.gfield_radio input[type=radio]:checked + label, .gform_wrapper ul.gfield_checkbox input[type=checkbox]:checked + label {
    position: relative;
}

.gform_wrapper ul.gfield_radio input[type=radio]:checked + label:after, .gform_wrapper ul.gfield_radio input[type=radio]:hover + label:after, .gform_wrapper ul.gfield_checkbox input[type=checkbox]:checked + label:after, .gform_wrapper ul.gfield_checkbox input[type=checkbox]:hover + label:after {
	content: "\f00c";
	position: absolute;
	top: 0px;
	left: 2px;
	border-radius: 50%;
	display: inline-block;
	cursor:pointer;
	font-family: fontAwesome;
	font-size: 15px;
	color: #222;
}

.gform_wrapper ul.gfield_radio input[type=radio]:hover + label:after, .gform_wrapper ul.gfield_checkbox input[type=checkbox]:hover + label:after {
	color: #aaa;
	top: 2px;
    left: 2px;
}

.gform_wrapper ul.gfield_radio input[type=radio]:checked:hover + label:after, .gform_wrapper ul.gfield_checkbox input[type=checkbox]:checked:hover + label:after {
	top: 0px;
	left: 2px;
	color: #222;
}
  
.gform_wrapper ul.gfield_radio input[type=radio]:checked + label:before, .gform_wrapper ul.gfield_checkbox input[type=checkbox]:checked + label:before {
	background-color: #fff;
}



/* -----------------------------------------------

				Fonts

----------------------------------------------- */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rubrik-inverterad h1, .rubrik-inverterad h2, .rubrik-inverterad h3, .rubrik-inverterad h4 {
    color: #fff;
}

.text-inverterad p, .text-inverterad a, .text-inverterad span, .text-inverterad label {
    color: #fff;
}

.content-inverterad p, .content-inverterad a, .content-inverterad span {
	color: #fff;
}

.centrera-text {
	text-align: center;
}

.hogerstall-text {
	text-align: right;
}

.hogerstall-knapp {
	text-align: right;
}

.vansterstall-knapp {
	text-align: left;
}

.text-margin {
	padding-bottom: 30px;
	padding-top: 30px;
}

.text-margin-top {
	padding-top: 30px;
}

.text-margin-bottom {
	padding-bottom: 30px;
}

.p-text-margin p {
    padding-bottom: 20px;
}
	
.ingress p, .ingress a, p.ingress {
	font-size: 30px;
	line-height: 46px;
}

/* -----------------------------------------------

				Responsive

----------------------------------------------- */

/* ----------------------
		Desktop
---------------------- */
@media screen and (min-width: 1400px) {
	
}

@media screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1000px) {

}

/* ----------------------
		Tablet
---------------------- */

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

}

@media screen and (max-width: 1200px) and (min-width: 768px){

}

@media screen and (min-width: 999px) and (max-width:1024px) {
	nav.main_menu > ul > li > a {
		font-size: 15px;
		padding: 0px 12px;
	}
	.logo_wrapper, .q_logo a {
		height: 60px !important;
		margin-top: 5px;		
	}
}

@media screen and (min-width: 767px) and (max-width:1024px) {
	.qbutton {
		padding:0 25px !important;
		line-height: 31px !important;
		height: 31px !important;
	}
	.mobile_menu_button {
		margin-right: 10px !important;
	}
	.q_slide_title h2 {
		font-size: 60px;
		line-height: 1; 
	}
}

@media screen and (max-width: 999px) {
	.container_inner, .section_inner {
        width: 100% !important;
        padding: 0 30px !important;
        box-sizing: border-box;
    }
    .full_section_inner .full_section_inner {
	    padding: 0 15px;
    }
	
	.content .title .container_inner {
	    padding: 0px 15px !important;
	}
	
	.header_top .left {
	    display: none;
	}
	
	.header_top .right {
	    text-align: right;
	}
	
	.header_top .container_inner {
	    padding: 0 15px !important;
	}
	
	.logo_wrapper {
	    height: 70px !important;
	}
	
	.header_inner_right {
	    display: none;
	}
	
	.mobile_menu_button {
	    height: 70px !important;
	    margin-right: 0;
	}
	
	.header_bottom .container_inner {
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}
	
	nav.mobile_menu {
	    background-color: transparent;
	}
	
	nav.mobile_menu ul {
	    padding-bottom: 20px;
	    padding-top: 20px
	}
	
	nav.mobile_menu ul li {
	    padding-left: 10px;
	    padding-right: 10px
	}
	
	nav.mobile_menu ul li.login-btn {
	    padding-top: 20px;
	}
	
	nav.mobile_menu ul li.login-btn a span {
	    width: 100% !important;
	    display: block;
	    box-sizing: border-box;
	    text-align: center;
	    padding: 5px 0;
	}
	
	nav.mobile_menu ul li {
	    text-align: center;
	}

}

/* ----------------------
		Mobile
---------------------- */

@media screen and (max-width: 767px) {
	.content-margin {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
	.content-margin-top {
	    padding-top: 50px;
	}
	
	.content-margin-bottom {
	    padding-bottom: 50px;
	}
	
	.content-margin-extra {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	
	.content-margin-extra-top {
	    padding-top: 100px;
	}
	
	.content-margin-extra-bottom {
	    padding-bottom: 100px;
	}
	
	.content-margin-small {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	
	.content-margin-small-top {
	    padding-top: 30px;
	}
	
	.content-margin-small-bottom {
	    padding-bottom: 30px;
	}
	
	.ingress p, .ingress a, p.ingress {
		font-size: 26px;
		line-height: 34px;
	}
	
	.text-margin {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	.text-margin-top {
		padding-top: 15px;
	}
	
	.text-margin-bottom {
		padding-bottom: 15px;
	}
	
	.p-text-margin p {
		padding-bottom: 10px;
	}
	#qode-slider-trac h4 span {
		line-height: 60px;
		padding:0 10px 10px 10px;
	}
	#qode-slider-trac h2 {
		margin-bottom: 1px;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
	    height: 39px;
	    line-height: 39px;
	    padding: 0 23px;
	    font-size: 13px;
	}
	.news-block {
		background:#EFF1F7;
		padding:0;
	}
	.news-block .post-box {
		background:#FCFAF7;
		padding:50px 0;
	}
	.news-block .event-box {
		padding-left: 0 !important;
		background:#EFF1F7;
		padding:50px 0;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding:15px !important;
	}
	.qbutton {
		padding:0 25px;
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		width:auto !important;
		height:39px !important;
		line-height: 39px !important;
		font-size: 13px !important;
		padding: 0 25px;
	}
	.footer_bottom {
		font-size: 11px;
		line-height: 1.5;
		padding:5px;
	}
	.blog_holder.blog_small_image .post_image {
		width:100% !important;
		margin-right: 0 !important;
	}
	.blog_holder.blog_small_image .post_image img, .blog_single .post_content_holder .post_image img {
		max-height: 200px;
		width:auto;
		margin:0 auto;
		display: block;
		margin-bottom: 20px;
		
	}
	.blog_single.blog_holder article .post_text .post_text_inner {
		width:100%;
	}
	.blog_single .post_content_holder .post_image {
		width:100%;
		float: none;
	}
	.blog_single {
		margin-bottom: 0;
	}
	.sidebar {
		margin-top:30px;
		margin-bottom: 50px;
	}
	.gf_login_form.gform_wrapper ul li.gfield {
		width:100%;
		float: none;
	}
	.login-widget {
		width:auto;
		margin-bottom: 30px !important;
	}
	.gf_login_form.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding:15px !important;
	}
	.svg-img {
		display: none;
	}
	
	.carousel-inner .slider_content_outer {
	    padding: 0 15px;
	    width: 100%;
	    box-sizing: border-box;
	}
	
	.carousel-inner .slider_content_outer .slider_content_inner {
	    width: 100% !important;
	}
	
	.header_top #searchform input[type=submit] {
	    width: 30px;
	    height: 40px;
	}
	
	.header_top #searchform {
	    width: 100%;
	    padding: 0px;
	}
	
	.header_top .inner {
	    width: 100%;
	}
	
	.header_top .right .inner>div {
	    width: 100%;
	}
	
	.header_top #searchform input[type=text], .widget.widget_search form input[type=text] {
	    width: calc(100% - 40px);
	    box-sizing: border-box;
	    height: 40px;
	    border-radius: 0;
	    border-bottom: 1px solid #939cbb;
	    font-size: 15px;
	}
	.header_top #searchform input[type=submit] {
		font-size: 16px;
	}
	.header_top #searchform input[type=text]:focus {
		border-bottom: 1px solid #2f4283;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
		line-height: 1em !important;
	}
	
	.news-block .qbutton:not(.white) {
		margin:0 0 30px 15px;
	}
	form.mailchimp-subscribe input[type="email"] {
		padding:15px;
	}
	footer p {
		margin-bottom: 15px;
	}
	.footer_top .column_inner>div {
		margin: 0 0 15px!important;
	}
	.start-block .qbutton {
		margin-bottom: 30px;
	}
	.start-block img {
		max-width: 120px;
	}
}
@media screen and (max-width: 600px) {
	.q_logo a {
	    margin-left: 0px;
	}
}

@media screen and (max-width: 479px) {
	.ingress p, .ingress a, p.ingress {
		font-size: 22px;
		line-height: 30px;
	}

}
@media screen and (max-width: 400px) {
	.trac-medlemslogotyper .gallery dl {
		width: 100% !important;
	}

}

/* 'Internet Explorer
---------------------------------------------------------------------------- */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.q_logo img {
		width: 330px !important;
	}
	
	.login-btn > a > span {
		padding: 0 30px;
		height: 40px;
		line-height: 40px;
	}
	
	nav.main_menu ul li a span.underline_dash {
		display: none;
	}
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 0 25px !important;
}


/* 'Cookie
---------------------------------------------------------------------------- */

#cookie-notice #cn-accept-cookie.button {
    background-color:#1F8D1F !important;
    color:white !important;
}

#cookie-notice {
    font-size: 14px;
    background:#ececec !important;
    color:#222 !important;
}

#cookie-notice .button {
    border-radius: 0 !important;
    text-shadow: none !important;
    border:none !important;
    padding: 6px 12px !important;
    color:#222 !important;
    background:#fff !important;
    font-weight: 600 !important;
    transition: all 0.2s ease-in-out !important;
    font-size: 13px !important;
}

#cookie-notice .button:hover {
    background:#fff !important;
    color:#222 !important;
    opacity: 0.9 !important;
}

.cookie-notice-container {
    padding:15px !important;
	box-sizing: border-box;
}

@media (max-width:767px) {
    .cookie-notice-container {
        padding:30px 20px !important;
    }
    #cn-notice-text {
        display: block !important;
        margin-bottom: 15px !important;
    }
}