/********************* XPERTWEB.CO.UK ***********
Custom Settings
************************************************/

/********************* XPERTWEB.CO.UK ***********
Defaults
************************************************/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    color: #787979;
    background-color: ;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "bpreplayregular", helvetica, arial, sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 17px !important;
	line-height:22px !important;
}
a {
    cursor: pointer !important;
    color: #696565 !important;
}

a:hover {
    color: #12971d !important;
}

.mw {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.prim {
    background-color: #12971d;
}

.alt {
    background-color: #696565;
}

.third {
    background-color: #afb1b1;
}

.fourth {
    background-color: ;
}

.grey {
    background-color: #f4f4f4
}

.black {
    background-color: #191919
}

.white {
    background-color: #ffffff
}

.tprim {
    color: #12971d;
}

.talt {
    color: #696565;
}

.tthird {
    color: #afb1b1;
}

.tfourth {
    color: ;
}

.tgrey {
    color: #f4f4f4
}

.tblack {
    color: #191919
}

.twhite {
    color: #ffffff
}

.br {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.flexcenter {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/********************* XPERTWEB.CO.UK ***********
Form Features
************************************************/
label {
    width: 100% !important;
}
input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #eee;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}
select {
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/down-arrow.png');
    background-color: #fff;
}
/********************* XPERTWEB.CO.UK ***********
Skew / Rotate
************************************************/
.skew {
    -webkit-backface-visibility : hidden;
    transform: skew(0deg, -4deg) ;
    -webkit-transform: skew(0deg, -4deg) ;
    -moz-transform: skew(0deg, -4deg) ;
    -o-transform: skew(0deg, -4deg) ;
    -ms-transform: skew(0deg, -4deg) ;
}
.unskew {
    transform: skew(0deg, 4deg) ;
    -webkit-transform: skew(0deg, 4deg) ;
    -moz-transform: skew(0deg, 4deg) ;
    -o-transform: skew(0deg, 4deg) ;
    -ms-transform: skew(0deg, 4deg) ;
}
.topskew {
    padding-top: 400px;
    margin-top: -400px;
}
/********************* XPERTWEB.CO.UK ***********
Buttons
************************************************/

.custombutton {
    color: ;
    background-color: ;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 10px auto 10px auto;
    padding: 20px !important;
    border: 0px solid #ffffff !important;
    letter-spacing: 1px;
    max-width: 250px;
    cursor: pointer;
}

.custombutton:hover {
    background-color: ;
}

.custombutton i {
    font-size: 1.3em;
}


/********************* XPERTWEB.CO.UK ***********
Main Menu
************************************************/

ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
}
.mainmenu {
    font-size: 1em;
    text-align: left;
    -webkit-padding-start: 0px !important;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #696565;
}

.mainmenu a {
    color: #fff;
}

.mainmenu a:hover {
    color: #696565;
}

.current-menu-item a {
    color: #696565;
}

.mainmenu li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    font-weight: 700;
    cursor: pointer;
}
.mainmenu li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.mainmenu li:first-of-type {
    padding-left: 0px !important;
}
.mainmenu li:last-of-type {
    padding-right: 0px !important;
}
/**** Hover Sub Menu ****/

.sub-menu li {
    display: none;
}

#menuarea ul ul {
    top: 60px;
}

.mainmenu li:hover .sub-menu {
    z-index: 99;
    position: absolute;
    margin-left: -50px;
    text-align: left;
    margin-top: 8px;
    background-color: #696565;
    color: #fff;
}


.sub-menu li,.sub-menu li:first-of-type {
    
}

.sub-menu li a {
    color: #fff;
    padding: 10px;
}

.mainmenu li:hover .sub-menu li {
    display: block;
    color: #fff;
    width: 225px;
}

.mainmenu li:hover .sub-menu li a {
    display: block;
    color: #fff;
    padding: 10px 10px 10px 10px !important;
    
}

.mainmenu li:hover .sub-menu li a:hover {
    color: #696565;
    background-color: #12971d;
}

.mainmenu li:hover > a {
    color: #696565;
}


/**** Hover Sub Menu End ****/


/********************* XPERTWEB.CO.UK ***********
Header
************************************************/


