/********************* 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: #191919;
    background-color: #ffffff;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
}
a {
    cursor: pointer !important;
    color: #c5a13b !important;
}

a:hover {
    color: #041b87 !important;
}

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

.prim {
    background-color: #041b87;
}

.alt {
    background-color: #c5a13b;
}

.third {
    background-color: ;
}

.fourth {
    background-color: ;
}

.grey {
    background-color: #f4f4f4
}

.black {
    background-color: #191919
}

.white {
    background-color: #ffffff
}

.tprim {
    color: #041b87;
}

.talt {
    color: #c5a13b;
}

.tthird {
    color: ;
}

.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://www.mgfinancialsolutions.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: right;
    -webkit-padding-start: 0px !important;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #c5a13b;
    padding-right: 70px;
    padding-top: 8px;
}

.mainmenu a {
    color: #fff !important;
    padding-bottom: 4px !important;
}

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

.current-menu-item a {
    color: #c5a13b !important;
    text-decoration: underline !important;
}

.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: #c5a13b;
    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: #c5a13b;
    background-color: #041b87;
}

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


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


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


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


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


/********************* 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: #c5a13b;
    margin: 0 10px 0 10px;
    color: #fff !important;
    font-weight: 600;
}
#nav-posts div a:hover {
    background-color: #041b87;
    
}

/********************* 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: #041b87 !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: #c5a13b !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: #041b87 !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://www.mgfinancialsolutions.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: #c5a13b !important;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 3px !important;
}
.woocommerce-MyAccount-navigation {
    background-color: #c5a13b !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;
}
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
#footer strong {
    color: #c5a13b !important;
}
#footer li {
    padding-bottom: 7px;
}
#footer a {
    color: #fff !important;
    font-weight: bold;
}

#footer .current_page_item a {
    color: #c5a13b !important;
}

#footerbottom {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.9em;
}
#footerbottom a {
    color: #041b87 !important;
}
#footerbottom .col-xs-3 {
    text-align: right;
}
.prbit {
    padding-right: 35px;
}


.socialicon svg {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    fill: #fff !important;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
    border: 2px solid #c5a13b !important;
    padding: 5px;
    background-color: #c5a13b !important;
    margin-top: 15px;
}

.socialicon svg:first-of-type {
    margin-right: 8px;
}
.borleft {
    border-left: 1px solid #fff;
    padding-left: 13px;
}
.borleft2 {
    border-left: 1px solid #fff;
    padding-left: 13px;
    float: right;
}
#header .logo {
    max-width: 270px;
}
#topimg {
    background-size: cover;
    background-position: center top;
}
#topimg img {
    width: 100%;
    min-height: 400px;
}
.socialarea {
    position: absolute;
    right:0;
    top:0;
    background-color: #c5a13b !important;
    padding-left: 5px;
    padding-right: 5px;
}
.relit {
    position: relative;
}

.socialicon2 svg {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    fill: #fff !important;
    height: 26px;
    width: 26px;
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    border-radius: 13px !important;
    border: 0px solid #c5a13b !important;
    padding: 2px;
    background-color: #c5a13b !important;
    margin-top: 15px;
}

.socialicon2 svg:first-of-type {
    margin-right: 0px;
}

.socialarea2:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px #e15915;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}
    
.socialarea:after{
    content:'';
    position: absolute;
    
    top: 100%;
    left: 0%;
    
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    border-width: 10px 18px 0 18px;
    border-color: #c5a13b transparent transparent transparent;
    line-height: 0px;
    _border-color: #c5a13b #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000')
}

.bluebox {
    background-color: #041b87 !important;
    color: #fff;
    padding: 25px;

    top:-80px;
}
.bluebox h1 {
    color: #c5a13b !important;
    
}
.bluebox {
    text-align: center !important;
    
}
.bluebox p {
    text-align: center !important;
    
}
#contarea h3 {
    color: #c5a13b !important;
    font-weight: bold;
}
.indside {
    padding: 0px 10px 10px 10px;
    text-align: justify;
    margin-bottom: 10px;
}
.conhead {
    text-align: center;
    text-transform: uppercase;
    color: #c5a13b !important;
    margin-bottom: 30px;
    margin-top: 40px;
}
#cats span  {
    color: #c5a13b !important;
    font-weight: bold;
}
#cats a  {
    color: #191919 !important;
}
#cats a:hover  {
    color: #c5a13b !important;
}
.wpcf7-form-control-wrap input {
    margin-bottom: 14px;
}


.reposbut {
    position: absolute;

    text-align: center;
    display: block;
    padding: 10px;
    bottom: 180px;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #c5a13b !important;
    
width: 250px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
    z-index: 1000;
    
}


.reposbut:hover {
    background-color: #041b87 !important;
    color: #fff !important;
}


.largertxt2 {
    position: absolute;
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
    text-align: center;
    display: inline-block;
    max-width: 1000px;
    top: 200px;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.8em;
   text-shadow: 1px 1px 2px #000000;
    z-index: 1000;
}

.largertxt {
    position: absolute;
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
    text-align: center;
    display: inline-block;
    max-width: 1000px;
    top: 200px;
    color: #fff !important;
    font-weight: bold;
    font-size: 3em; 
   text-shadow: 1px 1px 2px #000000;
    z-index: 1000;
}
.repos {
    position: absolute;
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
    text-align: center;
    display: inline-block;
    max-width: 1000px;
    bottom: 130px;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.3em;
    text-shadow: 1px 1px 2px #000000;
    z-index: 1000;
}
.iframearea {
    height: 600px;
}

ul.slides {
    overflow: hidden;
}

/********************* 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:1850px) {
.largertxt {
    top: 130px;
}
.largertxt2 {
    top: 130px;
}
  }


@media screen and (max-width:1500px) {
.largertxt {
    top: 100px;
}
.largertxt2 {
    top: 100px;
}
    .iframearea {
    height: 400px;
}
    
    
  }




@media screen and (max-width:1300px) {
    
    
    .iframearea {
    height: 360px;
}
    
.largertxt {
    top: 70px;
    
}
    .largertxt2 {
    top: 70px;
    
}
    #topimg {
        min-height: 400px !important;
    }

  }



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

.reposbut {
    bottom: 150px;
}

.repos {
    bottom: 100px;
}
    
      .iframearea {
    height: 330px;
}

}




@media screen and (max-width:1100px) {
#topimg img {
    width: auto !important;
    height: 400px;

}
.reposbut {
    bottom: 170px;
}
.repos {
    bottom: 120px;
}
    
    .iframearea {
    height: 300px;
}

}




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

.reposbut {
    bottom: 140px;
}
.repos {
    bottom: 90px;
}
    
    
    
.metaslider.nav-hidden .flexslider {
    margin-left: -10%;
}
    

}


@media screen and (max-width:920px) {
    
    
    #footer .col-xs-5 {
        text-align: center;
        width: 100% !important;
    }
    .prbit {
    padding-right: 0px;
        padding-bottom: 30px;
}
    
    
    #footer .col-xs-4,#footer .col-xs-3 {
        text-align: center !important;
        width: 50% !important;
    }
    .borleft2 {
        border-left: 0 !important;
        float: none !important;
        padding-right: 0 !important;
    }
    .borleft {
    border-left: 0 !important;
    padding-left: 0 !important;
}
    
    .metaslider.nav-hidden .flexslider {
    margin-left: -15%;
}
    
  }








@media screen and (max-width:870px) { 
    
.metaslider.nav-hidden .flexslider {
    margin-left: -20%;
}
    
    #header .pt30 {
        padding-top: 10px !important;
    }
    #header .pb30 {
        padding-bottom: 10px !important;
    }
    .socialarea {
    position: relative;
    right: 0;
    top: 0;
    background-color: transparent!important;
    padding-left: 5px;
    padding-right: 5px;
}
    .socialarea:after {
    display: none !important;
}
    
    .mainmenu {
    text-align: center;
    padding-right: 0px;
    padding-top: 8px;
}

    #header .col-xs-3 {
        width: 100% !important;
        text-align: center;
    }
    #header .col-xs-9 {
        width: 100% !important;
        text-align: center;
    }

}






@media screen and (max-width:820px) {
    
    .metaslider.nav-hidden .flexslider {
    margin-left: -22%;
}

.reposbut {
    bottom: 160px;
}
.repos {
    bottom: 110px;
}
    .largertxt {
        font-size: 2em;
    }

}





@media screen and (max-width:800px) { 
    
    
    .largertxt2 {
    font-size: 1.5em;
}


#footerbottom .col-xs-9,#footerbottom .col-xs-3 {
        width: 100% !important;
    text-align: center !important;
}
    
}


@media screen and (max-width:750px) { 
#contarea .col-xs-6 {
    width: 100% !important;
}
    .metaslider.nav-hidden .flexslider {
    margin-left: -30%;
}
}





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

.reposbut {
    bottom: 160px;
}
.repos {
    bottom: 110px;
}
    .largertxt {
        font-size: 1.7em;
    }

}





@media screen and (max-width:630px) {
    .metaslider.nav-hidden .flexslider {
    margin-left: -40%;
}

.reposbut {
    bottom: 180px;
}
.repos {
    bottom: 110px;
}
    .largertxt {
        font-size: 1.5em;
    }
        .largertxt2 {
    font-size: 1.3em;
}

}




@media screen and (max-width:540px) { 
    .mainmenu {
    display: none !important;
}
    .logo {
        max-width: 70% !important;
    }
            .largertxt2 {
    font-size: 1.2em;
}
    .metaslider.nav-hidden .flexslider {
    margin-left: -45%;
}
    
}





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


    .largertxt {
        font-size: 1.3em;
    }
    .largertxt2 {
        font-size: 1.1em;
    }

}






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

#footer .col-xs-4,#footer .col-xs-3 {
        width: 100% !important;
    }
    
    
#footer .col-xs-3 {
       padding-top: 30px !important;
    }
    
}






@media screen and (max-width:470px) {
.reposbut {
    bottom: 180px;
}
.repos {
    bottom: 110px;
}

}





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


}
