/*
Theme Name: Quantum
Author: Christian Brown
Author URI: http://www.modeninecreative.co.uk/
Description: Wordpress theme for Quantum
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:#f5f4f4; 
}

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


/* HOME */
.padd0 {
	padding:0px !important;
}

.headz {
	margin-top:93px;
}

.menuandsearch {
	padding:15px 0px 0px 10px;
	border-top:1px solid #A0A0A0;
}

.ubermenu-search-input {
    border-radius: 0 !important; 
}

.ubermenu *:focus{
    outline:none;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target
 {
    background: none !important;
	/* border-top:3px solid black !important; */
}


/*
Source - https://stackoverflow.com/a/53813724
Posted by nadir hamidou
Retrieved 2026-03-10, License - CC BY-SA 4.0
*/

.wp-block-search__button wp-element-button {
border: none;
height: 2.5rem;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
box-sizing: border-box;
width: 20%;
max-width: 60%;
display: flex; /* <===== the most iportant line in this code */

}
	

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
}


	:where(.wp-block-search__button)
 {
    border: 0px solid #782424;
	 background-color: #4b385f;
    padding: 6px 10px;
	 color:#fff;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input
 {
    border: none;
    border-radius: 0;
    padding: 0 4px;
}



/* Input styles */
.wp-block-search .wp-block-search__input {
	border-radius: 0px;
	border: 0px solid #f00;

        -webkit-appearance: none;
}
/* Button Styles */
.wp-block-search .wp-block-search__button {
	border-radius: 0px;
	background-color: #4b385f;
	color: #fff;
	font-size:12px;
	height:46px;
	width:25%;
	  font-family: "Space Grotesk", sans-serif;
text-transform:uppercase;
}
.wp-block-search .wp-block-search__button:hover {
	border-radius: 0px;
	background-color:#740C7E;
}


.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    background-color: #fff;
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 0px; 
		padding-left:10px;
}

.search-strap {
	margin-top:25px;
}




.container-fluid{
    padding: 0 !important;
}

.plogos {
	margin:15px 0px 0px 0px;
}

.cream {
background:#f5f4f4;
}
.purple  {
background:#4b385f;
}
.logo-holder {

    width: 100%;
    z-index: 150;
    background: transparent;
	min-height:80px;
	    white-space: nowrap;
       position: relative;
    text-align: center; margin: 1em 0;
}


.logo-holder img {
    max-height:70%;
    max-width: 70%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}




.bordb {
	border-bottom: 1px solid #A7A0A0;
}


