/*
Theme Name: devdmbootstrap4-child
Theme URI: https://devdmbootstrap.com
Author: Danny Machal
Author URI: http://devdm.com/
Description: A devdmbootstrap4 child theme bundled with the entire scss components for customization.
Version: 1.71
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: devdmbootstrap4
*/

/* CSS Document */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 48px; /* Margin bottom must equal footer height */
	background-color: #FDFDFB;
}

/* Fonts */

h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Open Sans', Arial, sans-serif;
}

/* Header strapline */

.header-strapline {
    font-size: 21px;
    color: #2B6C84;
}

/* Header telephone */

.header-tel, .header-tel:hover {
    color: #2B8470;
	text-decoration: none;
    font-size: 25px;
}

@media (min-width: 1200px) {
    .header-tel, .header-tel:hover {
        font-size: 30px;
    }
}

/* Desktop logo */

.desktop-logo {margin-bottom: 23px;}

/* Mobile menu hamburger icon */

.navbar-toggler {
    background-color: #F2F7F6;
}

.navbar-light .navbar-toggler {
    color: #2B6C84;
    padding: 12px 14px;
}

/* Mobile phone icon */

.btn-custom-phone {
    color: #fff;
    background-color: #2B6C84;
    border-color: #2B6C84;
    padding: 9px 14px;
}

.btn-custom-phone .fa-phone {
    font-size: 1.2rem;
}

/* Mobile fixed navbar */

body {
    padding-top: 70px;
}

@media (min-width: 992px) {
    body {
        padding-top: 0;
    }
}

header.d-block nav.navbar {
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 8px 10px 0px rgba(209,209,209,1);
    box-shadow: 0px 8px 10px 0px rgba(209,209,209,1);
}
/* Desktop Navbar */

.bg-light {
    background-color: #F2F7F6 !important;
}

.nav-link {
    display: block;
    padding: .1rem 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #2B6C84;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2B6C84 !important;
}

li.current-menu-item > a.nav-link {
    color: #2B6C84 !important;
    font-weight: bold;
	border-bottom: 1px solid #2B6C84;
}

/* Text */

h1, h2, h3, h4, h5 {
    color: #404040;
}

