/********************* 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%;
}
a {
    cursor: pointer !important;
    color: #787979 !important;
}

a:hover {
    color: #75f405 !important;
}

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

.prim {
    background-color: #75f405;
}

.alt {
    background-color: #787979;
}

.third {
    background-color: #afb1b1;
}

.fourth {
    background-color: ;
}

.grey {
    background-color: #f4f4f4
}

.black {
    background-color: #191919
}

.white {
    background-color: #ffffff
}

.tprim {
    color: #75f405;
}

.talt {
    color: #787979;
}

.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://limedesignnorth.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 #787979;
}

.mainmenu a {
    color: #fff;
}

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

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

.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: #787979;
    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: #787979;
    background-color: #75f405;
}

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


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


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


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


/********************* XPERTWEB.CO.UK ***********
Footer
************************************************/
#footer {
    border-bottom: 9px solid #75f405 !important;
}
#footer, #footer a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.9em;
}
#footer a:hover {
    color: #75f405 !important;
}
#footer span,#footer strong {
    color: #75f405;
}
#footer .col-xs-5 strong {
    width: 17px;
    display: inline-block;
}
#footer h5 {
    color: #75f405;
    font-weight: 600;
    font-size: 1.3em;
}
#footermenu li {
    margin-bottom: 15px;
}
.clr {
    display: block;
    width: 100% !important;
    height: 1px !important;
}
/********************* 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: #787979;
    margin: 0 10px 0 10px;
    color: #fff !important;
    font-weight: 600;
}
#nav-posts div a:hover {
    background-color: #75f405;
    
}

/********************* 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: #75f405 !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: #787979 !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: #75f405 !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://limedesignnorth.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: #787979 !important;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 3px !important;
}
.woocommerce-MyAccount-navigation {
    background-color: #787979 !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 {
    float: left;
    padding-top: 20px;
}
#mainmenuleft li {
    display: inline-block;
    margin-right: 25px;
}
#mainmenuleft li:last-of-type {
    margin-right: 0px !important;
}
#mainmenuright {
    float: right;
    padding-top: 20px;
}
#mainmenuright li {
    display: inline-block;
    margin-left: 25px;
}
#mainmenuright li:first-of-type {
    margin-left: 0px !important;
}
.current-menu-item a {
    color: #75f405 !important;
    font-weight: 600;
}
#header {
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index:100;
    background-color: #fff;
}
#header img {
    margin: 0 auto;
}


.circle img {
    height: 40px;
}
.circle i {
    font-size: 1.2em;
}
#maincontent h1,#singlemaincontent h1 {
    font-weight: 600;
    text-align: center;
    width: 100%;
}
#conpage {
    color: #fff !important
}
#conpage a {
    color: #fff !important
}
#conpage a:hover {
    color: #75f405 !important;
}
#conpage h5 {
    color: #75f405 !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: #75f405 !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: #787979 !important;
    background-color: #75f405 !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: #787979 !important;
    background-color: #75f405 !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: #75f405;
    
}
#maincontent  .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

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

    color: #fff !important;
    background-color: #787979 !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: #75f405 !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;
}


/********************* 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;
}




/********************* 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:1150px) { 


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

    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}


}



@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;
}
}



@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;
    }

#mainmenuleft {
    display: none;
}
#mainmenuright {
    display: none;
}


}



@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: 80%;
}
    
}





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