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

Primary Colours

PRIM:   #03c3ca
GREY:   #f4f4f4
BLACK:  #191919

************************************************/


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

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

html, body {
    color: #6d6d6d;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
}

.mw {
    max-width: 970px;
    margin:  0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.prim {
    background-color: #084073
}
.grey {
    background-color: #f4f4f4
}
.green {
    background-color: #aed136
}
.red {
    background-color: #ed1c24
}
.black {
    background-color: #191919
}
.white {
    background-color: #ffffff
}

.tprim {
    color: #084073
}

.tgrey {
    color: #f4f4f4
}
.tgreen {
    color: #aed136
}
.tred {
    color: #ed1c24
}
.tblack {
    color: #191919
}

.twhite {
    color: #ffffff
}

/********************* XPERTWEB.CO.UK ***********
Buttons
************************************************/
/* Outline */
.button {
    color: #084073 !important;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 40px 20px 40px 20px;
    padding:20px 40px 20px 40px !important;
    border:0px !important;
    letter-spacing: 1px;
    width: 250px;
    background-color: #aed136;
}
.button:hover {
    background-color: #084073 !important;
    color: #fff !important;
}
.button i {
    font-size: 1.3em;
}

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

.mainmenu {
    font-size: 0.8em;
    text-align: right;
    -webkit-padding-start: 0px !important;
    margin-bottom: 0 !important;
}
.mainmenu a {
    color: #fff ;
}
.mainmenu a:hover {
    color: #aed136 !important ;
}
.current-menu-item a {
    color: #aed136 !important ;
        
}
.current-menu-item a:hover {
    color: #aed136 !important ;
        
}
.mainmenu li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    font-weight: 600;
    line-height: 90px;
    font-size:20px;
}
.mainmenu li a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/**** Hover Sub Menu End ****/
/********************* XPERTWEB.CO.UK ***********
Random
************************************************/


/********************* XPERTWEB.CO.UK ***********
Vertical Middle
************************************************/

.st {
    display: table;
}
.stc {
    display: table-cell;
    vertical-align: middle;
}

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

.max {
    max-width: 1400px;
    margin: 0 auto;
}
#header {
    background-color: #1b406f;
    background-repeat: no-repeat;
    background-image: url('../images/banner.jpg');
    background-position: center -400px;
    background-size: cover;
}
.navbar {
  position: relative;
  width: 100%;
  height: 90px;
    color: #fff;
}

#header .col-xs-4 {
    line-height: 90px;
    font-weight: 600;
    font-size: 20px;
}
#header .col-xs-4 span {
    margin-bottom: 10px;
}
#header .col-xs-4 i {
    color: #aed136;
    font-size:20px;
    margin-right: 10px;
}
#header .bar {
    background-color: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#header .fullopacity {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
#header img {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 130px;
    max-width: 80%;
}
#divide {
    height: 8px;
}
#divide .spacer {
    height: 8px;
    width: 100%;
    clear: both;
}


@media screen and (max-width:2200px) {
    #header {
    background-position: center -300px;
}
}
@media screen and (max-width:2000px) {
    #header {
    background-position: center -200px;
}
}
@media screen and (max-width:1800px) {
    #header {
    background-position: center -150px;
}
}
@media screen and (max-width:1600px) {
    #header {
    background-position: center center;
}
#map {
    background-position: center left !important;
}
}
@media screen and (max-width:1300px) {

#map {
    background-position: -150px center !important;
}
}

@media screen and (max-width:1100px) {
    
    #welcome .max .col-xs-4 {
        
        width: 98% !important;
        margin: 10px 0 10px 0 !important;
    }
    
      #welcome .max .col-xs-4 h6 {
        text-align: left;
    }
    
    
    #welcome .max .col-xs-4 h6:after {
  content: '';
  display: block;
  height: 4px;
  max-width: 80px;
  width: 80px;
  margin: 10px auto 30px 0px;
}

#map {
    background-position: -190px center !important;
}
}

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

#map {
    background-position: -220px center !important;
}
}

@media screen and (max-width:900px) {
    #header {
    background-position: left center;
}
    #map {
    background-position: -280px center !important;
}
}

@media screen and (max-width:850px) {
    #map {
        padding-top: 250px;
    background-position: -280px -70px !important;
        position: relative;
}
    #map .main-content {
        display: block !important;
        width: 100% !important;
        bottom: 0;
        left: 0;
        right:0;
        height: 320px !important;
        
    }
    
    #map .main-content ul li:first-of-type {
        float: left !important;
        width: 50% !important;
        
    }
     #map .main-content ul li {
        float: right !important;
        width: 50% !important;
        
    }
    .social {
    font-size: 50px;
    margin: 0px auto 0px auto !important;
    text-align: center;
}
    
    #base {
        margin-top: 100px !important;
        position: absolute;
        width: 100%;
    }
}



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

.wpcf7-form .per100 {
    margin-top: 30px;
}
.wpcf7-form .per33 {
    width:100% !important;
    float: none !important;
    padding-top: 30px !important;
}
  .wpcf7-form .per33 input {
    width:100%;

}  
    
    
    #mainmenu {
        display: none;
    }
    
    #header .col-xs-4 {
        width: 100%;
        text-align: center;
    }
    #header .col-xs-8 {
        display: none;
    }

}


@media screen and (max-width:650px) {
    
    #welcome .main-content {
        font-size: 1em !important;
    }
}



