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

a:hover {
    color: #d6309f;
}

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

.prim {
    background-color: #d6309f;
}

.alt {
    background-color: #333333;
}

.third {
    background-color: ;
}

.fourth {
    background-color: ;
}

.grey {
    background-color: #f4f4f4
}

.black {
    background-color: #191919
}

.white {
    background-color: #ffffff
}

.tprim {
    color: #d6309f;
}

.talt {
    color: #333333;
}

.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[type="text"],input[type="password"],input[type="email"],input[type="tel"], 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%;
    margin-top: 5px;
}
select {
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('https://tfhcloud4.co.uk/wp-content/themes/purpldigitltheme/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 ***********
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 #333333;
    display: inline-block;
    float:none;
}

.mainmenu a {
    color: #fff;
}

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

.current-menu-item a {
    color: #d6309f !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: #333333;
    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: #333333;
    background-color: #d6309f;
}

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


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


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


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

/********************* XPERTWEB.CO.UK ***********
CTA
************************************************/
#ctabanner {
    text-align: center;
    font-size: 2em;
    color: #fff;
}
.ctabutton {
    display: inline-block;
    color: #fff !important;
    background-color: ;
    font-size: 0.5em;
    padding: 15px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.ctabutton:hover {
    color: #fff !important;
    background-color: #d6309f;
}
/********************* XPERTWEB.CO.UK ***********
Footer
************************************************/

#footer {
    color: #fff !important;
}
#footer a {
    color: #fff !important;
}
#footer a:hover {
    color: #fff !important;
}


#footerlink {
    color: #fff !important;
}
#footerlink a {
    color: #fff !important;
}
#footerlink a:hover {
    color: #fff !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: #333333;
    margin: 0 10px 0 10px;
    color: #fff !important;
    font-weight: 600;
}
#nav-posts div a:hover {
    background-color: #d6309f;
    
}

/********************* 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: #d6309f !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: #333333 !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: #d6309f !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://tfhcloud4.co.uk/wp-content/themes/purpldigitltheme/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: #333333 !important;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 3px !important;
}
.woocommerce-MyAccount-navigation {
    background-color: #333333 !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 ***********
Top Image Size Width
************************************************/
#topimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.isize img {
    width: 100%;
    height: auto !important;
}
/********************* XPERTWEB.CO.UK ***********
Accordion
************************************************/
#faq h2 {
    text-align: center;
}
.accordion p {
    text-align: left !important;
}
.accordion {
	list-style: none;
	padding: 2px;
    display: block;
    
}
.accordion > li:first-of-type {
    margin-top:0px !important;
}
.accordion > li {
	display: block;
	list-style: none;
    margin-left: 0 !important;
    border: 2px  solid #eee;
    background-color: #fff;
    margin-top:15px;

    text-align: left !important;
    
    
}
.accordion > li > span {
	display: block;
	margin: 4px 0;
	background-image: url('https://tfhcloud4.co.uk/wp-content/themes/purpldigitltheme/images/closed.png');
    background-position: 98% center;
	background-size: 25px;
	cursor: pointer; font-size:16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    background-repeat: no-repeat;
    padding-right: 35px;
}
.accordion > li > div {
	list-style: none;
	padding: 6px;
	display: none; overflow:auto
}
.accordion > ul li {
	font-weight: normal;
	cursor: auto;
	padding: 0 0 0 7px;
}
.accordion > ul {
	position: relative;
}

.accordion a {
	text-decoration: none;
}
.accordion li > span:hover {
}
.accordion li > span.active {
    background-image: none;
    background-position: 98% center;
	background-size: 25px;
    color: #d6309f !important;
    background-repeat: no-repeat;
    
    
}

.activetab {
    background-color: #333333 !important;
    border-bottom: 1px solid #333333 !important;
}
.activetab div {
    font-size: 1em;
    padding: 0px 15px 15px 15px !important;
    display: block;
    color: #fff;
}
.activetab ul {
    margin-left: 0px;
    padding-left: 0;
}
.activetab ul li {
    margin-bottom: 10px;
}
.activetab ul li p {
    margin-top: 10px;
}

#header {
    margin-top: 50px;
}
#header img {
    width: 250px;
}
#loginform {
    display: inline-block;
    background-color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
    margin: 70px 0px 0px 0px;
    width: 300px;
}
#loginform label {
    color: #d6309f !important;
    margin-top: 15px;
}
.login-submit input[type="submit"] {
    background-color: #333333 !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    margin-top: 20px;
    width: 150px;
}
.login-remember {
    display: none;
}



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

}
.reqtime {
    font-size: 0.6em !important;
}
/********************* XPERTWEB.CO.UK ***********
Media Screen Custom
************************************************/

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