.backing {
    background: url(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;

}
.slide {
margin-top:0px;
padding-left:15px;
}



.slide-backing {
    background: url(img/quantum-engineering.jpg) no-repeat center center;
    padding-top: 30px;

    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;

}

.pullup {
	margin-top: -22px;
}
.slide-backing-test {
    background: url(img/quantum-engineering.jpg) no-repeat center center;
    padding-top: 30px;
	float:left;
	display:inline-block;
	position: relative;
    z-index: 56;
    min-height: 688px;
    padding-bottom: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


.border {
	border: 1px solid black;
}

@media (max-width:1200px) {

.slide-backing-test {
    min-height: 700px;
}
	
.slide-backing-test {
    min-height: 700px;
}
.slide-panel {
    min-height: 700px;
	}
.pullup {
  margin-top: 118px!important;
}
.contacts {

  float:none !important;
}	
	

}









.text-container {
	border: 0px solid white;
	position: absolute;
	bottom:40px;
	left:40px;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
}


.slide-large-text {
    font-size: 82px;
    text-transform: uppercase;
    line-height: 0.94em;
    letter-spacing: -0.05em;
	font-weight: bold;
	color:#fff;

}

.slide-large-text span {
  align-self: flex-end;
}


.slide-backing h3 {
	color:#ee6c4d;
	font-size:18px;
	font-weight:700;
	margin-bottom: 0px;
	padding-left: 5px;
}
.slide-backing-test h3 {
	color:#ee6c4d;
	font-size:18px;
	font-weight:700;
	margin-bottom: 0px;
	padding-left: 5px;
}



.slidecon {
	display: flex;
	min-height:700px;
	margin-top:-22px;
}


@media (max-width:1200px) {

.slidecon {

	min-height:700px;
	margin-top:-22px;
}

}







.slide-panel {
    padding: 50px 30px 40px 50px;
    position: relative;
    z-index: 56;
    height: auto;
	color:#fff;
}



.commdoc {
	color: #ee6c4d;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 5px;	
}

.commdoc::before {
  content:url('img/comm-icon.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-5px;
  top:8px;
   max-width:30px;
}





.excel {
    font-size: 34px;
	line-height:34px;
    font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 5px;
}

.homeimg {
margin-top:50px;
max-width:60%;
padding-right:10px;
margin-bottom:35px;
}

.btn-panel {
    margin-top: 20px !important;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
    color: #fff;
	font-weight:700;
    font-size: 10px;
    background-color: rgba(210, 207, 199, 0.0) !important;
    line-height: 15px;
    padding: 10px 54px 12px 54px !important;
    border-radius: 0px;
    border: 1px #fff solid !important;
    transition: all 0.3s ease 0s;
}
.btn-panel:hover {
    color: #ff9900;
}





.intros h2{
	color:#ff8300;
	font-size: 20px;
}
.largeintro {
		color:#2e005d;
	font-size: 22px;
	line-height:28px;
	font-weight: 500;
	
}

.pages-divider {
    width: 50px;
    height: 1px;
    background: url(img/purple-line.gif);
    display: table;
    margin: 20px 0px 30px 0px;
}

.strap {
	font-size:18px;
	color: #6C6B6B;
	margin-top:30px;
}

.orange-divider {
    width: 100%;
    height: 1px;
    background: url(img/orange-line.gif);
    display: table;
    margin: 20px 0px 20px 0px;
}
.calls {
	margin: 0px 0px 45px 0px;
}

.calls h2 {
	color:#000000;
	font-size:20px;
}
.calls p {
	color:#000000;
	font-size:16px;
	line-height:22px;
}
.call {
	margin-bottom: -5px;
}
.iq {
	font-size:14px !important;
	color: #fa5f12 !important;
	margin:-10px 0px 0px 0px;
	font-weight:500;
}


.call-links {
	float: right;
	  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
		font-size:16px;
	margin-top:15px;
	color:#4b385f;
}


.white {
max-width:1120px !important;
background:#fff;
padding:15px 5px 25px 25px;

}
.white h3 {
	font-size:18px;
	color:#4b385f;
}

.padd {
	padding:25px 25px 25px 35px;
}


.project h2 {
	font-weight: 500;
    font-size: 28px;
	line-height:28px;
	margin-top:20px !important;
	color:#4b385f;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
}


.btn
 {
	margin-top:40px;
    display: inline-block;
	font-family: "Space Grotesk", sans-serif;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
	 	color: #fff;	
	 background-color: 	#ff8300;	
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px 8px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
	background-color:#4b385f;	
    color: #ff9900;
}


.hntextcon {
	padding:20px 0px 0px 0px;
}
.hnhead {
		font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	text-transform:uppercase;
    font-size: 18px;
	line-height:22px;
	margin-bottom:15px;
    color: #cc0000;
}
.hndate {
	font-weight: 500;
    font-size: 14px;
	line-height:18px;
	margin-bottom:15px;
	color:#666;	
}
.hnconread {
	font-weight: 500;
    font-size: 15px;
	line-height:18px;
	margin-top:20px !important;
	color: #ff8300;	
	display:inline-block;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
}
.newsex {
	margin-bottom:15px !important;
	display:inline-block;	
}


.news-intro{
	font-size:21px;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
	color:#4b385f;
	text-transform: uppercase;
	    margin-top: -10px;
	margin-bottom:15px;
}

.thedate p{
	font-size:16px;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
	text-transform: uppercase;
	font-weight:700;
	color: #cccccc;
	margin-top:20px;
}

.smllorange {
	font-size:15px;
	color: #ff8300;	
		font-weight:700;
}

.paddtopandbot {
	padding:60px 0px 60px 0px;
}
.paddtopandbot-pages {
	padding:0px 0px 60px 0px;
}


.greyz {
background:#f5f4f4;	
}




.slide h3 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-weight:500;
	font-size:32px;
}
.slide h5 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-weight:500;
	padding-right:0px;
	font-size:24px;
	line-height: 28px;
	color: #cc0000;
	margin:15px 0px 25px 0px;
}
.slide p {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-weight:500;
	font-size:14px;
	line-height:20px;
	color: #747474;
	margin:15px 0px 25px 0px;
}
.black {
	font-weight:bold;
	color:#000;	
}
.red {
	font-weight:bold;
	color:#cc0000;	
}

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

}

.pages-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 100;
    background: transparent;

}





.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 20px;
    padding: 0px 0 10px;
    color: #000;
}
.disclaimer p{
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	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;
	float:right;
}
.contacts li {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-weight:700;
	font-size:12px;
    margin: 0;
    padding: 0 27px 0 20px;
    color: #000 !important;
}
.contacts li a {
    color: #000;
}
.contacts .fa {
    margin-right: 10px;
    margin-left: 10px;
}



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


























