/*
Theme Name: A1 CAD Printers
Author: Christian Brown
Author URI: http://www.modeninecreative.co.uk/
Description: Wordpress theme for A! CAD
Version: 1.0
*/

/*
 *
 *
 */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background-color:#FFF;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



    @font-face {
    font-family: 'Nexa Bold' !important;
    src: url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Bold.eot');
    src: url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Bold.eot#iefix') format('embedded-opentype'),
             url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Bold.woff') format('woff') !important,
             url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Bold.ttf') format('truetype'),
             url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Bold.svg#NexaBold') format('svg');
    font-weight: normal;
    font-style: normal;
} 
 
 @font-face {
font-family: 'Nexa Light';
font-style: normal;
font-weight: normal;
src: local('Nexa Light'), url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Light.woff') format('woff');
}


 @font-face {
    font-family: Nexa Light;  
    src: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Light.woff);  
    font-weight: normal;  
}



@font-face {
font-family: 'Nexa Light Italic';
font-style: normal;
font-weight: normal;
src: local('Nexa Light Italic'), url('https://a1cadprinters.co.uk/fonts/NexaLightItalic.woff') format('woff');
}


@font-face {
font-family: 'Nexa Bold';
font-style: normal;
font-weight: normal;
src: local('Nexa Bold'), url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Bold.woff') format('woff');
}



@font-face {
font-family: 'Nexa Light Regular';
font-style: normal;
font-weight: normal;
src: local('Nexa Light Regular'), url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Light.woff') format('woff');
}


@font-face {
font-family: 'Nexa Bold Regular';
font-style: normal;
font-weight: normal;
src: local('Nexa Bold Regular'), url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/fonts/Nexa Bold.woff') format('woff');
}




/* HOME */






.reds {
background:#6eb8bb;
	
}
.reds p {
    font-family: 'Nexa Light', sans-serif;
	font-weight:500;
	font-size:11px;
	line-height:18px;
	color: #fff;
	padding:5px 0px 25px 0px;
}
.reds a{
    color: #fff !important;
}
.reds .fa{
    padding-left: 10px!important;
}




.greyz {
background:#f5f4f4;	
}


.main-content, .main-content-tech h1, h2, h3, h4, h5, h6, p{
    font-family: 'Nexa Light', sans-serif;
}
.main-content, .main-content-tech p{
    line-height:170%;
	margin-top:25px;
}

.main-content, .main-content-tech h1, h2, h3, h4, h5, h6{
    line-height:150%;
	margin-top:40px;
}










.blog-con h1, h2, h3, h4, h5, h6, p{
    font-family: 'Nexa Light', sans-serif;
}
.blog-con p{
    line-height:170%;
	margin-top:25px;
}

.blog-con h1, h2, h3, h4, h5, h6{
    line-height:150%;
	margin-top:40px;
}
.blog-con img{
	 border:1px solid #d4d5d7;
	margin:40px 0px 45px 0px;
}
.post-meta img{
	 border:1px solid #d4d5d7;
}

.news-box img{
	 border-bottom:1px solid #d4d5d7;
}

.slide h3 {
    font-family: 'Nexa Light', sans-serif;
	font-weight:500;
	font-size:32px;
}

.slide h1 {
	font-family: 'Nexa Light', sans-serif;
	font-weight:500;
	font-size:32px;
	color:#fff;
}



.slide h5 {
font-family: 'Nexa Light', sans-serif !important;
	font-weight:500;
	padding-right:0px;
	font-size:24px;
	line-height: 28px;
	color: #fff;
	margin:15px 0px 25px 0px;
}
.slide p {
font-family: 'Nexa Light', sans-serif !important;
	font-weight:500;
	font-size:14px;
	line-height:20px;
	color: #fff;
	margin:15px 0px 25px 0px;
}
.black {
	font-weight:bold;
	color:#000;	
}
.slide a{	
	font-weight:bold;
	color:#fff;
}

.address {
	margin-left:-5px !important;
}

.red {
	font-weight:bold;
	color:#6eb8bb;	
}
.loggedin {
	margin-top:0px;
	border: white 1px solid;
	height: 24px;
}