/********************* XPERTWEB.CO.UK ***********
Menu
************************************************/


/********************* XPERTWEB.CO.UK ***********
Footer
************************************************/

#footer, #footer a {
    color: #fff !important;
    font-size: 0.9em;
}
#footer a:hover {
    color: #12971d !important;
}
#footer span,#footer strong {
    color: #12971d;
}
.bottom span,.bottom strong {
    color: #fff !important;
}
#footer .col-xs-5 strong {
    width: 17px;
    display: inline-block;
}
#footer h5 {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}
#footermenu li {
    margin-bottom: 7px;
}
.clr {
    display: block;
    width: 100% !important;
    height: 1px !important;
}
.bt1px {
    border-top: 1px solid #fff !important;
    padding-top: 10px;
}
/********************* XPERTWEB.CO.UK ***********
Footer Menu
************************************************/


/********************* XPERTWEB.CO.UK ***********
Blog Page
************************************************/


/**** Navigation Footer ****/
#nav-posts {
    margin-bottom: 40px;
    text-align: center;
}
#nav-posts div {
    display: inline-block;
}
#nav-posts div a {
    width: 200px;
    padding: 12px;
    background-color: #696565;
    margin: 0 10px 0 10px;
    color: #fff !important;
    font-weight: 600;
}
#nav-posts div a:hover {
    background-color: #12971d;
    
}

/********************* XPERTWEB.CO.UK ***********
WOOCOMMERCE / Default Override
************************************************/
body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
    padding: 15px 15px 15px 15px !important;
    margin: 10px 0 10px 0 !important;
    background-color: #12971d !important;
    color: #fff !important;
    border: 0px solid !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, button, input[type="submit"] {
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    color: #fff !important;
    background-color: #696565 !important;
    font-size:0.9em !important;
    border: 0px solid !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, button:hover,.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background-color: #12971d !important;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before, .select2-container .select2-choice .select2-arrow b {
    content: "" !important;
    display: none !important;
}
.select2-container .select2-choice {
    padding: 5px !important;
    border: 1px solid #eee !important;
    color: #171717 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-position: right 50% !important;
    background-repeat: no-repeat !important;
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/down-arrow.png') !important;
    background-color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select2-drop-active {
    border: 1px solid #eee !important;
    border-top: none !important;
}
.select2-results .select2-highlighted {
    background-color: #696565 !important;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 3px !important;
}
.woocommerce-MyAccount-navigation {
    background-color: #696565 !important;
    padding: 8px;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation a {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
/********************* XPERTWEB.CO.UK ***********
Checkout Page
************************************************/


/********************* XPERTWEB.CO.UK ***********
Thank you order
************************************************/


/********************* XPERTWEB.CO.UK ***********
My Account
************************************************/


/********************* XPERTWEB.CO.UK ***********
View Order
************************************************/


/********************* XPERTWEB.CO.UK ***********
Login Box
************************************************/


/********************* XPERTWEB.CO.UK ***********
Slideout Menu
************************************************/
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}


#mainmenuleft a, #mainmenuright a {
    color: #fff !important;
    font-size: 0.8em !important;
    font-weight: bold;
}
#mainmenuleft a:hover, #mainmenuright a:hover {
    text-decoration: underline !important;
}

#mainmenuleft {
    float: left;
    padding-top: 40px;
}
#mainmenuleft li {
    display: inline-block;
    margin-right: 25px;
}
#mainmenuleft li:last-of-type {
    margin-right: 0px !important;
}
#mainmenuright {
    float: right;
    padding-top: 40px;
}
#mainmenuright li {
    display: inline-block;
    margin-left: 25px;
}
#mainmenuright li:first-of-type {
    margin-left: 0px !important;
}
.current-menu-item a {
    font-weight: 600;
    text-decoration: underline !important;
}
#header {
    text-align: center;

    top:0;
    left:0;
    right:0;
    z-index:100;
    background-color: #696565;
        border-bottom: 3px solid #12971d;
}
#header img {
    margin: 0 auto;
    max-width: 285px;

}


