/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/
@import url("../stockholm/style.css");



/* ---------- GLOBAL ---------- */

h1:after {
	content: '';
    background: #d4212b;
    display: block;
    width: 45px;
    height: 4px;
    position: absolute;
    bottom: -11px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.white p,
.white h3,
.white h4 {
	color: #fff;
}

.white a {
	color: #fff;
	font-weight: 600;
}

.separator.small {
	background: #d4212b;
}


/* ---------- MENU ---------- */


nav.main_menu>ul>li>a {
	padding: 0 14px;
}

.main_menu #nav-menu-item-21688,
.main_menu #nav-menu-item-21746 {
	position: relative;
	margin-left: 6px;
}

.main_menu #nav-menu-item-21688 a,
.main_menu #nav-menu-item-21746 a,
.main_menu #nav-menu-item-21688 a:hover,
.main_menu #nav-menu-item-21746 a:hover {
	padding: 0 22px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.main_menu #nav-menu-item-21688 a,
.main_menu #nav-menu-item-21746 a:hover {
	color: #fff;
}


.main_menu #nav-menu-item-21688:before,
.main_menu #nav-menu-item-21746:before {
	content: '';    
	position: absolute;
	width: 80.5%;
    height: 30px;
    top: 29px;
    border: #d4212b solid 2px;
    background: #d4212b;
    left: 8%;
    border-radius: 5px;
}

.main_menu #nav-menu-item-21746:before {
	width: 86%;
	left: 5%;
	border: #d4212b solid 2px;
	background: none;
}

.main_menu #nav-menu-item-21688:hover:before,
.main_menu #nav-menu-item-21746:hover:before {
    background: #333;
    border-color: #333;
}



/* ---------- FOOTER ---------- */

footer a {
	color: #fff;
}


/*logo carousel*/


.tcls-wrap .tcls-nav-vmid  .owl-controls .owl-nav [class*=owl-] {
	line-height: 26px;
	margin: 0 20px;
	height: 26px;
	width: 26px;
	border-radius: 4px;
}

.tcls-wrap {
	margin-top: 10px;
}


/* ---------- HOME ---------- */

.home h1:after {
	content: none;
}

#header-image {
  background-position: top center;
  height: 770px;
}


#header-overlay {
	position: absolute !important;
	bottom: -770px;
	width: 100%;
	background: rgba(51,51,51,0.9);
}

.home-lock {
	position: absolute;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../uploads/home-lock.png);
    width: 200%;
    height: 315px;
    right: -4%;
    bottom: 100%;
}

#home-lock-smallscreen {
	display: none;
}

.home h1 {
	font-size: 52px;
	padding-top: 60px;
	padding-bottom: 70px;
}

.home h2 {
	font-weight: 400;
	padding-top: 75px;
}

.home h3 + p {
	margin-top: 2px;
}


/* ---------- DOWN ARROW ---------- */

.scroll-down {
	position: fixed !important;
	bottom: 40px;
	right: 50px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	z-index: 100;
}

.scroll-down p {
    color: rgba(255,255,255,1);
    animation: pulse 2s infinite;
    margin-left: -3px;
    line-height: 16px
}

.scroll-down:hover {
	cursor: pointer;
}

@keyframes pulse {
  0% {
    color: rgba(255,255,255,0.4);

  }
  50% {
  	color: rgba(255,255,255,1);
  }
  100% {
  	color: rgba(255,255,255,0.4);
  }
}


/* ---------- PAGE TEMPLATE ---------- */


.page-header .h1-container > div {
	height: 180px;
}

.page-header h1 {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}

.page-intro {
	padding-top: 55px;
	padding-bottom: 55px;
}



/* ---------- ABOUT ---------- */



/*remove padding below icon+text block*/
.q_icon_with_title .icon_text_inner {
	padding: 0;
}

/*fix width of heading*/
.q_icon_with_title.left_from_title.with_custom_icon .icon_text_holder .icon_title_holder .icon_title {
    width: auto;
}

/*icon size*/
 .with_custom_icon img {
 	width: 40px;
 }



/* ---------- SERVICES ---------- */

.services-image-smallscreen {
	display: none;
}

.services-intro p {
	font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0;
    color: #444;
}

.services-intro p:nth-child(2) {
    font-weight: 600;
}



.services-img {
	width: 90%;
}

.services-img img {
	max-height: 290px;
    width: auto;
}

.services-img-sml {
	width: 60%;
	margin: 0 auto;
}


#services-icons {
	border-width: 2px !important;
}

.services-box {
	border: 1px solid #d4212b;
	border-radius: 15px;
	padding: 30px;

}