.logo-container {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

.logo-container-tech {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

.tech-padd {
	margin-bottom:40px !important;
}



.home-header {
    position: absolute;
    left: 0;
    top: 13px;
    width: 100%;
    z-index: 100;
    background: transparent;
    border-bottom: 1px solid #CCC;
}
.contacts li:first-of-type {
    padding: 9px 8px 5px 0;
}
.home-header .contacts li, header .socials li {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 0px 0 10px;
    color: #ffffff;
}


.contacts-pg li:first-of-type {
    padding: 9px 8px 5px 0;
}
.home-header .contacts-pg li, header .socials li {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 0px 0 10px;
    color: #3E3D3D;
}





.disclaimer p{
	font-family: 'Nexa Light', sans-serif !important;
	font-weight:500;
	font-style:italic;
	font-size:10px;
    margin: -70px 0px 40px 50px;
    padding: 0 27px 0 0;		
}


.contacts {
margin-left: 0px;
padding-left: 0px;
margin-bottom:0px;
padding-bottom: 0px;	
}
.contacts li {
font-family: 'Nexa Light', sans-serif !important;
	font-weight:700;
	font-size:12px;
    margin: 0;
    padding: 0 27px 0 0;
    color: #fff !important;
}
.contacts li a {
    color: #fff;
}
.contacts .fa {
    margin-right: 10px;
    margin-left: 10px;
}


.contacts-pg {
margin-left: 0px;
padding-left: 0px;
margin-bottom:0px;
padding-bottom: 0px;	
}
.contacts-pg li {
font-family: 'Nexa Light', sans-serif !important;
	font-weight:700;
	font-size:12px;
    margin: 0;
    padding: 0 27px 0 0;
    color: #3E3D3D !important;
}
.contacts-pg li a {
    color: #3E3D3D;
}
.contacts-pg .fa {
    margin-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
}












.main-content-tech {
margin-top:190px;
padding-bottom:80px;	
}


.main-content-tech ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0px 50px 0px;
}


.main-content-tech li {
    padding: 0px 0px 5px 20px;
    margin-left: 2.75em;
font-family: 'Nexa Light', sans-serif;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 150%;
}

.main-content-tech li:before {
    content: '\f1eb ';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
    padding-right: 15px;
    color: #0ea3c2;
    font-size: 18px;

}
.iconz {
	
	margin-bottom:-20px;
}





.main-content {
margin-top:160px;
padding-bottom:80px;	
}

label {
	font-size: 14px;
	font-weight:300  !important;	
}

.sfm-title h4 {
	margin-top:20px;
    font-size: 11px;
    color: #d8d8d8;
    margin-bottom: 20px;
    padding: 0px;
    font-family: 'Nexa Light', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 150%;
}
.sfm-logo {
margin-top:70px;
}

.sfm-has-child-menu>a, .sfm-pos-right .sfm-has-child-menu>a {
    padding-left: 0px!important;
}

#sfm-sidebar ul {
    margin-top: 20px ;
}



#sfm-sidebar li.sfm-active-class > a {
border-right: 3px solid #f6f5f7;
}

.sfm-menu li a  {
border-bottom: 0px solid #363a3f;
}
 
 .sfm-title {
	border: 0px solid white; 
	padding: 20px 0px 20px 0px;
 }
#sfm-sidebar.sfm-compact .sfm-logo {
	margin-top:10px;
}

.sfm-has-child-menu>a, .sfm-pos-right .sfm-has-child-menu>a {
    padding-left: 0px!important;
    padding-right: 28px!important;
}




.sfm-content-wrapper h1 {
  color: #CC4B72;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
}
.sfm-content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px 0 !important;
}
.sfm-content-wrapper .learn_more {
  background: #E34F7D;
  padding: 14px 20px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.sfm-menu-level-1 li{
  text-transform: uppercase !important;	
}




.sfm-content-wrapper input[type=submit] {
  background: #E34F7D;
  padding: 7px 20px;
  color: #FFF;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 50px;
  border:0px !important;
}


.backing {
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/background.jpg) no-repeat center center;
    padding-top: 30px;
	margin-top:-30px;
    width: 100%;
    position: relative;
    z-index: 56;
    height: auto;
    padding-bottom: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

.backing-pages {
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/pages-background.jpg) no-repeat center center;
    padding-top: 30px;
	margin-top:-30px;
    width: 100%;
    position: relative;
    z-index: 56;
    height: auto;
    padding-bottom: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}






.slide {
margin-top:190px;
padding-left:15px;	
}
.social-container {
    padding: 0px;
	text-align:right;
}
.separator {
	margin-left:8px;
	color:#CCC;
	font-weight:300;	
}

.cad-buttons {
    background-color: #fff !important;
	color: rgba(133, 150, 132, 1)!important;
    line-height: 15px;
    padding: 14px 32px 11px 32px;
	border: 1px #7e919f solid !important;
}
.cad-buttons:hover {
    background:#eeeded !important;
}
.printer {
	font-size:28px !important;
	margin: 0px 0px 15px 0px;
}
.mfps {
	font-size:14px !important;
	font-weight:300;
	line-height:18px;
white-space:normal !important;
word-wrap:break-word;
	margin: 0px 0px 10px 0px !important;	
}
.mfpbut {
	font-size:14px !important;
	font-weight:700 !important;
	margin: 0px 0px 10px 0px !important;
	padding:0 !important;	
}



.mfp {
margin-top:4px !important;
	width:97%;	
}
.butticons {
	font-size:18px !important;
	margin: 0px 10px 0px 0px;
	padding: 0;	
}
.price {
	width:48%;	
}
.info {
	width:48%;	
}


.social-icons a.fab::before {

}
.social-icons a.fa::before, .widget.widget_bloginfo .social-icons a.fab::before {

color:#fff;
padding:3px;
}

.social-icons-pg a.fab::before {

}
.social-icons-pg a.fa::before, .widget.widget_bloginfo .social-icons-pg a.fab::before {

color:#4F4F4F;
padding:3px;
}