.circle img {
    height: 40px;
}
.circle i {
    font-size: 1.2em;
}
#maincontent h1,#singlemaincontent h1 {
    font-weight: 600;
    text-align: center;
    width: 100%;
    font-size: 1.5em !important;
    color: #12971d;
    margin-bottom: 25px;
}
#conpage {
    color: #fff !important
}
#conpage a {
    color: #fff !important
}
#conpage a:hover {
    color: #12971d !important;
}
#conpage h5 {
    color: #12971d !important;
    font-weight: 600;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 30px;
}
#conpage h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-top: 10px;
}
#conpage h2 strong {
    color: #12971d !important;
}
#conpage h5:first-of-type {
    margin-top: 10px;
}
#conpage .circle i {
    font-size: 0.9em !important;
}
#conpage .socials {
    margin-top: 10px;
    margin-bottom: 25px;
}

.wpcf7 input {
    color: black;
}
.wpcf7 textarea {
    color: black;
}
.wpcf7 input[type="submit"] {
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    color: #696565 !important;
    background-color: #12971d !important;
    font-size: 0.9em !important;
    border: 0px solid !important;
    width: 110px;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    display: block;
}
iframe {
    width: 100%;
    height: 500px;
}
#wp_tiles_1 .wp-tiles-tile:nth-child(3n+1) .wp-tiles-byline {
    height: 90% !important;
    width: 95% !important;
    top: 5% !important;
    left: 2.5% !important;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}
.wp-tiles-byline {
    height: 90% !important;
    width: 90% !important;
    top: 5% !important;
    left: 5% !important;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}
.final-tiles-gallery {
    margin-top: 12px;
    margin-bottom: 12px;

}

.butn {
    display: block;
    width: 130px;
    padding: 15px;
    color: #696565 !important;
    background-color: #12971d !important;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}
.butn:hover {
    color: #fff !important;
    background-color: #afb1b1 !important;
}
.wp-tiles-byline h4 {
    font-size: 2em;
    font-weight: 600;
}

.wp-tiles-byline { position:relative }
.wp-tiles-byline-wrapper { position:absolute; top:50%; height:10em; margin-top:-5em; left:0; right:0; }


#workwithus {
    font-size: 2.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #afb1b1;
}
#workwithus p span {
    color: #12971d;
    
}
#maincontent  .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#workwithus a {
    display: block;
    width: 150px;
    padding: 15px;
    color: #696565 !important;
    background-color: #12971d !important;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size:17px;
}
#workwithus a:hover {

    color: #fff !important;
    background-color: #696565 !important;

}
.projectcenter {
    text-align: center;
}
.projectcenter img {
    width: 100% !important;
    height: auto;
}
.projectcenter h3 {
    font-weight: 600;
    font-size: 36px;
        text-align: center;
    width: 100%;
    margin-top: 50px;
}
.subline {
    color: #12971d !important;
    text-transform: uppercase;
}
.largetop {
    width: 100% !important;
}
.largetop img{
    width: 100% !important;
    height: auto !important;
}
#singlemaincontent h4 {
    font-weight: 600;
    font-size: 36px;
        text-align: center;
    width: 100%;
    margin-top: 50px;
}
.full-height {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
}
.full-height2 {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
}

/********************* XPERTWEB.CO.UK ***********
Services Box
************************************************/
.sermain {
    width: 100%;
    text-align: center;
    margin: 30px auto 30px auto;
}
.serbox {
    background-color: #f2f3f5;
    width: 18%;
    padding: 25px 15px 25px 15px;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    
}
.serbox:first-of-type {
    margin-left: 0%;
}
.serbox:last-of-type {
    margin-right: 0%;
}
.serbox h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #aeb0af !important;
}
.serbox ul li {
    line-height: 30px;
}




