
::-moz-selection { background:#cc3333; color: #ffffff; text-shadow: none; }
::selection { background:#cc3333; color: #ffffff; text-shadow: none; }

/* 	----------------------------------------------------------------------------------------------	
										CUSTOM GENERAL STYLE																												
	----------------------------------------------------------------------------------------------	*/
/* header logo */
.mx-header-logo .logo {margin-top: 0px;}
/* social */
.mx-header-right .mx-social {margin-top: 0px;}
.site-header-style-3 .mx-social {margin-top: 0px;}

/* header custom content */
.mx-header-right-custom {margin-top: 0px;}


.site-header-style-3 .mx-header-right > ul {margin-top: 0px;}
#site-content-header {text-align:left;}
/* 	----------------------------------------------------------------------------------------------	
										CUSTOM BACKGROUND																												
	----------------------------------------------------------------------------------------------	*/
#mx-header {
	background:#ffffff;
}
		#site-content-header {
	background-size:200px 200px;
	background-repeat: repeat;
	background-image:url(http://www-2.pullouttestinguk.com/wp-content/themes/mx/img/debut_light.png);
}
		#page-content-wrap {
	background:#ffffff;
}
		#site-footer-widget {
	background:#f9f9f9;
}
			#site-footer-widget {border-top: 3px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;}
	#site-footer-bottom {background: #f7f7f7;border-top: 1px solid #ffffff;}
			
  
/* 	----------------------------------------------------------------------------------------------	
										CUSTOM FONT																												
	----------------------------------------------------------------------------------------------	*/
body {font-family:Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;}
h1,h2,h3,h4,h5,h6 {font-family:Yantramanav,Arial,Helvetica,sans-serif;}
.mx-nav-menu li.menu-item > a {font-size:13px;font-family: Lato,Helvetica,Arial,sans-serif;}
.mx-nav-menu li li.menu-item > a {font-size:13px;}
.mx-nav-menu .mega-menu.mega-horizontal .mega-menu-item-stitle, .mx-nav-menu .mega-menu.mega-vertical .mega-menu-item-stitle {font-size:11px;}
/* 	----------------------------------------------------------------------------------------------	
										RETINA																												
	----------------------------------------------------------------------------------------------	*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
#site-content-header {
	background-image:url(http://www-2.pullouttestinguk.com/wp-content/themes/mx/img/debut_light@2x.png);
}
    }