.butt-cont {
	margin:45px 0px 0px 0px;	
}
.button {
  border: 1px solid #fff;
  background-color: transparent;
   padding: 10.5px 35px;
   color: white;
   font-size: 12px;
	font-weight:300 !important;
font-family: 'Nexa Light', sans-serif !important;
   text-decoration: none;
   vertical-align: middle;
transition: all 0.3s ease 0s;
  text-shadow: 0px 0px !important;
   }
.button:hover {
   background: #21aae1;
   color: #09186E;
   text-decoration:none;
   }
.button:active {
   background: #b81212;
   }
.leftcol {
}  

.arrowscon {
padding:100px 0px 70px 0px;
    }

    .arrows {
        animation-duration: 2s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
    }


    .bounce-7 {
        animation-name: bounce-7;
        animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    }
    @keyframes bounce-7 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-20px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }





.secondrow {
margin-top:25px;	
}
.rightbutt {
	margin-right:15px;
}	
	
	
.prodbox  {
	border: 1px solid #859684;
	padding:20px 10px 20px 10px;
	background-color: #fff;
}



.prodback {
	background-color: #f5f4f4;
	padding: 90px 0px 90px 0px;
}



.products h2  {
font-family: 'Nexa Bold', sans-serif !important;
	font-size:19px;
	font-weight:700;
	line-height: 22px !important;
    margin: 0;
    padding: 0 0 30px 0;
    color: #859684;
	text-align:center;
}

.products a {
    color: #859684;
}


.products h2:after{
    content: "";
    width: 200px;
    height: 1px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/line.png) no-repeat;
  margin: auto;
  display: block;
margin-top:10px;
	margin-bottom:20px;
}

.prodlinks  {
font-family: 'Nexa Bold', sans-serif !important;
	font-size:14px;
	font-weight:700;
    margin: 0;
    color: #6eb8bb !important;
	text-align:center;
    padding: 0px 30px 1px 0px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/cross.png) right center no-repeat;
}








.products p  {
font-family: 'Nexa Light', sans-serif !important;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	margin-top:0px;
    padding: 0 10px 15px 10px;
    color: #666666;
	text-align:center;
}

.btn-default {
    margin-top: 0px;
    font-family: 'Montserrat', serif;
    color: #6eb8bb;
	font-weight:700;
    font-size: 11px;
    background-color: rgba(210, 207, 199, 0.0) !important;
    line-height: 15px;
    padding: 10px 14px 10px 14px;
    border-radius: 0px;
    border: 1px #6eb8bb solid;
    transition: all 0.3s ease 0s;
}
.btn-default:hover {
    color: #ff9900;
}
.lines {
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
margin-bottom:30px;		
}
.why h3 {
 	font-family: 'Nexa Bold', sans-serif;
	font-weight:bolf;
	font-size:26px;
	text-align:center;
	color:#6eb8bb;
	margin:0px 0px 25px 0px;
}


.why h3:after{
    content: "";
    width: 130px;
    height: 1px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/line.png) no-repeat;
  margin: auto;
  display: block;
margin-top:10px;
	margin-bottom:20px;
}



.threebox  {
	padding:25px 0px 25px 25px;
}

.threebox h5 {
font-family: 'Nexa Light', sans-serif !important;
	font-weight:bold;
	font-size:16px;
	color: #fff;
	margin:0px 0px 25px 0px;
}
.dsss:before {
  content:url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/one.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-15px;
  top:15px;
}
.esss:before {
  content:url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/two.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-15px;
  top:15px;
}
.fsss:before {
  content:url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/three.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-15px;
  top:15px;
  margin-bottom:45px;
}







.threebox p {
font-family: 'Nexa Light', sans-serif ;
	font-weight:500;
	font-size:14px;
	line-height:22px;
	color: #fff;
	padding:0px 50px 25px 35px;
}

.calls {
margin-top:80px;	
}

.redbox {
	padding-top:45px;
	background-color:#6eb8bb;
	text-align:center;	
}

.redbox h2 {
    font-family: 'Nexa Light', sans-serif;
	font-weight:500;
	font-size:22px;
	color: #fff;
	text-transform: uppercase;
	margin:0px 0px 25px 0px;
}
.heavy {
	font-weight:700;		
}
.heavy1 {
	font-weight:700;
	color: #6eb8bb;		
}
.redbox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.redbox li {
    padding: 0px 0px 5px 20px;
    margin-left: 2.75em;
    font-family: 'Nexa Light', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #fff;
	text-align:center;
    line-height: 150%;
}
.redbox li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #fa9e0c;
    font-size: 22px;
    -webkit-text-stroke: 3px #6eb8bb;
}
.phoneicon {
padding:25px;	
}
.about-divider {
    width: 75px;
    height: 2px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/white-divider.png) no-repeat;
    display: table;
    margin: 20px auto 32px;
}
.large {
font-size:32px;
font-weight:700;	
}
.larger {
font-size:20px;
font-weight:700;
color:#6eb8bb;
}
.rigth {
color:#6eb8bb;	
}