.services-content .q_icon_with_title.left_from_title.with_custom_icon .icon_holder {
	display: none;
}



/* ---------- CLIENTS ---------- */


.gallery_holder.with_space ul li {
	padding: 18px 15px !important; 
}


.clients-gallery-heading h2 {
	font-size: 24px;
	color: #444;
	font-weight: 400;
	padding-bottom: 30px;

}

.clients-gallery-heading h2:after {
	content: '';
    background: #d4212b;
    display: block;
    width: 30px;
    height: 3px;
    position: relative;
    bottom: -5px;
}

/* ---------- CONTACT ---------- */


.contact-info a {
	color: #333;
}

.contact-info a:hover {
	color: #d4212b;
}




/* ---------- TESTIMONIALS ---------- */


.testimonials .testimonial_text_inner p.testimonial_author {
	margin: 15px 0 0;
}

.testimonials_holder .flex-control-paging {
	margin-top: 20px;
}


.testimonials .testimonial_text_inner p:not(.testimonial_author):not(.testimonial_title) {
	margin-top: 18px;
}

/*decrease font size for long testimonials*/
.testimonials #testimonials22019 .testimonial_text_inner p:not(.testimonial_author):not(.testimonial_title) {
	font-size: 26px;
	line-height: 1.3;
}




/* ---------- TRACK MY CLAIM ---------- */


.inline {
	display: inline-block;
}

/*FORM*/


#txtClaimNumber,
#txtConNoteNumber {
	box-sizing: border-box;
	width: 50%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-family: 'Lato';
    font-size: 14px;
    letter-spacing: 0.2px;
}

#btnFindClaimDetails {
	font-weight: 600;
	margin-top: 5px;
}

.qbutton {
	letter-spacing: 0.2px;
}


#divInvalidResponse {
	color: #d4212b;
	font-style: italic;
	letter-spacing: 0.2px;
}


/*STATUS*/
.claimStatus h2 {
	margin-bottom: 20px;
}


.claimStatus h3 {
	margin-top: 15px;
	color: #d4212b;
}

#divMessage p {
	margin-top: 0;
}


/*CONTENT*/

#divClaimDetails {
	margin-bottom: 25px;
}

#divClaimNumber {
	margin-bottom: 6px;
	margin-top: 30px;
}

#divNumbers {
	float: left;
    margin-right: 40px;
}


#divCarrierLogo {
	float: left;
	height: 50px;
	margin-top: 30px;
}

#imgCarrierLogo {
	height: 100%;
	max-width: auto;
}

/*PROGESS BAR*/

#progressBar {
	margin: 15px auto;
	position: relative;
}

.progress { 
	padding: 10px 0;
	background: #bbb;
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
}


#stage2 {
	background: #ddd;
}

#stage2.progress:after {
	border-left-color: #ddd;
}

#stage3 {
	background: #ccc;
}

#stage3.progress:after {
	border-left-color: #ccc;
}

.progress.active,
#stage2.progress.active,
#stage3.progress.active {
	background: #7bceb8;
	color: #fff;
	font-weight: 700;
}

#stage2.progress.active {
	background: #4fbea1;
}

#stage3.progress.active {
	background: #23ae89;
}

#stage4.progress.active {
	background: #1a9d76;
}

.progress:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 23px solid #eee;
    z-index: 1;
    right: -23px;
    top: 0px;
}

.progress.active:after,
#stage2.progress.active:after,
#stage3.progress.active:after {
    border-left-color: #7bceb8;
    z-index: 10;
}

#stage2.progress.active:after {
    border-left-color: #4fbea1;
}

#stage3.progress.active:after {
    border-left-color: #23ae89;
}

#stage4:after {
	content: none;
}

.progressText {
	display:none;
	position: absolute;
	top: 115px;
	font-style: italic;
}

/*alert*/
.claimAlert {
	color: #f27930;
	margin-right: 4px;
}

#exclamation1.claimAlert {
	margin-right: 6px;
	margin-top: 3px;
}

.alertText1,
.alertText2 { 
	display: none;
	position: absolute;
    top: -40px;
    background: #f27930;
    border: 2px solid #D8641E;
    padding: 5px 15px;
    border-radius: 9px;
    color: #fff;
    left: -10px;
    z-index: 10;
}

.alertText2 {
    top: -30px;

}

.claimAlert:hover {
	cursor: pointer;
}

#claimStatus {
	position: relative;
}
#claimStatus p {
	float: left;
	margin-top: 0;
}


/*Claim assessor*/