.colslm {
    margin-top: 50px !important;
}
.colslm .wp-block-image {
    margin-bottom: 0 !important;
}
.colslm .wp-block-column {
width: 100%
}
.colslm .wp-block-column img {
width: 100%
}
.relit {
    position: relative;
    
}
#maincontent .wp-block-column p {
    text-align: center !important;
}
.relit img {
    position: absolute;
    left:0px;
    right:0px;
    top:-40px;
    display: inline-block;
    margin: 0 auto !important;
}
.relit a {
    margin: 0 auto;
    display: inline-block;
    padding: 8px;
    background-color: #12971d !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 0.8em;
}
.metaslider {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}
.moresers {
    display: none;
}
.moresers {
    margin-top: 15px !important;
}
.moreservices {
    color: #12971d !important;
    font-weight: bold;
    width: 300px;
    display: block;
    margin: 30px auto 30px auto;
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/more.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    text-align: center;
    padding-left: 80px;
    padding-right: 70px;
}
.moreservicesless {
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/less.png') !important;
}
.moreservices:hover {
    color: #696565 !important;
    cursor: pointer;
}
.bottom .logo {
    width: 130px;
    margin-right: 15px;
}
.bottom span {
    line-height: 20px;
}
.lineup {
    padding-top: 10px;
}
#maincontent p {
    line-height: 28px;
    text-align: justify !important;
    text-align-last: center;
    
}
.tml-login {
    max-width: 300px;
    margin: 0 auto 50px auto;
}
input[type="checkbox"] {
    display: inline-block !important;
    height: 12px !important;
    width: 12px !important;
    margin-right:5px !important;
    border: 1px solid #888 !important;
}
.tml-login input[type="text"],.tml-login input[type="password"] {
    background-color: #f5f8f6 !important;
    padding: 5px !important;
}
.tml-label,.tml-lostpassword-link {
    font-size: 0.8em !important;
}
.tml-lostpassword-link {
    text-decoration: underline !important;
}
.tml-field-wrap .tml-button {
    background-color: #12971d !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
.tml-field-wrap .tml-button:hover {
    background-color: #696565 !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox !important;

}


.metaslider .flexslider .flex-direction-nav li a {
    width: 60px !important;
    height: 60px !important;
}
.metaslider .flex-direction-nav .flex-prev {
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/left-arrow.png') !important;
    background-size: 50px;
}
.metaslider .flex-direction-nav .flex-next {
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/right-arrow.png') !important;
    background-size: 50px;
}
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 80px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 80px !important;
}


.socialstop {
position: absolute;
    top:138px;
    right:0;
    z-index: 20000;
    
        display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
    
}
.socialstop img {
    display: block !important;
    margin-bottom: 10px;
}

.textoverlay  {
    position: absolute;
    top:138px;
    z-index: 21000;
    width: 400px;
    height: 400px;
    opacity: 1;
    text-align: center;
    color: #fff !important;
    font-size: 1.3em;
    padding: 50px;
    vertical-align: middle;
    
    display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
    
}


.textoverlay h3  {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 20px;
    line-height: 40px
}
.slideroverlay  {
    background-color: #585353;
    position: absolute;
    top:138px;
    z-index: 20000;
    width: 400px;
    height: 400px;
    opacity: 0.9;
    text-align: center;
}
.buttonslider {
    background-color: #12971d !important;
    padding: 18px 0 18px 0;
    
    color: #fff !important;
    width: 100% !important;
    margin-top:25px !important;
    display: block;
    font-weight: bold;
    font-size: 0.9em;
}
.buttonslider:hover {
    background-color: #fff !important;
}




.greygreen {
    background-color: #696565 !important;
    padding: 8px 0 8px 0;
    
    color: #fff !important;
    width: 160px !important;
    margin-top:25px !important;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
	margin-left:10px;
	margin-right:10px;
}
.greygreen:hover {
    background-color: #12971d !important;
	color: #fff !important;
}


.buttonslider:hover {
    color: #12971d !important;
}

#eeSFLS_SearchFiles input {
    border: 1px solid #888;
    padding: 6px !important;
}
#eeSFL input[type=submit] {
    background-color: #12971d !important;
    padding: 8px !important;
}
.eeSFLS_Datepicker {
    display: none !important;
}
.eeFiles {
    margin-bottom: 40px;
}

.tml-login-link {
    margin-bottom: 30px;
}
/********************* XPERTWEB.CO.UK ***********
Media Screen Defaults
************************************************/

#responsive-menu a {
    color: #ffffff !important;
}

@media screen and (min-width:701px) {
.woocommerce-MyAccount-navigation ul li {
        display: inline-block !important;
}
}
    
