/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* 1. Use this file to add custom CSS easily */

  @media print {
      
    @page {
    size: auto !important;
    margin-top: 0.33in;
    margin-bottom: 0.35in;
  }
  
  a:link:after, a:visited:after {  
    display: none; 
    content: "";    
  }
 }

/* 2. icon remove on submenu */

.uk-navbar-nav a i,
.uk-nav a i,
nav a i[class*="uk-icon"] {
    display: none !important;
}

/* 3. Brand Color #15346c */

/* Button (btn-primary, uk-button-primary) */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #15346c !important;
    border-color: #15346c !important;
    color: #ffffff !important;
}

.uk-button-primary {
    background-color: #15346c !important;
    border-color: #15346c !important;
    color: #ffffff !important;
}

/* Separate line */
.tm-navbar {
    border-bottom-color: #15346c !important;
}

/* Industry link Colour */
a.text-decoration-none,
a.text-muted,
.text-muted,
a.text-decoration-none:hover,
a.text-muted:hover {
    color: #15346c !important;
}

/* Industry link visited (Bootstrap text-muted override) */
a.text-muted,
a.text-muted:link,
a.text-muted:visited,
.text-muted a,
a.text-decoration-none.text-muted,
body a.text-muted,
body a.text-decoration-none {
    color: #15346c !important;
}

/* bootstrap-iso .text-muted Override */
.bootstrap-iso .text-muted,
.bootstrap-iso a.text-muted,
.bootstrap-iso a.text-decoration-none,
.bootstrap-iso a.text-decoration-none.text-muted,
.bootstrap-iso a.text-muted:hover,
.bootstrap-iso a.text-decoration-none:hover {
    color: #15346c !important;
}

/* Search box centre align */
.tm-top-hero .bootstrap-iso {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* search box size */
.bootstrap-iso .form-control.form-control-480,
.bootstrap-iso .form-control.form-control-480::placeholder,
.bootstrap-iso .btn {
    font-size: 14px !important;
}

/* post a job page svg size set */
.bootstrap-iso .carousel-item img {
    width: 250px !important;
    height: 250px !important;
}

.tm-hero-h1 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 12px auto;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* 4. Search box balance - stronger rules */
#tm-top-hero .uk-panel.uk-width-1-2 {
	width: 66% !important;
	max-width: 720px !important;
	padding: 20px 30px !important;
}
#tm-top-hero form.form-inline[name="userForm"] {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
}
#tm-top-hero .bootstrap-iso {
	width: 100% !important;
}
#tm-top-hero .bootstrap-iso .input-group.mb-3 {
	width: 100% !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	margin-bottom: 0 !important;
}
#tm-top-hero .bootstrap-iso .form-control,
#tm-top-hero .bootstrap-iso .form-control.form-control-lg,
#tm-top-hero .bootstrap-iso .form-control.form-control-480 {
	flex: 1 1 auto !important;
	width: 1% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 46px !important;
	padding: 0 16px !important;
	font-size: 14px !important;
	line-height: 46px !important;
	border-radius: 4px 0 0 4px !important;
	box-sizing: border-box !important;
}
#tm-top-hero .bootstrap-iso .input-group-append {
	display: flex !important;
	margin: 0 !important;
}
#tm-top-hero .bootstrap-iso .input-group-append .btn,
#tm-top-hero .bootstrap-iso .input-group-append .btn-lg,
#tm-top-hero .bootstrap-iso .input-group-append .btn-primary {
	height: 46px !important;
	padding: 0 24px !important;
	font-size: 14px !important;
	line-height: 46px !important;
	border-radius: 0 4px 4px 0 !important;
	box-sizing: border-box !important;
	margin: 0 !important;
}