#divClaimsAssessor {
	margin-top: 10px;
}


/*issue with links going over edge of container*/

#divMessage a {
	overflow-wrap: break-word;
 	word-wrap: break-word;
}




/* ---------- 404 ---------- */


.error404 .wrapper_inner,
.error404 .content_inner .container,
.error404 .content {
	background: #e5e5e5;
}

.error404 h2 {
	padding-top: 25px;
}


.error404 .qbutton {
    font-size: 16px;
	font-weight: 600;
}



/* ---------- PRIVACY POLICY ---------- */

/*edited h4 in theme options as it is not working here: https://freightsafe.com/wp-admin/admin.php?page=qode_theme_menu*/



/* ---------- MEDIA QUERIES ---------- */

@media only screen and (min-width: 1550px){
	
	#header-image {
	  height: 850px;
	}

	#header-overlay {
		bottom: -850px;
	}
}

@media only screen and (max-width: 1400px){
	
	#header-image {
	  height: 700px;
	}

	#header-overlay {
		bottom: -700px;
	}

	.home h1 {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.home h2 {
		padding-top: 65px;
	}

	.home-lock {
		height: 305px;
	}

}

@media only screen and (max-width: 1300px){
	
	.home-lock {
		height: 285px;
		right: -2%;
	}
}


@media only screen and (max-width: 1200px){
	.tcls-wrap .tcls-nav-vmid  .owl-controls .owl-nav [class*=owl-] {
		margin: 0 10px;
	}
	.home h1 {
		font-size: 46px;
		line-height: 1.3;
	}
	.home h2 {
		font-size: 24px;
		line-height: 1.4;
	}
	.home-lock {
		height: 270px;
	}
	.page-header .h1-container > div {
		height: 170px;
	}
	.page-header .lock img {
		height: 170px;
		width: auto;
	}
	/*long title*/
	.icon-heading-long .q_icon_with_title.left_from_title.with_custom_icon .icon_text_holder .icon_title_holder .icon_title {
		width: 80%;
	}
	.services-intro div {
		height: auto;
	}

	.services-intro p {
		font-size: 24px;
	    line-height: 1.6;
	    font-weight: 400;
	    margin-top: 0;
	    color: #555;
	    position: relative;
		top: auto;
		transform: none;

	}
}


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

	#header-image {
	  height: 680px;
	}

	#header-overlay {
		bottom: -680px;
	}
	.home h1 {
		padding-top: 45px;
		padding-bottom: 55px;
	}
	.home h2 {
		padding-top: 60px;
	}

	.home-lock {
		height: 260px;
		right: 1%;
	}
}