.greybox {
	padding-top:45px;
	text-align:center;
	background-color:#e9e8e7;	
}
.greybox h2 {
    font-family: 'Nexa Light', sans-serif;
	font-weight:500;
	font-size:22px;
	color: #000;
	text-transform: uppercase;
	margin:0px 0px 25px 0px;
}
.greybox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.greybox li {
    padding: 0px 0px 5px 20px;
    margin-left: 2.75em;
    font-family: 'Nexa Light', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #333333;
	text-align:center;
    line-height: 150%;
}
.greybox li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #6eb8bb;
    font-size: 22px;
    -webkit-text-stroke: 3px #e9e8e7;
}

.greybox li.none:before {
    content: '';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #6eb8bb;
    font-size: 22px;
    -webkit-text-stroke: 3px #e9e8e7;
}
.btn-success {
    margin: 40px 0px 0px 0px;
   font-family: 'Nexa Light', sans-serif;
    color: #fff;
	font-weight:700;
    font-size: 13px;
    background-color: rgba(110, 184, 187, 1) ;
    line-height: 15px;
    padding: 14px 22px 11px 22px;
    border-radius: 0px;
    border: 1px #6eb8bb solid;
    transition: all 0.3s ease 0s;
}
.btn-success:hover {
    color: #000;
	background-color: #859684;
}
.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #859684 !important;
    border-color: #255625;
	    border-radius: 0px;
}
.rgt {
margin-top:15px !important;	
}















.black-divider {
    width: 75px;
    height: 2px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/black-divider.png) no-repeat;
    display: table;
    margin: 20px auto 32px;
}
.pgtitle {
    font-weight: 700;
    margin: 50px 0 30px 0;
	text-transform:uppercase;
}
.news-divider {
    width: 75px;
    height: 2px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 40px 0px;
}

.pgtitle-divider {
    width: 75px;
    height: 2px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 40px 0px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 0px;
}

.content {
  height: 100%;
  padding: 0px 20px 0px 20px;
  color: #fff;
}
.content-r {
  height: 100%;
  padding: 0px 20px 30px 20px;
  color: #fff;
}

a {
color: #859684 ;	
}

 

 
 
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 15px 0 0 -25px;
    position: relative;
} 
 
#wpcf7-f221-p217-o1 textarea {
    font-family: 'Nexa Light', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
 
#wpcf7-f221-p217-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}
#wpcf7-f221-p217-o1 input[type="text"],
#wpcf7-f221-p217-o1 input[type="email"] {
    font-family: 'Nexa Light', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 50px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
#wpcf7-f221-p217-o1 input[type="submit"],
#wpcf7-f221-p217-o1 input[type="button"] { 
    font-family: 'Nexa Light', sans-serif;
	text-transform:uppercase;
    color: #FFFFFF;
    background-color: #6eb8bb;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

}

#wpcf7-f221-p217-o1 input[type="submit"]:hover,
#wpcf7-f221-p217-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}


#wpcf7-f221-p217-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    font-family: 'Nexa Light', sans-serif;
}


#wpcf7-f19-o1span .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 32px;
    font-weight: normal;
	float:left;
	margin-top: -20px !important;
	margin-bottom:10px;
}

#wpcf7-f221-p217-o1-list-item-label {
    color: #f00;
    font-size: 9px !important;
    font-weight: normal;
}

.wpcf7-list-item-label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
	line-height:70%;
	margin:0px 0px 0px 5px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0px 0 0 0px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    	border: none;
	    font-family: 'Nexa Light', sans-serif;
		margin-top:10px !important;
		display:inline-block;
		margin: 0px 0px 0px 0px;
		float:left;
}
.wpcf7 form .wpcf7-response-output {

}
.wpcf7 form.sent .wpcf7-response-output {
    border:none;
	font-family: 'Nexa Light', sans-serif;
	
}

.wpcf7 form .wpcf7-response-output {
	font-family: 'Nexa Light', sans-serif;
	margin:-35px 0px 0px 15px !important;
	font-size: 13px !important;
	float:left;
	border: 0;
    background: #6eb8bb;
    color: #fff;
    padding: 14px;
	display:inline;
	font-weight: bold !important;
}


div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color:#F00;
    border: 1px solid #f7e700;
} 


 
 input::placeholder {
  padding-top:8px;
  color: #999;
  line-height:250%;
}

.your-consent {
margin-top:-25px !important;	
}

#wpcf7-f216-o1 textarea {
    font-family: 'Nexa Light', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
 
#wpcf7-f216-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}
#wpcf7-f216-o1 input[type="text"],
#wpcf7-f216-o1 input[type="email"] {
    font-family: 'Nexa Light', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 15px 0px;
    float: left;
    width: 180px;
    height: 36px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
#wpcf7-f216-o1 input[type="submit"],
#wpcf7-f216-o1 input[type="button"] { 
    font-family: 'Nexa Light', sans-serif;
	text-transform:uppercase;
    color: #FFFFFF;
    background-color: #6eb8bb;
    float: left;
	position:absolute;
    width: 75px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
	}

#wpcf7-f216-o1 input[type="submit"]:hover,
#wpcf7-f216-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}


