a@media only screen and ( max-width: 1380px ) {
	.site-nav a {
	    font-size: 15px;
	}
}

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

	.site-header {
		padding: 30px;
	}

	.logo img {
		max-width: 180px;
		margin-top: 8px;
	}

	.menu-top-right-menu-container .btn-green a {
		padding: 20px 10px;
	}

	.site-nav a {
		font-size: 14px;
	}

}

@media only screen and ( max-width: 1200px ) {
	.site-nav a {
	    font-size: 12px;
	}
}

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

	.max-width.single-service {
		max-width: 1030px;
	}

	.cta .fl,
	.cta .fr {
		float: none;
	}

	.entry-content,
	.specialist-service .entry-content {
		margin: 0px;
	}

	.single-service .t-1of2 {
		width: 50% !important;
	}
	#secondary .sidebar-specialist {
		max-width: 100%;
	}

}

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

	.tripple-section .image-wrapper,
	.tripple-section .inner-content img {
		float: none;
    	height: unset;
	}

}

@media only screen and (min-width: 1030px) and (max-width: 1165px) {
	.newsletter-signup input[type=email], .newsletter-signup input[type=email]:focus {
		max-width: 410px;
	}
}

@media only screen and ( min-width: 1031px ) {

	.mobile-menu-icon,
	.mobile-menu {
		display: none;
	}

	.widget_nav_menu ul {
		display: block !important;
	}

	.single-service #primary.site-content {
		margin-top: 0px !important;
	}

	.home-feature-caption {
		padding-top: 0 !important;
	}


}

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

	h1 {
		font-size: 28px;
		line-height: 31px;
	}

	h2 {
		font-size: 24px;
		line-height: 28px;
	}

	h3, h4, h5, h6 {
		font-size: 18px;
		line-height: 22px;
	}

	p {
		font-size: 16px;
		line-height: 24px;
	}
	
	hr {
		margin-bottom: 30px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.site-header {
		border-top: 10px solid #1CB2B8;
		padding: 26px 16px 16px 16px;
	}

	.logo img {
		margin-top: 0px;
	}
	
	.menu-top-right-menu-container,
	.menu-main-menu-container {
		display: none;
	}

	.mobile-menu-icon {
		position: relative;
    	top: 20px;
    	z-index: 999999;
	}

	/*!
	 * Hamburgers
	 * @description Tasty CSS-animated hamburgers
	 * @author Jonathan Suh @jonsuh
	 * @site https://jonsuh.com/hamburgers
	 * @link https://github.com/jonsuh/hamburgers
	 */
	.hamburger {
	  padding: 0 0;
	  display: inline-block;
	  cursor: pointer;
	  transition-property: opacity, filter;
	  transition-duration: 0.15s;
	  transition-timing-function: linear;
	  font: inherit;
	  color: inherit;
	  text-transform: none;
	  background-color: transparent;
	  border: 0;
	  margin: 0;
	  margin-bottom: 3px;
	  position: relative;
	  top: 0;
	  left: 0;
	  overflow: visible;
	}

	.hamburger:hover {
	  opacity: 1;
	}

	.hamburger-box {
	  width: 27px;
	  height: 19px;
	  display: inline-block;
	  position: relative;
	}

	.hamburger-inner {
	  display: block;
	  top: 50%;
	  margin-top: -1.5px;
	}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	  width: 27px;
	  height: 3px;
	  background-color: #0D2E49;
	  border-radius: 1.5px;
	  -webkit-background-size: 34px;
	  background-size: 34px;
	  position: absolute;
	  transition-property: transform;
	  transition-duration: 0.15s;
	  transition-timing-function: ease;
	}

	.hamburger-inner::before, .hamburger-inner::after {
	  content: "";
	  display: block;
	}

	.hamburger-inner::before {
	  top: -8px;
	}

	.hamburger-inner::after {
	  bottom: -8px;
	}

	/*
	 * Squeeze
	 */

	.hamburger--squeeze .hamburger-inner {
	  transition-duration: 0.1s;
	  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.hamburger--squeeze .hamburger-inner::before {
	  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
	}

	.hamburger--squeeze .hamburger-inner::after {
	  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.hamburger--squeeze.is-active .hamburger-inner {
	  transform: rotate(45deg);
	  transition-delay: 0.14s;
	  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  background-color: #fff;
	}

	.hamburger--squeeze.is-active .hamburger-inner::before {
	  top: 0;
	  opacity: 0;
	  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
	  background-color: #fff;
	}

	.hamburger--squeeze.is-active .hamburger-inner::after {
	  bottom: 0;
	  transform: rotate(-90deg);
	  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	  background-color: #fff;
	}

	.mobile-menu {
		position: fixed;
		top: -999px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0;
		visibility: hidden;
		overflow-y: scroll;
		background-color: #29275B;
		background-image: url(../img/mobile-c.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;
		z-index: 99999;
		padding: 70px 20px 20px 20px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}

	.mobile-menu.open {
		top: 0px;
		opacity: 1;
		visibility: visible;
	}
	
	.mobile-menu ul,
	.mobile-menu ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mobile-menu ul {
		text-align: center;
	}

	.mobile-menu ul li:not(.social-link)  {
		text-align: left;
	}

	.mobile-menu ul ul.sub-menu {
		margin: 0 -20px;
		padding: 20px 0;
		/*background-color: #1CB2B8*/;
		display: none;
	}

	.mobile-menu ul ul.sub-menu li {
		padding: 0 30px;
	}

	.mobile-menu ul li a {
		font-size: 17px;
		line-height: 20px;
		color: #fff;
		padding: 10px 0px;
		display: block;
		font-weight: 300;
	}

	.mobile-menu ul li.menu-item-has-children > a:after,
	.mobile-menu ul li a.open:after {
		content: "";
		background-image: url(../img/mobile-dropdown-arrow.png);
		background-size: 10px auto;
		background-position: center;
		width: 10px;
		height: 6px;
		display: inline-block;
		margin-left: 8px;
		position: relative;
		top: -2px;
	}

	.mobile-menu ul li.menu-item-has-children:hover > a,
	.mobile-menu ul li:hover > a,
	.mobile-menu ul li.current-menu-item > a {
		color: #FFB340;
    	text-decoration: underline;
	}

	.mobile-menu ul li.menu-item-has-children:hover > a:after {
		background-image: url(../img/new-mobile-dropdown-arrow-hover.png);
	}

	.mobile-menu ul li a.open {
		color: #FFB340;
    	text-decoration: underline;
	}

	.divider-line {
		background-color: #A19FD6;
		width: 100%;
		height: 1px;
		display: block;
		margin: 20px 0 !important;
	}

	.divider-line a {
		font-size: 0px !important;
	    color: transparent !important;
	    cursor: none;
	    pointer-events: none;
	    padding: 0px !important;
	    display: none !important;
	}

	.mobile-menu ul li.btn-white {
		margin-top: 30px;
		margin-bottom: 20px;
		width: 100%;
	}

	.mobile-menu ul li.btn-white a {
		padding: 15px !important;
	}

	.mobile-menu ul li.social-link {
    	max-width: 28px;
	    background-color: #fff;
	    float: none;
	    display: inline-block;
	    margin: 0 10px;
	    background-size: 29px auto;
	}

	.mobile-menu ul li.social-link.tw {
		background-position: left;
	}

	/* HOMEPAGE STYLES */
	.home-feature-wrap {
		padding: 0px;
    	background-color: #DAF6FF;
	}

	.home-feature-wrap-mobile {
		background-color: #DAF6FF;
		padding: 20px 20px 40px 20px;
	}

		.home-feature-wrap img {
			width:100%;
			max-width: 360px;
			margin: auto;
		}

		.home-feature-caption {
			width: 100%;
			max-width: 100%;
			padding: 0px;
		}

			.home-feature-caption h1 {
				font-size: 28px !important;
		    	line-height: 31px !important;
				margin-bottom: 20px;
			}

	.home .testimonial {
		text-align: center;
	}

	/* BUTTON STYLING */
	.btn a, .btn {
		font-size: 15px !important;
		line-height: 19px !important;
		margin-bottom: 10px;
		padding: 14px;
		margin: 0;
	    margin-right: 8px;
	}

	/* TRIPPLE SECTION */
	.tripple-section {
		margin-bottom: 0px;
	}

	.tripple-section .inner-content {
		text-align: center;
		padding: 50px 30px;
	}

	.tripple-section .d-1of3:first-child .inner-content {
		border-right: 0px;
		border-bottom: 1px solid #DBDBDB;
	}

	.tripple-section .inner-content img {
		float: none;
		margin: auto;
		margin-bottom: 18px;
	}

	.tripple-section .inner-content h2 {
		padding: 0px;
		margin: 0px;
		margin-bottom: 10px;
		line-height: 26px;
	}

	.tripple-section .testimonial-bg {
		padding-top: 120px;
    	background-position: center top 50px;
    	background-size: 61px auto;
	}

	.tripple-section .inner-content a {
		font-size: 15px !important;
	}

	.tripple-section .inner-content h3 {
		line-height: 26px;
	}

	.tripple-section .inner-content p {
		font-size: 16px;
		line-height: 23px;
	}

	.tripple-section .inner-content .feedback-content p:not(.feedback-from) {
		font-size: 18px;
		line-height: 23px;
	}

	.tripple-section .testimonial p.feedback-from {
		font-size: 14px;
		line-height: 19px;
	}

	.feedback-content {
		margin-bottom: 20px;
	}

	.slick-dots {
		position: relative;
	    z-index: 999999;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    margin: auto;
	    display: inline-block;
	    width: 100%;
	    margin-top: 10px;
	}

	.bg-c {
		background-image: none !important;
		text-align: center;
	}

	.bg-c.services,
	.bg-c.page-contact,
	.post-type-archive-case-study .bg-c,
	.single-case-study .bg-c,
	.single .bg-c,
	.blog .bg-c {
		background-position: left top -150px;
    	background-size: 850px;
		background-image: url(../img/bg-c.png) !important;
	}

	.bg-c.page-contact {
		background-image: url(../img/bg-c.png) !important;
	}
	
	/* PROBLEMS SECTIONS */
	.content-inner p {
		display: none;
	}

	.content-inner h1,
	.content-inner h2,
	.content-inner h3,
	.content-inner h4,
	.content-inner h5,
	.content-inner h6,
	.content-inner span {
		margin-bottom: 30px;
	}

	.common-problems {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.problem-inner {
		margin-bottom: 40px;
	}

	/* NEWSLETTER */
	.newsletter-signup {
		margin: 0 -20px !important;
	    padding: 50px 20px;
	    text-align: center;
	    background-image: url(../img/newsletter-mobile-bg.png);
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	}

	.newsletter-signup h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
		max-width: 100%
	}

	.newsletter-signup h3 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.newsletter-signup input[type=email] {
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}

	.newsletter-signup input[type=submit] {
		margin: 0px;
		width: 100%;
		max-width: 100%;
	}

	.newsletter-signup .d-1of3 {
		width: 100%;
		max-width: 100%;
	}

	/* NEWS AND SOCIAL POSTS */
	.social-content {
		margin-bottom: 0px;
		margin-top: 50px;
	}

	.social-content h2 {
		margin-bottom: 30px;
	}

	.home-news-post {
		text-align: left;
		margin-bottom: 20px;
	}

	.blog-wrapper h2, .blog-wrapper h2 a {
		margin-bottom: 35px;
		font-size: 22px;
   		line-height: 28px;
	}

	.see-more-link {
		text-align: left;
		margin-bottom: 00px;
	}

	.see-more-link h3 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.see-more-link a {
		font-size: 15px;
		line-height: 19px;
	}

	/* TWEETS */
	.tweet-wrap {
		text-align: left;
	}

	/* FOOTER */
	.footer-bottom .fl,
	.footer-bottom .fr {
		float: none;
	}

	.footer-bottom .site-info {
		margin-bottom: 10px;
	}

	/* SERVICES PAGES */
	.services-page h1 {
		padding-top: 50px;
	}

	.entry-content {
		margin-bottom: 30px;
		padding-left: 0px;
		margin: 0;
	}

	.single-service #primary.site-content #content {
		margin: 0;
	}

	.entry-content.title-content-wrap {
		text-align: left;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.entry-content.title-content-wrap p {
		font-size: 28px;
		line-height: 31px;
	}

	.business-sector {
		margin-bottom: 20px;
	}

	.business-sector-body {
		padding: 20px 20px 85px 20px;
	}

	.business-sector-body p {
		line-height: 16px;
	}

	.business-sector-body h2 {
		font-size: 22px;
		line-height: 27px;
	}

	.col12.full-width {
		margin-bottom: 30px;
	}

	.tax-experts,
	.tax-experts .max-width,
	.services .max-width,
	.case-studies .max-width {
		padding: 0px;
	}

	.tax-experts .inner-content {
		padding: 30px 20px 50px 20px;
		text-align: center;
	}

	.case-studies {
		padding: 50px 20px;
	}

	.max-width.single-service {
		padding-top: 100px;
	}

	.did-you-know .m-all,
	.single-service #primary.site-content .sidebar-specialist,
	#secondary .sidebar-specialist,
	.single-service #primary.site-content #content {
		width: 100% !important;
		max-width: 100% !important;
	}

	.service-experts-wrap .slick-dots {
		position: absolute;
	    right: 0px !important;
	    left: unset !important;
	    bottom: unset !important;
	    text-align: right;
	    padding-right: 20px !important;
	}

	#primary .entry-content h2 {
		font-size: 22px;
		line-height: 28px;
		padding-top: 20px !important;
	}

	#primary .entry-content p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px !important;
	}

	#primary .entry-content.title-content-wrap h2.specialist-title {
		font-size: 28px;
		line-height: 31px;
	}

	.did-you-know .inner {
		margin-bottom: 20px;
    	height: auto;
    	padding: 70px 20px;
	}

	.did-you-know .inner .center-text {
		position: relative;
		margin-top: 0;
	}

	.did-you-know .inner h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.clear-background.tripple-section .testimonial-bg {
		padding-left: 0px;
	    background-position: top left;
	    padding-top: 70px;
	    background-size: 64px auto;
	}

	.slick-list {
		text-align: left;
		width: 100%;
	}

	.cta {
		padding: 24px 20px 20px 20px;
	}

	.cta h2 {
		margin-bottom: 30px !important;
	}

	/* NEWS PAGE CONTENT */
	.blog .bg-c,
	.archive .bg-c,
	.category .bg-c,
	.search .bg-c,
	.single .bg-c {
		background-image: url(../img/bg-c.png);
		text-align: left;
		background-position: left top -100px;
	}

	#nav-below {
		clear: both;
	    display: inline-block;
	    width: 100%;
	    margin-bottom: 30px;
	}

	.pagination {
	    margin-bottom: 50px;
	}

	.pagination .page-numbers {
		font-size: 22px;
		line-height: 28px;
		margin: 5px;

	}

	.page-navigation .nav-previous a,
	.page-navigation .nav-next a {
		display: inline-block;
   		line-height: 18px;
	}

	.nav-next a, .nav-previous a {
		font-size: 0px;
		color: transparent;
	}

	.nav-next a:before,
	.nav-previous a:before {
		font-size: 22px;
		line-height: 28px;
		color: #29275B;
	    font-weight: 700;
	    font-family: 'Merriweather', serif;
	    margin: 0px;
	    transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	}

	.nav-next a:before {
		content: "Next";
	}

	.nav-previous a:before {
		content: "Last";
	}

	.nav-previous,
	.nav-next {
		display: inline-block;
	    width: 100%;
	    margin: 0;
	    max-width: 85px;
	    z-index: 9;
    	position: relative;
	}

	.pagination {
		display: inline-block;
	    width: 100%;
	    margin: 0;
	    max-width: 100%;
	    margin: auto;
	    left: 0;
	    right: 0;
	    position: absolute;
	    padding: 0px 75px;
	}

	.related-news {
		padding: 50px 20px 20px 20px;
	}

	/* ABOUT */
	#secondary {
		max-width: 100%;
		width: 100%;
	}

	.col8 {
		width: 100%;
		margin: 0;
	}

	.blog-cta {
		padding: 20px;
		clear: both;
	}

	.blog-cta h2 {
		margin-bottom: 30px;
	}

	.blog-cta a {
		float: left;
	}

	.blog-cta a.btn-green.solid {
		margin-right: 10px;
	}

	.page h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
		text-align: left;
	}

	/* ABOUT MENU NAV WIDGET */
	.widget_nav_menu {
		background-color: transparent;
		padding: 0px;
		margin-bottom: 50px;
		position: relative;
	}

	.widget_nav_menu h3 {
		padding: 14px 12px;
		border: 2px solid #B8B7D0;
		font-size: 13px;
		line-height: 16px;
		font-weight: 500;
		cursor: pointer;
		color: #555555;
		background-image: url(../img/select-box-arrow.png);
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 10px auto;
	}

	.widget_nav_menu ul {
		position: absolute;
	    width: 100%;
	    max-width: 100%;
	    border: 2px solid #B8B7D0 !important;
	    background-color: #fff;
	    z-index: 10;
	    display: none;
	}

	.widget_nav_menu ul li {
		border: 0px;
		background-image: none;
	}

	.widget_nav_menu ul li a {
		font-size: 13px;
		line-height: 16px;
		font-weight: 500;
		color: #555555;
		border: 0px;
		background-image: none;
		border-bottom: 2px solid #B8B7D0;
	}

	.widget_nav_menu ul li:last-child a {
		border-bottom: 0px;
	}

	.widget_nav_menu ul li.currrent-menu-item {
		background-color: none;
	}

	.service-header-img.page-headings img {
		width: 100%;
		max-width: 100%;
	}

	.service-header-img.page-headings img.desktop {
		display: block !important;
	}

	.service-header-img.page-headings img.mobile {
		display: none !important;
	}

	.blog-title {
	    margin-top: 20px;
	} 

	.team-page-experts ul li {
		margin-bottom: 10px !important;
	}

	.page-contact .hidden-address {
	    display: block;
	}

	.page-contact .widget_tribe_widget_builder_94053 .widget-custom,
	.page-contact .widget_tribe_widget_builder_94054 .widget-custom {
		text-align: left
	}

	.page-contact .widget_tribe_widget_builder_94053 .btn-dark-blue.solid,
	.page-contact .widget_tribe_widget_builder_94054 .btn-dark-blue.solid {
		display: inline-block;
    	width: 100%;
    	margin-top: 20px;
	}

	.page-contact .widget_tribe_widget_builder_94053 .widget-content, 
	.page-contact .widget_tribe_widget_builder_94054 .widget-content {
		border: 0px;
	}

	.page-contact .hidden-address p {
	    margin-bottom: 0px;
	    padding: 0px;
	    padding-top: 10px;
	}

	.contact-locations {
		display: none;
	}

	.gform_wrapper .gform_footer input[type=submit] {
		font-size: 12px !important;
	    padding: 0px !important;
	    width: auto !important;
	    margin: 0 !important;
	    line-height: 24px !important;
	    min-height: unset !important;
	    height: unset !important;
	    vertical-align: middle !important;
	}

	.gform_wrapper .gform_footer {
		clear: both !important;
	    width: auto !important;
	    padding: 18px 22px !important;
	}

	.gform_wrapper .gform_footer:before {
		background-size: 12px auto !important;
		width: 15px !important;
		margin-right: 0px !important;
	}

	.gform_wrapper .gform_footer:after {
		background-size: 17px auto !important;
		right: -22px;
	}

	.hidden {
		display: none !important;
	}

	.btn.enquire {
		width: auto;
		margin-right: 0px;
	}

	.btn.enquire:after {
		right: 0px;
    	margin-left: 20px;
	}

	.page .col-right {
		margin-top: 0px;
	}

}

