/* Beyond Your Brand Customisations */

/* Fonts */

@font-face {
    font-family: 'GlacialIndifference-Bold';
    src: url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('../fonts/GlacialIndifference-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GlacialIndifference-Italic';
    src: url('../fonts/GlacialIndifference-Italic.woff2') format('woff2'),
        url('../fonts/GlacialIndifference-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('../fonts/GlacialIndifference-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

strong, b {
	 font-family: 'GlacialIndifference-Bold';
	 font-weight: normal;
}

/* Page Amends */

.tm-page {
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

.gold {
	color: #bc9a59;
}

.uk-navbar-sticky {
    box-shadow: 0 0px 0px rgba(0,0,0,.00);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

a.ctaphone {
	text-decoration: none;
	color: #555;
}

/* Home Hero */

#homehero .uk-section-large {
    padding-top: 180px;
    padding-bottom: 180px;
}

/* Services intro home */

h2.accounting-service-intro {
	margin-top: 40px;
}



/* Services Grid */

.servicegridsection {
	/*background-image: url('service-bg.png');*/
	background-size: 100px 100px;
	background-repeat: repeat-x;
	background-position: bottom center;
}

.servicegrid .uk-h3 {
	color: #5b2351;
	font-size: 24px;
}

.servicegrid .uk-button-primary {
	position: absolute;
	bottom: 30px;
	width: 185px;
	left: 0px;
	right: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
}

.servicegridcontent {
    margin-bottom: 80px;
}


/* Testimonials */

.testimonialsslide {
}

.testimonial {
	font-family: 'GlacialIndifference-Italic';
	font-size: 20px;
	line-height: 30px;
	opacity: 0.9;
}

.author {
	color: #5b1f57;
	opacity: 0.9;
	font-size: 17px;
	margin-top: 30px;
}

#testimonialshome {
	display: none;
}

/* Footer */

.bybfooter {
	font-size: 13px;
}

/* Bottom Section */

#tm-bottom {
	background-image: url('purple-watermark2.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bottommenu {
	font-size: 16px;
	color: #fff;
}

.bottommenu a {
	color: #fff;
	text-decoration: none;
}

.bottomcontact {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.bottomemail {
	letter-spacing: 0px;
	font-size: 17px;
}

ul.bottommenulinks {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

ul.bottommenulinks li a:hover {
	color: rgba(255,255,255,0.6) !important;
}


/* Site Map*/
.treeview .hover {
 color:#000;
 cursor:pointer;
}

.treeview a.selected {
    background-color: transparent;
    text-decoration: none;
    font-size: 18px;
}

/* breadcrumbs */

#crumb li a:hover {
	color: #5b1f57;
}

/* Contact Details */

.contactdetails .el-content {
	font-size: 20px;
	letter-spacing: 1px;
}

.contactdetails .el-content a {
	color: #555;
}


/*Adjust Responsive*/

@media all and (min-width: 1200px) and (max-width:1299px){
	#testimonialshome .uk-background-bottom-left {
		background-size: 50% auto;
	}
}

/*small desktop*/
@media all and (min-width: 960px) and (max-width:1199px){
	#testimonialshome .uk-background-bottom-left {
		background-size: 50% auto;
	}
	#homehero .uk-section-large {
    padding-top: 160px;
    padding-bottom: 160px;
	}
	.uk-navbar-nav > li > a {
    letter-spacing: 3px;
	padding: 0 18px;
    font-size: 14.5px;
	}
	.bottomemail {
    letter-spacing: 0px;
    font-size: 16px;
}
}


/*ipad*/
@media all and (min-width: 640px) and (max-width:959px){
	#homehero .uk-section-large {
    padding-top: 160px;
    padding-bottom: 160px;
	background-position: 29% 0px;
	}
	#homehero {
	text-align: center;
	}
	#homehero .uk-panel {
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	.testimonial {
    font-size: 18px;
    line-height: 28px;
	}
	.author {
    font-size: 16px;
    margin-top: 25px;
}
}

/*mobile*/
@media (max-width: 639px) {
	.uk-navbar-container {
    padding-top: 0px;
    padding-bottom: 0px;
	}
	#homehero .uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
	background-position: 30% 0px;
	}
	#homehero {
	text-align: center;
	}
	.testimonial {
    font-size: 18px;
    line-height: 28px;
	}
	.author {
    font-size: 16px;
    margin-top: 25px;
	}
	.bottomcontact {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    letter-spacing: 1px;
	}
	.bottomemail {
    letter-spacing: 0px;
    font-size: 16px;
	}
	#tm-bottom {
    background-size: 150px auto;
	}
	.uk-text-large {
    font-size: 19px;
	}
	#crumb {
	display: none;
	}
	#subcontent {
	padding-top: 50px !important;
	}
	.contactdetails .el-content {
  font-size: 19px;
  letter-spacing: 0px;
}
}


@media (max-width: 1199px) {
	.servicegrid .uk-button-primary {
    bottom: 20px;
	}
}

/* off Canvas */

.uk-nav-default .uk-nav-sub a {
    color: rgba(255,255,255,.7);
    text-transform: none;
    letter-spacing: 1px;
}
.uk-nav-sub a {
    padding: 5px 0;
}


.uk-nav-parent-icon > .uk-parent > a::after {
	display: none;
}