#wpcf7-f216-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    font-family: 'Nexa Light', sans-serif;
}


span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
	float:left;
	margin-top: -20px !important;
	margin-bottom:10px;
}
#wpcf7-f216-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    position: relative;
	padding:10px 0px 0px 0px;
	margin-top: 10px ;
	margin-bottom:10px;
}
#wpcf7-f216-o1 form .wpcf7-response-output {
	font-family: 'Nexa Light', sans-serif;
	margin:5px 0px 10px 0px !important;
	font-size: 12px !important;
	background: #C30;
	float:left;
	border: 0;
    color: #fff;
    padding: 14px;
	font-weight: bold !important;
}





#wpcf7-f216-o1-list-item-label {
    color: #f00;
    font-size: 9px !important;
    font-weight: normal;
}



 
.updates {
	font-size: 13px;
	margin-bottom: 25px;
font-family: 'Nexa Light', sans-serif !important;
	line-height: 22px;
	font-weight:500;
} 
.updates1 {
	font-size: 12px;
	margin-top: 25px;
font-family: 'Nexa Light', sans-serif !important;
	line-height: 22px;
	font-weight:500;
} 
.home-news h2{
font-family: 'Nexa Bold', sans-serif !important;
    font-size: 26px !important;
    color: #859684 !important;
    margin: 25px 0px 20px 0px !important;
}
 
.home-news h2:after{
    content: "";
    width: 100%;
    height: 1px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/line-green.png) repeat-x;
    display: table;
margin-top:15px;
	margin-bottom:40px;
}

.home-news {
    padding-top: 25px ;
}






.news-box {
    border: 1px solid #c7c6c6;
    padding: 0px;
	margin-bottom:25px;
}
.newspic {
	object-fit: cover;
}
.hntextcon {
	padding:20px 20px 0px 20px;
	font-family: 'Nexa Light', sans-serif ;
}
.hntextcon a{
    color: #003555;
}

.hntextcon p{
    color: #919191;
	font-family: 'Nexa Light', sans-serif !important;
}

.hnhead {
	font-family: 'Nexa Bold', sans-serif !important;
	text-transform:uppercase;
    font-size: 14px;
	line-height:18px;
	margin-bottom:15px;
    color: #003555 !important;
}




.hndate {
	font-weight: 500;
    font-size: 13px;
	line-height:18px;
	margin-bottom:15px;
	color:#666;	
}
.hnconread {
	font-weight: bold;
    font-size: 13px;
	line-height:18px;
	margin-top:15px !important;
	color: #7eadaf !important;	
	display:inline-block;
}
.newsex {
	margin-bottom:15px !important;
	display:inline-block;	
}


.one {
margin-top:10px;
  background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/chevron.png) right 75px top 30px no-repeat;
  object-fit: none;
  object-position: right top;
}
.two {
  background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/chevron.png) right 65px top 30px no-repeat;
  object-fit: none;
  object-position: right top;
}
.three {
  background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/chevron.png) right 65px top 30px no-repeat;
  object-fit: none;
  object-position: right top;
}

.whyback {
	padding:50px 0px 50px 0px;
	background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/why-background.jpg) no-repeat center center;
    width: 100%;
    position: relative;
    z-index: 56;
    height: auto;
    padding-bottom: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
	
/* News */

.pads {
	margin-top: 50px;		
}
.posts {
margin-top: 162px;	
}
.navimgs {
	margin-right:6px;

  image-rendering: crisp-edges;

}
.wp-block-image img  {
margin:25px 0px
max-width: 100% !important;
height: auto !important;
display:block !important;	
}



.post-meta {
    margin: 25px 0px 0px 0px;
}
.post-meta span {
    color: #666;
    font-size: 15px;
	font-family: 'Montserrat', serif;
    text-transform: uppercase ;
}
.posts p {
    line-height: 22px;
    margin-bottom: 20px;
    color: #858385;
	font-family: 'Montserrat', serif;
	font-weight:500;
}
.post-share-ports em {
	font-family: 'Montserrat', serif;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .075em;
    float: left;
    padding-left: 0;
	margin-right:15px;
}
.shares {
	margin-right:8px !important;
}

/* End News */



/* Archives */

.arc-products {
margin:140px 10px 0px 0px;	
}


.intro {	
	font-weight:bold;
	font-size:18px !important;
	margin-bottom:35px;
}


.product-page-header p{
font-size: 16px;
margin:0 0 20px 0;
line-height:23px;
}

.laminator-page-header p{
font-size: 16px;
margin:0 0 20px 0;
line-height:23px;
}

.laminator-page-header h1{
font-size: 32px;
font-weight:700;
margin:50px 0 30px 0;
}


.sub-titles {
line-height:23px;
	font-size:16px;
}

.product-page-header h1{
font-size: 32px;
font-weight:700;
margin:50px 0 30px 0;
}

.cad-printers {
border:0px solid black;
min-height:700px;
margin-bottom:35px;
}
.mfp-printers {
border:0px solid black;
min-height:780px;
margin-bottom:0px;
}
.mfpimg {
margin-top:25px;	
}