.social-icons a.fab::before {

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

color:#fff;
padding:3px;
}
.butt-cont {
	margin:45px 0px 0px 0px;	
}
.rounded-icon {
  background: #4b385f; /* Facebook Blue */
  color: white;
  border-radius: 50%;
  padding: 10px; /* Adjust size */
  width: 5px;
  height: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	margin-top:5px;
}

.fa {
    display:inline-flex !important;
	    font-size: 10px !important;
}


.button:hover {
   border-top-color: #d91818;
   background: #d91818;
   color: #ccc;
   text-decoration:none;
   }
.button:active {
   border-top-color: #b81212;
   background: #b81212;
   }
    
.secondrow {
margin-top:25px;	
}
	
	
	                              
.products h2  {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-size:20px;
	font-weight:700;
    margin: 0;
    padding: 0 0 30px 0;
    color: #cc0000;
	text-align:center;
}
.products p  {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	margin-top:0px;
    padding: 0 0 30px 0;
    color: #000;
	text-align:center;
}

.btn-default {
    margin-top: 0px;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
    color: #cc0000;
	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 #cc0000 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;		
}








/* Page right hand col */


.head-band {
	display:inline;
	postition:relative;
	margin-top:108px;
	padding: 0;
}

.main-content h1, h2, h3, h4, h5, h6, p{
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
}
.main-content p{
 /*   line-height:170%; */
	margin-top:25px;
	font-size:15px;
}

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

.services-right {
margin-top:30px;
padding-bottom:80px;	
}  


.services-con {
margin-top:30px;
padding-bottom:80px;	
}

.services-con ul{
    list-style-type: none;
    padding: 0;
    margin-top: 25px;
}
.services-con li {
    padding: 0px 0px 5px 10px;
    margin-left: 1.55em;
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 150%;
}
.services-con li:before
 {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    color: #ff8201;
    font-size: 14px;
    margin-left: -1.55em;
    padding: 0 15px 0 0;
}

.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs>ul>li:before {
	content:none  !important;
}


.pgtitle {
    color: #ff8300;
    font-size: 20px;
	text-transform:uppercase;
}

.pgtitle::after {
    width: 50px;
    height: 1px;
    background: url(img/purple-line.gif);
    display: table;
    margin: 20px 0px 30px 0px;
}

.projtitle {
    color: #ff8300;
    font-size: 20px;
	text-transform:uppercase;
}


.prodheads h1::after {
  content: "";
  margin-top: 20px;
  width: 50px !important;
  height: 1px !important;
  background: url(img/purple-line.gif);
  display: block;
}




.pgtitless {
    color: #ff8300;
    font-size: 20px;
	text-transform:uppercase;
	margin-bottom:9px !important;
}

.pgtitle::after {
    width: 50px;
    height: 1px;
    background: url(img/purple-line.gif);
    display: table;
    margin: 20px 0px 30px 0px;
}

.projectshead h1:after {
    width: 50px !important;
    height: 1px !important;
    background: url(img/purple-line.gif) !important;
    display: table !important;
    margin: 20px 0px 30px 0px !important;
}



.wp-block-heading::after {
    width: 50px !important;
    height: 1px !important;
    background: url(img/purple-line.gif) !important;
    display: table !important;
    margin: 20px 0px 30px 0px !important;
}



.wp-block-heading h3::after {
    width: 50px !important;
    height: 1px !important;
    background: url(img/purple-line.gif) !important;
    display: table !important;
    margin: 20px 0px 30px 0px !important;
}
.wp-block-heading h3:after {
    width: 50px !important;
    height: 1px !important;
    background: url(img/purple-line.gif) !important;
    display: table !important;
    margin: 20px 0px 30px 0px !important;
}
.user-content h3:after {
    width: 50px !important;
    height: 1px !important;
    background: url(img/purple-line.gif) !important;
    display: table !important;
    margin: 20px 0px 30px 0px !important;
}
.user-content h3::after {
    width: 50px !important;
    height: 1px !important;
    background: url(img/purple-line.gif) !important;
    display: table !important;
    margin: 20px 0px 30px 0px !important;
}



.right-col h3{
    color: #ff8300;
    font-size: 20px;
    text-transform: uppercase;
}


.right-col h3::after {
  content: "";
	margin-top:20px;
    width: 50px !important;
    height: 1px !important;
background: url(img/purple-line.gif);
	display:block;
}


.right-col li{
    font-size: 40px;
	color:#000!important;
}