@media only screen and (max-width: 1000px){
	
	.tcls-wrap .tcls-nav-vmid  .owl-controls .owl-nav [class*=owl-] {
		margin: 0;
	}
	.home h1 {
		padding-top: 30px;
		padding-bottom: 40px;
		width: 80%;
	}
	.home h2 {
		font-size: 23px;
		padding-top: 60px;
		
	}
	.home-lock {
		height: 240px;
		right: -3%;
	}
	.page-header .h1-container > div {
		height: 150px;
	}
	.page-header .lock img {
		height: 150px;
	}
	.page-intro {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	h1 {
		font-size: 52px;
	}
	h1:after {
		bottom: -9px;
		width: 42px;
	}
	h2 {
		font-size: 25px;
    	line-height: 1.4;
	}

	/*long title*/
	.icon-heading-long .q_icon_with_title.left_from_title.with_custom_icon .icon_text_holder .icon_title_holder .icon_title {
		width: 77%;
	}

	#txtClaimNumber,
	#txtConNoteNumber {
		width: 70%;
	}

	/*remove line break from intro statement*/
	.services-wide {
		display: none;
	}
	#services-icons .with_custom_icon img {
	    width: 60px;
	    margin-bottom: 8px;
	    margin-right: 50px;
	}
	.services-intro p {
		font-size: 23px;
	}

	.services-img-sml {
		width: 90%;
	}
}


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

	div.grid_section .section_inner,
	#header-overlay > .section_inner {
		width: 750px;
	}

	.tcls-wrap .tcls-nav-vmid  .owl-controls .owl-nav [class*=owl-] {
		margin: 0 -10px;
	}
	#header-overlay > .section_inner {
		width: 90%;
	}
	.home h1 {
		line-height: 1.2;
	}
	.home h2 {
		font-size: 22px !important;
	}
	.home-lock {
		right: 2%;
	}
	.with_custom_icon img {
	    width: 60px;
	    margin-bottom: 8px;
	}

	/*long title*/
	.icon-heading-long .q_icon_with_title.left_from_title.with_custom_icon .icon_text_holder .icon_title_holder .icon_title {
		width: auto;
	}

	/*long title*/
	.services-content .icon-heading-long .q_icon_with_title.left_from_title.with_custom_icon .icon_text_holder .icon_title_holder .icon_title {
		width: 80%;
	}

	.testimonials #testimonials22019 .testimonial_text_inner p:not(.testimonial_author):not(.testimonial_title) {
		font-size: 21px;
		line-height: 1.4;
	}
	.testimonials .testimonial_text_inner p:not(.testimonial_author):not(.testimonial_title) {
		font-size: 28px;
		line-height: 1.3;
	}

	.testimonials .testimonial_text_inner p.testimonial_author {
		font-size: 17px;
	}
	
	#progressBar {
		margin: 30px auto;
	}
	.progress { 
		float: none;
		width: 400px;
		margin: 0 auto 25px;
	}
	#stage2.progress:after {
		border-left-color: transparent;
		border-top-color: #ddd;
	}

	#stage3.progress:after {
		border-left-color: transparent;
		border-top-color: #ccc;
	}
	.progress:after {
	    border-top: 15px solid #eee;
	    border-bottom: none;
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;
	    right: 180px;
	    top: unset;
	    bottom: -15px;
	}
	.progress.active:after,
	#stage2.progress.active:after,
	#stage3.progress.active:after {
	    border-left-color: transparent;
	    border-top-color: #7bceb8;
	}
	#stage2.progress.active:after {
	    border-left-color: transparent;
	    border-top-color: #4fbea1;
	}
	#stage3.progress.active:after {
	    border-left-color: transparent;
	    border-top-color: #23ae89;
	}
	.alertText2 {
	    top: -44px;
	    left: 203px;
	    width: 310px;
	    text-align: center;
	}
}

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

	.page-intro {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	#txtClaimNumber,
	#txtConNoteNumber {
		width: 100%;
	}
	.contact-wide {
		display: none;
	}
}


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

	div.grid_section .section_inner,
	#header-overlay > .section_inner {
		width: 700px;
	}

	.home h2 {
		width: 90%;
    	padding-top: 42px;
	}

	.alertText2 {
	    left: 179px;
	}
	.clients-wide { 
	display: none;
	}
}



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

	div.grid_section .section_inner,
	#header-overlay > .section_inner {
		width: 600px;
	}

	#header-image {
	  height: 600px;
	  background-position-x: 40%;
	}
	#header-overlay {
		bottom: -600px;
	}
	.home h1 {
		text-align: center;
		font-size: 45px !important; 
		line-height: 1.2;
		padding-bottom: 0;
		width: 88%;
   		margin: 0 auto;
	}
	.home h2 {
		text-align: center;
		font-size: 24px !important;
		width: 85%;
    	margin: 0 auto;
    	padding-top: 20px;
    	padding-bottom: 40px;
	}
	#home-lock-widescreen {
		display: none;
	}
	#home-lock-smallscreen {
		display: block;
	}
	.home-lock {
		width: 100%;
	    height: 210px;
    	right: 4%;
	}

	#home-offering .vc_col-sm-4,
	.page-content .vc_col-sm-4,
	#services-icons .vc_col-sm-4 {
		margin-top: 50px;
	}

	#services.page-content .vc_col-sm-4 {
		margin-top: 30px;
	}

	#home-offering .vc_col-sm-4:first-of-type,
	.page-content .vc_col-sm-4:first-of-type,
	#services.page-content .vc_col-sm-4:first-of-type,
	#services-icons .vc_col-sm-4:first-of-type {
		margin-top: -10px;
	}

	.page-header .h1-container > div {
		height: 110px;
	}
	.page-header .lock img {
		height: 110px;
	}

	h1 {
		font-size: 42px;
	}
	h1:after {
		bottom: 0;
		width: 35px;
		height: 3px;
	}
	h2 {
		font-size: 23px !important;
	}
	.services-image-smallscreen {
		display: block;
	}
	.services-image-widescreen {
		display: none;
	}

	.services-img,
	.services-img-sml { 
		display: none;
	}

	#services-icons .with_custom_icon img,
	.with_custom_icon img {
	    width: 40px;
	    margin-bottom: 0;
	    margin-right: 0;
	}
	.services-content .q_icon_with_title.left_from_title.with_custom_icon .icon_holder {
		display: inline-block;
	}

	.services-box-1 {
		margin-bottom: 40px !important;
	}
	.services-intro p {
		font-size: 21px;
	}
	.alertText2 {
	    left: 130px;
	}
}


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

	#header-image {
	  background-position-x: 35%;
	}

	.home h1 {
		width: 100%;
	}

	.home-lock {
	    height: 190px;
	}
}
@media only screen and (max-width: 650px){

	div.grid_section .section_inner,
	#header-overlay > .section_inner {
		width: 540px;
	}
	.testimonials .testimonial_text_inner p.testimonial_author {
		font-size: 15px;
	}
	.page-intro {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	h2 {
		font-size: 21px !important;
	}
	.alertText2 {
	    left: 100px;
	}
}