.prefer, .included, .lease, .arc-titles, .product-page-header {
font-family: 'Nexa Light', sans-serif;
}
.arc-titles {
	font-family: 'Nexa Bold', sans-serif;
font-size: 21px;
font-weight:bold;
padding: 0 0 20px 0;
line-height:26px;
text-transform:uppercase;
	text-align:center;
}
.lease {
font-size: 16px;
line-height: 24px;
font-weight:bold;
padding: 0 0 0px 0;	
}
.lease-r {
font-size: 20px;
line-height:26px;
font-weight:500;
padding: 0 0 0px 0;	
color: #6eb8bb;
}


.prefer {
text-transform:uppercase;
font-size: 20px;
font-weight:700;
padding: 0 0 0px 0;	
}
.included {
font-size:14px !important;
	font-weight: bold !important;
	font-style: italic;
padding: 0 0 -20px 0;
	margin-top:25px;
}

.included:before {
    content: '\f05a ';
    font-family: 'FontAwesome';
    float: left;
    margin-left: 0em;
	margin-right: 10px;
	margin-top:-5px;
    color: #25aae1;
    -webkit-text-stroke: 0px #fff;
    font-size: 20px;
	font-style: normal;
    padding-bottom: 15px;
}



.pullup {
margin-top:15px;	
}

/* Single post types */

.page-header {
border:1px solid black;
margin:190px 0px 0px 0px;	
}

.nav-band {
    background-color: #333;
    padding: 10px 0px 10px 0px;
}
.post-names a {
    line-height: 100%;
    margin: 0px 0px 0px 10px;
    color: #FFF !important;
    text-transform: uppercase;
}

.post-names {
	margin:0px !important;
	padding:0px !important;

}
.backto a{
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	font-size:25px;
    font-weight: 300;
	color:#FFF; 
}
.backto:before {
  content:url('https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/left-white.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-10px;
  top:5px;
}
.backto a:hover {
	font-weight:700;
	text-decoration:none;
	color: #F00;
}

.bread a{
	margin:5px 0px 0px 10px;
	padding:0px 0px 5px 0px;
	font-size:15px;
    font-weight: 300;
	color:#6eb8bb; 
}
.bread:before {
	content: '\f060 '; /* fa-star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: 0em;
	color:#25aae1;
   -webkit-text-stroke: 0px #fff;
	font-size:16px;
	padding-top:-2px;
}
.bread a:hover {
	text-decoration:none;
	color: #000;
}

.sub-titles-b {
font-weight:700;
font-size:18px;	
}


.details {
    margin: 0px 0px 150px 0px;
}

.details ul {
    list-style-type: none;
    padding: 0;
    margin-top: 25px;
}
.details li {
    padding: 0px 0px 5px 15px;
    margin-left: 1.75em;
    font-family: 'Nexa Light', sans-serif;
	font-size:16px;
	font-weight:500;
    color: #333333;
    line-height: 150%;
}
.details li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    color: #6eb8bb;
    font-size: 18px;
    margin-left: -1.55em;
    padding: 0 15px 0 0;
}
.details h4 {
    font-family: 'Nexa Light', sans-serif;
	font-size:20px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}
.details h5 {
    font-family: 'Nexa Light', sans-serif;
	font-size:16px;
	margin-top:30px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}



.details p {
    font-family: 'Nexa Light', sans-serif;
	font-size:16px;
	font-weight:300;
    color: #333333;	
}

.faqs ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.faqs li {
	margin: 10px 0px 0px 20px ;
	color: #666;
	line-height:140%;
	font-size:16px;	
}

.faqs li:before {
	content: '\f061 '; /* fa-star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.25em;
	color:#ffd51d;
   -webkit-text-stroke: 1px #fff;
	font-size:16px;
}

.padcont {
padding:0px 15px 0px 25px;
    font-family: 'Nexa Light', sans-serif;	
}
.prodheads {
	margin-top: 190px;	
	margin-bottom: 20px;
}
.prodtitles {
	color: #859684;
	margin-top:45px;
	margin-bottom:25px;
	font-family: 'Nexa Bold', sans-serif;
	font-weight:bold;
}

/* footer */


.hooklane-widget li {
    line-height: 280%;
    border-bottom: 1px solid #fff;
	    padding: 5px 0 5px 0;
}

.fin {
	
    border-bottom:0px solid #fff !important;	
}
.hook-list li {
	font-family: 'Nexa Light', sans-serif !important;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 18px 0 18px 0;
	line-height:24px;
}

.icon-wpforms{
  position: relative;
  /* Adjust these values accordingly */
  top: 5px;
  left: 5px;
  }

.foot-list li {
	 font-family: 'Nexa Light', sans-serif !important;
	text-transform:uppercase;
    font-weight: 300;
    color: #fff;
	margin-left:-20px;
    border-bottom: 1px solid #dd5757;
    padding: 18px 0 18px 20px !important;
	line-height:20px;
	margin:-25px 0px 0px 40px;
}

#block-22 {
margin-top:30px;	
}

.wp-image-39 {
	margin:40px 0px 30px 0px;
}

.wp-image-999 {
	margin:40px 0px 0px 0px;
}
.vendor {
	margin: 40px 0px 60px 0px;
}

.vendor-portrait {
	margin: 40px 0px 60px 0px;
	display:none;
}

.hooklane-widget li a {
	font-family: 'Nexa Light', sans-serif !important;
	text-transform:uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 15px 20px 15px 0px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/foot-arrow.png) right center no-repeat;
}
.hooklane-widget ul {
    margin-top: -15px;
    font-weight: bold;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lg {
    font-size: 22px;
    margin: 0 10px 0px 0px;
}

.coninfo{
margin-top:50px;	
}

.cons {
margin-top:20px;	
}
.hook-list {
    padding: 0;
    margin: 20px 0px 0px 0px;
    list-style: none;
}

.hook-list-black  {
    padding: 0;
    margin: 50px 0px 0px 0px;
    list-style: none;
}
.hook-list-black li {
    font-family: 'Nexa Light', sans-serif;
    font-weight: 300;
    color: #000;
    border-bottom: 1px solid #6eb8bb;
    padding: 18px 0 18px 0;
	line-height:24px;
}






.hooklane-widget ul {
    margin-top: -15px;
    font-weight: bold;
}
.sep-side {
    width: 100%;
    height: 6px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/foot-line.png) repeat-x;
    display: table;
    margin: 5px 0px 28px 0px;
}
.sep-side-right {
    width: 75px;
    height: 2px;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 56px 0px;
}