h1 {
    font-size: 27px;
    font-weight: 700;
    background-color: #F2F7F6;
    padding: 10px 5px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    
    h1 {
        font-size: 24px;
        font-weight: 500;
    } 
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

article p, article li {
    color: #404040;
    font-size: 18px;
    line-height: 25px;
}

article a, article a:hover, article a:focus {
    color: #013220;
    text-decoration: underline;
}

article ul {
    padding-left: 35px;
    padding-right: 35px;
    list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 10 10' preserveAspectRatio='xMidYMid meet'><rect width='10' height='10' fill='#2B6C84' stroke='#2B6C84' stroke-width='1'/></svg>");
}

/* Compact Form */

.compact-form {
    padding: 10px 20px 0 20px;
    background-color: #2B8470;
}

.compact-form h2 {
    color: #fff;
    font-size: 27px;
}

.compact-form label {
	color: #fff;
    margin-bottom: 0.1rem;
}

.btn-custom {
    background: -webkit-linear-gradient(top, #EAC67B, #CE9E2C);
    background: -moz-linear-gradient(top, #EAC67B, #CE9E2C);
    background: -o-linear-gradient(top, #EAC67B, #CE9E2C);
    background: -ms-linear-gradient(top, #EAC67B, #CE9E2C);
    background: linear-gradient(to bottom, #EAC67B, #CE9E2C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAC67B', endColorstr='#EAC67B',GradientType=0 );
    color: #000;
    border: 1px solid #D4A02C;
}

.btn-custom:hover, .btn-custom:focus {
    background: -webkit-linear-gradient(top, #CE9E2C, #EAC67B);
    background: -moz-linear-gradient(top, #CE9E2C, #EAC67B);
    background: -o-linear-gradient(top, #CE9E2C, #EAC67B);
    background: -ms-linear-gradient(top, #CE9E2C, #EAC67B);
    background: linear-gradient(to bottom, #CE9E2C, #EAC67B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CE9E2C', endColorstr='#EAC67B',GradientType=0 );
    color: #000;
    border: 1px solid #D4A02C;
}

/* Content Footer */

.content-footer {
    margin-top: 40px;
}

.text-muted a {
    color: #6c757d !important;
}

/* As seen in footer */

.as-seen-in {
    background-color: #ebebeb;
    padding: 15px 0;
    margin-top: 20px;
}

.as-seen-in h3 {
    color: #888;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

/* Sticky Footer */

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 48px; /* Fixed height of the footer. Must equal margin-bottom on the body tag */
  line-height: 48px; /* Vertically center the text */
  background-color: #f5f5f5;
}

.sticky-footer a {
    color: #fff;
    display: block;
    
}

a i.far,
a i.fas,
a i.fab {
    animation-name: pulse;
    animation-duration: 15s; 
    animation-timing-function: linear; 
    animation-delay: 5s;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes pulse {
    0% {
      transform: scale(1.0);
    }
    89% {
        transform: scale(1.0);
      }
    90% {
        transform: scale(0.1);
      }
    91% {
        transform: scale(0.1);
      }
    92% {
        transform: scale(0.1);
      }
    93% {
        transform: scale(0.1);
      }
    94% {
        transform: scale(0.1);
      }
    100% {
      transform: scale(1.0);
    }
  }

.sticky-footer a:hover, .sticky-footer a:focus {
    text-decoration: none;
}

.sticky-footer-left {
    background-color: #2B8470;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    
    .sticky-footer-left {
        font-size: 22px;
        text-align: left;
    }   
}

@media (min-width: 1200px) {
    
    .sticky-footer-left {
        font-size: 24px;
        text-align: left;
    }   
}

.sticky-footer-center {
    background-color: #015EA1;
    color: #efefef;
    font-size: 18px;
}

.sticky-footer-center a {
    color: #fff;
}

@media (min-width: 992px) {
    
    .sticky-footer-center {
        font-size: 18px;
    }   
}

@media (min-width: 1200px) {
    .sticky-footer-center {
        font-size: 24px;
    }   
}
.sticky-footer-right a {
    color: #ffffff;
}

@media (min-width: 992px) {
    
    .sticky-footer-right a {
    color: #2B6C84;
    }   
} 

.sticky-footer .d-block .sticky-footer-right {
    background-color: #25D366;
    font-size: 20px;
}

@media (min-width: 992px) {
    .sticky-footer-right {
    background-color: #F2F7F6;
    color: #fff;
    font-size: 22px;
    }
}

@media (min-width: 1200px) {
    
    .sticky-footer-right {
        font-size: 24px;
    }   
}



/* Override error message colour */
.textwidget form .wpcf7-not-valid-tip {
    color: #f7e700;
}


.container {
	max-width: 100%;
}

@media (min-width: 768px) {
	.container {
    	max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
    	max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
    	max-width: 1140px;
	}
}

/* Custom forms to replace 123 Form Builder */

.custom-form .label {
	font-weight: bold;
	font-size: 0.8em;
}

.custom-form .label span {
	font-weight: normal !important;
}

.custom-form .form-control {margin-bottom: 15px;}

.form-text {
    display: block;
    margin-top: -.5rem;
    margin-bottom: 1rem;
}

/* UK Work Visas */

#left-sidebar {
	position: relative;
}

#uk-work-visas {
	position: absolute;
	width: 200px;
	top: 360px;
	left: 50%;
	margin-left: -100px;
}

.div-link:hover {
	text-decoration: none;
}

/*Regular footer */

nav.bg-custom,
.navbar-toggler.dmbs-footer-nav-mobile-toggle {
	background-color: #2B6C84 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-toggler.dmbs-footer-nav-mobile-toggle {
    color: rgba(255, 255, 255, 1.0);
}