@media screen and (max-width:600px) {
    
    #base {
        margin-top: 200px !important;
    }
    #base .col-xs-6 {
        width: 100%;
        display: block;
        text-align: center;
    }
    #base img {
        max-width: 90% !important;
    }
    #base .mt50 {
        margin-top: 30px !important;
    }
    #base .mb50 {
        margin-bottom: 10px !important;
    }
}

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

    #map .main-content {
        height: 440px !important;
        
    }
    
    #map .main-content ul li:first-of-type {
        float: none !important;
        width: 100% !important;
        
    }
     #map .main-content ul li {
        float: none !important;
        width: 100% !important;
        
    }
    
    #map {
    background-position: -310px -70px !important;
}
    
}



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


    #map {
    background-position: -340px -70px !important;
}
    
}


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


    #map {
    background-position: -370px -70px !important;
}
    
}

.clear {
    clear: both !important;
}
/********************* XPERTWEB.CO.UK ***********
Welcome
************************************************/

#welcome h1, #welcome h3 {
    text-align: center;
    font-size:30px;
    margin-top: 90px;
    color: #084073;
    font-style: normal;
    font-weight: 600;
}
#welcome h6 {
    text-align: center;
    font-size:30px;
    margin-top: 0px;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
}
#welcome h1:after, #welcome h3:after, #welcome h6:after {
  content: '';
  display: block;
  height: 4px;
  max-width: 80px;
  width: 100%;
  margin: 10px auto 30px auto;
    
background: #add136;
background: -moz-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #add136), color-stop(49%, #add136), color-stop(49%, #ed1c23), color-stop(100%, #ed1c23));
background: -webkit-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: -o-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: -ms-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: linear-gradient(to right, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add136', endColorstr='#ed1c23', GradientType=1 );
}
#welcome  .main-content {
    font-size:18px;
    text-align: justify;
}

#welcome .col-xs-3 {
    width: 24%;
}
#welcome .col-xs-3 {
    margin-right: 1%;
}

#welcome .col-xs-4 {
    margin-left: 1%;
    margin-right: 1%;
}

#welcome .col-xs-4 {
    width: 31.33333333% !important;
}

@media screen and (max-width:930px) {
    
    #welcome .col-xs-6 {
        width: 100%;
        display: block;
        float: none !important;
    }
    #welcome .second {
        padding-top: 0px !important;
    }
    #welcome h3 {
        margin-top: 15px !important;
    }
    #testimonial .t2 {
        font-size: 1.5em !important;
    }
    
}

@media screen and (max-width:615px) {
    
.button {
    margin: 20px 20px 20px 20px;
}
    
}

@media screen and (max-width:400px) {
    
.button {
    margin: 10px 0px 10px 0px;
    width: 220px;
    padding: 10px !important;
}
    
    
}
/********************* XPERTWEB.CO.UK ***********
Testimonials
************************************************/

#testimonial  .main-content {
    max-width: 1000px;
    margin: 0 auto;
    font-style: italic;
}

/********************* XPERTWEB.CO.UK ***********
Recent
************************************************/

#recent  .main-content {
    max-width: 1000px;
    margin: 0 auto;
}


#recent h4 {
    text-align: center;
    font-size:30px;
    margin-top: 80px;
    color: #084073;
    font-style: normal;
    font-weight: 600;
}
#recent h4:after {
  content: '';
  display: block;
  height: 4px;
  max-width: 80px;
  width: 100%;
  margin: 10px auto 55px auto;
    
background: #add136;
background: -moz-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #add136), color-stop(49%, #add136), color-stop(49%, #ed1c23), color-stop(100%, #ed1c23));
background: -webkit-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: -o-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: -ms-linear-gradient(left, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
background: linear-gradient(to right, #add136 0%, #add136 49%, #ed1c23 49%, #ed1c23 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add136', endColorstr='#ed1c23', GradientType=1 );
}


#recent img {
    margin: 25px 50px;
    width: 22%;
}



#map {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-image: url('../images/map.jpg');
    background-position: center center;
    background-size: cover;
    height: 468px;
}
#map .col-xs-12 {
    position: relative;
    height: 468px;
}
#map .main-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 380px;
    right: 0;
    height: 100%;
    padding: 20px;
    text-align: left;
}
#map ul li {
    margin-bottom: 15px;
}
#map ul li a {
    color: #fff;
}
#map ul li a:hover {
    color: #084073;
}
#map h5 {
  font-size: 1.3em;
    color: #084073;
    font-weight: 600;
}

#map h5:after {
  content: '';
  display: block;
  height: 4px;
  max-width: 80px;
  width: 100%;
  margin: 20px auto 30px 0;
background: #084073;
}
.social {
    font-size: 50px;
    margin: 35px auto 0px auto;
    text-align: center;
}
.social a {
    padding: 10px;
}

#base {
    color: #426b90;
}
#base a {
    color: #426b90;
}
#base a:hover {
    color: #ffffff;
}


.wpcf7-form div {
    text-align: center;
    margin: 0 auto;
}

.wpcf7-form input {
    border: 1px solid #eee;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 1% 0 1% !important;
    width: 98% !important;
}
.wpcf7-form textarea {
    border: 1px solid #eee;
    padding: 20px;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    
}
.wpcf7-form .per100 {
    margin-top: 30px;
}
.wpcf7-form .per33 {
    width: 33.33333333%;
    float: left;
    margin-top: 30px;
    padding: 0;
    margin: 0;
}


.wpcf7-form .per100 .wpcf7-submit {
    margin: 0 auto;
    text-align: center;
    width: 150px !important;
    color: #fff;
    background-color: #aed136;
    font-weight: bold;
}
.wpcf7-form .per100 .wpcf7-submit:hover {
    background-color: #084073;
}






/*
PUT THESE BACK ONCE SENT
*/

#testimonial, #recent {
    display: none !important;
}