.mainservices h1 {
font-size:28px !important;
text-transform:uppercase;
}
.mainservices h1:after {
	content: '';
    width: 70px ;
    height: 6px ;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) repeat-x ;
    display: table ;
    margin: 25px 0px 28px 0px ;
}



.mainservices h2 {
font-size:24px !important;
text-transform:uppercase;
}
.mainservices h2:after {
	content: '';
    width: 70px ;
    height: 6px ;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) repeat-x ;
    display: table ;
    margin: 25px 0px 28px 0px ;
}

.mainservices h3 {
font-size:22px !important;
text-transform:uppercase;
}
.mainservices h3:after {
	content: '';
    width: 70px ;
    height: 6px ;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) repeat-x ;
    display: table ;
    margin: 25px 0px 28px 0px ;
}

.mainservices h4 {
font-size:18px !important;
text-transform:uppercase;
}
.mainservices h4:after {
	content: '';
    width: 70px ;
    height: 6px ;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) repeat-x ;
    display: table ;
    margin: 25px 0px 28px 0px ;
}

.mainservices h5 {
font-size:16px !important;
text-transform:uppercase;
}
.mainservices h5:after {
	content: '';
    width: 70px ;
    height: 6px ;
    background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/aboutnrp-divider.png) repeat-x ;
    display: table ;
    margin: 25px 0px 28px 0px ;
}













.footer-con h2 {
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-weight:600;
	font-size:24px;
	margin-bottom:20px;
	margin-top:0px;
}
.footer-con p {
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-size:14px;
}

.padds {
	border-left:#CCC 1px solid;
	padding-left:35px;
}
.padds-last {
	padding-left:35px;
}

.foot-red {
	padding:40px 0px 30px 0px;
    width: 100%; 
	min-height:400px;
    background-repeat: no-repeat;	
}
.foot-red h3{
	color:#fff;	
}

.footlast {
margin-left:45px;
margin-top:-30px	
}

.footer-outer {
	padding:10px 0px 50px 0px;
	background: url(https://a1cadprinters.co.uk/wp-content/themes/a1cad/img/footer-background.jpg) no-repeat center center;
    width: 100%;
    position: relative;
    z-index: 56;
    height: auto;
    padding-bottom: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.foot-logo {
	margin:0px 0px 40px 0px;
}





.blacked {
	background:#000;
    width: 100%;
	padding:10px 0px 10px 0px;
	text-align:center;
}
.foot a {
	color:#7eadaf;	
}
.foot-red p {
	color:#fff;
	font-size: 13px;
font-family: 'Nexa Light', sans-serif !important;
	font-weight: 500;
	line-height: 22px;	
}
.foot p {
	color:#fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 22px;	
}

.fullw {
	background: #F00;
    width: 100%;
	padding:30px 0px 10px 0px;
	margin:0 !important;
}



.up {
text-align:right;
float:right;
}
.up img{
padding-left:2px;
display: inline-block;
}
.foot {
	padding-bottom:0px;
	font-size:12px;
}

.cases {
	float:left !important;	
}


/* End footer */













/* Blog styles */



/* End Sidebar */


/* CONTACT FORM */


/* END CONTACT FORM */


	
 /* Large screens ----------- */
@media only screen  and (max-width : 1920px) {



}


@media (max-width:1350px) {
	
.sfm-child-menu {
padding-top:0px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
border: 1px solid #fff !important;	
}


#sfm-sidebar ul {
    margin-top: 30px !important;
	margin-bottom:90px;
}



}







@media (max-width:1200px) {


.tech-butt {	
	margin-top: 20px !important;
	display:inline-block;

}

	
	
	
		
.redbox li {
    padding: 0px 0px 5px 40px;
}

.sfm-child-menu {
padding-top:50px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
}


#sfm-sidebar ul {
    margin-top: 40px !important;
	margin-bottom:90px ;	
}

}






