/*
Theme Name: Trimble
Theme URI: http://jonssonweb.se/
Author: Jonas Jonsson, Jonssonweb
Author URI: http://jonssonweb.se/
Description: Kundanpassat tema
Version: 1.0
License: Copyright Jonas Jonsson 2019. All rights reserved.
License URI: Copyright Jonas Jonsson 2019. All rights reserved.
Tags: Kundanpassat tema
Text Domain: Kundanpassat tema
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');

body{
	font-size:				16px;
	overflow-y: 			scroll;
	font-family: 			"Open Sans";
	font-weight: 			300;
	overflow-x:				hidden;
	color: 					#000;
}

p{
	line-height: 24px;
}

h1,h2,h3,h4,h5,
h1 a,h2 a,h3 a,h4 a, h5 a{
	font-weight: 			bold;
	font-family: 			"Open Sans";
}
a{
	text-decoration:  		none !important;
	color:					#009ad9;
}
a:hover{
	text-decoration:  		none !important;
	color: 					#000;
}

h1{
	font-size: 				50px;
	margin-bottom:			30px;
	font-weight:			700;
	line-height:			64px;
}
h2{
	font-size: 				40px;
	margin-bottom:			30px;
	font-weight:			700;
	line-height:			48px;
}
h3{
	font-size: 				26px;
	margin-bottom:			30px;
	font-weight:			700;
	line-height:			32px;
	letter-spacing: 		0.050em;
}
h4{
	font-size: 				21px;
	font-weight:			700;
	line-height: 			26px;
}
h5{
	font-size: 				18px;
	font-weight:			700;
	line-height: 			24px;
	letter-spacing: 		0.050em;
}
h6{
	font-size: 				17px;
	font-weight:			400;
	line-height: 			21px;
}

#content,
#header,
#footer,
#nav,
.content-frame{
	width:					1200px;
	height:					auto;
	margin:					0 auto;
	max-width:				100%;
	padding-left:			30px;
	padding-right:			30px;
}

#content-inner,
#header-inner,
#footer-inner,
#nav-inner,
.content-frame-inner{
	width:					1260px;
	height:					auto;
	margin:					0 auto;
	max-width:				100%;
}

#footer-container{
	background: 			#333333;
	color: 					#FFF;
	padding-top:			30px;
	padding-bottom: 		10px;
	font-size: 				12px;
}
#footer-container .footer-1,
#footer-container .footer-2,
#footer-container .footer-3{
	text-align: center;
}
#footer-container .footer-2 a{
	padding-left: 10px;
	padding-right: 10px;
}
#footer-container a{
	color: #FFF;
}
.color-white p,
.color-white a,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white strong,
.color-white div{
	color: 					#FFF;
}

img.alignright {float:right; margin:0 0 0.5em 0.5em}
img.alignleft {float:left; margin:0 0.5em 0.5em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 0.5em 0.5em}
a img.alignleft {float:left; margin:0 0.5em 0.5em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#logo{
	
}
#header-wrap{
	background: #005F9F;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #FFF;
}

.font-size-12 p{
	font-size: 13px;
	font-weight: normal;
}
p del{
	opacity: 0.5;
}

h2 strong{
	font-weight: 600;
}
h5 strong{
	font-weight: 500;
}

.menu-main-menu-container{
	display: inline-block;
	margin: 0 auto;
	text-align: right;
	float: right;
	margin-top: -15px;
}
ul.menu{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	margin-left: -20px;
	margin-top: 20px;
}
ul.menu li{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
ul.menu li a{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	text-transform: uppercase;
}

ul.menu li.current-menu-item a{
	color: #FFF;
}
ul.menu li.current-menu-item.current_page_item a{
	color: #F9BE05;
}

.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-color-warning,
.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-color-primary{
	font-weight: 600;
	letter-spacing: 0.100em;
	color: #FFF;
	padding: 14px 35px;
	font-size: 16px;
}

.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-color-warning.vc_btn3-block{
	font-weight: 600;
	letter-spacing: 0.100em;
	color: #FFF;
	padding: 14px 10px;
	font-size: 14px;
}

.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-color-warning{
	background: #FFBE00;
}
.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-color-primary{
	background: #009AD8;
}

.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-white{
	background: none;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 7px 25px;
	font-size: 12px;
	letter-spacing: 0.050em;
	font-weight: 600;
	border-radius: 2px;
}
.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-white:hover{
	background: #FFF;
	color: #333;
}

.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-warning{
	background: none;
	padding: 7px 25px;
	font-size: 12px;
	letter-spacing: 0.050em;
	font-weight: 600;
	border-radius: 2px;
	color: #FFBE00;
	border-color: #FFBE00;
}
.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-warning:hover{
	background: #FFBE00;
	color: #FFF;
}

.wpcf7-form{
	max-width: 800px;
	margin: 0 auto;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date{
	width: 100%;
	box-sizing: border-box;
	border: 0px;
	background: #FFF;
	border-radius: 2px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	font-family: "Open Sans";
	padding: 10px 15px;
	display: inline-block;
	margin-bottom: 30px !important;
}
.wpcf7-textarea{
	height: 150px;
	width: 100%;
	box-sizing: border-box;
}
.wpcf7-submit{
	color: #FFF;
	text-transform: uppercase;
	width: 100%;
	padding: 7px 20px;
	letter-spacing: 0.100em;
	font-size: 16px;
	border-radius: 3px;
	font-family: "Open Sans";
	font-weight: 600;
	border: 0px;
	background: #FFBE00;
}
input[type="date"]{
	line-height: inherit;
}

#request-demo .wpcf7-text,
#request-demo .wpcf7-textarea,
#request-demo .wpcf7-date{
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}
#contact-us .wpcf7-text,
#contact-us .wpcf7-textarea,
#contact-us .wpcf7-date{
	background: #F2F3F7;
	border: 2px solid #FFF;
	color: #000;
}


small{
	color: #888;
}

ul{
	list-style: none;
}
#content ul li::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: top left no-repeat url('/pocket2/wp-content/uploads/2020/02/yellow-arrow-right.png') transparent;
	margin-left: -17px;
	position: absolute;
	font-size: 22px;
	margin-top: 5px;
	font-weight: bold;
}
#content .square-ul ul li::before{
	background: #FFBE00;
	width: 6px;
	height: 6px;
	margin-top: 8px;
}
#content ul li{
	margin-bottom: 15px;
}
#content ul{
	margin-left: 0px;
	padding-left: 25px;
}

.contactbox{
	border: 1px solid #E3E4E6;
}

#content  .check-ul ul{
	list-style: none;
}
#content .check-ul ul li::before {
	content: "\f14a";
	color: red;
	display: inline-block;
	width: 10px;
	margin-left: -26px;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	color: #E40613;
	font-size: 18px;
	margin-top: -1px;
	font-weight: normal;
}
#content .check-ul ul li{
	font-weight: 600;
}

.archive-title{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 32px;
}
.archive-info, .archive-info a{
	color: #AAA;
	font-size: 14px;
}
.archive-info{
	margin-top: 10px;
}
.archive-read-more{
	display: inline-block;
	color: #FFF;
	background: rgb(0, 95, 159);
	text-transform: uppercase;
	padding: 7px 30px;
	margin-top: 30px;
	font-size: 14px;
}
.archive-read-more:hover{
	color: #FFF;
}

.archive-item{
	margin-bottom: 60px;
}

.post_row_thumb{
	max-width: 100%;
}
.single-author{
	padding: 30px 30px;
	background: #F5F7F6;
	margin-bottom: 60px;
}
.related-posts{
	margin-bottom: 60px;
	text-transform: uppercase;
}
.related-posts h3{
	margin-bottom: 0px;
}
.single-post-item{
	margin-bottom: 30px;
}
.tags{
	margin-bottom: 60px;
}
.tags .tags-inner a{
	background: #E8EDF1;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
	border-radius: 0px 3px 3px 0px;
	color: #009ADA;
	font-weight: 600;
	margin-left: 10px;
	position: relative;
}
.tags .tags-inner a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent #E8EDF1 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	margin-left: -19px;
	margin-top: -3px;
}

.tags .tags-inner a:after {
	content: "";
	width: 5px;
	height: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	left: 0px;
	margin-left: -2px;
	margin-top: 6px;
}

.post_row_info{
	font-size: 12px;
	color: #888;
}
.post_row_item_title a{
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	color: #222;
	text-transform: none;
}
.single-author-img{
	background: #FFF;
	border-radius: 50%;
	margin-right: 20px;
}
.single-author h4{
	margin-top: 0px;
}

.searchform label,
.searchform #searchsubmit{
	display: none;
}
.searchform #s{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #E3E7E9;
	background: #F5F5F5;
	padding: 7px 10px;
	font-size: 12px;
}
.searchform::after{
	content: "\f002";
	color:#009ADA;
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	width: 10px;
	height: 10px;
	display: inline-block;
	right: 0px;
	position: absolute;
	margin-top: -27px;
	margin-right: 30px;
}


.tagcloud a{
	padding: 5px 15px;
	background: #FFF;
	display: inline-block;
	border: 1px solid #E5E6E8;
	border-radius: 3px;
	color: #009ADA;
	margin: 3px;
	margin-left: 0px;
}
.tagcloud a:hover{
	background: #f1f1f1;
}
h3.widget-title{
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
}
.widget-container{
	margin-bottom: 40px;
}
.widget_archive label{
	display: None;
}

.pagenumbers{
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
}
.pagenumbers .page-numbers{
	padding: 10px 15px;
	color: #003A65;
	font-weight: bold;
	background: #FFF;
	font-size: 12px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagenumbers .page-numbers.current{
	background: #003A65;
	color: #FFF;
}
.pagenumbers .page-numbers:hover{
	background: #0595D6;
	color: #FFF;
}
.pagenumbers .page-numbers.current:hover{
	background: #003A65;
}

.pagenumbers .next.page-numbers,
.pagenumbers .prev.page-numbers{
	display: none;
}

#sidebar{
	padding-left: 0px;
}

.post_list_thumb{
	max-width: 100%;
	display: inline-block;
}

.single-post-content a{
	color: #009ADA;
}
.single-post-content a:hover{
	color: #FFBE00;
}

#content .widget-container ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#content .widget-container ul li{
	margin: 0px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#content .widget-container ul li a{
	margin: 0px;
	padding: 10px 20px;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #009ADA;
	font-weight: 600;
}
#content .widget-container ul li a:hover{
	background-color: #f1f1f1;
	color: #FFBE00;
}
#content .widget-container ul li::before{
	display: none;
}


#content ul#lastest-posts-list{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#content ul#lastest-posts-list li{
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-bottom: 30px;
}
#content ul#lastest-posts-list li a{
	display: inline-block;
	padding: 0px;
}
#content ul#lastest-posts-list li a .latest-posts-list-thumb{
	width: 74px;
	margin-right: 10px;
}
#content ul#lastest-posts-list li a:hover{
	background: none;
}

#content ul#lastest-posts-list li a.latest-posts-list-title-link{
	margin-top: 0px;
	line-height: 16px;
	text-transform: none;
	font-size: 14px;
	color: #222;
}

#content ul#lastest-posts-list li .latest-posts-list-date{
	font-size: 12px;
	color: #888;
	margin-top: -2px;
	display: block;
}



.transparent-bg{
    text-align: center;
}
.transparent-bg .wpb_wrapper h1,
.transparent-bg .wpb_wrapper h2 {
    color: #FFF;
    margin: 0px;
    padding: 0px;
	margin-bottom: 20px;
}
.transparent-bg .wpb_wrapper {
    display: inline-block;
    margin: 0 auto !important;
    width: auto !important;
    background: rgba(251,186,0,0.7);
    padding: 40px 100px;
}


.iconbox h5{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	letter-spacing: 0.025em;
}
h4{
	text-transform: uppercase;
}

.latestnews-thumb{
	max-width: 100%;
}

.blog-content{
	margin-top: 60px !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top ul.vc_tta-tabs-list{
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top ul.vc_tta-tabs-list li{
	margin: 0px !important;
	border-radius: 0px;
	max-width: 250px;
	text-align: center;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top ul.vc_tta-tabs-list li a{
	margin: 0px;
	border: 1px solid #FFF;
	border-radius: 0px;
	background: #009AD8;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 4px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top ul.vc_tta-tabs-list li.vc_active a{
	background: #FFF;
	border: 1px solid #E2EBF3;
	color: #009AD8;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top ul.vc_tta-tabs-list li a:hover{
	background: #009AD8;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top ul.vc_tta-tabs-list li.vc_active a:hover{
	background: #FFF;
	border-color: #E2EBF3;
	color: #009AD8;
}

ul.vc_tta-tabs-list li::before{
	display: none !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
	background: none !important;
	border-radius: 0px !important;
	padding: 30px 50px;
	padding-top: 50px;
}
.uppercase,
.uppercase p,
.uppercase h1,
.uppercase h2,
.uppercase h3,
.uppercase h4,
.uppercase h5,
.uppercase h6{
	text-transform: uppercase;
}

.bigger-text p{
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
}
.smaller-text p,
.smaller-text td{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

h5.post_row_title{
	font-size: 16px;
	font-weight: normal !important;
	letter-spacing: normal;
	text-transform: uppercase;
	margin-top: -4px;
}
.post_row_title a{
	color: #000;
}


.weight-normal p,
.weight-normal h1,
.weight-normal h2,
.weight-normal h3,
.weight-normal h4,
.weight-normal h5,
.weight-normal h6{
	font-weight: normal;
}
.weight-normal strong{
	font-weight: 800;
}





#contact-us .wpcf7-form-control-wrap input::placeholder,
#contact-us .wpcf7-form-control-wrap textarea::placeholder{
	color: #888;
	opacity: 1;
	font-weight: normal;
}
#contact-us .wpcf7-form-control-wrap.Name::after{
	content: " ";
	width: 18px;
	height: 18px;
	background: top left no-repeat url('/pocket2/wp-content/uploads/2020/02/iname.png') transparent;
	position: absolute;
	top: 4px;
	right: 13px;
}
#contact-us .wpcf7-form-control-wrap.epost::after{
	content: " ";
	width: 20px;
	height: 20px;
	background: top left no-repeat url('/pocket2/wp-content/uploads/2020/02/iemail.png') transparent;
	position: absolute;
	top: 4px;
	right: 13px;
}
#contact-us .wpcf7-form-control-wrap.company::after{
	content: " ";
	width: 20px;
	height: 20px;
	background: top left no-repeat url('/pocket2/wp-content/uploads/2020/02/icompany.png') transparent;
	position: absolute;
	top: 3px;
	right: 13px;
}






.menu-main-menu-container ul.sub-menu,
.menu-main-menu-container .menu-item-has-children > ul.sub-menu > .menu-item-has-children > ul.sub-menu{
	position: absolute;
	margin-left:0px;
	padding-left:0px;
	max-width: 230px;
	min-width: 230px;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
	/*
	border-top: 1px solid #E6E7E9;
	border-left: 1px solid #E6E7E9;
	*/
}
.menu-main-menu-container .menu-item-has-children > ul.sub-menu > .menu-item-has-children > ul.sub-menu{
	margin-top: 1px;
	padding-top: 0px;
}
.menu-main-menu-container .menu-item-has-children > ul.sub-menu > .menu-item-has-children > ul.sub-menu li:first-child{
	border: 0px;
}
.menu-main-menu-container ul.sub-menu li{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menu-main-menu-container ul.sub-menu li:first-child{
	border-top: 2px solid #FFBE00;
}
.menu-main-menu-container ul.sub-menu li a{
	padding: 10px 25px !important;
	width: 100%;
	border-bottom: 1px solid #E6E7E9;
	/*border-right: 1px solid #E6E7E9;
	*/
	background: #F5F5F5 !important;
	color: #3170AB !important;
	text-align: left;
}
.menu-main-menu-container ul.sub-menu li a:hover{
	background: #005F9F !important;
	color: #FFF !important;
}
.menu-main-menu-container .menu-item-has-children:hover{
	transition: visibility 2s, opacity 2s;
}
.menu-main-menu-container .menu-item-has-children:hover > ul.sub-menu,
.menu-main-menu-container .menu-item-has-children > ul.sub-menu > .menu-item-has-children:hover > ul.sub-menu{
	visibility: visible;
	opacity: 1;
}

.menu-main-menu-container #menu-main-menu > .menu-item-has-children:before{
	content: "\f078";
	position: absolute;
	margin-left: 2px;
	margin-top: 6px;
	font-family: 'FontAwesome';
	font-size: 8px;
	color: #CCC;
}