.right-col .hooklane-widget li
 {
    line-height: 20%;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 0;
	color:#000 !important;
	 font-family: "Space Grotesk", sans-serif;
}
.right-col .hooklane-widget li a
 {
	color:#000 !important;
}
.right-col .hooklane-widget ul
 {
	margin:30px 0px 50px 0px;
}




.services-con h1::after {
  content: "";
    width: 50px;
    height: 1px;
background: url(img/purple-line.gif);
}


.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs a {
	  font-family: "Space Grotesk", sans-serif;
    background-color: unset;
    border: none;
    cursor: pointer;
    font-size:16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    white-space: nowrap;
	color:#2e005d;
}
.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic h4 {
  color:#ff8300;
}
.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic h4::after {
  content: "";
	margin-top:10px;
    width: 50px !important;
    height: 1px !important;
background: url(img/purple-line.gif);
	display:block;
}

.tabscontrol.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic
 {
    background-color:  transparent !important;
}

.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic, .plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__tabby {
    background-color:  transparent !important;
}
.tabscontrol
 {
   margin-left:-10px !important;
	 margin-top:20px;
}

/* News */

.pads {
	margin-top: 50px;	
	
}
.posts {
margin-top: 42px;	
}
.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;	
}

.postcontainer {
  border: 0px solid #c7c6c6;
 margin-left: -15px;
	margin-right:15px;
}
.postcontainer img {
	border: 0px solid black;
	min-width:100%;
}
.news-box {
  border: 1px solid #c7c6c6;
  padding: 15px;
  margin-bottom: 25px;
}


.post-meta {
    margin: 25px 0px 0px 0px;
}
.post-meta span {
    color: #666;
    font-size: 15px;
	  font-family: "Space Grotesk", sans-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 */

/* Search */

.searchresults {
	margin-top:20px;
}

.searchresults li {
	margin-top:20px;
	border-bottom: 1px solid black;
	padding: 0px 0px 10px 0px;
	  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
}
.backs {
	margin-bottom:50px !important;
	border-bottom: 1px solid black;
	padding: 0px 0px 10px 0px;
	  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
}

.searchtitle {
    color: #ff8300;
    font-size: 20px;
	text-transform:uppercase;
	margin-bottom:9px !important;
	margin-top: 40px;
}

/* End Search */

/* Loggedin */

.loggedin {
	border: 1px solid black;
}

/* End Loggedin */

/* Archives */

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

.product-page-header p{
font-size: 16px;
margin:20px 0 30px 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;	
}

.product-page-header h1{
    color: #ff8300;
    font-size: 20px;
    text-transform: uppercase;
}

.projectsrow {
border:0px solid black;
margin-bottom:35px;
min-height:550px;
}







.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: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
}
.arc-titles {
font-size: 20px;
font-weight:700;
padding: 0 0 20px 0;
line-height:30px;
text-transform:uppercase;
color:#942BC9 !important;
}
.arc-titles a{
color:#4b385f !important;
}




.lease {
font-size: 16px;
line-height: 24px;
font-weight:300;
padding: 0 0 0px 0;	
}
.lease-r {
font-size: 20px;
line-height:26px;
font-weight:500;
padding: 0 0 0px 0;	
color: #cc0000;
}


