/*
Theme Name: BakerTilly Child
Description: Child theme for BakerTilly theme
Author: JamJo
Author URI: https://www.jamjo.ie
Template: BakerTilly
Version: 1.0.0
Text Domain:  BakerTilly
*/

/*image outline*/
.image-outline {
	padding: 0px; 
	background:none; 
	border: 1px solid;
	border-color: #cccccc;
}

/*Slider width*/
@media only screen and (min-width: 768px) {
.fusion-title.fusion-sep-none .title-heading-left {
    width: 800px;
}
}


/*** Footer Menu remove line ***/
.fusion-footer li {
border: none !important;
}

@media only screen and (min-width: 768px) {
.fusion-footer footer .fusion-columns .fusion-column {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
}

/*** single blog post image ***/
.single-post .flexslider .slides li img {
width: 320px !important;
margin: 0 auto !important;
float: left;
padding-right: 20px;
}

.fusion-flexslider.flexslider.post-slideshow.fusion-post-slideshow {
float: left;
padding-right: 20px;
}

/*** Colour of sidebar menu ***/
.fusion-vertical-menu-widget .menu li.current-menu-item a {
color: #25baa7 !important;
}




/***change colour of globe and search icon ***/
.fusion-menu > li > a i.fas:before, .fusion-menu > li > a:after {
    color: #000 !important;
}


/*** get the copywrite information inline with footer and not full width ***/
.layout-wide-mode .fusion-footer-copyright-area > .fusion-row, .layout-wide-mode .fusion-footer-widget-area > .fusion-row {
max-width: 1200px !important;
}


/*** hide menus on mobile ***/
@media only screen and (max-width: 988px) {
	.menu-audit-and-advisory {
	display: none !important;
	}
}


/*** footer menu which is a custom wordpress menu ***/
#menu-footer-menu li.current-menu-item a {
color: #25baa7 !important;
}
#menu-footer-menu li a {
color: #ffffff;
}