/**
 * Theme Name: TJ Your Mobile DJ
 * Version: 1.0
 */

@font-face {
    font-family: 'MyriadProRegular';
    src: url('font/myriadpro-webfont.eot');
    src: url('font/myriadpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-webfont.woff') format('woff'), 
         url('font/myriadpro-webfont.ttf') format('truetype'), 
         url('font/myriadpro-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('font/myriadpro-bold-webfont.eot');
    src: url('font/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadpro-bold-webfont.woff') format('woff'), 
         url('font/myriadpro-bold-webfont.ttf') format('truetype'), 
         url('font/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===========================================================
   Reset
   =========================================================*/

a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body,
canvas, caption, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, hr, html,
i, iframe, img, ins,
kbd, 
label, legend, li,
mark, menu, meter,
nav,
object, ol, output,
p, pre, progress,
q,
rp, rt, ruby,
s, samp, section, small, span, strike, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, tt,
u, ul,
var, video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

article, aside,
details,
figcaption, figure, footer,
header, hgroup,
menu,
nav,
section {
    display: block;
}

b, strong {
    font-weight: bold;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
ol, ul {
    list-style: none;
}

.paypal-table {
	width: 310px;
	margin-bottom: 20px;
}

.paypal-table td {
	padding: 10px;
	background: rgb(83, 83, 83);
	border: 1px solid rgb(104, 104, 104);
}

.paypal-table .title-row-package {
	background: rgb(67, 68, 73);
	font-weight: bold;
	color: rgb(0, 245, 255);
}

.social-box {
	position: relative;
	top: -9px;
	right: -839px;
	background: url(img/bg-social.png);
	width: 164px;
	height: 51px;
}

.social-box .fb {
	position: relative;
	top: 7px;
	left: 11px;
	height: 34px;
	width: 34px;
}

.social-box .ms {
	position: relative;
	top: 7px;
	left: 13px;
	height: 34px;
	width: 34px;
}

.social-box .tw {
	position: relative;
	top: 7px;
	left: 13px;
	height: 34px;
	width: 34px;
}


.main-content li {
	list-style: square;
	margin-left: 18px;
}

li {
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
sub, sup, small {
    font-size: 75%;
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg {
    overflow: hidden;
}


/* ===========================================================
   Typography
   =========================================================*/

html, body {
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    background: #2a2e34 url(img/bg.jpg) no-repeat center top;
    font: 12px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
}
button, input, textarea, select {
    margin: 0;
    padding: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
img {
    vertical-align: top;
}
a {
    text-decoration: none;
}


/* ===========================================================
   wrapper & container
   =========================================================*/

.wrapper {
    position: relative;
    min-width: 1000px;
    min-height: 100%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}


/* ===========================================================
   header
   =========================================================*/

.header {
    position: relative;
    z-index: 99;
    background: #1b1d20;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .4);
	height: 48px;
}
.header .container {
    position: relative;
    height: 52px;
}

/* logo */
.logo {
    position: absolute;
    top: 14px;
    left: 5px;
    width: 158px;
    height: 57px;
    background: url(img/logo.png) no-repeat;
}

/* main-nav */
.main-nav {
    margin-left: 230px;
}
.main-nav a {
    display: block;
    font-size: 15px;
    line-height: 30px;
}
.main-nav > ul > li {
    position: relative;
    float: left;
    padding: 0 8px;
    z-index:9;
}
.main-nav > ul > li > a {
    padding: 11px 5px 7px;
    border-bottom: 4px solid transparent;
    color: #fff;
}
body.single-profile .main-nav .menu-item-16 > a,
.main-nav > ul > li > a:hover,
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-parent > a {
    border-color: #98a0ab;   
    color: #98a0ab;
}
body.single-profile .main-nav .menu-item-16 > a,
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-parent > a {
    
}
.main-nav > ul > li.has-ul:hover {
    background: #363636;
}
.main-nav > ul > li.has-ul:hover > a {
    border-color: transparent;
    font-weight: normal;
    color: #fff;
}

.main-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 252px;
    background: #363636;
    z-index: 9;
}
.main-nav ul ul a {
    padding: 0 20px 0 38px;
    background: url(img/nav-child-icon.png) no-repeat 20px 11px;
    color: #fff;
}
.main-nav li li.nth-child-2n {
    background-color: #2a2b2c;
}
body.single-profile .main-nav .menu-item-17 > a,
.main-nav li li a:hover,
.main-nav li li.current-menu-item a {
    background-color: #177ef1;
}
.main-nav > ul > li:hover > ul {
    display: block;
}

.main-nav > ul > li.has-ul:hover > ul {
    display: block;
}

/* call */
.call {
    position: absolute;
    top: 45px;
    right: 160px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 28px;
    line-height: 52px;
    color: #fff;
}
.call a {
    color: #fff;
}


/* ===========================================================
   footer (height: 62px)
   =========================================================*/

.footer {
    //position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #5a6067;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
  
      clear: both;
    margin-top: 30px;
    display: inline-block;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}


/* ===========================================================
   main
   =========================================================*/

.main {
    padding-bottom: 87px; /* 62 + 25 */
}
.main-left {
    float: left;
    width: 650px;
}
.main-right {
    float: right;
    width: 320px;
}

/* banner */
.banner {
    margin-bottom: 15px;
}
.banner img {
    max-width: 100%;
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
}

/* main-content */
.main-content {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
}
.main-content h1 {
    font-size: 35px;
    line-height: 51px;
    color: #3c98ff;
}
.main-content h2 {
    margin-top: 29px;
    font-size: 25px;
    line-height: 27px;
	color: rgb(218, 226, 24);
}
.main-content h1 + h2 {
    margin-top: 17px;
}
.main-content h3,
.main-content ol,
.main-content ul,
.main-content p {
    margin-top: 17px;
}
.main-content ol:first-child,
.main-content ul:first-child,
.main-content p:first-child,
.main-content h1 + ol,
.main-content h1 + ul,
.main-content h1 + p {
    margin-top: 0;
}
.main-content a {
    text-decoration: underline;
    color: #979797;
}

/* get-a-quick-quote-button & browse-our-other-djs */
.get-a-quick-quote-button,
.browse-our-other-djs {
    display: block;
    margin-top: 30px;
}
.get-a-quick-quote-button img,
.browse-our-other-djs img {
    max-width: 100%;
    border-radius: 5px;
}

/* side-image-nav */
.side-image-nav {
    margin-bottom: 20px;
}
.side-image-nav li {
    margin-top: 14px;
    padding: 1px 0;
}
.side-image-nav li:first-child {
    margin-top: 0;
}
.side-image-nav img {
    width: 320px;
    height: 81px;
    border-radius: 5px;
}

/* enquire-now */
.enquire-now {
    padding: 33px;
    width: 254px;
    background: #0a71e4 url(img/enquire-now-bg.png) repeat-x;
    border-radius: 5px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
    color: #fff;    
}
.enquire-now .title {
    margin: 0 -33px;
    text-align: center;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .6);
    font-weight: normal;
    font-size: 41px;
    line-height: 37px;
    font-family: 'MyriadProBold';
}
.enquire-now .label {
    display: block;
    padding-bottom: 3px;
    font-size: 17px;
    line-height: 1;
    font-family: 'MyriadProBold';
}
.enquire-now input[type='text'],
.enquire-now textarea {
    float: left;
    padding: 5px;
    width: 244px;
    height: 23px;
    background: #fff;
    border: 0;
    font-size: 15px;
    line-height: 23px;
}
.enquire-now textarea {
    height: 98px;
    overflow: auto;
    resize: none;
}
.enquire-now .submit {
    float: left;
    border-radius: 5px;
}

.enquire-now .field {
    margin-top: 15px;
}
.enquire-now .field-half {
    width: 117px;
}
.enquire-now .field-half input[type='text'] {
    width: 107px;
}
.enquire-now input[type='text'].highlight {
    background: #f7ea7a;
}

.enquire-now .link {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    font-family: 'MyriadProRegular';
}
.enquire-now .link a {
    text-decoration: underline;
    color: #fff;
}

/* contact-form-7 */
.enquire-now span.wpcf7-form-control-wrap {
    display: block;
}
.enquire-now span.wpcf7-form-control-wrap:before,
.enquire-now span.wpcf7-form-control-wrap:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;  
}
.enquire-now span.wpcf7-form-control-wrap:after {
    clear: both;
}
.lt-ie8 .enquire-now span.wpcf7-form-control-wrap {
    zoom: 1;
}

.enquire-now .wpcf7-not-valid-tip {
    clear: left;
    display: block;
    position: static;
    padding: 8px 0 0;
    width: auto;
    background: none;
    border: 0;
}
.enquire-now .wpcf7-response-output {
    margin: 16px 0;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 18px;
}


/* ===========================================================
   home
   =========================================================*/

body.home .logo {
    top: 0;
    left: 0;
}
body.home .logo a {
    width: 220px;
    height: 276px;
    background-image: url(img/logo-home.png);
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
}
body.home .banner {
    margin-bottom: 25px;
    text-align: right;
}
body.home .slider {
    margin: 0 -3px -3px 242px;
    width: 761px;
    height: 227px;
}
body.home .slider .slides li {
    width: 761px;
    height: 227px;
    text-align: left;    
}
body.home .slider img {
    width: 758px;
    height: 224px;
}

/* image-nav */
.image-nav {
    margin-bottom: 20px;
}
.image-nav li {
    margin-top: 14px;
}
.image-nav li:first-child {
    margin-top: 0;
}
.image-nav img {
    width: 650px;
    height: 83px;
    border-radius: 1px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
}


/* ===========================================================
   dj-profile-list
   =========================================================*/

.dj-profile-list ul {
    margin: -16px 0 0 -16px;
}
.dj-profile-list li {
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 16px;
    width: 206px;
}
.lt-ie8 .dj-profile-list li {
    display: inline;
    zoom: 1;
}
.dj-profile-list li a {
    display: block;
    cursor: pointer;
    color: #fff;
}
.dj-profile-list li img {
    width: 206px;
    height: 168px;    
}
.dj-profile-list li span {
    display: block;
    padding: 8px;
    background: #1b1d20;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.dj-profile-list li em {
    padding-left: 18px;
    background: url(img/arrow-9x10.png) no-repeat 0 4px;
    font-style: normal;
}

.lt-ie8 .dj-profile-list li em {
    background-position: 0 5px;
    zoom: 1;
}

/* profile-gallery */
.profile-gallery {
    float: right;
    margin: 0 0 0 20px;
    width: 214px;
}
.profile-gallery li {
    display: none;
}
.profile-gallery li:first-child {
    display: block;
}

.profile-gallery + ol,
.profile-gallery + ul,
.profile-gallery + p {
    margin-top: 0;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/* ===========================================================
   Classes
   =========================================================*/

/* margin */
.mt5 { margin-top: 5px; } .mb5 { margin-bottom: 5px; } .ml5 { margin-left: 5px; } .mr5 { margin-right: 5px; }
.mt10 { margin-top: 10px; } .mb10 { margin-bottom: 10px; } .ml10 { margin-left: 10px; } .mr10 { margin-right: 10px; }
.mt15 { margin-top: 15px; } .mb15 { margin-bottom: 15px; } .ml15 { margin-left: 15px; } .mr15 { margin-right: 15px; }
.mt20 { margin-top: 20px; } .mb20 { margin-bottom: 20px; } .ml20 { margin-left: 20px; } .mr20 { margin-right: 20px; }
.mt25 { margin-top: 25px; } .mb25 { margin-bottom: 25px; } .ml25 { margin-left: 25px; } .mr25 { margin-right: 25px; }
.mt30 { margin-top: 30px; } .mb30 { margin-bottom: 30px; } .ml30 { margin-left: 30px; } .mr30 { margin-right: 30px; }
.mt35 { margin-top: 35px; } .mb35 { margin-bottom: 35px; } .ml35 { margin-left: 35px; } .mr35 { margin-right: 35px; }
.mt40 { margin-top: 40px; } .mb40 { margin-bottom: 40px; } .ml40 { margin-left: 40px; } .mr40 { margin-right: 40px; }
.mt45 { margin-top: 45px; } .mb45 { margin-bottom: 45px; } .ml45 { margin-left: 45px; } .mr45 { margin-right: 45px; }
.mt50 { margin-top: 50px; } .mb50 { margin-bottom: 50px; } .ml50 { margin-left: 50px; } .mr50 { margin-right: 50px; }

/* position */
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.fixed {
    position: fixed;
}

/* text-align */
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}

/* float */
.fl, .alignleft {
    float: left;
}
.fr, .alignright {
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* clear float */
.clear,
.clearfix:after {
    clear: both;
}
.clear,
.clearfix:before,
.clearfix:after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0; height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
  display: inline-block
}
.clearfix {
    *zoom: 1;
}

/* image replace */
.ir {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;    
}

@media (max-width:768px){

	.wrapper {
  position: relative;
  min-width: inherit !important;
  min-height: 100%;
}
.container{
	width:inherit !important;}
.header {
  position: relative;
  z-index: 99;
  margin-bottom: 15px;
  background:none !important;
  box-shadow:none !important;
  height:inherit !important;
}

.header .container {
  position: relative;
  height: inherit;
}
.logo{
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:70px;
	background: url(img/logo.png) no-repeat 50% 10px;
}
body.home .logo {
  height: auto;
  background: url(img/logo.png) no-repeat 50% 10px;
 
}

body.home .logo a{
	margin:0 auto;}
.main-nav{
	margin:0px;}
#menu_btn {
display:block !important;
  color: #fff;
  cursor:pointer;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  line-height: 50px;
  margin: 10px 2% 0 2%;
}

.main-nav > ul{
	display:none;}
.main-nav > ul > li {
  position: relative;
  padding: 0 8px;
  z-index: 9;
  float:none;
  text-align: center;
}
.main-nav ul li.current-menu-item ul, .main-nav ul li.current-menu-ancestor ul {
    display: block;
}

.call {
  position:relative;
  top:0px;
  right:0px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 28px;
  line-height: 52px;
  color: #fff;
  text-align: center;
}

.social-box {
  position: relative;
  top: inherit;
  right:inherit;
  background: url(img/bg-social.png);
  width: 164px;
  height: 51px;
  margin: auto;
}
.main {
  padding-bottom: 100px;
}
.main div, .main p {
  max-width: 100%;
}
img{
	max-width:100%;
	height:auto !important;}
body.home .slider {
  margin: 0;
  width: inherit;
  height: inherit;
  max-width: 100%;
}
.bx-viewport{
	height:100px !important;}
.banner img {
  max-width: 100%;
  border-radius: 0 0 5px 5px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
}
body.home .slider img {
  width: inherit ;
  height: auto;
  max-width: 100%;
  border-radius: 0 0 5px 5px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
}
.main-left{
	float:none;
	max-width:100%;
	width:inherit;
	padding:0 10px;}
iframe {
  max-width: 100%;
  overflow: scroll;
  display: block;
  margin: auto;
}
.widget-cloudcast-image {
	display:none;}
.widget-controls{
	padding-left:0px;}
.footer .fr, .footer .fl {
  float: none;
  text-align: center;
}
.main-right {
	float:none;
	width:inherit;
	padding:0 15px;
	}
.side-image-nav li{
	  text-align: center;}
.enquire-now {
	margin:0 auto;
	max-width:100% !important;
	width:inherit !important;}
.enquire-now input[type='text'], .enquire-now input[type='email'], .enquire-now input[type='image'], .enquire-now textarea {
	width:100% !important;}
.main-nav ul ul {
  display: none;
  position: relative;
  top: inherit;
  left: inherit;
  width:100%;
  text-align:center;
  background: #363636;
  z-index: 9;
}  
.dj-profile-list ul {
  margin:0px;
  text-align: center;
}
.dj-profile-list li {
	text-align:center;
	margin:10px auto;}
.main-content h2 {
  margin-top: 29px;
  font-size: 25px;
  line-height: 27px;
  color: rgb(218, 226, 24);
  white-space: normal;
  word-break: break-word;
}
.main-content form{
overflow: scroll;
}
.main-content form div{
overflow: scroll;
}
.main-content h1 {
  font-size: 35px;
  line-height: 51px;
  color: #3c98ff;
  white-space: normal;
  word-break: break-word;
}
.wpcf7 .half_field{
	float:none;}
.wpcf7 .half_field input{ width:100%;}
	}
}