@media screen and (max-width:700px) {  

.woocommerce-MyAccount-navigation ul:before {
        content: "View Account Menu";
}
.woocommerce-MyAccount-navigation .open:before {
        content: "Hide Account Menu" !important;
}
.woocommerce-MyAccount-navigation ul li {
        display: none;
}
.woocommerce-MyAccount-navigation .showmenu {
        display: block;
}

}

/********************* XPERTWEB.CO.UK ***********
Media Screen Custom
************************************************/
@media screen and (max-width:4000px) {
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 180px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 180px !important;
}
}

@media screen and (max-width:2000px) {
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 110px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 110px !important;
}
}


@media screen and (max-width:1650px) {
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 80px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 80px !important;
}
}


@media screen and (max-width:1450px) { 
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 60px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 60px !important;
}
    .metaslider .flex-direction-nav .flex-prev {
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/left-arrow.png') !important;
    background-size: 30px;
}
.metaslider .flex-direction-nav .flex-next {
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/right-arrow.png') !important;
    background-size: 30px;
}
}



@media screen and (max-width:1340px) { 
    .socialstop {
        top:150px !important;
        
            display:block !important;
    }
}


@media screen and (max-width:1340px) { 
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 10px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 10px !important;
}
.metaslider .flex-direction-nav .flex-prev {
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/left-arrow.png') !important;
    background-size: 30px;
}
.metaslider .flex-direction-nav .flex-next {
    background-image: url('https://debbiejuddhr.co.uk/wp-content/themes/xwda/images/right-arrow.png') !important;
    background-size: 30px;
}
}




@media screen and (max-width:1300px) { 
.textoverlay {
    font-size: 1.1em;
    padding: 30px;
}
}

@media screen and (max-width:1000px) { 
.textoverlay {
    font-size: 0.9em;
    padding: 20px;
}
}


@media screen and (max-width:800px) { 
.textoverlay h3 {
    font-size: 1em;
    margin-bottom: 0px;
    padding-bottom: 10px !important;
}
}


@media screen and (max-width:640px) { 
.textoverlay, .slideroverlay {
    display: none !important;
}
}


@media screen and (max-width:1250px) { 
.flexslider .flex-direction-nav .flex-prev {
    display: none !important;
}
.flexslider .flex-direction-nav .flex-next {
    display: none !important;
}
}


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


    /********************* XPERTWEB.CO.UK ***********
Services Box
************************************************/
.serbox {
    width: 31%;

    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}
	
	.full-height2 {
    min-height: 430px;
}


}


@media screen and (max-width:960px) { 
#mainmenuleft {
    display: none;
}
#mainmenuright {
    display: none;
}
	
	.full-height2 {
    min-height: 400px;
}

}




@media screen and (max-width:900px) {  
    #footer .col-xs-6 {
        width: 100%;
        text-align: center;
    }
#footer .text-right {
        text-align: center;
    margin-top: 10px;
    }
    iframe {
    height: 400px;
}
}




@media screen and (max-width:750px) {  
/********************* XPERTWEB.CO.UK ***********
Services Box
************************************************/
.serbox {
    width: 47%;

    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}
.full-height2 {
    min-height: 300px;
}
}



@media screen and (max-width:750px) {  
    iframe {
    height: 300px;
}
    #conpage .col-xs-7,#conpage .col-xs-5 {
        width: 100%;
    }
    #conpage .col-xs-5 {
        text-align: center;
        padding-bottom: 30px;
    }




}



@media screen and (max-width:725px) { 
#footer .col-xs-5,#footer .col-xs-4,#footer .col-xs-3 {
    width: 100%;
    text-align: center;
}
#footer .col-xs-4,#footer .col-xs-3 {
    margin-top: 30px;
}
#maincontent h1,#singlemaincontent h1 {
    font-size: 1.4em;
}
}



@media screen and (max-width:600px) {  
    iframe {
    height: 250px;
}
    
    #header img {
    max-width: 60%;
}
    .slideroverlay {
        display: none;
    }
}





@media screen and (max-width:550px) {  
/********************* XPERTWEB.CO.UK ***********
Services Box
************************************************/
.serbox {
    width: 100%;
    margin-left:0% !important;
    margin-right: 0% !important;
}
}


@media screen and (max-width:450px) {  
    .socialstop {
        display:none !important;}
}