@media only screen and ( min-width: 768px ) {
	.single-service #primary.site-content {
		margin-top: 395px;
	}

	.gform_wrapper .gform_footer input[type=submit] {
	    height: 61px;
	}
	
	.home-feature-caption {
		padding-top: 12%;
	}
}

@media only screen and (max-width: 768px) {
	.single-service #primary.site-content {
		margin-top: 50px;
	}

	.sign-up input[type=submit] {
		width: 100%;
	}

	.content-block-search .search-col {
		margin-bottom: 10px;
	}

	.content-block.content-block-search {
		margin-bottom: 20px;
	}

	.news-page .home-news-post {
		margin-bottom: 30px;
	}

	.site-footer .logo-1 {
		max-width: 60%;
	}

	.site-footer .logo-2 {
		max-width: 20%;
		float: right;
	}

	.service-header-img.page-headings img.desktop {
		display: none !important;
	}

	.service-header-img.page-headings img.mobile {
		display: block !important;
		margin-top: -100px;
	}

	.widget_tribe_widget_builder_93962 {
		display: none;
	}

	.btn.enquire {
	    width: 100%;
	    margin-right: 0px;
	    font-size: 15px !important;
	    line-height: 19px !important;
	    padding: 19px 70px 19px 10px;
	}

	.btn.enquire:after {
		right: 0px;
    	margin-left: 20px;
    	position: absolute;
	}

	.title-content h1 {
		font-size: 28px;
		line-height: 31px;
		margin-bottom: 16px;
	}

	#primary ul li, #secondary ul li, #primary ol li, #secondary ol li {
		font-size: 16px;
		line-height: 20px;
	}

	#primary ul li {
		line-height: 24px !important;
	}

	#secondary ul.tickbox li:last-child {
		margin-bottom: 20px;
	}

	.problems-list h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.service-experts-wrap .content h3 {
		font-size: 18px;
		line-height: 22px;
	}

	#primary .entry-content strong {
		font-size: 16px;
		line-height: 24px;
	}

	.cta h2 {
		font-size: 22px !important;
		line-height: 30px !important;
	}

	.cta .button-wrap {
		width: 100%;
	}

	.button-arrow-link.white {
		line-height: 19px;
	}

	.blog-wrapper h2, .blog-wrapper h2 a {
		line-height: 25px;
	}

	.vat-experts .btn.enquire {
		padding: 20px 70px 20px 15px;
    	width: 100%;
	}

	.case-studies h2.case-title {
		font-size: 24px;
		line-height: 28px;
	}

	.single-service .t-1of2 {
		width: 100% !important;
	}

	.title-content,
	.problems-list {
		margin-bottom: 30px !important;
	}
}

@media only screen and (max-width: 550px) {
	.home-feature-wrap img {
		max-width: 100%;
	}
}

@media only screen and ( max-width: 400px ) {
	#nav-below {
		height: 60px;
	}
}

@media only screen and ( max-width: 365px ) {
	.blog-cta a.btn-green.solid {
		margin-right: 5px;
	} 
}

@media only screen and ( max-width: 359px ) {
	.blog-cta a.btn {
		margin-right: 0 !important;
		width: 100%;
	} 
}

@media only screen and ( max-width: 340px ) {
	.btn.enquire:after {
		display: none;
	}

	.vat-experts .button-wrap {
		width: auto;
		text-align: center;
	}
}