.menu-main-menu-container #menu-main-menu > .menu-item-has-children > ul.sub-menu > .menu-item-has-children:before{
	content: "\f054";
	position: absolute;
	margin-top: 15px;
	font-family: 'FontAwesome';
	font-size: 8px;
	color: #BBB;
	right: 13px;
}

.menu-main-menu-container .menu-item-has-children > ul.sub-menu > .menu-item-has-children > ul.sub-menu{
	display: inline-block;
	max-width: 230px;
	min-width: 230px;
}
.menu-main-menu-container ul.sub-menu{
	padding-top: 24px;
	border-top: 0px;
	border-left: 0px;
}


#wprmenu_bar{
	border-bottom: 2px solid #FFF;
}
#wprmenu_menu_ul{
	padding-top: 47px;
}
#wprmenu_bar .menu_title a{
	display: inline-block;
	position: inherit;
	top: -2px;
	margin-left: 15px;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.current-menu-item > a,
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.current-menu-parent > a,
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.current-menu-parent ul.sub-menu li.menu-item.current-menu-item > a{
	color: #ffbe00 !important;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover


.wpb_wrapper a{
	color: #009ad9 !important;
}
.wpb_wrapper a:hover{
	color: #ffbe00;
	text-decoration: underline;
}

@media (max-width: 1080px) {

}

@media (max-width: 992px) {
	h1{
		
	}
	body{
		
	}

	.latestnews-thumb{
		width: 100%;
		margin-top: 40px;
		border-bottom: 20px solid #FFF;
	}
	
		.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
			padding: 0px !important;
			font-size: 13px;
			line-height: 14px !important;
		}
		.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels ul li{
			padding-top: 0px;
			padding-bottom: 0px;
			margin: 6px !important;
		}
	
}

@media (max-width: 768px)
{
	
	.transparent-bg .wpb_wrapper {
		display: inline-block;
		margin: 0 auto !important;
		width: auto !important;
		background: rgba(251,186,0,0.7);
		padding: 40px 20px;
	}
	.transparent-bg .wpb_wrapper h1{
		line-height: 40px;
	}
	h1{
		font-size: 				40px;
		line-height:			54px;
	}
	h2{
		font-size: 				30px;
		line-height:			38px;
	}
	h3{
		font-size: 				22px;
		line-height:			28px;
	}
	h4{
		font-size: 				18px;
		line-height:			22px;
	}
	body{
		
	}
}
@media (max-width: 450px)
{
	img.bar_logo{
		height: 18px !important;
	}
}