.prefer {
text-transform:uppercase;
font-size: 20px;
font-weight:700;
padding: 0 0 0px 0;	
}
.included {
font-size:14px;
padding: 0 0 -20px 0;	
}
.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('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:#cc0000; 
}
.bread:before {
	content: '\f060 '; /* fa-star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: 0em;
	color:#ffd51d;
   -webkit-text-stroke: 1px #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 60px 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: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-size:17px;
	font-weight:500;
    color: #333333;
    line-height: 150%;
}
.details li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    color: #cc0000;
    font-size: 22px;
    margin-left: -1.55em;
    padding: 0 15px 0 0;
}
.details h4 {
      font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-size:20px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}
.details h5 {
      font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	font-size:16px;
	margin-top:30px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}



.details p {
      font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
	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 15px;
      font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;	
}
.prodheads {
	margin-top: 40px;	
	margin-bottom: 0px;
}
.prodtitles {
	margin-top:45px;
	margin-bottom:25px;
	font-weight:700;
}

.prodheads .wp-block-file__button
 {
    background: #32373c;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 10px !important;
}


.prodheads .ubermenu.ubermenu-main {
    margin-left: -13px !important;
	margin-bottom:25px;
}
.main-content .ubermenu.ubermenu-main {
    margin-left: -13px !important;
	margin-bottom:25px;
}
.main-content {
		margin-bottom:50px;
}
.minustop {
margin-top:26px;
}




/* footer */


.hooklane-widget li {
    line-height: 280%;
    border-bottom: 1px solid #fff;
	    padding: 5px 0 5px 0;
	font-family: "Space Grotesk", sans-serif;
}
.hook-list p {
      font-family: "Space Grotesk", sans-serif;
}

.hook-list li {
      font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
    font-weight: 300;
    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: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
    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;
}



.hooklane-widget li a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 15px 20px 15px 0px;
    background: url(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: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
    font-weight: 300;
    color: #000;
    border-bottom: 1px solid #dd5757;
    padding: 18px 0 18px 0;
	line-height:24px;
}

.full-width {
	margin-left:15px;
}
.pullup2  {
    margin-top:0px !important;
}

.hooklane-widget a {
    color: #fff;
	font-weight: bold;
}

.wp-block-separator {
    border: none;
	color:#FFF;
    border-top: 1px solid !important;
	margin-bottom: 30px !important;
	margin-top:5px !important;
}

.contactp wp-block-separator {
    border: none;
    color: #FFF;
    border-top: 1px solid  !important;
    margin-bottom: 30px !important;
    margin-top: 5px !important;
}


.foot-band-lower {
    position: relative;
    z-index: 200;
    background-color: #FFF !important;
	 padding-bottom: 10px  !important;
	padding-top:20px !important;
}

.foot-line {
    border-top: 1px solid #b2b2b2;
    padding-top: 20px;
}
.rhf {
    text-align: right;
}
.hooklane-widget ul {
    margin-top: -15px;
    font-weight: bold;
}

.sep-side-right {
    width: 75px;
    height: 2px;
    background: url(img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 56px 0px;
}



.mainservices .widg-title {
text-transform:uppercase;
	margin-bottom:10px;
}


.rightcol .widg-title:after {
    width: 100%;
    height: 6px;
    background: url(img/aboutnrp-divider.png) repeat-x !important;
    display: table;
    margin: 5px 0px 28px 0px;
}


/* widget title text */
.widget-title > .widget_name {
  position: relative;
  background: #ffffff;
  padding: 5px 15px 5px 0px;
  z-index: 1;
}

/* widget underline beside the title */
.widget_dash:after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  top: 25px;
  border-bottom: 1px solid #cccccc;
  z-index: 0;
}



.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 {
	background:#4b385f;	
    width: 100%;
	padding-bottom: 30px;
	border-top:8px solid #ff8201;
	
}




.blacked {
	background:#000;
    width: 100%;
	padding:10px 0px 10px 0px;
	text-align:center;
}
.foot a {
	color:#F90;	
}
.foot-red p {
	color:#fff;
  font-family: "Space Grotesk", sans-serif;
	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:50px !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) {

	
.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) {
	
	
	
	.menuandsearch {
	padding:15px 0px 0px 0px;
	border-top:1px solid #A0A0A0;
}
	

.slide {
margin-top:140px;

}

.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;

}	




.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;
	margin-top:10px;
}		

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

	
.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) {
	
	
	.butticons {
  font-size: 18px !important;
  margin: 0px 10px 0px -20px;
  padding: 0;
}	
	.btn-success {
  margin-top: 40px;
  font-family: 'Montserrat', serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 11px 32px 11px 32px;
}
	
	.as-info p {
    padding: 0px 15px 0px 15px;
}
	
	
	.slide {
margin-top:190px;

}	
	

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

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


.heado {
display:none;	
}

}



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

	
	
.price {
  width: 97%;
}	
	
	
#wpcf7-f18-p370-o1 span.wpcf7-not-valid-tip {
  margin-top: 0px !important;
}		
#wpcf7-f1756-o1 span.wpcf7-not-valid-tip {
  margin-top: 0px !important;
}	

.formz {
		margin-top:65px !important;
}	
.forms-bot {
	margin:0px 0px 30px 0px;
}	
	
	.butticons {
  font-size: 14px !important;
  margin: 0px 10px 0px -25px;
  padding: 0;
}	
	.btn-success {
  margin-top: 10px;
  margin-bottom:5px;
  font-family: 'Montserrat', serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 11px 32px 11px 32px;
}	
	
	
.details ul {
  margin-bottom: 25px;
}
	
.mfp {
  margin-top: 10px !important;
  width: 97%;
}	
	

.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 : 360px) {
	
	
.content {
  padding: 0px 0px 0px 10px !important;
  border:0px solid black;
}	
	
	
.logo-container {
    position: absolute;
    left: 0;
    top: 170px;
	margin-bottom:5px;
}
.logo-screen {

}
}




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



}