@media (max-width:990px) {
	
	.tech-butt {	
	margin-top: 0px !important;
	display:inline-block;

}
	
		.logo-container-tech {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

	
.main-content-tech {
margin-top:240px;
padding-bottom:80px;	
}	
	
	
	
	
.arrowscon {
  padding: 0px 0px 0px 0px;
	margin-top:-160px;
}	
	
	
	
.backing {
  padding-bottom: 24px;
  max-height: 1100px;
}	
	
	
	
	span.wpcf7-not-valid-tip {
		margin-left: 33.3% !important;
  margin-top: 0px ;
  margin-bottom: 10px;	
}
	
#wpcf7-f216-o1 form .wpcf7-response-output {
  float: none;
	width:100%;
	text-align: center;
}	
	
	
	
	
#wpcf7-f216-o1 input[type="email"] {
margin-left: 33.3% !important;
}	
	.your-consent {
    margin-left: 35.3% !important;
}
	
	
	.news-box {
    border:0px solid #c7c6c6;
		border-bottom:1px solid #c7c6c6;
    padding: 0px;
    margin-bottom: 45px;
}

	.home-news h2{
text-align:center;
}
	
	
.threebox p {
	padding:0px ;
}

.slide {
margin-top:180px;

}

.sfm-child-menu {
padding-top:0px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;	
}


#sfm-sidebar ul {
    margin-top: 0px !important;
	margin-bottom:90px;

}	




.content {
  height: 100%;
  padding: 0px 36px 30px 36px;
  color: #fff;
}

.content-r {
  padding: 0px 20px 40px 20px;
}

.one {
  background: none;
}
.two {
  background: none;
}
.three {
  background: none;
}
.prods {
margin-bottom:50px;	
}


	
.social-container {
	text-align:center;
	padding-bottom:10px;
}		

.slide h5 {
    padding-right: 0px;
}

.homeimg {
margin-top:80px;	
}	
.leftcol {
text-align:center;	
}




}



@media (max-width:767px) {
	


	
	
.lft {
	text-align:center;	
	}
	.team-names {
	text-align:center !important;
}
.team-names a{
	text-align:center !important;		
}
	
	.right {
	text-align:center;	
}





}


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

	

}






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

	
	.backing {
  padding-bottom: 24px;
  max-height: 1100px;
}	
	
	
	
	
#wpcf7-f216-o1 input[type="email"] {
margin-left: 23.3% !important;
}	
	.your-consent {
    margin-left: 25.3% !important;
}	
	
	
	
	.slide {
margin-top:190px;

}	
	

.logo-container {
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

	.logo-container-tech {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

	
	
	
.sfm-navicon-button {
    top: 110px !important;
}


.heado {
display:none;	
}

}



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


		.tech-butt {	
	margin-top: 20px !important;
	display:inline-block;

}
	
	
	.vendor {
	margin: 40px 0px 60px 0px;
		display:none;
}

.vendor-portrait {
	margin:40px 0px 60px 0px;
	display:block;
}
	
	
		
	#wpcf7-f216-o1 input[type="email"] {
margin-left: 15.3% !important;
}	
	.your-consent {
    margin-left: 15.3% !important;
}	
	
	
	
	
	
.redbox ul {
    width: 80%;
    margin: auto;
}

.redbox li {
    margin-left: 0px !important;
}
.redbox li:before {
    margin-left: -0.7em;
}

}





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

		.logo-container-tech {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

	.main-content-tech {
    margin-top: 270px;
    padding-bottom: 40px;
}
	
	
}

@media only screen
and (max-width : 360px) {
	
.home-news {
  padding-top: 0px;
}	
	
	

			.backing {
  padding-bottom: 24px;
  max-height: 1000px;
}
	
.homeimg {
  margin-top: 40px;
}	
	
	.prodback {
  background-color: #f5f4f4;
  padding: 90px 0px 40px 0px;
}
	
	.button {
		margin-bottom:10px !important;
		display: inline-block;
		text-align: center;
		   padding: 10.5px 25px;
   color: white;
   font-size: 11px;
   }
	

	
	
	#wpcf7-f216-o1 input[type="email"] {
margin-left: 13.3% !important;
}	
	.your-consent {
    margin-left: 13.3% !important;
}	
	
.arrowscon {
  display:none;
}	
	
	
	
.content {
  padding: 0px 0px 0px 10px !important;
  border:0px solid black;
}	
	
	
.logo-container {
    position: absolute;
    left: 0;
    top: 150px;
	margin-bottom:5px;
}
.logo-screen {

}
}




/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	
		
	
	

#wpcf7-f216-o1 input[type="email"] {
margin-left: 15.3% !important;
}	
	.your-consent {
    margin-left: 15.3% !important;
}
	
.slide h1 {
	margin-top:45px;
}	

}