@media only screen and (max-width: 600px){
	
	div.grid_section .section_inner,
	#header-overlay > .section_inner {
		width: 450px;
	}

	.show-wide {
		display: none;
	}

	.tcls-wrap .tcls-nav-vmid  .owl-controls .owl-nav [class*=owl-] {
		margin: -6px -30px 0;
	}
	.float-left,
	.float-right {
		float: none;
	}

	.page-header .float-left {
		float: left;
	}

	footer .float-left {
		margin-bottom: 5px;
	}

	.scroll-down {
		display: none;
	}
	#header-image {
	  height: 540px;
	  background-position-x: 36%;
	}
	#header-overlay {
		bottom: -540px;
	}
	#header-overlay .section_inner {
		width: 80%;
	}
	
	.home h1 {
		font-size: 38px !important; 
		padding-top: 25px;
		padding-bottom: 0;
	}
	.home h2 {
		width: 80%;
		font-size: 20px !important;
		padding-bottom: 30px;
	}
	.home-lock {
		height: 170px;
	}
	.page-header .h1-container > div {
		height: 100px;
	}
	.page-header .lock img {
		height: 100px;
	}
	.lock {
		margin-right: -30px;
	}
	.page-intro {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.testimonial-wide {
		display: none;
	}
	.progress { 
		width: 300px;
	}
	.progress:after {
	    right: 130px;
	}
	.alertText2 {
	    left: 55px;
	}
	.services-intro p {
		font-size: 19px;
	}
}

@media only screen and (max-width: 510px){
	
	div.grid_section .section_inner,
	#header-overlay > .section_inner {
		width: 400px;
	}
	.home h1 {
		font-size: 35px !important; 
	}
	.home h2 {
		padding-top: 15px;
		width: 90%;
	}
	#header-image {
	  height: 520px;
	}
	#header-overlay {
		bottom: -520px;
	}
	.home-lock {
		height: 150px;
	}
	.page-header .h1-container > div {
		height: 90px;
	}
	.page-header .lock img {
		height: 90px;
	}
	h1 {
		font-size: 38px;
	}
	h1:after {
		bottom: 3px;
    	width: 33px;
		height: 3px;
	}
	h2 {
		font-size: 20px !important;
	}
	.testimonials #testimonials22019 .testimonial_text_inner p:not(.testimonial_author):not(.testimonial_title) {
		font-size: 19px;
	}
	#divNumbers {
	    margin-right: none;
	}
	.alertText2 {
	    left: 30px;
	}

}


@media only screen and (max-width: 480px){
	
	div.grid_section .section_inner,
	#header-overlay > .section_inner {
		width: 300px;
	}

	#header-image {
	  height: 500px;
	}
	#header-overlay {
		bottom: -500px;
	}
	#header-overlay .section_inner {
		width: 85%;
	}
	.home h1 {
		font-size: 32px !important;
		padding-top: 20px;
	}
	.home h2 {
		font-size: 18px !important;
		line-height: 1.5;
		padding-bottom: 20px;
	}
	.home-lock {
		height: 140px;
	}
	.page-header .h1-container > div {
		height: 75px;
	}
	.page-header .lock img {
		height: 75px;
	}
	h1 {
		font-size: 30px;
	}
	h1:after {
		bottom: 10px;
		width: 25px;
		height: 2px;
	}
	h2 {
		font-size: 18px !important;
	}
	.services-img {
		width: 60%;
		margin-bottom: 40px !important;
	}
	#track-header .lock {
		display: none;
	}

	#track-header.page-header {
		height: 75px;
	}
	.alertText2 {
	    left: -20px;
	}

}

@media only screen and (max-width: 400px){
	
	#header-image {
	  height: 460px;
	}
	#header-overlay {
		bottom: -460px;
	}
	.home h1 {
		font-size: 26px !important; 
	}
	.home h2 {
		font-size: 16px !important;
	}
	.home-lock {
		height: 130px;
	}

}


